diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.ast.gql.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.ast.gql.dart index fcd5b77380c3946fdf44765ed08d560e025ddc96..c04dbec6e33d02d83f8dffe1b7bc06d29e6df7ac 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.ast.gql.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.ast.gql.dart @@ -4,6 +4,43 @@ // ignore_for_file: no_leading_underscores_for_library_prefixes import 'package:gql/ast.dart' as _i1; +const LastBlock = _i1.OperationDefinitionNode( + type: _i1.OperationType.query, + name: _i1.NameNode(value: 'LastBlock'), + variableDefinitions: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'block'), + alias: null, + arguments: [ + _i1.ArgumentNode( + name: _i1.NameNode(value: 'limit'), + value: _i1.IntValueNode(value: '1'), + ), + _i1.ArgumentNode( + name: _i1.NameNode(value: 'orderBy'), + value: _i1.ObjectValueNode(fields: [ + _i1.ObjectFieldNode( + name: _i1.NameNode(value: 'timestamp'), + value: _i1.EnumValueNode(name: _i1.NameNode(value: 'DESC')), + ) + ]), + ), + ], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'height'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ) + ]), + ) + ]), +); const CertFields = _i1.FragmentDefinitionNode( name: _i1.NameNode(value: 'CertFields'), typeCondition: _i1.TypeConditionNode( @@ -259,6 +296,21 @@ const IdentityBasicFields = _i1.FragmentDefinitionNode( directives: [], selectionSet: null, ), + _i1.FieldNode( + name: _i1.NameNode(value: 'account'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'createdOn'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ) + ]), + ), _i1.FieldNode( name: _i1.NameNode(value: 'id'), alias: null, @@ -294,6 +346,13 @@ const IdentityBasicFields = _i1.FragmentDefinitionNode( directives: [], selectionSet: null, ), + _i1.FieldNode( + name: _i1.NameNode(value: 'expireOn'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ), ]), ); const IdentityFields = _i1.FragmentDefinitionNode( @@ -305,6 +364,21 @@ const IdentityFields = _i1.FragmentDefinitionNode( )), directives: [], selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'account'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'createdOn'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ) + ]), + ), _i1.FieldNode( name: _i1.NameNode(value: 'accountId'), alias: null, @@ -1102,6 +1176,209 @@ const AccountFields = _i1.FragmentDefinitionNode( ), ]), ); +const AccountTxsFields = _i1.FragmentDefinitionNode( + name: _i1.NameNode(value: 'AccountTxsFields'), + typeCondition: _i1.TypeConditionNode( + on: _i1.NamedTypeNode( + name: _i1.NameNode(value: 'Account'), + isNonNull: false, + )), + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'commentsIssued'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FragmentSpreadNode( + name: _i1.NameNode(value: 'CommentsIssued'), + directives: [], + ) + ]), + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'commentsIssuedAggregate'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'aggregate'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'count'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ) + ]), + ) + ]), + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'createdOn'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'id'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'isActive'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'transfersIssued'), + alias: null, + arguments: [ + _i1.ArgumentNode( + name: _i1.NameNode(value: 'limit'), + value: _i1.VariableNode(name: _i1.NameNode(value: 'limit')), + ), + _i1.ArgumentNode( + name: _i1.NameNode(value: 'offset'), + value: _i1.VariableNode(name: _i1.NameNode(value: 'offset')), + ), + _i1.ArgumentNode( + name: _i1.NameNode(value: 'orderBy'), + value: _i1.ObjectValueNode(fields: [ + _i1.ObjectFieldNode( + name: _i1.NameNode(value: 'timestamp'), + value: _i1.EnumValueNode(name: _i1.NameNode(value: 'DESC')), + ) + ]), + ), + ], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FragmentSpreadNode( + name: _i1.NameNode(value: 'TransferFields'), + directives: [], + ) + ]), + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'transfersIssuedAggregate'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'aggregate'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'sum'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'amount'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ) + ]), + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'count'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ), + ]), + ) + ]), + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'transfersReceived'), + alias: null, + arguments: [ + _i1.ArgumentNode( + name: _i1.NameNode(value: 'limit'), + value: _i1.VariableNode(name: _i1.NameNode(value: 'limit')), + ), + _i1.ArgumentNode( + name: _i1.NameNode(value: 'offset'), + value: _i1.VariableNode(name: _i1.NameNode(value: 'offset')), + ), + _i1.ArgumentNode( + name: _i1.NameNode(value: 'orderBy'), + value: _i1.ObjectValueNode(fields: [ + _i1.ObjectFieldNode( + name: _i1.NameNode(value: 'timestamp'), + value: _i1.EnumValueNode(name: _i1.NameNode(value: 'DESC')), + ) + ]), + ), + ], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FragmentSpreadNode( + name: _i1.NameNode(value: 'TransferFields'), + directives: [], + ) + ]), + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'transfersReceivedAggregate'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'aggregate'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'sum'), + alias: null, + arguments: [], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'amount'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ) + ]), + ), + _i1.FieldNode( + name: _i1.NameNode(value: 'count'), + alias: null, + arguments: [], + directives: [], + selectionSet: null, + ), + ]), + ) + ]), + ), + ]), +); const TransferFields = _i1.FragmentDefinitionNode( name: _i1.NameNode(value: 'TransferFields'), typeCondition: _i1.TypeConditionNode( @@ -1237,7 +1514,7 @@ const IdentitiesByNameOrPk = _i1.OperationDefinitionNode( directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( - name: _i1.NameNode(value: 'IdentityFields'), + name: _i1.NameNode(value: 'IdentityBasicFields'), directives: [], ) ]), @@ -1390,6 +1667,73 @@ const AccountByPk = _i1.OperationDefinitionNode( ) ]), ); +const AccountsByPk = _i1.OperationDefinitionNode( + type: _i1.OperationType.query, + name: _i1.NameNode(value: 'AccountsByPk'), + variableDefinitions: [ + _i1.VariableDefinitionNode( + variable: _i1.VariableNode(name: _i1.NameNode(value: 'accountIds')), + type: _i1.ListTypeNode( + type: _i1.NamedTypeNode( + name: _i1.NameNode(value: 'String'), + isNonNull: true, + ), + isNonNull: true, + ), + defaultValue: _i1.DefaultValueNode(value: null), + directives: [], + ), + _i1.VariableDefinitionNode( + variable: _i1.VariableNode(name: _i1.NameNode(value: 'limit')), + type: _i1.NamedTypeNode( + name: _i1.NameNode(value: 'Int'), + isNonNull: false, + ), + defaultValue: _i1.DefaultValueNode(value: null), + directives: [], + ), + _i1.VariableDefinitionNode( + variable: _i1.VariableNode(name: _i1.NameNode(value: 'offset')), + type: _i1.NamedTypeNode( + name: _i1.NameNode(value: 'Int'), + isNonNull: false, + ), + defaultValue: _i1.DefaultValueNode(value: null), + directives: [], + ), + ], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FieldNode( + name: _i1.NameNode(value: 'account'), + alias: null, + arguments: [ + _i1.ArgumentNode( + name: _i1.NameNode(value: 'where'), + value: _i1.ObjectValueNode(fields: [ + _i1.ObjectFieldNode( + name: _i1.NameNode(value: 'id'), + value: _i1.ObjectValueNode(fields: [ + _i1.ObjectFieldNode( + name: _i1.NameNode(value: '_in'), + value: + _i1.VariableNode(name: _i1.NameNode(value: 'accountIds')), + ) + ]), + ) + ]), + ) + ], + directives: [], + selectionSet: _i1.SelectionSetNode(selections: [ + _i1.FragmentSpreadNode( + name: _i1.NameNode(value: 'AccountFields'), + directives: [], + ) + ]), + ) + ]), +); const AccountBasicByPk = _i1.OperationDefinitionNode( type: _i1.OperationType.query, name: _i1.NameNode(value: 'AccountBasicByPk'), @@ -1425,9 +1769,9 @@ const AccountBasicByPk = _i1.OperationDefinitionNode( ) ]), ); -const AccountsByPk = _i1.OperationDefinitionNode( +const AccountsBasicByPk = _i1.OperationDefinitionNode( type: _i1.OperationType.query, - name: _i1.NameNode(value: 'AccountsByPk'), + name: _i1.NameNode(value: 'AccountsBasicByPk'), variableDefinitions: [ _i1.VariableDefinitionNode( variable: _i1.VariableNode(name: _i1.NameNode(value: 'accountIds')), @@ -1485,53 +1829,16 @@ const AccountsByPk = _i1.OperationDefinitionNode( directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( - name: _i1.NameNode(value: 'AccountFields'), - directives: [], - ) - ]), - ) - ]), -); -const LastBlock = _i1.OperationDefinitionNode( - type: _i1.OperationType.query, - name: _i1.NameNode(value: 'LastBlock'), - variableDefinitions: [], - directives: [], - selectionSet: _i1.SelectionSetNode(selections: [ - _i1.FieldNode( - name: _i1.NameNode(value: 'block'), - alias: null, - arguments: [ - _i1.ArgumentNode( - name: _i1.NameNode(value: 'limit'), - value: _i1.IntValueNode(value: '1'), - ), - _i1.ArgumentNode( - name: _i1.NameNode(value: 'orderBy'), - value: _i1.ObjectValueNode(fields: [ - _i1.ObjectFieldNode( - name: _i1.NameNode(value: 'timestamp'), - value: _i1.EnumValueNode(name: _i1.NameNode(value: 'DESC')), - ) - ]), - ), - ], - directives: [], - selectionSet: _i1.SelectionSetNode(selections: [ - _i1.FieldNode( - name: _i1.NameNode(value: 'height'), - alias: null, - arguments: [], + name: _i1.NameNode(value: 'AccountBasicFields'), directives: [], - selectionSet: null, ) ]), ) ]), ); -const GetHistoryAndBalance = _i1.OperationDefinitionNode( +const AccountTransactions = _i1.OperationDefinitionNode( type: _i1.OperationType.query, - name: _i1.NameNode(value: 'GetHistoryAndBalance'), + name: _i1.NameNode(value: 'AccountTransactions'), variableDefinitions: [ _i1.VariableDefinitionNode( variable: _i1.VariableNode(name: _i1.NameNode(value: 'accountId')), @@ -1586,7 +1893,7 @@ const GetHistoryAndBalance = _i1.OperationDefinitionNode( directives: [], selectionSet: _i1.SelectionSetNode(selections: [ _i1.FragmentSpreadNode( - name: _i1.NameNode(value: 'AccountFields'), + name: _i1.NameNode(value: 'AccountTxsFields'), directives: [], ) ]), @@ -1594,6 +1901,7 @@ const GetHistoryAndBalance = _i1.OperationDefinitionNode( ]), ); const document = _i1.DocumentNode(definitions: [ + LastBlock, CertFields, SmithCertFields, SmithFields, @@ -1603,13 +1911,14 @@ const document = _i1.DocumentNode(definitions: [ CommentsIssued, AccountBasicFields, AccountFields, + AccountTxsFields, TransferFields, IdentitiesByNameOrPk, IdentitiesByPk, IdentitiesByName, AccountByPk, - AccountBasicByPk, AccountsByPk, - LastBlock, - GetHistoryAndBalance, + AccountBasicByPk, + AccountsBasicByPk, + AccountTransactions, ]); diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.data.gql.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.data.gql.dart index 1a26660a8dc51abd7ff47f85bbbe0cab6fa770c4..c9b612128ca8b667062de090a08779d8f8d80b9a 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.data.gql.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.data.gql.dart @@ -12,6 +12,63 @@ import 'package:duniter_indexer/graphql/schema/__generated__/serializers.gql.dar part 'duniter-indexer-queries.data.gql.g.dart'; +abstract class GLastBlockData + implements Built<GLastBlockData, GLastBlockDataBuilder> { + GLastBlockData._(); + + factory GLastBlockData([void Function(GLastBlockDataBuilder b) updates]) = + _$GLastBlockData; + + static void _initializeBuilder(GLastBlockDataBuilder b) => + b..G__typename = 'query_root'; + + @BuiltValueField(wireName: '__typename') + String get G__typename; + BuiltList<GLastBlockData_block> get block; + static Serializer<GLastBlockData> get serializer => + _$gLastBlockDataSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GLastBlockData.serializer, + this, + ) as Map<String, dynamic>); + + static GLastBlockData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GLastBlockData.serializer, + json, + ); +} + +abstract class GLastBlockData_block + implements Built<GLastBlockData_block, GLastBlockData_blockBuilder> { + GLastBlockData_block._(); + + factory GLastBlockData_block( + [void Function(GLastBlockData_blockBuilder b) updates]) = + _$GLastBlockData_block; + + static void _initializeBuilder(GLastBlockData_blockBuilder b) => + b..G__typename = 'Block'; + + @BuiltValueField(wireName: '__typename') + String get G__typename; + int get height; + static Serializer<GLastBlockData_block> get serializer => + _$gLastBlockDataBlockSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GLastBlockData_block.serializer, + this, + ) as Map<String, dynamic>); + + static GLastBlockData_block? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GLastBlockData_block.serializer, + json, + ); +} + abstract class GIdentitiesByNameOrPkData implements Built<GIdentitiesByNameOrPkData, GIdentitiesByNameOrPkDataBuilder> { @@ -46,7 +103,7 @@ abstract class GIdentitiesByNameOrPkData_identity implements Built<GIdentitiesByNameOrPkData_identity, GIdentitiesByNameOrPkData_identityBuilder>, - GIdentityFields { + GIdentityBasicFields { GIdentitiesByNameOrPkData_identity._(); factory GIdentitiesByNameOrPkData_identity( @@ -62,17 +119,131 @@ abstract class GIdentitiesByNameOrPkData_identity @override String? get accountId; @override + GIdentitiesByNameOrPkData_identity_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentitiesByNameOrPkData_identity> get serializer => + _$gIdentitiesByNameOrPkDataIdentitySerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByNameOrPkData_identity.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByNameOrPkData_identity? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByNameOrPkData_identity.serializer, + json, + ); +} + +abstract class GIdentitiesByNameOrPkData_identity_account + implements + Built<GIdentitiesByNameOrPkData_identity_account, + GIdentitiesByNameOrPkData_identity_accountBuilder>, + GIdentityBasicFields_account { + GIdentitiesByNameOrPkData_identity_account._(); + + factory GIdentitiesByNameOrPkData_identity_account( + [void Function(GIdentitiesByNameOrPkData_identity_accountBuilder b) + updates]) = _$GIdentitiesByNameOrPkData_identity_account; + + static void _initializeBuilder( + GIdentitiesByNameOrPkData_identity_accountBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + static Serializer<GIdentitiesByNameOrPkData_identity_account> + get serializer => _$gIdentitiesByNameOrPkDataIdentityAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByNameOrPkData_identity_account.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByNameOrPkData_identity_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByNameOrPkData_identity_account.serializer, + json, + ); +} + +abstract class GIdentitiesByPkData + implements Built<GIdentitiesByPkData, GIdentitiesByPkDataBuilder> { + GIdentitiesByPkData._(); + + factory GIdentitiesByPkData( + [void Function(GIdentitiesByPkDataBuilder b) updates]) = + _$GIdentitiesByPkData; + + static void _initializeBuilder(GIdentitiesByPkDataBuilder b) => + b..G__typename = 'query_root'; + + @BuiltValueField(wireName: '__typename') + String get G__typename; + BuiltList<GIdentitiesByPkData_identity> get identity; + static Serializer<GIdentitiesByPkData> get serializer => + _$gIdentitiesByPkDataSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByPkData.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByPkData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData.serializer, + json, + ); +} + +abstract class GIdentitiesByPkData_identity + implements + Built<GIdentitiesByPkData_identity, + GIdentitiesByPkData_identityBuilder>, + GIdentityFields { + GIdentitiesByPkData_identity._(); + + factory GIdentitiesByPkData_identity( + [void Function(GIdentitiesByPkData_identityBuilder b) updates]) = + _$GIdentitiesByPkData_identity; + + static void _initializeBuilder(GIdentitiesByPkData_identityBuilder b) => + b..G__typename = 'Identity'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + GIdentitiesByPkData_identity_account? get account; + @override + String? get accountId; + @override String? get accountRemovedId; @override - BuiltList<GIdentitiesByNameOrPkData_identity_certIssued> get certIssued; + BuiltList<GIdentitiesByPkData_identity_certIssued> get certIssued; @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate - get certIssuedAggregate; + GIdentitiesByPkData_identity_certIssuedAggregate get certIssuedAggregate; @override - BuiltList<GIdentitiesByNameOrPkData_identity_certReceived> get certReceived; + BuiltList<GIdentitiesByPkData_identity_certReceived> get certReceived; @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate - get certReceivedAggregate; + GIdentitiesByPkData_identity_certReceivedAggregate get certReceivedAggregate; @override String? get createdInId; @override @@ -88,61 +259,96 @@ abstract class GIdentitiesByNameOrPkData_identity @override int get lastChangeOn; @override - BuiltList<GIdentitiesByNameOrPkData_identity_linkedAccount> get linkedAccount; + BuiltList<GIdentitiesByPkData_identity_linkedAccount> get linkedAccount; @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate + GIdentitiesByPkData_identity_linkedAccountAggregate get linkedAccountAggregate; @override _i2.GIdentityStatusEnum? get status; @override - BuiltList<GIdentitiesByNameOrPkData_identity_membershipHistory> + BuiltList<GIdentitiesByPkData_identity_membershipHistory> get membershipHistory; @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate + GIdentitiesByPkData_identity_membershipHistoryAggregate get membershipHistoryAggregate; @override String get name; @override - BuiltList<GIdentitiesByNameOrPkData_identity_ownerKeyChange> - get ownerKeyChange; + BuiltList<GIdentitiesByPkData_identity_ownerKeyChange> get ownerKeyChange; @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate + GIdentitiesByPkData_identity_ownerKeyChangeAggregate get ownerKeyChangeAggregate; @override - GIdentitiesByNameOrPkData_identity_smith? get smith; + GIdentitiesByPkData_identity_smith? get smith; @override - BuiltList<GIdentitiesByNameOrPkData_identity_udHistory>? get udHistory; - static Serializer<GIdentitiesByNameOrPkData_identity> get serializer => - _$gIdentitiesByNameOrPkDataIdentitySerializer; + BuiltList<GIdentitiesByPkData_identity_udHistory>? get udHistory; + static Serializer<GIdentitiesByPkData_identity> get serializer => + _$gIdentitiesByPkDataIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity.serializer, + GIdentitiesByPkData_identity.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity? fromJson( + static GIdentitiesByPkData_identity? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData_identity.serializer, + json, + ); +} + +abstract class GIdentitiesByPkData_identity_account + implements + Built<GIdentitiesByPkData_identity_account, + GIdentitiesByPkData_identity_accountBuilder>, + GIdentityFields_account { + GIdentitiesByPkData_identity_account._(); + + factory GIdentitiesByPkData_identity_account( + [void Function(GIdentitiesByPkData_identity_accountBuilder b) + updates]) = _$GIdentitiesByPkData_identity_account; + + static void _initializeBuilder( + GIdentitiesByPkData_identity_accountBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + static Serializer<GIdentitiesByPkData_identity_account> get serializer => + _$gIdentitiesByPkDataIdentityAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByPkData_identity_account.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByPkData_identity_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity.serializer, + GIdentitiesByPkData_identity_account.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certIssued +abstract class GIdentitiesByPkData_identity_certIssued implements - Built<GIdentitiesByNameOrPkData_identity_certIssued, - GIdentitiesByNameOrPkData_identity_certIssuedBuilder>, + Built<GIdentitiesByPkData_identity_certIssued, + GIdentitiesByPkData_identity_certIssuedBuilder>, GIdentityFields_certIssued, GCertFields { - GIdentitiesByNameOrPkData_identity_certIssued._(); + GIdentitiesByPkData_identity_certIssued._(); - factory GIdentitiesByNameOrPkData_identity_certIssued( - [void Function(GIdentitiesByNameOrPkData_identity_certIssuedBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_certIssued; + factory GIdentitiesByPkData_identity_certIssued( + [void Function(GIdentitiesByPkData_identity_certIssuedBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certIssued; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certIssuedBuilder b) => + GIdentitiesByPkData_identity_certIssuedBuilder b) => b..G__typename = 'Cert'; @override @@ -153,11 +359,11 @@ abstract class GIdentitiesByNameOrPkData_identity_certIssued @override String? get issuerId; @override - GIdentitiesByNameOrPkData_identity_certIssued_issuer? get issuer; + GIdentitiesByPkData_identity_certIssued_issuer? get issuer; @override String? get receiverId; @override - GIdentitiesByNameOrPkData_identity_certIssued_receiver? get receiver; + GIdentitiesByPkData_identity_certIssued_receiver? get receiver; @override int get createdOn; @override @@ -166,39 +372,38 @@ abstract class GIdentitiesByNameOrPkData_identity_certIssued bool get isActive; @override int get updatedOn; - static Serializer<GIdentitiesByNameOrPkData_identity_certIssued> - get serializer => _$gIdentitiesByNameOrPkDataIdentityCertIssuedSerializer; + static Serializer<GIdentitiesByPkData_identity_certIssued> get serializer => + _$gIdentitiesByPkDataIdentityCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certIssued.serializer, + GIdentitiesByPkData_identity_certIssued.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certIssued? fromJson( + static GIdentitiesByPkData_identity_certIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certIssued.serializer, + GIdentitiesByPkData_identity_certIssued.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certIssued_issuer +abstract class GIdentitiesByPkData_identity_certIssued_issuer implements - Built<GIdentitiesByNameOrPkData_identity_certIssued_issuer, - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder>, + Built<GIdentitiesByPkData_identity_certIssued_issuer, + GIdentitiesByPkData_identity_certIssued_issuerBuilder>, GIdentityFields_certIssued_issuer, GCertFields_issuer, GIdentityBasicFields { - GIdentitiesByNameOrPkData_identity_certIssued_issuer._(); + GIdentitiesByPkData_identity_certIssued_issuer._(); - factory GIdentitiesByNameOrPkData_identity_certIssued_issuer( - [void Function( - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_certIssued_issuer; + factory GIdentitiesByPkData_identity_certIssued_issuer( + [void Function(GIdentitiesByPkData_identity_certIssued_issuerBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certIssued_issuer; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder b) => + GIdentitiesByPkData_identity_certIssued_issuerBuilder b) => b..G__typename = 'Identity'; @override @@ -207,6 +412,8 @@ abstract class GIdentitiesByNameOrPkData_identity_certIssued_issuer @override String? get accountId; @override + GIdentitiesByPkData_identity_certIssued_issuer_account? get account; + @override String get id; @override bool get isMember; @@ -214,129 +421,212 @@ abstract class GIdentitiesByNameOrPkData_identity_certIssued_issuer _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GIdentitiesByNameOrPkData_identity_certIssued_issuer> - get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertIssuedIssuerSerializer; + @override + int get expireOn; + static Serializer<GIdentitiesByPkData_identity_certIssued_issuer> + get serializer => _$gIdentitiesByPkDataIdentityCertIssuedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certIssued_issuer.serializer, + GIdentitiesByPkData_identity_certIssued_issuer.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certIssued_issuer? fromJson( + static GIdentitiesByPkData_identity_certIssued_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certIssued_issuer.serializer, + GIdentitiesByPkData_identity_certIssued_issuer.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certIssued_receiver +abstract class GIdentitiesByPkData_identity_certIssued_issuer_account implements - Built<GIdentitiesByNameOrPkData_identity_certIssued_receiver, - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder>, - GIdentityFields_certIssued_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GIdentitiesByNameOrPkData_identity_certIssued_receiver._(); + Built<GIdentitiesByPkData_identity_certIssued_issuer_account, + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder>, + GIdentityFields_certIssued_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GIdentitiesByPkData_identity_certIssued_issuer_account._(); - factory GIdentitiesByNameOrPkData_identity_certIssued_receiver( + factory GIdentitiesByPkData_identity_certIssued_issuer_account( [void Function( - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_certIssued_receiver; + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certIssued_issuer_account; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder b) => - b..G__typename = 'Identity'; + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GIdentitiesByNameOrPkData_identity_certIssued_receiver> + int get createdOn; + static Serializer<GIdentitiesByPkData_identity_certIssued_issuer_account> get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertIssuedReceiverSerializer; + _$gIdentitiesByPkDataIdentityCertIssuedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certIssued_receiver.serializer, + GIdentitiesByPkData_identity_certIssued_issuer_account.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certIssued_receiver? fromJson( + static GIdentitiesByPkData_identity_certIssued_issuer_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certIssued_receiver.serializer, + GIdentitiesByPkData_identity_certIssued_issuer_account.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certIssuedAggregate +abstract class GIdentitiesByPkData_identity_certIssued_receiver implements - Built<GIdentitiesByNameOrPkData_identity_certIssuedAggregate, - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder>, - GIdentityFields_certIssuedAggregate { - GIdentitiesByNameOrPkData_identity_certIssuedAggregate._(); + Built<GIdentitiesByPkData_identity_certIssued_receiver, + GIdentitiesByPkData_identity_certIssued_receiverBuilder>, + GIdentityFields_certIssued_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GIdentitiesByPkData_identity_certIssued_receiver._(); + + factory GIdentitiesByPkData_identity_certIssued_receiver( + [void Function(GIdentitiesByPkData_identity_certIssued_receiverBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certIssued_receiver; + + static void _initializeBuilder( + GIdentitiesByPkData_identity_certIssued_receiverBuilder b) => + b..G__typename = 'Identity'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + String? get accountId; + @override + GIdentitiesByPkData_identity_certIssued_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentitiesByPkData_identity_certIssued_receiver> + get serializer => + _$gIdentitiesByPkDataIdentityCertIssuedReceiverSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByPkData_identity_certIssued_receiver.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByPkData_identity_certIssued_receiver? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData_identity_certIssued_receiver.serializer, + json, + ); +} - factory GIdentitiesByNameOrPkData_identity_certIssuedAggregate( +abstract class GIdentitiesByPkData_identity_certIssued_receiver_account + implements + Built<GIdentitiesByPkData_identity_certIssued_receiver_account, + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder>, + GIdentityFields_certIssued_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GIdentitiesByPkData_identity_certIssued_receiver_account._(); + + factory GIdentitiesByPkData_identity_certIssued_receiver_account( [void Function( - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate; + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certIssued_receiver_account; + + static void _initializeBuilder( + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + static Serializer<GIdentitiesByPkData_identity_certIssued_receiver_account> + get serializer => + _$gIdentitiesByPkDataIdentityCertIssuedReceiverAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByPkData_identity_certIssued_receiver_account.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByPkData_identity_certIssued_receiver_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData_identity_certIssued_receiver_account.serializer, + json, + ); +} + +abstract class GIdentitiesByPkData_identity_certIssuedAggregate + implements + Built<GIdentitiesByPkData_identity_certIssuedAggregate, + GIdentitiesByPkData_identity_certIssuedAggregateBuilder>, + GIdentityFields_certIssuedAggregate { + GIdentitiesByPkData_identity_certIssuedAggregate._(); + + factory GIdentitiesByPkData_identity_certIssuedAggregate( + [void Function(GIdentitiesByPkData_identity_certIssuedAggregateBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certIssuedAggregate; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder b) => + GIdentitiesByPkData_identity_certIssuedAggregateBuilder b) => b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate? - get aggregate; - static Serializer<GIdentitiesByNameOrPkData_identity_certIssuedAggregate> + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate? get aggregate; + static Serializer<GIdentitiesByPkData_identity_certIssuedAggregate> get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertIssuedAggregateSerializer; + _$gIdentitiesByPkDataIdentityCertIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate.serializer, + GIdentitiesByPkData_identity_certIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certIssuedAggregate? fromJson( + static GIdentitiesByPkData_identity_certIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate.serializer, + GIdentitiesByPkData_identity_certIssuedAggregate.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate +abstract class GIdentitiesByPkData_identity_certIssuedAggregate_aggregate implements - Built<GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder>, + Built<GIdentitiesByPkData_identity_certIssuedAggregate_aggregate, + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder>, GIdentityFields_certIssuedAggregate_aggregate { - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate._(); + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate._(); - factory GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate( - [void Function( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder - b) - updates]) = - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate; + factory GIdentitiesByPkData_identity_certIssuedAggregate_aggregate( + [void Function( + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder + b) + updates]) = _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder b) => b..G__typename = 'CertAggregateFields'; @@ -345,40 +635,38 @@ abstract class GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate String get G__typename; @override int get count; - static Serializer< - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate> + static Serializer<GIdentitiesByPkData_identity_certIssuedAggregate_aggregate> get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertIssuedAggregateAggregateSerializer; + _$gIdentitiesByPkDataIdentityCertIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate - .serializer, + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate - .serializer, - json, - ); + static GIdentitiesByPkData_identity_certIssuedAggregate_aggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate.serializer, + json, + ); } -abstract class GIdentitiesByNameOrPkData_identity_certReceived +abstract class GIdentitiesByPkData_identity_certReceived implements - Built<GIdentitiesByNameOrPkData_identity_certReceived, - GIdentitiesByNameOrPkData_identity_certReceivedBuilder>, + Built<GIdentitiesByPkData_identity_certReceived, + GIdentitiesByPkData_identity_certReceivedBuilder>, GIdentityFields_certReceived, GCertFields { - GIdentitiesByNameOrPkData_identity_certReceived._(); + GIdentitiesByPkData_identity_certReceived._(); - factory GIdentitiesByNameOrPkData_identity_certReceived( - [void Function(GIdentitiesByNameOrPkData_identity_certReceivedBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_certReceived; + factory GIdentitiesByPkData_identity_certReceived( + [void Function(GIdentitiesByPkData_identity_certReceivedBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certReceived; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certReceivedBuilder b) => + GIdentitiesByPkData_identity_certReceivedBuilder b) => b..G__typename = 'Cert'; @override @@ -389,11 +677,11 @@ abstract class GIdentitiesByNameOrPkData_identity_certReceived @override String? get issuerId; @override - GIdentitiesByNameOrPkData_identity_certReceived_issuer? get issuer; + GIdentitiesByPkData_identity_certReceived_issuer? get issuer; @override String? get receiverId; @override - GIdentitiesByNameOrPkData_identity_certReceived_receiver? get receiver; + GIdentitiesByPkData_identity_certReceived_receiver? get receiver; @override int get createdOn; @override @@ -402,40 +690,38 @@ abstract class GIdentitiesByNameOrPkData_identity_certReceived bool get isActive; @override int get updatedOn; - static Serializer<GIdentitiesByNameOrPkData_identity_certReceived> - get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertReceivedSerializer; + static Serializer<GIdentitiesByPkData_identity_certReceived> get serializer => + _$gIdentitiesByPkDataIdentityCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certReceived.serializer, + GIdentitiesByPkData_identity_certReceived.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certReceived? fromJson( + static GIdentitiesByPkData_identity_certReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certReceived.serializer, + GIdentitiesByPkData_identity_certReceived.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certReceived_issuer +abstract class GIdentitiesByPkData_identity_certReceived_issuer implements - Built<GIdentitiesByNameOrPkData_identity_certReceived_issuer, - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder>, + Built<GIdentitiesByPkData_identity_certReceived_issuer, + GIdentitiesByPkData_identity_certReceived_issuerBuilder>, GIdentityFields_certReceived_issuer, GCertFields_issuer, GIdentityBasicFields { - GIdentitiesByNameOrPkData_identity_certReceived_issuer._(); + GIdentitiesByPkData_identity_certReceived_issuer._(); - factory GIdentitiesByNameOrPkData_identity_certReceived_issuer( - [void Function( - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_certReceived_issuer; + factory GIdentitiesByPkData_identity_certReceived_issuer( + [void Function(GIdentitiesByPkData_identity_certReceived_issuerBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certReceived_issuer; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder b) => + GIdentitiesByPkData_identity_certReceived_issuerBuilder b) => b..G__typename = 'Identity'; @override @@ -444,6 +730,8 @@ abstract class GIdentitiesByNameOrPkData_identity_certReceived_issuer @override String? get accountId; @override + GIdentitiesByPkData_identity_certReceived_issuer_account? get account; + @override String get id; @override bool get isMember; @@ -451,254 +739,337 @@ abstract class GIdentitiesByNameOrPkData_identity_certReceived_issuer _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GIdentitiesByNameOrPkData_identity_certReceived_issuer> + @override + int get expireOn; + static Serializer<GIdentitiesByPkData_identity_certReceived_issuer> get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertReceivedIssuerSerializer; + _$gIdentitiesByPkDataIdentityCertReceivedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certReceived_issuer.serializer, + GIdentitiesByPkData_identity_certReceived_issuer.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certReceived_issuer? fromJson( + static GIdentitiesByPkData_identity_certReceived_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certReceived_issuer.serializer, + GIdentitiesByPkData_identity_certReceived_issuer.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certReceived_receiver +abstract class GIdentitiesByPkData_identity_certReceived_issuer_account implements - Built<GIdentitiesByNameOrPkData_identity_certReceived_receiver, - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder>, - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GIdentitiesByNameOrPkData_identity_certReceived_receiver._(); + Built<GIdentitiesByPkData_identity_certReceived_issuer_account, + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder>, + GIdentityFields_certReceived_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GIdentitiesByPkData_identity_certReceived_issuer_account._(); - factory GIdentitiesByNameOrPkData_identity_certReceived_receiver( + factory GIdentitiesByPkData_identity_certReceived_issuer_account( [void Function( - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_certReceived_receiver; + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certReceived_issuer_account; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder b) => - b..G__typename = 'Identity'; + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GIdentitiesByNameOrPkData_identity_certReceived_receiver> + int get createdOn; + static Serializer<GIdentitiesByPkData_identity_certReceived_issuer_account> get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertReceivedReceiverSerializer; + _$gIdentitiesByPkDataIdentityCertReceivedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certReceived_receiver.serializer, + GIdentitiesByPkData_identity_certReceived_issuer_account.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certReceived_receiver? fromJson( + static GIdentitiesByPkData_identity_certReceived_issuer_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certReceived_receiver.serializer, + GIdentitiesByPkData_identity_certReceived_issuer_account.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certReceivedAggregate +abstract class GIdentitiesByPkData_identity_certReceived_receiver implements - Built<GIdentitiesByNameOrPkData_identity_certReceivedAggregate, - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder>, - GIdentityFields_certReceivedAggregate { - GIdentitiesByNameOrPkData_identity_certReceivedAggregate._(); + Built<GIdentitiesByPkData_identity_certReceived_receiver, + GIdentitiesByPkData_identity_certReceived_receiverBuilder>, + GIdentityFields_certReceived_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GIdentitiesByPkData_identity_certReceived_receiver._(); - factory GIdentitiesByNameOrPkData_identity_certReceivedAggregate( + factory GIdentitiesByPkData_identity_certReceived_receiver( [void Function( - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate; + GIdentitiesByPkData_identity_certReceived_receiverBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certReceived_receiver; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GIdentitiesByPkData_identity_certReceived_receiverBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate? - get aggregate; - static Serializer<GIdentitiesByNameOrPkData_identity_certReceivedAggregate> + String? get accountId; + @override + GIdentitiesByPkData_identity_certReceived_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentitiesByPkData_identity_certReceived_receiver> get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertReceivedAggregateSerializer; + _$gIdentitiesByPkDataIdentityCertReceivedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate.serializer, + GIdentitiesByPkData_identity_certReceived_receiver.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_certReceivedAggregate? fromJson( + static GIdentitiesByPkData_identity_certReceived_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate.serializer, + GIdentitiesByPkData_identity_certReceived_receiver.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate +abstract class GIdentitiesByPkData_identity_certReceived_receiver_account implements - Built< - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder>, - GIdentityFields_certReceivedAggregate_aggregate { - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate._(); + Built<GIdentitiesByPkData_identity_certReceived_receiver_account, + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder>, + GIdentityFields_certReceived_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GIdentitiesByPkData_identity_certReceived_receiver_account._(); - factory GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate( - [void Function( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder - b) - updates]) = - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate; + factory GIdentitiesByPkData_identity_certReceived_receiver_account( + [void Function( + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder + b) + updates]) = _$GIdentitiesByPkData_identity_certReceived_receiver_account; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder b) => - b..G__typename = 'CertAggregateFields'; - - @override - @BuiltValueField(wireName: '__typename') - String get G__typename; - @override - int get count; - static Serializer< - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate> - get serializer => - _$gIdentitiesByNameOrPkDataIdentityCertReceivedAggregateAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - .serializer, - this, - ) as Map<String, dynamic>); - - static GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - .serializer, - json, - ); -} - -abstract class GIdentitiesByNameOrPkData_identity_linkedAccount - implements - Built<GIdentitiesByNameOrPkData_identity_linkedAccount, - GIdentitiesByNameOrPkData_identity_linkedAccountBuilder>, - GIdentityFields_linkedAccount { - GIdentitiesByNameOrPkData_identity_linkedAccount._(); - - factory GIdentitiesByNameOrPkData_identity_linkedAccount( - [void Function(GIdentitiesByNameOrPkData_identity_linkedAccountBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_linkedAccount; - - static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_linkedAccountBuilder b) => b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GIdentitiesByNameOrPkData_identity_linkedAccount> + int get createdOn; + static Serializer<GIdentitiesByPkData_identity_certReceived_receiver_account> get serializer => - _$gIdentitiesByNameOrPkDataIdentityLinkedAccountSerializer; + _$gIdentitiesByPkDataIdentityCertReceivedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_linkedAccount.serializer, + GIdentitiesByPkData_identity_certReceived_receiver_account.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_linkedAccount? fromJson( + static GIdentitiesByPkData_identity_certReceived_receiver_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_linkedAccount.serializer, + GIdentitiesByPkData_identity_certReceived_receiver_account.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_linkedAccountAggregate +abstract class GIdentitiesByPkData_identity_certReceivedAggregate implements - Built<GIdentitiesByNameOrPkData_identity_linkedAccountAggregate, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder>, - GIdentityFields_linkedAccountAggregate { - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate._(); + Built<GIdentitiesByPkData_identity_certReceivedAggregate, + GIdentitiesByPkData_identity_certReceivedAggregateBuilder>, + GIdentityFields_certReceivedAggregate { + GIdentitiesByPkData_identity_certReceivedAggregate._(); - factory GIdentitiesByNameOrPkData_identity_linkedAccountAggregate( + factory GIdentitiesByPkData_identity_certReceivedAggregate( [void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder - b) - updates]) = _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate; + GIdentitiesByPkData_identity_certReceivedAggregateBuilder b) + updates]) = _$GIdentitiesByPkData_identity_certReceivedAggregate; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder b) => - b..G__typename = 'AccountAggregate'; + GIdentitiesByPkData_identity_certReceivedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate? - get aggregate; - static Serializer<GIdentitiesByNameOrPkData_identity_linkedAccountAggregate> + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate? get aggregate; + static Serializer<GIdentitiesByPkData_identity_certReceivedAggregate> get serializer => - _$gIdentitiesByNameOrPkDataIdentityLinkedAccountAggregateSerializer; + _$gIdentitiesByPkDataIdentityCertReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate.serializer, + GIdentitiesByPkData_identity_certReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_linkedAccountAggregate? fromJson( + static GIdentitiesByPkData_identity_certReceivedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate.serializer, + GIdentitiesByPkData_identity_certReceivedAggregate.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate +abstract class GIdentitiesByPkData_identity_certReceivedAggregate_aggregate implements - Built< - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder>, + Built<GIdentitiesByPkData_identity_certReceivedAggregate_aggregate, + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder>, + GIdentityFields_certReceivedAggregate_aggregate { + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate._(); + + factory GIdentitiesByPkData_identity_certReceivedAggregate_aggregate( + [void Function( + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder + b) + updates]) = + _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate; + + static void _initializeBuilder( + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder + b) => + b..G__typename = 'CertAggregateFields'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get count; + static Serializer< + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate> + get serializer => + _$gIdentitiesByPkDataIdentityCertReceivedAggregateAggregateSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByPkData_identity_certReceivedAggregate_aggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate.serializer, + json, + ); +} + +abstract class GIdentitiesByPkData_identity_linkedAccount + implements + Built<GIdentitiesByPkData_identity_linkedAccount, + GIdentitiesByPkData_identity_linkedAccountBuilder>, + GIdentityFields_linkedAccount { + GIdentitiesByPkData_identity_linkedAccount._(); + + factory GIdentitiesByPkData_identity_linkedAccount( + [void Function(GIdentitiesByPkData_identity_linkedAccountBuilder b) + updates]) = _$GIdentitiesByPkData_identity_linkedAccount; + + static void _initializeBuilder( + GIdentitiesByPkData_identity_linkedAccountBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + String get id; + static Serializer<GIdentitiesByPkData_identity_linkedAccount> + get serializer => _$gIdentitiesByPkDataIdentityLinkedAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByPkData_identity_linkedAccount.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByPkData_identity_linkedAccount? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData_identity_linkedAccount.serializer, + json, + ); +} + +abstract class GIdentitiesByPkData_identity_linkedAccountAggregate + implements + Built<GIdentitiesByPkData_identity_linkedAccountAggregate, + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder>, + GIdentityFields_linkedAccountAggregate { + GIdentitiesByPkData_identity_linkedAccountAggregate._(); + + factory GIdentitiesByPkData_identity_linkedAccountAggregate( + [void Function( + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder b) + updates]) = _$GIdentitiesByPkData_identity_linkedAccountAggregate; + + static void _initializeBuilder( + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder b) => + b..G__typename = 'AccountAggregate'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate? get aggregate; + static Serializer<GIdentitiesByPkData_identity_linkedAccountAggregate> + get serializer => + _$gIdentitiesByPkDataIdentityLinkedAccountAggregateSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByPkData_identity_linkedAccountAggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByPkData_identity_linkedAccountAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData_identity_linkedAccountAggregate.serializer, + json, + ); +} + +abstract class GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate + implements + Built<GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate, + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder>, GIdentityFields_linkedAccountAggregate_aggregate { - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate._(); + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate._(); - factory GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate( + factory GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate( [void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder b) updates]) = - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate; + _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder b) => b..G__typename = 'AccountAggregateFields'; @@ -708,39 +1079,38 @@ abstract class GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggrega @override int get count; static Serializer< - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate> + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate> get serializer => - _$gIdentitiesByNameOrPkDataIdentityLinkedAccountAggregateAggregateSerializer; + _$gIdentitiesByPkDataIdentityLinkedAccountAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate? + static GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate .serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_membershipHistory +abstract class GIdentitiesByPkData_identity_membershipHistory implements - Built<GIdentitiesByNameOrPkData_identity_membershipHistory, - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder>, + Built<GIdentitiesByPkData_identity_membershipHistory, + GIdentitiesByPkData_identity_membershipHistoryBuilder>, GIdentityFields_membershipHistory { - GIdentitiesByNameOrPkData_identity_membershipHistory._(); + GIdentitiesByPkData_identity_membershipHistory._(); - factory GIdentitiesByNameOrPkData_identity_membershipHistory( - [void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_membershipHistory; + factory GIdentitiesByPkData_identity_membershipHistory( + [void Function(GIdentitiesByPkData_identity_membershipHistoryBuilder b) + updates]) = _$GIdentitiesByPkData_identity_membershipHistory; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder b) => + GIdentitiesByPkData_identity_membershipHistoryBuilder b) => b..G__typename = 'MembershipEvent'; @override @@ -756,86 +1126,80 @@ abstract class GIdentitiesByNameOrPkData_identity_membershipHistory String get id; @override String? get identityId; - static Serializer<GIdentitiesByNameOrPkData_identity_membershipHistory> + static Serializer<GIdentitiesByPkData_identity_membershipHistory> get serializer => - _$gIdentitiesByNameOrPkDataIdentityMembershipHistorySerializer; + _$gIdentitiesByPkDataIdentityMembershipHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_membershipHistory.serializer, + GIdentitiesByPkData_identity_membershipHistory.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_membershipHistory? fromJson( + static GIdentitiesByPkData_identity_membershipHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_membershipHistory.serializer, + GIdentitiesByPkData_identity_membershipHistory.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate +abstract class GIdentitiesByPkData_identity_membershipHistoryAggregate implements - Built<GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder>, + Built<GIdentitiesByPkData_identity_membershipHistoryAggregate, + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder>, GIdentityFields_membershipHistoryAggregate { - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate._(); + GIdentitiesByPkData_identity_membershipHistoryAggregate._(); - factory GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate( - [void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder - b) - updates]) = - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate; + factory GIdentitiesByPkData_identity_membershipHistoryAggregate( + [void Function( + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder b) + updates]) = _$GIdentitiesByPkData_identity_membershipHistoryAggregate; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder - b) => + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder b) => b..G__typename = 'MembershipEventAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate? + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate? get aggregate; - static Serializer< - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate> + static Serializer<GIdentitiesByPkData_identity_membershipHistoryAggregate> get serializer => - _$gIdentitiesByNameOrPkDataIdentityMembershipHistoryAggregateSerializer; + _$gIdentitiesByPkDataIdentityMembershipHistoryAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate - .serializer, + GIdentitiesByPkData_identity_membershipHistoryAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate - .serializer, - json, - ); + static GIdentitiesByPkData_identity_membershipHistoryAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByPkData_identity_membershipHistoryAggregate.serializer, + json, + ); } -abstract class GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate +abstract class GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate implements - Built< - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder>, + Built<GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate, + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder>, GIdentityFields_membershipHistoryAggregate_aggregate { - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate._(); + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate._(); - factory GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate( + factory GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate( [void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder b) updates]) = - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate; + _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder b) => b..G__typename = 'MembershipEventAggregateFields'; @@ -845,39 +1209,39 @@ abstract class GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_agg @override int get count; static Serializer< - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate> + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate> get serializer => - _$gIdentitiesByNameOrPkDataIdentityMembershipHistoryAggregateAggregateSerializer; + _$gIdentitiesByPkDataIdentityMembershipHistoryAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate? + static GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate .serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_ownerKeyChange +abstract class GIdentitiesByPkData_identity_ownerKeyChange implements - Built<GIdentitiesByNameOrPkData_identity_ownerKeyChange, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder>, + Built<GIdentitiesByPkData_identity_ownerKeyChange, + GIdentitiesByPkData_identity_ownerKeyChangeBuilder>, GIdentityFields_ownerKeyChange, GOwnerKeyChangeFields { - GIdentitiesByNameOrPkData_identity_ownerKeyChange._(); + GIdentitiesByPkData_identity_ownerKeyChange._(); - factory GIdentitiesByNameOrPkData_identity_ownerKeyChange( - [void Function(GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_ownerKeyChange; + factory GIdentitiesByPkData_identity_ownerKeyChange( + [void Function(GIdentitiesByPkData_identity_ownerKeyChangeBuilder b) + updates]) = _$GIdentitiesByPkData_identity_ownerKeyChange; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder b) => + GIdentitiesByPkData_identity_ownerKeyChangeBuilder b) => b..G__typename = 'ChangeOwnerKey'; @override @@ -893,83 +1257,78 @@ abstract class GIdentitiesByNameOrPkData_identity_ownerKeyChange String? get nextId; @override String? get previousId; - static Serializer<GIdentitiesByNameOrPkData_identity_ownerKeyChange> - get serializer => - _$gIdentitiesByNameOrPkDataIdentityOwnerKeyChangeSerializer; + static Serializer<GIdentitiesByPkData_identity_ownerKeyChange> + get serializer => _$gIdentitiesByPkDataIdentityOwnerKeyChangeSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_ownerKeyChange.serializer, + GIdentitiesByPkData_identity_ownerKeyChange.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_ownerKeyChange? fromJson( + static GIdentitiesByPkData_identity_ownerKeyChange? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_ownerKeyChange.serializer, + GIdentitiesByPkData_identity_ownerKeyChange.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate +abstract class GIdentitiesByPkData_identity_ownerKeyChangeAggregate implements - Built<GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder>, + Built<GIdentitiesByPkData_identity_ownerKeyChangeAggregate, + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder>, GIdentityFields_ownerKeyChangeAggregate { - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate._(); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate._(); - factory GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate( + factory GIdentitiesByPkData_identity_ownerKeyChangeAggregate( [void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder - b) - updates]) = _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate; + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder b) + updates]) = _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder - b) => + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder b) => b..G__typename = 'ChangeOwnerKeyAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate? - get aggregate; - static Serializer<GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate> + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate? get aggregate; + static Serializer<GIdentitiesByPkData_identity_ownerKeyChangeAggregate> get serializer => - _$gIdentitiesByNameOrPkDataIdentityOwnerKeyChangeAggregateSerializer; + _$gIdentitiesByPkDataIdentityOwnerKeyChangeAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate.serializer, + GIdentitiesByPkData_identity_ownerKeyChangeAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate? fromJson( + static GIdentitiesByPkData_identity_ownerKeyChangeAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate.serializer, + GIdentitiesByPkData_identity_ownerKeyChangeAggregate.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate +abstract class GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate implements - Built< - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder>, + Built<GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate, + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder>, GIdentityFields_ownerKeyChangeAggregate_aggregate { - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate._(); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate._(); - factory GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate( + factory GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate( [void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder b) updates]) = - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate; + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder b) => b..G__typename = 'ChangeOwnerKeyAggregateFields'; @@ -979,39 +1338,38 @@ abstract class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggreg @override int get count; static Serializer< - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate> + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate> get serializer => - _$gIdentitiesByNameOrPkDataIdentityOwnerKeyChangeAggregateAggregateSerializer; + _$gIdentitiesByPkDataIdentityOwnerKeyChangeAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate? + static GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate .serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_smith +abstract class GIdentitiesByPkData_identity_smith implements - Built<GIdentitiesByNameOrPkData_identity_smith, - GIdentitiesByNameOrPkData_identity_smithBuilder>, + Built<GIdentitiesByPkData_identity_smith, + GIdentitiesByPkData_identity_smithBuilder>, GIdentityFields_smith, GSmithFields { - GIdentitiesByNameOrPkData_identity_smith._(); + GIdentitiesByPkData_identity_smith._(); - factory GIdentitiesByNameOrPkData_identity_smith( - [void Function(GIdentitiesByNameOrPkData_identity_smithBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_smith; + factory GIdentitiesByPkData_identity_smith( + [void Function(GIdentitiesByPkData_identity_smithBuilder b) + updates]) = _$GIdentitiesByPkData_identity_smith; - static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_smithBuilder b) => + static void _initializeBuilder(GIdentitiesByPkData_identity_smithBuilder b) => b..G__typename = 'Smith'; @override @@ -1028,44 +1386,44 @@ abstract class GIdentitiesByNameOrPkData_identity_smith @override int? get lastForged; @override - BuiltList<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued> + BuiltList<GIdentitiesByPkData_identity_smith_smithCertIssued> get smithCertIssued; @override - BuiltList<GIdentitiesByNameOrPkData_identity_smith_smithCertReceived> + BuiltList<GIdentitiesByPkData_identity_smith_smithCertReceived> get smithCertReceived; - static Serializer<GIdentitiesByNameOrPkData_identity_smith> get serializer => - _$gIdentitiesByNameOrPkDataIdentitySmithSerializer; + static Serializer<GIdentitiesByPkData_identity_smith> get serializer => + _$gIdentitiesByPkDataIdentitySmithSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_smith.serializer, + GIdentitiesByPkData_identity_smith.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_smith? fromJson( + static GIdentitiesByPkData_identity_smith? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_smith.serializer, + GIdentitiesByPkData_identity_smith.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_smith_smithCertIssued +abstract class GIdentitiesByPkData_identity_smith_smithCertIssued implements - Built<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued, - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder>, + Built<GIdentitiesByPkData_identity_smith_smithCertIssued, + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder>, GIdentityFields_smith_smithCertIssued, GSmithFields_smithCertIssued, GSmithCertFields { - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued._(); + GIdentitiesByPkData_identity_smith_smithCertIssued._(); - factory GIdentitiesByNameOrPkData_identity_smith_smithCertIssued( + factory GIdentitiesByPkData_identity_smith_smithCertIssued( [void Function( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued; + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder b) + updates]) = _$GIdentitiesByPkData_identity_smith_smithCertIssued; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder b) => + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder b) => b..G__typename = 'SmithCert'; @override @@ -1079,42 +1437,40 @@ abstract class GIdentitiesByNameOrPkData_identity_smith_smithCertIssued String? get receiverId; @override int get createdOn; - static Serializer<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued> + static Serializer<GIdentitiesByPkData_identity_smith_smithCertIssued> get serializer => - _$gIdentitiesByNameOrPkDataIdentitySmithSmithCertIssuedSerializer; + _$gIdentitiesByPkDataIdentitySmithSmithCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued.serializer, + GIdentitiesByPkData_identity_smith_smithCertIssued.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_smith_smithCertIssued? fromJson( + static GIdentitiesByPkData_identity_smith_smithCertIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued.serializer, + GIdentitiesByPkData_identity_smith_smithCertIssued.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_smith_smithCertReceived +abstract class GIdentitiesByPkData_identity_smith_smithCertReceived implements - Built<GIdentitiesByNameOrPkData_identity_smith_smithCertReceived, - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder>, + Built<GIdentitiesByPkData_identity_smith_smithCertReceived, + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder>, GIdentityFields_smith_smithCertReceived, GSmithFields_smithCertReceived, GSmithCertFields { - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived._(); + GIdentitiesByPkData_identity_smith_smithCertReceived._(); - factory GIdentitiesByNameOrPkData_identity_smith_smithCertReceived( + factory GIdentitiesByPkData_identity_smith_smithCertReceived( [void Function( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder - b) - updates]) = _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived; + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder b) + updates]) = _$GIdentitiesByPkData_identity_smith_smithCertReceived; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder - b) => + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder b) => b..G__typename = 'SmithCert'; @override @@ -1128,37 +1484,37 @@ abstract class GIdentitiesByNameOrPkData_identity_smith_smithCertReceived String? get receiverId; @override int get createdOn; - static Serializer<GIdentitiesByNameOrPkData_identity_smith_smithCertReceived> + static Serializer<GIdentitiesByPkData_identity_smith_smithCertReceived> get serializer => - _$gIdentitiesByNameOrPkDataIdentitySmithSmithCertReceivedSerializer; + _$gIdentitiesByPkDataIdentitySmithSmithCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived.serializer, + GIdentitiesByPkData_identity_smith_smithCertReceived.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_smith_smithCertReceived? fromJson( + static GIdentitiesByPkData_identity_smith_smithCertReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived.serializer, + GIdentitiesByPkData_identity_smith_smithCertReceived.serializer, json, ); } -abstract class GIdentitiesByNameOrPkData_identity_udHistory +abstract class GIdentitiesByPkData_identity_udHistory implements - Built<GIdentitiesByNameOrPkData_identity_udHistory, - GIdentitiesByNameOrPkData_identity_udHistoryBuilder>, + Built<GIdentitiesByPkData_identity_udHistory, + GIdentitiesByPkData_identity_udHistoryBuilder>, GIdentityFields_udHistory { - GIdentitiesByNameOrPkData_identity_udHistory._(); + GIdentitiesByPkData_identity_udHistory._(); - factory GIdentitiesByNameOrPkData_identity_udHistory( - [void Function(GIdentitiesByNameOrPkData_identity_udHistoryBuilder b) - updates]) = _$GIdentitiesByNameOrPkData_identity_udHistory; + factory GIdentitiesByPkData_identity_udHistory( + [void Function(GIdentitiesByPkData_identity_udHistoryBuilder b) + updates]) = _$GIdentitiesByPkData_identity_udHistory; static void _initializeBuilder( - GIdentitiesByNameOrPkData_identity_udHistoryBuilder b) => + GIdentitiesByPkData_identity_udHistoryBuilder b) => b..G__typename = 'UdHistory'; @override @@ -1170,81 +1526,84 @@ abstract class GIdentitiesByNameOrPkData_identity_udHistory int get amount; @override _i2.Gtimestamptz get timestamp; - static Serializer<GIdentitiesByNameOrPkData_identity_udHistory> - get serializer => _$gIdentitiesByNameOrPkDataIdentityUdHistorySerializer; + static Serializer<GIdentitiesByPkData_identity_udHistory> get serializer => + _$gIdentitiesByPkDataIdentityUdHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameOrPkData_identity_udHistory.serializer, + GIdentitiesByPkData_identity_udHistory.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameOrPkData_identity_udHistory? fromJson( + static GIdentitiesByPkData_identity_udHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameOrPkData_identity_udHistory.serializer, + GIdentitiesByPkData_identity_udHistory.serializer, json, ); } -abstract class GIdentitiesByPkData - implements Built<GIdentitiesByPkData, GIdentitiesByPkDataBuilder> { - GIdentitiesByPkData._(); +abstract class GIdentitiesByNameData + implements Built<GIdentitiesByNameData, GIdentitiesByNameDataBuilder> { + GIdentitiesByNameData._(); - factory GIdentitiesByPkData( - [void Function(GIdentitiesByPkDataBuilder b) updates]) = - _$GIdentitiesByPkData; + factory GIdentitiesByNameData( + [void Function(GIdentitiesByNameDataBuilder b) updates]) = + _$GIdentitiesByNameData; - static void _initializeBuilder(GIdentitiesByPkDataBuilder b) => + static void _initializeBuilder(GIdentitiesByNameDataBuilder b) => b..G__typename = 'query_root'; @BuiltValueField(wireName: '__typename') String get G__typename; - BuiltList<GIdentitiesByPkData_identity> get identity; - static Serializer<GIdentitiesByPkData> get serializer => - _$gIdentitiesByPkDataSerializer; + BuiltList<GIdentitiesByNameData_identity> get identity; + static Serializer<GIdentitiesByNameData> get serializer => + _$gIdentitiesByNameDataSerializer; Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData.serializer, + GIdentitiesByNameData.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData? fromJson(Map<String, dynamic> json) => + static GIdentitiesByNameData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData.serializer, + GIdentitiesByNameData.serializer, json, ); } -abstract class GIdentitiesByPkData_identity +abstract class GIdentitiesByNameData_identity implements - Built<GIdentitiesByPkData_identity, - GIdentitiesByPkData_identityBuilder>, + Built<GIdentitiesByNameData_identity, + GIdentitiesByNameData_identityBuilder>, GIdentityFields { - GIdentitiesByPkData_identity._(); + GIdentitiesByNameData_identity._(); - factory GIdentitiesByPkData_identity( - [void Function(GIdentitiesByPkData_identityBuilder b) updates]) = - _$GIdentitiesByPkData_identity; + factory GIdentitiesByNameData_identity( + [void Function(GIdentitiesByNameData_identityBuilder b) updates]) = + _$GIdentitiesByNameData_identity; - static void _initializeBuilder(GIdentitiesByPkData_identityBuilder b) => + static void _initializeBuilder(GIdentitiesByNameData_identityBuilder b) => b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + GIdentitiesByNameData_identity_account? get account; + @override String? get accountId; @override String? get accountRemovedId; @override - BuiltList<GIdentitiesByPkData_identity_certIssued> get certIssued; + BuiltList<GIdentitiesByNameData_identity_certIssued> get certIssued; @override - GIdentitiesByPkData_identity_certIssuedAggregate get certIssuedAggregate; + GIdentitiesByNameData_identity_certIssuedAggregate get certIssuedAggregate; @override - BuiltList<GIdentitiesByPkData_identity_certReceived> get certReceived; + BuiltList<GIdentitiesByNameData_identity_certReceived> get certReceived; @override - GIdentitiesByPkData_identity_certReceivedAggregate get certReceivedAggregate; + GIdentitiesByNameData_identity_certReceivedAggregate + get certReceivedAggregate; @override String? get createdInId; @override @@ -1260,59 +1619,96 @@ abstract class GIdentitiesByPkData_identity @override int get lastChangeOn; @override - BuiltList<GIdentitiesByPkData_identity_linkedAccount> get linkedAccount; + BuiltList<GIdentitiesByNameData_identity_linkedAccount> get linkedAccount; @override - GIdentitiesByPkData_identity_linkedAccountAggregate + GIdentitiesByNameData_identity_linkedAccountAggregate get linkedAccountAggregate; @override _i2.GIdentityStatusEnum? get status; @override - BuiltList<GIdentitiesByPkData_identity_membershipHistory> + BuiltList<GIdentitiesByNameData_identity_membershipHistory> get membershipHistory; @override - GIdentitiesByPkData_identity_membershipHistoryAggregate + GIdentitiesByNameData_identity_membershipHistoryAggregate get membershipHistoryAggregate; @override String get name; @override - BuiltList<GIdentitiesByPkData_identity_ownerKeyChange> get ownerKeyChange; + BuiltList<GIdentitiesByNameData_identity_ownerKeyChange> get ownerKeyChange; @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate + GIdentitiesByNameData_identity_ownerKeyChangeAggregate get ownerKeyChangeAggregate; @override - GIdentitiesByPkData_identity_smith? get smith; + GIdentitiesByNameData_identity_smith? get smith; @override - BuiltList<GIdentitiesByPkData_identity_udHistory>? get udHistory; - static Serializer<GIdentitiesByPkData_identity> get serializer => - _$gIdentitiesByPkDataIdentitySerializer; + BuiltList<GIdentitiesByNameData_identity_udHistory>? get udHistory; + static Serializer<GIdentitiesByNameData_identity> get serializer => + _$gIdentitiesByNameDataIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity.serializer, + GIdentitiesByNameData_identity.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity? fromJson(Map<String, dynamic> json) => + static GIdentitiesByNameData_identity? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity.serializer, + GIdentitiesByNameData_identity.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certIssued +abstract class GIdentitiesByNameData_identity_account implements - Built<GIdentitiesByPkData_identity_certIssued, - GIdentitiesByPkData_identity_certIssuedBuilder>, + Built<GIdentitiesByNameData_identity_account, + GIdentitiesByNameData_identity_accountBuilder>, + GIdentityFields_account { + GIdentitiesByNameData_identity_account._(); + + factory GIdentitiesByNameData_identity_account( + [void Function(GIdentitiesByNameData_identity_accountBuilder b) + updates]) = _$GIdentitiesByNameData_identity_account; + + static void _initializeBuilder( + GIdentitiesByNameData_identity_accountBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + static Serializer<GIdentitiesByNameData_identity_account> get serializer => + _$gIdentitiesByNameDataIdentityAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByNameData_identity_account.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByNameData_identity_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByNameData_identity_account.serializer, + json, + ); +} + +abstract class GIdentitiesByNameData_identity_certIssued + implements + Built<GIdentitiesByNameData_identity_certIssued, + GIdentitiesByNameData_identity_certIssuedBuilder>, GIdentityFields_certIssued, GCertFields { - GIdentitiesByPkData_identity_certIssued._(); + GIdentitiesByNameData_identity_certIssued._(); - factory GIdentitiesByPkData_identity_certIssued( - [void Function(GIdentitiesByPkData_identity_certIssuedBuilder b) - updates]) = _$GIdentitiesByPkData_identity_certIssued; + factory GIdentitiesByNameData_identity_certIssued( + [void Function(GIdentitiesByNameData_identity_certIssuedBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certIssued; static void _initializeBuilder( - GIdentitiesByPkData_identity_certIssuedBuilder b) => + GIdentitiesByNameData_identity_certIssuedBuilder b) => b..G__typename = 'Cert'; @override @@ -1323,11 +1719,11 @@ abstract class GIdentitiesByPkData_identity_certIssued @override String? get issuerId; @override - GIdentitiesByPkData_identity_certIssued_issuer? get issuer; + GIdentitiesByNameData_identity_certIssued_issuer? get issuer; @override String? get receiverId; @override - GIdentitiesByPkData_identity_certIssued_receiver? get receiver; + GIdentitiesByNameData_identity_certIssued_receiver? get receiver; @override int get createdOn; @override @@ -1336,38 +1732,38 @@ abstract class GIdentitiesByPkData_identity_certIssued bool get isActive; @override int get updatedOn; - static Serializer<GIdentitiesByPkData_identity_certIssued> get serializer => - _$gIdentitiesByPkDataIdentityCertIssuedSerializer; + static Serializer<GIdentitiesByNameData_identity_certIssued> get serializer => + _$gIdentitiesByNameDataIdentityCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certIssued.serializer, + GIdentitiesByNameData_identity_certIssued.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certIssued? fromJson( + static GIdentitiesByNameData_identity_certIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certIssued.serializer, + GIdentitiesByNameData_identity_certIssued.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certIssued_issuer +abstract class GIdentitiesByNameData_identity_certIssued_issuer implements - Built<GIdentitiesByPkData_identity_certIssued_issuer, - GIdentitiesByPkData_identity_certIssued_issuerBuilder>, + Built<GIdentitiesByNameData_identity_certIssued_issuer, + GIdentitiesByNameData_identity_certIssued_issuerBuilder>, GIdentityFields_certIssued_issuer, GCertFields_issuer, GIdentityBasicFields { - GIdentitiesByPkData_identity_certIssued_issuer._(); + GIdentitiesByNameData_identity_certIssued_issuer._(); - factory GIdentitiesByPkData_identity_certIssued_issuer( - [void Function(GIdentitiesByPkData_identity_certIssued_issuerBuilder b) - updates]) = _$GIdentitiesByPkData_identity_certIssued_issuer; + factory GIdentitiesByNameData_identity_certIssued_issuer( + [void Function(GIdentitiesByNameData_identity_certIssued_issuerBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certIssued_issuer; static void _initializeBuilder( - GIdentitiesByPkData_identity_certIssued_issuerBuilder b) => + GIdentitiesByNameData_identity_certIssued_issuerBuilder b) => b..G__typename = 'Identity'; @override @@ -1376,6 +1772,8 @@ abstract class GIdentitiesByPkData_identity_certIssued_issuer @override String? get accountId; @override + GIdentitiesByNameData_identity_certIssued_issuer_account? get account; + @override String get id; @override bool get isMember; @@ -1383,38 +1781,83 @@ abstract class GIdentitiesByPkData_identity_certIssued_issuer _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GIdentitiesByPkData_identity_certIssued_issuer> - get serializer => _$gIdentitiesByPkDataIdentityCertIssuedIssuerSerializer; + @override + int get expireOn; + static Serializer<GIdentitiesByNameData_identity_certIssued_issuer> + get serializer => + _$gIdentitiesByNameDataIdentityCertIssuedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certIssued_issuer.serializer, + GIdentitiesByNameData_identity_certIssued_issuer.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certIssued_issuer? fromJson( + static GIdentitiesByNameData_identity_certIssued_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certIssued_issuer.serializer, + GIdentitiesByNameData_identity_certIssued_issuer.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certIssued_receiver +abstract class GIdentitiesByNameData_identity_certIssued_issuer_account implements - Built<GIdentitiesByPkData_identity_certIssued_receiver, - GIdentitiesByPkData_identity_certIssued_receiverBuilder>, + Built<GIdentitiesByNameData_identity_certIssued_issuer_account, + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder>, + GIdentityFields_certIssued_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GIdentitiesByNameData_identity_certIssued_issuer_account._(); + + factory GIdentitiesByNameData_identity_certIssued_issuer_account( + [void Function( + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certIssued_issuer_account; + + static void _initializeBuilder( + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + static Serializer<GIdentitiesByNameData_identity_certIssued_issuer_account> + get serializer => + _$gIdentitiesByNameDataIdentityCertIssuedIssuerAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByNameData_identity_certIssued_issuer_account.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByNameData_identity_certIssued_issuer_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByNameData_identity_certIssued_issuer_account.serializer, + json, + ); +} + +abstract class GIdentitiesByNameData_identity_certIssued_receiver + implements + Built<GIdentitiesByNameData_identity_certIssued_receiver, + GIdentitiesByNameData_identity_certIssued_receiverBuilder>, GIdentityFields_certIssued_receiver, GCertFields_receiver, GIdentityBasicFields { - GIdentitiesByPkData_identity_certIssued_receiver._(); + GIdentitiesByNameData_identity_certIssued_receiver._(); - factory GIdentitiesByPkData_identity_certIssued_receiver( - [void Function(GIdentitiesByPkData_identity_certIssued_receiverBuilder b) - updates]) = _$GIdentitiesByPkData_identity_certIssued_receiver; + factory GIdentitiesByNameData_identity_certIssued_receiver( + [void Function( + GIdentitiesByNameData_identity_certIssued_receiverBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certIssued_receiver; static void _initializeBuilder( - GIdentitiesByPkData_identity_certIssued_receiverBuilder b) => + GIdentitiesByNameData_identity_certIssued_receiverBuilder b) => b..G__typename = 'Identity'; @override @@ -1423,6 +1866,8 @@ abstract class GIdentitiesByPkData_identity_certIssued_receiver @override String? get accountId; @override + GIdentitiesByNameData_identity_certIssued_receiver_account? get account; + @override String get id; @override bool get isMember; @@ -1430,77 +1875,124 @@ abstract class GIdentitiesByPkData_identity_certIssued_receiver _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GIdentitiesByPkData_identity_certIssued_receiver> + @override + int get expireOn; + static Serializer<GIdentitiesByNameData_identity_certIssued_receiver> get serializer => - _$gIdentitiesByPkDataIdentityCertIssuedReceiverSerializer; + _$gIdentitiesByNameDataIdentityCertIssuedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certIssued_receiver.serializer, + GIdentitiesByNameData_identity_certIssued_receiver.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certIssued_receiver? fromJson( + static GIdentitiesByNameData_identity_certIssued_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certIssued_receiver.serializer, + GIdentitiesByNameData_identity_certIssued_receiver.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certIssuedAggregate +abstract class GIdentitiesByNameData_identity_certIssued_receiver_account implements - Built<GIdentitiesByPkData_identity_certIssuedAggregate, - GIdentitiesByPkData_identity_certIssuedAggregateBuilder>, - GIdentityFields_certIssuedAggregate { - GIdentitiesByPkData_identity_certIssuedAggregate._(); + Built<GIdentitiesByNameData_identity_certIssued_receiver_account, + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder>, + GIdentityFields_certIssued_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GIdentitiesByNameData_identity_certIssued_receiver_account._(); - factory GIdentitiesByPkData_identity_certIssuedAggregate( - [void Function(GIdentitiesByPkData_identity_certIssuedAggregateBuilder b) - updates]) = _$GIdentitiesByPkData_identity_certIssuedAggregate; + factory GIdentitiesByNameData_identity_certIssued_receiver_account( + [void Function( + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder + b) + updates]) = _$GIdentitiesByNameData_identity_certIssued_receiver_account; static void _initializeBuilder( - GIdentitiesByPkData_identity_certIssuedAggregateBuilder b) => + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder + b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + static Serializer<GIdentitiesByNameData_identity_certIssued_receiver_account> + get serializer => + _$gIdentitiesByNameDataIdentityCertIssuedReceiverAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByNameData_identity_certIssued_receiver_account.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByNameData_identity_certIssued_receiver_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByNameData_identity_certIssued_receiver_account.serializer, + json, + ); +} + +abstract class GIdentitiesByNameData_identity_certIssuedAggregate + implements + Built<GIdentitiesByNameData_identity_certIssuedAggregate, + GIdentitiesByNameData_identity_certIssuedAggregateBuilder>, + GIdentityFields_certIssuedAggregate { + GIdentitiesByNameData_identity_certIssuedAggregate._(); + + factory GIdentitiesByNameData_identity_certIssuedAggregate( + [void Function( + GIdentitiesByNameData_identity_certIssuedAggregateBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certIssuedAggregate; + + static void _initializeBuilder( + GIdentitiesByNameData_identity_certIssuedAggregateBuilder b) => b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate? get aggregate; - static Serializer<GIdentitiesByPkData_identity_certIssuedAggregate> + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate? get aggregate; + static Serializer<GIdentitiesByNameData_identity_certIssuedAggregate> get serializer => - _$gIdentitiesByPkDataIdentityCertIssuedAggregateSerializer; + _$gIdentitiesByNameDataIdentityCertIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certIssuedAggregate.serializer, + GIdentitiesByNameData_identity_certIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certIssuedAggregate? fromJson( + static GIdentitiesByNameData_identity_certIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certIssuedAggregate.serializer, + GIdentitiesByNameData_identity_certIssuedAggregate.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certIssuedAggregate_aggregate +abstract class GIdentitiesByNameData_identity_certIssuedAggregate_aggregate implements - Built<GIdentitiesByPkData_identity_certIssuedAggregate_aggregate, - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder>, + Built<GIdentitiesByNameData_identity_certIssuedAggregate_aggregate, + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder>, GIdentityFields_certIssuedAggregate_aggregate { - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate._(); + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate._(); - factory GIdentitiesByPkData_identity_certIssuedAggregate_aggregate( - [void Function( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder - b) - updates]) = _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate; + factory GIdentitiesByNameData_identity_certIssuedAggregate_aggregate( + [void Function( + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder + b) + updates]) = + _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder b) => b..G__typename = 'CertAggregateFields'; @@ -1509,38 +2001,39 @@ abstract class GIdentitiesByPkData_identity_certIssuedAggregate_aggregate String get G__typename; @override int get count; - static Serializer<GIdentitiesByPkData_identity_certIssuedAggregate_aggregate> + static Serializer< + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate> get serializer => - _$gIdentitiesByPkDataIdentityCertIssuedAggregateAggregateSerializer; + _$gIdentitiesByNameDataIdentityCertIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate.serializer, + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certIssuedAggregate_aggregate? fromJson( + static GIdentitiesByNameData_identity_certIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate.serializer, + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certReceived +abstract class GIdentitiesByNameData_identity_certReceived implements - Built<GIdentitiesByPkData_identity_certReceived, - GIdentitiesByPkData_identity_certReceivedBuilder>, + Built<GIdentitiesByNameData_identity_certReceived, + GIdentitiesByNameData_identity_certReceivedBuilder>, GIdentityFields_certReceived, GCertFields { - GIdentitiesByPkData_identity_certReceived._(); + GIdentitiesByNameData_identity_certReceived._(); - factory GIdentitiesByPkData_identity_certReceived( - [void Function(GIdentitiesByPkData_identity_certReceivedBuilder b) - updates]) = _$GIdentitiesByPkData_identity_certReceived; + factory GIdentitiesByNameData_identity_certReceived( + [void Function(GIdentitiesByNameData_identity_certReceivedBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certReceived; static void _initializeBuilder( - GIdentitiesByPkData_identity_certReceivedBuilder b) => + GIdentitiesByNameData_identity_certReceivedBuilder b) => b..G__typename = 'Cert'; @override @@ -1551,11 +2044,11 @@ abstract class GIdentitiesByPkData_identity_certReceived @override String? get issuerId; @override - GIdentitiesByPkData_identity_certReceived_issuer? get issuer; + GIdentitiesByNameData_identity_certReceived_issuer? get issuer; @override String? get receiverId; @override - GIdentitiesByPkData_identity_certReceived_receiver? get receiver; + GIdentitiesByNameData_identity_certReceived_receiver? get receiver; @override int get createdOn; @override @@ -1564,38 +2057,39 @@ abstract class GIdentitiesByPkData_identity_certReceived bool get isActive; @override int get updatedOn; - static Serializer<GIdentitiesByPkData_identity_certReceived> get serializer => - _$gIdentitiesByPkDataIdentityCertReceivedSerializer; + static Serializer<GIdentitiesByNameData_identity_certReceived> + get serializer => _$gIdentitiesByNameDataIdentityCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certReceived.serializer, + GIdentitiesByNameData_identity_certReceived.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certReceived? fromJson( + static GIdentitiesByNameData_identity_certReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certReceived.serializer, + GIdentitiesByNameData_identity_certReceived.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certReceived_issuer +abstract class GIdentitiesByNameData_identity_certReceived_issuer implements - Built<GIdentitiesByPkData_identity_certReceived_issuer, - GIdentitiesByPkData_identity_certReceived_issuerBuilder>, + Built<GIdentitiesByNameData_identity_certReceived_issuer, + GIdentitiesByNameData_identity_certReceived_issuerBuilder>, GIdentityFields_certReceived_issuer, GCertFields_issuer, GIdentityBasicFields { - GIdentitiesByPkData_identity_certReceived_issuer._(); + GIdentitiesByNameData_identity_certReceived_issuer._(); - factory GIdentitiesByPkData_identity_certReceived_issuer( - [void Function(GIdentitiesByPkData_identity_certReceived_issuerBuilder b) - updates]) = _$GIdentitiesByPkData_identity_certReceived_issuer; + factory GIdentitiesByNameData_identity_certReceived_issuer( + [void Function( + GIdentitiesByNameData_identity_certReceived_issuerBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certReceived_issuer; static void _initializeBuilder( - GIdentitiesByPkData_identity_certReceived_issuerBuilder b) => + GIdentitiesByNameData_identity_certReceived_issuerBuilder b) => b..G__typename = 'Identity'; @override @@ -1604,6 +2098,8 @@ abstract class GIdentitiesByPkData_identity_certReceived_issuer @override String? get accountId; @override + GIdentitiesByNameData_identity_certReceived_issuer_account? get account; + @override String get id; @override bool get isMember; @@ -1611,247 +2107,343 @@ abstract class GIdentitiesByPkData_identity_certReceived_issuer _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GIdentitiesByPkData_identity_certReceived_issuer> + @override + int get expireOn; + static Serializer<GIdentitiesByNameData_identity_certReceived_issuer> get serializer => - _$gIdentitiesByPkDataIdentityCertReceivedIssuerSerializer; + _$gIdentitiesByNameDataIdentityCertReceivedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certReceived_issuer.serializer, + GIdentitiesByNameData_identity_certReceived_issuer.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certReceived_issuer? fromJson( + static GIdentitiesByNameData_identity_certReceived_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certReceived_issuer.serializer, + GIdentitiesByNameData_identity_certReceived_issuer.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certReceived_receiver +abstract class GIdentitiesByNameData_identity_certReceived_issuer_account implements - Built<GIdentitiesByPkData_identity_certReceived_receiver, - GIdentitiesByPkData_identity_certReceived_receiverBuilder>, - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GIdentitiesByPkData_identity_certReceived_receiver._(); + Built<GIdentitiesByNameData_identity_certReceived_issuer_account, + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder>, + GIdentityFields_certReceived_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GIdentitiesByNameData_identity_certReceived_issuer_account._(); - factory GIdentitiesByPkData_identity_certReceived_receiver( + factory GIdentitiesByNameData_identity_certReceived_issuer_account( [void Function( - GIdentitiesByPkData_identity_certReceived_receiverBuilder b) - updates]) = _$GIdentitiesByPkData_identity_certReceived_receiver; + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder + b) + updates]) = _$GIdentitiesByNameData_identity_certReceived_issuer_account; static void _initializeBuilder( - GIdentitiesByPkData_identity_certReceived_receiverBuilder b) => - b..G__typename = 'Identity'; + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder + b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GIdentitiesByPkData_identity_certReceived_receiver> + int get createdOn; + static Serializer<GIdentitiesByNameData_identity_certReceived_issuer_account> get serializer => - _$gIdentitiesByPkDataIdentityCertReceivedReceiverSerializer; + _$gIdentitiesByNameDataIdentityCertReceivedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certReceived_receiver.serializer, + GIdentitiesByNameData_identity_certReceived_issuer_account.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certReceived_receiver? fromJson( + static GIdentitiesByNameData_identity_certReceived_issuer_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certReceived_receiver.serializer, + GIdentitiesByNameData_identity_certReceived_issuer_account.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certReceivedAggregate +abstract class GIdentitiesByNameData_identity_certReceived_receiver implements - Built<GIdentitiesByPkData_identity_certReceivedAggregate, - GIdentitiesByPkData_identity_certReceivedAggregateBuilder>, - GIdentityFields_certReceivedAggregate { - GIdentitiesByPkData_identity_certReceivedAggregate._(); + Built<GIdentitiesByNameData_identity_certReceived_receiver, + GIdentitiesByNameData_identity_certReceived_receiverBuilder>, + GIdentityFields_certReceived_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GIdentitiesByNameData_identity_certReceived_receiver._(); - factory GIdentitiesByPkData_identity_certReceivedAggregate( + factory GIdentitiesByNameData_identity_certReceived_receiver( [void Function( - GIdentitiesByPkData_identity_certReceivedAggregateBuilder b) - updates]) = _$GIdentitiesByPkData_identity_certReceivedAggregate; + GIdentitiesByNameData_identity_certReceived_receiverBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certReceived_receiver; static void _initializeBuilder( - GIdentitiesByPkData_identity_certReceivedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GIdentitiesByNameData_identity_certReceived_receiverBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate? get aggregate; - static Serializer<GIdentitiesByPkData_identity_certReceivedAggregate> + String? get accountId; + @override + GIdentitiesByNameData_identity_certReceived_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentitiesByNameData_identity_certReceived_receiver> get serializer => - _$gIdentitiesByPkDataIdentityCertReceivedAggregateSerializer; + _$gIdentitiesByNameDataIdentityCertReceivedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certReceivedAggregate.serializer, + GIdentitiesByNameData_identity_certReceived_receiver.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certReceivedAggregate? fromJson( + static GIdentitiesByNameData_identity_certReceived_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certReceivedAggregate.serializer, + GIdentitiesByNameData_identity_certReceived_receiver.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_certReceivedAggregate_aggregate +abstract class GIdentitiesByNameData_identity_certReceived_receiver_account implements - Built<GIdentitiesByPkData_identity_certReceivedAggregate_aggregate, - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder>, - GIdentityFields_certReceivedAggregate_aggregate { - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate._(); + Built<GIdentitiesByNameData_identity_certReceived_receiver_account, + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder>, + GIdentityFields_certReceived_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GIdentitiesByNameData_identity_certReceived_receiver_account._(); - factory GIdentitiesByPkData_identity_certReceivedAggregate_aggregate( + factory GIdentitiesByNameData_identity_certReceived_receiver_account( [void Function( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder b) updates]) = - _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate; + _$GIdentitiesByNameData_identity_certReceived_receiver_account; static void _initializeBuilder( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder b) => - b..G__typename = 'CertAggregateFields'; + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; + int get createdOn; static Serializer< - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate> + GIdentitiesByNameData_identity_certReceived_receiver_account> get serializer => - _$gIdentitiesByPkDataIdentityCertReceivedAggregateAggregateSerializer; + _$gIdentitiesByNameDataIdentityCertReceivedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate.serializer, + GIdentitiesByNameData_identity_certReceived_receiver_account.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_certReceivedAggregate_aggregate? fromJson( + static GIdentitiesByNameData_identity_certReceived_receiver_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate.serializer, + GIdentitiesByNameData_identity_certReceived_receiver_account.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_linkedAccount +abstract class GIdentitiesByNameData_identity_certReceivedAggregate implements - Built<GIdentitiesByPkData_identity_linkedAccount, - GIdentitiesByPkData_identity_linkedAccountBuilder>, - GIdentityFields_linkedAccount { - GIdentitiesByPkData_identity_linkedAccount._(); + Built<GIdentitiesByNameData_identity_certReceivedAggregate, + GIdentitiesByNameData_identity_certReceivedAggregateBuilder>, + GIdentityFields_certReceivedAggregate { + GIdentitiesByNameData_identity_certReceivedAggregate._(); - factory GIdentitiesByPkData_identity_linkedAccount( - [void Function(GIdentitiesByPkData_identity_linkedAccountBuilder b) - updates]) = _$GIdentitiesByPkData_identity_linkedAccount; + factory GIdentitiesByNameData_identity_certReceivedAggregate( + [void Function( + GIdentitiesByNameData_identity_certReceivedAggregateBuilder b) + updates]) = _$GIdentitiesByNameData_identity_certReceivedAggregate; static void _initializeBuilder( - GIdentitiesByPkData_identity_linkedAccountBuilder b) => - b..G__typename = 'Account'; + GIdentitiesByNameData_identity_certReceivedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate? get aggregate; + static Serializer<GIdentitiesByNameData_identity_certReceivedAggregate> + get serializer => + _$gIdentitiesByNameDataIdentityCertReceivedAggregateSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByNameData_identity_certReceivedAggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByNameData_identity_certReceivedAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentitiesByNameData_identity_certReceivedAggregate.serializer, + json, + ); +} + +abstract class GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + implements + Built<GIdentitiesByNameData_identity_certReceivedAggregate_aggregate, + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder>, + GIdentityFields_certReceivedAggregate_aggregate { + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate._(); + + factory GIdentitiesByNameData_identity_certReceivedAggregate_aggregate( + [void Function( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + b) + updates]) = + _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate; + + static void _initializeBuilder( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + b) => + b..G__typename = 'CertAggregateFields'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get count; + static Serializer< + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate> + get serializer => + _$gIdentitiesByNameDataIdentityCertReceivedAggregateAggregateSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + .serializer, + this, + ) as Map<String, dynamic>); + + static GIdentitiesByNameData_identity_certReceivedAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + .serializer, + json, + ); +} + +abstract class GIdentitiesByNameData_identity_linkedAccount + implements + Built<GIdentitiesByNameData_identity_linkedAccount, + GIdentitiesByNameData_identity_linkedAccountBuilder>, + GIdentityFields_linkedAccount { + GIdentitiesByNameData_identity_linkedAccount._(); + + factory GIdentitiesByNameData_identity_linkedAccount( + [void Function(GIdentitiesByNameData_identity_linkedAccountBuilder b) + updates]) = _$GIdentitiesByNameData_identity_linkedAccount; + + static void _initializeBuilder( + GIdentitiesByNameData_identity_linkedAccountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; - static Serializer<GIdentitiesByPkData_identity_linkedAccount> - get serializer => _$gIdentitiesByPkDataIdentityLinkedAccountSerializer; + static Serializer<GIdentitiesByNameData_identity_linkedAccount> + get serializer => _$gIdentitiesByNameDataIdentityLinkedAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_linkedAccount.serializer, + GIdentitiesByNameData_identity_linkedAccount.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_linkedAccount? fromJson( + static GIdentitiesByNameData_identity_linkedAccount? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_linkedAccount.serializer, + GIdentitiesByNameData_identity_linkedAccount.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_linkedAccountAggregate +abstract class GIdentitiesByNameData_identity_linkedAccountAggregate implements - Built<GIdentitiesByPkData_identity_linkedAccountAggregate, - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder>, + Built<GIdentitiesByNameData_identity_linkedAccountAggregate, + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder>, GIdentityFields_linkedAccountAggregate { - GIdentitiesByPkData_identity_linkedAccountAggregate._(); + GIdentitiesByNameData_identity_linkedAccountAggregate._(); - factory GIdentitiesByPkData_identity_linkedAccountAggregate( + factory GIdentitiesByNameData_identity_linkedAccountAggregate( [void Function( - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder b) - updates]) = _$GIdentitiesByPkData_identity_linkedAccountAggregate; + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder b) + updates]) = _$GIdentitiesByNameData_identity_linkedAccountAggregate; static void _initializeBuilder( - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder b) => + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder b) => b..G__typename = 'AccountAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate? get aggregate; - static Serializer<GIdentitiesByPkData_identity_linkedAccountAggregate> + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate? + get aggregate; + static Serializer<GIdentitiesByNameData_identity_linkedAccountAggregate> get serializer => - _$gIdentitiesByPkDataIdentityLinkedAccountAggregateSerializer; + _$gIdentitiesByNameDataIdentityLinkedAccountAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_linkedAccountAggregate.serializer, + GIdentitiesByNameData_identity_linkedAccountAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_linkedAccountAggregate? fromJson( + static GIdentitiesByNameData_identity_linkedAccountAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_linkedAccountAggregate.serializer, + GIdentitiesByNameData_identity_linkedAccountAggregate.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate +abstract class GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate implements - Built<GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate, - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder>, + Built<GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate, + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder>, GIdentityFields_linkedAccountAggregate_aggregate { - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate._(); + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate._(); - factory GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate( + factory GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate( [void Function( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder b) updates]) = - _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate; + _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder b) => b..G__typename = 'AccountAggregateFields'; @@ -1861,38 +2453,38 @@ abstract class GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate @override int get count; static Serializer< - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate> + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate> get serializer => - _$gIdentitiesByPkDataIdentityLinkedAccountAggregateAggregateSerializer; + _$gIdentitiesByNameDataIdentityLinkedAccountAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate? + static GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate .serializer, json, ); } -abstract class GIdentitiesByPkData_identity_membershipHistory +abstract class GIdentitiesByNameData_identity_membershipHistory implements - Built<GIdentitiesByPkData_identity_membershipHistory, - GIdentitiesByPkData_identity_membershipHistoryBuilder>, + Built<GIdentitiesByNameData_identity_membershipHistory, + GIdentitiesByNameData_identity_membershipHistoryBuilder>, GIdentityFields_membershipHistory { - GIdentitiesByPkData_identity_membershipHistory._(); + GIdentitiesByNameData_identity_membershipHistory._(); - factory GIdentitiesByPkData_identity_membershipHistory( - [void Function(GIdentitiesByPkData_identity_membershipHistoryBuilder b) - updates]) = _$GIdentitiesByPkData_identity_membershipHistory; + factory GIdentitiesByNameData_identity_membershipHistory( + [void Function(GIdentitiesByNameData_identity_membershipHistoryBuilder b) + updates]) = _$GIdentitiesByNameData_identity_membershipHistory; static void _initializeBuilder( - GIdentitiesByPkData_identity_membershipHistoryBuilder b) => + GIdentitiesByNameData_identity_membershipHistoryBuilder b) => b..G__typename = 'MembershipEvent'; @override @@ -1908,80 +2500,82 @@ abstract class GIdentitiesByPkData_identity_membershipHistory String get id; @override String? get identityId; - static Serializer<GIdentitiesByPkData_identity_membershipHistory> + static Serializer<GIdentitiesByNameData_identity_membershipHistory> get serializer => - _$gIdentitiesByPkDataIdentityMembershipHistorySerializer; + _$gIdentitiesByNameDataIdentityMembershipHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_membershipHistory.serializer, + GIdentitiesByNameData_identity_membershipHistory.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_membershipHistory? fromJson( + static GIdentitiesByNameData_identity_membershipHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_membershipHistory.serializer, + GIdentitiesByNameData_identity_membershipHistory.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_membershipHistoryAggregate +abstract class GIdentitiesByNameData_identity_membershipHistoryAggregate implements - Built<GIdentitiesByPkData_identity_membershipHistoryAggregate, - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder>, + Built<GIdentitiesByNameData_identity_membershipHistoryAggregate, + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder>, GIdentityFields_membershipHistoryAggregate { - GIdentitiesByPkData_identity_membershipHistoryAggregate._(); + GIdentitiesByNameData_identity_membershipHistoryAggregate._(); - factory GIdentitiesByPkData_identity_membershipHistoryAggregate( + factory GIdentitiesByNameData_identity_membershipHistoryAggregate( [void Function( - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder b) - updates]) = _$GIdentitiesByPkData_identity_membershipHistoryAggregate; + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder + b) + updates]) = _$GIdentitiesByNameData_identity_membershipHistoryAggregate; static void _initializeBuilder( - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder b) => + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder b) => b..G__typename = 'MembershipEventAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate? + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate? get aggregate; - static Serializer<GIdentitiesByPkData_identity_membershipHistoryAggregate> + static Serializer<GIdentitiesByNameData_identity_membershipHistoryAggregate> get serializer => - _$gIdentitiesByPkDataIdentityMembershipHistoryAggregateSerializer; + _$gIdentitiesByNameDataIdentityMembershipHistoryAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_membershipHistoryAggregate.serializer, + GIdentitiesByNameData_identity_membershipHistoryAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_membershipHistoryAggregate? fromJson( + static GIdentitiesByNameData_identity_membershipHistoryAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_membershipHistoryAggregate.serializer, + GIdentitiesByNameData_identity_membershipHistoryAggregate.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate +abstract class GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate implements - Built<GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate, - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder>, + Built< + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate, + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder>, GIdentityFields_membershipHistoryAggregate_aggregate { - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate._(); + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate._(); - factory GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate( + factory GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate( [void Function( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder b) updates]) = - _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate; + _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder b) => b..G__typename = 'MembershipEventAggregateFields'; @@ -1991,39 +2585,39 @@ abstract class GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate @override int get count; static Serializer< - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate> + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate> get serializer => - _$gIdentitiesByPkDataIdentityMembershipHistoryAggregateAggregateSerializer; + _$gIdentitiesByNameDataIdentityMembershipHistoryAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate? + static GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate .serializer, json, ); } -abstract class GIdentitiesByPkData_identity_ownerKeyChange +abstract class GIdentitiesByNameData_identity_ownerKeyChange implements - Built<GIdentitiesByPkData_identity_ownerKeyChange, - GIdentitiesByPkData_identity_ownerKeyChangeBuilder>, + Built<GIdentitiesByNameData_identity_ownerKeyChange, + GIdentitiesByNameData_identity_ownerKeyChangeBuilder>, GIdentityFields_ownerKeyChange, GOwnerKeyChangeFields { - GIdentitiesByPkData_identity_ownerKeyChange._(); + GIdentitiesByNameData_identity_ownerKeyChange._(); - factory GIdentitiesByPkData_identity_ownerKeyChange( - [void Function(GIdentitiesByPkData_identity_ownerKeyChangeBuilder b) - updates]) = _$GIdentitiesByPkData_identity_ownerKeyChange; + factory GIdentitiesByNameData_identity_ownerKeyChange( + [void Function(GIdentitiesByNameData_identity_ownerKeyChangeBuilder b) + updates]) = _$GIdentitiesByNameData_identity_ownerKeyChange; static void _initializeBuilder( - GIdentitiesByPkData_identity_ownerKeyChangeBuilder b) => + GIdentitiesByNameData_identity_ownerKeyChangeBuilder b) => b..G__typename = 'ChangeOwnerKey'; @override @@ -2039,78 +2633,79 @@ abstract class GIdentitiesByPkData_identity_ownerKeyChange String? get nextId; @override String? get previousId; - static Serializer<GIdentitiesByPkData_identity_ownerKeyChange> - get serializer => _$gIdentitiesByPkDataIdentityOwnerKeyChangeSerializer; + static Serializer<GIdentitiesByNameData_identity_ownerKeyChange> + get serializer => _$gIdentitiesByNameDataIdentityOwnerKeyChangeSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_ownerKeyChange.serializer, + GIdentitiesByNameData_identity_ownerKeyChange.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_ownerKeyChange? fromJson( + static GIdentitiesByNameData_identity_ownerKeyChange? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_ownerKeyChange.serializer, + GIdentitiesByNameData_identity_ownerKeyChange.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_ownerKeyChangeAggregate +abstract class GIdentitiesByNameData_identity_ownerKeyChangeAggregate implements - Built<GIdentitiesByPkData_identity_ownerKeyChangeAggregate, - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder>, + Built<GIdentitiesByNameData_identity_ownerKeyChangeAggregate, + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder>, GIdentityFields_ownerKeyChangeAggregate { - GIdentitiesByPkData_identity_ownerKeyChangeAggregate._(); + GIdentitiesByNameData_identity_ownerKeyChangeAggregate._(); - factory GIdentitiesByPkData_identity_ownerKeyChangeAggregate( + factory GIdentitiesByNameData_identity_ownerKeyChangeAggregate( [void Function( - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder b) - updates]) = _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate; + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder b) + updates]) = _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate; static void _initializeBuilder( - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder b) => + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder b) => b..G__typename = 'ChangeOwnerKeyAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate? get aggregate; - static Serializer<GIdentitiesByPkData_identity_ownerKeyChangeAggregate> + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate? + get aggregate; + static Serializer<GIdentitiesByNameData_identity_ownerKeyChangeAggregate> get serializer => - _$gIdentitiesByPkDataIdentityOwnerKeyChangeAggregateSerializer; + _$gIdentitiesByNameDataIdentityOwnerKeyChangeAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate.serializer, + GIdentitiesByNameData_identity_ownerKeyChangeAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_ownerKeyChangeAggregate? fromJson( + static GIdentitiesByNameData_identity_ownerKeyChangeAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate.serializer, + GIdentitiesByNameData_identity_ownerKeyChangeAggregate.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate +abstract class GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate implements - Built<GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate, - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder>, + Built<GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate, + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder>, GIdentityFields_ownerKeyChangeAggregate_aggregate { - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate._(); + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate._(); - factory GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate( + factory GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate( [void Function( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder b) updates]) = - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate; + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder b) => b..G__typename = 'ChangeOwnerKeyAggregateFields'; @@ -2120,38 +2715,39 @@ abstract class GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate @override int get count; static Serializer< - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate> + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate> get serializer => - _$gIdentitiesByPkDataIdentityOwnerKeyChangeAggregateAggregateSerializer; + _$gIdentitiesByNameDataIdentityOwnerKeyChangeAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate? + static GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate .serializer, json, ); } -abstract class GIdentitiesByPkData_identity_smith +abstract class GIdentitiesByNameData_identity_smith implements - Built<GIdentitiesByPkData_identity_smith, - GIdentitiesByPkData_identity_smithBuilder>, + Built<GIdentitiesByNameData_identity_smith, + GIdentitiesByNameData_identity_smithBuilder>, GIdentityFields_smith, GSmithFields { - GIdentitiesByPkData_identity_smith._(); + GIdentitiesByNameData_identity_smith._(); - factory GIdentitiesByPkData_identity_smith( - [void Function(GIdentitiesByPkData_identity_smithBuilder b) - updates]) = _$GIdentitiesByPkData_identity_smith; + factory GIdentitiesByNameData_identity_smith( + [void Function(GIdentitiesByNameData_identity_smithBuilder b) + updates]) = _$GIdentitiesByNameData_identity_smith; - static void _initializeBuilder(GIdentitiesByPkData_identity_smithBuilder b) => + static void _initializeBuilder( + GIdentitiesByNameData_identity_smithBuilder b) => b..G__typename = 'Smith'; @override @@ -2168,44 +2764,44 @@ abstract class GIdentitiesByPkData_identity_smith @override int? get lastForged; @override - BuiltList<GIdentitiesByPkData_identity_smith_smithCertIssued> + BuiltList<GIdentitiesByNameData_identity_smith_smithCertIssued> get smithCertIssued; @override - BuiltList<GIdentitiesByPkData_identity_smith_smithCertReceived> + BuiltList<GIdentitiesByNameData_identity_smith_smithCertReceived> get smithCertReceived; - static Serializer<GIdentitiesByPkData_identity_smith> get serializer => - _$gIdentitiesByPkDataIdentitySmithSerializer; + static Serializer<GIdentitiesByNameData_identity_smith> get serializer => + _$gIdentitiesByNameDataIdentitySmithSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_smith.serializer, + GIdentitiesByNameData_identity_smith.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_smith? fromJson( + static GIdentitiesByNameData_identity_smith? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_smith.serializer, + GIdentitiesByNameData_identity_smith.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_smith_smithCertIssued +abstract class GIdentitiesByNameData_identity_smith_smithCertIssued implements - Built<GIdentitiesByPkData_identity_smith_smithCertIssued, - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder>, + Built<GIdentitiesByNameData_identity_smith_smithCertIssued, + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder>, GIdentityFields_smith_smithCertIssued, GSmithFields_smithCertIssued, GSmithCertFields { - GIdentitiesByPkData_identity_smith_smithCertIssued._(); + GIdentitiesByNameData_identity_smith_smithCertIssued._(); - factory GIdentitiesByPkData_identity_smith_smithCertIssued( + factory GIdentitiesByNameData_identity_smith_smithCertIssued( [void Function( - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder b) - updates]) = _$GIdentitiesByPkData_identity_smith_smithCertIssued; + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder b) + updates]) = _$GIdentitiesByNameData_identity_smith_smithCertIssued; static void _initializeBuilder( - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder b) => + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder b) => b..G__typename = 'SmithCert'; @override @@ -2219,40 +2815,40 @@ abstract class GIdentitiesByPkData_identity_smith_smithCertIssued String? get receiverId; @override int get createdOn; - static Serializer<GIdentitiesByPkData_identity_smith_smithCertIssued> + static Serializer<GIdentitiesByNameData_identity_smith_smithCertIssued> get serializer => - _$gIdentitiesByPkDataIdentitySmithSmithCertIssuedSerializer; + _$gIdentitiesByNameDataIdentitySmithSmithCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_smith_smithCertIssued.serializer, + GIdentitiesByNameData_identity_smith_smithCertIssued.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_smith_smithCertIssued? fromJson( + static GIdentitiesByNameData_identity_smith_smithCertIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_smith_smithCertIssued.serializer, + GIdentitiesByNameData_identity_smith_smithCertIssued.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_smith_smithCertReceived +abstract class GIdentitiesByNameData_identity_smith_smithCertReceived implements - Built<GIdentitiesByPkData_identity_smith_smithCertReceived, - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder>, + Built<GIdentitiesByNameData_identity_smith_smithCertReceived, + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder>, GIdentityFields_smith_smithCertReceived, GSmithFields_smithCertReceived, GSmithCertFields { - GIdentitiesByPkData_identity_smith_smithCertReceived._(); + GIdentitiesByNameData_identity_smith_smithCertReceived._(); - factory GIdentitiesByPkData_identity_smith_smithCertReceived( + factory GIdentitiesByNameData_identity_smith_smithCertReceived( [void Function( - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder b) - updates]) = _$GIdentitiesByPkData_identity_smith_smithCertReceived; + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder b) + updates]) = _$GIdentitiesByNameData_identity_smith_smithCertReceived; static void _initializeBuilder( - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder b) => + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder b) => b..G__typename = 'SmithCert'; @override @@ -2266,37 +2862,37 @@ abstract class GIdentitiesByPkData_identity_smith_smithCertReceived String? get receiverId; @override int get createdOn; - static Serializer<GIdentitiesByPkData_identity_smith_smithCertReceived> + static Serializer<GIdentitiesByNameData_identity_smith_smithCertReceived> get serializer => - _$gIdentitiesByPkDataIdentitySmithSmithCertReceivedSerializer; + _$gIdentitiesByNameDataIdentitySmithSmithCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_smith_smithCertReceived.serializer, + GIdentitiesByNameData_identity_smith_smithCertReceived.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_smith_smithCertReceived? fromJson( + static GIdentitiesByNameData_identity_smith_smithCertReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_smith_smithCertReceived.serializer, + GIdentitiesByNameData_identity_smith_smithCertReceived.serializer, json, ); } -abstract class GIdentitiesByPkData_identity_udHistory +abstract class GIdentitiesByNameData_identity_udHistory implements - Built<GIdentitiesByPkData_identity_udHistory, - GIdentitiesByPkData_identity_udHistoryBuilder>, + Built<GIdentitiesByNameData_identity_udHistory, + GIdentitiesByNameData_identity_udHistoryBuilder>, GIdentityFields_udHistory { - GIdentitiesByPkData_identity_udHistory._(); + GIdentitiesByNameData_identity_udHistory._(); - factory GIdentitiesByPkData_identity_udHistory( - [void Function(GIdentitiesByPkData_identity_udHistoryBuilder b) - updates]) = _$GIdentitiesByPkData_identity_udHistory; + factory GIdentitiesByNameData_identity_udHistory( + [void Function(GIdentitiesByNameData_identity_udHistoryBuilder b) + updates]) = _$GIdentitiesByNameData_identity_udHistory; static void _initializeBuilder( - GIdentitiesByPkData_identity_udHistoryBuilder b) => + GIdentitiesByNameData_identity_udHistoryBuilder b) => b..G__typename = 'UdHistory'; @override @@ -2308,383 +2904,399 @@ abstract class GIdentitiesByPkData_identity_udHistory int get amount; @override _i2.Gtimestamptz get timestamp; - static Serializer<GIdentitiesByPkData_identity_udHistory> get serializer => - _$gIdentitiesByPkDataIdentityUdHistorySerializer; + static Serializer<GIdentitiesByNameData_identity_udHistory> get serializer => + _$gIdentitiesByNameDataIdentityUdHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByPkData_identity_udHistory.serializer, + GIdentitiesByNameData_identity_udHistory.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByPkData_identity_udHistory? fromJson( + static GIdentitiesByNameData_identity_udHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByPkData_identity_udHistory.serializer, + GIdentitiesByNameData_identity_udHistory.serializer, json, ); } -abstract class GIdentitiesByNameData - implements Built<GIdentitiesByNameData, GIdentitiesByNameDataBuilder> { - GIdentitiesByNameData._(); +abstract class GAccountByPkData + implements Built<GAccountByPkData, GAccountByPkDataBuilder> { + GAccountByPkData._(); - factory GIdentitiesByNameData( - [void Function(GIdentitiesByNameDataBuilder b) updates]) = - _$GIdentitiesByNameData; + factory GAccountByPkData([void Function(GAccountByPkDataBuilder b) updates]) = + _$GAccountByPkData; - static void _initializeBuilder(GIdentitiesByNameDataBuilder b) => + static void _initializeBuilder(GAccountByPkDataBuilder b) => b..G__typename = 'query_root'; @BuiltValueField(wireName: '__typename') String get G__typename; - BuiltList<GIdentitiesByNameData_identity> get identity; - static Serializer<GIdentitiesByNameData> get serializer => - _$gIdentitiesByNameDataSerializer; + GAccountByPkData_accountByPk? get accountByPk; + static Serializer<GAccountByPkData> get serializer => + _$gAccountByPkDataSerializer; Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData.serializer, + GAccountByPkData.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData? fromJson(Map<String, dynamic> json) => + static GAccountByPkData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData.serializer, + GAccountByPkData.serializer, json, ); } -abstract class GIdentitiesByNameData_identity +abstract class GAccountByPkData_accountByPk implements - Built<GIdentitiesByNameData_identity, - GIdentitiesByNameData_identityBuilder>, - GIdentityFields { - GIdentitiesByNameData_identity._(); + Built<GAccountByPkData_accountByPk, + GAccountByPkData_accountByPkBuilder>, + GAccountFields { + GAccountByPkData_accountByPk._(); - factory GIdentitiesByNameData_identity( - [void Function(GIdentitiesByNameData_identityBuilder b) updates]) = - _$GIdentitiesByNameData_identity; + factory GAccountByPkData_accountByPk( + [void Function(GAccountByPkData_accountByPkBuilder b) updates]) = + _$GAccountByPkData_accountByPk; - static void _initializeBuilder(GIdentitiesByNameData_identityBuilder b) => - b..G__typename = 'Identity'; + static void _initializeBuilder(GAccountByPkData_accountByPkBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String? get accountRemovedId; - @override - BuiltList<GIdentitiesByNameData_identity_certIssued> get certIssued; - @override - GIdentitiesByNameData_identity_certIssuedAggregate get certIssuedAggregate; - @override - BuiltList<GIdentitiesByNameData_identity_certReceived> get certReceived; - @override - GIdentitiesByNameData_identity_certReceivedAggregate - get certReceivedAggregate; + BuiltList<GAccountByPkData_accountByPk_commentsIssued> get commentsIssued; @override - String? get createdInId; + GAccountByPkData_accountByPk_commentsIssuedAggregate + get commentsIssuedAggregate; @override int get createdOn; @override - int get expireOn; - @override String get id; @override - int get index; + GAccountByPkData_accountByPk_identity? get identity; @override - bool get isMember; + bool get isActive; @override - int get lastChangeOn; + GAccountByPkData_accountByPk_linkedIdentity? get linkedIdentity; @override - BuiltList<GIdentitiesByNameData_identity_linkedAccount> get linkedAccount; + BuiltList<GAccountByPkData_accountByPk_removedIdentities> + get removedIdentities; @override - GIdentitiesByNameData_identity_linkedAccountAggregate - get linkedAccountAggregate; + GAccountByPkData_accountByPk_removedIdentitiesAggregate + get removedIdentitiesAggregate; @override - _i2.GIdentityStatusEnum? get status; + BuiltList<GAccountByPkData_accountByPk_transfersIssued> get transfersIssued; @override - BuiltList<GIdentitiesByNameData_identity_membershipHistory> - get membershipHistory; + GAccountByPkData_accountByPk_transfersIssuedAggregate + get transfersIssuedAggregate; @override - GIdentitiesByNameData_identity_membershipHistoryAggregate - get membershipHistoryAggregate; + BuiltList<GAccountByPkData_accountByPk_transfersReceived> + get transfersReceived; @override - String get name; + GAccountByPkData_accountByPk_transfersReceivedAggregate + get transfersReceivedAggregate; @override - BuiltList<GIdentitiesByNameData_identity_ownerKeyChange> get ownerKeyChange; + BuiltList<GAccountByPkData_accountByPk_wasIdentity> get wasIdentity; @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate - get ownerKeyChangeAggregate; - @override - GIdentitiesByNameData_identity_smith? get smith; - @override - BuiltList<GIdentitiesByNameData_identity_udHistory>? get udHistory; - static Serializer<GIdentitiesByNameData_identity> get serializer => - _$gIdentitiesByNameDataIdentitySerializer; + GAccountByPkData_accountByPk_wasIdentityAggregate get wasIdentityAggregate; + static Serializer<GAccountByPkData_accountByPk> get serializer => + _$gAccountByPkDataAccountByPkSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity.serializer, + GAccountByPkData_accountByPk.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity? fromJson(Map<String, dynamic> json) => + static GAccountByPkData_accountByPk? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity.serializer, + GAccountByPkData_accountByPk.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_certIssued +abstract class GAccountByPkData_accountByPk_commentsIssued implements - Built<GIdentitiesByNameData_identity_certIssued, - GIdentitiesByNameData_identity_certIssuedBuilder>, - GIdentityFields_certIssued, - GCertFields { - GIdentitiesByNameData_identity_certIssued._(); + Built<GAccountByPkData_accountByPk_commentsIssued, + GAccountByPkData_accountByPk_commentsIssuedBuilder>, + GAccountFields_commentsIssued, + GCommentsIssued { + GAccountByPkData_accountByPk_commentsIssued._(); - factory GIdentitiesByNameData_identity_certIssued( - [void Function(GIdentitiesByNameData_identity_certIssuedBuilder b) - updates]) = _$GIdentitiesByNameData_identity_certIssued; + factory GAccountByPkData_accountByPk_commentsIssued( + [void Function(GAccountByPkData_accountByPk_commentsIssuedBuilder b) + updates]) = _$GAccountByPkData_accountByPk_commentsIssued; static void _initializeBuilder( - GIdentitiesByNameData_identity_certIssuedBuilder b) => - b..G__typename = 'Cert'; + GAccountByPkData_accountByPk_commentsIssuedBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - GIdentitiesByNameData_identity_certIssued_issuer? get issuer; + String? get authorId; @override - String? get receiverId; + int get blockNumber; @override - GIdentitiesByNameData_identity_certIssued_receiver? get receiver; + String? get eventId; @override - int get createdOn; + String get hash; @override - int get expireOn; + String get id; @override - bool get isActive; + String get remark; @override - int get updatedOn; - static Serializer<GIdentitiesByNameData_identity_certIssued> get serializer => - _$gIdentitiesByNameDataIdentityCertIssuedSerializer; + _i2.GCommentTypeEnum? get type; + static Serializer<GAccountByPkData_accountByPk_commentsIssued> + get serializer => _$gAccountByPkDataAccountByPkCommentsIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certIssued.serializer, + GAccountByPkData_accountByPk_commentsIssued.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certIssued? fromJson( + static GAccountByPkData_accountByPk_commentsIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certIssued.serializer, + GAccountByPkData_accountByPk_commentsIssued.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_certIssued_issuer +abstract class GAccountByPkData_accountByPk_commentsIssuedAggregate implements - Built<GIdentitiesByNameData_identity_certIssued_issuer, - GIdentitiesByNameData_identity_certIssued_issuerBuilder>, - GIdentityFields_certIssued_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GIdentitiesByNameData_identity_certIssued_issuer._(); + Built<GAccountByPkData_accountByPk_commentsIssuedAggregate, + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder>, + GAccountFields_commentsIssuedAggregate { + GAccountByPkData_accountByPk_commentsIssuedAggregate._(); - factory GIdentitiesByNameData_identity_certIssued_issuer( - [void Function(GIdentitiesByNameData_identity_certIssued_issuerBuilder b) - updates]) = _$GIdentitiesByNameData_identity_certIssued_issuer; + factory GAccountByPkData_accountByPk_commentsIssuedAggregate( + [void Function( + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder b) + updates]) = _$GAccountByPkData_accountByPk_commentsIssuedAggregate; static void _initializeBuilder( - GIdentitiesByNameData_identity_certIssued_issuerBuilder b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder b) => + b..G__typename = 'TxCommentAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GIdentitiesByNameData_identity_certIssued_issuer> + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate? get aggregate; + static Serializer<GAccountByPkData_accountByPk_commentsIssuedAggregate> get serializer => - _$gIdentitiesByNameDataIdentityCertIssuedIssuerSerializer; + _$gAccountByPkDataAccountByPkCommentsIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certIssued_issuer.serializer, + GAccountByPkData_accountByPk_commentsIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certIssued_issuer? fromJson( + static GAccountByPkData_accountByPk_commentsIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certIssued_issuer.serializer, + GAccountByPkData_accountByPk_commentsIssuedAggregate.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_certIssued_receiver +abstract class GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate implements - Built<GIdentitiesByNameData_identity_certIssued_receiver, - GIdentitiesByNameData_identity_certIssued_receiverBuilder>, - GIdentityFields_certIssued_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GIdentitiesByNameData_identity_certIssued_receiver._(); + Built<GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate, + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder>, + GAccountFields_commentsIssuedAggregate_aggregate { + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate._(); - factory GIdentitiesByNameData_identity_certIssued_receiver( - [void Function( - GIdentitiesByNameData_identity_certIssued_receiverBuilder b) - updates]) = _$GIdentitiesByNameData_identity_certIssued_receiver; + factory GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate( + [void Function( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByNameData_identity_certIssued_receiverBuilder b) => + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + b) => + b..G__typename = 'TxCommentAggregateFields'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get count; + static Serializer< + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate> + get serializer => + _$gAccountByPkDataAccountByPkCommentsIssuedAggregateAggregateSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate + .serializer, + this, + ) as Map<String, dynamic>); + + static GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate + .serializer, + json, + ); +} + +abstract class GAccountByPkData_accountByPk_identity + implements + Built<GAccountByPkData_accountByPk_identity, + GAccountByPkData_accountByPk_identityBuilder>, + GAccountFields_identity, + GIdentityFields { + GAccountByPkData_accountByPk_identity._(); + + factory GAccountByPkData_accountByPk_identity( + [void Function(GAccountByPkData_accountByPk_identityBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity; + + static void _initializeBuilder( + GAccountByPkData_accountByPk_identityBuilder b) => b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + GAccountByPkData_accountByPk_identity_account? get account; + @override String? get accountId; @override + String? get accountRemovedId; + @override + BuiltList<GAccountByPkData_accountByPk_identity_certIssued> get certIssued; + @override + GAccountByPkData_accountByPk_identity_certIssuedAggregate + get certIssuedAggregate; + @override + BuiltList<GAccountByPkData_accountByPk_identity_certReceived> + get certReceived; + @override + GAccountByPkData_accountByPk_identity_certReceivedAggregate + get certReceivedAggregate; + @override + String? get createdInId; + @override + int get createdOn; + @override + int get expireOn; + @override String get id; @override + int get index; + @override bool get isMember; @override + int get lastChangeOn; + @override + BuiltList<GAccountByPkData_accountByPk_identity_linkedAccount> + get linkedAccount; + @override + GAccountByPkData_accountByPk_identity_linkedAccountAggregate + get linkedAccountAggregate; + @override _i2.GIdentityStatusEnum? get status; @override + BuiltList<GAccountByPkData_accountByPk_identity_membershipHistory> + get membershipHistory; + @override + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + get membershipHistoryAggregate; + @override String get name; - static Serializer<GIdentitiesByNameData_identity_certIssued_receiver> - get serializer => - _$gIdentitiesByNameDataIdentityCertIssuedReceiverSerializer; + @override + BuiltList<GAccountByPkData_accountByPk_identity_ownerKeyChange> + get ownerKeyChange; + @override + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate + get ownerKeyChangeAggregate; + @override + GAccountByPkData_accountByPk_identity_smith? get smith; + @override + BuiltList<GAccountByPkData_accountByPk_identity_udHistory>? get udHistory; + static Serializer<GAccountByPkData_accountByPk_identity> get serializer => + _$gAccountByPkDataAccountByPkIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certIssued_receiver.serializer, + GAccountByPkData_accountByPk_identity.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certIssued_receiver? fromJson( + static GAccountByPkData_accountByPk_identity? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certIssued_receiver.serializer, + GAccountByPkData_accountByPk_identity.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_certIssuedAggregate +abstract class GAccountByPkData_accountByPk_identity_account implements - Built<GIdentitiesByNameData_identity_certIssuedAggregate, - GIdentitiesByNameData_identity_certIssuedAggregateBuilder>, - GIdentityFields_certIssuedAggregate { - GIdentitiesByNameData_identity_certIssuedAggregate._(); + Built<GAccountByPkData_accountByPk_identity_account, + GAccountByPkData_accountByPk_identity_accountBuilder>, + GAccountFields_identity_account, + GIdentityFields_account { + GAccountByPkData_accountByPk_identity_account._(); - factory GIdentitiesByNameData_identity_certIssuedAggregate( - [void Function( - GIdentitiesByNameData_identity_certIssuedAggregateBuilder b) - updates]) = _$GIdentitiesByNameData_identity_certIssuedAggregate; + factory GAccountByPkData_accountByPk_identity_account( + [void Function(GAccountByPkData_accountByPk_identity_accountBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_account; static void _initializeBuilder( - GIdentitiesByNameData_identity_certIssuedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GAccountByPkData_accountByPk_identity_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate? get aggregate; - static Serializer<GIdentitiesByNameData_identity_certIssuedAggregate> - get serializer => - _$gIdentitiesByNameDataIdentityCertIssuedAggregateSerializer; + int get createdOn; + static Serializer<GAccountByPkData_accountByPk_identity_account> + get serializer => _$gAccountByPkDataAccountByPkIdentityAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certIssuedAggregate.serializer, + GAccountByPkData_accountByPk_identity_account.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certIssuedAggregate? fromJson( + static GAccountByPkData_accountByPk_identity_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certIssuedAggregate.serializer, + GAccountByPkData_accountByPk_identity_account.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_certIssuedAggregate_aggregate +abstract class GAccountByPkData_accountByPk_identity_certIssued implements - Built<GIdentitiesByNameData_identity_certIssuedAggregate_aggregate, - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder>, - GIdentityFields_certIssuedAggregate_aggregate { - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate._(); - - factory GIdentitiesByNameData_identity_certIssuedAggregate_aggregate( - [void Function( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder - b) - updates]) = - _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate; - - static void _initializeBuilder( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder - b) => - b..G__typename = 'CertAggregateFields'; - - @override - @BuiltValueField(wireName: '__typename') - String get G__typename; - @override - int get count; - static Serializer< - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate> - get serializer => - _$gIdentitiesByNameDataIdentityCertIssuedAggregateAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate.serializer, - this, - ) as Map<String, dynamic>); - - static GIdentitiesByNameData_identity_certIssuedAggregate_aggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate.serializer, - json, - ); -} - -abstract class GIdentitiesByNameData_identity_certReceived - implements - Built<GIdentitiesByNameData_identity_certReceived, - GIdentitiesByNameData_identity_certReceivedBuilder>, - GIdentityFields_certReceived, + Built<GAccountByPkData_accountByPk_identity_certIssued, + GAccountByPkData_accountByPk_identity_certIssuedBuilder>, + GAccountFields_identity_certIssued, + GIdentityFields_certIssued, GCertFields { - GIdentitiesByNameData_identity_certReceived._(); + GAccountByPkData_accountByPk_identity_certIssued._(); - factory GIdentitiesByNameData_identity_certReceived( - [void Function(GIdentitiesByNameData_identity_certReceivedBuilder b) - updates]) = _$GIdentitiesByNameData_identity_certReceived; + factory GAccountByPkData_accountByPk_identity_certIssued( + [void Function(GAccountByPkData_accountByPk_identity_certIssuedBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_certIssued; static void _initializeBuilder( - GIdentitiesByNameData_identity_certReceivedBuilder b) => + GAccountByPkData_accountByPk_identity_certIssuedBuilder b) => b..G__typename = 'Cert'; @override @@ -2695,11 +3307,11 @@ abstract class GIdentitiesByNameData_identity_certReceived @override String? get issuerId; @override - GIdentitiesByNameData_identity_certReceived_issuer? get issuer; + GAccountByPkData_accountByPk_identity_certIssued_issuer? get issuer; @override String? get receiverId; @override - GIdentitiesByNameData_identity_certReceived_receiver? get receiver; + GAccountByPkData_accountByPk_identity_certIssued_receiver? get receiver; @override int get createdOn; @override @@ -2708,39 +3320,41 @@ abstract class GIdentitiesByNameData_identity_certReceived bool get isActive; @override int get updatedOn; - static Serializer<GIdentitiesByNameData_identity_certReceived> - get serializer => _$gIdentitiesByNameDataIdentityCertReceivedSerializer; + static Serializer<GAccountByPkData_accountByPk_identity_certIssued> + get serializer => + _$gAccountByPkDataAccountByPkIdentityCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certReceived.serializer, + GAccountByPkData_accountByPk_identity_certIssued.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certReceived? fromJson( + static GAccountByPkData_accountByPk_identity_certIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certReceived.serializer, + GAccountByPkData_accountByPk_identity_certIssued.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_certReceived_issuer +abstract class GAccountByPkData_accountByPk_identity_certIssued_issuer implements - Built<GIdentitiesByNameData_identity_certReceived_issuer, - GIdentitiesByNameData_identity_certReceived_issuerBuilder>, - GIdentityFields_certReceived_issuer, + Built<GAccountByPkData_accountByPk_identity_certIssued_issuer, + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder>, + GAccountFields_identity_certIssued_issuer, + GIdentityFields_certIssued_issuer, GCertFields_issuer, GIdentityBasicFields { - GIdentitiesByNameData_identity_certReceived_issuer._(); + GAccountByPkData_accountByPk_identity_certIssued_issuer._(); - factory GIdentitiesByNameData_identity_certReceived_issuer( + factory GAccountByPkData_accountByPk_identity_certIssued_issuer( [void Function( - GIdentitiesByNameData_identity_certReceived_issuerBuilder b) - updates]) = _$GIdentitiesByNameData_identity_certReceived_issuer; + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_certIssued_issuer; static void _initializeBuilder( - GIdentitiesByNameData_identity_certReceived_issuerBuilder b) => + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder b) => b..G__typename = 'Identity'; @override @@ -2749,6 +3363,8 @@ abstract class GIdentitiesByNameData_identity_certReceived_issuer @override String? get accountId; @override + GAccountByPkData_accountByPk_identity_certIssued_issuer_account? get account; + @override String get id; @override bool get isMember; @@ -2756,251 +3372,238 @@ abstract class GIdentitiesByNameData_identity_certReceived_issuer _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GIdentitiesByNameData_identity_certReceived_issuer> + @override + int get expireOn; + static Serializer<GAccountByPkData_accountByPk_identity_certIssued_issuer> get serializer => - _$gIdentitiesByNameDataIdentityCertReceivedIssuerSerializer; + _$gAccountByPkDataAccountByPkIdentityCertIssuedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certReceived_issuer.serializer, + GAccountByPkData_accountByPk_identity_certIssued_issuer.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certReceived_issuer? fromJson( + static GAccountByPkData_accountByPk_identity_certIssued_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certReceived_issuer.serializer, + GAccountByPkData_accountByPk_identity_certIssued_issuer.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_certReceived_receiver +abstract class GAccountByPkData_accountByPk_identity_certIssued_issuer_account implements - Built<GIdentitiesByNameData_identity_certReceived_receiver, - GIdentitiesByNameData_identity_certReceived_receiverBuilder>, - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GIdentitiesByNameData_identity_certReceived_receiver._(); + Built<GAccountByPkData_accountByPk_identity_certIssued_issuer_account, + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder>, + GAccountFields_identity_certIssued_issuer_account, + GIdentityFields_certIssued_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GAccountByPkData_accountByPk_identity_certIssued_issuer_account._(); - factory GIdentitiesByNameData_identity_certReceived_receiver( - [void Function( - GIdentitiesByNameData_identity_certReceived_receiverBuilder b) - updates]) = _$GIdentitiesByNameData_identity_certReceived_receiver; + factory GAccountByPkData_accountByPk_identity_certIssued_issuer_account( + [void Function( + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account; static void _initializeBuilder( - GIdentitiesByNameData_identity_certReceived_receiverBuilder b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder + b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GIdentitiesByNameData_identity_certReceived_receiver> + int get createdOn; + static Serializer< + GAccountByPkData_accountByPk_identity_certIssued_issuer_account> get serializer => - _$gIdentitiesByNameDataIdentityCertReceivedReceiverSerializer; + _$gAccountByPkDataAccountByPkIdentityCertIssuedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certReceived_receiver.serializer, + GAccountByPkData_accountByPk_identity_certIssued_issuer_account + .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certReceived_receiver? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certReceived_receiver.serializer, - json, - ); + static GAccountByPkData_accountByPk_identity_certIssued_issuer_account? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_identity_certIssued_issuer_account + .serializer, + json, + ); } -abstract class GIdentitiesByNameData_identity_certReceivedAggregate +abstract class GAccountByPkData_accountByPk_identity_certIssued_receiver implements - Built<GIdentitiesByNameData_identity_certReceivedAggregate, - GIdentitiesByNameData_identity_certReceivedAggregateBuilder>, - GIdentityFields_certReceivedAggregate { - GIdentitiesByNameData_identity_certReceivedAggregate._(); + Built<GAccountByPkData_accountByPk_identity_certIssued_receiver, + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder>, + GAccountFields_identity_certIssued_receiver, + GIdentityFields_certIssued_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GAccountByPkData_accountByPk_identity_certIssued_receiver._(); - factory GIdentitiesByNameData_identity_certReceivedAggregate( + factory GAccountByPkData_accountByPk_identity_certIssued_receiver( [void Function( - GIdentitiesByNameData_identity_certReceivedAggregateBuilder b) - updates]) = _$GIdentitiesByNameData_identity_certReceivedAggregate; + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder + b) + updates]) = _$GAccountByPkData_accountByPk_identity_certIssued_receiver; static void _initializeBuilder( - GIdentitiesByNameData_identity_certReceivedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate? get aggregate; - static Serializer<GIdentitiesByNameData_identity_certReceivedAggregate> + String? get accountId; + @override + GAccountByPkData_accountByPk_identity_certIssued_receiver_account? + get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountByPkData_accountByPk_identity_certIssued_receiver> get serializer => - _$gIdentitiesByNameDataIdentityCertReceivedAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityCertIssuedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certReceivedAggregate.serializer, + GAccountByPkData_accountByPk_identity_certIssued_receiver.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certReceivedAggregate? fromJson( + static GAccountByPkData_accountByPk_identity_certIssued_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certReceivedAggregate.serializer, + GAccountByPkData_accountByPk_identity_certIssued_receiver.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_certReceivedAggregate_aggregate +abstract class GAccountByPkData_accountByPk_identity_certIssued_receiver_account implements - Built<GIdentitiesByNameData_identity_certReceivedAggregate_aggregate, - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder>, - GIdentityFields_certReceivedAggregate_aggregate { - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate._(); + Built<GAccountByPkData_accountByPk_identity_certIssued_receiver_account, + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder>, + GAccountFields_identity_certIssued_receiver_account, + GIdentityFields_certIssued_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GAccountByPkData_accountByPk_identity_certIssued_receiver_account._(); - factory GIdentitiesByNameData_identity_certReceivedAggregate_aggregate( + factory GAccountByPkData_accountByPk_identity_certIssued_receiver_account( [void Function( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder b) updates]) = - _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate; + _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account; static void _initializeBuilder( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder b) => - b..G__typename = 'CertAggregateFields'; + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; + int get createdOn; static Serializer< - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate> + GAccountByPkData_accountByPk_identity_certIssued_receiver_account> get serializer => - _$gIdentitiesByNameDataIdentityCertReceivedAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityCertIssuedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + GAccountByPkData_accountByPk_identity_certIssued_receiver_account .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_certReceivedAggregate_aggregate? + static GAccountByPkData_accountByPk_identity_certIssued_receiver_account? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + GAccountByPkData_accountByPk_identity_certIssued_receiver_account .serializer, json, ); } -abstract class GIdentitiesByNameData_identity_linkedAccount +abstract class GAccountByPkData_accountByPk_identity_certIssuedAggregate implements - Built<GIdentitiesByNameData_identity_linkedAccount, - GIdentitiesByNameData_identity_linkedAccountBuilder>, - GIdentityFields_linkedAccount { - GIdentitiesByNameData_identity_linkedAccount._(); + Built<GAccountByPkData_accountByPk_identity_certIssuedAggregate, + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder>, + GAccountFields_identity_certIssuedAggregate, + GIdentityFields_certIssuedAggregate { + GAccountByPkData_accountByPk_identity_certIssuedAggregate._(); - factory GIdentitiesByNameData_identity_linkedAccount( - [void Function(GIdentitiesByNameData_identity_linkedAccountBuilder b) - updates]) = _$GIdentitiesByNameData_identity_linkedAccount; + factory GAccountByPkData_accountByPk_identity_certIssuedAggregate( + [void Function( + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder + b) + updates]) = _$GAccountByPkData_accountByPk_identity_certIssuedAggregate; static void _initializeBuilder( - GIdentitiesByNameData_identity_linkedAccountBuilder b) => - b..G__typename = 'Account'; + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GIdentitiesByNameData_identity_linkedAccount> - get serializer => _$gIdentitiesByNameDataIdentityLinkedAccountSerializer; + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate? + get aggregate; + static Serializer<GAccountByPkData_accountByPk_identity_certIssuedAggregate> + get serializer => + _$gAccountByPkDataAccountByPkIdentityCertIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_linkedAccount.serializer, + GAccountByPkData_accountByPk_identity_certIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_linkedAccount? fromJson( + static GAccountByPkData_accountByPk_identity_certIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_linkedAccount.serializer, + GAccountByPkData_accountByPk_identity_certIssuedAggregate.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_linkedAccountAggregate +abstract class GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate implements - Built<GIdentitiesByNameData_identity_linkedAccountAggregate, - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder>, - GIdentityFields_linkedAccountAggregate { - GIdentitiesByNameData_identity_linkedAccountAggregate._(); - - factory GIdentitiesByNameData_identity_linkedAccountAggregate( - [void Function( - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder b) - updates]) = _$GIdentitiesByNameData_identity_linkedAccountAggregate; - - static void _initializeBuilder( - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder b) => - b..G__typename = 'AccountAggregate'; - - @override - @BuiltValueField(wireName: '__typename') - String get G__typename; - @override - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate? - get aggregate; - static Serializer<GIdentitiesByNameData_identity_linkedAccountAggregate> - get serializer => - _$gIdentitiesByNameDataIdentityLinkedAccountAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_linkedAccountAggregate.serializer, - this, - ) as Map<String, dynamic>); - - static GIdentitiesByNameData_identity_linkedAccountAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_linkedAccountAggregate.serializer, - json, - ); -} - -abstract class GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate - implements - Built<GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate, - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder>, - GIdentityFields_linkedAccountAggregate_aggregate { - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate._(); + Built< + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate, + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder>, + GAccountFields_identity_certIssuedAggregate_aggregate, + GIdentityFields_certIssuedAggregate_aggregate { + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate._(); - factory GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate( + factory GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate( [void Function( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder b) updates]) = - _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate; + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder b) => - b..G__typename = 'AccountAggregateFields'; + b..G__typename = 'CertAggregateFields'; @override @BuiltValueField(wireName: '__typename') @@ -3008,261 +3611,353 @@ abstract class GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate @override int get count; static Serializer< - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate> + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate> get serializer => - _$gIdentitiesByNameDataIdentityLinkedAccountAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityCertIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate? + static GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate .serializer, json, ); } -abstract class GIdentitiesByNameData_identity_membershipHistory +abstract class GAccountByPkData_accountByPk_identity_certReceived implements - Built<GIdentitiesByNameData_identity_membershipHistory, - GIdentitiesByNameData_identity_membershipHistoryBuilder>, - GIdentityFields_membershipHistory { - GIdentitiesByNameData_identity_membershipHistory._(); + Built<GAccountByPkData_accountByPk_identity_certReceived, + GAccountByPkData_accountByPk_identity_certReceivedBuilder>, + GAccountFields_identity_certReceived, + GIdentityFields_certReceived, + GCertFields { + GAccountByPkData_accountByPk_identity_certReceived._(); - factory GIdentitiesByNameData_identity_membershipHistory( - [void Function(GIdentitiesByNameData_identity_membershipHistoryBuilder b) - updates]) = _$GIdentitiesByNameData_identity_membershipHistory; + factory GAccountByPkData_accountByPk_identity_certReceived( + [void Function( + GAccountByPkData_accountByPk_identity_certReceivedBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_certReceived; static void _initializeBuilder( - GIdentitiesByNameData_identity_membershipHistoryBuilder b) => - b..G__typename = 'MembershipEvent'; + GAccountByPkData_accountByPk_identity_certReceivedBuilder b) => + b..G__typename = 'Cert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; + String get id; @override - String? get eventId; + String? get issuerId; @override - _i2.GEventTypeEnum? get eventType; + GAccountByPkData_accountByPk_identity_certReceived_issuer? get issuer; @override - String get id; + String? get receiverId; @override - String? get identityId; - static Serializer<GIdentitiesByNameData_identity_membershipHistory> + GAccountByPkData_accountByPk_identity_certReceived_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + static Serializer<GAccountByPkData_accountByPk_identity_certReceived> get serializer => - _$gIdentitiesByNameDataIdentityMembershipHistorySerializer; + _$gAccountByPkDataAccountByPkIdentityCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_membershipHistory.serializer, + GAccountByPkData_accountByPk_identity_certReceived.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_membershipHistory? fromJson( + static GAccountByPkData_accountByPk_identity_certReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_membershipHistory.serializer, + GAccountByPkData_accountByPk_identity_certReceived.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_membershipHistoryAggregate +abstract class GAccountByPkData_accountByPk_identity_certReceived_issuer implements - Built<GIdentitiesByNameData_identity_membershipHistoryAggregate, - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder>, - GIdentityFields_membershipHistoryAggregate { - GIdentitiesByNameData_identity_membershipHistoryAggregate._(); + Built<GAccountByPkData_accountByPk_identity_certReceived_issuer, + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder>, + GAccountFields_identity_certReceived_issuer, + GIdentityFields_certReceived_issuer, + GCertFields_issuer, + GIdentityBasicFields { + GAccountByPkData_accountByPk_identity_certReceived_issuer._(); - factory GIdentitiesByNameData_identity_membershipHistoryAggregate( + factory GAccountByPkData_accountByPk_identity_certReceived_issuer( [void Function( - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder b) - updates]) = _$GIdentitiesByNameData_identity_membershipHistoryAggregate; + updates]) = _$GAccountByPkData_accountByPk_identity_certReceived_issuer; static void _initializeBuilder( - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder b) => - b..G__typename = 'MembershipEventAggregate'; + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate? - get aggregate; - static Serializer<GIdentitiesByNameData_identity_membershipHistoryAggregate> + String? get accountId; + @override + GAccountByPkData_accountByPk_identity_certReceived_issuer_account? + get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountByPkData_accountByPk_identity_certReceived_issuer> get serializer => - _$gIdentitiesByNameDataIdentityMembershipHistoryAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityCertReceivedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_membershipHistoryAggregate.serializer, + GAccountByPkData_accountByPk_identity_certReceived_issuer.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_membershipHistoryAggregate? fromJson( + static GAccountByPkData_accountByPk_identity_certReceived_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_membershipHistoryAggregate.serializer, + GAccountByPkData_accountByPk_identity_certReceived_issuer.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate +abstract class GAccountByPkData_accountByPk_identity_certReceived_issuer_account implements - Built< - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate, - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder>, - GIdentityFields_membershipHistoryAggregate_aggregate { - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate._(); + Built<GAccountByPkData_accountByPk_identity_certReceived_issuer_account, + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder>, + GAccountFields_identity_certReceived_issuer_account, + GIdentityFields_certReceived_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GAccountByPkData_accountByPk_identity_certReceived_issuer_account._(); - factory GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate( + factory GAccountByPkData_accountByPk_identity_certReceived_issuer_account( [void Function( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder b) updates]) = - _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate; + _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account; static void _initializeBuilder( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder b) => - b..G__typename = 'MembershipEventAggregateFields'; + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; + int get createdOn; static Serializer< - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate> + GAccountByPkData_accountByPk_identity_certReceived_issuer_account> get serializer => - _$gIdentitiesByNameDataIdentityMembershipHistoryAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityCertReceivedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + GAccountByPkData_accountByPk_identity_certReceived_issuer_account .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate? + static GAccountByPkData_accountByPk_identity_certReceived_issuer_account? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + GAccountByPkData_accountByPk_identity_certReceived_issuer_account .serializer, json, ); } -abstract class GIdentitiesByNameData_identity_ownerKeyChange +abstract class GAccountByPkData_accountByPk_identity_certReceived_receiver implements - Built<GIdentitiesByNameData_identity_ownerKeyChange, - GIdentitiesByNameData_identity_ownerKeyChangeBuilder>, - GIdentityFields_ownerKeyChange, - GOwnerKeyChangeFields { - GIdentitiesByNameData_identity_ownerKeyChange._(); + Built<GAccountByPkData_accountByPk_identity_certReceived_receiver, + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder>, + GAccountFields_identity_certReceived_receiver, + GIdentityFields_certReceived_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GAccountByPkData_accountByPk_identity_certReceived_receiver._(); - factory GIdentitiesByNameData_identity_ownerKeyChange( - [void Function(GIdentitiesByNameData_identity_ownerKeyChangeBuilder b) - updates]) = _$GIdentitiesByNameData_identity_ownerKeyChange; + factory GAccountByPkData_accountByPk_identity_certReceived_receiver( + [void Function( + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder + b) + updates]) = _$GAccountByPkData_accountByPk_identity_certReceived_receiver; static void _initializeBuilder( - GIdentitiesByNameData_identity_ownerKeyChangeBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder + b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + String? get accountId; + @override + GAccountByPkData_accountByPk_identity_certReceived_receiver_account? + get account; + @override String get id; @override - int get blockNumber; + bool get isMember; @override - String? get identityId; + _i2.GIdentityStatusEnum? get status; @override - String? get nextId; + String get name; @override - String? get previousId; - static Serializer<GIdentitiesByNameData_identity_ownerKeyChange> - get serializer => _$gIdentitiesByNameDataIdentityOwnerKeyChangeSerializer; + int get expireOn; + static Serializer<GAccountByPkData_accountByPk_identity_certReceived_receiver> + get serializer => + _$gAccountByPkDataAccountByPkIdentityCertReceivedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_ownerKeyChange.serializer, + GAccountByPkData_accountByPk_identity_certReceived_receiver.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_ownerKeyChange? fromJson( + static GAccountByPkData_accountByPk_identity_certReceived_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_ownerKeyChange.serializer, + GAccountByPkData_accountByPk_identity_certReceived_receiver.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_ownerKeyChangeAggregate +abstract class GAccountByPkData_accountByPk_identity_certReceived_receiver_account implements - Built<GIdentitiesByNameData_identity_ownerKeyChangeAggregate, - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder>, - GIdentityFields_ownerKeyChangeAggregate { - GIdentitiesByNameData_identity_ownerKeyChangeAggregate._(); - - factory GIdentitiesByNameData_identity_ownerKeyChangeAggregate( - [void Function( - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder b) - updates]) = _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate; + Built< + GAccountByPkData_accountByPk_identity_certReceived_receiver_account, + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder>, + GAccountFields_identity_certReceived_receiver_account, + GIdentityFields_certReceived_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GAccountByPkData_accountByPk_identity_certReceived_receiver_account._(); + + factory GAccountByPkData_accountByPk_identity_certReceived_receiver_account( + [void Function( + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account; static void _initializeBuilder( - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder + b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate? - get aggregate; - static Serializer<GIdentitiesByNameData_identity_ownerKeyChangeAggregate> + int get createdOn; + static Serializer< + GAccountByPkData_accountByPk_identity_certReceived_receiver_account> get serializer => - _$gIdentitiesByNameDataIdentityOwnerKeyChangeAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityCertReceivedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate.serializer, + GAccountByPkData_accountByPk_identity_certReceived_receiver_account + .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_ownerKeyChangeAggregate? fromJson( + static GAccountByPkData_accountByPk_identity_certReceived_receiver_account? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_identity_certReceived_receiver_account + .serializer, + json, + ); +} + +abstract class GAccountByPkData_accountByPk_identity_certReceivedAggregate + implements + Built<GAccountByPkData_accountByPk_identity_certReceivedAggregate, + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder>, + GAccountFields_identity_certReceivedAggregate, + GIdentityFields_certReceivedAggregate { + GAccountByPkData_accountByPk_identity_certReceivedAggregate._(); + + factory GAccountByPkData_accountByPk_identity_certReceivedAggregate( + [void Function( + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder + b) + updates]) = _$GAccountByPkData_accountByPk_identity_certReceivedAggregate; + + static void _initializeBuilder( + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder + b) => + b..G__typename = 'CertAggregate'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate? + get aggregate; + static Serializer<GAccountByPkData_accountByPk_identity_certReceivedAggregate> + get serializer => + _$gAccountByPkDataAccountByPkIdentityCertReceivedAggregateSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountByPkData_accountByPk_identity_certReceivedAggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountByPkData_accountByPk_identity_certReceivedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate.serializer, + GAccountByPkData_accountByPk_identity_certReceivedAggregate.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate +abstract class GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate implements - Built<GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate, - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder>, - GIdentityFields_ownerKeyChangeAggregate_aggregate { - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate._(); + Built< + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate, + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder>, + GAccountFields_identity_certReceivedAggregate_aggregate, + GIdentityFields_certReceivedAggregate_aggregate { + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate._(); - factory GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate( + factory GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate( [void Function( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder b) updates]) = - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate; + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; + b..G__typename = 'CertAggregateFields'; @override @BuiltValueField(wireName: '__typename') @@ -3270,416 +3965,411 @@ abstract class GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate @override int get count; static Serializer< - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate> + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate> get serializer => - _$gIdentitiesByNameDataIdentityOwnerKeyChangeAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityCertReceivedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate? + static GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate .serializer, json, ); } -abstract class GIdentitiesByNameData_identity_smith +abstract class GAccountByPkData_accountByPk_identity_linkedAccount implements - Built<GIdentitiesByNameData_identity_smith, - GIdentitiesByNameData_identity_smithBuilder>, - GIdentityFields_smith, - GSmithFields { - GIdentitiesByNameData_identity_smith._(); + Built<GAccountByPkData_accountByPk_identity_linkedAccount, + GAccountByPkData_accountByPk_identity_linkedAccountBuilder>, + GAccountFields_identity_linkedAccount, + GIdentityFields_linkedAccount { + GAccountByPkData_accountByPk_identity_linkedAccount._(); - factory GIdentitiesByNameData_identity_smith( - [void Function(GIdentitiesByNameData_identity_smithBuilder b) - updates]) = _$GIdentitiesByNameData_identity_smith; + factory GAccountByPkData_accountByPk_identity_linkedAccount( + [void Function( + GAccountByPkData_accountByPk_identity_linkedAccountBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_linkedAccount; static void _initializeBuilder( - GIdentitiesByNameData_identity_smithBuilder b) => - b..G__typename = 'Smith'; + GAccountByPkData_accountByPk_identity_linkedAccountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; - @override - int get forged; - @override - int get index; - @override - int? get lastChanged; - @override - int? get lastForged; - @override - BuiltList<GIdentitiesByNameData_identity_smith_smithCertIssued> - get smithCertIssued; - @override - BuiltList<GIdentitiesByNameData_identity_smith_smithCertReceived> - get smithCertReceived; - static Serializer<GIdentitiesByNameData_identity_smith> get serializer => - _$gIdentitiesByNameDataIdentitySmithSerializer; + static Serializer<GAccountByPkData_accountByPk_identity_linkedAccount> + get serializer => + _$gAccountByPkDataAccountByPkIdentityLinkedAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_smith.serializer, + GAccountByPkData_accountByPk_identity_linkedAccount.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_smith? fromJson( + static GAccountByPkData_accountByPk_identity_linkedAccount? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_smith.serializer, + GAccountByPkData_accountByPk_identity_linkedAccount.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_smith_smithCertIssued +abstract class GAccountByPkData_accountByPk_identity_linkedAccountAggregate implements - Built<GIdentitiesByNameData_identity_smith_smithCertIssued, - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder>, - GIdentityFields_smith_smithCertIssued, - GSmithFields_smithCertIssued, - GSmithCertFields { - GIdentitiesByNameData_identity_smith_smithCertIssued._(); + Built<GAccountByPkData_accountByPk_identity_linkedAccountAggregate, + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder>, + GAccountFields_identity_linkedAccountAggregate, + GIdentityFields_linkedAccountAggregate { + GAccountByPkData_accountByPk_identity_linkedAccountAggregate._(); - factory GIdentitiesByNameData_identity_smith_smithCertIssued( - [void Function( - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder b) - updates]) = _$GIdentitiesByNameData_identity_smith_smithCertIssued; + factory GAccountByPkData_accountByPk_identity_linkedAccountAggregate( + [void Function( + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate; static void _initializeBuilder( - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder b) => - b..G__typename = 'SmithCert'; + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder + b) => + b..G__typename = 'AccountAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override - int get createdOn; - static Serializer<GIdentitiesByNameData_identity_smith_smithCertIssued> + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate? + get aggregate; + static Serializer< + GAccountByPkData_accountByPk_identity_linkedAccountAggregate> get serializer => - _$gIdentitiesByNameDataIdentitySmithSmithCertIssuedSerializer; + _$gAccountByPkDataAccountByPkIdentityLinkedAccountAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_smith_smithCertIssued.serializer, + GAccountByPkData_accountByPk_identity_linkedAccountAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_smith_smithCertIssued? fromJson( + static GAccountByPkData_accountByPk_identity_linkedAccountAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_smith_smithCertIssued.serializer, + GAccountByPkData_accountByPk_identity_linkedAccountAggregate.serializer, json, ); } -abstract class GIdentitiesByNameData_identity_smith_smithCertReceived +abstract class GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate implements - Built<GIdentitiesByNameData_identity_smith_smithCertReceived, - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder>, - GIdentityFields_smith_smithCertReceived, - GSmithFields_smithCertReceived, - GSmithCertFields { - GIdentitiesByNameData_identity_smith_smithCertReceived._(); + Built< + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate, + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder>, + GAccountFields_identity_linkedAccountAggregate_aggregate, + GIdentityFields_linkedAccountAggregate_aggregate { + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate._(); - factory GIdentitiesByNameData_identity_smith_smithCertReceived( - [void Function( - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder b) - updates]) = _$GIdentitiesByNameData_identity_smith_smithCertReceived; + factory GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate( + [void Function( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate; static void _initializeBuilder( - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder b) => - b..G__typename = 'SmithCert'; + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + b) => + b..G__typename = 'AccountAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override - int get createdOn; - static Serializer<GIdentitiesByNameData_identity_smith_smithCertReceived> + int get count; + static Serializer< + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate> get serializer => - _$gIdentitiesByNameDataIdentitySmithSmithCertReceivedSerializer; + _$gAccountByPkDataAccountByPkIdentityLinkedAccountAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_smith_smithCertReceived.serializer, + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + .serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_smith_smithCertReceived? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_smith_smithCertReceived.serializer, - json, - ); + static GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + .serializer, + json, + ); } -abstract class GIdentitiesByNameData_identity_udHistory +abstract class GAccountByPkData_accountByPk_identity_membershipHistory implements - Built<GIdentitiesByNameData_identity_udHistory, - GIdentitiesByNameData_identity_udHistoryBuilder>, - GIdentityFields_udHistory { - GIdentitiesByNameData_identity_udHistory._(); + Built<GAccountByPkData_accountByPk_identity_membershipHistory, + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder>, + GAccountFields_identity_membershipHistory, + GIdentityFields_membershipHistory { + GAccountByPkData_accountByPk_identity_membershipHistory._(); - factory GIdentitiesByNameData_identity_udHistory( - [void Function(GIdentitiesByNameData_identity_udHistoryBuilder b) - updates]) = _$GIdentitiesByNameData_identity_udHistory; + factory GAccountByPkData_accountByPk_identity_membershipHistory( + [void Function( + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_membershipHistory; static void _initializeBuilder( - GIdentitiesByNameData_identity_udHistoryBuilder b) => - b..G__typename = 'UdHistory'; + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder b) => + b..G__typename = 'MembershipEvent'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; + int get blockNumber; @override - int get amount; + String? get eventId; @override - _i2.Gtimestamptz get timestamp; - static Serializer<GIdentitiesByNameData_identity_udHistory> get serializer => - _$gIdentitiesByNameDataIdentityUdHistorySerializer; + _i2.GEventTypeEnum? get eventType; + @override + String get id; + @override + String? get identityId; + static Serializer<GAccountByPkData_accountByPk_identity_membershipHistory> + get serializer => + _$gAccountByPkDataAccountByPkIdentityMembershipHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentitiesByNameData_identity_udHistory.serializer, + GAccountByPkData_accountByPk_identity_membershipHistory.serializer, this, ) as Map<String, dynamic>); - static GIdentitiesByNameData_identity_udHistory? fromJson( + static GAccountByPkData_accountByPk_identity_membershipHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentitiesByNameData_identity_udHistory.serializer, + GAccountByPkData_accountByPk_identity_membershipHistory.serializer, json, ); } -abstract class GAccountByPkData - implements Built<GAccountByPkData, GAccountByPkDataBuilder> { - GAccountByPkData._(); +abstract class GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + implements + Built<GAccountByPkData_accountByPk_identity_membershipHistoryAggregate, + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder>, + GAccountFields_identity_membershipHistoryAggregate, + GIdentityFields_membershipHistoryAggregate { + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate._(); - factory GAccountByPkData([void Function(GAccountByPkDataBuilder b) updates]) = - _$GAccountByPkData; + factory GAccountByPkData_accountByPk_identity_membershipHistoryAggregate( + [void Function( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate; - static void _initializeBuilder(GAccountByPkDataBuilder b) => - b..G__typename = 'query_root'; + static void _initializeBuilder( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder + b) => + b..G__typename = 'MembershipEventAggregate'; + @override @BuiltValueField(wireName: '__typename') String get G__typename; - GAccountByPkData_accountByPk? get accountByPk; - static Serializer<GAccountByPkData> get serializer => - _$gAccountByPkDataSerializer; + @override + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate? + get aggregate; + static Serializer< + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate> + get serializer => + _$gAccountByPkDataAccountByPkIdentityMembershipHistoryAggregateSerializer; + @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData.serializer, + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData.serializer, - json, - ); + static GAccountByPkData_accountByPk_identity_membershipHistoryAggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + .serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk +abstract class GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate implements - Built<GAccountByPkData_accountByPk, - GAccountByPkData_accountByPkBuilder>, - GAccountFields { - GAccountByPkData_accountByPk._(); + Built< + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate, + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder>, + GAccountFields_identity_membershipHistoryAggregate_aggregate, + GIdentityFields_membershipHistoryAggregate_aggregate { + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate._(); - factory GAccountByPkData_accountByPk( - [void Function(GAccountByPkData_accountByPkBuilder b) updates]) = - _$GAccountByPkData_accountByPk; + factory GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate( + [void Function( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate; - static void _initializeBuilder(GAccountByPkData_accountByPkBuilder b) => - b..G__typename = 'Account'; + static void _initializeBuilder( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder + b) => + b..G__typename = 'MembershipEventAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - BuiltList<GAccountByPkData_accountByPk_commentsIssued> get commentsIssued; - @override - GAccountByPkData_accountByPk_commentsIssuedAggregate - get commentsIssuedAggregate; - @override - int get createdOn; - @override - String get id; - @override - GAccountByPkData_accountByPk_identity? get identity; - @override - bool get isActive; - @override - GAccountByPkData_accountByPk_linkedIdentity? get linkedIdentity; - @override - BuiltList<GAccountByPkData_accountByPk_removedIdentities> - get removedIdentities; - @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate - get removedIdentitiesAggregate; - @override - BuiltList<GAccountByPkData_accountByPk_transfersIssued> get transfersIssued; - @override - GAccountByPkData_accountByPk_transfersIssuedAggregate - get transfersIssuedAggregate; - @override - BuiltList<GAccountByPkData_accountByPk_transfersReceived> - get transfersReceived; - @override - GAccountByPkData_accountByPk_transfersReceivedAggregate - get transfersReceivedAggregate; - @override - BuiltList<GAccountByPkData_accountByPk_wasIdentity> get wasIdentity; - @override - GAccountByPkData_accountByPk_wasIdentityAggregate get wasIdentityAggregate; - static Serializer<GAccountByPkData_accountByPk> get serializer => - _$gAccountByPkDataAccountByPkSerializer; + int get count; + static Serializer< + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate> + get serializer => + _$gAccountByPkDataAccountByPkIdentityMembershipHistoryAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk.serializer, + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk.serializer, - json, - ); + static GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + .serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_commentsIssued +abstract class GAccountByPkData_accountByPk_identity_ownerKeyChange implements - Built<GAccountByPkData_accountByPk_commentsIssued, - GAccountByPkData_accountByPk_commentsIssuedBuilder>, - GAccountFields_commentsIssued, - GCommentsIssued { - GAccountByPkData_accountByPk_commentsIssued._(); + Built<GAccountByPkData_accountByPk_identity_ownerKeyChange, + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder>, + GAccountFields_identity_ownerKeyChange, + GIdentityFields_ownerKeyChange, + GOwnerKeyChangeFields { + GAccountByPkData_accountByPk_identity_ownerKeyChange._(); - factory GAccountByPkData_accountByPk_commentsIssued( - [void Function(GAccountByPkData_accountByPk_commentsIssuedBuilder b) - updates]) = _$GAccountByPkData_accountByPk_commentsIssued; + factory GAccountByPkData_accountByPk_identity_ownerKeyChange( + [void Function( + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_ownerKeyChange; static void _initializeBuilder( - GAccountByPkData_accountByPk_commentsIssuedBuilder b) => - b..G__typename = 'TxComment'; + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder b) => + b..G__typename = 'ChangeOwnerKey'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get authorId; + String get id; @override int get blockNumber; @override - String? get eventId; - @override - String get hash; - @override - String get id; + String? get identityId; @override - String get remark; + String? get nextId; @override - _i2.GCommentTypeEnum? get type; - static Serializer<GAccountByPkData_accountByPk_commentsIssued> - get serializer => _$gAccountByPkDataAccountByPkCommentsIssuedSerializer; + String? get previousId; + static Serializer<GAccountByPkData_accountByPk_identity_ownerKeyChange> + get serializer => + _$gAccountByPkDataAccountByPkIdentityOwnerKeyChangeSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_commentsIssued.serializer, + GAccountByPkData_accountByPk_identity_ownerKeyChange.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_commentsIssued? fromJson( + static GAccountByPkData_accountByPk_identity_ownerKeyChange? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_commentsIssued.serializer, + GAccountByPkData_accountByPk_identity_ownerKeyChange.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_commentsIssuedAggregate +abstract class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate implements - Built<GAccountByPkData_accountByPk_commentsIssuedAggregate, - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder>, - GAccountFields_commentsIssuedAggregate { - GAccountByPkData_accountByPk_commentsIssuedAggregate._(); + Built<GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate, + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder>, + GAccountFields_identity_ownerKeyChangeAggregate, + GIdentityFields_ownerKeyChangeAggregate { + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate._(); - factory GAccountByPkData_accountByPk_commentsIssuedAggregate( - [void Function( - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder b) - updates]) = _$GAccountByPkData_accountByPk_commentsIssuedAggregate; + factory GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate( + [void Function( + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder b) => - b..G__typename = 'TxCommentAggregate'; + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder + b) => + b..G__typename = 'ChangeOwnerKeyAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate? get aggregate; - static Serializer<GAccountByPkData_accountByPk_commentsIssuedAggregate> + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate? + get aggregate; + static Serializer< + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate> get serializer => - _$gAccountByPkDataAccountByPkCommentsIssuedAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityOwnerKeyChangeAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_commentsIssuedAggregate.serializer, + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate + .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_commentsIssuedAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_commentsIssuedAggregate.serializer, - json, - ); + static GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate + .serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate +abstract class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate implements - Built<GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate, - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder>, - GAccountFields_commentsIssuedAggregate_aggregate { - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate._(); - - factory GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate( + Built< + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate, + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder>, + GAccountFields_identity_ownerKeyChangeAggregate_aggregate, + GIdentityFields_ownerKeyChangeAggregate_aggregate { + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate._(); + + factory GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder b) updates]) = - _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate; + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder b) => - b..G__typename = 'TxCommentAggregateFields'; + b..G__typename = 'ChangeOwnerKeyAggregateFields'; @override @BuiltValueField(wireName: '__typename') @@ -3687,132 +4377,98 @@ abstract class GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate @override int get count; static Serializer< - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate> + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate> get serializer => - _$gAccountByPkDataAccountByPkCommentsIssuedAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkIdentityOwnerKeyChangeAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate? + static GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate .serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity +abstract class GAccountByPkData_accountByPk_identity_smith implements - Built<GAccountByPkData_accountByPk_identity, - GAccountByPkData_accountByPk_identityBuilder>, - GAccountFields_identity, - GIdentityFields { - GAccountByPkData_accountByPk_identity._(); + Built<GAccountByPkData_accountByPk_identity_smith, + GAccountByPkData_accountByPk_identity_smithBuilder>, + GAccountFields_identity_smith, + GIdentityFields_smith, + GSmithFields { + GAccountByPkData_accountByPk_identity_smith._(); - factory GAccountByPkData_accountByPk_identity( - [void Function(GAccountByPkData_accountByPk_identityBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity; + factory GAccountByPkData_accountByPk_identity_smith( + [void Function(GAccountByPkData_accountByPk_identity_smithBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_smith; static void _initializeBuilder( - GAccountByPkData_accountByPk_identityBuilder b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_identity_smithBuilder b) => + b..G__typename = 'Smith'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String? get accountRemovedId; - @override - BuiltList<GAccountByPkData_accountByPk_identity_certIssued> get certIssued; - @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate - get certIssuedAggregate; - @override - BuiltList<GAccountByPkData_accountByPk_identity_certReceived> - get certReceived; - @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate - get certReceivedAggregate; - @override - String? get createdInId; - @override - int get createdOn; - @override - int get expireOn; - @override String get id; @override - int get index; - @override - bool get isMember; - @override - int get lastChangeOn; - @override - BuiltList<GAccountByPkData_accountByPk_identity_linkedAccount> - get linkedAccount; - @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate - get linkedAccountAggregate; - @override - _i2.GIdentityStatusEnum? get status; - @override - BuiltList<GAccountByPkData_accountByPk_identity_membershipHistory> - get membershipHistory; - @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate - get membershipHistoryAggregate; + int get forged; @override - String get name; + int get index; @override - BuiltList<GAccountByPkData_accountByPk_identity_ownerKeyChange> - get ownerKeyChange; + int? get lastChanged; @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate - get ownerKeyChangeAggregate; + int? get lastForged; @override - GAccountByPkData_accountByPk_identity_smith? get smith; + BuiltList<GAccountByPkData_accountByPk_identity_smith_smithCertIssued> + get smithCertIssued; @override - BuiltList<GAccountByPkData_accountByPk_identity_udHistory>? get udHistory; - static Serializer<GAccountByPkData_accountByPk_identity> get serializer => - _$gAccountByPkDataAccountByPkIdentitySerializer; + BuiltList<GAccountByPkData_accountByPk_identity_smith_smithCertReceived> + get smithCertReceived; + static Serializer<GAccountByPkData_accountByPk_identity_smith> + get serializer => _$gAccountByPkDataAccountByPkIdentitySmithSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity.serializer, + GAccountByPkData_accountByPk_identity_smith.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity? fromJson( + static GAccountByPkData_accountByPk_identity_smith? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity.serializer, + GAccountByPkData_accountByPk_identity_smith.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_certIssued +abstract class GAccountByPkData_accountByPk_identity_smith_smithCertIssued implements - Built<GAccountByPkData_accountByPk_identity_certIssued, - GAccountByPkData_accountByPk_identity_certIssuedBuilder>, - GAccountFields_identity_certIssued, - GIdentityFields_certIssued, - GCertFields { - GAccountByPkData_accountByPk_identity_certIssued._(); + Built<GAccountByPkData_accountByPk_identity_smith_smithCertIssued, + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder>, + GAccountFields_identity_smith_smithCertIssued, + GIdentityFields_smith_smithCertIssued, + GSmithFields_smithCertIssued, + GSmithCertFields { + GAccountByPkData_accountByPk_identity_smith_smithCertIssued._(); - factory GAccountByPkData_accountByPk_identity_certIssued( - [void Function(GAccountByPkData_accountByPk_identity_certIssuedBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity_certIssued; + factory GAccountByPkData_accountByPk_identity_smith_smithCertIssued( + [void Function( + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder + b) + updates]) = _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certIssuedBuilder b) => - b..G__typename = 'Cert'; + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder + b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') @@ -3822,490 +4478,450 @@ abstract class GAccountByPkData_accountByPk_identity_certIssued @override String? get issuerId; @override - GAccountByPkData_accountByPk_identity_certIssued_issuer? get issuer; - @override String? get receiverId; @override - GAccountByPkData_accountByPk_identity_certIssued_receiver? get receiver; - @override int get createdOn; - @override - int get expireOn; - @override - bool get isActive; - @override - int get updatedOn; - static Serializer<GAccountByPkData_accountByPk_identity_certIssued> + static Serializer<GAccountByPkData_accountByPk_identity_smith_smithCertIssued> get serializer => - _$gAccountByPkDataAccountByPkIdentityCertIssuedSerializer; + _$gAccountByPkDataAccountByPkIdentitySmithSmithCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certIssued.serializer, + GAccountByPkData_accountByPk_identity_smith_smithCertIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certIssued? fromJson( + static GAccountByPkData_accountByPk_identity_smith_smithCertIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certIssued.serializer, + GAccountByPkData_accountByPk_identity_smith_smithCertIssued.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_certIssued_issuer +abstract class GAccountByPkData_accountByPk_identity_smith_smithCertReceived implements - Built<GAccountByPkData_accountByPk_identity_certIssued_issuer, - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder>, - GAccountFields_identity_certIssued_issuer, - GIdentityFields_certIssued_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GAccountByPkData_accountByPk_identity_certIssued_issuer._(); + Built<GAccountByPkData_accountByPk_identity_smith_smithCertReceived, + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder>, + GAccountFields_identity_smith_smithCertReceived, + GIdentityFields_smith_smithCertReceived, + GSmithFields_smithCertReceived, + GSmithCertFields { + GAccountByPkData_accountByPk_identity_smith_smithCertReceived._(); - factory GAccountByPkData_accountByPk_identity_certIssued_issuer( - [void Function( - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity_certIssued_issuer; + factory GAccountByPkData_accountByPk_identity_smith_smithCertReceived( + [void Function( + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder + b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; + String? get issuerId; @override - _i2.GIdentityStatusEnum? get status; + String? get receiverId; @override - String get name; - static Serializer<GAccountByPkData_accountByPk_identity_certIssued_issuer> + int get createdOn; + static Serializer< + GAccountByPkData_accountByPk_identity_smith_smithCertReceived> get serializer => - _$gAccountByPkDataAccountByPkIdentityCertIssuedIssuerSerializer; + _$gAccountByPkDataAccountByPkIdentitySmithSmithCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certIssued_issuer.serializer, + GAccountByPkData_accountByPk_identity_smith_smithCertReceived + .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certIssued_issuer? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certIssued_issuer.serializer, - json, - ); + static GAccountByPkData_accountByPk_identity_smith_smithCertReceived? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_identity_smith_smithCertReceived + .serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_identity_certIssued_receiver +abstract class GAccountByPkData_accountByPk_identity_udHistory implements - Built<GAccountByPkData_accountByPk_identity_certIssued_receiver, - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder>, - GAccountFields_identity_certIssued_receiver, - GIdentityFields_certIssued_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GAccountByPkData_accountByPk_identity_certIssued_receiver._(); + Built<GAccountByPkData_accountByPk_identity_udHistory, + GAccountByPkData_accountByPk_identity_udHistoryBuilder>, + GAccountFields_identity_udHistory, + GIdentityFields_udHistory { + GAccountByPkData_accountByPk_identity_udHistory._(); - factory GAccountByPkData_accountByPk_identity_certIssued_receiver( - [void Function( - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder - b) - updates]) = _$GAccountByPkData_accountByPk_identity_certIssued_receiver; + factory GAccountByPkData_accountByPk_identity_udHistory( + [void Function(GAccountByPkData_accountByPk_identity_udHistoryBuilder b) + updates]) = _$GAccountByPkData_accountByPk_identity_udHistory; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_identity_udHistoryBuilder b) => + b..G__typename = 'UdHistory'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; + int get amount; @override - String get name; - static Serializer<GAccountByPkData_accountByPk_identity_certIssued_receiver> + _i2.Gtimestamptz get timestamp; + static Serializer<GAccountByPkData_accountByPk_identity_udHistory> get serializer => - _$gAccountByPkDataAccountByPkIdentityCertIssuedReceiverSerializer; + _$gAccountByPkDataAccountByPkIdentityUdHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certIssued_receiver.serializer, + GAccountByPkData_accountByPk_identity_udHistory.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certIssued_receiver? fromJson( + static GAccountByPkData_accountByPk_identity_udHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certIssued_receiver.serializer, + GAccountByPkData_accountByPk_identity_udHistory.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_certIssuedAggregate +abstract class GAccountByPkData_accountByPk_linkedIdentity implements - Built<GAccountByPkData_accountByPk_identity_certIssuedAggregate, - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder>, - GAccountFields_identity_certIssuedAggregate, - GIdentityFields_certIssuedAggregate { - GAccountByPkData_accountByPk_identity_certIssuedAggregate._(); + Built<GAccountByPkData_accountByPk_linkedIdentity, + GAccountByPkData_accountByPk_linkedIdentityBuilder>, + GAccountFields_linkedIdentity, + GIdentityBasicFields { + GAccountByPkData_accountByPk_linkedIdentity._(); - factory GAccountByPkData_accountByPk_identity_certIssuedAggregate( - [void Function( - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder - b) - updates]) = _$GAccountByPkData_accountByPk_identity_certIssuedAggregate; + factory GAccountByPkData_accountByPk_linkedIdentity( + [void Function(GAccountByPkData_accountByPk_linkedIdentityBuilder b) + updates]) = _$GAccountByPkData_accountByPk_linkedIdentity; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GAccountByPkData_accountByPk_linkedIdentityBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate? - get aggregate; - static Serializer<GAccountByPkData_accountByPk_identity_certIssuedAggregate> - get serializer => - _$gAccountByPkDataAccountByPkIdentityCertIssuedAggregateSerializer; + String? get accountId; + @override + GAccountByPkData_accountByPk_linkedIdentity_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountByPkData_accountByPk_linkedIdentity> + get serializer => _$gAccountByPkDataAccountByPkLinkedIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certIssuedAggregate.serializer, + GAccountByPkData_accountByPk_linkedIdentity.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certIssuedAggregate? fromJson( + static GAccountByPkData_accountByPk_linkedIdentity? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certIssuedAggregate.serializer, + GAccountByPkData_accountByPk_linkedIdentity.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate +abstract class GAccountByPkData_accountByPk_linkedIdentity_account implements - Built< - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate, - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder>, - GAccountFields_identity_certIssuedAggregate_aggregate, - GIdentityFields_certIssuedAggregate_aggregate { - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate._(); + Built<GAccountByPkData_accountByPk_linkedIdentity_account, + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder>, + GAccountFields_linkedIdentity_account, + GIdentityBasicFields_account { + GAccountByPkData_accountByPk_linkedIdentity_account._(); - factory GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate; + factory GAccountByPkData_accountByPk_linkedIdentity_account( + [void Function( + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder b) + updates]) = _$GAccountByPkData_accountByPk_linkedIdentity_account; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder - b) => - b..G__typename = 'CertAggregateFields'; + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate> + int get createdOn; + static Serializer<GAccountByPkData_accountByPk_linkedIdentity_account> get serializer => - _$gAccountByPkDataAccountByPkIdentityCertIssuedAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkLinkedIdentityAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate - .serializer, + GAccountByPkData_accountByPk_linkedIdentity_account.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate - .serializer, - json, - ); + static GAccountByPkData_accountByPk_linkedIdentity_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_linkedIdentity_account.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_identity_certReceived +abstract class GAccountByPkData_accountByPk_removedIdentities implements - Built<GAccountByPkData_accountByPk_identity_certReceived, - GAccountByPkData_accountByPk_identity_certReceivedBuilder>, - GAccountFields_identity_certReceived, - GIdentityFields_certReceived, - GCertFields { - GAccountByPkData_accountByPk_identity_certReceived._(); + Built<GAccountByPkData_accountByPk_removedIdentities, + GAccountByPkData_accountByPk_removedIdentitiesBuilder>, + GAccountFields_removedIdentities, + GIdentityBasicFields { + GAccountByPkData_accountByPk_removedIdentities._(); - factory GAccountByPkData_accountByPk_identity_certReceived( - [void Function( - GAccountByPkData_accountByPk_identity_certReceivedBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity_certReceived; + factory GAccountByPkData_accountByPk_removedIdentities( + [void Function(GAccountByPkData_accountByPk_removedIdentitiesBuilder b) + updates]) = _$GAccountByPkData_accountByPk_removedIdentities; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certReceivedBuilder b) => - b..G__typename = 'Cert'; + GAccountByPkData_accountByPk_removedIdentitiesBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; + String? get accountId; @override - String? get issuerId; + GAccountByPkData_accountByPk_removedIdentities_account? get account; @override - GAccountByPkData_accountByPk_identity_certReceived_issuer? get issuer; + String get id; @override - String? get receiverId; + bool get isMember; @override - GAccountByPkData_accountByPk_identity_certReceived_receiver? get receiver; + _i2.GIdentityStatusEnum? get status; @override - int get createdOn; + String get name; @override int get expireOn; - @override - bool get isActive; - @override - int get updatedOn; - static Serializer<GAccountByPkData_accountByPk_identity_certReceived> + static Serializer<GAccountByPkData_accountByPk_removedIdentities> get serializer => - _$gAccountByPkDataAccountByPkIdentityCertReceivedSerializer; + _$gAccountByPkDataAccountByPkRemovedIdentitiesSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certReceived.serializer, + GAccountByPkData_accountByPk_removedIdentities.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certReceived? fromJson( + static GAccountByPkData_accountByPk_removedIdentities? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certReceived.serializer, + GAccountByPkData_accountByPk_removedIdentities.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_certReceived_issuer +abstract class GAccountByPkData_accountByPk_removedIdentities_account implements - Built<GAccountByPkData_accountByPk_identity_certReceived_issuer, - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder>, - GAccountFields_identity_certReceived_issuer, - GIdentityFields_certReceived_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GAccountByPkData_accountByPk_identity_certReceived_issuer._(); + Built<GAccountByPkData_accountByPk_removedIdentities_account, + GAccountByPkData_accountByPk_removedIdentities_accountBuilder>, + GAccountFields_removedIdentities_account, + GIdentityBasicFields_account { + GAccountByPkData_accountByPk_removedIdentities_account._(); - factory GAccountByPkData_accountByPk_identity_certReceived_issuer( + factory GAccountByPkData_accountByPk_removedIdentities_account( [void Function( - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder - b) - updates]) = _$GAccountByPkData_accountByPk_identity_certReceived_issuer; + GAccountByPkData_accountByPk_removedIdentities_accountBuilder b) + updates]) = _$GAccountByPkData_accountByPk_removedIdentities_account; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_removedIdentities_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountByPkData_accountByPk_identity_certReceived_issuer> + int get createdOn; + static Serializer<GAccountByPkData_accountByPk_removedIdentities_account> get serializer => - _$gAccountByPkDataAccountByPkIdentityCertReceivedIssuerSerializer; + _$gAccountByPkDataAccountByPkRemovedIdentitiesAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certReceived_issuer.serializer, + GAccountByPkData_accountByPk_removedIdentities_account.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certReceived_issuer? fromJson( + static GAccountByPkData_accountByPk_removedIdentities_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certReceived_issuer.serializer, + GAccountByPkData_accountByPk_removedIdentities_account.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_certReceived_receiver +abstract class GAccountByPkData_accountByPk_removedIdentitiesAggregate implements - Built<GAccountByPkData_accountByPk_identity_certReceived_receiver, - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder>, - GAccountFields_identity_certReceived_receiver, - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GAccountByPkData_accountByPk_identity_certReceived_receiver._(); + Built<GAccountByPkData_accountByPk_removedIdentitiesAggregate, + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder>, + GAccountFields_removedIdentitiesAggregate { + GAccountByPkData_accountByPk_removedIdentitiesAggregate._(); - factory GAccountByPkData_accountByPk_identity_certReceived_receiver( + factory GAccountByPkData_accountByPk_removedIdentitiesAggregate( [void Function( - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder - b) - updates]) = _$GAccountByPkData_accountByPk_identity_certReceived_receiver; + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder b) + updates]) = _$GAccountByPkData_accountByPk_removedIdentitiesAggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder - b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder b) => + b..G__typename = 'IdentityAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountByPkData_accountByPk_identity_certReceived_receiver> + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate? + get aggregate; + static Serializer<GAccountByPkData_accountByPk_removedIdentitiesAggregate> get serializer => - _$gAccountByPkDataAccountByPkIdentityCertReceivedReceiverSerializer; + _$gAccountByPkDataAccountByPkRemovedIdentitiesAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certReceived_receiver.serializer, + GAccountByPkData_accountByPk_removedIdentitiesAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certReceived_receiver? fromJson( + static GAccountByPkData_accountByPk_removedIdentitiesAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certReceived_receiver.serializer, + GAccountByPkData_accountByPk_removedIdentitiesAggregate.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_certReceivedAggregate +abstract class GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate implements - Built<GAccountByPkData_accountByPk_identity_certReceivedAggregate, - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder>, - GAccountFields_identity_certReceivedAggregate, - GIdentityFields_certReceivedAggregate { - GAccountByPkData_accountByPk_identity_certReceivedAggregate._(); + Built<GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate, + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder>, + GAccountFields_removedIdentitiesAggregate_aggregate { + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate._(); - factory GAccountByPkData_accountByPk_identity_certReceivedAggregate( - [void Function( - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder - b) - updates]) = _$GAccountByPkData_accountByPk_identity_certReceivedAggregate; + factory GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate( + [void Function( + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder b) => - b..G__typename = 'CertAggregate'; + b..G__typename = 'IdentityAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate? - get aggregate; - static Serializer<GAccountByPkData_accountByPk_identity_certReceivedAggregate> + int get count; + static Serializer< + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate> get serializer => - _$gAccountByPkDataAccountByPkIdentityCertReceivedAggregateSerializer; + _$gAccountByPkDataAccountByPkRemovedIdentitiesAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certReceivedAggregate.serializer, + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate + .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certReceivedAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certReceivedAggregate.serializer, - json, - ); + static GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate + .serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate +abstract class GAccountByPkData_accountByPk_transfersIssued implements - Built< - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate, - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder>, - GAccountFields_identity_certReceivedAggregate_aggregate, - GIdentityFields_certReceivedAggregate_aggregate { - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate._(); + Built<GAccountByPkData_accountByPk_transfersIssued, + GAccountByPkData_accountByPk_transfersIssuedBuilder>, + GAccountFields_transfersIssued, + GTransferFields { + GAccountByPkData_accountByPk_transfersIssued._(); - factory GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate; + factory GAccountByPkData_accountByPk_transfersIssued( + [void Function(GAccountByPkData_accountByPk_transfersIssuedBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersIssued; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder - b) => - b..G__typename = 'CertAggregateFields'; + GAccountByPkData_accountByPk_transfersIssuedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate> - get serializer => - _$gAccountByPkDataAccountByPkIdentityCertReceivedAggregateAggregateSerializer; + int get blockNumber; + @override + _i2.Gtimestamptz get timestamp; + @override + int get amount; + @override + GAccountByPkData_accountByPk_transfersIssued_to? get to; + @override + GAccountByPkData_accountByPk_transfersIssued_from? get from; + @override + GAccountByPkData_accountByPk_transfersIssued_comment? get comment; + static Serializer<GAccountByPkData_accountByPk_transfersIssued> + get serializer => _$gAccountByPkDataAccountByPkTransfersIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate - .serializer, + GAccountByPkData_accountByPk_transfersIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate - .serializer, - json, - ); + static GAccountByPkData_accountByPk_transfersIssued? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_transfersIssued.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_identity_linkedAccount +abstract class GAccountByPkData_accountByPk_transfersIssued_to implements - Built<GAccountByPkData_accountByPk_identity_linkedAccount, - GAccountByPkData_accountByPk_identity_linkedAccountBuilder>, - GAccountFields_identity_linkedAccount, - GIdentityFields_linkedAccount { - GAccountByPkData_accountByPk_identity_linkedAccount._(); + Built<GAccountByPkData_accountByPk_transfersIssued_to, + GAccountByPkData_accountByPk_transfersIssued_toBuilder>, + GAccountFields_transfersIssued_to, + GTransferFields_to { + GAccountByPkData_accountByPk_transfersIssued_to._(); - factory GAccountByPkData_accountByPk_identity_linkedAccount( - [void Function( - GAccountByPkData_accountByPk_identity_linkedAccountBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity_linkedAccount; + factory GAccountByPkData_accountByPk_transfersIssued_to( + [void Function(GAccountByPkData_accountByPk_transfersIssued_toBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersIssued_to; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_linkedAccountBuilder b) => + GAccountByPkData_accountByPk_transfersIssued_toBuilder b) => b..G__typename = 'Account'; @override @@ -4313,1384 +4929,1368 @@ abstract class GAccountByPkData_accountByPk_identity_linkedAccount String get G__typename; @override String get id; - static Serializer<GAccountByPkData_accountByPk_identity_linkedAccount> + static Serializer<GAccountByPkData_accountByPk_transfersIssued_to> get serializer => - _$gAccountByPkDataAccountByPkIdentityLinkedAccountSerializer; + _$gAccountByPkDataAccountByPkTransfersIssuedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_linkedAccount.serializer, + GAccountByPkData_accountByPk_transfersIssued_to.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_linkedAccount? fromJson( + static GAccountByPkData_accountByPk_transfersIssued_to? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_linkedAccount.serializer, + GAccountByPkData_accountByPk_transfersIssued_to.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_linkedAccountAggregate +abstract class GAccountByPkData_accountByPk_transfersIssued_from implements - Built<GAccountByPkData_accountByPk_identity_linkedAccountAggregate, - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder>, - GAccountFields_identity_linkedAccountAggregate, - GIdentityFields_linkedAccountAggregate { - GAccountByPkData_accountByPk_identity_linkedAccountAggregate._(); + Built<GAccountByPkData_accountByPk_transfersIssued_from, + GAccountByPkData_accountByPk_transfersIssued_fromBuilder>, + GAccountFields_transfersIssued_from, + GTransferFields_from { + GAccountByPkData_accountByPk_transfersIssued_from._(); - factory GAccountByPkData_accountByPk_identity_linkedAccountAggregate( - [void Function( - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate; + factory GAccountByPkData_accountByPk_transfersIssued_from( + [void Function(GAccountByPkData_accountByPk_transfersIssued_fromBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersIssued_from; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder - b) => - b..G__typename = 'AccountAggregate'; + GAccountByPkData_accountByPk_transfersIssued_fromBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate? - get aggregate; - static Serializer< - GAccountByPkData_accountByPk_identity_linkedAccountAggregate> + String get id; + static Serializer<GAccountByPkData_accountByPk_transfersIssued_from> get serializer => - _$gAccountByPkDataAccountByPkIdentityLinkedAccountAggregateSerializer; + _$gAccountByPkDataAccountByPkTransfersIssuedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate.serializer, + GAccountByPkData_accountByPk_transfersIssued_from.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_linkedAccountAggregate? fromJson( + static GAccountByPkData_accountByPk_transfersIssued_from? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate.serializer, + GAccountByPkData_accountByPk_transfersIssued_from.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate +abstract class GAccountByPkData_accountByPk_transfersIssued_comment implements - Built< - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate, - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder>, - GAccountFields_identity_linkedAccountAggregate_aggregate, - GIdentityFields_linkedAccountAggregate_aggregate { - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate._(); + Built<GAccountByPkData_accountByPk_transfersIssued_comment, + GAccountByPkData_accountByPk_transfersIssued_commentBuilder>, + GAccountFields_transfersIssued_comment, + GTransferFields_comment { + GAccountByPkData_accountByPk_transfersIssued_comment._(); - factory GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate; + factory GAccountByPkData_accountByPk_transfersIssued_comment( + [void Function( + GAccountByPkData_accountByPk_transfersIssued_commentBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersIssued_comment; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder - b) => - b..G__typename = 'AccountAggregateFields'; + GAccountByPkData_accountByPk_transfersIssued_commentBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate> + String get remark; + static Serializer<GAccountByPkData_accountByPk_transfersIssued_comment> get serializer => - _$gAccountByPkDataAccountByPkIdentityLinkedAccountAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkTransfersIssuedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate - .serializer, + GAccountByPkData_accountByPk_transfersIssued_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate - .serializer, - json, - ); + static GAccountByPkData_accountByPk_transfersIssued_comment? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_transfersIssued_comment.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_identity_membershipHistory +abstract class GAccountByPkData_accountByPk_transfersIssuedAggregate implements - Built<GAccountByPkData_accountByPk_identity_membershipHistory, - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder>, - GAccountFields_identity_membershipHistory, - GIdentityFields_membershipHistory { - GAccountByPkData_accountByPk_identity_membershipHistory._(); + Built<GAccountByPkData_accountByPk_transfersIssuedAggregate, + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder>, + GAccountFields_transfersIssuedAggregate { + GAccountByPkData_accountByPk_transfersIssuedAggregate._(); - factory GAccountByPkData_accountByPk_identity_membershipHistory( + factory GAccountByPkData_accountByPk_transfersIssuedAggregate( [void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity_membershipHistory; + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersIssuedAggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder b) => - b..G__typename = 'MembershipEvent'; + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; - @override - String? get eventId; - @override - _i2.GEventTypeEnum? get eventType; - @override - String get id; - @override - String? get identityId; - static Serializer<GAccountByPkData_accountByPk_identity_membershipHistory> + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate? + get aggregate; + static Serializer<GAccountByPkData_accountByPk_transfersIssuedAggregate> get serializer => - _$gAccountByPkDataAccountByPkIdentityMembershipHistorySerializer; + _$gAccountByPkDataAccountByPkTransfersIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_membershipHistory.serializer, + GAccountByPkData_accountByPk_transfersIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_membershipHistory? fromJson( + static GAccountByPkData_accountByPk_transfersIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_membershipHistory.serializer, + GAccountByPkData_accountByPk_transfersIssuedAggregate.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_membershipHistoryAggregate +abstract class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate implements - Built<GAccountByPkData_accountByPk_identity_membershipHistoryAggregate, - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder>, - GAccountFields_identity_membershipHistoryAggregate, - GIdentityFields_membershipHistoryAggregate { - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate._(); + Built<GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate, + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder>, + GAccountFields_transfersIssuedAggregate_aggregate { + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate._(); - factory GAccountByPkData_accountByPk_identity_membershipHistoryAggregate( + factory GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder b) updates]) = - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate; + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder b) => - b..G__typename = 'MembershipEventAggregate'; + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate? - get aggregate; + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum? get sum; + @override + int get count; static Serializer< - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate> + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate> get serializer => - _$gAccountByPkDataAccountByPkIdentityMembershipHistoryAggregateSerializer; + _$gAccountByPkDataAccountByPkTransfersIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_membershipHistoryAggregate? + static GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate .serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate +abstract class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum implements Built< - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate, - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder>, - GAccountFields_identity_membershipHistoryAggregate_aggregate, - GIdentityFields_membershipHistoryAggregate_aggregate { - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate._(); + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum, + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder>, + GAccountFields_transfersIssuedAggregate_aggregate_sum { + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum._(); - factory GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate( + factory GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum( [void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder b) updates]) = - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate; + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder b) => - b..G__typename = 'MembershipEventAggregateFields'; + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; + int? get amount; static Serializer< - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate> + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum> get serializer => - _$gAccountByPkDataAccountByPkIdentityMembershipHistoryAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkTransfersIssuedAggregateAggregateSumSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate? + static GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum .serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_ownerKeyChange +abstract class GAccountByPkData_accountByPk_transfersReceived implements - Built<GAccountByPkData_accountByPk_identity_ownerKeyChange, - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder>, - GAccountFields_identity_ownerKeyChange, - GIdentityFields_ownerKeyChange, - GOwnerKeyChangeFields { - GAccountByPkData_accountByPk_identity_ownerKeyChange._(); + Built<GAccountByPkData_accountByPk_transfersReceived, + GAccountByPkData_accountByPk_transfersReceivedBuilder>, + GAccountFields_transfersReceived, + GTransferFields { + GAccountByPkData_accountByPk_transfersReceived._(); - factory GAccountByPkData_accountByPk_identity_ownerKeyChange( - [void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity_ownerKeyChange; + factory GAccountByPkData_accountByPk_transfersReceived( + [void Function(GAccountByPkData_accountByPk_transfersReceivedBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersReceived; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + GAccountByPkData_accountByPk_transfersReceivedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override int get blockNumber; @override - String? get identityId; + _i2.Gtimestamptz get timestamp; @override - String? get nextId; + int get amount; @override - String? get previousId; - static Serializer<GAccountByPkData_accountByPk_identity_ownerKeyChange> + GAccountByPkData_accountByPk_transfersReceived_to? get to; + @override + GAccountByPkData_accountByPk_transfersReceived_from? get from; + @override + GAccountByPkData_accountByPk_transfersReceived_comment? get comment; + static Serializer<GAccountByPkData_accountByPk_transfersReceived> get serializer => - _$gAccountByPkDataAccountByPkIdentityOwnerKeyChangeSerializer; + _$gAccountByPkDataAccountByPkTransfersReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_ownerKeyChange.serializer, + GAccountByPkData_accountByPk_transfersReceived.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_ownerKeyChange? fromJson( + static GAccountByPkData_accountByPk_transfersReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_ownerKeyChange.serializer, + GAccountByPkData_accountByPk_transfersReceived.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate +abstract class GAccountByPkData_accountByPk_transfersReceived_to implements - Built<GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate, - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder>, - GAccountFields_identity_ownerKeyChangeAggregate, - GIdentityFields_ownerKeyChangeAggregate { - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate._(); + Built<GAccountByPkData_accountByPk_transfersReceived_to, + GAccountByPkData_accountByPk_transfersReceived_toBuilder>, + GAccountFields_transfersReceived_to, + GTransferFields_to { + GAccountByPkData_accountByPk_transfersReceived_to._(); - factory GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate( - [void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate; + factory GAccountByPkData_accountByPk_transfersReceived_to( + [void Function(GAccountByPkData_accountByPk_transfersReceived_toBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersReceived_to; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder - b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GAccountByPkData_accountByPk_transfersReceived_toBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate? - get aggregate; - static Serializer< - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate> + String get id; + static Serializer<GAccountByPkData_accountByPk_transfersReceived_to> get serializer => - _$gAccountByPkDataAccountByPkIdentityOwnerKeyChangeAggregateSerializer; + _$gAccountByPkDataAccountByPkTransfersReceivedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate - .serializer, + GAccountByPkData_accountByPk_transfersReceived_to.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate - .serializer, - json, - ); + static GAccountByPkData_accountByPk_transfersReceived_to? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_transfersReceived_to.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate +abstract class GAccountByPkData_accountByPk_transfersReceived_from implements - Built< - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate, - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder>, - GAccountFields_identity_ownerKeyChangeAggregate_aggregate, - GIdentityFields_ownerKeyChangeAggregate_aggregate { - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate._(); + Built<GAccountByPkData_accountByPk_transfersReceived_from, + GAccountByPkData_accountByPk_transfersReceived_fromBuilder>, + GAccountFields_transfersReceived_from, + GTransferFields_from { + GAccountByPkData_accountByPk_transfersReceived_from._(); - factory GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate; + factory GAccountByPkData_accountByPk_transfersReceived_from( + [void Function( + GAccountByPkData_accountByPk_transfersReceived_fromBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersReceived_from; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder - b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; + GAccountByPkData_accountByPk_transfersReceived_fromBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate> + String get id; + static Serializer<GAccountByPkData_accountByPk_transfersReceived_from> get serializer => - _$gAccountByPkDataAccountByPkIdentityOwnerKeyChangeAggregateAggregateSerializer; + _$gAccountByPkDataAccountByPkTransfersReceivedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - .serializer, + GAccountByPkData_accountByPk_transfersReceived_from.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - .serializer, - json, - ); + static GAccountByPkData_accountByPk_transfersReceived_from? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_transfersReceived_from.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_identity_smith +abstract class GAccountByPkData_accountByPk_transfersReceived_comment implements - Built<GAccountByPkData_accountByPk_identity_smith, - GAccountByPkData_accountByPk_identity_smithBuilder>, - GAccountFields_identity_smith, - GIdentityFields_smith, - GSmithFields { - GAccountByPkData_accountByPk_identity_smith._(); + Built<GAccountByPkData_accountByPk_transfersReceived_comment, + GAccountByPkData_accountByPk_transfersReceived_commentBuilder>, + GAccountFields_transfersReceived_comment, + GTransferFields_comment { + GAccountByPkData_accountByPk_transfersReceived_comment._(); - factory GAccountByPkData_accountByPk_identity_smith( - [void Function(GAccountByPkData_accountByPk_identity_smithBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity_smith; + factory GAccountByPkData_accountByPk_transfersReceived_comment( + [void Function( + GAccountByPkData_accountByPk_transfersReceived_commentBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersReceived_comment; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_smithBuilder b) => - b..G__typename = 'Smith'; + GAccountByPkData_accountByPk_transfersReceived_commentBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - int get forged; - @override - int get index; - @override - int? get lastChanged; - @override - int? get lastForged; - @override - BuiltList<GAccountByPkData_accountByPk_identity_smith_smithCertIssued> - get smithCertIssued; - @override - BuiltList<GAccountByPkData_accountByPk_identity_smith_smithCertReceived> - get smithCertReceived; - static Serializer<GAccountByPkData_accountByPk_identity_smith> - get serializer => _$gAccountByPkDataAccountByPkIdentitySmithSerializer; + String get remark; + static Serializer<GAccountByPkData_accountByPk_transfersReceived_comment> + get serializer => + _$gAccountByPkDataAccountByPkTransfersReceivedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_smith.serializer, + GAccountByPkData_accountByPk_transfersReceived_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_smith? fromJson( + static GAccountByPkData_accountByPk_transfersReceived_comment? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_smith.serializer, + GAccountByPkData_accountByPk_transfersReceived_comment.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_smith_smithCertIssued +abstract class GAccountByPkData_accountByPk_transfersReceivedAggregate implements - Built<GAccountByPkData_accountByPk_identity_smith_smithCertIssued, - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder>, - GAccountFields_identity_smith_smithCertIssued, - GIdentityFields_smith_smithCertIssued, - GSmithFields_smithCertIssued, - GSmithCertFields { - GAccountByPkData_accountByPk_identity_smith_smithCertIssued._(); - - factory GAccountByPkData_accountByPk_identity_smith_smithCertIssued( - [void Function( - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder - b) - updates]) = _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued; + Built<GAccountByPkData_accountByPk_transfersReceivedAggregate, + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder>, + GAccountFields_transfersReceivedAggregate { + GAccountByPkData_accountByPk_transfersReceivedAggregate._(); + + factory GAccountByPkData_accountByPk_transfersReceivedAggregate( + [void Function( + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder b) + updates]) = _$GAccountByPkData_accountByPk_transfersReceivedAggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder - b) => - b..G__typename = 'SmithCert'; + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override - int get createdOn; - static Serializer<GAccountByPkData_accountByPk_identity_smith_smithCertIssued> + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate? + get aggregate; + static Serializer<GAccountByPkData_accountByPk_transfersReceivedAggregate> get serializer => - _$gAccountByPkDataAccountByPkIdentitySmithSmithCertIssuedSerializer; + _$gAccountByPkDataAccountByPkTransfersReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_smith_smithCertIssued.serializer, + GAccountByPkData_accountByPk_transfersReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_smith_smithCertIssued? fromJson( + static GAccountByPkData_accountByPk_transfersReceivedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_smith_smithCertIssued.serializer, + GAccountByPkData_accountByPk_transfersReceivedAggregate.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_smith_smithCertReceived +abstract class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate implements - Built<GAccountByPkData_accountByPk_identity_smith_smithCertReceived, - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder>, - GAccountFields_identity_smith_smithCertReceived, - GIdentityFields_smith_smithCertReceived, - GSmithFields_smithCertReceived, - GSmithCertFields { - GAccountByPkData_accountByPk_identity_smith_smithCertReceived._(); + Built<GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate, + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder>, + GAccountFields_transfersReceivedAggregate_aggregate { + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate._(); - factory GAccountByPkData_accountByPk_identity_smith_smithCertReceived( + factory GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder b) updates]) = - _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived; + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder b) => - b..G__typename = 'SmithCert'; + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum? + get sum; @override - int get createdOn; + int get count; static Serializer< - GAccountByPkData_accountByPk_identity_smith_smithCertReceived> + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate> get serializer => - _$gAccountByPkDataAccountByPkIdentitySmithSmithCertReceivedSerializer; + _$gAccountByPkDataAccountByPkTransfersReceivedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_smith_smithCertReceived + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_smith_smithCertReceived? + static GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_smith_smithCertReceived + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate .serializer, json, ); } -abstract class GAccountByPkData_accountByPk_identity_udHistory +abstract class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum implements - Built<GAccountByPkData_accountByPk_identity_udHistory, - GAccountByPkData_accountByPk_identity_udHistoryBuilder>, - GAccountFields_identity_udHistory, - GIdentityFields_udHistory { - GAccountByPkData_accountByPk_identity_udHistory._(); + Built< + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum, + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder>, + GAccountFields_transfersReceivedAggregate_aggregate_sum { + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum._(); - factory GAccountByPkData_accountByPk_identity_udHistory( - [void Function(GAccountByPkData_accountByPk_identity_udHistoryBuilder b) - updates]) = _$GAccountByPkData_accountByPk_identity_udHistory; + factory GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum( + [void Function( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder + b) + updates]) = + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum; static void _initializeBuilder( - GAccountByPkData_accountByPk_identity_udHistoryBuilder b) => - b..G__typename = 'UdHistory'; + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder + b) => + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - int get amount; - @override - _i2.Gtimestamptz get timestamp; - static Serializer<GAccountByPkData_accountByPk_identity_udHistory> + int? get amount; + static Serializer< + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum> get serializer => - _$gAccountByPkDataAccountByPkIdentityUdHistorySerializer; + _$gAccountByPkDataAccountByPkTransfersReceivedAggregateAggregateSumSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_identity_udHistory.serializer, + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_identity_udHistory? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_identity_udHistory.serializer, - json, - ); + static GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + .serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_linkedIdentity +abstract class GAccountByPkData_accountByPk_wasIdentity implements - Built<GAccountByPkData_accountByPk_linkedIdentity, - GAccountByPkData_accountByPk_linkedIdentityBuilder>, - GAccountFields_linkedIdentity, - GIdentityBasicFields { - GAccountByPkData_accountByPk_linkedIdentity._(); + Built<GAccountByPkData_accountByPk_wasIdentity, + GAccountByPkData_accountByPk_wasIdentityBuilder>, + GAccountFields_wasIdentity, + GOwnerKeyChangeFields { + GAccountByPkData_accountByPk_wasIdentity._(); - factory GAccountByPkData_accountByPk_linkedIdentity( - [void Function(GAccountByPkData_accountByPk_linkedIdentityBuilder b) - updates]) = _$GAccountByPkData_accountByPk_linkedIdentity; + factory GAccountByPkData_accountByPk_wasIdentity( + [void Function(GAccountByPkData_accountByPk_wasIdentityBuilder b) + updates]) = _$GAccountByPkData_accountByPk_wasIdentity; static void _initializeBuilder( - GAccountByPkData_accountByPk_linkedIdentityBuilder b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_wasIdentityBuilder b) => + b..G__typename = 'ChangeOwnerKey'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; + int get blockNumber; @override - _i2.GIdentityStatusEnum? get status; + String? get identityId; @override - String get name; - static Serializer<GAccountByPkData_accountByPk_linkedIdentity> - get serializer => _$gAccountByPkDataAccountByPkLinkedIdentitySerializer; + String? get nextId; + @override + String? get previousId; + static Serializer<GAccountByPkData_accountByPk_wasIdentity> get serializer => + _$gAccountByPkDataAccountByPkWasIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_linkedIdentity.serializer, + GAccountByPkData_accountByPk_wasIdentity.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_linkedIdentity? fromJson( + static GAccountByPkData_accountByPk_wasIdentity? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_linkedIdentity.serializer, + GAccountByPkData_accountByPk_wasIdentity.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_removedIdentities +abstract class GAccountByPkData_accountByPk_wasIdentityAggregate implements - Built<GAccountByPkData_accountByPk_removedIdentities, - GAccountByPkData_accountByPk_removedIdentitiesBuilder>, - GAccountFields_removedIdentities, - GIdentityBasicFields { - GAccountByPkData_accountByPk_removedIdentities._(); + Built<GAccountByPkData_accountByPk_wasIdentityAggregate, + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder>, + GAccountFields_wasIdentityAggregate { + GAccountByPkData_accountByPk_wasIdentityAggregate._(); - factory GAccountByPkData_accountByPk_removedIdentities( - [void Function(GAccountByPkData_accountByPk_removedIdentitiesBuilder b) - updates]) = _$GAccountByPkData_accountByPk_removedIdentities; + factory GAccountByPkData_accountByPk_wasIdentityAggregate( + [void Function(GAccountByPkData_accountByPk_wasIdentityAggregateBuilder b) + updates]) = _$GAccountByPkData_accountByPk_wasIdentityAggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_removedIdentitiesBuilder b) => - b..G__typename = 'Identity'; + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder b) => + b..G__typename = 'ChangeOwnerKeyAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountByPkData_accountByPk_removedIdentities> + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate? get aggregate; + static Serializer<GAccountByPkData_accountByPk_wasIdentityAggregate> get serializer => - _$gAccountByPkDataAccountByPkRemovedIdentitiesSerializer; + _$gAccountByPkDataAccountByPkWasIdentityAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_removedIdentities.serializer, + GAccountByPkData_accountByPk_wasIdentityAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_removedIdentities? fromJson( + static GAccountByPkData_accountByPk_wasIdentityAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_removedIdentities.serializer, + GAccountByPkData_accountByPk_wasIdentityAggregate.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_removedIdentitiesAggregate +abstract class GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate implements - Built<GAccountByPkData_accountByPk_removedIdentitiesAggregate, - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder>, - GAccountFields_removedIdentitiesAggregate { - GAccountByPkData_accountByPk_removedIdentitiesAggregate._(); + Built<GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate, + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder>, + GAccountFields_wasIdentityAggregate_aggregate { + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate._(); - factory GAccountByPkData_accountByPk_removedIdentitiesAggregate( + factory GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder b) - updates]) = _$GAccountByPkData_accountByPk_removedIdentitiesAggregate; + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder + b) + updates]) = _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder b) => - b..G__typename = 'IdentityAggregate'; + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder + b) => + b..G__typename = 'ChangeOwnerKeyAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate? - get aggregate; - static Serializer<GAccountByPkData_accountByPk_removedIdentitiesAggregate> + int get count; + static Serializer<GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate> get serializer => - _$gAccountByPkDataAccountByPkRemovedIdentitiesAggregateSerializer; + _$gAccountByPkDataAccountByPkWasIdentityAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_removedIdentitiesAggregate.serializer, + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_removedIdentitiesAggregate? fromJson( + static GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_removedIdentitiesAggregate.serializer, + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate - implements - Built<GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate, - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder>, - GAccountFields_removedIdentitiesAggregate_aggregate { - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate._(); - - factory GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate; +abstract class GAccountsByPkData + implements Built<GAccountsByPkData, GAccountsByPkDataBuilder> { + GAccountsByPkData._(); - static void _initializeBuilder( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder - b) => - b..G__typename = 'IdentityAggregateFields'; + factory GAccountsByPkData( + [void Function(GAccountsByPkDataBuilder b) updates]) = + _$GAccountsByPkData; + + static void _initializeBuilder(GAccountsByPkDataBuilder b) => + b..G__typename = 'query_root'; - @override @BuiltValueField(wireName: '__typename') String get G__typename; - @override - int get count; - static Serializer< - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate> - get serializer => - _$gAccountByPkDataAccountByPkRemovedIdentitiesAggregateAggregateSerializer; + BuiltList<GAccountsByPkData_account> get account; + static Serializer<GAccountsByPkData> get serializer => + _$gAccountsByPkDataSerializer; - @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate - .serializer, + GAccountsByPkData.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate - .serializer, - json, - ); + static GAccountsByPkData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_transfersIssued +abstract class GAccountsByPkData_account implements - Built<GAccountByPkData_accountByPk_transfersIssued, - GAccountByPkData_accountByPk_transfersIssuedBuilder>, - GAccountFields_transfersIssued, - GTransferFields { - GAccountByPkData_accountByPk_transfersIssued._(); + Built<GAccountsByPkData_account, GAccountsByPkData_accountBuilder>, + GAccountFields { + GAccountsByPkData_account._(); - factory GAccountByPkData_accountByPk_transfersIssued( - [void Function(GAccountByPkData_accountByPk_transfersIssuedBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersIssued; + factory GAccountsByPkData_account( + [void Function(GAccountsByPkData_accountBuilder b) updates]) = + _$GAccountsByPkData_account; - static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersIssuedBuilder b) => - b..G__typename = 'Transfer'; + static void _initializeBuilder(GAccountsByPkData_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; + BuiltList<GAccountsByPkData_account_commentsIssued> get commentsIssued; @override - _i2.Gtimestamptz get timestamp; + GAccountsByPkData_account_commentsIssuedAggregate get commentsIssuedAggregate; @override - int get amount; + int get createdOn; @override - GAccountByPkData_accountByPk_transfersIssued_to? get to; + String get id; @override - GAccountByPkData_accountByPk_transfersIssued_from? get from; + GAccountsByPkData_account_identity? get identity; @override - GAccountByPkData_accountByPk_transfersIssued_comment? get comment; - static Serializer<GAccountByPkData_accountByPk_transfersIssued> - get serializer => _$gAccountByPkDataAccountByPkTransfersIssuedSerializer; + bool get isActive; + @override + GAccountsByPkData_account_linkedIdentity? get linkedIdentity; + @override + BuiltList<GAccountsByPkData_account_removedIdentities> get removedIdentities; + @override + GAccountsByPkData_account_removedIdentitiesAggregate + get removedIdentitiesAggregate; + @override + BuiltList<GAccountsByPkData_account_transfersIssued> get transfersIssued; + @override + GAccountsByPkData_account_transfersIssuedAggregate + get transfersIssuedAggregate; + @override + BuiltList<GAccountsByPkData_account_transfersReceived> get transfersReceived; + @override + GAccountsByPkData_account_transfersReceivedAggregate + get transfersReceivedAggregate; + @override + BuiltList<GAccountsByPkData_account_wasIdentity> get wasIdentity; + @override + GAccountsByPkData_account_wasIdentityAggregate get wasIdentityAggregate; + static Serializer<GAccountsByPkData_account> get serializer => + _$gAccountsByPkDataAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersIssued.serializer, + GAccountsByPkData_account.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersIssued? fromJson( - Map<String, dynamic> json) => + static GAccountsByPkData_account? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersIssued.serializer, + GAccountsByPkData_account.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_transfersIssued_to +abstract class GAccountsByPkData_account_commentsIssued implements - Built<GAccountByPkData_accountByPk_transfersIssued_to, - GAccountByPkData_accountByPk_transfersIssued_toBuilder>, - GAccountFields_transfersIssued_to, - GTransferFields_to { - GAccountByPkData_accountByPk_transfersIssued_to._(); + Built<GAccountsByPkData_account_commentsIssued, + GAccountsByPkData_account_commentsIssuedBuilder>, + GAccountFields_commentsIssued, + GCommentsIssued { + GAccountsByPkData_account_commentsIssued._(); - factory GAccountByPkData_accountByPk_transfersIssued_to( - [void Function(GAccountByPkData_accountByPk_transfersIssued_toBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersIssued_to; + factory GAccountsByPkData_account_commentsIssued( + [void Function(GAccountsByPkData_account_commentsIssuedBuilder b) + updates]) = _$GAccountsByPkData_account_commentsIssued; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersIssued_toBuilder b) => - b..G__typename = 'Account'; + GAccountsByPkData_account_commentsIssuedBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + String? get authorId; + @override + int get blockNumber; + @override + String? get eventId; + @override + String get hash; + @override String get id; - static Serializer<GAccountByPkData_accountByPk_transfersIssued_to> - get serializer => - _$gAccountByPkDataAccountByPkTransfersIssuedToSerializer; + @override + String get remark; + @override + _i2.GCommentTypeEnum? get type; + static Serializer<GAccountsByPkData_account_commentsIssued> get serializer => + _$gAccountsByPkDataAccountCommentsIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersIssued_to.serializer, + GAccountsByPkData_account_commentsIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersIssued_to? fromJson( + static GAccountsByPkData_account_commentsIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersIssued_to.serializer, + GAccountsByPkData_account_commentsIssued.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_transfersIssued_from +abstract class GAccountsByPkData_account_commentsIssuedAggregate implements - Built<GAccountByPkData_accountByPk_transfersIssued_from, - GAccountByPkData_accountByPk_transfersIssued_fromBuilder>, - GAccountFields_transfersIssued_from, - GTransferFields_from { - GAccountByPkData_accountByPk_transfersIssued_from._(); + Built<GAccountsByPkData_account_commentsIssuedAggregate, + GAccountsByPkData_account_commentsIssuedAggregateBuilder>, + GAccountFields_commentsIssuedAggregate { + GAccountsByPkData_account_commentsIssuedAggregate._(); - factory GAccountByPkData_accountByPk_transfersIssued_from( - [void Function(GAccountByPkData_accountByPk_transfersIssued_fromBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersIssued_from; + factory GAccountsByPkData_account_commentsIssuedAggregate( + [void Function(GAccountsByPkData_account_commentsIssuedAggregateBuilder b) + updates]) = _$GAccountsByPkData_account_commentsIssuedAggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersIssued_fromBuilder b) => - b..G__typename = 'Account'; + GAccountsByPkData_account_commentsIssuedAggregateBuilder b) => + b..G__typename = 'TxCommentAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GAccountByPkData_accountByPk_transfersIssued_from> + GAccountsByPkData_account_commentsIssuedAggregate_aggregate? get aggregate; + static Serializer<GAccountsByPkData_account_commentsIssuedAggregate> get serializer => - _$gAccountByPkDataAccountByPkTransfersIssuedFromSerializer; + _$gAccountsByPkDataAccountCommentsIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersIssued_from.serializer, + GAccountsByPkData_account_commentsIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersIssued_from? fromJson( + static GAccountsByPkData_account_commentsIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersIssued_from.serializer, + GAccountsByPkData_account_commentsIssuedAggregate.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_transfersIssued_comment +abstract class GAccountsByPkData_account_commentsIssuedAggregate_aggregate implements - Built<GAccountByPkData_accountByPk_transfersIssued_comment, - GAccountByPkData_accountByPk_transfersIssued_commentBuilder>, - GAccountFields_transfersIssued_comment, - GTransferFields_comment { - GAccountByPkData_accountByPk_transfersIssued_comment._(); + Built<GAccountsByPkData_account_commentsIssuedAggregate_aggregate, + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder>, + GAccountFields_commentsIssuedAggregate_aggregate { + GAccountsByPkData_account_commentsIssuedAggregate_aggregate._(); - factory GAccountByPkData_accountByPk_transfersIssued_comment( + factory GAccountsByPkData_account_commentsIssuedAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_transfersIssued_commentBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersIssued_comment; + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder + b) + updates]) = _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersIssued_commentBuilder b) => - b..G__typename = 'TxComment'; + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder + b) => + b..G__typename = 'TxCommentAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get remark; - static Serializer<GAccountByPkData_accountByPk_transfersIssued_comment> + int get count; + static Serializer<GAccountsByPkData_account_commentsIssuedAggregate_aggregate> get serializer => - _$gAccountByPkDataAccountByPkTransfersIssuedCommentSerializer; + _$gAccountsByPkDataAccountCommentsIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersIssued_comment.serializer, + GAccountsByPkData_account_commentsIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersIssued_comment? fromJson( + static GAccountsByPkData_account_commentsIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersIssued_comment.serializer, + GAccountsByPkData_account_commentsIssuedAggregate_aggregate.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_transfersIssuedAggregate +abstract class GAccountsByPkData_account_identity implements - Built<GAccountByPkData_accountByPk_transfersIssuedAggregate, - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder>, - GAccountFields_transfersIssuedAggregate { - GAccountByPkData_accountByPk_transfersIssuedAggregate._(); + Built<GAccountsByPkData_account_identity, + GAccountsByPkData_account_identityBuilder>, + GAccountFields_identity, + GIdentityFields { + GAccountsByPkData_account_identity._(); - factory GAccountByPkData_accountByPk_transfersIssuedAggregate( - [void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersIssuedAggregate; + factory GAccountsByPkData_account_identity( + [void Function(GAccountsByPkData_account_identityBuilder b) + updates]) = _$GAccountsByPkData_account_identity; - static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder b) => - b..G__typename = 'TransferAggregate'; + static void _initializeBuilder(GAccountsByPkData_account_identityBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate? - get aggregate; - static Serializer<GAccountByPkData_accountByPk_transfersIssuedAggregate> - get serializer => - _$gAccountByPkDataAccountByPkTransfersIssuedAggregateSerializer; - + GAccountsByPkData_account_identity_account? get account; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersIssuedAggregate.serializer, - this, - ) as Map<String, dynamic>); - - static GAccountByPkData_accountByPk_transfersIssuedAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersIssuedAggregate.serializer, - json, - ); -} - -abstract class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate - implements - Built<GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate, - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder>, - GAccountFields_transfersIssuedAggregate_aggregate { - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate._(); - - factory GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate; - - static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder - b) => - b..G__typename = 'TransferAggregateFields'; - + String? get accountId; @override - @BuiltValueField(wireName: '__typename') - String get G__typename; + String? get accountRemovedId; @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum? get sum; + BuiltList<GAccountsByPkData_account_identity_certIssued> get certIssued; @override - int get count; - static Serializer< - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate> - get serializer => - _$gAccountByPkDataAccountByPkTransfersIssuedAggregateAggregateSerializer; + GAccountsByPkData_account_identity_certIssuedAggregate + get certIssuedAggregate; + @override + BuiltList<GAccountsByPkData_account_identity_certReceived> get certReceived; + @override + GAccountsByPkData_account_identity_certReceivedAggregate + get certReceivedAggregate; + @override + String? get createdInId; + @override + int get createdOn; + @override + int get expireOn; + @override + String get id; + @override + int get index; + @override + bool get isMember; + @override + int get lastChangeOn; + @override + BuiltList<GAccountsByPkData_account_identity_linkedAccount> get linkedAccount; + @override + GAccountsByPkData_account_identity_linkedAccountAggregate + get linkedAccountAggregate; + @override + _i2.GIdentityStatusEnum? get status; + @override + BuiltList<GAccountsByPkData_account_identity_membershipHistory> + get membershipHistory; + @override + GAccountsByPkData_account_identity_membershipHistoryAggregate + get membershipHistoryAggregate; + @override + String get name; + @override + BuiltList<GAccountsByPkData_account_identity_ownerKeyChange> + get ownerKeyChange; + @override + GAccountsByPkData_account_identity_ownerKeyChangeAggregate + get ownerKeyChangeAggregate; + @override + GAccountsByPkData_account_identity_smith? get smith; + @override + BuiltList<GAccountsByPkData_account_identity_udHistory>? get udHistory; + static Serializer<GAccountsByPkData_account_identity> get serializer => + _$gAccountsByPkDataAccountIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate - .serializer, + GAccountsByPkData_account_identity.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate - .serializer, - json, - ); + static GAccountsByPkData_account_identity? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum +abstract class GAccountsByPkData_account_identity_account implements - Built< - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum, - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder>, - GAccountFields_transfersIssuedAggregate_aggregate_sum { - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum._(); + Built<GAccountsByPkData_account_identity_account, + GAccountsByPkData_account_identity_accountBuilder>, + GAccountFields_identity_account, + GIdentityFields_account { + GAccountsByPkData_account_identity_account._(); - factory GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum( - [void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum; + factory GAccountsByPkData_account_identity_account( + [void Function(GAccountsByPkData_account_identity_accountBuilder b) + updates]) = _$GAccountsByPkData_account_identity_account; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder - b) => - b..G__typename = 'TransferSumFields'; + GAccountsByPkData_account_identity_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int? get amount; - static Serializer< - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum> - get serializer => - _$gAccountByPkDataAccountByPkTransfersIssuedAggregateAggregateSumSerializer; + int get createdOn; + static Serializer<GAccountsByPkData_account_identity_account> + get serializer => _$gAccountsByPkDataAccountIdentityAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum - .serializer, + GAccountsByPkData_account_identity_account.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum - .serializer, - json, - ); + static GAccountsByPkData_account_identity_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_account.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_transfersReceived +abstract class GAccountsByPkData_account_identity_certIssued implements - Built<GAccountByPkData_accountByPk_transfersReceived, - GAccountByPkData_accountByPk_transfersReceivedBuilder>, - GAccountFields_transfersReceived, - GTransferFields { - GAccountByPkData_accountByPk_transfersReceived._(); + Built<GAccountsByPkData_account_identity_certIssued, + GAccountsByPkData_account_identity_certIssuedBuilder>, + GAccountFields_identity_certIssued, + GIdentityFields_certIssued, + GCertFields { + GAccountsByPkData_account_identity_certIssued._(); - factory GAccountByPkData_accountByPk_transfersReceived( - [void Function(GAccountByPkData_accountByPk_transfersReceivedBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersReceived; + factory GAccountsByPkData_account_identity_certIssued( + [void Function(GAccountsByPkData_account_identity_certIssuedBuilder b) + updates]) = _$GAccountsByPkData_account_identity_certIssued; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersReceivedBuilder b) => - b..G__typename = 'Transfer'; + GAccountsByPkData_account_identity_certIssuedBuilder b) => + b..G__typename = 'Cert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; + String get id; @override - _i2.Gtimestamptz get timestamp; + String? get issuerId; @override - int get amount; + GAccountsByPkData_account_identity_certIssued_issuer? get issuer; @override - GAccountByPkData_accountByPk_transfersReceived_to? get to; + String? get receiverId; @override - GAccountByPkData_accountByPk_transfersReceived_from? get from; + GAccountsByPkData_account_identity_certIssued_receiver? get receiver; @override - GAccountByPkData_accountByPk_transfersReceived_comment? get comment; - static Serializer<GAccountByPkData_accountByPk_transfersReceived> - get serializer => - _$gAccountByPkDataAccountByPkTransfersReceivedSerializer; + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + static Serializer<GAccountsByPkData_account_identity_certIssued> + get serializer => _$gAccountsByPkDataAccountIdentityCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersReceived.serializer, + GAccountsByPkData_account_identity_certIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersReceived? fromJson( + static GAccountsByPkData_account_identity_certIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersReceived.serializer, + GAccountsByPkData_account_identity_certIssued.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_transfersReceived_to +abstract class GAccountsByPkData_account_identity_certIssued_issuer implements - Built<GAccountByPkData_accountByPk_transfersReceived_to, - GAccountByPkData_accountByPk_transfersReceived_toBuilder>, - GAccountFields_transfersReceived_to, - GTransferFields_to { - GAccountByPkData_accountByPk_transfersReceived_to._(); + Built<GAccountsByPkData_account_identity_certIssued_issuer, + GAccountsByPkData_account_identity_certIssued_issuerBuilder>, + GAccountFields_identity_certIssued_issuer, + GIdentityFields_certIssued_issuer, + GCertFields_issuer, + GIdentityBasicFields { + GAccountsByPkData_account_identity_certIssued_issuer._(); - factory GAccountByPkData_accountByPk_transfersReceived_to( - [void Function(GAccountByPkData_accountByPk_transfersReceived_toBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersReceived_to; + factory GAccountsByPkData_account_identity_certIssued_issuer( + [void Function( + GAccountsByPkData_account_identity_certIssued_issuerBuilder b) + updates]) = _$GAccountsByPkData_account_identity_certIssued_issuer; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersReceived_toBuilder b) => - b..G__typename = 'Account'; + GAccountsByPkData_account_identity_certIssued_issuerBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + String? get accountId; + @override + GAccountsByPkData_account_identity_certIssued_issuer_account? get account; + @override String get id; - static Serializer<GAccountByPkData_accountByPk_transfersReceived_to> + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountsByPkData_account_identity_certIssued_issuer> get serializer => - _$gAccountByPkDataAccountByPkTransfersReceivedToSerializer; + _$gAccountsByPkDataAccountIdentityCertIssuedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersReceived_to.serializer, + GAccountsByPkData_account_identity_certIssued_issuer.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersReceived_to? fromJson( + static GAccountsByPkData_account_identity_certIssued_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersReceived_to.serializer, + GAccountsByPkData_account_identity_certIssued_issuer.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_transfersReceived_from +abstract class GAccountsByPkData_account_identity_certIssued_issuer_account implements - Built<GAccountByPkData_accountByPk_transfersReceived_from, - GAccountByPkData_accountByPk_transfersReceived_fromBuilder>, - GAccountFields_transfersReceived_from, - GTransferFields_from { - GAccountByPkData_accountByPk_transfersReceived_from._(); + Built<GAccountsByPkData_account_identity_certIssued_issuer_account, + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder>, + GAccountFields_identity_certIssued_issuer_account, + GIdentityFields_certIssued_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GAccountsByPkData_account_identity_certIssued_issuer_account._(); - factory GAccountByPkData_accountByPk_transfersReceived_from( - [void Function( - GAccountByPkData_accountByPk_transfersReceived_fromBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersReceived_from; + factory GAccountsByPkData_account_identity_certIssued_issuer_account( + [void Function( + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder + b) + updates]) = + _$GAccountsByPkData_account_identity_certIssued_issuer_account; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersReceived_fromBuilder b) => + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder + b) => b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GAccountByPkData_accountByPk_transfersReceived_from> + int get createdOn; + static Serializer< + GAccountsByPkData_account_identity_certIssued_issuer_account> get serializer => - _$gAccountByPkDataAccountByPkTransfersReceivedFromSerializer; + _$gAccountsByPkDataAccountIdentityCertIssuedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersReceived_from.serializer, + GAccountsByPkData_account_identity_certIssued_issuer_account.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersReceived_from? fromJson( + static GAccountsByPkData_account_identity_certIssued_issuer_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersReceived_from.serializer, + GAccountsByPkData_account_identity_certIssued_issuer_account.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_transfersReceived_comment +abstract class GAccountsByPkData_account_identity_certIssued_receiver implements - Built<GAccountByPkData_accountByPk_transfersReceived_comment, - GAccountByPkData_accountByPk_transfersReceived_commentBuilder>, - GAccountFields_transfersReceived_comment, - GTransferFields_comment { - GAccountByPkData_accountByPk_transfersReceived_comment._(); + Built<GAccountsByPkData_account_identity_certIssued_receiver, + GAccountsByPkData_account_identity_certIssued_receiverBuilder>, + GAccountFields_identity_certIssued_receiver, + GIdentityFields_certIssued_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GAccountsByPkData_account_identity_certIssued_receiver._(); - factory GAccountByPkData_accountByPk_transfersReceived_comment( + factory GAccountsByPkData_account_identity_certIssued_receiver( [void Function( - GAccountByPkData_accountByPk_transfersReceived_commentBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersReceived_comment; + GAccountsByPkData_account_identity_certIssued_receiverBuilder b) + updates]) = _$GAccountsByPkData_account_identity_certIssued_receiver; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersReceived_commentBuilder b) => - b..G__typename = 'TxComment'; + GAccountsByPkData_account_identity_certIssued_receiverBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get remark; - static Serializer<GAccountByPkData_accountByPk_transfersReceived_comment> + String? get accountId; + @override + GAccountsByPkData_account_identity_certIssued_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountsByPkData_account_identity_certIssued_receiver> get serializer => - _$gAccountByPkDataAccountByPkTransfersReceivedCommentSerializer; + _$gAccountsByPkDataAccountIdentityCertIssuedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersReceived_comment.serializer, + GAccountsByPkData_account_identity_certIssued_receiver.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersReceived_comment? fromJson( + static GAccountsByPkData_account_identity_certIssued_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersReceived_comment.serializer, + GAccountsByPkData_account_identity_certIssued_receiver.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_transfersReceivedAggregate +abstract class GAccountsByPkData_account_identity_certIssued_receiver_account implements - Built<GAccountByPkData_accountByPk_transfersReceivedAggregate, - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder>, - GAccountFields_transfersReceivedAggregate { - GAccountByPkData_accountByPk_transfersReceivedAggregate._(); + Built<GAccountsByPkData_account_identity_certIssued_receiver_account, + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder>, + GAccountFields_identity_certIssued_receiver_account, + GIdentityFields_certIssued_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GAccountsByPkData_account_identity_certIssued_receiver_account._(); - factory GAccountByPkData_accountByPk_transfersReceivedAggregate( - [void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder b) - updates]) = _$GAccountByPkData_accountByPk_transfersReceivedAggregate; + factory GAccountsByPkData_account_identity_certIssued_receiver_account( + [void Function( + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder + b) + updates]) = + _$GAccountsByPkData_account_identity_certIssued_receiver_account; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder b) => - b..G__typename = 'TransferAggregate'; + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder + b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate? - get aggregate; - static Serializer<GAccountByPkData_accountByPk_transfersReceivedAggregate> + int get createdOn; + static Serializer< + GAccountsByPkData_account_identity_certIssued_receiver_account> get serializer => - _$gAccountByPkDataAccountByPkTransfersReceivedAggregateSerializer; + _$gAccountsByPkDataAccountIdentityCertIssuedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersReceivedAggregate.serializer, + GAccountsByPkData_account_identity_certIssued_receiver_account + .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersReceivedAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersReceivedAggregate.serializer, - json, - ); + static GAccountsByPkData_account_identity_certIssued_receiver_account? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_certIssued_receiver_account + .serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate +abstract class GAccountsByPkData_account_identity_certIssuedAggregate implements - Built<GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate, - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder>, - GAccountFields_transfersReceivedAggregate_aggregate { - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate._(); + Built<GAccountsByPkData_account_identity_certIssuedAggregate, + GAccountsByPkData_account_identity_certIssuedAggregateBuilder>, + GAccountFields_identity_certIssuedAggregate, + GIdentityFields_certIssuedAggregate { + GAccountsByPkData_account_identity_certIssuedAggregate._(); - factory GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder - b) - updates]) = - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate; + factory GAccountsByPkData_account_identity_certIssuedAggregate( + [void Function( + GAccountsByPkData_account_identity_certIssuedAggregateBuilder b) + updates]) = _$GAccountsByPkData_account_identity_certIssuedAggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder - b) => - b..G__typename = 'TransferAggregateFields'; + GAccountsByPkData_account_identity_certIssuedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum? - get sum; - @override - int get count; - static Serializer< - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate> + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate? + get aggregate; + static Serializer<GAccountsByPkData_account_identity_certIssuedAggregate> get serializer => - _$gAccountByPkDataAccountByPkTransfersReceivedAggregateAggregateSerializer; + _$gAccountsByPkDataAccountIdentityCertIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate - .serializer, + GAccountsByPkData_account_identity_certIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate - .serializer, - json, - ); + static GAccountsByPkData_account_identity_certIssuedAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_certIssuedAggregate.serializer, + json, + ); } -abstract class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum +abstract class GAccountsByPkData_account_identity_certIssuedAggregate_aggregate implements - Built< - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum, - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder>, - GAccountFields_transfersReceivedAggregate_aggregate_sum { - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum._(); + Built<GAccountsByPkData_account_identity_certIssuedAggregate_aggregate, + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder>, + GAccountFields_identity_certIssuedAggregate_aggregate, + GIdentityFields_certIssuedAggregate_aggregate { + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate._(); - factory GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum( + factory GAccountsByPkData_account_identity_certIssuedAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder b) updates]) = - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum; + _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate; static void _initializeBuilder( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder b) => - b..G__typename = 'TransferSumFields'; + b..G__typename = 'CertAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int? get amount; + int get count; static Serializer< - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum> + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate> get serializer => - _$gAccountByPkDataAccountByPkTransfersReceivedAggregateAggregateSumSerializer; + _$gAccountsByPkDataAccountIdentityCertIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum? + static GAccountsByPkData_account_identity_certIssuedAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate .serializer, json, ); } -abstract class GAccountByPkData_accountByPk_wasIdentity +abstract class GAccountsByPkData_account_identity_certReceived implements - Built<GAccountByPkData_accountByPk_wasIdentity, - GAccountByPkData_accountByPk_wasIdentityBuilder>, - GAccountFields_wasIdentity, - GOwnerKeyChangeFields { - GAccountByPkData_accountByPk_wasIdentity._(); + Built<GAccountsByPkData_account_identity_certReceived, + GAccountsByPkData_account_identity_certReceivedBuilder>, + GAccountFields_identity_certReceived, + GIdentityFields_certReceived, + GCertFields { + GAccountsByPkData_account_identity_certReceived._(); - factory GAccountByPkData_accountByPk_wasIdentity( - [void Function(GAccountByPkData_accountByPk_wasIdentityBuilder b) - updates]) = _$GAccountByPkData_accountByPk_wasIdentity; + factory GAccountsByPkData_account_identity_certReceived( + [void Function(GAccountsByPkData_account_identity_certReceivedBuilder b) + updates]) = _$GAccountsByPkData_account_identity_certReceived; static void _initializeBuilder( - GAccountByPkData_accountByPk_wasIdentityBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + GAccountsByPkData_account_identity_certReceivedBuilder b) => + b..G__typename = 'Cert'; @override @BuiltValueField(wireName: '__typename') @@ -5698,150 +6298,113 @@ abstract class GAccountByPkData_accountByPk_wasIdentity @override String get id; @override - int get blockNumber; + String? get issuerId; @override - String? get identityId; + GAccountsByPkData_account_identity_certReceived_issuer? get issuer; @override - String? get nextId; + String? get receiverId; @override - String? get previousId; - static Serializer<GAccountByPkData_accountByPk_wasIdentity> get serializer => - _$gAccountByPkDataAccountByPkWasIdentitySerializer; + GAccountsByPkData_account_identity_certReceived_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + static Serializer<GAccountsByPkData_account_identity_certReceived> + get serializer => + _$gAccountsByPkDataAccountIdentityCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_wasIdentity.serializer, + GAccountsByPkData_account_identity_certReceived.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_wasIdentity? fromJson( + static GAccountsByPkData_account_identity_certReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_wasIdentity.serializer, + GAccountsByPkData_account_identity_certReceived.serializer, json, ); } -abstract class GAccountByPkData_accountByPk_wasIdentityAggregate +abstract class GAccountsByPkData_account_identity_certReceived_issuer implements - Built<GAccountByPkData_accountByPk_wasIdentityAggregate, - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder>, - GAccountFields_wasIdentityAggregate { - GAccountByPkData_accountByPk_wasIdentityAggregate._(); + Built<GAccountsByPkData_account_identity_certReceived_issuer, + GAccountsByPkData_account_identity_certReceived_issuerBuilder>, + GAccountFields_identity_certReceived_issuer, + GIdentityFields_certReceived_issuer, + GCertFields_issuer, + GIdentityBasicFields { + GAccountsByPkData_account_identity_certReceived_issuer._(); - factory GAccountByPkData_accountByPk_wasIdentityAggregate( - [void Function(GAccountByPkData_accountByPk_wasIdentityAggregateBuilder b) - updates]) = _$GAccountByPkData_accountByPk_wasIdentityAggregate; + factory GAccountsByPkData_account_identity_certReceived_issuer( + [void Function( + GAccountsByPkData_account_identity_certReceived_issuerBuilder b) + updates]) = _$GAccountsByPkData_account_identity_certReceived_issuer; static void _initializeBuilder( - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GAccountsByPkData_account_identity_certReceived_issuerBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate? get aggregate; - static Serializer<GAccountByPkData_accountByPk_wasIdentityAggregate> - get serializer => - _$gAccountByPkDataAccountByPkWasIdentityAggregateSerializer; - + String? get accountId; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_wasIdentityAggregate.serializer, - this, - ) as Map<String, dynamic>); - - static GAccountByPkData_accountByPk_wasIdentityAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_wasIdentityAggregate.serializer, - json, - ); -} - -abstract class GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate - implements - Built<GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate, - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder>, - GAccountFields_wasIdentityAggregate_aggregate { - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate._(); - - factory GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder - b) - updates]) = _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate; - - static void _initializeBuilder( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder - b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; - + GAccountsByPkData_account_identity_certReceived_issuer_account? get account; @override - @BuiltValueField(wireName: '__typename') - String get G__typename; + String get id; @override - int get count; - static Serializer<GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate> + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountsByPkData_account_identity_certReceived_issuer> get serializer => - _$gAccountByPkDataAccountByPkWasIdentityAggregateAggregateSerializer; + _$gAccountsByPkDataAccountIdentityCertReceivedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate.serializer, + GAccountsByPkData_account_identity_certReceived_issuer.serializer, this, ) as Map<String, dynamic>); - static GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate? fromJson( + static GAccountsByPkData_account_identity_certReceived_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate.serializer, - json, - ); -} - -abstract class GAccountBasicByPkData - implements Built<GAccountBasicByPkData, GAccountBasicByPkDataBuilder> { - GAccountBasicByPkData._(); - - factory GAccountBasicByPkData( - [void Function(GAccountBasicByPkDataBuilder b) updates]) = - _$GAccountBasicByPkData; - - static void _initializeBuilder(GAccountBasicByPkDataBuilder b) => - b..G__typename = 'query_root'; - - @BuiltValueField(wireName: '__typename') - String get G__typename; - GAccountBasicByPkData_accountByPk? get accountByPk; - static Serializer<GAccountBasicByPkData> get serializer => - _$gAccountBasicByPkDataSerializer; - - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountBasicByPkData.serializer, - this, - ) as Map<String, dynamic>); - - static GAccountBasicByPkData? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountBasicByPkData.serializer, + GAccountsByPkData_account_identity_certReceived_issuer.serializer, json, ); } -abstract class GAccountBasicByPkData_accountByPk +abstract class GAccountsByPkData_account_identity_certReceived_issuer_account implements - Built<GAccountBasicByPkData_accountByPk, - GAccountBasicByPkData_accountByPkBuilder>, - GAccountBasicFields { - GAccountBasicByPkData_accountByPk._(); + Built<GAccountsByPkData_account_identity_certReceived_issuer_account, + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder>, + GAccountFields_identity_certReceived_issuer_account, + GIdentityFields_certReceived_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GAccountsByPkData_account_identity_certReceived_issuer_account._(); - factory GAccountBasicByPkData_accountByPk( - [void Function(GAccountBasicByPkData_accountByPkBuilder b) updates]) = - _$GAccountBasicByPkData_accountByPk; + factory GAccountsByPkData_account_identity_certReceived_issuer_account( + [void Function( + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder + b) + updates]) = + _$GAccountsByPkData_account_identity_certReceived_issuer_account; - static void _initializeBuilder(GAccountBasicByPkData_accountByPkBuilder b) => + static void _initializeBuilder( + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder + b) => b..G__typename = 'Account'; @override @@ -5849,43 +6412,43 @@ abstract class GAccountBasicByPkData_accountByPk String get G__typename; @override int get createdOn; - @override - String get id; - @override - GAccountBasicByPkData_accountByPk_identity? get identity; - @override - bool get isActive; - static Serializer<GAccountBasicByPkData_accountByPk> get serializer => - _$gAccountBasicByPkDataAccountByPkSerializer; + static Serializer< + GAccountsByPkData_account_identity_certReceived_issuer_account> + get serializer => + _$gAccountsByPkDataAccountIdentityCertReceivedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountBasicByPkData_accountByPk.serializer, + GAccountsByPkData_account_identity_certReceived_issuer_account + .serializer, this, ) as Map<String, dynamic>); - static GAccountBasicByPkData_accountByPk? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountBasicByPkData_accountByPk.serializer, - json, - ); + static GAccountsByPkData_account_identity_certReceived_issuer_account? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_certReceived_issuer_account + .serializer, + json, + ); } -abstract class GAccountBasicByPkData_accountByPk_identity +abstract class GAccountsByPkData_account_identity_certReceived_receiver implements - Built<GAccountBasicByPkData_accountByPk_identity, - GAccountBasicByPkData_accountByPk_identityBuilder>, - GAccountBasicFields_identity, + Built<GAccountsByPkData_account_identity_certReceived_receiver, + GAccountsByPkData_account_identity_certReceived_receiverBuilder>, + GAccountFields_identity_certReceived_receiver, + GIdentityFields_certReceived_receiver, + GCertFields_receiver, GIdentityBasicFields { - GAccountBasicByPkData_accountByPk_identity._(); + GAccountsByPkData_account_identity_certReceived_receiver._(); - factory GAccountBasicByPkData_accountByPk_identity( - [void Function(GAccountBasicByPkData_accountByPk_identityBuilder b) - updates]) = _$GAccountBasicByPkData_accountByPk_identity; + factory GAccountsByPkData_account_identity_certReceived_receiver( + [void Function( + GAccountsByPkData_account_identity_certReceived_receiverBuilder b) + updates]) = _$GAccountsByPkData_account_identity_certReceived_receiver; static void _initializeBuilder( - GAccountBasicByPkData_accountByPk_identityBuilder b) => + GAccountsByPkData_account_identity_certReceived_receiverBuilder b) => b..G__typename = 'Identity'; @override @@ -5894,6 +6457,8 @@ abstract class GAccountBasicByPkData_accountByPk_identity @override String? get accountId; @override + GAccountsByPkData_account_identity_certReceived_receiver_account? get account; + @override String get id; @override bool get isMember; @@ -5901,549 +6466,538 @@ abstract class GAccountBasicByPkData_accountByPk_identity _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GAccountBasicByPkData_accountByPk_identity> - get serializer => _$gAccountBasicByPkDataAccountByPkIdentitySerializer; + @override + int get expireOn; + static Serializer<GAccountsByPkData_account_identity_certReceived_receiver> + get serializer => + _$gAccountsByPkDataAccountIdentityCertReceivedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountBasicByPkData_accountByPk_identity.serializer, + GAccountsByPkData_account_identity_certReceived_receiver.serializer, this, ) as Map<String, dynamic>); - static GAccountBasicByPkData_accountByPk_identity? fromJson( + static GAccountsByPkData_account_identity_certReceived_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountBasicByPkData_accountByPk_identity.serializer, + GAccountsByPkData_account_identity_certReceived_receiver.serializer, json, ); } -abstract class GAccountsByPkData - implements Built<GAccountsByPkData, GAccountsByPkDataBuilder> { - GAccountsByPkData._(); +abstract class GAccountsByPkData_account_identity_certReceived_receiver_account + implements + Built<GAccountsByPkData_account_identity_certReceived_receiver_account, + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder>, + GAccountFields_identity_certReceived_receiver_account, + GIdentityFields_certReceived_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GAccountsByPkData_account_identity_certReceived_receiver_account._(); - factory GAccountsByPkData( - [void Function(GAccountsByPkDataBuilder b) updates]) = - _$GAccountsByPkData; + factory GAccountsByPkData_account_identity_certReceived_receiver_account( + [void Function( + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder + b) + updates]) = + _$GAccountsByPkData_account_identity_certReceived_receiver_account; - static void _initializeBuilder(GAccountsByPkDataBuilder b) => - b..G__typename = 'query_root'; + static void _initializeBuilder( + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder + b) => + b..G__typename = 'Account'; + @override @BuiltValueField(wireName: '__typename') String get G__typename; - BuiltList<GAccountsByPkData_account> get account; - static Serializer<GAccountsByPkData> get serializer => - _$gAccountsByPkDataSerializer; + @override + int get createdOn; + static Serializer< + GAccountsByPkData_account_identity_certReceived_receiver_account> + get serializer => + _$gAccountsByPkDataAccountIdentityCertReceivedReceiverAccountSerializer; + @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData.serializer, + GAccountsByPkData_account_identity_certReceived_receiver_account + .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountsByPkData.serializer, - json, - ); + static GAccountsByPkData_account_identity_certReceived_receiver_account? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_certReceived_receiver_account + .serializer, + json, + ); } -abstract class GAccountsByPkData_account +abstract class GAccountsByPkData_account_identity_certReceivedAggregate implements - Built<GAccountsByPkData_account, GAccountsByPkData_accountBuilder>, - GAccountFields { - GAccountsByPkData_account._(); + Built<GAccountsByPkData_account_identity_certReceivedAggregate, + GAccountsByPkData_account_identity_certReceivedAggregateBuilder>, + GAccountFields_identity_certReceivedAggregate, + GIdentityFields_certReceivedAggregate { + GAccountsByPkData_account_identity_certReceivedAggregate._(); - factory GAccountsByPkData_account( - [void Function(GAccountsByPkData_accountBuilder b) updates]) = - _$GAccountsByPkData_account; + factory GAccountsByPkData_account_identity_certReceivedAggregate( + [void Function( + GAccountsByPkData_account_identity_certReceivedAggregateBuilder b) + updates]) = _$GAccountsByPkData_account_identity_certReceivedAggregate; - static void _initializeBuilder(GAccountsByPkData_accountBuilder b) => - b..G__typename = 'Account'; + static void _initializeBuilder( + GAccountsByPkData_account_identity_certReceivedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - BuiltList<GAccountsByPkData_account_commentsIssued> get commentsIssued; - @override - GAccountsByPkData_account_commentsIssuedAggregate get commentsIssuedAggregate; - @override - int get createdOn; - @override - String get id; - @override - GAccountsByPkData_account_identity? get identity; - @override - bool get isActive; - @override - GAccountsByPkData_account_linkedIdentity? get linkedIdentity; - @override - BuiltList<GAccountsByPkData_account_removedIdentities> get removedIdentities; - @override - GAccountsByPkData_account_removedIdentitiesAggregate - get removedIdentitiesAggregate; - @override - BuiltList<GAccountsByPkData_account_transfersIssued> get transfersIssued; - @override - GAccountsByPkData_account_transfersIssuedAggregate - get transfersIssuedAggregate; - @override - BuiltList<GAccountsByPkData_account_transfersReceived> get transfersReceived; - @override - GAccountsByPkData_account_transfersReceivedAggregate - get transfersReceivedAggregate; - @override - BuiltList<GAccountsByPkData_account_wasIdentity> get wasIdentity; - @override - GAccountsByPkData_account_wasIdentityAggregate get wasIdentityAggregate; - static Serializer<GAccountsByPkData_account> get serializer => - _$gAccountsByPkDataAccountSerializer; + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate? + get aggregate; + static Serializer<GAccountsByPkData_account_identity_certReceivedAggregate> + get serializer => + _$gAccountsByPkDataAccountIdentityCertReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account.serializer, + GAccountsByPkData_account_identity_certReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account? fromJson(Map<String, dynamic> json) => + static GAccountsByPkData_account_identity_certReceivedAggregate? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account.serializer, + GAccountsByPkData_account_identity_certReceivedAggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_commentsIssued +abstract class GAccountsByPkData_account_identity_certReceivedAggregate_aggregate implements - Built<GAccountsByPkData_account_commentsIssued, - GAccountsByPkData_account_commentsIssuedBuilder>, - GAccountFields_commentsIssued, - GCommentsIssued { - GAccountsByPkData_account_commentsIssued._(); - - factory GAccountsByPkData_account_commentsIssued( - [void Function(GAccountsByPkData_account_commentsIssuedBuilder b) - updates]) = _$GAccountsByPkData_account_commentsIssued; + Built< + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate, + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder>, + GAccountFields_identity_certReceivedAggregate_aggregate, + GIdentityFields_certReceivedAggregate_aggregate { + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate._(); + + factory GAccountsByPkData_account_identity_certReceivedAggregate_aggregate( + [void Function( + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder + b) + updates]) = + _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_commentsIssuedBuilder b) => - b..G__typename = 'TxComment'; + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder + b) => + b..G__typename = 'CertAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get authorId; - @override - int get blockNumber; + int get count; + static Serializer< + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate> + get serializer => + _$gAccountsByPkDataAccountIdentityCertReceivedAggregateAggregateSerializer; + @override - String? get eventId; + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + .serializer, + this, + ) as Map<String, dynamic>); + + static GAccountsByPkData_account_identity_certReceivedAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + .serializer, + json, + ); +} + +abstract class GAccountsByPkData_account_identity_linkedAccount + implements + Built<GAccountsByPkData_account_identity_linkedAccount, + GAccountsByPkData_account_identity_linkedAccountBuilder>, + GAccountFields_identity_linkedAccount, + GIdentityFields_linkedAccount { + GAccountsByPkData_account_identity_linkedAccount._(); + + factory GAccountsByPkData_account_identity_linkedAccount( + [void Function(GAccountsByPkData_account_identity_linkedAccountBuilder b) + updates]) = _$GAccountsByPkData_account_identity_linkedAccount; + + static void _initializeBuilder( + GAccountsByPkData_account_identity_linkedAccountBuilder b) => + b..G__typename = 'Account'; + @override - String get hash; + @BuiltValueField(wireName: '__typename') + String get G__typename; @override String get id; - @override - String get remark; - @override - _i2.GCommentTypeEnum? get type; - static Serializer<GAccountsByPkData_account_commentsIssued> get serializer => - _$gAccountsByPkDataAccountCommentsIssuedSerializer; + static Serializer<GAccountsByPkData_account_identity_linkedAccount> + get serializer => + _$gAccountsByPkDataAccountIdentityLinkedAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_commentsIssued.serializer, + GAccountsByPkData_account_identity_linkedAccount.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_commentsIssued? fromJson( + static GAccountsByPkData_account_identity_linkedAccount? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_commentsIssued.serializer, + GAccountsByPkData_account_identity_linkedAccount.serializer, json, ); } -abstract class GAccountsByPkData_account_commentsIssuedAggregate +abstract class GAccountsByPkData_account_identity_linkedAccountAggregate implements - Built<GAccountsByPkData_account_commentsIssuedAggregate, - GAccountsByPkData_account_commentsIssuedAggregateBuilder>, - GAccountFields_commentsIssuedAggregate { - GAccountsByPkData_account_commentsIssuedAggregate._(); + Built<GAccountsByPkData_account_identity_linkedAccountAggregate, + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder>, + GAccountFields_identity_linkedAccountAggregate, + GIdentityFields_linkedAccountAggregate { + GAccountsByPkData_account_identity_linkedAccountAggregate._(); - factory GAccountsByPkData_account_commentsIssuedAggregate( - [void Function(GAccountsByPkData_account_commentsIssuedAggregateBuilder b) - updates]) = _$GAccountsByPkData_account_commentsIssuedAggregate; + factory GAccountsByPkData_account_identity_linkedAccountAggregate( + [void Function( + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder + b) + updates]) = _$GAccountsByPkData_account_identity_linkedAccountAggregate; static void _initializeBuilder( - GAccountsByPkData_account_commentsIssuedAggregateBuilder b) => - b..G__typename = 'TxCommentAggregate'; + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder b) => + b..G__typename = 'AccountAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_commentsIssuedAggregate_aggregate? get aggregate; - static Serializer<GAccountsByPkData_account_commentsIssuedAggregate> + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate? + get aggregate; + static Serializer<GAccountsByPkData_account_identity_linkedAccountAggregate> get serializer => - _$gAccountsByPkDataAccountCommentsIssuedAggregateSerializer; + _$gAccountsByPkDataAccountIdentityLinkedAccountAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_commentsIssuedAggregate.serializer, + GAccountsByPkData_account_identity_linkedAccountAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_commentsIssuedAggregate? fromJson( + static GAccountsByPkData_account_identity_linkedAccountAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_commentsIssuedAggregate.serializer, + GAccountsByPkData_account_identity_linkedAccountAggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_commentsIssuedAggregate_aggregate +abstract class GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate implements - Built<GAccountsByPkData_account_commentsIssuedAggregate_aggregate, - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder>, - GAccountFields_commentsIssuedAggregate_aggregate { - GAccountsByPkData_account_commentsIssuedAggregate_aggregate._(); + Built< + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate, + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder>, + GAccountFields_identity_linkedAccountAggregate_aggregate, + GIdentityFields_linkedAccountAggregate_aggregate { + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate._(); - factory GAccountsByPkData_account_commentsIssuedAggregate_aggregate( - [void Function( - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder - b) - updates]) = _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate; + factory GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate( + [void Function( + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder + b) + updates]) = + _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder b) => - b..G__typename = 'TxCommentAggregateFields'; + b..G__typename = 'AccountAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override int get count; - static Serializer<GAccountsByPkData_account_commentsIssuedAggregate_aggregate> + static Serializer< + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate> get serializer => - _$gAccountsByPkDataAccountCommentsIssuedAggregateAggregateSerializer; + _$gAccountsByPkDataAccountIdentityLinkedAccountAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_commentsIssuedAggregate_aggregate.serializer, + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_commentsIssuedAggregate_aggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountsByPkData_account_commentsIssuedAggregate_aggregate.serializer, - json, - ); + static GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + .serializer, + json, + ); } -abstract class GAccountsByPkData_account_identity +abstract class GAccountsByPkData_account_identity_membershipHistory implements - Built<GAccountsByPkData_account_identity, - GAccountsByPkData_account_identityBuilder>, - GAccountFields_identity, - GIdentityFields { - GAccountsByPkData_account_identity._(); + Built<GAccountsByPkData_account_identity_membershipHistory, + GAccountsByPkData_account_identity_membershipHistoryBuilder>, + GAccountFields_identity_membershipHistory, + GIdentityFields_membershipHistory { + GAccountsByPkData_account_identity_membershipHistory._(); - factory GAccountsByPkData_account_identity( - [void Function(GAccountsByPkData_account_identityBuilder b) - updates]) = _$GAccountsByPkData_account_identity; + factory GAccountsByPkData_account_identity_membershipHistory( + [void Function( + GAccountsByPkData_account_identity_membershipHistoryBuilder b) + updates]) = _$GAccountsByPkData_account_identity_membershipHistory; - static void _initializeBuilder(GAccountsByPkData_account_identityBuilder b) => - b..G__typename = 'Identity'; + static void _initializeBuilder( + GAccountsByPkData_account_identity_membershipHistoryBuilder b) => + b..G__typename = 'MembershipEvent'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String? get accountRemovedId; - @override - BuiltList<GAccountsByPkData_account_identity_certIssued> get certIssued; - @override - GAccountsByPkData_account_identity_certIssuedAggregate - get certIssuedAggregate; - @override - BuiltList<GAccountsByPkData_account_identity_certReceived> get certReceived; - @override - GAccountsByPkData_account_identity_certReceivedAggregate - get certReceivedAggregate; - @override - String? get createdInId; + int get blockNumber; @override - int get createdOn; + String? get eventId; @override - int get expireOn; + _i2.GEventTypeEnum? get eventType; @override String get id; @override - int get index; - @override - bool get isMember; - @override - int get lastChangeOn; - @override - BuiltList<GAccountsByPkData_account_identity_linkedAccount> get linkedAccount; - @override - GAccountsByPkData_account_identity_linkedAccountAggregate - get linkedAccountAggregate; - @override - _i2.GIdentityStatusEnum? get status; - @override - BuiltList<GAccountsByPkData_account_identity_membershipHistory> - get membershipHistory; - @override - GAccountsByPkData_account_identity_membershipHistoryAggregate - get membershipHistoryAggregate; - @override - String get name; - @override - BuiltList<GAccountsByPkData_account_identity_ownerKeyChange> - get ownerKeyChange; - @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate - get ownerKeyChangeAggregate; - @override - GAccountsByPkData_account_identity_smith? get smith; - @override - BuiltList<GAccountsByPkData_account_identity_udHistory>? get udHistory; - static Serializer<GAccountsByPkData_account_identity> get serializer => - _$gAccountsByPkDataAccountIdentitySerializer; + String? get identityId; + static Serializer<GAccountsByPkData_account_identity_membershipHistory> + get serializer => + _$gAccountsByPkDataAccountIdentityMembershipHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity.serializer, + GAccountsByPkData_account_identity_membershipHistory.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity? fromJson( + static GAccountsByPkData_account_identity_membershipHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity.serializer, + GAccountsByPkData_account_identity_membershipHistory.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_certIssued +abstract class GAccountsByPkData_account_identity_membershipHistoryAggregate implements - Built<GAccountsByPkData_account_identity_certIssued, - GAccountsByPkData_account_identity_certIssuedBuilder>, - GAccountFields_identity_certIssued, - GIdentityFields_certIssued, - GCertFields { - GAccountsByPkData_account_identity_certIssued._(); - - factory GAccountsByPkData_account_identity_certIssued( - [void Function(GAccountsByPkData_account_identity_certIssuedBuilder b) - updates]) = _$GAccountsByPkData_account_identity_certIssued; + Built<GAccountsByPkData_account_identity_membershipHistoryAggregate, + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder>, + GAccountFields_identity_membershipHistoryAggregate, + GIdentityFields_membershipHistoryAggregate { + GAccountsByPkData_account_identity_membershipHistoryAggregate._(); + + factory GAccountsByPkData_account_identity_membershipHistoryAggregate( + [void Function( + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder + b) + updates]) = + _$GAccountsByPkData_account_identity_membershipHistoryAggregate; static void _initializeBuilder( - GAccountsByPkData_account_identity_certIssuedBuilder b) => - b..G__typename = 'Cert'; + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder + b) => + b..G__typename = 'MembershipEventAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - GAccountsByPkData_account_identity_certIssued_issuer? get issuer; - @override - String? get receiverId; - @override - GAccountsByPkData_account_identity_certIssued_receiver? get receiver; - @override - int get createdOn; - @override - int get expireOn; - @override - bool get isActive; - @override - int get updatedOn; - static Serializer<GAccountsByPkData_account_identity_certIssued> - get serializer => _$gAccountsByPkDataAccountIdentityCertIssuedSerializer; + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate? + get aggregate; + static Serializer< + GAccountsByPkData_account_identity_membershipHistoryAggregate> + get serializer => + _$gAccountsByPkDataAccountIdentityMembershipHistoryAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certIssued.serializer, + GAccountsByPkData_account_identity_membershipHistoryAggregate + .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certIssued? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certIssued.serializer, - json, - ); + static GAccountsByPkData_account_identity_membershipHistoryAggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_membershipHistoryAggregate + .serializer, + json, + ); } -abstract class GAccountsByPkData_account_identity_certIssued_issuer +abstract class GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate implements - Built<GAccountsByPkData_account_identity_certIssued_issuer, - GAccountsByPkData_account_identity_certIssued_issuerBuilder>, - GAccountFields_identity_certIssued_issuer, - GIdentityFields_certIssued_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GAccountsByPkData_account_identity_certIssued_issuer._(); + Built< + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate, + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder>, + GAccountFields_identity_membershipHistoryAggregate_aggregate, + GIdentityFields_membershipHistoryAggregate_aggregate { + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate._(); - factory GAccountsByPkData_account_identity_certIssued_issuer( - [void Function( - GAccountsByPkData_account_identity_certIssued_issuerBuilder b) - updates]) = _$GAccountsByPkData_account_identity_certIssued_issuer; + factory GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate( + [void Function( + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder + b) + updates]) = + _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_identity_certIssued_issuerBuilder b) => - b..G__typename = 'Identity'; + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder + b) => + b..G__typename = 'MembershipEventAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountsByPkData_account_identity_certIssued_issuer> + int get count; + static Serializer< + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate> get serializer => - _$gAccountsByPkDataAccountIdentityCertIssuedIssuerSerializer; + _$gAccountsByPkDataAccountIdentityMembershipHistoryAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certIssued_issuer.serializer, + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certIssued_issuer? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certIssued_issuer.serializer, - json, - ); + static GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + .serializer, + json, + ); } -abstract class GAccountsByPkData_account_identity_certIssued_receiver +abstract class GAccountsByPkData_account_identity_ownerKeyChange implements - Built<GAccountsByPkData_account_identity_certIssued_receiver, - GAccountsByPkData_account_identity_certIssued_receiverBuilder>, - GAccountFields_identity_certIssued_receiver, - GIdentityFields_certIssued_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GAccountsByPkData_account_identity_certIssued_receiver._(); + Built<GAccountsByPkData_account_identity_ownerKeyChange, + GAccountsByPkData_account_identity_ownerKeyChangeBuilder>, + GAccountFields_identity_ownerKeyChange, + GIdentityFields_ownerKeyChange, + GOwnerKeyChangeFields { + GAccountsByPkData_account_identity_ownerKeyChange._(); - factory GAccountsByPkData_account_identity_certIssued_receiver( - [void Function( - GAccountsByPkData_account_identity_certIssued_receiverBuilder b) - updates]) = _$GAccountsByPkData_account_identity_certIssued_receiver; + factory GAccountsByPkData_account_identity_ownerKeyChange( + [void Function(GAccountsByPkData_account_identity_ownerKeyChangeBuilder b) + updates]) = _$GAccountsByPkData_account_identity_ownerKeyChange; static void _initializeBuilder( - GAccountsByPkData_account_identity_certIssued_receiverBuilder b) => - b..G__typename = 'Identity'; + GAccountsByPkData_account_identity_ownerKeyChangeBuilder b) => + b..G__typename = 'ChangeOwnerKey'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; + int get blockNumber; @override - _i2.GIdentityStatusEnum? get status; + String? get identityId; @override - String get name; - static Serializer<GAccountsByPkData_account_identity_certIssued_receiver> + String? get nextId; + @override + String? get previousId; + static Serializer<GAccountsByPkData_account_identity_ownerKeyChange> get serializer => - _$gAccountsByPkDataAccountIdentityCertIssuedReceiverSerializer; + _$gAccountsByPkDataAccountIdentityOwnerKeyChangeSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certIssued_receiver.serializer, + GAccountsByPkData_account_identity_ownerKeyChange.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certIssued_receiver? fromJson( + static GAccountsByPkData_account_identity_ownerKeyChange? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certIssued_receiver.serializer, + GAccountsByPkData_account_identity_ownerKeyChange.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_certIssuedAggregate +abstract class GAccountsByPkData_account_identity_ownerKeyChangeAggregate implements - Built<GAccountsByPkData_account_identity_certIssuedAggregate, - GAccountsByPkData_account_identity_certIssuedAggregateBuilder>, - GAccountFields_identity_certIssuedAggregate, - GIdentityFields_certIssuedAggregate { - GAccountsByPkData_account_identity_certIssuedAggregate._(); + Built<GAccountsByPkData_account_identity_ownerKeyChangeAggregate, + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder>, + GAccountFields_identity_ownerKeyChangeAggregate, + GIdentityFields_ownerKeyChangeAggregate { + GAccountsByPkData_account_identity_ownerKeyChangeAggregate._(); - factory GAccountsByPkData_account_identity_certIssuedAggregate( + factory GAccountsByPkData_account_identity_ownerKeyChangeAggregate( [void Function( - GAccountsByPkData_account_identity_certIssuedAggregateBuilder b) - updates]) = _$GAccountsByPkData_account_identity_certIssuedAggregate; + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder + b) + updates]) = _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate; static void _initializeBuilder( - GAccountsByPkData_account_identity_certIssuedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder + b) => + b..G__typename = 'ChangeOwnerKeyAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate? + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate? get aggregate; - static Serializer<GAccountsByPkData_account_identity_certIssuedAggregate> + static Serializer<GAccountsByPkData_account_identity_ownerKeyChangeAggregate> get serializer => - _$gAccountsByPkDataAccountIdentityCertIssuedAggregateSerializer; + _$gAccountsByPkDataAccountIdentityOwnerKeyChangeAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certIssuedAggregate.serializer, + GAccountsByPkData_account_identity_ownerKeyChangeAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certIssuedAggregate? fromJson( + static GAccountsByPkData_account_identity_ownerKeyChangeAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certIssuedAggregate.serializer, + GAccountsByPkData_account_identity_ownerKeyChangeAggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_certIssuedAggregate_aggregate +abstract class GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate implements - Built<GAccountsByPkData_account_identity_certIssuedAggregate_aggregate, - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder>, - GAccountFields_identity_certIssuedAggregate_aggregate, - GIdentityFields_certIssuedAggregate_aggregate { - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate._(); + Built< + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate, + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder>, + GAccountFields_identity_ownerKeyChangeAggregate_aggregate, + GIdentityFields_ownerKeyChangeAggregate_aggregate { + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate._(); - factory GAccountsByPkData_account_identity_certIssuedAggregate_aggregate( + factory GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate( [void Function( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder b) updates]) = - _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate; + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder b) => - b..G__typename = 'CertAggregateFields'; + b..G__typename = 'ChangeOwnerKeyAggregateFields'; @override @BuiltValueField(wireName: '__typename') @@ -6451,2155 +7005,2426 @@ abstract class GAccountsByPkData_account_identity_certIssuedAggregate_aggregate @override int get count; static Serializer< - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate> + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate> get serializer => - _$gAccountsByPkDataAccountIdentityCertIssuedAggregateAggregateSerializer; + _$gAccountsByPkDataAccountIdentityOwnerKeyChangeAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certIssuedAggregate_aggregate? + static GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate .serializer, json, ); } -abstract class GAccountsByPkData_account_identity_certReceived +abstract class GAccountsByPkData_account_identity_smith implements - Built<GAccountsByPkData_account_identity_certReceived, - GAccountsByPkData_account_identity_certReceivedBuilder>, - GAccountFields_identity_certReceived, - GIdentityFields_certReceived, - GCertFields { - GAccountsByPkData_account_identity_certReceived._(); + Built<GAccountsByPkData_account_identity_smith, + GAccountsByPkData_account_identity_smithBuilder>, + GAccountFields_identity_smith, + GIdentityFields_smith, + GSmithFields { + GAccountsByPkData_account_identity_smith._(); - factory GAccountsByPkData_account_identity_certReceived( - [void Function(GAccountsByPkData_account_identity_certReceivedBuilder b) - updates]) = _$GAccountsByPkData_account_identity_certReceived; + factory GAccountsByPkData_account_identity_smith( + [void Function(GAccountsByPkData_account_identity_smithBuilder b) + updates]) = _$GAccountsByPkData_account_identity_smith; static void _initializeBuilder( - GAccountsByPkData_account_identity_certReceivedBuilder b) => - b..G__typename = 'Cert'; - + GAccountsByPkData_account_identity_smithBuilder b) => + b..G__typename = 'Smith'; + @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; @override - String? get issuerId; - @override - GAccountsByPkData_account_identity_certReceived_issuer? get issuer; - @override - String? get receiverId; + int get forged; @override - GAccountsByPkData_account_identity_certReceived_receiver? get receiver; + int get index; @override - int get createdOn; + int? get lastChanged; @override - int get expireOn; + int? get lastForged; @override - bool get isActive; + BuiltList<GAccountsByPkData_account_identity_smith_smithCertIssued> + get smithCertIssued; @override - int get updatedOn; - static Serializer<GAccountsByPkData_account_identity_certReceived> - get serializer => - _$gAccountsByPkDataAccountIdentityCertReceivedSerializer; + BuiltList<GAccountsByPkData_account_identity_smith_smithCertReceived> + get smithCertReceived; + static Serializer<GAccountsByPkData_account_identity_smith> get serializer => + _$gAccountsByPkDataAccountIdentitySmithSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certReceived.serializer, + GAccountsByPkData_account_identity_smith.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certReceived? fromJson( + static GAccountsByPkData_account_identity_smith? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certReceived.serializer, + GAccountsByPkData_account_identity_smith.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_certReceived_issuer +abstract class GAccountsByPkData_account_identity_smith_smithCertIssued implements - Built<GAccountsByPkData_account_identity_certReceived_issuer, - GAccountsByPkData_account_identity_certReceived_issuerBuilder>, - GAccountFields_identity_certReceived_issuer, - GIdentityFields_certReceived_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GAccountsByPkData_account_identity_certReceived_issuer._(); + Built<GAccountsByPkData_account_identity_smith_smithCertIssued, + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder>, + GAccountFields_identity_smith_smithCertIssued, + GIdentityFields_smith_smithCertIssued, + GSmithFields_smithCertIssued, + GSmithCertFields { + GAccountsByPkData_account_identity_smith_smithCertIssued._(); - factory GAccountsByPkData_account_identity_certReceived_issuer( + factory GAccountsByPkData_account_identity_smith_smithCertIssued( [void Function( - GAccountsByPkData_account_identity_certReceived_issuerBuilder b) - updates]) = _$GAccountsByPkData_account_identity_certReceived_issuer; + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder b) + updates]) = _$GAccountsByPkData_account_identity_smith_smithCertIssued; static void _initializeBuilder( - GAccountsByPkData_account_identity_certReceived_issuerBuilder b) => - b..G__typename = 'Identity'; + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; + String? get issuerId; @override - _i2.GIdentityStatusEnum? get status; + String? get receiverId; @override - String get name; - static Serializer<GAccountsByPkData_account_identity_certReceived_issuer> + int get createdOn; + static Serializer<GAccountsByPkData_account_identity_smith_smithCertIssued> get serializer => - _$gAccountsByPkDataAccountIdentityCertReceivedIssuerSerializer; + _$gAccountsByPkDataAccountIdentitySmithSmithCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certReceived_issuer.serializer, + GAccountsByPkData_account_identity_smith_smithCertIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certReceived_issuer? fromJson( + static GAccountsByPkData_account_identity_smith_smithCertIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certReceived_issuer.serializer, + GAccountsByPkData_account_identity_smith_smithCertIssued.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_certReceived_receiver +abstract class GAccountsByPkData_account_identity_smith_smithCertReceived implements - Built<GAccountsByPkData_account_identity_certReceived_receiver, - GAccountsByPkData_account_identity_certReceived_receiverBuilder>, - GAccountFields_identity_certReceived_receiver, - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GAccountsByPkData_account_identity_certReceived_receiver._(); + Built<GAccountsByPkData_account_identity_smith_smithCertReceived, + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder>, + GAccountFields_identity_smith_smithCertReceived, + GIdentityFields_smith_smithCertReceived, + GSmithFields_smithCertReceived, + GSmithCertFields { + GAccountsByPkData_account_identity_smith_smithCertReceived._(); - factory GAccountsByPkData_account_identity_certReceived_receiver( + factory GAccountsByPkData_account_identity_smith_smithCertReceived( [void Function( - GAccountsByPkData_account_identity_certReceived_receiverBuilder b) - updates]) = _$GAccountsByPkData_account_identity_certReceived_receiver; + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder + b) + updates]) = _$GAccountsByPkData_account_identity_smith_smithCertReceived; static void _initializeBuilder( - GAccountsByPkData_account_identity_certReceived_receiverBuilder b) => - b..G__typename = 'Identity'; + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder + b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; + String? get issuerId; @override - _i2.GIdentityStatusEnum? get status; + String? get receiverId; @override - String get name; - static Serializer<GAccountsByPkData_account_identity_certReceived_receiver> + int get createdOn; + static Serializer<GAccountsByPkData_account_identity_smith_smithCertReceived> get serializer => - _$gAccountsByPkDataAccountIdentityCertReceivedReceiverSerializer; + _$gAccountsByPkDataAccountIdentitySmithSmithCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certReceived_receiver.serializer, + GAccountsByPkData_account_identity_smith_smithCertReceived.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certReceived_receiver? fromJson( + static GAccountsByPkData_account_identity_smith_smithCertReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certReceived_receiver.serializer, + GAccountsByPkData_account_identity_smith_smithCertReceived.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_certReceivedAggregate +abstract class GAccountsByPkData_account_identity_udHistory implements - Built<GAccountsByPkData_account_identity_certReceivedAggregate, - GAccountsByPkData_account_identity_certReceivedAggregateBuilder>, - GAccountFields_identity_certReceivedAggregate, - GIdentityFields_certReceivedAggregate { - GAccountsByPkData_account_identity_certReceivedAggregate._(); + Built<GAccountsByPkData_account_identity_udHistory, + GAccountsByPkData_account_identity_udHistoryBuilder>, + GAccountFields_identity_udHistory, + GIdentityFields_udHistory { + GAccountsByPkData_account_identity_udHistory._(); - factory GAccountsByPkData_account_identity_certReceivedAggregate( - [void Function( - GAccountsByPkData_account_identity_certReceivedAggregateBuilder b) - updates]) = _$GAccountsByPkData_account_identity_certReceivedAggregate; + factory GAccountsByPkData_account_identity_udHistory( + [void Function(GAccountsByPkData_account_identity_udHistoryBuilder b) + updates]) = _$GAccountsByPkData_account_identity_udHistory; static void _initializeBuilder( - GAccountsByPkData_account_identity_certReceivedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GAccountsByPkData_account_identity_udHistoryBuilder b) => + b..G__typename = 'UdHistory'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate? - get aggregate; - static Serializer<GAccountsByPkData_account_identity_certReceivedAggregate> - get serializer => - _$gAccountsByPkDataAccountIdentityCertReceivedAggregateSerializer; + String get id; + @override + int get amount; + @override + _i2.Gtimestamptz get timestamp; + static Serializer<GAccountsByPkData_account_identity_udHistory> + get serializer => _$gAccountsByPkDataAccountIdentityUdHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certReceivedAggregate.serializer, + GAccountsByPkData_account_identity_udHistory.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certReceivedAggregate? fromJson( + static GAccountsByPkData_account_identity_udHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certReceivedAggregate.serializer, + GAccountsByPkData_account_identity_udHistory.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_certReceivedAggregate_aggregate +abstract class GAccountsByPkData_account_linkedIdentity implements - Built< - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate, - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder>, - GAccountFields_identity_certReceivedAggregate_aggregate, - GIdentityFields_certReceivedAggregate_aggregate { - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate._(); + Built<GAccountsByPkData_account_linkedIdentity, + GAccountsByPkData_account_linkedIdentityBuilder>, + GAccountFields_linkedIdentity, + GIdentityBasicFields { + GAccountsByPkData_account_linkedIdentity._(); - factory GAccountsByPkData_account_identity_certReceivedAggregate_aggregate( - [void Function( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder - b) - updates]) = - _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate; + factory GAccountsByPkData_account_linkedIdentity( + [void Function(GAccountsByPkData_account_linkedIdentityBuilder b) + updates]) = _$GAccountsByPkData_account_linkedIdentity; static void _initializeBuilder( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder - b) => - b..G__typename = 'CertAggregateFields'; + GAccountsByPkData_account_linkedIdentityBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate> - get serializer => - _$gAccountsByPkDataAccountIdentityCertReceivedAggregateAggregateSerializer; + String? get accountId; + @override + GAccountsByPkData_account_linkedIdentity_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountsByPkData_account_linkedIdentity> get serializer => + _$gAccountsByPkDataAccountLinkedIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate - .serializer, + GAccountsByPkData_account_linkedIdentity.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_certReceivedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate - .serializer, - json, - ); + static GAccountsByPkData_account_linkedIdentity? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData_account_linkedIdentity.serializer, + json, + ); } -abstract class GAccountsByPkData_account_identity_linkedAccount +abstract class GAccountsByPkData_account_linkedIdentity_account implements - Built<GAccountsByPkData_account_identity_linkedAccount, - GAccountsByPkData_account_identity_linkedAccountBuilder>, - GAccountFields_identity_linkedAccount, - GIdentityFields_linkedAccount { - GAccountsByPkData_account_identity_linkedAccount._(); + Built<GAccountsByPkData_account_linkedIdentity_account, + GAccountsByPkData_account_linkedIdentity_accountBuilder>, + GAccountFields_linkedIdentity_account, + GIdentityBasicFields_account { + GAccountsByPkData_account_linkedIdentity_account._(); - factory GAccountsByPkData_account_identity_linkedAccount( - [void Function(GAccountsByPkData_account_identity_linkedAccountBuilder b) - updates]) = _$GAccountsByPkData_account_identity_linkedAccount; + factory GAccountsByPkData_account_linkedIdentity_account( + [void Function(GAccountsByPkData_account_linkedIdentity_accountBuilder b) + updates]) = _$GAccountsByPkData_account_linkedIdentity_account; static void _initializeBuilder( - GAccountsByPkData_account_identity_linkedAccountBuilder b) => + GAccountsByPkData_account_linkedIdentity_accountBuilder b) => b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GAccountsByPkData_account_identity_linkedAccount> + int get createdOn; + static Serializer<GAccountsByPkData_account_linkedIdentity_account> get serializer => - _$gAccountsByPkDataAccountIdentityLinkedAccountSerializer; + _$gAccountsByPkDataAccountLinkedIdentityAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_linkedAccount.serializer, + GAccountsByPkData_account_linkedIdentity_account.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_linkedAccount? fromJson( + static GAccountsByPkData_account_linkedIdentity_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_linkedAccount.serializer, + GAccountsByPkData_account_linkedIdentity_account.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_linkedAccountAggregate +abstract class GAccountsByPkData_account_removedIdentities implements - Built<GAccountsByPkData_account_identity_linkedAccountAggregate, - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder>, - GAccountFields_identity_linkedAccountAggregate, - GIdentityFields_linkedAccountAggregate { - GAccountsByPkData_account_identity_linkedAccountAggregate._(); + Built<GAccountsByPkData_account_removedIdentities, + GAccountsByPkData_account_removedIdentitiesBuilder>, + GAccountFields_removedIdentities, + GIdentityBasicFields { + GAccountsByPkData_account_removedIdentities._(); - factory GAccountsByPkData_account_identity_linkedAccountAggregate( - [void Function( - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder - b) - updates]) = _$GAccountsByPkData_account_identity_linkedAccountAggregate; + factory GAccountsByPkData_account_removedIdentities( + [void Function(GAccountsByPkData_account_removedIdentitiesBuilder b) + updates]) = _$GAccountsByPkData_account_removedIdentities; static void _initializeBuilder( - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder b) => - b..G__typename = 'AccountAggregate'; + GAccountsByPkData_account_removedIdentitiesBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate? - get aggregate; - static Serializer<GAccountsByPkData_account_identity_linkedAccountAggregate> - get serializer => - _$gAccountsByPkDataAccountIdentityLinkedAccountAggregateSerializer; + String? get accountId; + @override + GAccountsByPkData_account_removedIdentities_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountsByPkData_account_removedIdentities> + get serializer => _$gAccountsByPkDataAccountRemovedIdentitiesSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_linkedAccountAggregate.serializer, + GAccountsByPkData_account_removedIdentities.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_linkedAccountAggregate? fromJson( + static GAccountsByPkData_account_removedIdentities? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_linkedAccountAggregate.serializer, + GAccountsByPkData_account_removedIdentities.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate +abstract class GAccountsByPkData_account_removedIdentities_account implements - Built< - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate, - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder>, - GAccountFields_identity_linkedAccountAggregate_aggregate, - GIdentityFields_linkedAccountAggregate_aggregate { - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate._(); + Built<GAccountsByPkData_account_removedIdentities_account, + GAccountsByPkData_account_removedIdentities_accountBuilder>, + GAccountFields_removedIdentities_account, + GIdentityBasicFields_account { + GAccountsByPkData_account_removedIdentities_account._(); - factory GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate( - [void Function( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder - b) - updates]) = - _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate; + factory GAccountsByPkData_account_removedIdentities_account( + [void Function( + GAccountsByPkData_account_removedIdentities_accountBuilder b) + updates]) = _$GAccountsByPkData_account_removedIdentities_account; static void _initializeBuilder( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder - b) => - b..G__typename = 'AccountAggregateFields'; + GAccountsByPkData_account_removedIdentities_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate> + int get createdOn; + static Serializer<GAccountsByPkData_account_removedIdentities_account> get serializer => - _$gAccountsByPkDataAccountIdentityLinkedAccountAggregateAggregateSerializer; + _$gAccountsByPkDataAccountRemovedIdentitiesAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - .serializer, + GAccountsByPkData_account_removedIdentities_account.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - .serializer, - json, - ); + static GAccountsByPkData_account_removedIdentities_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData_account_removedIdentities_account.serializer, + json, + ); } -abstract class GAccountsByPkData_account_identity_membershipHistory +abstract class GAccountsByPkData_account_removedIdentitiesAggregate implements - Built<GAccountsByPkData_account_identity_membershipHistory, - GAccountsByPkData_account_identity_membershipHistoryBuilder>, - GAccountFields_identity_membershipHistory, - GIdentityFields_membershipHistory { - GAccountsByPkData_account_identity_membershipHistory._(); + Built<GAccountsByPkData_account_removedIdentitiesAggregate, + GAccountsByPkData_account_removedIdentitiesAggregateBuilder>, + GAccountFields_removedIdentitiesAggregate { + GAccountsByPkData_account_removedIdentitiesAggregate._(); - factory GAccountsByPkData_account_identity_membershipHistory( + factory GAccountsByPkData_account_removedIdentitiesAggregate( [void Function( - GAccountsByPkData_account_identity_membershipHistoryBuilder b) - updates]) = _$GAccountsByPkData_account_identity_membershipHistory; + GAccountsByPkData_account_removedIdentitiesAggregateBuilder b) + updates]) = _$GAccountsByPkData_account_removedIdentitiesAggregate; static void _initializeBuilder( - GAccountsByPkData_account_identity_membershipHistoryBuilder b) => - b..G__typename = 'MembershipEvent'; + GAccountsByPkData_account_removedIdentitiesAggregateBuilder b) => + b..G__typename = 'IdentityAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; - @override - String? get eventId; - @override - _i2.GEventTypeEnum? get eventType; - @override - String get id; - @override - String? get identityId; - static Serializer<GAccountsByPkData_account_identity_membershipHistory> + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate? get aggregate; + static Serializer<GAccountsByPkData_account_removedIdentitiesAggregate> get serializer => - _$gAccountsByPkDataAccountIdentityMembershipHistorySerializer; + _$gAccountsByPkDataAccountRemovedIdentitiesAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_membershipHistory.serializer, + GAccountsByPkData_account_removedIdentitiesAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_membershipHistory? fromJson( + static GAccountsByPkData_account_removedIdentitiesAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_membershipHistory.serializer, + GAccountsByPkData_account_removedIdentitiesAggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_membershipHistoryAggregate +abstract class GAccountsByPkData_account_removedIdentitiesAggregate_aggregate implements - Built<GAccountsByPkData_account_identity_membershipHistoryAggregate, - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder>, - GAccountFields_identity_membershipHistoryAggregate, - GIdentityFields_membershipHistoryAggregate { - GAccountsByPkData_account_identity_membershipHistoryAggregate._(); + Built<GAccountsByPkData_account_removedIdentitiesAggregate_aggregate, + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder>, + GAccountFields_removedIdentitiesAggregate_aggregate { + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate._(); - factory GAccountsByPkData_account_identity_membershipHistoryAggregate( + factory GAccountsByPkData_account_removedIdentitiesAggregate_aggregate( [void Function( - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder b) updates]) = - _$GAccountsByPkData_account_identity_membershipHistoryAggregate; + _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder b) => - b..G__typename = 'MembershipEventAggregate'; + b..G__typename = 'IdentityAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate? - get aggregate; + int get count; static Serializer< - GAccountsByPkData_account_identity_membershipHistoryAggregate> + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate> get serializer => - _$gAccountsByPkDataAccountIdentityMembershipHistoryAggregateSerializer; + _$gAccountsByPkDataAccountRemovedIdentitiesAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_membershipHistoryAggregate + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_membershipHistoryAggregate? + static GAccountsByPkData_account_removedIdentitiesAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_membershipHistoryAggregate + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate .serializer, json, ); } -abstract class GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate +abstract class GAccountsByPkData_account_transfersIssued implements - Built< - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate, - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder>, - GAccountFields_identity_membershipHistoryAggregate_aggregate, - GIdentityFields_membershipHistoryAggregate_aggregate { - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate._(); + Built<GAccountsByPkData_account_transfersIssued, + GAccountsByPkData_account_transfersIssuedBuilder>, + GAccountFields_transfersIssued, + GTransferFields { + GAccountsByPkData_account_transfersIssued._(); - factory GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate( - [void Function( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder - b) - updates]) = - _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate; + factory GAccountsByPkData_account_transfersIssued( + [void Function(GAccountsByPkData_account_transfersIssuedBuilder b) + updates]) = _$GAccountsByPkData_account_transfersIssued; static void _initializeBuilder( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder - b) => - b..G__typename = 'MembershipEventAggregateFields'; + GAccountsByPkData_account_transfersIssuedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate> - get serializer => - _$gAccountsByPkDataAccountIdentityMembershipHistoryAggregateAggregateSerializer; + int get blockNumber; + @override + _i2.Gtimestamptz get timestamp; + @override + int get amount; + @override + GAccountsByPkData_account_transfersIssued_to? get to; + @override + GAccountsByPkData_account_transfersIssued_from? get from; + @override + GAccountsByPkData_account_transfersIssued_comment? get comment; + static Serializer<GAccountsByPkData_account_transfersIssued> get serializer => + _$gAccountsByPkDataAccountTransfersIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - .serializer, + GAccountsByPkData_account_transfersIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - .serializer, - json, - ); + static GAccountsByPkData_account_transfersIssued? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData_account_transfersIssued.serializer, + json, + ); } -abstract class GAccountsByPkData_account_identity_ownerKeyChange +abstract class GAccountsByPkData_account_transfersIssued_to implements - Built<GAccountsByPkData_account_identity_ownerKeyChange, - GAccountsByPkData_account_identity_ownerKeyChangeBuilder>, - GAccountFields_identity_ownerKeyChange, - GIdentityFields_ownerKeyChange, - GOwnerKeyChangeFields { - GAccountsByPkData_account_identity_ownerKeyChange._(); + Built<GAccountsByPkData_account_transfersIssued_to, + GAccountsByPkData_account_transfersIssued_toBuilder>, + GAccountFields_transfersIssued_to, + GTransferFields_to { + GAccountsByPkData_account_transfersIssued_to._(); - factory GAccountsByPkData_account_identity_ownerKeyChange( - [void Function(GAccountsByPkData_account_identity_ownerKeyChangeBuilder b) - updates]) = _$GAccountsByPkData_account_identity_ownerKeyChange; + factory GAccountsByPkData_account_transfersIssued_to( + [void Function(GAccountsByPkData_account_transfersIssued_toBuilder b) + updates]) = _$GAccountsByPkData_account_transfersIssued_to; static void _initializeBuilder( - GAccountsByPkData_account_identity_ownerKeyChangeBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + GAccountsByPkData_account_transfersIssued_toBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; - @override - int get blockNumber; - @override - String? get identityId; - @override - String? get nextId; - @override - String? get previousId; - static Serializer<GAccountsByPkData_account_identity_ownerKeyChange> - get serializer => - _$gAccountsByPkDataAccountIdentityOwnerKeyChangeSerializer; + static Serializer<GAccountsByPkData_account_transfersIssued_to> + get serializer => _$gAccountsByPkDataAccountTransfersIssuedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_ownerKeyChange.serializer, + GAccountsByPkData_account_transfersIssued_to.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_ownerKeyChange? fromJson( + static GAccountsByPkData_account_transfersIssued_to? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_ownerKeyChange.serializer, + GAccountsByPkData_account_transfersIssued_to.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_ownerKeyChangeAggregate +abstract class GAccountsByPkData_account_transfersIssued_from implements - Built<GAccountsByPkData_account_identity_ownerKeyChangeAggregate, - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder>, - GAccountFields_identity_ownerKeyChangeAggregate, - GIdentityFields_ownerKeyChangeAggregate { - GAccountsByPkData_account_identity_ownerKeyChangeAggregate._(); - - factory GAccountsByPkData_account_identity_ownerKeyChangeAggregate( - [void Function( - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder - b) - updates]) = _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate; + Built<GAccountsByPkData_account_transfersIssued_from, + GAccountsByPkData_account_transfersIssued_fromBuilder>, + GAccountFields_transfersIssued_from, + GTransferFields_from { + GAccountsByPkData_account_transfersIssued_from._(); + + factory GAccountsByPkData_account_transfersIssued_from( + [void Function(GAccountsByPkData_account_transfersIssued_fromBuilder b) + updates]) = _$GAccountsByPkData_account_transfersIssued_from; static void _initializeBuilder( - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder - b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GAccountsByPkData_account_transfersIssued_fromBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate? - get aggregate; - static Serializer<GAccountsByPkData_account_identity_ownerKeyChangeAggregate> - get serializer => - _$gAccountsByPkDataAccountIdentityOwnerKeyChangeAggregateSerializer; + String get id; + static Serializer<GAccountsByPkData_account_transfersIssued_from> + get serializer => _$gAccountsByPkDataAccountTransfersIssuedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate.serializer, + GAccountsByPkData_account_transfersIssued_from.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_ownerKeyChangeAggregate? fromJson( + static GAccountsByPkData_account_transfersIssued_from? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate.serializer, + GAccountsByPkData_account_transfersIssued_from.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate +abstract class GAccountsByPkData_account_transfersIssued_comment implements - Built< - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate, - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder>, - GAccountFields_identity_ownerKeyChangeAggregate_aggregate, - GIdentityFields_ownerKeyChangeAggregate_aggregate { - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate._(); + Built<GAccountsByPkData_account_transfersIssued_comment, + GAccountsByPkData_account_transfersIssued_commentBuilder>, + GAccountFields_transfersIssued_comment, + GTransferFields_comment { + GAccountsByPkData_account_transfersIssued_comment._(); - factory GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate( - [void Function( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder - b) - updates]) = - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate; + factory GAccountsByPkData_account_transfersIssued_comment( + [void Function(GAccountsByPkData_account_transfersIssued_commentBuilder b) + updates]) = _$GAccountsByPkData_account_transfersIssued_comment; static void _initializeBuilder( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder - b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; + GAccountsByPkData_account_transfersIssued_commentBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate> + String get remark; + static Serializer<GAccountsByPkData_account_transfersIssued_comment> get serializer => - _$gAccountsByPkDataAccountIdentityOwnerKeyChangeAggregateAggregateSerializer; + _$gAccountsByPkDataAccountTransfersIssuedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - .serializer, + GAccountsByPkData_account_transfersIssued_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - .serializer, - json, - ); + static GAccountsByPkData_account_transfersIssued_comment? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData_account_transfersIssued_comment.serializer, + json, + ); } -abstract class GAccountsByPkData_account_identity_smith +abstract class GAccountsByPkData_account_transfersIssuedAggregate implements - Built<GAccountsByPkData_account_identity_smith, - GAccountsByPkData_account_identity_smithBuilder>, - GAccountFields_identity_smith, - GIdentityFields_smith, - GSmithFields { - GAccountsByPkData_account_identity_smith._(); + Built<GAccountsByPkData_account_transfersIssuedAggregate, + GAccountsByPkData_account_transfersIssuedAggregateBuilder>, + GAccountFields_transfersIssuedAggregate { + GAccountsByPkData_account_transfersIssuedAggregate._(); - factory GAccountsByPkData_account_identity_smith( - [void Function(GAccountsByPkData_account_identity_smithBuilder b) - updates]) = _$GAccountsByPkData_account_identity_smith; + factory GAccountsByPkData_account_transfersIssuedAggregate( + [void Function( + GAccountsByPkData_account_transfersIssuedAggregateBuilder b) + updates]) = _$GAccountsByPkData_account_transfersIssuedAggregate; static void _initializeBuilder( - GAccountsByPkData_account_identity_smithBuilder b) => - b..G__typename = 'Smith'; + GAccountsByPkData_account_transfersIssuedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - int get forged; - @override - int get index; - @override - int? get lastChanged; - @override - int? get lastForged; - @override - BuiltList<GAccountsByPkData_account_identity_smith_smithCertIssued> - get smithCertIssued; - @override - BuiltList<GAccountsByPkData_account_identity_smith_smithCertReceived> - get smithCertReceived; - static Serializer<GAccountsByPkData_account_identity_smith> get serializer => - _$gAccountsByPkDataAccountIdentitySmithSerializer; + GAccountsByPkData_account_transfersIssuedAggregate_aggregate? get aggregate; + static Serializer<GAccountsByPkData_account_transfersIssuedAggregate> + get serializer => + _$gAccountsByPkDataAccountTransfersIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_smith.serializer, + GAccountsByPkData_account_transfersIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_smith? fromJson( + static GAccountsByPkData_account_transfersIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_smith.serializer, + GAccountsByPkData_account_transfersIssuedAggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_smith_smithCertIssued +abstract class GAccountsByPkData_account_transfersIssuedAggregate_aggregate implements - Built<GAccountsByPkData_account_identity_smith_smithCertIssued, - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder>, - GAccountFields_identity_smith_smithCertIssued, - GIdentityFields_smith_smithCertIssued, - GSmithFields_smithCertIssued, - GSmithCertFields { - GAccountsByPkData_account_identity_smith_smithCertIssued._(); + Built<GAccountsByPkData_account_transfersIssuedAggregate_aggregate, + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder>, + GAccountFields_transfersIssuedAggregate_aggregate { + GAccountsByPkData_account_transfersIssuedAggregate_aggregate._(); - factory GAccountsByPkData_account_identity_smith_smithCertIssued( - [void Function( - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder b) - updates]) = _$GAccountsByPkData_account_identity_smith_smithCertIssued; + factory GAccountsByPkData_account_transfersIssuedAggregate_aggregate( + [void Function( + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder + b) + updates]) = + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder b) => - b..G__typename = 'SmithCert'; + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder + b) => + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum? get sum; @override - int get createdOn; - static Serializer<GAccountsByPkData_account_identity_smith_smithCertIssued> + int get count; + static Serializer< + GAccountsByPkData_account_transfersIssuedAggregate_aggregate> get serializer => - _$gAccountsByPkDataAccountIdentitySmithSmithCertIssuedSerializer; + _$gAccountsByPkDataAccountTransfersIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_smith_smithCertIssued.serializer, + GAccountsByPkData_account_transfersIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_smith_smithCertIssued? fromJson( + static GAccountsByPkData_account_transfersIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_smith_smithCertIssued.serializer, + GAccountsByPkData_account_transfersIssuedAggregate_aggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_identity_smith_smithCertReceived +abstract class GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum implements - Built<GAccountsByPkData_account_identity_smith_smithCertReceived, - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder>, - GAccountFields_identity_smith_smithCertReceived, - GIdentityFields_smith_smithCertReceived, - GSmithFields_smithCertReceived, - GSmithCertFields { - GAccountsByPkData_account_identity_smith_smithCertReceived._(); + Built<GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum, + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder>, + GAccountFields_transfersIssuedAggregate_aggregate_sum { + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum._(); - factory GAccountsByPkData_account_identity_smith_smithCertReceived( - [void Function( - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder - b) - updates]) = _$GAccountsByPkData_account_identity_smith_smithCertReceived; + factory GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum( + [void Function( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder + b) + updates]) = + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum; static void _initializeBuilder( - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder b) => - b..G__typename = 'SmithCert'; + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override - int get createdOn; - static Serializer<GAccountsByPkData_account_identity_smith_smithCertReceived> + int? get amount; + static Serializer< + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum> get serializer => - _$gAccountsByPkDataAccountIdentitySmithSmithCertReceivedSerializer; + _$gAccountsByPkDataAccountTransfersIssuedAggregateAggregateSumSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_smith_smithCertReceived.serializer, + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum + .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_smith_smithCertReceived? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_smith_smithCertReceived.serializer, - json, - ); + static GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum + .serializer, + json, + ); } -abstract class GAccountsByPkData_account_identity_udHistory +abstract class GAccountsByPkData_account_transfersReceived implements - Built<GAccountsByPkData_account_identity_udHistory, - GAccountsByPkData_account_identity_udHistoryBuilder>, - GAccountFields_identity_udHistory, - GIdentityFields_udHistory { - GAccountsByPkData_account_identity_udHistory._(); + Built<GAccountsByPkData_account_transfersReceived, + GAccountsByPkData_account_transfersReceivedBuilder>, + GAccountFields_transfersReceived, + GTransferFields { + GAccountsByPkData_account_transfersReceived._(); - factory GAccountsByPkData_account_identity_udHistory( - [void Function(GAccountsByPkData_account_identity_udHistoryBuilder b) - updates]) = _$GAccountsByPkData_account_identity_udHistory; + factory GAccountsByPkData_account_transfersReceived( + [void Function(GAccountsByPkData_account_transfersReceivedBuilder b) + updates]) = _$GAccountsByPkData_account_transfersReceived; static void _initializeBuilder( - GAccountsByPkData_account_identity_udHistoryBuilder b) => - b..G__typename = 'UdHistory'; + GAccountsByPkData_account_transfersReceivedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; + int get blockNumber; + @override + _i2.Gtimestamptz get timestamp; @override int get amount; @override - _i2.Gtimestamptz get timestamp; - static Serializer<GAccountsByPkData_account_identity_udHistory> - get serializer => _$gAccountsByPkDataAccountIdentityUdHistorySerializer; + GAccountsByPkData_account_transfersReceived_to? get to; + @override + GAccountsByPkData_account_transfersReceived_from? get from; + @override + GAccountsByPkData_account_transfersReceived_comment? get comment; + static Serializer<GAccountsByPkData_account_transfersReceived> + get serializer => _$gAccountsByPkDataAccountTransfersReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_identity_udHistory.serializer, + GAccountsByPkData_account_transfersReceived.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_identity_udHistory? fromJson( + static GAccountsByPkData_account_transfersReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_identity_udHistory.serializer, + GAccountsByPkData_account_transfersReceived.serializer, json, ); } -abstract class GAccountsByPkData_account_linkedIdentity +abstract class GAccountsByPkData_account_transfersReceived_to implements - Built<GAccountsByPkData_account_linkedIdentity, - GAccountsByPkData_account_linkedIdentityBuilder>, - GAccountFields_linkedIdentity, - GIdentityBasicFields { - GAccountsByPkData_account_linkedIdentity._(); + Built<GAccountsByPkData_account_transfersReceived_to, + GAccountsByPkData_account_transfersReceived_toBuilder>, + GAccountFields_transfersReceived_to, + GTransferFields_to { + GAccountsByPkData_account_transfersReceived_to._(); - factory GAccountsByPkData_account_linkedIdentity( - [void Function(GAccountsByPkData_account_linkedIdentityBuilder b) - updates]) = _$GAccountsByPkData_account_linkedIdentity; + factory GAccountsByPkData_account_transfersReceived_to( + [void Function(GAccountsByPkData_account_transfersReceived_toBuilder b) + updates]) = _$GAccountsByPkData_account_transfersReceived_to; static void _initializeBuilder( - GAccountsByPkData_account_linkedIdentityBuilder b) => - b..G__typename = 'Identity'; + GAccountsByPkData_account_transfersReceived_toBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountsByPkData_account_linkedIdentity> get serializer => - _$gAccountsByPkDataAccountLinkedIdentitySerializer; + static Serializer<GAccountsByPkData_account_transfersReceived_to> + get serializer => _$gAccountsByPkDataAccountTransfersReceivedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_linkedIdentity.serializer, + GAccountsByPkData_account_transfersReceived_to.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_linkedIdentity? fromJson( + static GAccountsByPkData_account_transfersReceived_to? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_linkedIdentity.serializer, + GAccountsByPkData_account_transfersReceived_to.serializer, json, ); } -abstract class GAccountsByPkData_account_removedIdentities +abstract class GAccountsByPkData_account_transfersReceived_from implements - Built<GAccountsByPkData_account_removedIdentities, - GAccountsByPkData_account_removedIdentitiesBuilder>, - GAccountFields_removedIdentities, - GIdentityBasicFields { - GAccountsByPkData_account_removedIdentities._(); + Built<GAccountsByPkData_account_transfersReceived_from, + GAccountsByPkData_account_transfersReceived_fromBuilder>, + GAccountFields_transfersReceived_from, + GTransferFields_from { + GAccountsByPkData_account_transfersReceived_from._(); - factory GAccountsByPkData_account_removedIdentities( - [void Function(GAccountsByPkData_account_removedIdentitiesBuilder b) - updates]) = _$GAccountsByPkData_account_removedIdentities; + factory GAccountsByPkData_account_transfersReceived_from( + [void Function(GAccountsByPkData_account_transfersReceived_fromBuilder b) + updates]) = _$GAccountsByPkData_account_transfersReceived_from; static void _initializeBuilder( - GAccountsByPkData_account_removedIdentitiesBuilder b) => - b..G__typename = 'Identity'; + GAccountsByPkData_account_transfersReceived_fromBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; + static Serializer<GAccountsByPkData_account_transfersReceived_from> + get serializer => + _$gAccountsByPkDataAccountTransfersReceivedFromSerializer; + @override - bool get isMember; + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountsByPkData_account_transfersReceived_from.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountsByPkData_account_transfersReceived_from? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkData_account_transfersReceived_from.serializer, + json, + ); +} + +abstract class GAccountsByPkData_account_transfersReceived_comment + implements + Built<GAccountsByPkData_account_transfersReceived_comment, + GAccountsByPkData_account_transfersReceived_commentBuilder>, + GAccountFields_transfersReceived_comment, + GTransferFields_comment { + GAccountsByPkData_account_transfersReceived_comment._(); + + factory GAccountsByPkData_account_transfersReceived_comment( + [void Function( + GAccountsByPkData_account_transfersReceived_commentBuilder b) + updates]) = _$GAccountsByPkData_account_transfersReceived_comment; + + static void _initializeBuilder( + GAccountsByPkData_account_transfersReceived_commentBuilder b) => + b..G__typename = 'TxComment'; + @override - _i2.GIdentityStatusEnum? get status; + @BuiltValueField(wireName: '__typename') + String get G__typename; @override - String get name; - static Serializer<GAccountsByPkData_account_removedIdentities> - get serializer => _$gAccountsByPkDataAccountRemovedIdentitiesSerializer; + String get remark; + static Serializer<GAccountsByPkData_account_transfersReceived_comment> + get serializer => + _$gAccountsByPkDataAccountTransfersReceivedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_removedIdentities.serializer, + GAccountsByPkData_account_transfersReceived_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_removedIdentities? fromJson( + static GAccountsByPkData_account_transfersReceived_comment? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_removedIdentities.serializer, + GAccountsByPkData_account_transfersReceived_comment.serializer, json, ); } -abstract class GAccountsByPkData_account_removedIdentitiesAggregate +abstract class GAccountsByPkData_account_transfersReceivedAggregate implements - Built<GAccountsByPkData_account_removedIdentitiesAggregate, - GAccountsByPkData_account_removedIdentitiesAggregateBuilder>, - GAccountFields_removedIdentitiesAggregate { - GAccountsByPkData_account_removedIdentitiesAggregate._(); + Built<GAccountsByPkData_account_transfersReceivedAggregate, + GAccountsByPkData_account_transfersReceivedAggregateBuilder>, + GAccountFields_transfersReceivedAggregate { + GAccountsByPkData_account_transfersReceivedAggregate._(); - factory GAccountsByPkData_account_removedIdentitiesAggregate( + factory GAccountsByPkData_account_transfersReceivedAggregate( [void Function( - GAccountsByPkData_account_removedIdentitiesAggregateBuilder b) - updates]) = _$GAccountsByPkData_account_removedIdentitiesAggregate; + GAccountsByPkData_account_transfersReceivedAggregateBuilder b) + updates]) = _$GAccountsByPkData_account_transfersReceivedAggregate; static void _initializeBuilder( - GAccountsByPkData_account_removedIdentitiesAggregateBuilder b) => - b..G__typename = 'IdentityAggregate'; + GAccountsByPkData_account_transfersReceivedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate? get aggregate; - static Serializer<GAccountsByPkData_account_removedIdentitiesAggregate> + GAccountsByPkData_account_transfersReceivedAggregate_aggregate? get aggregate; + static Serializer<GAccountsByPkData_account_transfersReceivedAggregate> get serializer => - _$gAccountsByPkDataAccountRemovedIdentitiesAggregateSerializer; + _$gAccountsByPkDataAccountTransfersReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_removedIdentitiesAggregate.serializer, + GAccountsByPkData_account_transfersReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_removedIdentitiesAggregate? fromJson( + static GAccountsByPkData_account_transfersReceivedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_removedIdentitiesAggregate.serializer, + GAccountsByPkData_account_transfersReceivedAggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_removedIdentitiesAggregate_aggregate +abstract class GAccountsByPkData_account_transfersReceivedAggregate_aggregate implements - Built<GAccountsByPkData_account_removedIdentitiesAggregate_aggregate, - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder>, - GAccountFields_removedIdentitiesAggregate_aggregate { - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate._(); + Built<GAccountsByPkData_account_transfersReceivedAggregate_aggregate, + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder>, + GAccountFields_transfersReceivedAggregate_aggregate { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate._(); - factory GAccountsByPkData_account_removedIdentitiesAggregate_aggregate( + factory GAccountsByPkData_account_transfersReceivedAggregate_aggregate( [void Function( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder b) updates]) = - _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate; + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder b) => - b..G__typename = 'IdentityAggregateFields'; + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum? get sum; + @override int get count; static Serializer< - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate> + GAccountsByPkData_account_transfersReceivedAggregate_aggregate> get serializer => - _$gAccountsByPkDataAccountRemovedIdentitiesAggregateAggregateSerializer; + _$gAccountsByPkDataAccountTransfersReceivedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate + GAccountsByPkData_account_transfersReceivedAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_removedIdentitiesAggregate_aggregate? + static GAccountsByPkData_account_transfersReceivedAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate + GAccountsByPkData_account_transfersReceivedAggregate_aggregate .serializer, json, ); } -abstract class GAccountsByPkData_account_transfersIssued +abstract class GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum implements - Built<GAccountsByPkData_account_transfersIssued, - GAccountsByPkData_account_transfersIssuedBuilder>, - GAccountFields_transfersIssued, - GTransferFields { - GAccountsByPkData_account_transfersIssued._(); + Built< + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum, + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder>, + GAccountFields_transfersReceivedAggregate_aggregate_sum { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum._(); - factory GAccountsByPkData_account_transfersIssued( - [void Function(GAccountsByPkData_account_transfersIssuedBuilder b) - updates]) = _$GAccountsByPkData_account_transfersIssued; + factory GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum( + [void Function( + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder + b) + updates]) = + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum; static void _initializeBuilder( - GAccountsByPkData_account_transfersIssuedBuilder b) => - b..G__typename = 'Transfer'; + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder + b) => + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; - @override - _i2.Gtimestamptz get timestamp; - @override - int get amount; - @override - GAccountsByPkData_account_transfersIssued_to? get to; - @override - GAccountsByPkData_account_transfersIssued_from? get from; - @override - GAccountsByPkData_account_transfersIssued_comment? get comment; - static Serializer<GAccountsByPkData_account_transfersIssued> get serializer => - _$gAccountsByPkDataAccountTransfersIssuedSerializer; + int? get amount; + static Serializer< + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum> + get serializer => + _$gAccountsByPkDataAccountTransfersReceivedAggregateAggregateSumSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersIssued.serializer, + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum + .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersIssued? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersIssued.serializer, - json, - ); -} - -abstract class GAccountsByPkData_account_transfersIssued_to - implements - Built<GAccountsByPkData_account_transfersIssued_to, - GAccountsByPkData_account_transfersIssued_toBuilder>, - GAccountFields_transfersIssued_to, - GTransferFields_to { - GAccountsByPkData_account_transfersIssued_to._(); + static GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum + .serializer, + json, + ); +} - factory GAccountsByPkData_account_transfersIssued_to( - [void Function(GAccountsByPkData_account_transfersIssued_toBuilder b) - updates]) = _$GAccountsByPkData_account_transfersIssued_to; +abstract class GAccountsByPkData_account_wasIdentity + implements + Built<GAccountsByPkData_account_wasIdentity, + GAccountsByPkData_account_wasIdentityBuilder>, + GAccountFields_wasIdentity, + GOwnerKeyChangeFields { + GAccountsByPkData_account_wasIdentity._(); + + factory GAccountsByPkData_account_wasIdentity( + [void Function(GAccountsByPkData_account_wasIdentityBuilder b) + updates]) = _$GAccountsByPkData_account_wasIdentity; static void _initializeBuilder( - GAccountsByPkData_account_transfersIssued_toBuilder b) => - b..G__typename = 'Account'; + GAccountsByPkData_account_wasIdentityBuilder b) => + b..G__typename = 'ChangeOwnerKey'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; - static Serializer<GAccountsByPkData_account_transfersIssued_to> - get serializer => _$gAccountsByPkDataAccountTransfersIssuedToSerializer; + @override + int get blockNumber; + @override + String? get identityId; + @override + String? get nextId; + @override + String? get previousId; + static Serializer<GAccountsByPkData_account_wasIdentity> get serializer => + _$gAccountsByPkDataAccountWasIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersIssued_to.serializer, + GAccountsByPkData_account_wasIdentity.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersIssued_to? fromJson( + static GAccountsByPkData_account_wasIdentity? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersIssued_to.serializer, + GAccountsByPkData_account_wasIdentity.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersIssued_from +abstract class GAccountsByPkData_account_wasIdentityAggregate implements - Built<GAccountsByPkData_account_transfersIssued_from, - GAccountsByPkData_account_transfersIssued_fromBuilder>, - GAccountFields_transfersIssued_from, - GTransferFields_from { - GAccountsByPkData_account_transfersIssued_from._(); + Built<GAccountsByPkData_account_wasIdentityAggregate, + GAccountsByPkData_account_wasIdentityAggregateBuilder>, + GAccountFields_wasIdentityAggregate { + GAccountsByPkData_account_wasIdentityAggregate._(); - factory GAccountsByPkData_account_transfersIssued_from( - [void Function(GAccountsByPkData_account_transfersIssued_fromBuilder b) - updates]) = _$GAccountsByPkData_account_transfersIssued_from; + factory GAccountsByPkData_account_wasIdentityAggregate( + [void Function(GAccountsByPkData_account_wasIdentityAggregateBuilder b) + updates]) = _$GAccountsByPkData_account_wasIdentityAggregate; static void _initializeBuilder( - GAccountsByPkData_account_transfersIssued_fromBuilder b) => - b..G__typename = 'Account'; + GAccountsByPkData_account_wasIdentityAggregateBuilder b) => + b..G__typename = 'ChangeOwnerKeyAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GAccountsByPkData_account_transfersIssued_from> - get serializer => _$gAccountsByPkDataAccountTransfersIssuedFromSerializer; + GAccountsByPkData_account_wasIdentityAggregate_aggregate? get aggregate; + static Serializer<GAccountsByPkData_account_wasIdentityAggregate> + get serializer => + _$gAccountsByPkDataAccountWasIdentityAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersIssued_from.serializer, + GAccountsByPkData_account_wasIdentityAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersIssued_from? fromJson( + static GAccountsByPkData_account_wasIdentityAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersIssued_from.serializer, + GAccountsByPkData_account_wasIdentityAggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersIssued_comment +abstract class GAccountsByPkData_account_wasIdentityAggregate_aggregate implements - Built<GAccountsByPkData_account_transfersIssued_comment, - GAccountsByPkData_account_transfersIssued_commentBuilder>, - GAccountFields_transfersIssued_comment, - GTransferFields_comment { - GAccountsByPkData_account_transfersIssued_comment._(); + Built<GAccountsByPkData_account_wasIdentityAggregate_aggregate, + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder>, + GAccountFields_wasIdentityAggregate_aggregate { + GAccountsByPkData_account_wasIdentityAggregate_aggregate._(); - factory GAccountsByPkData_account_transfersIssued_comment( - [void Function(GAccountsByPkData_account_transfersIssued_commentBuilder b) - updates]) = _$GAccountsByPkData_account_transfersIssued_comment; + factory GAccountsByPkData_account_wasIdentityAggregate_aggregate( + [void Function( + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder b) + updates]) = _$GAccountsByPkData_account_wasIdentityAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_transfersIssued_commentBuilder b) => - b..G__typename = 'TxComment'; + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder b) => + b..G__typename = 'ChangeOwnerKeyAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get remark; - static Serializer<GAccountsByPkData_account_transfersIssued_comment> + int get count; + static Serializer<GAccountsByPkData_account_wasIdentityAggregate_aggregate> get serializer => - _$gAccountsByPkDataAccountTransfersIssuedCommentSerializer; + _$gAccountsByPkDataAccountWasIdentityAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersIssued_comment.serializer, + GAccountsByPkData_account_wasIdentityAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersIssued_comment? fromJson( + static GAccountsByPkData_account_wasIdentityAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersIssued_comment.serializer, + GAccountsByPkData_account_wasIdentityAggregate_aggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersIssuedAggregate +abstract class GAccountBasicByPkData + implements Built<GAccountBasicByPkData, GAccountBasicByPkDataBuilder> { + GAccountBasicByPkData._(); + + factory GAccountBasicByPkData( + [void Function(GAccountBasicByPkDataBuilder b) updates]) = + _$GAccountBasicByPkData; + + static void _initializeBuilder(GAccountBasicByPkDataBuilder b) => + b..G__typename = 'query_root'; + + @BuiltValueField(wireName: '__typename') + String get G__typename; + GAccountBasicByPkData_accountByPk? get accountByPk; + static Serializer<GAccountBasicByPkData> get serializer => + _$gAccountBasicByPkDataSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountBasicByPkData.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountBasicByPkData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountBasicByPkData.serializer, + json, + ); +} + +abstract class GAccountBasicByPkData_accountByPk implements - Built<GAccountsByPkData_account_transfersIssuedAggregate, - GAccountsByPkData_account_transfersIssuedAggregateBuilder>, - GAccountFields_transfersIssuedAggregate { - GAccountsByPkData_account_transfersIssuedAggregate._(); + Built<GAccountBasicByPkData_accountByPk, + GAccountBasicByPkData_accountByPkBuilder>, + GAccountBasicFields { + GAccountBasicByPkData_accountByPk._(); - factory GAccountsByPkData_account_transfersIssuedAggregate( - [void Function( - GAccountsByPkData_account_transfersIssuedAggregateBuilder b) - updates]) = _$GAccountsByPkData_account_transfersIssuedAggregate; + factory GAccountBasicByPkData_accountByPk( + [void Function(GAccountBasicByPkData_accountByPkBuilder b) updates]) = + _$GAccountBasicByPkData_accountByPk; - static void _initializeBuilder( - GAccountsByPkData_account_transfersIssuedAggregateBuilder b) => - b..G__typename = 'TransferAggregate'; + static void _initializeBuilder(GAccountBasicByPkData_accountByPkBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate? get aggregate; - static Serializer<GAccountsByPkData_account_transfersIssuedAggregate> - get serializer => - _$gAccountsByPkDataAccountTransfersIssuedAggregateSerializer; + int get createdOn; + @override + String get id; + @override + GAccountBasicByPkData_accountByPk_identity? get identity; + @override + bool get isActive; + static Serializer<GAccountBasicByPkData_accountByPk> get serializer => + _$gAccountBasicByPkDataAccountByPkSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersIssuedAggregate.serializer, + GAccountBasicByPkData_accountByPk.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersIssuedAggregate? fromJson( + static GAccountBasicByPkData_accountByPk? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersIssuedAggregate.serializer, + GAccountBasicByPkData_accountByPk.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersIssuedAggregate_aggregate +abstract class GAccountBasicByPkData_accountByPk_identity implements - Built<GAccountsByPkData_account_transfersIssuedAggregate_aggregate, - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder>, - GAccountFields_transfersIssuedAggregate_aggregate { - GAccountsByPkData_account_transfersIssuedAggregate_aggregate._(); + Built<GAccountBasicByPkData_accountByPk_identity, + GAccountBasicByPkData_accountByPk_identityBuilder>, + GAccountBasicFields_identity, + GIdentityBasicFields { + GAccountBasicByPkData_accountByPk_identity._(); - factory GAccountsByPkData_account_transfersIssuedAggregate_aggregate( - [void Function( - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder - b) - updates]) = - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate; + factory GAccountBasicByPkData_accountByPk_identity( + [void Function(GAccountBasicByPkData_accountByPk_identityBuilder b) + updates]) = _$GAccountBasicByPkData_accountByPk_identity; static void _initializeBuilder( - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder - b) => - b..G__typename = 'TransferAggregateFields'; + GAccountBasicByPkData_accountByPk_identityBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum? get sum; + String? get accountId; @override - int get count; - static Serializer< - GAccountsByPkData_account_transfersIssuedAggregate_aggregate> - get serializer => - _$gAccountsByPkDataAccountTransfersIssuedAggregateAggregateSerializer; + GAccountBasicByPkData_accountByPk_identity_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountBasicByPkData_accountByPk_identity> + get serializer => _$gAccountBasicByPkDataAccountByPkIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate.serializer, + GAccountBasicByPkData_accountByPk_identity.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersIssuedAggregate_aggregate? fromJson( + static GAccountBasicByPkData_accountByPk_identity? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate.serializer, + GAccountBasicByPkData_accountByPk_identity.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum +abstract class GAccountBasicByPkData_accountByPk_identity_account implements - Built<GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum, - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder>, - GAccountFields_transfersIssuedAggregate_aggregate_sum { - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum._(); + Built<GAccountBasicByPkData_accountByPk_identity_account, + GAccountBasicByPkData_accountByPk_identity_accountBuilder>, + GAccountBasicFields_identity_account, + GIdentityBasicFields_account { + GAccountBasicByPkData_accountByPk_identity_account._(); - factory GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum( - [void Function( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder - b) - updates]) = - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum; + factory GAccountBasicByPkData_accountByPk_identity_account( + [void Function( + GAccountBasicByPkData_accountByPk_identity_accountBuilder b) + updates]) = _$GAccountBasicByPkData_accountByPk_identity_account; static void _initializeBuilder( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder - b) => - b..G__typename = 'TransferSumFields'; + GAccountBasicByPkData_accountByPk_identity_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int? get amount; - static Serializer< - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum> + int get createdOn; + static Serializer<GAccountBasicByPkData_accountByPk_identity_account> get serializer => - _$gAccountsByPkDataAccountTransfersIssuedAggregateAggregateSumSerializer; + _$gAccountBasicByPkDataAccountByPkIdentityAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum - .serializer, + GAccountBasicByPkData_accountByPk_identity_account.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum - .serializer, - json, - ); + static GAccountBasicByPkData_accountByPk_identity_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountBasicByPkData_accountByPk_identity_account.serializer, + json, + ); } -abstract class GAccountsByPkData_account_transfersReceived +abstract class GAccountsBasicByPkData + implements Built<GAccountsBasicByPkData, GAccountsBasicByPkDataBuilder> { + GAccountsBasicByPkData._(); + + factory GAccountsBasicByPkData( + [void Function(GAccountsBasicByPkDataBuilder b) updates]) = + _$GAccountsBasicByPkData; + + static void _initializeBuilder(GAccountsBasicByPkDataBuilder b) => + b..G__typename = 'query_root'; + + @BuiltValueField(wireName: '__typename') + String get G__typename; + BuiltList<GAccountsBasicByPkData_account> get account; + static Serializer<GAccountsBasicByPkData> get serializer => + _$gAccountsBasicByPkDataSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountsBasicByPkData.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountsBasicByPkData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsBasicByPkData.serializer, + json, + ); +} + +abstract class GAccountsBasicByPkData_account implements - Built<GAccountsByPkData_account_transfersReceived, - GAccountsByPkData_account_transfersReceivedBuilder>, - GAccountFields_transfersReceived, - GTransferFields { - GAccountsByPkData_account_transfersReceived._(); + Built<GAccountsBasicByPkData_account, + GAccountsBasicByPkData_accountBuilder>, + GAccountBasicFields { + GAccountsBasicByPkData_account._(); - factory GAccountsByPkData_account_transfersReceived( - [void Function(GAccountsByPkData_account_transfersReceivedBuilder b) - updates]) = _$GAccountsByPkData_account_transfersReceived; + factory GAccountsBasicByPkData_account( + [void Function(GAccountsBasicByPkData_accountBuilder b) updates]) = + _$GAccountsBasicByPkData_account; + + static void _initializeBuilder(GAccountsBasicByPkData_accountBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + @override + String get id; + @override + GAccountsBasicByPkData_account_identity? get identity; + @override + bool get isActive; + static Serializer<GAccountsBasicByPkData_account> get serializer => + _$gAccountsBasicByPkDataAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountsBasicByPkData_account.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountsBasicByPkData_account? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsBasicByPkData_account.serializer, + json, + ); +} + +abstract class GAccountsBasicByPkData_account_identity + implements + Built<GAccountsBasicByPkData_account_identity, + GAccountsBasicByPkData_account_identityBuilder>, + GAccountBasicFields_identity, + GIdentityBasicFields { + GAccountsBasicByPkData_account_identity._(); + + factory GAccountsBasicByPkData_account_identity( + [void Function(GAccountsBasicByPkData_account_identityBuilder b) + updates]) = _$GAccountsBasicByPkData_account_identity; static void _initializeBuilder( - GAccountsByPkData_account_transfersReceivedBuilder b) => - b..G__typename = 'Transfer'; + GAccountsBasicByPkData_account_identityBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; + String? get accountId; @override - _i2.Gtimestamptz get timestamp; + GAccountsBasicByPkData_account_identity_account? get account; @override - int get amount; + String get id; @override - GAccountsByPkData_account_transfersReceived_to? get to; + bool get isMember; @override - GAccountsByPkData_account_transfersReceived_from? get from; + _i2.GIdentityStatusEnum? get status; @override - GAccountsByPkData_account_transfersReceived_comment? get comment; - static Serializer<GAccountsByPkData_account_transfersReceived> - get serializer => _$gAccountsByPkDataAccountTransfersReceivedSerializer; + String get name; + @override + int get expireOn; + static Serializer<GAccountsBasicByPkData_account_identity> get serializer => + _$gAccountsBasicByPkDataAccountIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersReceived.serializer, + GAccountsBasicByPkData_account_identity.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersReceived? fromJson( + static GAccountsBasicByPkData_account_identity? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersReceived.serializer, + GAccountsBasicByPkData_account_identity.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersReceived_to +abstract class GAccountsBasicByPkData_account_identity_account implements - Built<GAccountsByPkData_account_transfersReceived_to, - GAccountsByPkData_account_transfersReceived_toBuilder>, - GAccountFields_transfersReceived_to, - GTransferFields_to { - GAccountsByPkData_account_transfersReceived_to._(); + Built<GAccountsBasicByPkData_account_identity_account, + GAccountsBasicByPkData_account_identity_accountBuilder>, + GAccountBasicFields_identity_account, + GIdentityBasicFields_account { + GAccountsBasicByPkData_account_identity_account._(); - factory GAccountsByPkData_account_transfersReceived_to( - [void Function(GAccountsByPkData_account_transfersReceived_toBuilder b) - updates]) = _$GAccountsByPkData_account_transfersReceived_to; + factory GAccountsBasicByPkData_account_identity_account( + [void Function(GAccountsBasicByPkData_account_identity_accountBuilder b) + updates]) = _$GAccountsBasicByPkData_account_identity_account; static void _initializeBuilder( - GAccountsByPkData_account_transfersReceived_toBuilder b) => + GAccountsBasicByPkData_account_identity_accountBuilder b) => b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GAccountsByPkData_account_transfersReceived_to> - get serializer => _$gAccountsByPkDataAccountTransfersReceivedToSerializer; + int get createdOn; + static Serializer<GAccountsBasicByPkData_account_identity_account> + get serializer => + _$gAccountsBasicByPkDataAccountIdentityAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersReceived_to.serializer, + GAccountsBasicByPkData_account_identity_account.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersReceived_to? fromJson( + static GAccountsBasicByPkData_account_identity_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersReceived_to.serializer, + GAccountsBasicByPkData_account_identity_account.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersReceived_from +abstract class GAccountTransactionsData implements - Built<GAccountsByPkData_account_transfersReceived_from, - GAccountsByPkData_account_transfersReceived_fromBuilder>, - GAccountFields_transfersReceived_from, - GTransferFields_from { - GAccountsByPkData_account_transfersReceived_from._(); + Built<GAccountTransactionsData, GAccountTransactionsDataBuilder> { + GAccountTransactionsData._(); - factory GAccountsByPkData_account_transfersReceived_from( - [void Function(GAccountsByPkData_account_transfersReceived_fromBuilder b) - updates]) = _$GAccountsByPkData_account_transfersReceived_from; + factory GAccountTransactionsData( + [void Function(GAccountTransactionsDataBuilder b) updates]) = + _$GAccountTransactionsData; - static void _initializeBuilder( - GAccountsByPkData_account_transfersReceived_fromBuilder b) => + static void _initializeBuilder(GAccountTransactionsDataBuilder b) => + b..G__typename = 'query_root'; + + @BuiltValueField(wireName: '__typename') + String get G__typename; + BuiltList<GAccountTransactionsData_account> get account; + static Serializer<GAccountTransactionsData> get serializer => + _$gAccountTransactionsDataSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountTransactionsData.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountTransactionsData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountTransactionsData.serializer, + json, + ); +} + +abstract class GAccountTransactionsData_account + implements + Built<GAccountTransactionsData_account, + GAccountTransactionsData_accountBuilder>, + GAccountTxsFields { + GAccountTransactionsData_account._(); + + factory GAccountTransactionsData_account( + [void Function(GAccountTransactionsData_accountBuilder b) updates]) = + _$GAccountTransactionsData_account; + + static void _initializeBuilder(GAccountTransactionsData_accountBuilder b) => b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + BuiltList<GAccountTransactionsData_account_commentsIssued> get commentsIssued; + @override + GAccountTransactionsData_account_commentsIssuedAggregate + get commentsIssuedAggregate; + @override + int get createdOn; + @override String get id; - static Serializer<GAccountsByPkData_account_transfersReceived_from> - get serializer => - _$gAccountsByPkDataAccountTransfersReceivedFromSerializer; + @override + bool get isActive; + @override + BuiltList<GAccountTransactionsData_account_transfersIssued> + get transfersIssued; + @override + GAccountTransactionsData_account_transfersIssuedAggregate + get transfersIssuedAggregate; + @override + BuiltList<GAccountTransactionsData_account_transfersReceived> + get transfersReceived; + @override + GAccountTransactionsData_account_transfersReceivedAggregate + get transfersReceivedAggregate; + static Serializer<GAccountTransactionsData_account> get serializer => + _$gAccountTransactionsDataAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersReceived_from.serializer, + GAccountTransactionsData_account.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersReceived_from? fromJson( + static GAccountTransactionsData_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersReceived_from.serializer, + GAccountTransactionsData_account.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersReceived_comment +abstract class GAccountTransactionsData_account_commentsIssued implements - Built<GAccountsByPkData_account_transfersReceived_comment, - GAccountsByPkData_account_transfersReceived_commentBuilder>, - GAccountFields_transfersReceived_comment, - GTransferFields_comment { - GAccountsByPkData_account_transfersReceived_comment._(); + Built<GAccountTransactionsData_account_commentsIssued, + GAccountTransactionsData_account_commentsIssuedBuilder>, + GAccountTxsFields_commentsIssued, + GCommentsIssued { + GAccountTransactionsData_account_commentsIssued._(); - factory GAccountsByPkData_account_transfersReceived_comment( - [void Function( - GAccountsByPkData_account_transfersReceived_commentBuilder b) - updates]) = _$GAccountsByPkData_account_transfersReceived_comment; + factory GAccountTransactionsData_account_commentsIssued( + [void Function(GAccountTransactionsData_account_commentsIssuedBuilder b) + updates]) = _$GAccountTransactionsData_account_commentsIssued; static void _initializeBuilder( - GAccountsByPkData_account_transfersReceived_commentBuilder b) => + GAccountTransactionsData_account_commentsIssuedBuilder b) => b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + String? get authorId; + @override + int get blockNumber; + @override + String? get eventId; + @override + String get hash; + @override + String get id; + @override String get remark; - static Serializer<GAccountsByPkData_account_transfersReceived_comment> + @override + _i2.GCommentTypeEnum? get type; + static Serializer<GAccountTransactionsData_account_commentsIssued> get serializer => - _$gAccountsByPkDataAccountTransfersReceivedCommentSerializer; + _$gAccountTransactionsDataAccountCommentsIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersReceived_comment.serializer, + GAccountTransactionsData_account_commentsIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersReceived_comment? fromJson( + static GAccountTransactionsData_account_commentsIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersReceived_comment.serializer, + GAccountTransactionsData_account_commentsIssued.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersReceivedAggregate +abstract class GAccountTransactionsData_account_commentsIssuedAggregate implements - Built<GAccountsByPkData_account_transfersReceivedAggregate, - GAccountsByPkData_account_transfersReceivedAggregateBuilder>, - GAccountFields_transfersReceivedAggregate { - GAccountsByPkData_account_transfersReceivedAggregate._(); + Built<GAccountTransactionsData_account_commentsIssuedAggregate, + GAccountTransactionsData_account_commentsIssuedAggregateBuilder>, + GAccountTxsFields_commentsIssuedAggregate { + GAccountTransactionsData_account_commentsIssuedAggregate._(); - factory GAccountsByPkData_account_transfersReceivedAggregate( + factory GAccountTransactionsData_account_commentsIssuedAggregate( [void Function( - GAccountsByPkData_account_transfersReceivedAggregateBuilder b) - updates]) = _$GAccountsByPkData_account_transfersReceivedAggregate; + GAccountTransactionsData_account_commentsIssuedAggregateBuilder b) + updates]) = _$GAccountTransactionsData_account_commentsIssuedAggregate; static void _initializeBuilder( - GAccountsByPkData_account_transfersReceivedAggregateBuilder b) => - b..G__typename = 'TransferAggregate'; + GAccountTransactionsData_account_commentsIssuedAggregateBuilder b) => + b..G__typename = 'TxCommentAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate? get aggregate; - static Serializer<GAccountsByPkData_account_transfersReceivedAggregate> + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate? + get aggregate; + static Serializer<GAccountTransactionsData_account_commentsIssuedAggregate> get serializer => - _$gAccountsByPkDataAccountTransfersReceivedAggregateSerializer; + _$gAccountTransactionsDataAccountCommentsIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersReceivedAggregate.serializer, + GAccountTransactionsData_account_commentsIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersReceivedAggregate? fromJson( + static GAccountTransactionsData_account_commentsIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersReceivedAggregate.serializer, + GAccountTransactionsData_account_commentsIssuedAggregate.serializer, json, ); } -abstract class GAccountsByPkData_account_transfersReceivedAggregate_aggregate +abstract class GAccountTransactionsData_account_commentsIssuedAggregate_aggregate implements - Built<GAccountsByPkData_account_transfersReceivedAggregate_aggregate, - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder>, - GAccountFields_transfersReceivedAggregate_aggregate { - GAccountsByPkData_account_transfersReceivedAggregate_aggregate._(); + Built< + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate, + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder>, + GAccountTxsFields_commentsIssuedAggregate_aggregate { + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate._(); - factory GAccountsByPkData_account_transfersReceivedAggregate_aggregate( + factory GAccountTransactionsData_account_commentsIssuedAggregate_aggregate( [void Function( - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder b) updates]) = - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate; + _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate; static void _initializeBuilder( - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder b) => - b..G__typename = 'TransferAggregateFields'; + b..G__typename = 'TxCommentAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum? get sum; - @override int get count; static Serializer< - GAccountsByPkData_account_transfersReceivedAggregate_aggregate> + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate> get serializer => - _$gAccountsByPkDataAccountTransfersReceivedAggregateAggregateSerializer; + _$gAccountTransactionsDataAccountCommentsIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersReceivedAggregate_aggregate? + static GAccountTransactionsData_account_commentsIssuedAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate .serializer, json, ); } -abstract class GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum +abstract class GAccountTransactionsData_account_transfersIssued implements - Built< - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum, - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder>, - GAccountFields_transfersReceivedAggregate_aggregate_sum { - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum._(); + Built<GAccountTransactionsData_account_transfersIssued, + GAccountTransactionsData_account_transfersIssuedBuilder>, + GAccountTxsFields_transfersIssued, + GTransferFields { + GAccountTransactionsData_account_transfersIssued._(); - factory GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum( - [void Function( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder - b) - updates]) = - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum; + factory GAccountTransactionsData_account_transfersIssued( + [void Function(GAccountTransactionsData_account_transfersIssuedBuilder b) + updates]) = _$GAccountTransactionsData_account_transfersIssued; static void _initializeBuilder( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder - b) => - b..G__typename = 'TransferSumFields'; + GAccountTransactionsData_account_transfersIssuedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int? get amount; - static Serializer< - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum> + int get blockNumber; + @override + _i2.Gtimestamptz get timestamp; + @override + int get amount; + @override + GAccountTransactionsData_account_transfersIssued_to? get to; + @override + GAccountTransactionsData_account_transfersIssued_from? get from; + @override + GAccountTransactionsData_account_transfersIssued_comment? get comment; + static Serializer<GAccountTransactionsData_account_transfersIssued> get serializer => - _$gAccountsByPkDataAccountTransfersReceivedAggregateAggregateSumSerializer; + _$gAccountTransactionsDataAccountTransfersIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - .serializer, + GAccountTransactionsData_account_transfersIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - .serializer, - json, - ); + static GAccountTransactionsData_account_transfersIssued? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountTransactionsData_account_transfersIssued.serializer, + json, + ); } -abstract class GAccountsByPkData_account_wasIdentity +abstract class GAccountTransactionsData_account_transfersIssued_to implements - Built<GAccountsByPkData_account_wasIdentity, - GAccountsByPkData_account_wasIdentityBuilder>, - GAccountFields_wasIdentity, - GOwnerKeyChangeFields { - GAccountsByPkData_account_wasIdentity._(); + Built<GAccountTransactionsData_account_transfersIssued_to, + GAccountTransactionsData_account_transfersIssued_toBuilder>, + GAccountTxsFields_transfersIssued_to, + GTransferFields_to { + GAccountTransactionsData_account_transfersIssued_to._(); - factory GAccountsByPkData_account_wasIdentity( - [void Function(GAccountsByPkData_account_wasIdentityBuilder b) - updates]) = _$GAccountsByPkData_account_wasIdentity; + factory GAccountTransactionsData_account_transfersIssued_to( + [void Function( + GAccountTransactionsData_account_transfersIssued_toBuilder b) + updates]) = _$GAccountTransactionsData_account_transfersIssued_to; static void _initializeBuilder( - GAccountsByPkData_account_wasIdentityBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + GAccountTransactionsData_account_transfersIssued_toBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; - @override - int get blockNumber; - @override - String? get identityId; - @override - String? get nextId; - @override - String? get previousId; - static Serializer<GAccountsByPkData_account_wasIdentity> get serializer => - _$gAccountsByPkDataAccountWasIdentitySerializer; + static Serializer<GAccountTransactionsData_account_transfersIssued_to> + get serializer => + _$gAccountTransactionsDataAccountTransfersIssuedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_wasIdentity.serializer, + GAccountTransactionsData_account_transfersIssued_to.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_wasIdentity? fromJson( + static GAccountTransactionsData_account_transfersIssued_to? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_wasIdentity.serializer, + GAccountTransactionsData_account_transfersIssued_to.serializer, json, ); } -abstract class GAccountsByPkData_account_wasIdentityAggregate +abstract class GAccountTransactionsData_account_transfersIssued_from implements - Built<GAccountsByPkData_account_wasIdentityAggregate, - GAccountsByPkData_account_wasIdentityAggregateBuilder>, - GAccountFields_wasIdentityAggregate { - GAccountsByPkData_account_wasIdentityAggregate._(); + Built<GAccountTransactionsData_account_transfersIssued_from, + GAccountTransactionsData_account_transfersIssued_fromBuilder>, + GAccountTxsFields_transfersIssued_from, + GTransferFields_from { + GAccountTransactionsData_account_transfersIssued_from._(); - factory GAccountsByPkData_account_wasIdentityAggregate( - [void Function(GAccountsByPkData_account_wasIdentityAggregateBuilder b) - updates]) = _$GAccountsByPkData_account_wasIdentityAggregate; + factory GAccountTransactionsData_account_transfersIssued_from( + [void Function( + GAccountTransactionsData_account_transfersIssued_fromBuilder b) + updates]) = _$GAccountTransactionsData_account_transfersIssued_from; static void _initializeBuilder( - GAccountsByPkData_account_wasIdentityAggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GAccountTransactionsData_account_transfersIssued_fromBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountsByPkData_account_wasIdentityAggregate_aggregate? get aggregate; - static Serializer<GAccountsByPkData_account_wasIdentityAggregate> + String get id; + static Serializer<GAccountTransactionsData_account_transfersIssued_from> get serializer => - _$gAccountsByPkDataAccountWasIdentityAggregateSerializer; + _$gAccountTransactionsDataAccountTransfersIssuedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_wasIdentityAggregate.serializer, + GAccountTransactionsData_account_transfersIssued_from.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_wasIdentityAggregate? fromJson( + static GAccountTransactionsData_account_transfersIssued_from? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_wasIdentityAggregate.serializer, + GAccountTransactionsData_account_transfersIssued_from.serializer, json, ); } -abstract class GAccountsByPkData_account_wasIdentityAggregate_aggregate +abstract class GAccountTransactionsData_account_transfersIssued_comment implements - Built<GAccountsByPkData_account_wasIdentityAggregate_aggregate, - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder>, - GAccountFields_wasIdentityAggregate_aggregate { - GAccountsByPkData_account_wasIdentityAggregate_aggregate._(); + Built<GAccountTransactionsData_account_transfersIssued_comment, + GAccountTransactionsData_account_transfersIssued_commentBuilder>, + GAccountTxsFields_transfersIssued_comment, + GTransferFields_comment { + GAccountTransactionsData_account_transfersIssued_comment._(); - factory GAccountsByPkData_account_wasIdentityAggregate_aggregate( + factory GAccountTransactionsData_account_transfersIssued_comment( [void Function( - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder b) - updates]) = _$GAccountsByPkData_account_wasIdentityAggregate_aggregate; + GAccountTransactionsData_account_transfersIssued_commentBuilder b) + updates]) = _$GAccountTransactionsData_account_transfersIssued_comment; static void _initializeBuilder( - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; + GAccountTransactionsData_account_transfersIssued_commentBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GAccountsByPkData_account_wasIdentityAggregate_aggregate> + String get remark; + static Serializer<GAccountTransactionsData_account_transfersIssued_comment> get serializer => - _$gAccountsByPkDataAccountWasIdentityAggregateAggregateSerializer; + _$gAccountTransactionsDataAccountTransfersIssuedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkData_account_wasIdentityAggregate_aggregate.serializer, + GAccountTransactionsData_account_transfersIssued_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkData_account_wasIdentityAggregate_aggregate? fromJson( + static GAccountTransactionsData_account_transfersIssued_comment? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkData_account_wasIdentityAggregate_aggregate.serializer, + GAccountTransactionsData_account_transfersIssued_comment.serializer, json, ); } -abstract class GLastBlockData - implements Built<GLastBlockData, GLastBlockDataBuilder> { - GLastBlockData._(); +abstract class GAccountTransactionsData_account_transfersIssuedAggregate + implements + Built<GAccountTransactionsData_account_transfersIssuedAggregate, + GAccountTransactionsData_account_transfersIssuedAggregateBuilder>, + GAccountTxsFields_transfersIssuedAggregate { + GAccountTransactionsData_account_transfersIssuedAggregate._(); - factory GLastBlockData([void Function(GLastBlockDataBuilder b) updates]) = - _$GLastBlockData; + factory GAccountTransactionsData_account_transfersIssuedAggregate( + [void Function( + GAccountTransactionsData_account_transfersIssuedAggregateBuilder + b) + updates]) = _$GAccountTransactionsData_account_transfersIssuedAggregate; - static void _initializeBuilder(GLastBlockDataBuilder b) => - b..G__typename = 'query_root'; + static void _initializeBuilder( + GAccountTransactionsData_account_transfersIssuedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; + @override @BuiltValueField(wireName: '__typename') String get G__typename; - BuiltList<GLastBlockData_block> get block; - static Serializer<GLastBlockData> get serializer => - _$gLastBlockDataSerializer; + @override + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate? + get aggregate; + static Serializer<GAccountTransactionsData_account_transfersIssuedAggregate> + get serializer => + _$gAccountTransactionsDataAccountTransfersIssuedAggregateSerializer; + @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GLastBlockData.serializer, + GAccountTransactionsData_account_transfersIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GLastBlockData? fromJson(Map<String, dynamic> json) => + static GAccountTransactionsData_account_transfersIssuedAggregate? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GLastBlockData.serializer, + GAccountTransactionsData_account_transfersIssuedAggregate.serializer, json, ); } -abstract class GLastBlockData_block - implements Built<GLastBlockData_block, GLastBlockData_blockBuilder> { - GLastBlockData_block._(); +abstract class GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + implements + Built< + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder>, + GAccountTxsFields_transfersIssuedAggregate_aggregate { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate._(); - factory GLastBlockData_block( - [void Function(GLastBlockData_blockBuilder b) updates]) = - _$GLastBlockData_block; + factory GAccountTransactionsData_account_transfersIssuedAggregate_aggregate( + [void Function( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder + b) + updates]) = + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate; - static void _initializeBuilder(GLastBlockData_blockBuilder b) => - b..G__typename = 'Block'; + static void _initializeBuilder( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder + b) => + b..G__typename = 'TransferAggregateFields'; + @override @BuiltValueField(wireName: '__typename') String get G__typename; - int get height; - static Serializer<GLastBlockData_block> get serializer => - _$gLastBlockDataBlockSerializer; + @override + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum? + get sum; + @override + int get count; + static Serializer< + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate> + get serializer => + _$gAccountTransactionsDataAccountTransfersIssuedAggregateAggregateSerializer; + @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GLastBlockData_block.serializer, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + .serializer, this, ) as Map<String, dynamic>); - static GLastBlockData_block? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GLastBlockData_block.serializer, - json, - ); + static GAccountTransactionsData_account_transfersIssuedAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + .serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData +abstract class GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum implements - Built<GGetHistoryAndBalanceData, GGetHistoryAndBalanceDataBuilder> { - GGetHistoryAndBalanceData._(); + Built< + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder>, + GAccountTxsFields_transfersIssuedAggregate_aggregate_sum { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum._(); - factory GGetHistoryAndBalanceData( - [void Function(GGetHistoryAndBalanceDataBuilder b) updates]) = - _$GGetHistoryAndBalanceData; + factory GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum( + [void Function( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder + b) + updates]) = + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum; - static void _initializeBuilder(GGetHistoryAndBalanceDataBuilder b) => - b..G__typename = 'query_root'; + static void _initializeBuilder( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder + b) => + b..G__typename = 'TransferSumFields'; + @override @BuiltValueField(wireName: '__typename') String get G__typename; - BuiltList<GGetHistoryAndBalanceData_account> get account; - static Serializer<GGetHistoryAndBalanceData> get serializer => - _$gGetHistoryAndBalanceDataSerializer; + @override + int? get amount; + static Serializer< + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum> + get serializer => + _$gAccountTransactionsDataAccountTransfersIssuedAggregateAggregateSumSerializer; + @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData.serializer, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum + .serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData.serializer, - json, - ); + static GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum + .serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account +abstract class GAccountTransactionsData_account_transfersReceived implements - Built<GGetHistoryAndBalanceData_account, - GGetHistoryAndBalanceData_accountBuilder>, - GAccountFields { - GGetHistoryAndBalanceData_account._(); + Built<GAccountTransactionsData_account_transfersReceived, + GAccountTransactionsData_account_transfersReceivedBuilder>, + GAccountTxsFields_transfersReceived, + GTransferFields { + GAccountTransactionsData_account_transfersReceived._(); - factory GGetHistoryAndBalanceData_account( - [void Function(GGetHistoryAndBalanceData_accountBuilder b) updates]) = - _$GGetHistoryAndBalanceData_account; + factory GAccountTransactionsData_account_transfersReceived( + [void Function( + GAccountTransactionsData_account_transfersReceivedBuilder b) + updates]) = _$GAccountTransactionsData_account_transfersReceived; - static void _initializeBuilder(GGetHistoryAndBalanceData_accountBuilder b) => - b..G__typename = 'Account'; + static void _initializeBuilder( + GAccountTransactionsData_account_transfersReceivedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - BuiltList<GGetHistoryAndBalanceData_account_commentsIssued> - get commentsIssued; - @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate - get commentsIssuedAggregate; - @override - int get createdOn; - @override - String get id; + int get blockNumber; @override - GGetHistoryAndBalanceData_account_identity? get identity; + _i2.Gtimestamptz get timestamp; @override - bool get isActive; + int get amount; @override - GGetHistoryAndBalanceData_account_linkedIdentity? get linkedIdentity; + GAccountTransactionsData_account_transfersReceived_to? get to; @override - BuiltList<GGetHistoryAndBalanceData_account_removedIdentities> - get removedIdentities; + GAccountTransactionsData_account_transfersReceived_from? get from; @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate - get removedIdentitiesAggregate; + GAccountTransactionsData_account_transfersReceived_comment? get comment; + static Serializer<GAccountTransactionsData_account_transfersReceived> + get serializer => + _$gAccountTransactionsDataAccountTransfersReceivedSerializer; + @override - BuiltList<GGetHistoryAndBalanceData_account_transfersIssued> - get transfersIssued; + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountTransactionsData_account_transfersReceived.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountTransactionsData_account_transfersReceived? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountTransactionsData_account_transfersReceived.serializer, + json, + ); +} + +abstract class GAccountTransactionsData_account_transfersReceived_to + implements + Built<GAccountTransactionsData_account_transfersReceived_to, + GAccountTransactionsData_account_transfersReceived_toBuilder>, + GAccountTxsFields_transfersReceived_to, + GTransferFields_to { + GAccountTransactionsData_account_transfersReceived_to._(); + + factory GAccountTransactionsData_account_transfersReceived_to( + [void Function( + GAccountTransactionsData_account_transfersReceived_toBuilder b) + updates]) = _$GAccountTransactionsData_account_transfersReceived_to; + + static void _initializeBuilder( + GAccountTransactionsData_account_transfersReceived_toBuilder b) => + b..G__typename = 'Account'; + @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate - get transfersIssuedAggregate; + @BuiltValueField(wireName: '__typename') + String get G__typename; @override - BuiltList<GGetHistoryAndBalanceData_account_transfersReceived> - get transfersReceived; + String get id; + static Serializer<GAccountTransactionsData_account_transfersReceived_to> + get serializer => + _$gAccountTransactionsDataAccountTransfersReceivedToSerializer; + @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate - get transfersReceivedAggregate; + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountTransactionsData_account_transfersReceived_to.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountTransactionsData_account_transfersReceived_to? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountTransactionsData_account_transfersReceived_to.serializer, + json, + ); +} + +abstract class GAccountTransactionsData_account_transfersReceived_from + implements + Built<GAccountTransactionsData_account_transfersReceived_from, + GAccountTransactionsData_account_transfersReceived_fromBuilder>, + GAccountTxsFields_transfersReceived_from, + GTransferFields_from { + GAccountTransactionsData_account_transfersReceived_from._(); + + factory GAccountTransactionsData_account_transfersReceived_from( + [void Function( + GAccountTransactionsData_account_transfersReceived_fromBuilder b) + updates]) = _$GAccountTransactionsData_account_transfersReceived_from; + + static void _initializeBuilder( + GAccountTransactionsData_account_transfersReceived_fromBuilder b) => + b..G__typename = 'Account'; + @override - BuiltList<GGetHistoryAndBalanceData_account_wasIdentity> get wasIdentity; + @BuiltValueField(wireName: '__typename') + String get G__typename; @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate - get wasIdentityAggregate; - static Serializer<GGetHistoryAndBalanceData_account> get serializer => - _$gGetHistoryAndBalanceDataAccountSerializer; + String get id; + static Serializer<GAccountTransactionsData_account_transfersReceived_from> + get serializer => + _$gAccountTransactionsDataAccountTransfersReceivedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account.serializer, + GAccountTransactionsData_account_transfersReceived_from.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account? fromJson( + static GAccountTransactionsData_account_transfersReceived_from? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account.serializer, + GAccountTransactionsData_account_transfersReceived_from.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_commentsIssued +abstract class GAccountTransactionsData_account_transfersReceived_comment implements - Built<GGetHistoryAndBalanceData_account_commentsIssued, - GGetHistoryAndBalanceData_account_commentsIssuedBuilder>, - GAccountFields_commentsIssued, - GCommentsIssued { - GGetHistoryAndBalanceData_account_commentsIssued._(); + Built<GAccountTransactionsData_account_transfersReceived_comment, + GAccountTransactionsData_account_transfersReceived_commentBuilder>, + GAccountTxsFields_transfersReceived_comment, + GTransferFields_comment { + GAccountTransactionsData_account_transfersReceived_comment._(); - factory GGetHistoryAndBalanceData_account_commentsIssued( - [void Function(GGetHistoryAndBalanceData_account_commentsIssuedBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_commentsIssued; + factory GAccountTransactionsData_account_transfersReceived_comment( + [void Function( + GAccountTransactionsData_account_transfersReceived_commentBuilder + b) + updates]) = _$GAccountTransactionsData_account_transfersReceived_comment; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_commentsIssuedBuilder b) => + GAccountTransactionsData_account_transfersReceived_commentBuilder + b) => b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get authorId; - @override - int get blockNumber; - @override - String? get eventId; - @override - String get hash; - @override - String get id; - @override String get remark; - @override - _i2.GCommentTypeEnum? get type; - static Serializer<GGetHistoryAndBalanceData_account_commentsIssued> + static Serializer<GAccountTransactionsData_account_transfersReceived_comment> get serializer => - _$gGetHistoryAndBalanceDataAccountCommentsIssuedSerializer; + _$gAccountTransactionsDataAccountTransfersReceivedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_commentsIssued.serializer, + GAccountTransactionsData_account_transfersReceived_comment.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_commentsIssued? fromJson( + static GAccountTransactionsData_account_transfersReceived_comment? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_commentsIssued.serializer, + GAccountTransactionsData_account_transfersReceived_comment.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_commentsIssuedAggregate +abstract class GAccountTransactionsData_account_transfersReceivedAggregate implements - Built<GGetHistoryAndBalanceData_account_commentsIssuedAggregate, - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder>, - GAccountFields_commentsIssuedAggregate { - GGetHistoryAndBalanceData_account_commentsIssuedAggregate._(); + Built<GAccountTransactionsData_account_transfersReceivedAggregate, + GAccountTransactionsData_account_transfersReceivedAggregateBuilder>, + GAccountTxsFields_transfersReceivedAggregate { + GAccountTransactionsData_account_transfersReceivedAggregate._(); - factory GGetHistoryAndBalanceData_account_commentsIssuedAggregate( + factory GAccountTransactionsData_account_transfersReceivedAggregate( [void Function( - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder + GAccountTransactionsData_account_transfersReceivedAggregateBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate; + updates]) = _$GAccountTransactionsData_account_transfersReceivedAggregate; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder b) => - b..G__typename = 'TxCommentAggregate'; + GAccountTransactionsData_account_transfersReceivedAggregateBuilder + b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate? + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate? get aggregate; - static Serializer<GGetHistoryAndBalanceData_account_commentsIssuedAggregate> + static Serializer<GAccountTransactionsData_account_transfersReceivedAggregate> get serializer => - _$gGetHistoryAndBalanceDataAccountCommentsIssuedAggregateSerializer; + _$gAccountTransactionsDataAccountTransfersReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate.serializer, + GAccountTransactionsData_account_transfersReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_commentsIssuedAggregate? fromJson( + static GAccountTransactionsData_account_transfersReceivedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate.serializer, + GAccountTransactionsData_account_transfersReceivedAggregate.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate +abstract class GAccountTransactionsData_account_transfersReceivedAggregate_aggregate implements Built< - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder>, - GAccountFields_commentsIssuedAggregate_aggregate { - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate._(); + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder>, + GAccountTxsFields_transfersReceivedAggregate_aggregate { + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate._(); - factory GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate( + factory GAccountTransactionsData_account_transfersReceivedAggregate_aggregate( [void Function( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder b) updates]) = - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate; + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder b) => - b..G__typename = 'TxCommentAggregateFields'; + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum? + get sum; + @override int get count; static Serializer< - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate> + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate> get serializer => - _$gGetHistoryAndBalanceDataAccountCommentsIssuedAggregateAggregateSerializer; + _$gAccountTransactionsDataAccountTransfersReceivedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate .serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate? + static GAccountTransactionsData_account_transfersReceivedAggregate_aggregate? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate .serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_identity +abstract class GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum implements - Built<GGetHistoryAndBalanceData_account_identity, - GGetHistoryAndBalanceData_account_identityBuilder>, - GAccountFields_identity, - GIdentityFields { - GGetHistoryAndBalanceData_account_identity._(); - - factory GGetHistoryAndBalanceData_account_identity( - [void Function(GGetHistoryAndBalanceData_account_identityBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_identity; + Built< + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder>, + GAccountTxsFields_transfersReceivedAggregate_aggregate_sum { + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum._(); + + factory GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum( + [void Function( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder + b) + updates]) = + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identityBuilder b) => - b..G__typename = 'Identity'; + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder + b) => + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; + int? get amount; + static Serializer< + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum> + get serializer => + _$gAccountTransactionsDataAccountTransfersReceivedAggregateAggregateSumSerializer; + @override - String? get accountRemovedId; + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum + .serializer, + this, + ) as Map<String, dynamic>); + + static GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum + .serializer, + json, + ); +} + +abstract class GCertFields { + String get G__typename; + String get id; + String? get issuerId; + GCertFields_issuer? get issuer; + String? get receiverId; + GCertFields_receiver? get receiver; + int get createdOn; + int get expireOn; + bool get isActive; + int get updatedOn; + Map<String, dynamic> toJson(); +} + +abstract class GCertFields_issuer implements GIdentityBasicFields { @override - BuiltList<GGetHistoryAndBalanceData_account_identity_certIssued> - get certIssued; + String get G__typename; @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate - get certIssuedAggregate; + String? get accountId; @override - BuiltList<GGetHistoryAndBalanceData_account_identity_certReceived> - get certReceived; + GCertFields_issuer_account? get account; @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate - get certReceivedAggregate; + String get id; @override - String? get createdInId; + bool get isMember; @override - int get createdOn; + _i2.GIdentityStatusEnum? get status; + @override + String get name; @override int get expireOn; @override - String get id; + Map<String, dynamic> toJson(); +} + +abstract class GCertFields_issuer_account + implements GIdentityBasicFields_account { @override - int get index; + String get G__typename; @override - bool get isMember; + int get createdOn; @override - int get lastChangeOn; + Map<String, dynamic> toJson(); +} + +abstract class GCertFields_receiver implements GIdentityBasicFields { @override - BuiltList<GGetHistoryAndBalanceData_account_identity_linkedAccount> - get linkedAccount; + String get G__typename; @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - get linkedAccountAggregate; + String? get accountId; @override - _i2.GIdentityStatusEnum? get status; + GCertFields_receiver_account? get account; @override - BuiltList<GGetHistoryAndBalanceData_account_identity_membershipHistory> - get membershipHistory; + String get id; @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - get membershipHistoryAggregate; + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; @override String get name; @override - BuiltList<GGetHistoryAndBalanceData_account_identity_ownerKeyChange> - get ownerKeyChange; + int get expireOn; @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - get ownerKeyChangeAggregate; + Map<String, dynamic> toJson(); +} + +abstract class GCertFields_receiver_account + implements GIdentityBasicFields_account { @override - GGetHistoryAndBalanceData_account_identity_smith? get smith; + String get G__typename; @override - BuiltList<GGetHistoryAndBalanceData_account_identity_udHistory>? - get udHistory; - static Serializer<GGetHistoryAndBalanceData_account_identity> - get serializer => _$gGetHistoryAndBalanceDataAccountIdentitySerializer; - + int get createdOn; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity.serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity.serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_certIssued - implements - Built<GGetHistoryAndBalanceData_account_identity_certIssued, - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder>, - GAccountFields_identity_certIssued, - GIdentityFields_certIssued, - GCertFields { - GGetHistoryAndBalanceData_account_identity_certIssued._(); +abstract class GCertFieldsData + implements Built<GCertFieldsData, GCertFieldsDataBuilder>, GCertFields { + GCertFieldsData._(); - factory GGetHistoryAndBalanceData_account_identity_certIssued( - [void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_identity_certIssued; + factory GCertFieldsData([void Function(GCertFieldsDataBuilder b) updates]) = + _$GCertFieldsData; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder b) => + static void _initializeBuilder(GCertFieldsDataBuilder b) => b..G__typename = 'Cert'; @override @@ -8610,11 +9435,11 @@ abstract class GGetHistoryAndBalanceData_account_identity_certIssued @override String? get issuerId; @override - GGetHistoryAndBalanceData_account_identity_certIssued_issuer? get issuer; + GCertFieldsData_issuer? get issuer; @override String? get receiverId; @override - GGetHistoryAndBalanceData_account_identity_certIssued_receiver? get receiver; + GCertFieldsData_receiver? get receiver; @override int get createdOn; @override @@ -8623,44 +9448,34 @@ abstract class GGetHistoryAndBalanceData_account_identity_certIssued bool get isActive; @override int get updatedOn; - static Serializer<GGetHistoryAndBalanceData_account_identity_certIssued> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedSerializer; + static Serializer<GCertFieldsData> get serializer => + _$gCertFieldsDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certIssued.serializer, + GCertFieldsData.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_certIssued? fromJson( - Map<String, dynamic> json) => + static GCertFieldsData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certIssued.serializer, + GCertFieldsData.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_identity_certIssued_issuer +abstract class GCertFieldsData_issuer implements - Built<GGetHistoryAndBalanceData_account_identity_certIssued_issuer, - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder>, - GAccountFields_identity_certIssued_issuer, - GIdentityFields_certIssued_issuer, + Built<GCertFieldsData_issuer, GCertFieldsData_issuerBuilder>, GCertFields_issuer, GIdentityBasicFields { - GGetHistoryAndBalanceData_account_identity_certIssued_issuer._(); + GCertFieldsData_issuer._(); - factory GGetHistoryAndBalanceData_account_identity_certIssued_issuer( - [void Function( - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer; + factory GCertFieldsData_issuer( + [void Function(GCertFieldsData_issuerBuilder b) updates]) = + _$GCertFieldsData_issuer; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder - b) => + static void _initializeBuilder(GCertFieldsData_issuerBuilder b) => b..G__typename = 'Identity'; @override @@ -8669,6 +9484,8 @@ abstract class GGetHistoryAndBalanceData_account_identity_certIssued_issuer @override String? get accountId; @override + GCertFieldsData_issuer_account? get account; + @override String get id; @override bool get isMember; @@ -8676,45 +9493,72 @@ abstract class GGetHistoryAndBalanceData_account_identity_certIssued_issuer _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer< - GGetHistoryAndBalanceData_account_identity_certIssued_issuer> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedIssuerSerializer; + @override + int get expireOn; + static Serializer<GCertFieldsData_issuer> get serializer => + _$gCertFieldsDataIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certIssued_issuer.serializer, + GCertFieldsData_issuer.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_certIssued_issuer? fromJson( - Map<String, dynamic> json) => + static GCertFieldsData_issuer? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certIssued_issuer.serializer, + GCertFieldsData_issuer.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_identity_certIssued_receiver +abstract class GCertFieldsData_issuer_account implements - Built<GGetHistoryAndBalanceData_account_identity_certIssued_receiver, - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder>, - GAccountFields_identity_certIssued_receiver, - GIdentityFields_certIssued_receiver, + Built<GCertFieldsData_issuer_account, + GCertFieldsData_issuer_accountBuilder>, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GCertFieldsData_issuer_account._(); + + factory GCertFieldsData_issuer_account( + [void Function(GCertFieldsData_issuer_accountBuilder b) updates]) = + _$GCertFieldsData_issuer_account; + + static void _initializeBuilder(GCertFieldsData_issuer_accountBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + static Serializer<GCertFieldsData_issuer_account> get serializer => + _$gCertFieldsDataIssuerAccountSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GCertFieldsData_issuer_account.serializer, + this, + ) as Map<String, dynamic>); + + static GCertFieldsData_issuer_account? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GCertFieldsData_issuer_account.serializer, + json, + ); +} + +abstract class GCertFieldsData_receiver + implements + Built<GCertFieldsData_receiver, GCertFieldsData_receiverBuilder>, GCertFields_receiver, GIdentityBasicFields { - GGetHistoryAndBalanceData_account_identity_certIssued_receiver._(); + GCertFieldsData_receiver._(); - factory GGetHistoryAndBalanceData_account_identity_certIssued_receiver( - [void Function( - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver; + factory GCertFieldsData_receiver( + [void Function(GCertFieldsData_receiverBuilder b) updates]) = + _$GCertFieldsData_receiver; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder - b) => + static void _initializeBuilder(GCertFieldsData_receiverBuilder b) => b..G__typename = 'Identity'; @override @@ -8723,6 +9567,8 @@ abstract class GGetHistoryAndBalanceData_account_identity_certIssued_receiver @override String? get accountId; @override + GCertFieldsData_receiver_account? get account; + @override String get id; @override bool get isMember; @@ -8730,1025 +9576,603 @@ abstract class GGetHistoryAndBalanceData_account_identity_certIssued_receiver _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer< - GGetHistoryAndBalanceData_account_identity_certIssued_receiver> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedReceiverSerializer; + @override + int get expireOn; + static Serializer<GCertFieldsData_receiver> get serializer => + _$gCertFieldsDataReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certIssued_receiver - .serializer, + GCertFieldsData_receiver.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_certIssued_receiver? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certIssued_receiver - .serializer, - json, - ); + static GCertFieldsData_receiver? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GCertFieldsData_receiver.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_identity_certIssuedAggregate +abstract class GCertFieldsData_receiver_account implements - Built<GGetHistoryAndBalanceData_account_identity_certIssuedAggregate, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder>, - GAccountFields_identity_certIssuedAggregate, - GIdentityFields_certIssuedAggregate { - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate._(); + Built<GCertFieldsData_receiver_account, + GCertFieldsData_receiver_accountBuilder>, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GCertFieldsData_receiver_account._(); - factory GGetHistoryAndBalanceData_account_identity_certIssuedAggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate; + factory GCertFieldsData_receiver_account( + [void Function(GCertFieldsData_receiver_accountBuilder b) updates]) = + _$GCertFieldsData_receiver_account; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder - b) => - b..G__typename = 'CertAggregate'; + static void _initializeBuilder(GCertFieldsData_receiver_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate? - get aggregate; - static Serializer< - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedAggregateSerializer; + int get createdOn; + static Serializer<GCertFieldsData_receiver_account> get serializer => + _$gCertFieldsDataReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate - .serializer, + GCertFieldsData_receiver_account.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_certIssuedAggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate - .serializer, - json, - ); + static GCertFieldsData_receiver_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GCertFieldsData_receiver_account.serializer, + json, + ); +} + +abstract class GSmithCertFields { + String get G__typename; + String get id; + String? get issuerId; + String? get receiverId; + int get createdOn; + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate +abstract class GSmithCertFieldsData implements - Built< - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder>, - GAccountFields_identity_certIssuedAggregate_aggregate, - GIdentityFields_certIssuedAggregate_aggregate { - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate._(); + Built<GSmithCertFieldsData, GSmithCertFieldsDataBuilder>, + GSmithCertFields { + GSmithCertFieldsData._(); - factory GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate; + factory GSmithCertFieldsData( + [void Function(GSmithCertFieldsDataBuilder b) updates]) = + _$GSmithCertFieldsData; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder - b) => - b..G__typename = 'CertAggregateFields'; + static void _initializeBuilder(GSmithCertFieldsDataBuilder b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedAggregateAggregateSerializer; + String get id; + @override + String? get issuerId; + @override + String? get receiverId; + @override + int get createdOn; + static Serializer<GSmithCertFieldsData> get serializer => + _$gSmithCertFieldsDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - .serializer, + GSmithCertFieldsData.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - .serializer, - json, - ); + static GSmithCertFieldsData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GSmithCertFieldsData.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_identity_certReceived - implements - Built<GGetHistoryAndBalanceData_account_identity_certReceived, - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder>, - GAccountFields_identity_certReceived, - GIdentityFields_certReceived, - GCertFields { - GGetHistoryAndBalanceData_account_identity_certReceived._(); - - factory GGetHistoryAndBalanceData_account_identity_certReceived( - [void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_identity_certReceived; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder b) => - b..G__typename = 'Cert'; +abstract class GSmithFields { + String get G__typename; + String get id; + int get forged; + int get index; + int? get lastChanged; + int? get lastForged; + BuiltList<GSmithFields_smithCertIssued> get smithCertIssued; + BuiltList<GSmithFields_smithCertReceived> get smithCertReceived; + Map<String, dynamic> toJson(); +} +abstract class GSmithFields_smithCertIssued implements GSmithCertFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; @override String? get issuerId; @override - GGetHistoryAndBalanceData_account_identity_certReceived_issuer? get issuer; - @override String? get receiverId; @override - GGetHistoryAndBalanceData_account_identity_certReceived_receiver? - get receiver; - @override int get createdOn; @override - int get expireOn; - @override - bool get isActive; - @override - int get updatedOn; - static Serializer<GGetHistoryAndBalanceData_account_identity_certReceived> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certReceived.serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_certReceived? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certReceived.serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_certReceived_issuer - implements - Built<GGetHistoryAndBalanceData_account_identity_certReceived_issuer, - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder>, - GAccountFields_identity_certReceived_issuer, - GIdentityFields_certReceived_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GGetHistoryAndBalanceData_account_identity_certReceived_issuer._(); - - factory GGetHistoryAndBalanceData_account_identity_certReceived_issuer( - [void Function( - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder - b) => - b..G__typename = 'Identity'; - +abstract class GSmithFields_smithCertReceived implements GSmithCertFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; + String? get issuerId; @override - _i2.GIdentityStatusEnum? get status; + String? get receiverId; @override - String get name; - static Serializer< - GGetHistoryAndBalanceData_account_identity_certReceived_issuer> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedIssuerSerializer; - + int get createdOn; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certReceived_issuer - .serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_certReceived_issuer? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certReceived_issuer - .serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_certReceived_receiver - implements - Built<GGetHistoryAndBalanceData_account_identity_certReceived_receiver, - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder>, - GAccountFields_identity_certReceived_receiver, - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GGetHistoryAndBalanceData_account_identity_certReceived_receiver._(); +abstract class GSmithFieldsData + implements Built<GSmithFieldsData, GSmithFieldsDataBuilder>, GSmithFields { + GSmithFieldsData._(); - factory GGetHistoryAndBalanceData_account_identity_certReceived_receiver( - [void Function( - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver; + factory GSmithFieldsData([void Function(GSmithFieldsDataBuilder b) updates]) = + _$GSmithFieldsData; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder - b) => - b..G__typename = 'Identity'; + static void _initializeBuilder(GSmithFieldsDataBuilder b) => + b..G__typename = 'Smith'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; + int get forged; @override - _i2.GIdentityStatusEnum? get status; + int get index; @override - String get name; - static Serializer< - GGetHistoryAndBalanceData_account_identity_certReceived_receiver> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedReceiverSerializer; + int? get lastChanged; + @override + int? get lastForged; + @override + BuiltList<GSmithFieldsData_smithCertIssued> get smithCertIssued; + @override + BuiltList<GSmithFieldsData_smithCertReceived> get smithCertReceived; + static Serializer<GSmithFieldsData> get serializer => + _$gSmithFieldsDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certReceived_receiver - .serializer, + GSmithFieldsData.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_certReceived_receiver? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certReceived_receiver - .serializer, - json, - ); + static GSmithFieldsData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GSmithFieldsData.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_identity_certReceivedAggregate +abstract class GSmithFieldsData_smithCertIssued implements - Built<GGetHistoryAndBalanceData_account_identity_certReceivedAggregate, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder>, - GAccountFields_identity_certReceivedAggregate, - GIdentityFields_certReceivedAggregate { - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate._(); + Built<GSmithFieldsData_smithCertIssued, + GSmithFieldsData_smithCertIssuedBuilder>, + GSmithFields_smithCertIssued, + GSmithCertFields { + GSmithFieldsData_smithCertIssued._(); - factory GGetHistoryAndBalanceData_account_identity_certReceivedAggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate; + factory GSmithFieldsData_smithCertIssued( + [void Function(GSmithFieldsData_smithCertIssuedBuilder b) updates]) = + _$GSmithFieldsData_smithCertIssued; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder - b) => - b..G__typename = 'CertAggregate'; + static void _initializeBuilder(GSmithFieldsData_smithCertIssuedBuilder b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate? - get aggregate; - static Serializer< - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedAggregateSerializer; + String get id; + @override + String? get issuerId; + @override + String? get receiverId; + @override + int get createdOn; + static Serializer<GSmithFieldsData_smithCertIssued> get serializer => + _$gSmithFieldsDataSmithCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate - .serializer, + GSmithFieldsData_smithCertIssued.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_certReceivedAggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate - .serializer, - json, - ); + static GSmithFieldsData_smithCertIssued? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GSmithFieldsData_smithCertIssued.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate +abstract class GSmithFieldsData_smithCertReceived implements - Built< - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder>, - GAccountFields_identity_certReceivedAggregate_aggregate, - GIdentityFields_certReceivedAggregate_aggregate { - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate._(); + Built<GSmithFieldsData_smithCertReceived, + GSmithFieldsData_smithCertReceivedBuilder>, + GSmithFields_smithCertReceived, + GSmithCertFields { + GSmithFieldsData_smithCertReceived._(); - factory GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate; + factory GSmithFieldsData_smithCertReceived( + [void Function(GSmithFieldsData_smithCertReceivedBuilder b) + updates]) = _$GSmithFieldsData_smithCertReceived; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder - b) => - b..G__typename = 'CertAggregateFields'; + static void _initializeBuilder(GSmithFieldsData_smithCertReceivedBuilder b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedAggregateAggregateSerializer; + String get id; + @override + String? get issuerId; + @override + String? get receiverId; + @override + int get createdOn; + static Serializer<GSmithFieldsData_smithCertReceived> get serializer => + _$gSmithFieldsDataSmithCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate - .serializer, + GSmithFieldsData_smithCertReceived.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate - .serializer, - json, - ); + static GSmithFieldsData_smithCertReceived? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GSmithFieldsData_smithCertReceived.serializer, + json, + ); +} + +abstract class GOwnerKeyChangeFields { + String get G__typename; + String get id; + int get blockNumber; + String? get identityId; + String? get nextId; + String? get previousId; + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_linkedAccount +abstract class GOwnerKeyChangeFieldsData implements - Built<GGetHistoryAndBalanceData_account_identity_linkedAccount, - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder>, - GAccountFields_identity_linkedAccount, - GIdentityFields_linkedAccount { - GGetHistoryAndBalanceData_account_identity_linkedAccount._(); + Built<GOwnerKeyChangeFieldsData, GOwnerKeyChangeFieldsDataBuilder>, + GOwnerKeyChangeFields { + GOwnerKeyChangeFieldsData._(); - factory GGetHistoryAndBalanceData_account_identity_linkedAccount( - [void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_identity_linkedAccount; + factory GOwnerKeyChangeFieldsData( + [void Function(GOwnerKeyChangeFieldsDataBuilder b) updates]) = + _$GOwnerKeyChangeFieldsData; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder b) => - b..G__typename = 'Account'; + static void _initializeBuilder(GOwnerKeyChangeFieldsDataBuilder b) => + b..G__typename = 'ChangeOwnerKey'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; - static Serializer<GGetHistoryAndBalanceData_account_identity_linkedAccount> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityLinkedAccountSerializer; + @override + int get blockNumber; + @override + String? get identityId; + @override + String? get nextId; + @override + String? get previousId; + static Serializer<GOwnerKeyChangeFieldsData> get serializer => + _$gOwnerKeyChangeFieldsDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_linkedAccount.serializer, + GOwnerKeyChangeFieldsData.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_linkedAccount? fromJson( - Map<String, dynamic> json) => + static GOwnerKeyChangeFieldsData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_linkedAccount.serializer, + GOwnerKeyChangeFieldsData.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - implements - Built<GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder>, - GAccountFields_identity_linkedAccountAggregate, - GIdentityFields_linkedAccountAggregate { - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate._(); - - factory GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder - b) => - b..G__typename = 'AccountAggregate'; - - @override - @BuiltValueField(wireName: '__typename') +abstract class GIdentityBasicFields { String get G__typename; - @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate? - get aggregate; - static Serializer< - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityLinkedAccountAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - .serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - .serializer, - json, - ); + String? get accountId; + GIdentityBasicFields_account? get account; + String get id; + bool get isMember; + _i2.GIdentityStatusEnum? get status; + String get name; + int get expireOn; + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - implements - Built< - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder>, - GAccountFields_identity_linkedAccountAggregate_aggregate, - GIdentityFields_linkedAccountAggregate_aggregate { - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate._(); - - factory GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder - b) => - b..G__typename = 'AccountAggregateFields'; - - @override - @BuiltValueField(wireName: '__typename') +abstract class GIdentityBasicFields_account { String get G__typename; - @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityLinkedAccountAggregateAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - .serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - .serializer, - json, - ); + int get createdOn; + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_membershipHistory +abstract class GIdentityBasicFieldsData implements - Built<GGetHistoryAndBalanceData_account_identity_membershipHistory, - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder>, - GAccountFields_identity_membershipHistory, - GIdentityFields_membershipHistory { - GGetHistoryAndBalanceData_account_identity_membershipHistory._(); + Built<GIdentityBasicFieldsData, GIdentityBasicFieldsDataBuilder>, + GIdentityBasicFields { + GIdentityBasicFieldsData._(); - factory GGetHistoryAndBalanceData_account_identity_membershipHistory( - [void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_membershipHistory; + factory GIdentityBasicFieldsData( + [void Function(GIdentityBasicFieldsDataBuilder b) updates]) = + _$GIdentityBasicFieldsData; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder - b) => - b..G__typename = 'MembershipEvent'; + static void _initializeBuilder(GIdentityBasicFieldsDataBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; - @override - String? get eventId; + String? get accountId; @override - _i2.GEventTypeEnum? get eventType; + GIdentityBasicFieldsData_account? get account; @override String get id; @override - String? get identityId; - static Serializer< - GGetHistoryAndBalanceData_account_identity_membershipHistory> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityMembershipHistorySerializer; + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentityBasicFieldsData> get serializer => + _$gIdentityBasicFieldsDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_membershipHistory.serializer, + GIdentityBasicFieldsData.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_membershipHistory? fromJson( - Map<String, dynamic> json) => + static GIdentityBasicFieldsData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_membershipHistory.serializer, + GIdentityBasicFieldsData.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate +abstract class GIdentityBasicFieldsData_account implements - Built< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder>, - GAccountFields_identity_membershipHistoryAggregate, - GIdentityFields_membershipHistoryAggregate { - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate._(); + Built<GIdentityBasicFieldsData_account, + GIdentityBasicFieldsData_accountBuilder>, + GIdentityBasicFields_account { + GIdentityBasicFieldsData_account._(); - factory GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate; + factory GIdentityBasicFieldsData_account( + [void Function(GIdentityBasicFieldsData_accountBuilder b) updates]) = + _$GIdentityBasicFieldsData_account; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder - b) => - b..G__typename = 'MembershipEventAggregate'; + static void _initializeBuilder(GIdentityBasicFieldsData_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate? - get aggregate; - static Serializer< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityMembershipHistoryAggregateSerializer; + int get createdOn; + static Serializer<GIdentityBasicFieldsData_account> get serializer => + _$gIdentityBasicFieldsDataAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - .serializer, + GIdentityBasicFieldsData_account.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - .serializer, - json, - ); + static GIdentityBasicFieldsData_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityBasicFieldsData_account.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - implements - Built< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder>, - GAccountFields_identity_membershipHistoryAggregate_aggregate, - GIdentityFields_membershipHistoryAggregate_aggregate { - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate._(); - - factory GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate; +abstract class GIdentityFields { + String get G__typename; + GIdentityFields_account? get account; + String? get accountId; + String? get accountRemovedId; + BuiltList<GIdentityFields_certIssued> get certIssued; + GIdentityFields_certIssuedAggregate get certIssuedAggregate; + BuiltList<GIdentityFields_certReceived> get certReceived; + GIdentityFields_certReceivedAggregate get certReceivedAggregate; + String? get createdInId; + int get createdOn; + int get expireOn; + String get id; + int get index; + bool get isMember; + int get lastChangeOn; + BuiltList<GIdentityFields_linkedAccount> get linkedAccount; + GIdentityFields_linkedAccountAggregate get linkedAccountAggregate; + _i2.GIdentityStatusEnum? get status; + BuiltList<GIdentityFields_membershipHistory> get membershipHistory; + GIdentityFields_membershipHistoryAggregate get membershipHistoryAggregate; + String get name; + BuiltList<GIdentityFields_ownerKeyChange> get ownerKeyChange; + GIdentityFields_ownerKeyChangeAggregate get ownerKeyChangeAggregate; + GIdentityFields_smith? get smith; + BuiltList<GIdentityFields_udHistory>? get udHistory; + Map<String, dynamic> toJson(); +} - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder - b) => - b..G__typename = 'MembershipEventAggregateFields'; +abstract class GIdentityFields_account { + String get G__typename; + int get createdOn; + Map<String, dynamic> toJson(); +} +abstract class GIdentityFields_certIssued implements GCertFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityMembershipHistoryAggregateAggregateSerializer; - + String get id; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - .serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - .serializer, - json, - ); + String? get issuerId; + @override + GIdentityFields_certIssued_issuer? get issuer; + @override + String? get receiverId; + @override + GIdentityFields_certIssued_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + @override + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_ownerKeyChange - implements - Built<GGetHistoryAndBalanceData_account_identity_ownerKeyChange, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder>, - GAccountFields_identity_ownerKeyChange, - GIdentityFields_ownerKeyChange, - GOwnerKeyChangeFields { - GGetHistoryAndBalanceData_account_identity_ownerKeyChange._(); - - factory GGetHistoryAndBalanceData_account_identity_ownerKeyChange( - [void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder - b) - updates]) = _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder b) => - b..G__typename = 'ChangeOwnerKey'; - +abstract class GIdentityFields_certIssued_issuer + implements GCertFields_issuer, GIdentityBasicFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override + String? get accountId; + @override + GIdentityFields_certIssued_issuer_account? get account; + @override String get id; @override - int get blockNumber; + bool get isMember; @override - String? get identityId; + _i2.GIdentityStatusEnum? get status; @override - String? get nextId; + String get name; @override - String? get previousId; - static Serializer<GGetHistoryAndBalanceData_account_identity_ownerKeyChange> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityOwnerKeyChangeSerializer; - + int get expireOn; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_ownerKeyChange.serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_ownerKeyChange? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_ownerKeyChange.serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - implements - Built< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder>, - GAccountFields_identity_ownerKeyChangeAggregate, - GIdentityFields_ownerKeyChangeAggregate { - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate._(); - - factory GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder - b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; - - @override - @BuiltValueField(wireName: '__typename') - String get G__typename; - @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate? - get aggregate; - static Serializer< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityOwnerKeyChangeAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - .serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - .serializer, - json, - ); -} - -abstract class GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - implements - Built< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder>, - GAccountFields_identity_ownerKeyChangeAggregate_aggregate, - GIdentityFields_ownerKeyChangeAggregate_aggregate { - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate._(); - - factory GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder - b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; +abstract class GIdentityFields_certIssued_issuer_account + implements GCertFields_issuer_account, GIdentityBasicFields_account { + @override + String get G__typename; + @override + int get createdOn; + @override + Map<String, dynamic> toJson(); +} +abstract class GIdentityFields_certIssued_receiver + implements GCertFields_receiver, GIdentityBasicFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityOwnerKeyChangeAggregateAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - .serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - .serializer, - json, - ); -} - -abstract class GGetHistoryAndBalanceData_account_identity_smith - implements - Built<GGetHistoryAndBalanceData_account_identity_smith, - GGetHistoryAndBalanceData_account_identity_smithBuilder>, - GAccountFields_identity_smith, - GIdentityFields_smith, - GSmithFields { - GGetHistoryAndBalanceData_account_identity_smith._(); - - factory GGetHistoryAndBalanceData_account_identity_smith( - [void Function(GGetHistoryAndBalanceData_account_identity_smithBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_identity_smith; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_smithBuilder b) => - b..G__typename = 'Smith'; - + String? get accountId; @override - @BuiltValueField(wireName: '__typename') - String get G__typename; + GIdentityFields_certIssued_receiver_account? get account; @override String get id; @override - int get forged; - @override - int get index; - @override - int? get lastChanged; + bool get isMember; @override - int? get lastForged; + _i2.GIdentityStatusEnum? get status; @override - BuiltList<GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued> - get smithCertIssued; + String get name; @override - BuiltList<GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived> - get smithCertReceived; - static Serializer<GGetHistoryAndBalanceData_account_identity_smith> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentitySmithSerializer; - + int get expireOn; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_smith.serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_smith? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_smith.serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued - implements - Built<GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued, - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder>, - GAccountFields_identity_smith_smithCertIssued, - GIdentityFields_smith_smithCertIssued, - GSmithFields_smithCertIssued, - GSmithCertFields { - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued._(); - - factory GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued( - [void Function( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder - b) => - b..G__typename = 'SmithCert'; - +abstract class GIdentityFields_certIssued_receiver_account + implements GCertFields_receiver_account, GIdentityBasicFields_account { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override int get createdOn; - static Serializer< - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentitySmithSmithCertIssuedSerializer; - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued - .serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued - .serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - implements - Built< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived, - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder>, - GAccountFields_identity_smith_smithCertReceived, - GIdentityFields_smith_smithCertReceived, - GSmithFields_smithCertReceived, - GSmithCertFields { - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived._(); - - factory GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived( - [void Function( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived; +abstract class GIdentityFields_certIssuedAggregate { + String get G__typename; + GIdentityFields_certIssuedAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder - b) => - b..G__typename = 'SmithCert'; +abstract class GIdentityFields_certIssuedAggregate_aggregate { + String get G__typename; + int get count; + Map<String, dynamic> toJson(); +} +abstract class GIdentityFields_certReceived implements GCertFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; @override String? get issuerId; @override - String? get receiverId; + GIdentityFields_certReceived_issuer? get issuer; @override - int get createdOn; - static Serializer< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentitySmithSmithCertReceivedSerializer; - + String? get receiverId; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - .serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - .serializer, - json, - ); -} - -abstract class GGetHistoryAndBalanceData_account_identity_udHistory - implements - Built<GGetHistoryAndBalanceData_account_identity_udHistory, - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder>, - GAccountFields_identity_udHistory, - GIdentityFields_udHistory { - GGetHistoryAndBalanceData_account_identity_udHistory._(); - - factory GGetHistoryAndBalanceData_account_identity_udHistory( - [void Function( - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_identity_udHistory; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder b) => - b..G__typename = 'UdHistory'; - + GIdentityFields_certReceived_receiver? get receiver; @override - @BuiltValueField(wireName: '__typename') - String get G__typename; + int get createdOn; @override - String get id; + int get expireOn; @override - int get amount; + bool get isActive; @override - _i2.Gtimestamptz get timestamp; - static Serializer<GGetHistoryAndBalanceData_account_identity_udHistory> - get serializer => - _$gGetHistoryAndBalanceDataAccountIdentityUdHistorySerializer; - + int get updatedOn; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_identity_udHistory.serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_identity_udHistory? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_identity_udHistory.serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_linkedIdentity - implements - Built<GGetHistoryAndBalanceData_account_linkedIdentity, - GGetHistoryAndBalanceData_account_linkedIdentityBuilder>, - GAccountFields_linkedIdentity, - GIdentityBasicFields { - GGetHistoryAndBalanceData_account_linkedIdentity._(); - - factory GGetHistoryAndBalanceData_account_linkedIdentity( - [void Function(GGetHistoryAndBalanceData_account_linkedIdentityBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_linkedIdentity; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_linkedIdentityBuilder b) => - b..G__typename = 'Identity'; - +abstract class GIdentityFields_certReceived_issuer + implements GCertFields_issuer, GIdentityBasicFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override String? get accountId; @override + GIdentityFields_certReceived_issuer_account? get account; + @override String get id; @override bool get isMember; @@ -9756,47 +10180,31 @@ abstract class GGetHistoryAndBalanceData_account_linkedIdentity _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GGetHistoryAndBalanceData_account_linkedIdentity> - get serializer => - _$gGetHistoryAndBalanceDataAccountLinkedIdentitySerializer; - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_linkedIdentity.serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_linkedIdentity? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_linkedIdentity.serializer, - json, - ); + int get expireOn; + @override + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_removedIdentities - implements - Built<GGetHistoryAndBalanceData_account_removedIdentities, - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder>, - GAccountFields_removedIdentities, - GIdentityBasicFields { - GGetHistoryAndBalanceData_account_removedIdentities._(); - - factory GGetHistoryAndBalanceData_account_removedIdentities( - [void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_removedIdentities; - - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder b) => - b..G__typename = 'Identity'; +abstract class GIdentityFields_certReceived_issuer_account + implements GCertFields_issuer_account, GIdentityBasicFields_account { + @override + String get G__typename; + @override + int get createdOn; + @override + Map<String, dynamic> toJson(); +} +abstract class GIdentityFields_certReceived_receiver + implements GCertFields_receiver, GIdentityBasicFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override String? get accountId; @override + GIdentityFields_certReceived_receiver_account? get account; + @override String get id; @override bool get isMember; @@ -9804,1059 +10212,1145 @@ abstract class GGetHistoryAndBalanceData_account_removedIdentities _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GGetHistoryAndBalanceData_account_removedIdentities> - get serializer => - _$gGetHistoryAndBalanceDataAccountRemovedIdentitiesSerializer; - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_removedIdentities.serializer, - this, - ) as Map<String, dynamic>); + int get expireOn; + @override + Map<String, dynamic> toJson(); +} - static GGetHistoryAndBalanceData_account_removedIdentities? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_removedIdentities.serializer, - json, - ); +abstract class GIdentityFields_certReceived_receiver_account + implements GCertFields_receiver_account, GIdentityBasicFields_account { + @override + String get G__typename; + @override + int get createdOn; + @override + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_removedIdentitiesAggregate - implements - Built<GGetHistoryAndBalanceData_account_removedIdentitiesAggregate, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder>, - GAccountFields_removedIdentitiesAggregate { - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate._(); +abstract class GIdentityFields_certReceivedAggregate { + String get G__typename; + GIdentityFields_certReceivedAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} - factory GGetHistoryAndBalanceData_account_removedIdentitiesAggregate( - [void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate; +abstract class GIdentityFields_certReceivedAggregate_aggregate { + String get G__typename; + int get count; + Map<String, dynamic> toJson(); +} - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder - b) => - b..G__typename = 'IdentityAggregate'; +abstract class GIdentityFields_linkedAccount { + String get G__typename; + String get id; + Map<String, dynamic> toJson(); +} + +abstract class GIdentityFields_linkedAccountAggregate { + String get G__typename; + GIdentityFields_linkedAccountAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} + +abstract class GIdentityFields_linkedAccountAggregate_aggregate { + String get G__typename; + int get count; + Map<String, dynamic> toJson(); +} + +abstract class GIdentityFields_membershipHistory { + String get G__typename; + int get blockNumber; + String? get eventId; + _i2.GEventTypeEnum? get eventType; + String get id; + String? get identityId; + Map<String, dynamic> toJson(); +} + +abstract class GIdentityFields_membershipHistoryAggregate { + String get G__typename; + GIdentityFields_membershipHistoryAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} + +abstract class GIdentityFields_membershipHistoryAggregate_aggregate { + String get G__typename; + int get count; + Map<String, dynamic> toJson(); +} +abstract class GIdentityFields_ownerKeyChange implements GOwnerKeyChangeFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate? - get aggregate; - static Serializer< - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountRemovedIdentitiesAggregateSerializer; - + String get id; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate.serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_removedIdentitiesAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate.serializer, - json, - ); + int get blockNumber; + @override + String? get identityId; + @override + String? get nextId; + @override + String? get previousId; + @override + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - implements - Built< - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder>, - GAccountFields_removedIdentitiesAggregate_aggregate { - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate._(); +abstract class GIdentityFields_ownerKeyChangeAggregate { + String get G__typename; + GIdentityFields_ownerKeyChangeAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} - factory GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate; +abstract class GIdentityFields_ownerKeyChangeAggregate_aggregate { + String get G__typename; + int get count; + Map<String, dynamic> toJson(); +} - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder - b) => - b..G__typename = 'IdentityAggregateFields'; +abstract class GIdentityFields_smith implements GSmithFields { + @override + String get G__typename; + @override + String get id; + @override + int get forged; + @override + int get index; + @override + int? get lastChanged; + @override + int? get lastForged; + @override + BuiltList<GIdentityFields_smith_smithCertIssued> get smithCertIssued; + @override + BuiltList<GIdentityFields_smith_smithCertReceived> get smithCertReceived; + @override + Map<String, dynamic> toJson(); +} +abstract class GIdentityFields_smith_smithCertIssued + implements GSmithFields_smithCertIssued, GSmithCertFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountRemovedIdentitiesAggregateAggregateSerializer; + String get id; + @override + String? get issuerId; + @override + String? get receiverId; + @override + int get createdOn; + @override + Map<String, dynamic> toJson(); +} +abstract class GIdentityFields_smith_smithCertReceived + implements GSmithFields_smithCertReceived, GSmithCertFields { @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - .serializer, - this, - ) as Map<String, dynamic>); + String get G__typename; + @override + String get id; + @override + String? get issuerId; + @override + String? get receiverId; + @override + int get createdOn; + @override + Map<String, dynamic> toJson(); +} - static GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - .serializer, - json, - ); +abstract class GIdentityFields_udHistory { + String get G__typename; + String get id; + int get amount; + _i2.Gtimestamptz get timestamp; + Map<String, dynamic> toJson(); } -abstract class GGetHistoryAndBalanceData_account_transfersIssued +abstract class GIdentityFieldsData implements - Built<GGetHistoryAndBalanceData_account_transfersIssued, - GGetHistoryAndBalanceData_account_transfersIssuedBuilder>, - GAccountFields_transfersIssued, - GTransferFields { - GGetHistoryAndBalanceData_account_transfersIssued._(); + Built<GIdentityFieldsData, GIdentityFieldsDataBuilder>, + GIdentityFields { + GIdentityFieldsData._(); - factory GGetHistoryAndBalanceData_account_transfersIssued( - [void Function(GGetHistoryAndBalanceData_account_transfersIssuedBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersIssued; + factory GIdentityFieldsData( + [void Function(GIdentityFieldsDataBuilder b) updates]) = + _$GIdentityFieldsData; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersIssuedBuilder b) => - b..G__typename = 'Transfer'; + static void _initializeBuilder(GIdentityFieldsDataBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; + GIdentityFieldsData_account? get account; @override - _i2.Gtimestamptz get timestamp; + String? get accountId; @override - int get amount; + String? get accountRemovedId; + @override + BuiltList<GIdentityFieldsData_certIssued> get certIssued; @override - GGetHistoryAndBalanceData_account_transfersIssued_to? get to; + GIdentityFieldsData_certIssuedAggregate get certIssuedAggregate; @override - GGetHistoryAndBalanceData_account_transfersIssued_from? get from; + BuiltList<GIdentityFieldsData_certReceived> get certReceived; @override - GGetHistoryAndBalanceData_account_transfersIssued_comment? get comment; - static Serializer<GGetHistoryAndBalanceData_account_transfersIssued> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersIssuedSerializer; + GIdentityFieldsData_certReceivedAggregate get certReceivedAggregate; + @override + String? get createdInId; + @override + int get createdOn; + @override + int get expireOn; + @override + String get id; + @override + int get index; + @override + bool get isMember; + @override + int get lastChangeOn; + @override + BuiltList<GIdentityFieldsData_linkedAccount> get linkedAccount; + @override + GIdentityFieldsData_linkedAccountAggregate get linkedAccountAggregate; + @override + _i2.GIdentityStatusEnum? get status; + @override + BuiltList<GIdentityFieldsData_membershipHistory> get membershipHistory; + @override + GIdentityFieldsData_membershipHistoryAggregate get membershipHistoryAggregate; + @override + String get name; + @override + BuiltList<GIdentityFieldsData_ownerKeyChange> get ownerKeyChange; + @override + GIdentityFieldsData_ownerKeyChangeAggregate get ownerKeyChangeAggregate; + @override + GIdentityFieldsData_smith? get smith; + @override + BuiltList<GIdentityFieldsData_udHistory>? get udHistory; + static Serializer<GIdentityFieldsData> get serializer => + _$gIdentityFieldsDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersIssued.serializer, + GIdentityFieldsData.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersIssued? fromJson( - Map<String, dynamic> json) => + static GIdentityFieldsData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersIssued.serializer, + GIdentityFieldsData.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersIssued_to +abstract class GIdentityFieldsData_account implements - Built<GGetHistoryAndBalanceData_account_transfersIssued_to, - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder>, - GAccountFields_transfersIssued_to, - GTransferFields_to { - GGetHistoryAndBalanceData_account_transfersIssued_to._(); + Built<GIdentityFieldsData_account, GIdentityFieldsData_accountBuilder>, + GIdentityFields_account { + GIdentityFieldsData_account._(); - factory GGetHistoryAndBalanceData_account_transfersIssued_to( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersIssued_to; + factory GIdentityFieldsData_account( + [void Function(GIdentityFieldsData_accountBuilder b) updates]) = + _$GIdentityFieldsData_account; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder b) => + static void _initializeBuilder(GIdentityFieldsData_accountBuilder b) => b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GGetHistoryAndBalanceData_account_transfersIssued_to> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersIssuedToSerializer; + int get createdOn; + static Serializer<GIdentityFieldsData_account> get serializer => + _$gIdentityFieldsDataAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersIssued_to.serializer, + GIdentityFieldsData_account.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersIssued_to? fromJson( - Map<String, dynamic> json) => + static GIdentityFieldsData_account? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersIssued_to.serializer, + GIdentityFieldsData_account.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersIssued_from +abstract class GIdentityFieldsData_certIssued implements - Built<GGetHistoryAndBalanceData_account_transfersIssued_from, - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder>, - GAccountFields_transfersIssued_from, - GTransferFields_from { - GGetHistoryAndBalanceData_account_transfersIssued_from._(); + Built<GIdentityFieldsData_certIssued, + GIdentityFieldsData_certIssuedBuilder>, + GIdentityFields_certIssued, + GCertFields { + GIdentityFieldsData_certIssued._(); - factory GGetHistoryAndBalanceData_account_transfersIssued_from( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersIssued_from; + factory GIdentityFieldsData_certIssued( + [void Function(GIdentityFieldsData_certIssuedBuilder b) updates]) = + _$GIdentityFieldsData_certIssued; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder b) => - b..G__typename = 'Account'; + static void _initializeBuilder(GIdentityFieldsData_certIssuedBuilder b) => + b..G__typename = 'Cert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; - static Serializer<GGetHistoryAndBalanceData_account_transfersIssued_from> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersIssuedFromSerializer; + @override + String? get issuerId; + @override + GIdentityFieldsData_certIssued_issuer? get issuer; + @override + String? get receiverId; + @override + GIdentityFieldsData_certIssued_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + static Serializer<GIdentityFieldsData_certIssued> get serializer => + _$gIdentityFieldsDataCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersIssued_from.serializer, + GIdentityFieldsData_certIssued.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersIssued_from? fromJson( - Map<String, dynamic> json) => + static GIdentityFieldsData_certIssued? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersIssued_from.serializer, + GIdentityFieldsData_certIssued.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersIssued_comment +abstract class GIdentityFieldsData_certIssued_issuer implements - Built<GGetHistoryAndBalanceData_account_transfersIssued_comment, - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder>, - GAccountFields_transfersIssued_comment, - GTransferFields_comment { - GGetHistoryAndBalanceData_account_transfersIssued_comment._(); + Built<GIdentityFieldsData_certIssued_issuer, + GIdentityFieldsData_certIssued_issuerBuilder>, + GIdentityFields_certIssued_issuer, + GCertFields_issuer, + GIdentityBasicFields { + GIdentityFieldsData_certIssued_issuer._(); - factory GGetHistoryAndBalanceData_account_transfersIssued_comment( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder - b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersIssued_comment; + factory GIdentityFieldsData_certIssued_issuer( + [void Function(GIdentityFieldsData_certIssued_issuerBuilder b) + updates]) = _$GIdentityFieldsData_certIssued_issuer; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder b) => - b..G__typename = 'TxComment'; + GIdentityFieldsData_certIssued_issuerBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get remark; - static Serializer<GGetHistoryAndBalanceData_account_transfersIssued_comment> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersIssuedCommentSerializer; + String? get accountId; + @override + GIdentityFieldsData_certIssued_issuer_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentityFieldsData_certIssued_issuer> get serializer => + _$gIdentityFieldsDataCertIssuedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersIssued_comment.serializer, + GIdentityFieldsData_certIssued_issuer.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersIssued_comment? fromJson( + static GIdentityFieldsData_certIssued_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersIssued_comment.serializer, + GIdentityFieldsData_certIssued_issuer.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersIssuedAggregate +abstract class GIdentityFieldsData_certIssued_issuer_account implements - Built<GGetHistoryAndBalanceData_account_transfersIssuedAggregate, - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder>, - GAccountFields_transfersIssuedAggregate { - GGetHistoryAndBalanceData_account_transfersIssuedAggregate._(); + Built<GIdentityFieldsData_certIssued_issuer_account, + GIdentityFieldsData_certIssued_issuer_accountBuilder>, + GIdentityFields_certIssued_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GIdentityFieldsData_certIssued_issuer_account._(); - factory GGetHistoryAndBalanceData_account_transfersIssuedAggregate( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder - b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate; + factory GIdentityFieldsData_certIssued_issuer_account( + [void Function(GIdentityFieldsData_certIssued_issuer_accountBuilder b) + updates]) = _$GIdentityFieldsData_certIssued_issuer_account; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder - b) => - b..G__typename = 'TransferAggregate'; + GIdentityFieldsData_certIssued_issuer_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate? - get aggregate; - static Serializer<GGetHistoryAndBalanceData_account_transfersIssuedAggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersIssuedAggregateSerializer; + int get createdOn; + static Serializer<GIdentityFieldsData_certIssued_issuer_account> + get serializer => _$gIdentityFieldsDataCertIssuedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate.serializer, + GIdentityFieldsData_certIssued_issuer_account.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersIssuedAggregate? fromJson( + static GIdentityFieldsData_certIssued_issuer_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate.serializer, + GIdentityFieldsData_certIssued_issuer_account.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate +abstract class GIdentityFieldsData_certIssued_receiver implements - Built< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder>, - GAccountFields_transfersIssuedAggregate_aggregate { - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate._(); + Built<GIdentityFieldsData_certIssued_receiver, + GIdentityFieldsData_certIssued_receiverBuilder>, + GIdentityFields_certIssued_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GIdentityFieldsData_certIssued_receiver._(); - factory GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate; + factory GIdentityFieldsData_certIssued_receiver( + [void Function(GIdentityFieldsData_certIssued_receiverBuilder b) + updates]) = _$GIdentityFieldsData_certIssued_receiver; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder - b) => - b..G__typename = 'TransferAggregateFields'; + GIdentityFieldsData_certIssued_receiverBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum? - get sum; + String? get accountId; @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersIssuedAggregateAggregateSerializer; + GIdentityFieldsData_certIssued_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentityFieldsData_certIssued_receiver> get serializer => + _$gIdentityFieldsDataCertIssuedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - .serializer, + GIdentityFieldsData_certIssued_receiver.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - .serializer, - json, - ); + static GIdentityFieldsData_certIssued_receiver? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_certIssued_receiver.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum +abstract class GIdentityFieldsData_certIssued_receiver_account implements - Built< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder>, - GAccountFields_transfersIssuedAggregate_aggregate_sum { - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum._(); + Built<GIdentityFieldsData_certIssued_receiver_account, + GIdentityFieldsData_certIssued_receiver_accountBuilder>, + GIdentityFields_certIssued_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GIdentityFieldsData_certIssued_receiver_account._(); - factory GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum; + factory GIdentityFieldsData_certIssued_receiver_account( + [void Function(GIdentityFieldsData_certIssued_receiver_accountBuilder b) + updates]) = _$GIdentityFieldsData_certIssued_receiver_account; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder - b) => - b..G__typename = 'TransferSumFields'; + GIdentityFieldsData_certIssued_receiver_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int? get amount; - static Serializer< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum> + int get createdOn; + static Serializer<GIdentityFieldsData_certIssued_receiver_account> get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersIssuedAggregateAggregateSumSerializer; + _$gIdentityFieldsDataCertIssuedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - .serializer, + GIdentityFieldsData_certIssued_receiver_account.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - .serializer, - json, - ); + static GIdentityFieldsData_certIssued_receiver_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_certIssued_receiver_account.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_transfersReceived +abstract class GIdentityFieldsData_certIssuedAggregate implements - Built<GGetHistoryAndBalanceData_account_transfersReceived, - GGetHistoryAndBalanceData_account_transfersReceivedBuilder>, - GAccountFields_transfersReceived, - GTransferFields { - GGetHistoryAndBalanceData_account_transfersReceived._(); + Built<GIdentityFieldsData_certIssuedAggregate, + GIdentityFieldsData_certIssuedAggregateBuilder>, + GIdentityFields_certIssuedAggregate { + GIdentityFieldsData_certIssuedAggregate._(); - factory GGetHistoryAndBalanceData_account_transfersReceived( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceivedBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersReceived; + factory GIdentityFieldsData_certIssuedAggregate( + [void Function(GIdentityFieldsData_certIssuedAggregateBuilder b) + updates]) = _$GIdentityFieldsData_certIssuedAggregate; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersReceivedBuilder b) => - b..G__typename = 'Transfer'; + GIdentityFieldsData_certIssuedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; - @override - _i2.Gtimestamptz get timestamp; - @override - int get amount; - @override - GGetHistoryAndBalanceData_account_transfersReceived_to? get to; - @override - GGetHistoryAndBalanceData_account_transfersReceived_from? get from; - @override - GGetHistoryAndBalanceData_account_transfersReceived_comment? get comment; - static Serializer<GGetHistoryAndBalanceData_account_transfersReceived> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersReceivedSerializer; + GIdentityFieldsData_certIssuedAggregate_aggregate? get aggregate; + static Serializer<GIdentityFieldsData_certIssuedAggregate> get serializer => + _$gIdentityFieldsDataCertIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersReceived.serializer, + GIdentityFieldsData_certIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersReceived? fromJson( + static GIdentityFieldsData_certIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersReceived.serializer, + GIdentityFieldsData_certIssuedAggregate.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersReceived_to +abstract class GIdentityFieldsData_certIssuedAggregate_aggregate implements - Built<GGetHistoryAndBalanceData_account_transfersReceived_to, - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder>, - GAccountFields_transfersReceived_to, - GTransferFields_to { - GGetHistoryAndBalanceData_account_transfersReceived_to._(); + Built<GIdentityFieldsData_certIssuedAggregate_aggregate, + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder>, + GIdentityFields_certIssuedAggregate_aggregate { + GIdentityFieldsData_certIssuedAggregate_aggregate._(); - factory GGetHistoryAndBalanceData_account_transfersReceived_to( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersReceived_to; + factory GIdentityFieldsData_certIssuedAggregate_aggregate( + [void Function(GIdentityFieldsData_certIssuedAggregate_aggregateBuilder b) + updates]) = _$GIdentityFieldsData_certIssuedAggregate_aggregate; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder b) => - b..G__typename = 'Account'; + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder b) => + b..G__typename = 'CertAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GGetHistoryAndBalanceData_account_transfersReceived_to> + int get count; + static Serializer<GIdentityFieldsData_certIssuedAggregate_aggregate> get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersReceivedToSerializer; + _$gIdentityFieldsDataCertIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersReceived_to.serializer, + GIdentityFieldsData_certIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersReceived_to? fromJson( + static GIdentityFieldsData_certIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersReceived_to.serializer, + GIdentityFieldsData_certIssuedAggregate_aggregate.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersReceived_from +abstract class GIdentityFieldsData_certReceived implements - Built<GGetHistoryAndBalanceData_account_transfersReceived_from, - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder>, - GAccountFields_transfersReceived_from, - GTransferFields_from { - GGetHistoryAndBalanceData_account_transfersReceived_from._(); + Built<GIdentityFieldsData_certReceived, + GIdentityFieldsData_certReceivedBuilder>, + GIdentityFields_certReceived, + GCertFields { + GIdentityFieldsData_certReceived._(); - factory GGetHistoryAndBalanceData_account_transfersReceived_from( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersReceived_from; + factory GIdentityFieldsData_certReceived( + [void Function(GIdentityFieldsData_certReceivedBuilder b) updates]) = + _$GIdentityFieldsData_certReceived; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder b) => - b..G__typename = 'Account'; + static void _initializeBuilder(GIdentityFieldsData_certReceivedBuilder b) => + b..G__typename = 'Cert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; - static Serializer<GGetHistoryAndBalanceData_account_transfersReceived_from> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersReceivedFromSerializer; + @override + String? get issuerId; + @override + GIdentityFieldsData_certReceived_issuer? get issuer; + @override + String? get receiverId; + @override + GIdentityFieldsData_certReceived_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + static Serializer<GIdentityFieldsData_certReceived> get serializer => + _$gIdentityFieldsDataCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersReceived_from.serializer, + GIdentityFieldsData_certReceived.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersReceived_from? fromJson( + static GIdentityFieldsData_certReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersReceived_from.serializer, + GIdentityFieldsData_certReceived.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersReceived_comment +abstract class GIdentityFieldsData_certReceived_issuer implements - Built<GGetHistoryAndBalanceData_account_transfersReceived_comment, - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder>, - GAccountFields_transfersReceived_comment, - GTransferFields_comment { - GGetHistoryAndBalanceData_account_transfersReceived_comment._(); + Built<GIdentityFieldsData_certReceived_issuer, + GIdentityFieldsData_certReceived_issuerBuilder>, + GIdentityFields_certReceived_issuer, + GCertFields_issuer, + GIdentityBasicFields { + GIdentityFieldsData_certReceived_issuer._(); - factory GGetHistoryAndBalanceData_account_transfersReceived_comment( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder - b) - updates]) = _$GGetHistoryAndBalanceData_account_transfersReceived_comment; + factory GIdentityFieldsData_certReceived_issuer( + [void Function(GIdentityFieldsData_certReceived_issuerBuilder b) + updates]) = _$GIdentityFieldsData_certReceived_issuer; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder - b) => - b..G__typename = 'TxComment'; + GIdentityFieldsData_certReceived_issuerBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get remark; - static Serializer<GGetHistoryAndBalanceData_account_transfersReceived_comment> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersReceivedCommentSerializer; - + String? get accountId; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersReceived_comment.serializer, - this, - ) as Map<String, dynamic>); - - static GGetHistoryAndBalanceData_account_transfersReceived_comment? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersReceived_comment.serializer, + GIdentityFieldsData_certReceived_issuer_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentityFieldsData_certReceived_issuer> get serializer => + _$gIdentityFieldsDataCertReceivedIssuerSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentityFieldsData_certReceived_issuer.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentityFieldsData_certReceived_issuer? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_certReceived_issuer.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersReceivedAggregate +abstract class GIdentityFieldsData_certReceived_issuer_account implements - Built<GGetHistoryAndBalanceData_account_transfersReceivedAggregate, - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder>, - GAccountFields_transfersReceivedAggregate { - GGetHistoryAndBalanceData_account_transfersReceivedAggregate._(); + Built<GIdentityFieldsData_certReceived_issuer_account, + GIdentityFieldsData_certReceived_issuer_accountBuilder>, + GIdentityFields_certReceived_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GIdentityFieldsData_certReceived_issuer_account._(); - factory GGetHistoryAndBalanceData_account_transfersReceivedAggregate( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate; + factory GIdentityFieldsData_certReceived_issuer_account( + [void Function(GIdentityFieldsData_certReceived_issuer_accountBuilder b) + updates]) = _$GIdentityFieldsData_certReceived_issuer_account; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder - b) => - b..G__typename = 'TransferAggregate'; + GIdentityFieldsData_certReceived_issuer_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate? - get aggregate; - static Serializer< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate> + int get createdOn; + static Serializer<GIdentityFieldsData_certReceived_issuer_account> get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersReceivedAggregateSerializer; + _$gIdentityFieldsDataCertReceivedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate.serializer, + GIdentityFieldsData_certReceived_issuer_account.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersReceivedAggregate? fromJson( + static GIdentityFieldsData_certReceived_issuer_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate.serializer, + GIdentityFieldsData_certReceived_issuer_account.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate +abstract class GIdentityFieldsData_certReceived_receiver implements - Built< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder>, - GAccountFields_transfersReceivedAggregate_aggregate { - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate._(); + Built<GIdentityFieldsData_certReceived_receiver, + GIdentityFieldsData_certReceived_receiverBuilder>, + GIdentityFields_certReceived_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GIdentityFieldsData_certReceived_receiver._(); - factory GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate; + factory GIdentityFieldsData_certReceived_receiver( + [void Function(GIdentityFieldsData_certReceived_receiverBuilder b) + updates]) = _$GIdentityFieldsData_certReceived_receiver; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder - b) => - b..G__typename = 'TransferAggregateFields'; + GIdentityFieldsData_certReceived_receiverBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum? - get sum; + String? get accountId; @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersReceivedAggregateAggregateSerializer; + GIdentityFieldsData_certReceived_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GIdentityFieldsData_certReceived_receiver> get serializer => + _$gIdentityFieldsDataCertReceivedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - .serializer, + GIdentityFieldsData_certReceived_receiver.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - .serializer, - json, - ); + static GIdentityFieldsData_certReceived_receiver? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_certReceived_receiver.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum +abstract class GIdentityFieldsData_certReceived_receiver_account implements - Built< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder>, - GAccountFields_transfersReceivedAggregate_aggregate_sum { - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum._(); + Built<GIdentityFieldsData_certReceived_receiver_account, + GIdentityFieldsData_certReceived_receiver_accountBuilder>, + GIdentityFields_certReceived_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GIdentityFieldsData_certReceived_receiver_account._(); - factory GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum; + factory GIdentityFieldsData_certReceived_receiver_account( + [void Function(GIdentityFieldsData_certReceived_receiver_accountBuilder b) + updates]) = _$GIdentityFieldsData_certReceived_receiver_account; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder - b) => - b..G__typename = 'TransferSumFields'; + GIdentityFieldsData_certReceived_receiver_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int? get amount; - static Serializer< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum> + int get createdOn; + static Serializer<GIdentityFieldsData_certReceived_receiver_account> get serializer => - _$gGetHistoryAndBalanceDataAccountTransfersReceivedAggregateAggregateSumSerializer; + _$gIdentityFieldsDataCertReceivedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - .serializer, + GIdentityFieldsData_certReceived_receiver_account.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - .serializer, - json, - ); + static GIdentityFieldsData_certReceived_receiver_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_certReceived_receiver_account.serializer, + json, + ); } -abstract class GGetHistoryAndBalanceData_account_wasIdentity +abstract class GIdentityFieldsData_certReceivedAggregate implements - Built<GGetHistoryAndBalanceData_account_wasIdentity, - GGetHistoryAndBalanceData_account_wasIdentityBuilder>, - GAccountFields_wasIdentity, - GOwnerKeyChangeFields { - GGetHistoryAndBalanceData_account_wasIdentity._(); + Built<GIdentityFieldsData_certReceivedAggregate, + GIdentityFieldsData_certReceivedAggregateBuilder>, + GIdentityFields_certReceivedAggregate { + GIdentityFieldsData_certReceivedAggregate._(); - factory GGetHistoryAndBalanceData_account_wasIdentity( - [void Function(GGetHistoryAndBalanceData_account_wasIdentityBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_wasIdentity; + factory GIdentityFieldsData_certReceivedAggregate( + [void Function(GIdentityFieldsData_certReceivedAggregateBuilder b) + updates]) = _$GIdentityFieldsData_certReceivedAggregate; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_wasIdentityBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + GIdentityFieldsData_certReceivedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - int get blockNumber; - @override - String? get identityId; - @override - String? get nextId; - @override - String? get previousId; - static Serializer<GGetHistoryAndBalanceData_account_wasIdentity> - get serializer => _$gGetHistoryAndBalanceDataAccountWasIdentitySerializer; + GIdentityFieldsData_certReceivedAggregate_aggregate? get aggregate; + static Serializer<GIdentityFieldsData_certReceivedAggregate> get serializer => + _$gIdentityFieldsDataCertReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_wasIdentity.serializer, + GIdentityFieldsData_certReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_wasIdentity? fromJson( + static GIdentityFieldsData_certReceivedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_wasIdentity.serializer, + GIdentityFieldsData_certReceivedAggregate.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_wasIdentityAggregate +abstract class GIdentityFieldsData_certReceivedAggregate_aggregate implements - Built<GGetHistoryAndBalanceData_account_wasIdentityAggregate, - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder>, - GAccountFields_wasIdentityAggregate { - GGetHistoryAndBalanceData_account_wasIdentityAggregate._(); + Built<GIdentityFieldsData_certReceivedAggregate_aggregate, + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder>, + GIdentityFields_certReceivedAggregate_aggregate { + GIdentityFieldsData_certReceivedAggregate_aggregate._(); - factory GGetHistoryAndBalanceData_account_wasIdentityAggregate( + factory GIdentityFieldsData_certReceivedAggregate_aggregate( [void Function( - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder b) - updates]) = _$GGetHistoryAndBalanceData_account_wasIdentityAggregate; + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder b) + updates]) = _$GIdentityFieldsData_certReceivedAggregate_aggregate; static void _initializeBuilder( - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder b) => + b..G__typename = 'CertAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate? - get aggregate; - static Serializer<GGetHistoryAndBalanceData_account_wasIdentityAggregate> + int get count; + static Serializer<GIdentityFieldsData_certReceivedAggregate_aggregate> get serializer => - _$gGetHistoryAndBalanceDataAccountWasIdentityAggregateSerializer; + _$gIdentityFieldsDataCertReceivedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_wasIdentityAggregate.serializer, + GIdentityFieldsData_certReceivedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_wasIdentityAggregate? fromJson( + static GIdentityFieldsData_certReceivedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_wasIdentityAggregate.serializer, + GIdentityFieldsData_certReceivedAggregate_aggregate.serializer, json, ); } -abstract class GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate +abstract class GIdentityFieldsData_linkedAccount implements - Built<GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate, - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder>, - GAccountFields_wasIdentityAggregate_aggregate { - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate._(); + Built<GIdentityFieldsData_linkedAccount, + GIdentityFieldsData_linkedAccountBuilder>, + GIdentityFields_linkedAccount { + GIdentityFieldsData_linkedAccount._(); - factory GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder - b) - updates]) = - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate; + factory GIdentityFieldsData_linkedAccount( + [void Function(GIdentityFieldsData_linkedAccountBuilder b) updates]) = + _$GIdentityFieldsData_linkedAccount; - static void _initializeBuilder( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder - b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; + static void _initializeBuilder(GIdentityFieldsData_linkedAccountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate> - get serializer => - _$gGetHistoryAndBalanceDataAccountWasIdentityAggregateAggregateSerializer; + String get id; + static Serializer<GIdentityFieldsData_linkedAccount> get serializer => + _$gIdentityFieldsDataLinkedAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate - .serializer, + GIdentityFieldsData_linkedAccount.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate - .serializer, - json, - ); + static GIdentityFieldsData_linkedAccount? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_linkedAccount.serializer, + json, + ); } -abstract class GCertFields { - String get G__typename; - String get id; - String? get issuerId; - GCertFields_issuer? get issuer; - String? get receiverId; - GCertFields_receiver? get receiver; - int get createdOn; - int get expireOn; - bool get isActive; - int get updatedOn; - Map<String, dynamic> toJson(); -} +abstract class GIdentityFieldsData_linkedAccountAggregate + implements + Built<GIdentityFieldsData_linkedAccountAggregate, + GIdentityFieldsData_linkedAccountAggregateBuilder>, + GIdentityFields_linkedAccountAggregate { + GIdentityFieldsData_linkedAccountAggregate._(); + + factory GIdentityFieldsData_linkedAccountAggregate( + [void Function(GIdentityFieldsData_linkedAccountAggregateBuilder b) + updates]) = _$GIdentityFieldsData_linkedAccountAggregate; + + static void _initializeBuilder( + GIdentityFieldsData_linkedAccountAggregateBuilder b) => + b..G__typename = 'AccountAggregate'; -abstract class GCertFields_issuer implements GIdentityBasicFields { @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; + GIdentityFieldsData_linkedAccountAggregate_aggregate? get aggregate; + static Serializer<GIdentityFieldsData_linkedAccountAggregate> + get serializer => _$gIdentityFieldsDataLinkedAccountAggregateSerializer; + @override - Map<String, dynamic> toJson(); + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentityFieldsData_linkedAccountAggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentityFieldsData_linkedAccountAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_linkedAccountAggregate.serializer, + json, + ); } -abstract class GCertFields_receiver implements GIdentityBasicFields { +abstract class GIdentityFieldsData_linkedAccountAggregate_aggregate + implements + Built<GIdentityFieldsData_linkedAccountAggregate_aggregate, + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder>, + GIdentityFields_linkedAccountAggregate_aggregate { + GIdentityFieldsData_linkedAccountAggregate_aggregate._(); + + factory GIdentityFieldsData_linkedAccountAggregate_aggregate( + [void Function( + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder b) + updates]) = _$GIdentityFieldsData_linkedAccountAggregate_aggregate; + + static void _initializeBuilder( + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder b) => + b..G__typename = 'AccountAggregateFields'; + @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; + int get count; + static Serializer<GIdentityFieldsData_linkedAccountAggregate_aggregate> + get serializer => + _$gIdentityFieldsDataLinkedAccountAggregateAggregateSerializer; + @override - Map<String, dynamic> toJson(); + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentityFieldsData_linkedAccountAggregate_aggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentityFieldsData_linkedAccountAggregate_aggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_linkedAccountAggregate_aggregate.serializer, + json, + ); } -abstract class GCertFieldsData - implements Built<GCertFieldsData, GCertFieldsDataBuilder>, GCertFields { - GCertFieldsData._(); +abstract class GIdentityFieldsData_membershipHistory + implements + Built<GIdentityFieldsData_membershipHistory, + GIdentityFieldsData_membershipHistoryBuilder>, + GIdentityFields_membershipHistory { + GIdentityFieldsData_membershipHistory._(); - factory GCertFieldsData([void Function(GCertFieldsDataBuilder b) updates]) = - _$GCertFieldsData; + factory GIdentityFieldsData_membershipHistory( + [void Function(GIdentityFieldsData_membershipHistoryBuilder b) + updates]) = _$GIdentityFieldsData_membershipHistory; - static void _initializeBuilder(GCertFieldsDataBuilder b) => - b..G__typename = 'Cert'; + static void _initializeBuilder( + GIdentityFieldsData_membershipHistoryBuilder b) => + b..G__typename = 'MembershipEvent'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - GCertFieldsData_issuer? get issuer; - @override - String? get receiverId; - @override - GCertFieldsData_receiver? get receiver; + int get blockNumber; @override - int get createdOn; + String? get eventId; @override - int get expireOn; + _i2.GEventTypeEnum? get eventType; @override - bool get isActive; + String get id; @override - int get updatedOn; - static Serializer<GCertFieldsData> get serializer => - _$gCertFieldsDataSerializer; + String? get identityId; + static Serializer<GIdentityFieldsData_membershipHistory> get serializer => + _$gIdentityFieldsDataMembershipHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GCertFieldsData.serializer, + GIdentityFieldsData_membershipHistory.serializer, this, ) as Map<String, dynamic>); - static GCertFieldsData? fromJson(Map<String, dynamic> json) => + static GIdentityFieldsData_membershipHistory? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GCertFieldsData.serializer, + GIdentityFieldsData_membershipHistory.serializer, json, ); } -abstract class GCertFieldsData_issuer +abstract class GIdentityFieldsData_membershipHistoryAggregate implements - Built<GCertFieldsData_issuer, GCertFieldsData_issuerBuilder>, - GCertFields_issuer, - GIdentityBasicFields { - GCertFieldsData_issuer._(); + Built<GIdentityFieldsData_membershipHistoryAggregate, + GIdentityFieldsData_membershipHistoryAggregateBuilder>, + GIdentityFields_membershipHistoryAggregate { + GIdentityFieldsData_membershipHistoryAggregate._(); - factory GCertFieldsData_issuer( - [void Function(GCertFieldsData_issuerBuilder b) updates]) = - _$GCertFieldsData_issuer; + factory GIdentityFieldsData_membershipHistoryAggregate( + [void Function(GIdentityFieldsData_membershipHistoryAggregateBuilder b) + updates]) = _$GIdentityFieldsData_membershipHistoryAggregate; - static void _initializeBuilder(GCertFieldsData_issuerBuilder b) => - b..G__typename = 'Identity'; + static void _initializeBuilder( + GIdentityFieldsData_membershipHistoryAggregateBuilder b) => + b..G__typename = 'MembershipEventAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GCertFieldsData_issuer> get serializer => - _$gCertFieldsDataIssuerSerializer; + GIdentityFieldsData_membershipHistoryAggregate_aggregate? get aggregate; + static Serializer<GIdentityFieldsData_membershipHistoryAggregate> + get serializer => + _$gIdentityFieldsDataMembershipHistoryAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GCertFieldsData_issuer.serializer, + GIdentityFieldsData_membershipHistoryAggregate.serializer, this, ) as Map<String, dynamic>); - static GCertFieldsData_issuer? fromJson(Map<String, dynamic> json) => + static GIdentityFieldsData_membershipHistoryAggregate? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GCertFieldsData_issuer.serializer, + GIdentityFieldsData_membershipHistoryAggregate.serializer, json, ); } -abstract class GCertFieldsData_receiver +abstract class GIdentityFieldsData_membershipHistoryAggregate_aggregate implements - Built<GCertFieldsData_receiver, GCertFieldsData_receiverBuilder>, - GCertFields_receiver, - GIdentityBasicFields { - GCertFieldsData_receiver._(); + Built<GIdentityFieldsData_membershipHistoryAggregate_aggregate, + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder>, + GIdentityFields_membershipHistoryAggregate_aggregate { + GIdentityFieldsData_membershipHistoryAggregate_aggregate._(); - factory GCertFieldsData_receiver( - [void Function(GCertFieldsData_receiverBuilder b) updates]) = - _$GCertFieldsData_receiver; + factory GIdentityFieldsData_membershipHistoryAggregate_aggregate( + [void Function( + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder b) + updates]) = _$GIdentityFieldsData_membershipHistoryAggregate_aggregate; - static void _initializeBuilder(GCertFieldsData_receiverBuilder b) => - b..G__typename = 'Identity'; + static void _initializeBuilder( + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder b) => + b..G__typename = 'MembershipEventAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GCertFieldsData_receiver> get serializer => - _$gCertFieldsDataReceiverSerializer; + int get count; + static Serializer<GIdentityFieldsData_membershipHistoryAggregate_aggregate> + get serializer => + _$gIdentityFieldsDataMembershipHistoryAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GCertFieldsData_receiver.serializer, + GIdentityFieldsData_membershipHistoryAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GCertFieldsData_receiver? fromJson(Map<String, dynamic> json) => + static GIdentityFieldsData_membershipHistoryAggregate_aggregate? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GCertFieldsData_receiver.serializer, + GIdentityFieldsData_membershipHistoryAggregate_aggregate.serializer, json, ); } -abstract class GSmithCertFields { - String get G__typename; - String get id; - String? get issuerId; - String? get receiverId; - int get createdOn; - Map<String, dynamic> toJson(); -} - -abstract class GSmithCertFieldsData +abstract class GIdentityFieldsData_ownerKeyChange implements - Built<GSmithCertFieldsData, GSmithCertFieldsDataBuilder>, - GSmithCertFields { - GSmithCertFieldsData._(); + Built<GIdentityFieldsData_ownerKeyChange, + GIdentityFieldsData_ownerKeyChangeBuilder>, + GIdentityFields_ownerKeyChange, + GOwnerKeyChangeFields { + GIdentityFieldsData_ownerKeyChange._(); - factory GSmithCertFieldsData( - [void Function(GSmithCertFieldsDataBuilder b) updates]) = - _$GSmithCertFieldsData; + factory GIdentityFieldsData_ownerKeyChange( + [void Function(GIdentityFieldsData_ownerKeyChangeBuilder b) + updates]) = _$GIdentityFieldsData_ownerKeyChange; - static void _initializeBuilder(GSmithCertFieldsDataBuilder b) => - b..G__typename = 'SmithCert'; + static void _initializeBuilder(GIdentityFieldsData_ownerKeyChangeBuilder b) => + b..G__typename = 'ChangeOwnerKey'; @override @BuiltValueField(wireName: '__typename') @@ -10864,77 +11358,118 @@ abstract class GSmithCertFieldsData @override String get id; @override - String? get issuerId; + int get blockNumber; @override - String? get receiverId; + String? get identityId; @override - int get createdOn; - static Serializer<GSmithCertFieldsData> get serializer => - _$gSmithCertFieldsDataSerializer; + String? get nextId; + @override + String? get previousId; + static Serializer<GIdentityFieldsData_ownerKeyChange> get serializer => + _$gIdentityFieldsDataOwnerKeyChangeSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GSmithCertFieldsData.serializer, + GIdentityFieldsData_ownerKeyChange.serializer, this, ) as Map<String, dynamic>); - static GSmithCertFieldsData? fromJson(Map<String, dynamic> json) => + static GIdentityFieldsData_ownerKeyChange? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GSmithCertFieldsData.serializer, + GIdentityFieldsData_ownerKeyChange.serializer, json, ); } -abstract class GSmithFields { - String get G__typename; - String get id; - int get forged; - int get index; - int? get lastChanged; - int? get lastForged; - BuiltList<GSmithFields_smithCertIssued> get smithCertIssued; - BuiltList<GSmithFields_smithCertReceived> get smithCertReceived; - Map<String, dynamic> toJson(); -} +abstract class GIdentityFieldsData_ownerKeyChangeAggregate + implements + Built<GIdentityFieldsData_ownerKeyChangeAggregate, + GIdentityFieldsData_ownerKeyChangeAggregateBuilder>, + GIdentityFields_ownerKeyChangeAggregate { + GIdentityFieldsData_ownerKeyChangeAggregate._(); -abstract class GSmithFields_smithCertIssued implements GSmithCertFields { - @override - String get G__typename; - @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override - int get createdOn; - @override - Map<String, dynamic> toJson(); -} + factory GIdentityFieldsData_ownerKeyChangeAggregate( + [void Function(GIdentityFieldsData_ownerKeyChangeAggregateBuilder b) + updates]) = _$GIdentityFieldsData_ownerKeyChangeAggregate; + + static void _initializeBuilder( + GIdentityFieldsData_ownerKeyChangeAggregateBuilder b) => + b..G__typename = 'ChangeOwnerKeyAggregate'; -abstract class GSmithFields_smithCertReceived implements GSmithCertFields { @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate? get aggregate; + static Serializer<GIdentityFieldsData_ownerKeyChangeAggregate> + get serializer => _$gIdentityFieldsDataOwnerKeyChangeAggregateSerializer; + @override - String? get receiverId; + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentityFieldsData_ownerKeyChangeAggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentityFieldsData_ownerKeyChangeAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_ownerKeyChangeAggregate.serializer, + json, + ); +} + +abstract class GIdentityFieldsData_ownerKeyChangeAggregate_aggregate + implements + Built<GIdentityFieldsData_ownerKeyChangeAggregate_aggregate, + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder>, + GIdentityFields_ownerKeyChangeAggregate_aggregate { + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate._(); + + factory GIdentityFieldsData_ownerKeyChangeAggregate_aggregate( + [void Function( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder b) + updates]) = _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate; + + static void _initializeBuilder( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder b) => + b..G__typename = 'ChangeOwnerKeyAggregateFields'; + @override - int get createdOn; + @BuiltValueField(wireName: '__typename') + String get G__typename; @override - Map<String, dynamic> toJson(); + int get count; + static Serializer<GIdentityFieldsData_ownerKeyChangeAggregate_aggregate> + get serializer => + _$gIdentityFieldsDataOwnerKeyChangeAggregateAggregateSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GIdentityFieldsData_ownerKeyChangeAggregate_aggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate.serializer, + json, + ); } -abstract class GSmithFieldsData - implements Built<GSmithFieldsData, GSmithFieldsDataBuilder>, GSmithFields { - GSmithFieldsData._(); +abstract class GIdentityFieldsData_smith + implements + Built<GIdentityFieldsData_smith, GIdentityFieldsData_smithBuilder>, + GIdentityFields_smith, + GSmithFields { + GIdentityFieldsData_smith._(); - factory GSmithFieldsData([void Function(GSmithFieldsDataBuilder b) updates]) = - _$GSmithFieldsData; + factory GIdentityFieldsData_smith( + [void Function(GIdentityFieldsData_smithBuilder b) updates]) = + _$GIdentityFieldsData_smith; - static void _initializeBuilder(GSmithFieldsDataBuilder b) => + static void _initializeBuilder(GIdentityFieldsData_smithBuilder b) => b..G__typename = 'Smith'; @override @@ -10951,38 +11486,40 @@ abstract class GSmithFieldsData @override int? get lastForged; @override - BuiltList<GSmithFieldsData_smithCertIssued> get smithCertIssued; + BuiltList<GIdentityFieldsData_smith_smithCertIssued> get smithCertIssued; @override - BuiltList<GSmithFieldsData_smithCertReceived> get smithCertReceived; - static Serializer<GSmithFieldsData> get serializer => - _$gSmithFieldsDataSerializer; + BuiltList<GIdentityFieldsData_smith_smithCertReceived> get smithCertReceived; + static Serializer<GIdentityFieldsData_smith> get serializer => + _$gIdentityFieldsDataSmithSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GSmithFieldsData.serializer, + GIdentityFieldsData_smith.serializer, this, ) as Map<String, dynamic>); - static GSmithFieldsData? fromJson(Map<String, dynamic> json) => + static GIdentityFieldsData_smith? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GSmithFieldsData.serializer, + GIdentityFieldsData_smith.serializer, json, ); } -abstract class GSmithFieldsData_smithCertIssued +abstract class GIdentityFieldsData_smith_smithCertIssued implements - Built<GSmithFieldsData_smithCertIssued, - GSmithFieldsData_smithCertIssuedBuilder>, + Built<GIdentityFieldsData_smith_smithCertIssued, + GIdentityFieldsData_smith_smithCertIssuedBuilder>, + GIdentityFields_smith_smithCertIssued, GSmithFields_smithCertIssued, GSmithCertFields { - GSmithFieldsData_smithCertIssued._(); + GIdentityFieldsData_smith_smithCertIssued._(); - factory GSmithFieldsData_smithCertIssued( - [void Function(GSmithFieldsData_smithCertIssuedBuilder b) updates]) = - _$GSmithFieldsData_smithCertIssued; + factory GIdentityFieldsData_smith_smithCertIssued( + [void Function(GIdentityFieldsData_smith_smithCertIssuedBuilder b) + updates]) = _$GIdentityFieldsData_smith_smithCertIssued; - static void _initializeBuilder(GSmithFieldsData_smithCertIssuedBuilder b) => + static void _initializeBuilder( + GIdentityFieldsData_smith_smithCertIssuedBuilder b) => b..G__typename = 'SmithCert'; @override @@ -10996,36 +11533,38 @@ abstract class GSmithFieldsData_smithCertIssued String? get receiverId; @override int get createdOn; - static Serializer<GSmithFieldsData_smithCertIssued> get serializer => - _$gSmithFieldsDataSmithCertIssuedSerializer; + static Serializer<GIdentityFieldsData_smith_smithCertIssued> get serializer => + _$gIdentityFieldsDataSmithSmithCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GSmithFieldsData_smithCertIssued.serializer, + GIdentityFieldsData_smith_smithCertIssued.serializer, this, ) as Map<String, dynamic>); - static GSmithFieldsData_smithCertIssued? fromJson( + static GIdentityFieldsData_smith_smithCertIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GSmithFieldsData_smithCertIssued.serializer, + GIdentityFieldsData_smith_smithCertIssued.serializer, json, ); } -abstract class GSmithFieldsData_smithCertReceived +abstract class GIdentityFieldsData_smith_smithCertReceived implements - Built<GSmithFieldsData_smithCertReceived, - GSmithFieldsData_smithCertReceivedBuilder>, + Built<GIdentityFieldsData_smith_smithCertReceived, + GIdentityFieldsData_smith_smithCertReceivedBuilder>, + GIdentityFields_smith_smithCertReceived, GSmithFields_smithCertReceived, GSmithCertFields { - GSmithFieldsData_smithCertReceived._(); + GIdentityFieldsData_smith_smithCertReceived._(); - factory GSmithFieldsData_smithCertReceived( - [void Function(GSmithFieldsData_smithCertReceivedBuilder b) - updates]) = _$GSmithFieldsData_smithCertReceived; + factory GIdentityFieldsData_smith_smithCertReceived( + [void Function(GIdentityFieldsData_smith_smithCertReceivedBuilder b) + updates]) = _$GIdentityFieldsData_smith_smithCertReceived; - static void _initializeBuilder(GSmithFieldsData_smithCertReceivedBuilder b) => + static void _initializeBuilder( + GIdentityFieldsData_smith_smithCertReceivedBuilder b) => b..G__typename = 'SmithCert'; @override @@ -11039,45 +11578,36 @@ abstract class GSmithFieldsData_smithCertReceived String? get receiverId; @override int get createdOn; - static Serializer<GSmithFieldsData_smithCertReceived> get serializer => - _$gSmithFieldsDataSmithCertReceivedSerializer; + static Serializer<GIdentityFieldsData_smith_smithCertReceived> + get serializer => _$gIdentityFieldsDataSmithSmithCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GSmithFieldsData_smithCertReceived.serializer, + GIdentityFieldsData_smith_smithCertReceived.serializer, this, ) as Map<String, dynamic>); - static GSmithFieldsData_smithCertReceived? fromJson( + static GIdentityFieldsData_smith_smithCertReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GSmithFieldsData_smithCertReceived.serializer, + GIdentityFieldsData_smith_smithCertReceived.serializer, json, ); } -abstract class GOwnerKeyChangeFields { - String get G__typename; - String get id; - int get blockNumber; - String? get identityId; - String? get nextId; - String? get previousId; - Map<String, dynamic> toJson(); -} - -abstract class GOwnerKeyChangeFieldsData +abstract class GIdentityFieldsData_udHistory implements - Built<GOwnerKeyChangeFieldsData, GOwnerKeyChangeFieldsDataBuilder>, - GOwnerKeyChangeFields { - GOwnerKeyChangeFieldsData._(); + Built<GIdentityFieldsData_udHistory, + GIdentityFieldsData_udHistoryBuilder>, + GIdentityFields_udHistory { + GIdentityFieldsData_udHistory._(); - factory GOwnerKeyChangeFieldsData( - [void Function(GOwnerKeyChangeFieldsDataBuilder b) updates]) = - _$GOwnerKeyChangeFieldsData; + factory GIdentityFieldsData_udHistory( + [void Function(GIdentityFieldsData_udHistoryBuilder b) updates]) = + _$GIdentityFieldsData_udHistory; - static void _initializeBuilder(GOwnerKeyChangeFieldsDataBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + static void _initializeBuilder(GIdentityFieldsData_udHistoryBuilder b) => + b..G__typename = 'UdHistory'; @override @BuiltValueField(wireName: '__typename') @@ -11085,141 +11615,186 @@ abstract class GOwnerKeyChangeFieldsData @override String get id; @override - int get blockNumber; - @override - String? get identityId; - @override - String? get nextId; + int get amount; @override - String? get previousId; - static Serializer<GOwnerKeyChangeFieldsData> get serializer => - _$gOwnerKeyChangeFieldsDataSerializer; + _i2.Gtimestamptz get timestamp; + static Serializer<GIdentityFieldsData_udHistory> get serializer => + _$gIdentityFieldsDataUdHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GOwnerKeyChangeFieldsData.serializer, + GIdentityFieldsData_udHistory.serializer, this, ) as Map<String, dynamic>); - static GOwnerKeyChangeFieldsData? fromJson(Map<String, dynamic> json) => + static GIdentityFieldsData_udHistory? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GOwnerKeyChangeFieldsData.serializer, + GIdentityFieldsData_udHistory.serializer, json, ); } -abstract class GIdentityBasicFields { +abstract class GCommentsIssued { String get G__typename; - String? get accountId; + String? get authorId; + int get blockNumber; + String? get eventId; + String get hash; String get id; - bool get isMember; - _i2.GIdentityStatusEnum? get status; - String get name; + String get remark; + _i2.GCommentTypeEnum? get type; Map<String, dynamic> toJson(); } -abstract class GIdentityBasicFieldsData +abstract class GCommentsIssuedData implements - Built<GIdentityBasicFieldsData, GIdentityBasicFieldsDataBuilder>, - GIdentityBasicFields { - GIdentityBasicFieldsData._(); + Built<GCommentsIssuedData, GCommentsIssuedDataBuilder>, + GCommentsIssued { + GCommentsIssuedData._(); - factory GIdentityBasicFieldsData( - [void Function(GIdentityBasicFieldsDataBuilder b) updates]) = - _$GIdentityBasicFieldsData; + factory GCommentsIssuedData( + [void Function(GCommentsIssuedDataBuilder b) updates]) = + _$GCommentsIssuedData; - static void _initializeBuilder(GIdentityBasicFieldsDataBuilder b) => - b..G__typename = 'Identity'; + static void _initializeBuilder(GCommentsIssuedDataBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; + String? get authorId; @override - String get id; + int get blockNumber; @override - bool get isMember; + String? get eventId; @override - _i2.GIdentityStatusEnum? get status; + String get hash; @override - String get name; - static Serializer<GIdentityBasicFieldsData> get serializer => - _$gIdentityBasicFieldsDataSerializer; + String get id; + @override + String get remark; + @override + _i2.GCommentTypeEnum? get type; + static Serializer<GCommentsIssuedData> get serializer => + _$gCommentsIssuedDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityBasicFieldsData.serializer, + GCommentsIssuedData.serializer, this, ) as Map<String, dynamic>); - static GIdentityBasicFieldsData? fromJson(Map<String, dynamic> json) => + static GCommentsIssuedData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityBasicFieldsData.serializer, + GCommentsIssuedData.serializer, json, ); } -abstract class GIdentityFields { +abstract class GAccountBasicFields { String get G__typename; - String? get accountId; - String? get accountRemovedId; - BuiltList<GIdentityFields_certIssued> get certIssued; - GIdentityFields_certIssuedAggregate get certIssuedAggregate; - BuiltList<GIdentityFields_certReceived> get certReceived; - GIdentityFields_certReceivedAggregate get certReceivedAggregate; - String? get createdInId; int get createdOn; - int get expireOn; String get id; - int get index; - bool get isMember; - int get lastChangeOn; - BuiltList<GIdentityFields_linkedAccount> get linkedAccount; - GIdentityFields_linkedAccountAggregate get linkedAccountAggregate; - _i2.GIdentityStatusEnum? get status; - BuiltList<GIdentityFields_membershipHistory> get membershipHistory; - GIdentityFields_membershipHistoryAggregate get membershipHistoryAggregate; - String get name; - BuiltList<GIdentityFields_ownerKeyChange> get ownerKeyChange; - GIdentityFields_ownerKeyChangeAggregate get ownerKeyChangeAggregate; - GIdentityFields_smith? get smith; - BuiltList<GIdentityFields_udHistory>? get udHistory; + GAccountBasicFields_identity? get identity; + bool get isActive; Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certIssued implements GCertFields { +abstract class GAccountBasicFields_identity implements GIdentityBasicFields { @override String get G__typename; @override - String get id; + String? get accountId; @override - String? get issuerId; + GAccountBasicFields_identity_account? get account; @override - GIdentityFields_certIssued_issuer? get issuer; + String get id; @override - String? get receiverId; + bool get isMember; @override - GIdentityFields_certIssued_receiver? get receiver; + _i2.GIdentityStatusEnum? get status; @override - int get createdOn; + String get name; @override int get expireOn; @override - bool get isActive; + Map<String, dynamic> toJson(); +} + +abstract class GAccountBasicFields_identity_account + implements GIdentityBasicFields_account { @override - int get updatedOn; + String get G__typename; + @override + int get createdOn; @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certIssued_issuer - implements GCertFields_issuer, GIdentityBasicFields { +abstract class GAccountBasicFieldsData + implements + Built<GAccountBasicFieldsData, GAccountBasicFieldsDataBuilder>, + GAccountBasicFields { + GAccountBasicFieldsData._(); + + factory GAccountBasicFieldsData( + [void Function(GAccountBasicFieldsDataBuilder b) updates]) = + _$GAccountBasicFieldsData; + + static void _initializeBuilder(GAccountBasicFieldsDataBuilder b) => + b..G__typename = 'Account'; + + @override + @BuiltValueField(wireName: '__typename') + String get G__typename; + @override + int get createdOn; + @override + String get id; + @override + GAccountBasicFieldsData_identity? get identity; + @override + bool get isActive; + static Serializer<GAccountBasicFieldsData> get serializer => + _$gAccountBasicFieldsDataSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountBasicFieldsData.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountBasicFieldsData? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountBasicFieldsData.serializer, + json, + ); +} + +abstract class GAccountBasicFieldsData_identity + implements + Built<GAccountBasicFieldsData_identity, + GAccountBasicFieldsData_identityBuilder>, + GAccountBasicFields_identity, + GIdentityBasicFields { + GAccountBasicFieldsData_identity._(); + + factory GAccountBasicFieldsData_identity( + [void Function(GAccountBasicFieldsData_identityBuilder b) updates]) = + _$GAccountBasicFieldsData_identity; + + static void _initializeBuilder(GAccountBasicFieldsData_identityBuilder b) => + b..G__typename = 'Identity'; + @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override String? get accountId; @override + GAccountBasicFieldsData_identity_account? get account; + @override String get id; @override bool get isMember; @@ -11228,89 +11803,219 @@ abstract class GIdentityFields_certIssued_issuer @override String get name; @override - Map<String, dynamic> toJson(); + int get expireOn; + static Serializer<GAccountBasicFieldsData_identity> get serializer => + _$gAccountBasicFieldsDataIdentitySerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountBasicFieldsData_identity.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountBasicFieldsData_identity? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountBasicFieldsData_identity.serializer, + json, + ); } -abstract class GIdentityFields_certIssued_receiver - implements GCertFields_receiver, GIdentityBasicFields { +abstract class GAccountBasicFieldsData_identity_account + implements + Built<GAccountBasicFieldsData_identity_account, + GAccountBasicFieldsData_identity_accountBuilder>, + GAccountBasicFields_identity_account, + GIdentityBasicFields_account { + GAccountBasicFieldsData_identity_account._(); + + factory GAccountBasicFieldsData_identity_account( + [void Function(GAccountBasicFieldsData_identity_accountBuilder b) + updates]) = _$GAccountBasicFieldsData_identity_account; + + static void _initializeBuilder( + GAccountBasicFieldsData_identity_accountBuilder b) => + b..G__typename = 'Account'; + @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; + int get createdOn; + static Serializer<GAccountBasicFieldsData_identity_account> get serializer => + _$gAccountBasicFieldsDataIdentityAccountSerializer; + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountBasicFieldsData_identity_account.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountBasicFieldsData_identity_account? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountBasicFieldsData_identity_account.serializer, + json, + ); +} + +abstract class GAccountFields { + String get G__typename; + BuiltList<GAccountFields_commentsIssued> get commentsIssued; + GAccountFields_commentsIssuedAggregate get commentsIssuedAggregate; + int get createdOn; String get id; + GAccountFields_identity? get identity; + bool get isActive; + GAccountFields_linkedIdentity? get linkedIdentity; + BuiltList<GAccountFields_removedIdentities> get removedIdentities; + GAccountFields_removedIdentitiesAggregate get removedIdentitiesAggregate; + BuiltList<GAccountFields_transfersIssued> get transfersIssued; + GAccountFields_transfersIssuedAggregate get transfersIssuedAggregate; + BuiltList<GAccountFields_transfersReceived> get transfersReceived; + GAccountFields_transfersReceivedAggregate get transfersReceivedAggregate; + BuiltList<GAccountFields_wasIdentity> get wasIdentity; + GAccountFields_wasIdentityAggregate get wasIdentityAggregate; + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_commentsIssued implements GCommentsIssued { @override - bool get isMember; + String get G__typename; @override - _i2.GIdentityStatusEnum? get status; + String? get authorId; @override - String get name; + int get blockNumber; + @override + String? get eventId; + @override + String get hash; + @override + String get id; + @override + String get remark; + @override + _i2.GCommentTypeEnum? get type; @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certIssuedAggregate { +abstract class GAccountFields_commentsIssuedAggregate { String get G__typename; - GIdentityFields_certIssuedAggregate_aggregate? get aggregate; + GAccountFields_commentsIssuedAggregate_aggregate? get aggregate; Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certIssuedAggregate_aggregate { +abstract class GAccountFields_commentsIssuedAggregate_aggregate { String get G__typename; int get count; Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certReceived implements GCertFields { +abstract class GAccountFields_identity implements GIdentityFields { @override String get G__typename; @override - String get id; + GAccountFields_identity_account? get account; @override - String? get issuerId; + String? get accountId; @override - GIdentityFields_certReceived_issuer? get issuer; + String? get accountRemovedId; @override - String? get receiverId; + BuiltList<GAccountFields_identity_certIssued> get certIssued; @override - GIdentityFields_certReceived_receiver? get receiver; + GAccountFields_identity_certIssuedAggregate get certIssuedAggregate; + @override + BuiltList<GAccountFields_identity_certReceived> get certReceived; + @override + GAccountFields_identity_certReceivedAggregate get certReceivedAggregate; + @override + String? get createdInId; @override int get createdOn; @override int get expireOn; @override - bool get isActive; + String get id; @override - int get updatedOn; + int get index; + @override + bool get isMember; + @override + int get lastChangeOn; + @override + BuiltList<GAccountFields_identity_linkedAccount> get linkedAccount; + @override + GAccountFields_identity_linkedAccountAggregate get linkedAccountAggregate; + @override + _i2.GIdentityStatusEnum? get status; + @override + BuiltList<GAccountFields_identity_membershipHistory> get membershipHistory; + @override + GAccountFields_identity_membershipHistoryAggregate + get membershipHistoryAggregate; + @override + String get name; + @override + BuiltList<GAccountFields_identity_ownerKeyChange> get ownerKeyChange; + @override + GAccountFields_identity_ownerKeyChangeAggregate get ownerKeyChangeAggregate; + @override + GAccountFields_identity_smith? get smith; + @override + BuiltList<GAccountFields_identity_udHistory>? get udHistory; @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certReceived_issuer - implements GCertFields_issuer, GIdentityBasicFields { +abstract class GAccountFields_identity_account + implements GIdentityFields_account { @override String get G__typename; @override - String? get accountId; + int get createdOn; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_certIssued + implements GIdentityFields_certIssued, GCertFields { + @override + String get G__typename; @override String get id; @override - bool get isMember; + String? get issuerId; @override - _i2.GIdentityStatusEnum? get status; + GAccountFields_identity_certIssued_issuer? get issuer; @override - String get name; + String? get receiverId; + @override + GAccountFields_identity_certIssued_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certReceived_receiver - implements GCertFields_receiver, GIdentityBasicFields { +abstract class GAccountFields_identity_certIssued_issuer + implements + GIdentityFields_certIssued_issuer, + GCertFields_issuer, + GIdentityBasicFields { @override String get G__typename; @override String? get accountId; @override + GAccountFields_identity_certIssued_issuer_account? get account; + @override String get id; @override bool get isMember; @@ -11319,62 +12024,274 @@ abstract class GIdentityFields_certReceived_receiver @override String get name; @override + int get expireOn; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certReceivedAggregate { +abstract class GAccountFields_identity_certIssued_issuer_account + implements + GIdentityFields_certIssued_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + @override String get G__typename; - GIdentityFields_certReceivedAggregate_aggregate? get aggregate; - Map<String, dynamic> toJson(); + @override + int get createdOn; + @override + Map<String, dynamic> toJson(); } -abstract class GIdentityFields_certReceivedAggregate_aggregate { +abstract class GAccountFields_identity_certIssued_receiver + implements + GIdentityFields_certIssued_receiver, + GCertFields_receiver, + GIdentityBasicFields { + @override + String get G__typename; + @override + String? get accountId; + @override + GAccountFields_identity_certIssued_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_certIssued_receiver_account + implements + GIdentityFields_certIssued_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + @override + String get G__typename; + @override + int get createdOn; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_certIssuedAggregate + implements GIdentityFields_certIssuedAggregate { + @override + String get G__typename; + @override + GAccountFields_identity_certIssuedAggregate_aggregate? get aggregate; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_certIssuedAggregate_aggregate + implements GIdentityFields_certIssuedAggregate_aggregate { + @override String get G__typename; + @override int get count; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_linkedAccount { +abstract class GAccountFields_identity_certReceived + implements GIdentityFields_certReceived, GCertFields { + @override + String get G__typename; + @override + String get id; + @override + String? get issuerId; + @override + GAccountFields_identity_certReceived_issuer? get issuer; + @override + String? get receiverId; + @override + GAccountFields_identity_certReceived_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_certReceived_issuer + implements + GIdentityFields_certReceived_issuer, + GCertFields_issuer, + GIdentityBasicFields { + @override String get G__typename; + @override + String? get accountId; + @override + GAccountFields_identity_certReceived_issuer_account? get account; + @override String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_linkedAccountAggregate { +abstract class GAccountFields_identity_certReceived_issuer_account + implements + GIdentityFields_certReceived_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + @override String get G__typename; - GIdentityFields_linkedAccountAggregate_aggregate? get aggregate; + @override + int get createdOn; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_linkedAccountAggregate_aggregate { +abstract class GAccountFields_identity_certReceived_receiver + implements + GIdentityFields_certReceived_receiver, + GCertFields_receiver, + GIdentityBasicFields { + @override + String get G__typename; + @override + String? get accountId; + @override + GAccountFields_identity_certReceived_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_certReceived_receiver_account + implements + GIdentityFields_certReceived_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + @override + String get G__typename; + @override + int get createdOn; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_certReceivedAggregate + implements GIdentityFields_certReceivedAggregate { + @override + String get G__typename; + @override + GAccountFields_identity_certReceivedAggregate_aggregate? get aggregate; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_certReceivedAggregate_aggregate + implements GIdentityFields_certReceivedAggregate_aggregate { + @override String get G__typename; + @override int get count; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_membershipHistory { +abstract class GAccountFields_identity_linkedAccount + implements GIdentityFields_linkedAccount { + @override + String get G__typename; + @override + String get id; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_linkedAccountAggregate + implements GIdentityFields_linkedAccountAggregate { + @override + String get G__typename; + @override + GAccountFields_identity_linkedAccountAggregate_aggregate? get aggregate; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_linkedAccountAggregate_aggregate + implements GIdentityFields_linkedAccountAggregate_aggregate { + @override + String get G__typename; + @override + int get count; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_identity_membershipHistory + implements GIdentityFields_membershipHistory { + @override String get G__typename; + @override int get blockNumber; + @override String? get eventId; + @override _i2.GEventTypeEnum? get eventType; + @override String get id; + @override String? get identityId; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_membershipHistoryAggregate { +abstract class GAccountFields_identity_membershipHistoryAggregate + implements GIdentityFields_membershipHistoryAggregate { + @override String get G__typename; - GIdentityFields_membershipHistoryAggregate_aggregate? get aggregate; + @override + GAccountFields_identity_membershipHistoryAggregate_aggregate? get aggregate; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_membershipHistoryAggregate_aggregate { +abstract class GAccountFields_identity_membershipHistoryAggregate_aggregate + implements GIdentityFields_membershipHistoryAggregate_aggregate { + @override String get G__typename; + @override int get count; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_ownerKeyChange implements GOwnerKeyChangeFields { +abstract class GAccountFields_identity_ownerKeyChange + implements GIdentityFields_ownerKeyChange, GOwnerKeyChangeFields { @override String get G__typename; @override @@ -11391,19 +12308,28 @@ abstract class GIdentityFields_ownerKeyChange implements GOwnerKeyChangeFields { Map<String, dynamic> toJson(); } -abstract class GIdentityFields_ownerKeyChangeAggregate { +abstract class GAccountFields_identity_ownerKeyChangeAggregate + implements GIdentityFields_ownerKeyChangeAggregate { + @override String get G__typename; - GIdentityFields_ownerKeyChangeAggregate_aggregate? get aggregate; + @override + GAccountFields_identity_ownerKeyChangeAggregate_aggregate? get aggregate; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_ownerKeyChangeAggregate_aggregate { +abstract class GAccountFields_identity_ownerKeyChangeAggregate_aggregate + implements GIdentityFields_ownerKeyChangeAggregate_aggregate { + @override String get G__typename; + @override int get count; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_smith implements GSmithFields { +abstract class GAccountFields_identity_smith + implements GIdentityFields_smith, GSmithFields { @override String get G__typename; @override @@ -11417,15 +12343,19 @@ abstract class GIdentityFields_smith implements GSmithFields { @override int? get lastForged; @override - BuiltList<GIdentityFields_smith_smithCertIssued> get smithCertIssued; + BuiltList<GAccountFields_identity_smith_smithCertIssued> get smithCertIssued; @override - BuiltList<GIdentityFields_smith_smithCertReceived> get smithCertReceived; + BuiltList<GAccountFields_identity_smith_smithCertReceived> + get smithCertReceived; @override Map<String, dynamic> toJson(); } -abstract class GIdentityFields_smith_smithCertIssued - implements GSmithFields_smithCertIssued, GSmithCertFields { +abstract class GAccountFields_identity_smith_smithCertIssued + implements + GIdentityFields_smith_smithCertIssued, + GSmithFields_smithCertIssued, + GSmithCertFields { @override String get G__typename; @override @@ -11440,8 +12370,11 @@ abstract class GIdentityFields_smith_smithCertIssued Map<String, dynamic> toJson(); } -abstract class GIdentityFields_smith_smithCertReceived - implements GSmithFields_smithCertReceived, GSmithCertFields { +abstract class GAccountFields_identity_smith_smithCertReceived + implements + GIdentityFields_smith_smithCertReceived, + GSmithFields_smithCertReceived, + GSmithCertFields { @override String get G__typename; @override @@ -11456,1884 +12389,1492 @@ abstract class GIdentityFields_smith_smithCertReceived Map<String, dynamic> toJson(); } -abstract class GIdentityFields_udHistory { +abstract class GAccountFields_identity_udHistory + implements GIdentityFields_udHistory { + @override String get G__typename; + @override String get id; + @override int get amount; + @override _i2.Gtimestamptz get timestamp; + @override Map<String, dynamic> toJson(); } -abstract class GIdentityFieldsData - implements - Built<GIdentityFieldsData, GIdentityFieldsDataBuilder>, - GIdentityFields { - GIdentityFieldsData._(); - - factory GIdentityFieldsData( - [void Function(GIdentityFieldsDataBuilder b) updates]) = - _$GIdentityFieldsData; - - static void _initializeBuilder(GIdentityFieldsDataBuilder b) => - b..G__typename = 'Identity'; - +abstract class GAccountFields_linkedIdentity implements GIdentityBasicFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override String? get accountId; @override - String? get accountRemovedId; - @override - BuiltList<GIdentityFieldsData_certIssued> get certIssued; - @override - GIdentityFieldsData_certIssuedAggregate get certIssuedAggregate; + GAccountFields_linkedIdentity_account? get account; @override - BuiltList<GIdentityFieldsData_certReceived> get certReceived; + String get id; @override - GIdentityFieldsData_certReceivedAggregate get certReceivedAggregate; + bool get isMember; @override - String? get createdInId; + _i2.GIdentityStatusEnum? get status; @override - int get createdOn; + String get name; @override int get expireOn; @override - String get id; + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_linkedIdentity_account + implements GIdentityBasicFields_account { @override - int get index; + String get G__typename; @override - bool get isMember; + int get createdOn; @override - int get lastChangeOn; + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_removedIdentities + implements GIdentityBasicFields { @override - BuiltList<GIdentityFieldsData_linkedAccount> get linkedAccount; + String get G__typename; @override - GIdentityFieldsData_linkedAccountAggregate get linkedAccountAggregate; + String? get accountId; @override - _i2.GIdentityStatusEnum? get status; + GAccountFields_removedIdentities_account? get account; @override - BuiltList<GIdentityFieldsData_membershipHistory> get membershipHistory; + String get id; @override - GIdentityFieldsData_membershipHistoryAggregate get membershipHistoryAggregate; + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; @override String get name; @override - BuiltList<GIdentityFieldsData_ownerKeyChange> get ownerKeyChange; + int get expireOn; @override - GIdentityFieldsData_ownerKeyChangeAggregate get ownerKeyChangeAggregate; + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_removedIdentities_account + implements GIdentityBasicFields_account { @override - GIdentityFieldsData_smith? get smith; + String get G__typename; @override - BuiltList<GIdentityFieldsData_udHistory>? get udHistory; - static Serializer<GIdentityFieldsData> get serializer => - _$gIdentityFieldsDataSerializer; - + int get createdOn; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData.serializer, - this, - ) as Map<String, dynamic>); - - static GIdentityFieldsData? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentityFieldsData.serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GIdentityFieldsData_certIssued - implements - Built<GIdentityFieldsData_certIssued, - GIdentityFieldsData_certIssuedBuilder>, - GIdentityFields_certIssued, - GCertFields { - GIdentityFieldsData_certIssued._(); - - factory GIdentityFieldsData_certIssued( - [void Function(GIdentityFieldsData_certIssuedBuilder b) updates]) = - _$GIdentityFieldsData_certIssued; +abstract class GAccountFields_removedIdentitiesAggregate { + String get G__typename; + GAccountFields_removedIdentitiesAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} - static void _initializeBuilder(GIdentityFieldsData_certIssuedBuilder b) => - b..G__typename = 'Cert'; +abstract class GAccountFields_removedIdentitiesAggregate_aggregate { + String get G__typename; + int get count; + Map<String, dynamic> toJson(); +} +abstract class GAccountFields_transfersIssued implements GTransferFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; + int get blockNumber; @override - String? get issuerId; + _i2.Gtimestamptz get timestamp; @override - GIdentityFieldsData_certIssued_issuer? get issuer; + int get amount; @override - String? get receiverId; + GAccountFields_transfersIssued_to? get to; @override - GIdentityFieldsData_certIssued_receiver? get receiver; + GAccountFields_transfersIssued_from? get from; @override - int get createdOn; + GAccountFields_transfersIssued_comment? get comment; @override - int get expireOn; + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_transfersIssued_to implements GTransferFields_to { @override - bool get isActive; + String get G__typename; @override - int get updatedOn; - static Serializer<GIdentityFieldsData_certIssued> get serializer => - _$gIdentityFieldsDataCertIssuedSerializer; - + String get id; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certIssued.serializer, - this, - ) as Map<String, dynamic>); - - static GIdentityFieldsData_certIssued? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentityFieldsData_certIssued.serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GIdentityFieldsData_certIssued_issuer - implements - Built<GIdentityFieldsData_certIssued_issuer, - GIdentityFieldsData_certIssued_issuerBuilder>, - GIdentityFields_certIssued_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GIdentityFieldsData_certIssued_issuer._(); - - factory GIdentityFieldsData_certIssued_issuer( - [void Function(GIdentityFieldsData_certIssued_issuerBuilder b) - updates]) = _$GIdentityFieldsData_certIssued_issuer; - - static void _initializeBuilder( - GIdentityFieldsData_certIssued_issuerBuilder b) => - b..G__typename = 'Identity'; - +abstract class GAccountFields_transfersIssued_from + implements GTransferFields_from { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; @override - bool get isMember; + Map<String, dynamic> toJson(); +} + +abstract class GAccountFields_transfersIssued_comment + implements GTransferFields_comment { @override - _i2.GIdentityStatusEnum? get status; + String get G__typename; @override - String get name; - static Serializer<GIdentityFieldsData_certIssued_issuer> get serializer => - _$gIdentityFieldsDataCertIssuedIssuerSerializer; - + String get remark; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certIssued_issuer.serializer, - this, - ) as Map<String, dynamic>); - - static GIdentityFieldsData_certIssued_issuer? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentityFieldsData_certIssued_issuer.serializer, - json, - ); + Map<String, dynamic> toJson(); } -abstract class GIdentityFieldsData_certIssued_receiver - implements - Built<GIdentityFieldsData_certIssued_receiver, - GIdentityFieldsData_certIssued_receiverBuilder>, - GIdentityFields_certIssued_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GIdentityFieldsData_certIssued_receiver._(); +abstract class GAccountFields_transfersIssuedAggregate { + String get G__typename; + GAccountFields_transfersIssuedAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} - factory GIdentityFieldsData_certIssued_receiver( - [void Function(GIdentityFieldsData_certIssued_receiverBuilder b) - updates]) = _$GIdentityFieldsData_certIssued_receiver; +abstract class GAccountFields_transfersIssuedAggregate_aggregate { + String get G__typename; + GAccountFields_transfersIssuedAggregate_aggregate_sum? get sum; + int get count; + Map<String, dynamic> toJson(); +} - static void _initializeBuilder( - GIdentityFieldsData_certIssued_receiverBuilder b) => - b..G__typename = 'Identity'; +abstract class GAccountFields_transfersIssuedAggregate_aggregate_sum { + String get G__typename; + int? get amount; + Map<String, dynamic> toJson(); +} +abstract class GAccountFields_transfersReceived implements GTransferFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; + int get blockNumber; @override - String get id; + _i2.Gtimestamptz get timestamp; @override - bool get isMember; + int get amount; @override - _i2.GIdentityStatusEnum? get status; + GAccountFields_transfersReceived_to? get to; @override - String get name; - static Serializer<GIdentityFieldsData_certIssued_receiver> get serializer => - _$gIdentityFieldsDataCertIssuedReceiverSerializer; - + GAccountFields_transfersReceived_from? get from; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certIssued_receiver.serializer, - this, - ) as Map<String, dynamic>); + GAccountFields_transfersReceived_comment? get comment; + @override + Map<String, dynamic> toJson(); +} - static GIdentityFieldsData_certIssued_receiver? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentityFieldsData_certIssued_receiver.serializer, - json, - ); +abstract class GAccountFields_transfersReceived_to + implements GTransferFields_to { + @override + String get G__typename; + @override + String get id; + @override + Map<String, dynamic> toJson(); } -abstract class GIdentityFieldsData_certIssuedAggregate - implements - Built<GIdentityFieldsData_certIssuedAggregate, - GIdentityFieldsData_certIssuedAggregateBuilder>, - GIdentityFields_certIssuedAggregate { - GIdentityFieldsData_certIssuedAggregate._(); - - factory GIdentityFieldsData_certIssuedAggregate( - [void Function(GIdentityFieldsData_certIssuedAggregateBuilder b) - updates]) = _$GIdentityFieldsData_certIssuedAggregate; - - static void _initializeBuilder( - GIdentityFieldsData_certIssuedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; - +abstract class GAccountFields_transfersReceived_from + implements GTransferFields_from { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentityFieldsData_certIssuedAggregate_aggregate? get aggregate; - static Serializer<GIdentityFieldsData_certIssuedAggregate> get serializer => - _$gIdentityFieldsDataCertIssuedAggregateSerializer; - + String get id; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certIssuedAggregate.serializer, - this, - ) as Map<String, dynamic>); + Map<String, dynamic> toJson(); +} - static GIdentityFieldsData_certIssuedAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentityFieldsData_certIssuedAggregate.serializer, - json, - ); +abstract class GAccountFields_transfersReceived_comment + implements GTransferFields_comment { + @override + String get G__typename; + @override + String get remark; + @override + Map<String, dynamic> toJson(); } -abstract class GIdentityFieldsData_certIssuedAggregate_aggregate - implements - Built<GIdentityFieldsData_certIssuedAggregate_aggregate, - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder>, - GIdentityFields_certIssuedAggregate_aggregate { - GIdentityFieldsData_certIssuedAggregate_aggregate._(); +abstract class GAccountFields_transfersReceivedAggregate { + String get G__typename; + GAccountFields_transfersReceivedAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} - factory GIdentityFieldsData_certIssuedAggregate_aggregate( - [void Function(GIdentityFieldsData_certIssuedAggregate_aggregateBuilder b) - updates]) = _$GIdentityFieldsData_certIssuedAggregate_aggregate; +abstract class GAccountFields_transfersReceivedAggregate_aggregate { + String get G__typename; + GAccountFields_transfersReceivedAggregate_aggregate_sum? get sum; + int get count; + Map<String, dynamic> toJson(); +} - static void _initializeBuilder( - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder b) => - b..G__typename = 'CertAggregateFields'; +abstract class GAccountFields_transfersReceivedAggregate_aggregate_sum { + String get G__typename; + int? get amount; + Map<String, dynamic> toJson(); +} +abstract class GAccountFields_wasIdentity implements GOwnerKeyChangeFields { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GIdentityFieldsData_certIssuedAggregate_aggregate> - get serializer => - _$gIdentityFieldsDataCertIssuedAggregateAggregateSerializer; - + String get id; @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certIssuedAggregate_aggregate.serializer, - this, - ) as Map<String, dynamic>); + int get blockNumber; + @override + String? get identityId; + @override + String? get nextId; + @override + String? get previousId; + @override + Map<String, dynamic> toJson(); +} - static GIdentityFieldsData_certIssuedAggregate_aggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GIdentityFieldsData_certIssuedAggregate_aggregate.serializer, - json, - ); +abstract class GAccountFields_wasIdentityAggregate { + String get G__typename; + GAccountFields_wasIdentityAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); } -abstract class GIdentityFieldsData_certReceived +abstract class GAccountFields_wasIdentityAggregate_aggregate { + String get G__typename; + int get count; + Map<String, dynamic> toJson(); +} + +abstract class GAccountFieldsData implements - Built<GIdentityFieldsData_certReceived, - GIdentityFieldsData_certReceivedBuilder>, - GIdentityFields_certReceived, - GCertFields { - GIdentityFieldsData_certReceived._(); + Built<GAccountFieldsData, GAccountFieldsDataBuilder>, + GAccountFields { + GAccountFieldsData._(); - factory GIdentityFieldsData_certReceived( - [void Function(GIdentityFieldsData_certReceivedBuilder b) updates]) = - _$GIdentityFieldsData_certReceived; + factory GAccountFieldsData( + [void Function(GAccountFieldsDataBuilder b) updates]) = + _$GAccountFieldsData; - static void _initializeBuilder(GIdentityFieldsData_certReceivedBuilder b) => - b..G__typename = 'Cert'; + static void _initializeBuilder(GAccountFieldsDataBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + BuiltList<GAccountFieldsData_commentsIssued> get commentsIssued; + @override + GAccountFieldsData_commentsIssuedAggregate get commentsIssuedAggregate; + @override + int get createdOn; + @override String get id; @override - String? get issuerId; + GAccountFieldsData_identity? get identity; @override - GIdentityFieldsData_certReceived_issuer? get issuer; + bool get isActive; @override - String? get receiverId; + GAccountFieldsData_linkedIdentity? get linkedIdentity; @override - GIdentityFieldsData_certReceived_receiver? get receiver; + BuiltList<GAccountFieldsData_removedIdentities> get removedIdentities; @override - int get createdOn; + GAccountFieldsData_removedIdentitiesAggregate get removedIdentitiesAggregate; @override - int get expireOn; + BuiltList<GAccountFieldsData_transfersIssued> get transfersIssued; @override - bool get isActive; + GAccountFieldsData_transfersIssuedAggregate get transfersIssuedAggregate; @override - int get updatedOn; - static Serializer<GIdentityFieldsData_certReceived> get serializer => - _$gIdentityFieldsDataCertReceivedSerializer; + BuiltList<GAccountFieldsData_transfersReceived> get transfersReceived; + @override + GAccountFieldsData_transfersReceivedAggregate get transfersReceivedAggregate; + @override + BuiltList<GAccountFieldsData_wasIdentity> get wasIdentity; + @override + GAccountFieldsData_wasIdentityAggregate get wasIdentityAggregate; + static Serializer<GAccountFieldsData> get serializer => + _$gAccountFieldsDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certReceived.serializer, + GAccountFieldsData.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_certReceived? fromJson( - Map<String, dynamic> json) => + static GAccountFieldsData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_certReceived.serializer, + GAccountFieldsData.serializer, json, ); } -abstract class GIdentityFieldsData_certReceived_issuer +abstract class GAccountFieldsData_commentsIssued implements - Built<GIdentityFieldsData_certReceived_issuer, - GIdentityFieldsData_certReceived_issuerBuilder>, - GIdentityFields_certReceived_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GIdentityFieldsData_certReceived_issuer._(); + Built<GAccountFieldsData_commentsIssued, + GAccountFieldsData_commentsIssuedBuilder>, + GAccountFields_commentsIssued, + GCommentsIssued { + GAccountFieldsData_commentsIssued._(); - factory GIdentityFieldsData_certReceived_issuer( - [void Function(GIdentityFieldsData_certReceived_issuerBuilder b) - updates]) = _$GIdentityFieldsData_certReceived_issuer; + factory GAccountFieldsData_commentsIssued( + [void Function(GAccountFieldsData_commentsIssuedBuilder b) updates]) = + _$GAccountFieldsData_commentsIssued; - static void _initializeBuilder( - GIdentityFieldsData_certReceived_issuerBuilder b) => - b..G__typename = 'Identity'; + static void _initializeBuilder(GAccountFieldsData_commentsIssuedBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; + String? get authorId; @override - String get id; + int get blockNumber; @override - bool get isMember; + String? get eventId; @override - _i2.GIdentityStatusEnum? get status; + String get hash; @override - String get name; - static Serializer<GIdentityFieldsData_certReceived_issuer> get serializer => - _$gIdentityFieldsDataCertReceivedIssuerSerializer; + String get id; + @override + String get remark; + @override + _i2.GCommentTypeEnum? get type; + static Serializer<GAccountFieldsData_commentsIssued> get serializer => + _$gAccountFieldsDataCommentsIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certReceived_issuer.serializer, + GAccountFieldsData_commentsIssued.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_certReceived_issuer? fromJson( + static GAccountFieldsData_commentsIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_certReceived_issuer.serializer, + GAccountFieldsData_commentsIssued.serializer, json, ); } -abstract class GIdentityFieldsData_certReceived_receiver +abstract class GAccountFieldsData_commentsIssuedAggregate implements - Built<GIdentityFieldsData_certReceived_receiver, - GIdentityFieldsData_certReceived_receiverBuilder>, - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GIdentityFieldsData_certReceived_receiver._(); + Built<GAccountFieldsData_commentsIssuedAggregate, + GAccountFieldsData_commentsIssuedAggregateBuilder>, + GAccountFields_commentsIssuedAggregate { + GAccountFieldsData_commentsIssuedAggregate._(); - factory GIdentityFieldsData_certReceived_receiver( - [void Function(GIdentityFieldsData_certReceived_receiverBuilder b) - updates]) = _$GIdentityFieldsData_certReceived_receiver; + factory GAccountFieldsData_commentsIssuedAggregate( + [void Function(GAccountFieldsData_commentsIssuedAggregateBuilder b) + updates]) = _$GAccountFieldsData_commentsIssuedAggregate; static void _initializeBuilder( - GIdentityFieldsData_certReceived_receiverBuilder b) => - b..G__typename = 'Identity'; + GAccountFieldsData_commentsIssuedAggregateBuilder b) => + b..G__typename = 'TxCommentAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GIdentityFieldsData_certReceived_receiver> get serializer => - _$gIdentityFieldsDataCertReceivedReceiverSerializer; + GAccountFieldsData_commentsIssuedAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_commentsIssuedAggregate> + get serializer => _$gAccountFieldsDataCommentsIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certReceived_receiver.serializer, + GAccountFieldsData_commentsIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_certReceived_receiver? fromJson( + static GAccountFieldsData_commentsIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_certReceived_receiver.serializer, + GAccountFieldsData_commentsIssuedAggregate.serializer, json, ); } -abstract class GIdentityFieldsData_certReceivedAggregate +abstract class GAccountFieldsData_commentsIssuedAggregate_aggregate implements - Built<GIdentityFieldsData_certReceivedAggregate, - GIdentityFieldsData_certReceivedAggregateBuilder>, - GIdentityFields_certReceivedAggregate { - GIdentityFieldsData_certReceivedAggregate._(); + Built<GAccountFieldsData_commentsIssuedAggregate_aggregate, + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder>, + GAccountFields_commentsIssuedAggregate_aggregate { + GAccountFieldsData_commentsIssuedAggregate_aggregate._(); - factory GIdentityFieldsData_certReceivedAggregate( - [void Function(GIdentityFieldsData_certReceivedAggregateBuilder b) - updates]) = _$GIdentityFieldsData_certReceivedAggregate; + factory GAccountFieldsData_commentsIssuedAggregate_aggregate( + [void Function( + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder b) + updates]) = _$GAccountFieldsData_commentsIssuedAggregate_aggregate; static void _initializeBuilder( - GIdentityFieldsData_certReceivedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder b) => + b..G__typename = 'TxCommentAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentityFieldsData_certReceivedAggregate_aggregate? get aggregate; - static Serializer<GIdentityFieldsData_certReceivedAggregate> get serializer => - _$gIdentityFieldsDataCertReceivedAggregateSerializer; + int get count; + static Serializer<GAccountFieldsData_commentsIssuedAggregate_aggregate> + get serializer => + _$gAccountFieldsDataCommentsIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certReceivedAggregate.serializer, + GAccountFieldsData_commentsIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_certReceivedAggregate? fromJson( + static GAccountFieldsData_commentsIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_certReceivedAggregate.serializer, + GAccountFieldsData_commentsIssuedAggregate_aggregate.serializer, json, ); } -abstract class GIdentityFieldsData_certReceivedAggregate_aggregate +abstract class GAccountFieldsData_identity implements - Built<GIdentityFieldsData_certReceivedAggregate_aggregate, - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder>, - GIdentityFields_certReceivedAggregate_aggregate { - GIdentityFieldsData_certReceivedAggregate_aggregate._(); + Built<GAccountFieldsData_identity, GAccountFieldsData_identityBuilder>, + GAccountFields_identity, + GIdentityFields { + GAccountFieldsData_identity._(); - factory GIdentityFieldsData_certReceivedAggregate_aggregate( - [void Function( - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder b) - updates]) = _$GIdentityFieldsData_certReceivedAggregate_aggregate; + factory GAccountFieldsData_identity( + [void Function(GAccountFieldsData_identityBuilder b) updates]) = + _$GAccountFieldsData_identity; - static void _initializeBuilder( - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder b) => - b..G__typename = 'CertAggregateFields'; + static void _initializeBuilder(GAccountFieldsData_identityBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GIdentityFieldsData_certReceivedAggregate_aggregate> - get serializer => - _$gIdentityFieldsDataCertReceivedAggregateAggregateSerializer; + GAccountFieldsData_identity_account? get account; + @override + String? get accountId; + @override + String? get accountRemovedId; + @override + BuiltList<GAccountFieldsData_identity_certIssued> get certIssued; + @override + GAccountFieldsData_identity_certIssuedAggregate get certIssuedAggregate; + @override + BuiltList<GAccountFieldsData_identity_certReceived> get certReceived; + @override + GAccountFieldsData_identity_certReceivedAggregate get certReceivedAggregate; + @override + String? get createdInId; + @override + int get createdOn; + @override + int get expireOn; + @override + String get id; + @override + int get index; + @override + bool get isMember; + @override + int get lastChangeOn; + @override + BuiltList<GAccountFieldsData_identity_linkedAccount> get linkedAccount; + @override + GAccountFieldsData_identity_linkedAccountAggregate get linkedAccountAggregate; + @override + _i2.GIdentityStatusEnum? get status; + @override + BuiltList<GAccountFieldsData_identity_membershipHistory> + get membershipHistory; + @override + GAccountFieldsData_identity_membershipHistoryAggregate + get membershipHistoryAggregate; + @override + String get name; + @override + BuiltList<GAccountFieldsData_identity_ownerKeyChange> get ownerKeyChange; + @override + GAccountFieldsData_identity_ownerKeyChangeAggregate + get ownerKeyChangeAggregate; + @override + GAccountFieldsData_identity_smith? get smith; + @override + BuiltList<GAccountFieldsData_identity_udHistory>? get udHistory; + static Serializer<GAccountFieldsData_identity> get serializer => + _$gAccountFieldsDataIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_certReceivedAggregate_aggregate.serializer, + GAccountFieldsData_identity.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_certReceivedAggregate_aggregate? fromJson( - Map<String, dynamic> json) => + static GAccountFieldsData_identity? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_certReceivedAggregate_aggregate.serializer, + GAccountFieldsData_identity.serializer, json, ); } -abstract class GIdentityFieldsData_linkedAccount +abstract class GAccountFieldsData_identity_account implements - Built<GIdentityFieldsData_linkedAccount, - GIdentityFieldsData_linkedAccountBuilder>, - GIdentityFields_linkedAccount { - GIdentityFieldsData_linkedAccount._(); + Built<GAccountFieldsData_identity_account, + GAccountFieldsData_identity_accountBuilder>, + GAccountFields_identity_account, + GIdentityFields_account { + GAccountFieldsData_identity_account._(); - factory GIdentityFieldsData_linkedAccount( - [void Function(GIdentityFieldsData_linkedAccountBuilder b) updates]) = - _$GIdentityFieldsData_linkedAccount; + factory GAccountFieldsData_identity_account( + [void Function(GAccountFieldsData_identity_accountBuilder b) + updates]) = _$GAccountFieldsData_identity_account; - static void _initializeBuilder(GIdentityFieldsData_linkedAccountBuilder b) => + static void _initializeBuilder( + GAccountFieldsData_identity_accountBuilder b) => b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GIdentityFieldsData_linkedAccount> get serializer => - _$gIdentityFieldsDataLinkedAccountSerializer; + int get createdOn; + static Serializer<GAccountFieldsData_identity_account> get serializer => + _$gAccountFieldsDataIdentityAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_linkedAccount.serializer, + GAccountFieldsData_identity_account.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_linkedAccount? fromJson( + static GAccountFieldsData_identity_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_linkedAccount.serializer, + GAccountFieldsData_identity_account.serializer, json, ); } -abstract class GIdentityFieldsData_linkedAccountAggregate +abstract class GAccountFieldsData_identity_certIssued implements - Built<GIdentityFieldsData_linkedAccountAggregate, - GIdentityFieldsData_linkedAccountAggregateBuilder>, - GIdentityFields_linkedAccountAggregate { - GIdentityFieldsData_linkedAccountAggregate._(); + Built<GAccountFieldsData_identity_certIssued, + GAccountFieldsData_identity_certIssuedBuilder>, + GAccountFields_identity_certIssued, + GIdentityFields_certIssued, + GCertFields { + GAccountFieldsData_identity_certIssued._(); - factory GIdentityFieldsData_linkedAccountAggregate( - [void Function(GIdentityFieldsData_linkedAccountAggregateBuilder b) - updates]) = _$GIdentityFieldsData_linkedAccountAggregate; + factory GAccountFieldsData_identity_certIssued( + [void Function(GAccountFieldsData_identity_certIssuedBuilder b) + updates]) = _$GAccountFieldsData_identity_certIssued; static void _initializeBuilder( - GIdentityFieldsData_linkedAccountAggregateBuilder b) => - b..G__typename = 'AccountAggregate'; + GAccountFieldsData_identity_certIssuedBuilder b) => + b..G__typename = 'Cert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentityFieldsData_linkedAccountAggregate_aggregate? get aggregate; - static Serializer<GIdentityFieldsData_linkedAccountAggregate> - get serializer => _$gIdentityFieldsDataLinkedAccountAggregateSerializer; + String get id; + @override + String? get issuerId; + @override + GAccountFieldsData_identity_certIssued_issuer? get issuer; + @override + String? get receiverId; + @override + GAccountFieldsData_identity_certIssued_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + static Serializer<GAccountFieldsData_identity_certIssued> get serializer => + _$gAccountFieldsDataIdentityCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_linkedAccountAggregate.serializer, + GAccountFieldsData_identity_certIssued.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_linkedAccountAggregate? fromJson( + static GAccountFieldsData_identity_certIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_linkedAccountAggregate.serializer, + GAccountFieldsData_identity_certIssued.serializer, json, ); } -abstract class GIdentityFieldsData_linkedAccountAggregate_aggregate +abstract class GAccountFieldsData_identity_certIssued_issuer implements - Built<GIdentityFieldsData_linkedAccountAggregate_aggregate, - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder>, - GIdentityFields_linkedAccountAggregate_aggregate { - GIdentityFieldsData_linkedAccountAggregate_aggregate._(); + Built<GAccountFieldsData_identity_certIssued_issuer, + GAccountFieldsData_identity_certIssued_issuerBuilder>, + GAccountFields_identity_certIssued_issuer, + GIdentityFields_certIssued_issuer, + GCertFields_issuer, + GIdentityBasicFields { + GAccountFieldsData_identity_certIssued_issuer._(); - factory GIdentityFieldsData_linkedAccountAggregate_aggregate( - [void Function( - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder b) - updates]) = _$GIdentityFieldsData_linkedAccountAggregate_aggregate; + factory GAccountFieldsData_identity_certIssued_issuer( + [void Function(GAccountFieldsData_identity_certIssued_issuerBuilder b) + updates]) = _$GAccountFieldsData_identity_certIssued_issuer; static void _initializeBuilder( - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder b) => - b..G__typename = 'AccountAggregateFields'; + GAccountFieldsData_identity_certIssued_issuerBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GIdentityFieldsData_linkedAccountAggregate_aggregate> - get serializer => - _$gIdentityFieldsDataLinkedAccountAggregateAggregateSerializer; + String? get accountId; + @override + GAccountFieldsData_identity_certIssued_issuer_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountFieldsData_identity_certIssued_issuer> + get serializer => _$gAccountFieldsDataIdentityCertIssuedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_linkedAccountAggregate_aggregate.serializer, + GAccountFieldsData_identity_certIssued_issuer.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_linkedAccountAggregate_aggregate? fromJson( + static GAccountFieldsData_identity_certIssued_issuer? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_linkedAccountAggregate_aggregate.serializer, + GAccountFieldsData_identity_certIssued_issuer.serializer, json, ); } -abstract class GIdentityFieldsData_membershipHistory +abstract class GAccountFieldsData_identity_certIssued_issuer_account implements - Built<GIdentityFieldsData_membershipHistory, - GIdentityFieldsData_membershipHistoryBuilder>, - GIdentityFields_membershipHistory { - GIdentityFieldsData_membershipHistory._(); + Built<GAccountFieldsData_identity_certIssued_issuer_account, + GAccountFieldsData_identity_certIssued_issuer_accountBuilder>, + GAccountFields_identity_certIssued_issuer_account, + GIdentityFields_certIssued_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GAccountFieldsData_identity_certIssued_issuer_account._(); - factory GIdentityFieldsData_membershipHistory( - [void Function(GIdentityFieldsData_membershipHistoryBuilder b) - updates]) = _$GIdentityFieldsData_membershipHistory; + factory GAccountFieldsData_identity_certIssued_issuer_account( + [void Function( + GAccountFieldsData_identity_certIssued_issuer_accountBuilder b) + updates]) = _$GAccountFieldsData_identity_certIssued_issuer_account; static void _initializeBuilder( - GIdentityFieldsData_membershipHistoryBuilder b) => - b..G__typename = 'MembershipEvent'; + GAccountFieldsData_identity_certIssued_issuer_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; - @override - String? get eventId; - @override - _i2.GEventTypeEnum? get eventType; - @override - String get id; - @override - String? get identityId; - static Serializer<GIdentityFieldsData_membershipHistory> get serializer => - _$gIdentityFieldsDataMembershipHistorySerializer; + int get createdOn; + static Serializer<GAccountFieldsData_identity_certIssued_issuer_account> + get serializer => + _$gAccountFieldsDataIdentityCertIssuedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_membershipHistory.serializer, + GAccountFieldsData_identity_certIssued_issuer_account.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_membershipHistory? fromJson( + static GAccountFieldsData_identity_certIssued_issuer_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_membershipHistory.serializer, + GAccountFieldsData_identity_certIssued_issuer_account.serializer, json, ); } -abstract class GIdentityFieldsData_membershipHistoryAggregate +abstract class GAccountFieldsData_identity_certIssued_receiver implements - Built<GIdentityFieldsData_membershipHistoryAggregate, - GIdentityFieldsData_membershipHistoryAggregateBuilder>, - GIdentityFields_membershipHistoryAggregate { - GIdentityFieldsData_membershipHistoryAggregate._(); + Built<GAccountFieldsData_identity_certIssued_receiver, + GAccountFieldsData_identity_certIssued_receiverBuilder>, + GAccountFields_identity_certIssued_receiver, + GIdentityFields_certIssued_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GAccountFieldsData_identity_certIssued_receiver._(); - factory GIdentityFieldsData_membershipHistoryAggregate( - [void Function(GIdentityFieldsData_membershipHistoryAggregateBuilder b) - updates]) = _$GIdentityFieldsData_membershipHistoryAggregate; + factory GAccountFieldsData_identity_certIssued_receiver( + [void Function(GAccountFieldsData_identity_certIssued_receiverBuilder b) + updates]) = _$GAccountFieldsData_identity_certIssued_receiver; static void _initializeBuilder( - GIdentityFieldsData_membershipHistoryAggregateBuilder b) => - b..G__typename = 'MembershipEventAggregate'; + GAccountFieldsData_identity_certIssued_receiverBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentityFieldsData_membershipHistoryAggregate_aggregate? get aggregate; - static Serializer<GIdentityFieldsData_membershipHistoryAggregate> + String? get accountId; + @override + GAccountFieldsData_identity_certIssued_receiver_account? get account; + @override + String get id; + @override + bool get isMember; + @override + _i2.GIdentityStatusEnum? get status; + @override + String get name; + @override + int get expireOn; + static Serializer<GAccountFieldsData_identity_certIssued_receiver> get serializer => - _$gIdentityFieldsDataMembershipHistoryAggregateSerializer; + _$gAccountFieldsDataIdentityCertIssuedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_membershipHistoryAggregate.serializer, + GAccountFieldsData_identity_certIssued_receiver.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_membershipHistoryAggregate? fromJson( + static GAccountFieldsData_identity_certIssued_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_membershipHistoryAggregate.serializer, + GAccountFieldsData_identity_certIssued_receiver.serializer, json, ); } -abstract class GIdentityFieldsData_membershipHistoryAggregate_aggregate +abstract class GAccountFieldsData_identity_certIssued_receiver_account implements - Built<GIdentityFieldsData_membershipHistoryAggregate_aggregate, - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder>, - GIdentityFields_membershipHistoryAggregate_aggregate { - GIdentityFieldsData_membershipHistoryAggregate_aggregate._(); + Built<GAccountFieldsData_identity_certIssued_receiver_account, + GAccountFieldsData_identity_certIssued_receiver_accountBuilder>, + GAccountFields_identity_certIssued_receiver_account, + GIdentityFields_certIssued_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GAccountFieldsData_identity_certIssued_receiver_account._(); - factory GIdentityFieldsData_membershipHistoryAggregate_aggregate( + factory GAccountFieldsData_identity_certIssued_receiver_account( [void Function( - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder b) - updates]) = _$GIdentityFieldsData_membershipHistoryAggregate_aggregate; + GAccountFieldsData_identity_certIssued_receiver_accountBuilder b) + updates]) = _$GAccountFieldsData_identity_certIssued_receiver_account; static void _initializeBuilder( - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder b) => - b..G__typename = 'MembershipEventAggregateFields'; + GAccountFieldsData_identity_certIssued_receiver_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GIdentityFieldsData_membershipHistoryAggregate_aggregate> + int get createdOn; + static Serializer<GAccountFieldsData_identity_certIssued_receiver_account> get serializer => - _$gIdentityFieldsDataMembershipHistoryAggregateAggregateSerializer; + _$gAccountFieldsDataIdentityCertIssuedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_membershipHistoryAggregate_aggregate.serializer, + GAccountFieldsData_identity_certIssued_receiver_account.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_membershipHistoryAggregate_aggregate? fromJson( + static GAccountFieldsData_identity_certIssued_receiver_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_membershipHistoryAggregate_aggregate.serializer, + GAccountFieldsData_identity_certIssued_receiver_account.serializer, json, ); } -abstract class GIdentityFieldsData_ownerKeyChange +abstract class GAccountFieldsData_identity_certIssuedAggregate implements - Built<GIdentityFieldsData_ownerKeyChange, - GIdentityFieldsData_ownerKeyChangeBuilder>, - GIdentityFields_ownerKeyChange, - GOwnerKeyChangeFields { - GIdentityFieldsData_ownerKeyChange._(); + Built<GAccountFieldsData_identity_certIssuedAggregate, + GAccountFieldsData_identity_certIssuedAggregateBuilder>, + GAccountFields_identity_certIssuedAggregate, + GIdentityFields_certIssuedAggregate { + GAccountFieldsData_identity_certIssuedAggregate._(); - factory GIdentityFieldsData_ownerKeyChange( - [void Function(GIdentityFieldsData_ownerKeyChangeBuilder b) - updates]) = _$GIdentityFieldsData_ownerKeyChange; + factory GAccountFieldsData_identity_certIssuedAggregate( + [void Function(GAccountFieldsData_identity_certIssuedAggregateBuilder b) + updates]) = _$GAccountFieldsData_identity_certIssuedAggregate; - static void _initializeBuilder(GIdentityFieldsData_ownerKeyChangeBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + static void _initializeBuilder( + GAccountFieldsData_identity_certIssuedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - int get blockNumber; - @override - String? get identityId; - @override - String? get nextId; - @override - String? get previousId; - static Serializer<GIdentityFieldsData_ownerKeyChange> get serializer => - _$gIdentityFieldsDataOwnerKeyChangeSerializer; + GAccountFieldsData_identity_certIssuedAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_identity_certIssuedAggregate> + get serializer => + _$gAccountFieldsDataIdentityCertIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_ownerKeyChange.serializer, + GAccountFieldsData_identity_certIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_ownerKeyChange? fromJson( + static GAccountFieldsData_identity_certIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_ownerKeyChange.serializer, + GAccountFieldsData_identity_certIssuedAggregate.serializer, json, ); } -abstract class GIdentityFieldsData_ownerKeyChangeAggregate +abstract class GAccountFieldsData_identity_certIssuedAggregate_aggregate implements - Built<GIdentityFieldsData_ownerKeyChangeAggregate, - GIdentityFieldsData_ownerKeyChangeAggregateBuilder>, - GIdentityFields_ownerKeyChangeAggregate { - GIdentityFieldsData_ownerKeyChangeAggregate._(); + Built<GAccountFieldsData_identity_certIssuedAggregate_aggregate, + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder>, + GAccountFields_identity_certIssuedAggregate_aggregate, + GIdentityFields_certIssuedAggregate_aggregate { + GAccountFieldsData_identity_certIssuedAggregate_aggregate._(); - factory GIdentityFieldsData_ownerKeyChangeAggregate( - [void Function(GIdentityFieldsData_ownerKeyChangeAggregateBuilder b) - updates]) = _$GIdentityFieldsData_ownerKeyChangeAggregate; + factory GAccountFieldsData_identity_certIssuedAggregate_aggregate( + [void Function( + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder + b) + updates]) = _$GAccountFieldsData_identity_certIssuedAggregate_aggregate; static void _initializeBuilder( - GIdentityFieldsData_ownerKeyChangeAggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder b) => + b..G__typename = 'CertAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate? get aggregate; - static Serializer<GIdentityFieldsData_ownerKeyChangeAggregate> - get serializer => _$gIdentityFieldsDataOwnerKeyChangeAggregateSerializer; + int get count; + static Serializer<GAccountFieldsData_identity_certIssuedAggregate_aggregate> + get serializer => + _$gAccountFieldsDataIdentityCertIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_ownerKeyChangeAggregate.serializer, + GAccountFieldsData_identity_certIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_ownerKeyChangeAggregate? fromJson( + static GAccountFieldsData_identity_certIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_ownerKeyChangeAggregate.serializer, + GAccountFieldsData_identity_certIssuedAggregate_aggregate.serializer, json, ); } -abstract class GIdentityFieldsData_ownerKeyChangeAggregate_aggregate +abstract class GAccountFieldsData_identity_certReceived implements - Built<GIdentityFieldsData_ownerKeyChangeAggregate_aggregate, - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder>, - GIdentityFields_ownerKeyChangeAggregate_aggregate { - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate._(); + Built<GAccountFieldsData_identity_certReceived, + GAccountFieldsData_identity_certReceivedBuilder>, + GAccountFields_identity_certReceived, + GIdentityFields_certReceived, + GCertFields { + GAccountFieldsData_identity_certReceived._(); - factory GIdentityFieldsData_ownerKeyChangeAggregate_aggregate( - [void Function( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder b) - updates]) = _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate; + factory GAccountFieldsData_identity_certReceived( + [void Function(GAccountFieldsData_identity_certReceivedBuilder b) + updates]) = _$GAccountFieldsData_identity_certReceived; static void _initializeBuilder( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; + GAccountFieldsData_identity_certReceivedBuilder b) => + b..G__typename = 'Cert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GIdentityFieldsData_ownerKeyChangeAggregate_aggregate> - get serializer => - _$gIdentityFieldsDataOwnerKeyChangeAggregateAggregateSerializer; + String get id; + @override + String? get issuerId; + @override + GAccountFieldsData_identity_certReceived_issuer? get issuer; + @override + String? get receiverId; + @override + GAccountFieldsData_identity_certReceived_receiver? get receiver; + @override + int get createdOn; + @override + int get expireOn; + @override + bool get isActive; + @override + int get updatedOn; + static Serializer<GAccountFieldsData_identity_certReceived> get serializer => + _$gAccountFieldsDataIdentityCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate.serializer, + GAccountFieldsData_identity_certReceived.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_ownerKeyChangeAggregate_aggregate? fromJson( + static GAccountFieldsData_identity_certReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate.serializer, + GAccountFieldsData_identity_certReceived.serializer, json, ); } -abstract class GIdentityFieldsData_smith +abstract class GAccountFieldsData_identity_certReceived_issuer implements - Built<GIdentityFieldsData_smith, GIdentityFieldsData_smithBuilder>, - GIdentityFields_smith, - GSmithFields { - GIdentityFieldsData_smith._(); + Built<GAccountFieldsData_identity_certReceived_issuer, + GAccountFieldsData_identity_certReceived_issuerBuilder>, + GAccountFields_identity_certReceived_issuer, + GIdentityFields_certReceived_issuer, + GCertFields_issuer, + GIdentityBasicFields { + GAccountFieldsData_identity_certReceived_issuer._(); - factory GIdentityFieldsData_smith( - [void Function(GIdentityFieldsData_smithBuilder b) updates]) = - _$GIdentityFieldsData_smith; + factory GAccountFieldsData_identity_certReceived_issuer( + [void Function(GAccountFieldsData_identity_certReceived_issuerBuilder b) + updates]) = _$GAccountFieldsData_identity_certReceived_issuer; - static void _initializeBuilder(GIdentityFieldsData_smithBuilder b) => - b..G__typename = 'Smith'; + static void _initializeBuilder( + GAccountFieldsData_identity_certReceived_issuerBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; + String? get accountId; @override - int get forged; + GAccountFieldsData_identity_certReceived_issuer_account? get account; @override - int get index; + String get id; @override - int? get lastChanged; + bool get isMember; @override - int? get lastForged; + _i2.GIdentityStatusEnum? get status; @override - BuiltList<GIdentityFieldsData_smith_smithCertIssued> get smithCertIssued; + String get name; @override - BuiltList<GIdentityFieldsData_smith_smithCertReceived> get smithCertReceived; - static Serializer<GIdentityFieldsData_smith> get serializer => - _$gIdentityFieldsDataSmithSerializer; + int get expireOn; + static Serializer<GAccountFieldsData_identity_certReceived_issuer> + get serializer => + _$gAccountFieldsDataIdentityCertReceivedIssuerSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_smith.serializer, + GAccountFieldsData_identity_certReceived_issuer.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_smith? fromJson(Map<String, dynamic> json) => + static GAccountFieldsData_identity_certReceived_issuer? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_smith.serializer, + GAccountFieldsData_identity_certReceived_issuer.serializer, json, ); } -abstract class GIdentityFieldsData_smith_smithCertIssued +abstract class GAccountFieldsData_identity_certReceived_issuer_account implements - Built<GIdentityFieldsData_smith_smithCertIssued, - GIdentityFieldsData_smith_smithCertIssuedBuilder>, - GIdentityFields_smith_smithCertIssued, - GSmithFields_smithCertIssued, - GSmithCertFields { - GIdentityFieldsData_smith_smithCertIssued._(); + Built<GAccountFieldsData_identity_certReceived_issuer_account, + GAccountFieldsData_identity_certReceived_issuer_accountBuilder>, + GAccountFields_identity_certReceived_issuer_account, + GIdentityFields_certReceived_issuer_account, + GCertFields_issuer_account, + GIdentityBasicFields_account { + GAccountFieldsData_identity_certReceived_issuer_account._(); - factory GIdentityFieldsData_smith_smithCertIssued( - [void Function(GIdentityFieldsData_smith_smithCertIssuedBuilder b) - updates]) = _$GIdentityFieldsData_smith_smithCertIssued; + factory GAccountFieldsData_identity_certReceived_issuer_account( + [void Function( + GAccountFieldsData_identity_certReceived_issuer_accountBuilder b) + updates]) = _$GAccountFieldsData_identity_certReceived_issuer_account; static void _initializeBuilder( - GIdentityFieldsData_smith_smithCertIssuedBuilder b) => - b..G__typename = 'SmithCert'; + GAccountFieldsData_identity_certReceived_issuer_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override int get createdOn; - static Serializer<GIdentityFieldsData_smith_smithCertIssued> get serializer => - _$gIdentityFieldsDataSmithSmithCertIssuedSerializer; + static Serializer<GAccountFieldsData_identity_certReceived_issuer_account> + get serializer => + _$gAccountFieldsDataIdentityCertReceivedIssuerAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_smith_smithCertIssued.serializer, + GAccountFieldsData_identity_certReceived_issuer_account.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_smith_smithCertIssued? fromJson( + static GAccountFieldsData_identity_certReceived_issuer_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_smith_smithCertIssued.serializer, + GAccountFieldsData_identity_certReceived_issuer_account.serializer, json, ); } -abstract class GIdentityFieldsData_smith_smithCertReceived +abstract class GAccountFieldsData_identity_certReceived_receiver implements - Built<GIdentityFieldsData_smith_smithCertReceived, - GIdentityFieldsData_smith_smithCertReceivedBuilder>, - GIdentityFields_smith_smithCertReceived, - GSmithFields_smithCertReceived, - GSmithCertFields { - GIdentityFieldsData_smith_smithCertReceived._(); + Built<GAccountFieldsData_identity_certReceived_receiver, + GAccountFieldsData_identity_certReceived_receiverBuilder>, + GAccountFields_identity_certReceived_receiver, + GIdentityFields_certReceived_receiver, + GCertFields_receiver, + GIdentityBasicFields { + GAccountFieldsData_identity_certReceived_receiver._(); - factory GIdentityFieldsData_smith_smithCertReceived( - [void Function(GIdentityFieldsData_smith_smithCertReceivedBuilder b) - updates]) = _$GIdentityFieldsData_smith_smithCertReceived; + factory GAccountFieldsData_identity_certReceived_receiver( + [void Function(GAccountFieldsData_identity_certReceived_receiverBuilder b) + updates]) = _$GAccountFieldsData_identity_certReceived_receiver; static void _initializeBuilder( - GIdentityFieldsData_smith_smithCertReceivedBuilder b) => - b..G__typename = 'SmithCert'; + GAccountFieldsData_identity_certReceived_receiverBuilder b) => + b..G__typename = 'Identity'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override + String? get accountId; + @override + GAccountFieldsData_identity_certReceived_receiver_account? get account; + @override String get id; @override - String? get issuerId; + bool get isMember; @override - String? get receiverId; + _i2.GIdentityStatusEnum? get status; @override - int get createdOn; - static Serializer<GIdentityFieldsData_smith_smithCertReceived> - get serializer => _$gIdentityFieldsDataSmithSmithCertReceivedSerializer; + String get name; + @override + int get expireOn; + static Serializer<GAccountFieldsData_identity_certReceived_receiver> + get serializer => + _$gAccountFieldsDataIdentityCertReceivedReceiverSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_smith_smithCertReceived.serializer, + GAccountFieldsData_identity_certReceived_receiver.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_smith_smithCertReceived? fromJson( + static GAccountFieldsData_identity_certReceived_receiver? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_smith_smithCertReceived.serializer, + GAccountFieldsData_identity_certReceived_receiver.serializer, json, ); } -abstract class GIdentityFieldsData_udHistory +abstract class GAccountFieldsData_identity_certReceived_receiver_account implements - Built<GIdentityFieldsData_udHistory, - GIdentityFieldsData_udHistoryBuilder>, - GIdentityFields_udHistory { - GIdentityFieldsData_udHistory._(); + Built<GAccountFieldsData_identity_certReceived_receiver_account, + GAccountFieldsData_identity_certReceived_receiver_accountBuilder>, + GAccountFields_identity_certReceived_receiver_account, + GIdentityFields_certReceived_receiver_account, + GCertFields_receiver_account, + GIdentityBasicFields_account { + GAccountFieldsData_identity_certReceived_receiver_account._(); - factory GIdentityFieldsData_udHistory( - [void Function(GIdentityFieldsData_udHistoryBuilder b) updates]) = - _$GIdentityFieldsData_udHistory; + factory GAccountFieldsData_identity_certReceived_receiver_account( + [void Function( + GAccountFieldsData_identity_certReceived_receiver_accountBuilder + b) + updates]) = _$GAccountFieldsData_identity_certReceived_receiver_account; - static void _initializeBuilder(GIdentityFieldsData_udHistoryBuilder b) => - b..G__typename = 'UdHistory'; + static void _initializeBuilder( + GAccountFieldsData_identity_certReceived_receiver_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - int get amount; - @override - _i2.Gtimestamptz get timestamp; - static Serializer<GIdentityFieldsData_udHistory> get serializer => - _$gIdentityFieldsDataUdHistorySerializer; + int get createdOn; + static Serializer<GAccountFieldsData_identity_certReceived_receiver_account> + get serializer => + _$gAccountFieldsDataIdentityCertReceivedReceiverAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GIdentityFieldsData_udHistory.serializer, + GAccountFieldsData_identity_certReceived_receiver_account.serializer, this, ) as Map<String, dynamic>); - static GIdentityFieldsData_udHistory? fromJson(Map<String, dynamic> json) => + static GAccountFieldsData_identity_certReceived_receiver_account? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GIdentityFieldsData_udHistory.serializer, + GAccountFieldsData_identity_certReceived_receiver_account.serializer, json, ); } -abstract class GCommentsIssued { - String get G__typename; - String? get authorId; - int get blockNumber; - String? get eventId; - String get hash; - String get id; - String get remark; - _i2.GCommentTypeEnum? get type; - Map<String, dynamic> toJson(); -} - -abstract class GCommentsIssuedData +abstract class GAccountFieldsData_identity_certReceivedAggregate implements - Built<GCommentsIssuedData, GCommentsIssuedDataBuilder>, - GCommentsIssued { - GCommentsIssuedData._(); + Built<GAccountFieldsData_identity_certReceivedAggregate, + GAccountFieldsData_identity_certReceivedAggregateBuilder>, + GAccountFields_identity_certReceivedAggregate, + GIdentityFields_certReceivedAggregate { + GAccountFieldsData_identity_certReceivedAggregate._(); - factory GCommentsIssuedData( - [void Function(GCommentsIssuedDataBuilder b) updates]) = - _$GCommentsIssuedData; + factory GAccountFieldsData_identity_certReceivedAggregate( + [void Function(GAccountFieldsData_identity_certReceivedAggregateBuilder b) + updates]) = _$GAccountFieldsData_identity_certReceivedAggregate; - static void _initializeBuilder(GCommentsIssuedDataBuilder b) => - b..G__typename = 'TxComment'; + static void _initializeBuilder( + GAccountFieldsData_identity_certReceivedAggregateBuilder b) => + b..G__typename = 'CertAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get authorId; - @override - int get blockNumber; - @override - String? get eventId; - @override - String get hash; - @override - String get id; - @override - String get remark; - @override - _i2.GCommentTypeEnum? get type; - static Serializer<GCommentsIssuedData> get serializer => - _$gCommentsIssuedDataSerializer; + GAccountFieldsData_identity_certReceivedAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_identity_certReceivedAggregate> + get serializer => + _$gAccountFieldsDataIdentityCertReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GCommentsIssuedData.serializer, + GAccountFieldsData_identity_certReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GCommentsIssuedData? fromJson(Map<String, dynamic> json) => + static GAccountFieldsData_identity_certReceivedAggregate? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GCommentsIssuedData.serializer, + GAccountFieldsData_identity_certReceivedAggregate.serializer, json, ); } -abstract class GAccountBasicFields { - String get G__typename; - int get createdOn; - String get id; - GAccountBasicFields_identity? get identity; - bool get isActive; - Map<String, dynamic> toJson(); -} - -abstract class GAccountBasicFields_identity implements GIdentityBasicFields { - @override - String get G__typename; - @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountBasicFieldsData +abstract class GAccountFieldsData_identity_certReceivedAggregate_aggregate implements - Built<GAccountBasicFieldsData, GAccountBasicFieldsDataBuilder>, - GAccountBasicFields { - GAccountBasicFieldsData._(); + Built<GAccountFieldsData_identity_certReceivedAggregate_aggregate, + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder>, + GAccountFields_identity_certReceivedAggregate_aggregate, + GIdentityFields_certReceivedAggregate_aggregate { + GAccountFieldsData_identity_certReceivedAggregate_aggregate._(); - factory GAccountBasicFieldsData( - [void Function(GAccountBasicFieldsDataBuilder b) updates]) = - _$GAccountBasicFieldsData; + factory GAccountFieldsData_identity_certReceivedAggregate_aggregate( + [void Function( + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder + b) + updates]) = _$GAccountFieldsData_identity_certReceivedAggregate_aggregate; - static void _initializeBuilder(GAccountBasicFieldsDataBuilder b) => - b..G__typename = 'Account'; + static void _initializeBuilder( + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder + b) => + b..G__typename = 'CertAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get createdOn; - @override - String get id; - @override - GAccountBasicFieldsData_identity? get identity; - @override - bool get isActive; - static Serializer<GAccountBasicFieldsData> get serializer => - _$gAccountBasicFieldsDataSerializer; + int get count; + static Serializer<GAccountFieldsData_identity_certReceivedAggregate_aggregate> + get serializer => + _$gAccountFieldsDataIdentityCertReceivedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountBasicFieldsData.serializer, + GAccountFieldsData_identity_certReceivedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountBasicFieldsData? fromJson(Map<String, dynamic> json) => + static GAccountFieldsData_identity_certReceivedAggregate_aggregate? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountBasicFieldsData.serializer, + GAccountFieldsData_identity_certReceivedAggregate_aggregate.serializer, json, ); } -abstract class GAccountBasicFieldsData_identity +abstract class GAccountFieldsData_identity_linkedAccount implements - Built<GAccountBasicFieldsData_identity, - GAccountBasicFieldsData_identityBuilder>, - GAccountBasicFields_identity, - GIdentityBasicFields { - GAccountBasicFieldsData_identity._(); + Built<GAccountFieldsData_identity_linkedAccount, + GAccountFieldsData_identity_linkedAccountBuilder>, + GAccountFields_identity_linkedAccount, + GIdentityFields_linkedAccount { + GAccountFieldsData_identity_linkedAccount._(); - factory GAccountBasicFieldsData_identity( - [void Function(GAccountBasicFieldsData_identityBuilder b) updates]) = - _$GAccountBasicFieldsData_identity; + factory GAccountFieldsData_identity_linkedAccount( + [void Function(GAccountFieldsData_identity_linkedAccountBuilder b) + updates]) = _$GAccountFieldsData_identity_linkedAccount; - static void _initializeBuilder(GAccountBasicFieldsData_identityBuilder b) => - b..G__typename = 'Identity'; + static void _initializeBuilder( + GAccountFieldsData_identity_linkedAccountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountBasicFieldsData_identity> get serializer => - _$gAccountBasicFieldsDataIdentitySerializer; + static Serializer<GAccountFieldsData_identity_linkedAccount> get serializer => + _$gAccountFieldsDataIdentityLinkedAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountBasicFieldsData_identity.serializer, + GAccountFieldsData_identity_linkedAccount.serializer, this, ) as Map<String, dynamic>); - static GAccountBasicFieldsData_identity? fromJson( + static GAccountFieldsData_identity_linkedAccount? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountBasicFieldsData_identity.serializer, + GAccountFieldsData_identity_linkedAccount.serializer, json, ); } -abstract class GAccountFields { - String get G__typename; - BuiltList<GAccountFields_commentsIssued> get commentsIssued; - GAccountFields_commentsIssuedAggregate get commentsIssuedAggregate; - int get createdOn; - String get id; - GAccountFields_identity? get identity; - bool get isActive; - GAccountFields_linkedIdentity? get linkedIdentity; - BuiltList<GAccountFields_removedIdentities> get removedIdentities; - GAccountFields_removedIdentitiesAggregate get removedIdentitiesAggregate; - BuiltList<GAccountFields_transfersIssued> get transfersIssued; - GAccountFields_transfersIssuedAggregate get transfersIssuedAggregate; - BuiltList<GAccountFields_transfersReceived> get transfersReceived; - GAccountFields_transfersReceivedAggregate get transfersReceivedAggregate; - BuiltList<GAccountFields_wasIdentity> get wasIdentity; - GAccountFields_wasIdentityAggregate get wasIdentityAggregate; - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_commentsIssued implements GCommentsIssued { - @override - String get G__typename; - @override - String? get authorId; - @override - int get blockNumber; - @override - String? get eventId; - @override - String get hash; - @override - String get id; - @override - String get remark; - @override - _i2.GCommentTypeEnum? get type; - @override - Map<String, dynamic> toJson(); -} +abstract class GAccountFieldsData_identity_linkedAccountAggregate + implements + Built<GAccountFieldsData_identity_linkedAccountAggregate, + GAccountFieldsData_identity_linkedAccountAggregateBuilder>, + GAccountFields_identity_linkedAccountAggregate, + GIdentityFields_linkedAccountAggregate { + GAccountFieldsData_identity_linkedAccountAggregate._(); -abstract class GAccountFields_commentsIssuedAggregate { - String get G__typename; - GAccountFields_commentsIssuedAggregate_aggregate? get aggregate; - Map<String, dynamic> toJson(); -} + factory GAccountFieldsData_identity_linkedAccountAggregate( + [void Function( + GAccountFieldsData_identity_linkedAccountAggregateBuilder b) + updates]) = _$GAccountFieldsData_identity_linkedAccountAggregate; -abstract class GAccountFields_commentsIssuedAggregate_aggregate { - String get G__typename; - int get count; - Map<String, dynamic> toJson(); -} + static void _initializeBuilder( + GAccountFieldsData_identity_linkedAccountAggregateBuilder b) => + b..G__typename = 'AccountAggregate'; -abstract class GAccountFields_identity implements GIdentityFields { @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String? get accountRemovedId; - @override - BuiltList<GAccountFields_identity_certIssued> get certIssued; - @override - GAccountFields_identity_certIssuedAggregate get certIssuedAggregate; - @override - BuiltList<GAccountFields_identity_certReceived> get certReceived; - @override - GAccountFields_identity_certReceivedAggregate get certReceivedAggregate; - @override - String? get createdInId; - @override - int get createdOn; - @override - int get expireOn; - @override - String get id; - @override - int get index; - @override - bool get isMember; - @override - int get lastChangeOn; - @override - BuiltList<GAccountFields_identity_linkedAccount> get linkedAccount; - @override - GAccountFields_identity_linkedAccountAggregate get linkedAccountAggregate; - @override - _i2.GIdentityStatusEnum? get status; - @override - BuiltList<GAccountFields_identity_membershipHistory> get membershipHistory; - @override - GAccountFields_identity_membershipHistoryAggregate - get membershipHistoryAggregate; - @override - String get name; - @override - BuiltList<GAccountFields_identity_ownerKeyChange> get ownerKeyChange; - @override - GAccountFields_identity_ownerKeyChangeAggregate get ownerKeyChangeAggregate; - @override - GAccountFields_identity_smith? get smith; - @override - BuiltList<GAccountFields_identity_udHistory>? get udHistory; - @override - Map<String, dynamic> toJson(); -} + GAccountFieldsData_identity_linkedAccountAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_identity_linkedAccountAggregate> + get serializer => + _$gAccountFieldsDataIdentityLinkedAccountAggregateSerializer; -abstract class GAccountFields_identity_certIssued - implements GIdentityFields_certIssued, GCertFields { - @override - String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - GAccountFields_identity_certIssued_issuer? get issuer; - @override - String? get receiverId; - @override - GAccountFields_identity_certIssued_receiver? get receiver; - @override - int get createdOn; - @override - int get expireOn; - @override - bool get isActive; - @override - int get updatedOn; - @override - Map<String, dynamic> toJson(); + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_identity_linkedAccountAggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountFieldsData_identity_linkedAccountAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_identity_linkedAccountAggregate.serializer, + json, + ); } -abstract class GAccountFields_identity_certIssued_issuer +abstract class GAccountFieldsData_identity_linkedAccountAggregate_aggregate implements - GIdentityFields_certIssued_issuer, - GCertFields_issuer, - GIdentityBasicFields { + Built<GAccountFieldsData_identity_linkedAccountAggregate_aggregate, + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder>, + GAccountFields_identity_linkedAccountAggregate_aggregate, + GIdentityFields_linkedAccountAggregate_aggregate { + GAccountFieldsData_identity_linkedAccountAggregate_aggregate._(); + + factory GAccountFieldsData_identity_linkedAccountAggregate_aggregate( + [void Function( + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder + b) + updates]) = + _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate; + + static void _initializeBuilder( + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder + b) => + b..G__typename = 'AccountAggregateFields'; + @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; + int get count; + static Serializer< + GAccountFieldsData_identity_linkedAccountAggregate_aggregate> + get serializer => + _$gAccountFieldsDataIdentityLinkedAccountAggregateAggregateSerializer; + @override - Map<String, dynamic> toJson(); + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_identity_linkedAccountAggregate_aggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountFieldsData_identity_linkedAccountAggregate_aggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_identity_linkedAccountAggregate_aggregate.serializer, + json, + ); } -abstract class GAccountFields_identity_certIssued_receiver +abstract class GAccountFieldsData_identity_membershipHistory implements - GIdentityFields_certIssued_receiver, - GCertFields_receiver, - GIdentityBasicFields { + Built<GAccountFieldsData_identity_membershipHistory, + GAccountFieldsData_identity_membershipHistoryBuilder>, + GAccountFields_identity_membershipHistory, + GIdentityFields_membershipHistory { + GAccountFieldsData_identity_membershipHistory._(); + + factory GAccountFieldsData_identity_membershipHistory( + [void Function(GAccountFieldsData_identity_membershipHistoryBuilder b) + updates]) = _$GAccountFieldsData_identity_membershipHistory; + + static void _initializeBuilder( + GAccountFieldsData_identity_membershipHistoryBuilder b) => + b..G__typename = 'MembershipEvent'; + @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; + int get blockNumber; @override - bool get isMember; + String? get eventId; @override - _i2.GIdentityStatusEnum? get status; + _i2.GEventTypeEnum? get eventType; @override - String get name; + String get id; @override - Map<String, dynamic> toJson(); -} + String? get identityId; + static Serializer<GAccountFieldsData_identity_membershipHistory> + get serializer => _$gAccountFieldsDataIdentityMembershipHistorySerializer; -abstract class GAccountFields_identity_certIssuedAggregate - implements GIdentityFields_certIssuedAggregate { - @override - String get G__typename; @override - GAccountFields_identity_certIssuedAggregate_aggregate? get aggregate; - @override - Map<String, dynamic> toJson(); -} + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_identity_membershipHistory.serializer, + this, + ) as Map<String, dynamic>); -abstract class GAccountFields_identity_certIssuedAggregate_aggregate - implements GIdentityFields_certIssuedAggregate_aggregate { - @override - String get G__typename; - @override - int get count; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_certReceived - implements GIdentityFields_certReceived, GCertFields { - @override - String get G__typename; - @override - String get id; - @override - String? get issuerId; - @override - GAccountFields_identity_certReceived_issuer? get issuer; - @override - String? get receiverId; - @override - GAccountFields_identity_certReceived_receiver? get receiver; - @override - int get createdOn; - @override - int get expireOn; - @override - bool get isActive; - @override - int get updatedOn; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_certReceived_issuer - implements - GIdentityFields_certReceived_issuer, - GCertFields_issuer, - GIdentityBasicFields { - @override - String get G__typename; - @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_certReceived_receiver - implements - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - @override - String get G__typename; - @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_certReceivedAggregate - implements GIdentityFields_certReceivedAggregate { - @override - String get G__typename; - @override - GAccountFields_identity_certReceivedAggregate_aggregate? get aggregate; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_certReceivedAggregate_aggregate - implements GIdentityFields_certReceivedAggregate_aggregate { - @override - String get G__typename; - @override - int get count; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_linkedAccount - implements GIdentityFields_linkedAccount { - @override - String get G__typename; - @override - String get id; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_linkedAccountAggregate - implements GIdentityFields_linkedAccountAggregate { - @override - String get G__typename; - @override - GAccountFields_identity_linkedAccountAggregate_aggregate? get aggregate; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_linkedAccountAggregate_aggregate - implements GIdentityFields_linkedAccountAggregate_aggregate { - @override - String get G__typename; - @override - int get count; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_membershipHistory - implements GIdentityFields_membershipHistory { - @override - String get G__typename; - @override - int get blockNumber; - @override - String? get eventId; - @override - _i2.GEventTypeEnum? get eventType; - @override - String get id; - @override - String? get identityId; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_membershipHistoryAggregate - implements GIdentityFields_membershipHistoryAggregate { - @override - String get G__typename; - @override - GAccountFields_identity_membershipHistoryAggregate_aggregate? get aggregate; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_membershipHistoryAggregate_aggregate - implements GIdentityFields_membershipHistoryAggregate_aggregate { - @override - String get G__typename; - @override - int get count; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_ownerKeyChange - implements GIdentityFields_ownerKeyChange, GOwnerKeyChangeFields { - @override - String get G__typename; - @override - String get id; - @override - int get blockNumber; - @override - String? get identityId; - @override - String? get nextId; - @override - String? get previousId; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_ownerKeyChangeAggregate - implements GIdentityFields_ownerKeyChangeAggregate { - @override - String get G__typename; - @override - GAccountFields_identity_ownerKeyChangeAggregate_aggregate? get aggregate; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_ownerKeyChangeAggregate_aggregate - implements GIdentityFields_ownerKeyChangeAggregate_aggregate { - @override - String get G__typename; - @override - int get count; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_smith - implements GIdentityFields_smith, GSmithFields { - @override - String get G__typename; - @override - String get id; - @override - int get forged; - @override - int get index; - @override - int? get lastChanged; - @override - int? get lastForged; - @override - BuiltList<GAccountFields_identity_smith_smithCertIssued> get smithCertIssued; - @override - BuiltList<GAccountFields_identity_smith_smithCertReceived> - get smithCertReceived; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_smith_smithCertIssued - implements - GIdentityFields_smith_smithCertIssued, - GSmithFields_smithCertIssued, - GSmithCertFields { - @override - String get G__typename; - @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override - int get createdOn; - @override - Map<String, dynamic> toJson(); + static GAccountFieldsData_identity_membershipHistory? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_identity_membershipHistory.serializer, + json, + ); } -abstract class GAccountFields_identity_smith_smithCertReceived +abstract class GAccountFieldsData_identity_membershipHistoryAggregate implements - GIdentityFields_smith_smithCertReceived, - GSmithFields_smithCertReceived, - GSmithCertFields { - @override - String get G__typename; - @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override - int get createdOn; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_identity_udHistory - implements GIdentityFields_udHistory { - @override - String get G__typename; - @override - String get id; - @override - int get amount; - @override - _i2.Gtimestamptz get timestamp; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_linkedIdentity implements GIdentityBasicFields { - @override - String get G__typename; - @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_removedIdentities - implements GIdentityBasicFields { - @override - String get G__typename; - @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_removedIdentitiesAggregate { - String get G__typename; - GAccountFields_removedIdentitiesAggregate_aggregate? get aggregate; - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_removedIdentitiesAggregate_aggregate { - String get G__typename; - int get count; - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_transfersIssued implements GTransferFields { - @override - String get G__typename; - @override - int get blockNumber; - @override - _i2.Gtimestamptz get timestamp; - @override - int get amount; - @override - GAccountFields_transfersIssued_to? get to; - @override - GAccountFields_transfersIssued_from? get from; - @override - GAccountFields_transfersIssued_comment? get comment; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_transfersIssued_to implements GTransferFields_to { - @override - String get G__typename; - @override - String get id; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_transfersIssued_from - implements GTransferFields_from { - @override - String get G__typename; - @override - String get id; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_transfersIssued_comment - implements GTransferFields_comment { - @override - String get G__typename; - @override - String get remark; - @override - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_transfersIssuedAggregate { - String get G__typename; - GAccountFields_transfersIssuedAggregate_aggregate? get aggregate; - Map<String, dynamic> toJson(); -} - -abstract class GAccountFields_transfersIssuedAggregate_aggregate { - String get G__typename; - GAccountFields_transfersIssuedAggregate_aggregate_sum? get sum; - int get count; - Map<String, dynamic> toJson(); -} + Built<GAccountFieldsData_identity_membershipHistoryAggregate, + GAccountFieldsData_identity_membershipHistoryAggregateBuilder>, + GAccountFields_identity_membershipHistoryAggregate, + GIdentityFields_membershipHistoryAggregate { + GAccountFieldsData_identity_membershipHistoryAggregate._(); -abstract class GAccountFields_transfersIssuedAggregate_aggregate_sum { - String get G__typename; - int? get amount; - Map<String, dynamic> toJson(); -} + factory GAccountFieldsData_identity_membershipHistoryAggregate( + [void Function( + GAccountFieldsData_identity_membershipHistoryAggregateBuilder b) + updates]) = _$GAccountFieldsData_identity_membershipHistoryAggregate; -abstract class GAccountFields_transfersReceived implements GTransferFields { - @override - String get G__typename; - @override - int get blockNumber; - @override - _i2.Gtimestamptz get timestamp; - @override - int get amount; - @override - GAccountFields_transfersReceived_to? get to; - @override - GAccountFields_transfersReceived_from? get from; - @override - GAccountFields_transfersReceived_comment? get comment; - @override - Map<String, dynamic> toJson(); -} + static void _initializeBuilder( + GAccountFieldsData_identity_membershipHistoryAggregateBuilder b) => + b..G__typename = 'MembershipEventAggregate'; -abstract class GAccountFields_transfersReceived_to - implements GTransferFields_to { @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - Map<String, dynamic> toJson(); -} + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate? + get aggregate; + static Serializer<GAccountFieldsData_identity_membershipHistoryAggregate> + get serializer => + _$gAccountFieldsDataIdentityMembershipHistoryAggregateSerializer; -abstract class GAccountFields_transfersReceived_from - implements GTransferFields_from { @override - String get G__typename; - @override - String get id; - @override - Map<String, dynamic> toJson(); + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_identity_membershipHistoryAggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountFieldsData_identity_membershipHistoryAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_identity_membershipHistoryAggregate.serializer, + json, + ); } -abstract class GAccountFields_transfersReceived_comment - implements GTransferFields_comment { +abstract class GAccountFieldsData_identity_membershipHistoryAggregate_aggregate + implements + Built<GAccountFieldsData_identity_membershipHistoryAggregate_aggregate, + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder>, + GAccountFields_identity_membershipHistoryAggregate_aggregate, + GIdentityFields_membershipHistoryAggregate_aggregate { + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate._(); + + factory GAccountFieldsData_identity_membershipHistoryAggregate_aggregate( + [void Function( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder + b) + updates]) = + _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate; + + static void _initializeBuilder( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder + b) => + b..G__typename = 'MembershipEventAggregateFields'; + @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get remark; + int get count; + static Serializer< + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate> + get serializer => + _$gAccountFieldsDataIdentityMembershipHistoryAggregateAggregateSerializer; + @override - Map<String, dynamic> toJson(); -} + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate + .serializer, + this, + ) as Map<String, dynamic>); -abstract class GAccountFields_transfersReceivedAggregate { - String get G__typename; - GAccountFields_transfersReceivedAggregate_aggregate? get aggregate; - Map<String, dynamic> toJson(); + static GAccountFieldsData_identity_membershipHistoryAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate + .serializer, + json, + ); } -abstract class GAccountFields_transfersReceivedAggregate_aggregate { - String get G__typename; - GAccountFields_transfersReceivedAggregate_aggregate_sum? get sum; - int get count; - Map<String, dynamic> toJson(); -} +abstract class GAccountFieldsData_identity_ownerKeyChange + implements + Built<GAccountFieldsData_identity_ownerKeyChange, + GAccountFieldsData_identity_ownerKeyChangeBuilder>, + GAccountFields_identity_ownerKeyChange, + GIdentityFields_ownerKeyChange, + GOwnerKeyChangeFields { + GAccountFieldsData_identity_ownerKeyChange._(); -abstract class GAccountFields_transfersReceivedAggregate_aggregate_sum { - String get G__typename; - int? get amount; - Map<String, dynamic> toJson(); -} + factory GAccountFieldsData_identity_ownerKeyChange( + [void Function(GAccountFieldsData_identity_ownerKeyChangeBuilder b) + updates]) = _$GAccountFieldsData_identity_ownerKeyChange; + + static void _initializeBuilder( + GAccountFieldsData_identity_ownerKeyChangeBuilder b) => + b..G__typename = 'ChangeOwnerKey'; -abstract class GAccountFields_wasIdentity implements GOwnerKeyChangeFields { @override + @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; @@ -13345,221 +13886,310 @@ abstract class GAccountFields_wasIdentity implements GOwnerKeyChangeFields { String? get nextId; @override String? get previousId; + static Serializer<GAccountFieldsData_identity_ownerKeyChange> + get serializer => _$gAccountFieldsDataIdentityOwnerKeyChangeSerializer; + @override - Map<String, dynamic> toJson(); -} + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_identity_ownerKeyChange.serializer, + this, + ) as Map<String, dynamic>); -abstract class GAccountFields_wasIdentityAggregate { - String get G__typename; - GAccountFields_wasIdentityAggregate_aggregate? get aggregate; - Map<String, dynamic> toJson(); + static GAccountFieldsData_identity_ownerKeyChange? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_identity_ownerKeyChange.serializer, + json, + ); } -abstract class GAccountFields_wasIdentityAggregate_aggregate { +abstract class GAccountFieldsData_identity_ownerKeyChangeAggregate + implements + Built<GAccountFieldsData_identity_ownerKeyChangeAggregate, + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder>, + GAccountFields_identity_ownerKeyChangeAggregate, + GIdentityFields_ownerKeyChangeAggregate { + GAccountFieldsData_identity_ownerKeyChangeAggregate._(); + + factory GAccountFieldsData_identity_ownerKeyChangeAggregate( + [void Function( + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder b) + updates]) = _$GAccountFieldsData_identity_ownerKeyChangeAggregate; + + static void _initializeBuilder( + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder b) => + b..G__typename = 'ChangeOwnerKeyAggregate'; + + @override + @BuiltValueField(wireName: '__typename') String get G__typename; - int get count; - Map<String, dynamic> toJson(); + @override + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_identity_ownerKeyChangeAggregate> + get serializer => + _$gAccountFieldsDataIdentityOwnerKeyChangeAggregateSerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_identity_ownerKeyChangeAggregate.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountFieldsData_identity_ownerKeyChangeAggregate? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_identity_ownerKeyChangeAggregate.serializer, + json, + ); } -abstract class GAccountFieldsData +abstract class GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate implements - Built<GAccountFieldsData, GAccountFieldsDataBuilder>, - GAccountFields { - GAccountFieldsData._(); + Built<GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate, + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder>, + GAccountFields_identity_ownerKeyChangeAggregate_aggregate, + GIdentityFields_ownerKeyChangeAggregate_aggregate { + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate._(); - factory GAccountFieldsData( - [void Function(GAccountFieldsDataBuilder b) updates]) = - _$GAccountFieldsData; + factory GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate( + [void Function( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder + b) + updates]) = + _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate; - static void _initializeBuilder(GAccountFieldsDataBuilder b) => - b..G__typename = 'Account'; + static void _initializeBuilder( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder + b) => + b..G__typename = 'ChangeOwnerKeyAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - BuiltList<GAccountFieldsData_commentsIssued> get commentsIssued; + int get count; + static Serializer< + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate> + get serializer => + _$gAccountFieldsDataIdentityOwnerKeyChangeAggregateAggregateSerializer; + @override - GAccountFieldsData_commentsIssuedAggregate get commentsIssuedAggregate; + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate + .serializer, + this, + ) as Map<String, dynamic>); + + static GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate + .serializer, + json, + ); +} + +abstract class GAccountFieldsData_identity_smith + implements + Built<GAccountFieldsData_identity_smith, + GAccountFieldsData_identity_smithBuilder>, + GAccountFields_identity_smith, + GIdentityFields_smith, + GSmithFields { + GAccountFieldsData_identity_smith._(); + + factory GAccountFieldsData_identity_smith( + [void Function(GAccountFieldsData_identity_smithBuilder b) updates]) = + _$GAccountFieldsData_identity_smith; + + static void _initializeBuilder(GAccountFieldsData_identity_smithBuilder b) => + b..G__typename = 'Smith'; + @override - int get createdOn; + @BuiltValueField(wireName: '__typename') + String get G__typename; @override String get id; @override - GAccountFieldsData_identity? get identity; - @override - bool get isActive; - @override - GAccountFieldsData_linkedIdentity? get linkedIdentity; - @override - BuiltList<GAccountFieldsData_removedIdentities> get removedIdentities; - @override - GAccountFieldsData_removedIdentitiesAggregate get removedIdentitiesAggregate; - @override - BuiltList<GAccountFieldsData_transfersIssued> get transfersIssued; - @override - GAccountFieldsData_transfersIssuedAggregate get transfersIssuedAggregate; + int get forged; @override - BuiltList<GAccountFieldsData_transfersReceived> get transfersReceived; + int get index; @override - GAccountFieldsData_transfersReceivedAggregate get transfersReceivedAggregate; + int? get lastChanged; @override - BuiltList<GAccountFieldsData_wasIdentity> get wasIdentity; + int? get lastForged; @override - GAccountFieldsData_wasIdentityAggregate get wasIdentityAggregate; - static Serializer<GAccountFieldsData> get serializer => - _$gAccountFieldsDataSerializer; + BuiltList<GAccountFieldsData_identity_smith_smithCertIssued> + get smithCertIssued; + @override + BuiltList<GAccountFieldsData_identity_smith_smithCertReceived> + get smithCertReceived; + static Serializer<GAccountFieldsData_identity_smith> get serializer => + _$gAccountFieldsDataIdentitySmithSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData.serializer, + GAccountFieldsData_identity_smith.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData? fromJson(Map<String, dynamic> json) => + static GAccountFieldsData_identity_smith? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData.serializer, + GAccountFieldsData_identity_smith.serializer, json, ); } -abstract class GAccountFieldsData_commentsIssued +abstract class GAccountFieldsData_identity_smith_smithCertIssued implements - Built<GAccountFieldsData_commentsIssued, - GAccountFieldsData_commentsIssuedBuilder>, - GAccountFields_commentsIssued, - GCommentsIssued { - GAccountFieldsData_commentsIssued._(); + Built<GAccountFieldsData_identity_smith_smithCertIssued, + GAccountFieldsData_identity_smith_smithCertIssuedBuilder>, + GAccountFields_identity_smith_smithCertIssued, + GIdentityFields_smith_smithCertIssued, + GSmithFields_smithCertIssued, + GSmithCertFields { + GAccountFieldsData_identity_smith_smithCertIssued._(); - factory GAccountFieldsData_commentsIssued( - [void Function(GAccountFieldsData_commentsIssuedBuilder b) updates]) = - _$GAccountFieldsData_commentsIssued; + factory GAccountFieldsData_identity_smith_smithCertIssued( + [void Function(GAccountFieldsData_identity_smith_smithCertIssuedBuilder b) + updates]) = _$GAccountFieldsData_identity_smith_smithCertIssued; - static void _initializeBuilder(GAccountFieldsData_commentsIssuedBuilder b) => - b..G__typename = 'TxComment'; + static void _initializeBuilder( + GAccountFieldsData_identity_smith_smithCertIssuedBuilder b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get authorId; - @override - int get blockNumber; - @override - String? get eventId; - @override - String get hash; - @override String get id; @override - String get remark; + String? get issuerId; @override - _i2.GCommentTypeEnum? get type; - static Serializer<GAccountFieldsData_commentsIssued> get serializer => - _$gAccountFieldsDataCommentsIssuedSerializer; + String? get receiverId; + @override + int get createdOn; + static Serializer<GAccountFieldsData_identity_smith_smithCertIssued> + get serializer => + _$gAccountFieldsDataIdentitySmithSmithCertIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_commentsIssued.serializer, + GAccountFieldsData_identity_smith_smithCertIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_commentsIssued? fromJson( + static GAccountFieldsData_identity_smith_smithCertIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_commentsIssued.serializer, + GAccountFieldsData_identity_smith_smithCertIssued.serializer, json, ); } -abstract class GAccountFieldsData_commentsIssuedAggregate +abstract class GAccountFieldsData_identity_smith_smithCertReceived implements - Built<GAccountFieldsData_commentsIssuedAggregate, - GAccountFieldsData_commentsIssuedAggregateBuilder>, - GAccountFields_commentsIssuedAggregate { - GAccountFieldsData_commentsIssuedAggregate._(); + Built<GAccountFieldsData_identity_smith_smithCertReceived, + GAccountFieldsData_identity_smith_smithCertReceivedBuilder>, + GAccountFields_identity_smith_smithCertReceived, + GIdentityFields_smith_smithCertReceived, + GSmithFields_smithCertReceived, + GSmithCertFields { + GAccountFieldsData_identity_smith_smithCertReceived._(); - factory GAccountFieldsData_commentsIssuedAggregate( - [void Function(GAccountFieldsData_commentsIssuedAggregateBuilder b) - updates]) = _$GAccountFieldsData_commentsIssuedAggregate; + factory GAccountFieldsData_identity_smith_smithCertReceived( + [void Function( + GAccountFieldsData_identity_smith_smithCertReceivedBuilder b) + updates]) = _$GAccountFieldsData_identity_smith_smithCertReceived; static void _initializeBuilder( - GAccountFieldsData_commentsIssuedAggregateBuilder b) => - b..G__typename = 'TxCommentAggregate'; + GAccountFieldsData_identity_smith_smithCertReceivedBuilder b) => + b..G__typename = 'SmithCert'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_commentsIssuedAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_commentsIssuedAggregate> - get serializer => _$gAccountFieldsDataCommentsIssuedAggregateSerializer; + String get id; + @override + String? get issuerId; + @override + String? get receiverId; + @override + int get createdOn; + static Serializer<GAccountFieldsData_identity_smith_smithCertReceived> + get serializer => + _$gAccountFieldsDataIdentitySmithSmithCertReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_commentsIssuedAggregate.serializer, + GAccountFieldsData_identity_smith_smithCertReceived.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_commentsIssuedAggregate? fromJson( + static GAccountFieldsData_identity_smith_smithCertReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_commentsIssuedAggregate.serializer, + GAccountFieldsData_identity_smith_smithCertReceived.serializer, json, ); } -abstract class GAccountFieldsData_commentsIssuedAggregate_aggregate +abstract class GAccountFieldsData_identity_udHistory implements - Built<GAccountFieldsData_commentsIssuedAggregate_aggregate, - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder>, - GAccountFields_commentsIssuedAggregate_aggregate { - GAccountFieldsData_commentsIssuedAggregate_aggregate._(); + Built<GAccountFieldsData_identity_udHistory, + GAccountFieldsData_identity_udHistoryBuilder>, + GAccountFields_identity_udHistory, + GIdentityFields_udHistory { + GAccountFieldsData_identity_udHistory._(); - factory GAccountFieldsData_commentsIssuedAggregate_aggregate( - [void Function( - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder b) - updates]) = _$GAccountFieldsData_commentsIssuedAggregate_aggregate; + factory GAccountFieldsData_identity_udHistory( + [void Function(GAccountFieldsData_identity_udHistoryBuilder b) + updates]) = _$GAccountFieldsData_identity_udHistory; static void _initializeBuilder( - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder b) => - b..G__typename = 'TxCommentAggregateFields'; + GAccountFieldsData_identity_udHistoryBuilder b) => + b..G__typename = 'UdHistory'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GAccountFieldsData_commentsIssuedAggregate_aggregate> - get serializer => - _$gAccountFieldsDataCommentsIssuedAggregateAggregateSerializer; + String get id; + @override + int get amount; + @override + _i2.Gtimestamptz get timestamp; + static Serializer<GAccountFieldsData_identity_udHistory> get serializer => + _$gAccountFieldsDataIdentityUdHistorySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_commentsIssuedAggregate_aggregate.serializer, + GAccountFieldsData_identity_udHistory.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_commentsIssuedAggregate_aggregate? fromJson( + static GAccountFieldsData_identity_udHistory? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_commentsIssuedAggregate_aggregate.serializer, + GAccountFieldsData_identity_udHistory.serializer, json, ); } -abstract class GAccountFieldsData_identity +abstract class GAccountFieldsData_linkedIdentity implements - Built<GAccountFieldsData_identity, GAccountFieldsData_identityBuilder>, - GAccountFields_identity, - GIdentityFields { - GAccountFieldsData_identity._(); + Built<GAccountFieldsData_linkedIdentity, + GAccountFieldsData_linkedIdentityBuilder>, + GAccountFields_linkedIdentity, + GIdentityBasicFields { + GAccountFieldsData_linkedIdentity._(); - factory GAccountFieldsData_identity( - [void Function(GAccountFieldsData_identityBuilder b) updates]) = - _$GAccountFieldsData_identity; + factory GAccountFieldsData_linkedIdentity( + [void Function(GAccountFieldsData_linkedIdentityBuilder b) updates]) = + _$GAccountFieldsData_linkedIdentity; - static void _initializeBuilder(GAccountFieldsData_identityBuilder b) => + static void _initializeBuilder(GAccountFieldsData_linkedIdentityBuilder b) => b..G__typename = 'Identity'; @override @@ -13568,139 +14198,86 @@ abstract class GAccountFieldsData_identity @override String? get accountId; @override - String? get accountRemovedId; - @override - BuiltList<GAccountFieldsData_identity_certIssued> get certIssued; - @override - GAccountFieldsData_identity_certIssuedAggregate get certIssuedAggregate; - @override - BuiltList<GAccountFieldsData_identity_certReceived> get certReceived; - @override - GAccountFieldsData_identity_certReceivedAggregate get certReceivedAggregate; - @override - String? get createdInId; - @override - int get createdOn; - @override - int get expireOn; + GAccountFieldsData_linkedIdentity_account? get account; @override String get id; @override - int get index; - @override bool get isMember; @override - int get lastChangeOn; - @override - BuiltList<GAccountFieldsData_identity_linkedAccount> get linkedAccount; - @override - GAccountFieldsData_identity_linkedAccountAggregate get linkedAccountAggregate; - @override _i2.GIdentityStatusEnum? get status; @override - BuiltList<GAccountFieldsData_identity_membershipHistory> - get membershipHistory; - @override - GAccountFieldsData_identity_membershipHistoryAggregate - get membershipHistoryAggregate; - @override String get name; @override - BuiltList<GAccountFieldsData_identity_ownerKeyChange> get ownerKeyChange; - @override - GAccountFieldsData_identity_ownerKeyChangeAggregate - get ownerKeyChangeAggregate; - @override - GAccountFieldsData_identity_smith? get smith; - @override - BuiltList<GAccountFieldsData_identity_udHistory>? get udHistory; - static Serializer<GAccountFieldsData_identity> get serializer => - _$gAccountFieldsDataIdentitySerializer; + int get expireOn; + static Serializer<GAccountFieldsData_linkedIdentity> get serializer => + _$gAccountFieldsDataLinkedIdentitySerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity.serializer, + GAccountFieldsData_linkedIdentity.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity? fromJson(Map<String, dynamic> json) => + static GAccountFieldsData_linkedIdentity? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity.serializer, + GAccountFieldsData_linkedIdentity.serializer, json, ); } -abstract class GAccountFieldsData_identity_certIssued +abstract class GAccountFieldsData_linkedIdentity_account implements - Built<GAccountFieldsData_identity_certIssued, - GAccountFieldsData_identity_certIssuedBuilder>, - GAccountFields_identity_certIssued, - GIdentityFields_certIssued, - GCertFields { - GAccountFieldsData_identity_certIssued._(); + Built<GAccountFieldsData_linkedIdentity_account, + GAccountFieldsData_linkedIdentity_accountBuilder>, + GAccountFields_linkedIdentity_account, + GIdentityBasicFields_account { + GAccountFieldsData_linkedIdentity_account._(); - factory GAccountFieldsData_identity_certIssued( - [void Function(GAccountFieldsData_identity_certIssuedBuilder b) - updates]) = _$GAccountFieldsData_identity_certIssued; + factory GAccountFieldsData_linkedIdentity_account( + [void Function(GAccountFieldsData_linkedIdentity_accountBuilder b) + updates]) = _$GAccountFieldsData_linkedIdentity_account; static void _initializeBuilder( - GAccountFieldsData_identity_certIssuedBuilder b) => - b..G__typename = 'Cert'; + GAccountFieldsData_linkedIdentity_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - GAccountFieldsData_identity_certIssued_issuer? get issuer; - @override - String? get receiverId; - @override - GAccountFieldsData_identity_certIssued_receiver? get receiver; - @override int get createdOn; - @override - int get expireOn; - @override - bool get isActive; - @override - int get updatedOn; - static Serializer<GAccountFieldsData_identity_certIssued> get serializer => - _$gAccountFieldsDataIdentityCertIssuedSerializer; + static Serializer<GAccountFieldsData_linkedIdentity_account> get serializer => + _$gAccountFieldsDataLinkedIdentityAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certIssued.serializer, + GAccountFieldsData_linkedIdentity_account.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certIssued? fromJson( + static GAccountFieldsData_linkedIdentity_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certIssued.serializer, + GAccountFieldsData_linkedIdentity_account.serializer, json, ); -} - -abstract class GAccountFieldsData_identity_certIssued_issuer - implements - Built<GAccountFieldsData_identity_certIssued_issuer, - GAccountFieldsData_identity_certIssued_issuerBuilder>, - GAccountFields_identity_certIssued_issuer, - GIdentityFields_certIssued_issuer, - GCertFields_issuer, +} + +abstract class GAccountFieldsData_removedIdentities + implements + Built<GAccountFieldsData_removedIdentities, + GAccountFieldsData_removedIdentitiesBuilder>, + GAccountFields_removedIdentities, GIdentityBasicFields { - GAccountFieldsData_identity_certIssued_issuer._(); + GAccountFieldsData_removedIdentities._(); - factory GAccountFieldsData_identity_certIssued_issuer( - [void Function(GAccountFieldsData_identity_certIssued_issuerBuilder b) - updates]) = _$GAccountFieldsData_identity_certIssued_issuer; + factory GAccountFieldsData_removedIdentities( + [void Function(GAccountFieldsData_removedIdentitiesBuilder b) + updates]) = _$GAccountFieldsData_removedIdentities; static void _initializeBuilder( - GAccountFieldsData_identity_certIssued_issuerBuilder b) => + GAccountFieldsData_removedIdentitiesBuilder b) => b..G__typename = 'Identity'; @override @@ -13709,6 +14286,8 @@ abstract class GAccountFieldsData_identity_certIssued_issuer @override String? get accountId; @override + GAccountFieldsData_removedIdentities_account? get account; + @override String get id; @override bool get isMember; @@ -13716,787 +14295,715 @@ abstract class GAccountFieldsData_identity_certIssued_issuer _i2.GIdentityStatusEnum? get status; @override String get name; - static Serializer<GAccountFieldsData_identity_certIssued_issuer> - get serializer => _$gAccountFieldsDataIdentityCertIssuedIssuerSerializer; + @override + int get expireOn; + static Serializer<GAccountFieldsData_removedIdentities> get serializer => + _$gAccountFieldsDataRemovedIdentitiesSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certIssued_issuer.serializer, + GAccountFieldsData_removedIdentities.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certIssued_issuer? fromJson( + static GAccountFieldsData_removedIdentities? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certIssued_issuer.serializer, + GAccountFieldsData_removedIdentities.serializer, json, ); } -abstract class GAccountFieldsData_identity_certIssued_receiver +abstract class GAccountFieldsData_removedIdentities_account implements - Built<GAccountFieldsData_identity_certIssued_receiver, - GAccountFieldsData_identity_certIssued_receiverBuilder>, - GAccountFields_identity_certIssued_receiver, - GIdentityFields_certIssued_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GAccountFieldsData_identity_certIssued_receiver._(); + Built<GAccountFieldsData_removedIdentities_account, + GAccountFieldsData_removedIdentities_accountBuilder>, + GAccountFields_removedIdentities_account, + GIdentityBasicFields_account { + GAccountFieldsData_removedIdentities_account._(); - factory GAccountFieldsData_identity_certIssued_receiver( - [void Function(GAccountFieldsData_identity_certIssued_receiverBuilder b) - updates]) = _$GAccountFieldsData_identity_certIssued_receiver; + factory GAccountFieldsData_removedIdentities_account( + [void Function(GAccountFieldsData_removedIdentities_accountBuilder b) + updates]) = _$GAccountFieldsData_removedIdentities_account; static void _initializeBuilder( - GAccountFieldsData_identity_certIssued_receiverBuilder b) => - b..G__typename = 'Identity'; + GAccountFieldsData_removedIdentities_accountBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override - String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountFieldsData_identity_certIssued_receiver> - get serializer => - _$gAccountFieldsDataIdentityCertIssuedReceiverSerializer; + int get createdOn; + static Serializer<GAccountFieldsData_removedIdentities_account> + get serializer => _$gAccountFieldsDataRemovedIdentitiesAccountSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certIssued_receiver.serializer, + GAccountFieldsData_removedIdentities_account.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certIssued_receiver? fromJson( + static GAccountFieldsData_removedIdentities_account? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certIssued_receiver.serializer, + GAccountFieldsData_removedIdentities_account.serializer, json, ); } -abstract class GAccountFieldsData_identity_certIssuedAggregate +abstract class GAccountFieldsData_removedIdentitiesAggregate implements - Built<GAccountFieldsData_identity_certIssuedAggregate, - GAccountFieldsData_identity_certIssuedAggregateBuilder>, - GAccountFields_identity_certIssuedAggregate, - GIdentityFields_certIssuedAggregate { - GAccountFieldsData_identity_certIssuedAggregate._(); + Built<GAccountFieldsData_removedIdentitiesAggregate, + GAccountFieldsData_removedIdentitiesAggregateBuilder>, + GAccountFields_removedIdentitiesAggregate { + GAccountFieldsData_removedIdentitiesAggregate._(); - factory GAccountFieldsData_identity_certIssuedAggregate( - [void Function(GAccountFieldsData_identity_certIssuedAggregateBuilder b) - updates]) = _$GAccountFieldsData_identity_certIssuedAggregate; + factory GAccountFieldsData_removedIdentitiesAggregate( + [void Function(GAccountFieldsData_removedIdentitiesAggregateBuilder b) + updates]) = _$GAccountFieldsData_removedIdentitiesAggregate; static void _initializeBuilder( - GAccountFieldsData_identity_certIssuedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GAccountFieldsData_removedIdentitiesAggregateBuilder b) => + b..G__typename = 'IdentityAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_identity_certIssuedAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_identity_certIssuedAggregate> + GAccountFieldsData_removedIdentitiesAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_removedIdentitiesAggregate> get serializer => - _$gAccountFieldsDataIdentityCertIssuedAggregateSerializer; + _$gAccountFieldsDataRemovedIdentitiesAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certIssuedAggregate.serializer, + GAccountFieldsData_removedIdentitiesAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certIssuedAggregate? fromJson( + static GAccountFieldsData_removedIdentitiesAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certIssuedAggregate.serializer, + GAccountFieldsData_removedIdentitiesAggregate.serializer, json, ); } -abstract class GAccountFieldsData_identity_certIssuedAggregate_aggregate +abstract class GAccountFieldsData_removedIdentitiesAggregate_aggregate implements - Built<GAccountFieldsData_identity_certIssuedAggregate_aggregate, - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder>, - GAccountFields_identity_certIssuedAggregate_aggregate, - GIdentityFields_certIssuedAggregate_aggregate { - GAccountFieldsData_identity_certIssuedAggregate_aggregate._(); + Built<GAccountFieldsData_removedIdentitiesAggregate_aggregate, + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder>, + GAccountFields_removedIdentitiesAggregate_aggregate { + GAccountFieldsData_removedIdentitiesAggregate_aggregate._(); - factory GAccountFieldsData_identity_certIssuedAggregate_aggregate( + factory GAccountFieldsData_removedIdentitiesAggregate_aggregate( [void Function( - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder - b) - updates]) = _$GAccountFieldsData_identity_certIssuedAggregate_aggregate; + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder b) + updates]) = _$GAccountFieldsData_removedIdentitiesAggregate_aggregate; static void _initializeBuilder( - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder b) => - b..G__typename = 'CertAggregateFields'; + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder b) => + b..G__typename = 'IdentityAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override int get count; - static Serializer<GAccountFieldsData_identity_certIssuedAggregate_aggregate> + static Serializer<GAccountFieldsData_removedIdentitiesAggregate_aggregate> get serializer => - _$gAccountFieldsDataIdentityCertIssuedAggregateAggregateSerializer; + _$gAccountFieldsDataRemovedIdentitiesAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certIssuedAggregate_aggregate.serializer, + GAccountFieldsData_removedIdentitiesAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certIssuedAggregate_aggregate? fromJson( + static GAccountFieldsData_removedIdentitiesAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certIssuedAggregate_aggregate.serializer, + GAccountFieldsData_removedIdentitiesAggregate_aggregate.serializer, json, ); } -abstract class GAccountFieldsData_identity_certReceived +abstract class GAccountFieldsData_transfersIssued implements - Built<GAccountFieldsData_identity_certReceived, - GAccountFieldsData_identity_certReceivedBuilder>, - GAccountFields_identity_certReceived, - GIdentityFields_certReceived, - GCertFields { - GAccountFieldsData_identity_certReceived._(); + Built<GAccountFieldsData_transfersIssued, + GAccountFieldsData_transfersIssuedBuilder>, + GAccountFields_transfersIssued, + GTransferFields { + GAccountFieldsData_transfersIssued._(); - factory GAccountFieldsData_identity_certReceived( - [void Function(GAccountFieldsData_identity_certReceivedBuilder b) - updates]) = _$GAccountFieldsData_identity_certReceived; + factory GAccountFieldsData_transfersIssued( + [void Function(GAccountFieldsData_transfersIssuedBuilder b) + updates]) = _$GAccountFieldsData_transfersIssued; - static void _initializeBuilder( - GAccountFieldsData_identity_certReceivedBuilder b) => - b..G__typename = 'Cert'; + static void _initializeBuilder(GAccountFieldsData_transfersIssuedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - GAccountFieldsData_identity_certReceived_issuer? get issuer; - @override - String? get receiverId; + int get blockNumber; @override - GAccountFieldsData_identity_certReceived_receiver? get receiver; + _i2.Gtimestamptz get timestamp; @override - int get createdOn; + int get amount; @override - int get expireOn; + GAccountFieldsData_transfersIssued_to? get to; @override - bool get isActive; + GAccountFieldsData_transfersIssued_from? get from; @override - int get updatedOn; - static Serializer<GAccountFieldsData_identity_certReceived> get serializer => - _$gAccountFieldsDataIdentityCertReceivedSerializer; + GAccountFieldsData_transfersIssued_comment? get comment; + static Serializer<GAccountFieldsData_transfersIssued> get serializer => + _$gAccountFieldsDataTransfersIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certReceived.serializer, + GAccountFieldsData_transfersIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certReceived? fromJson( + static GAccountFieldsData_transfersIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certReceived.serializer, + GAccountFieldsData_transfersIssued.serializer, json, ); } -abstract class GAccountFieldsData_identity_certReceived_issuer +abstract class GAccountFieldsData_transfersIssued_to implements - Built<GAccountFieldsData_identity_certReceived_issuer, - GAccountFieldsData_identity_certReceived_issuerBuilder>, - GAccountFields_identity_certReceived_issuer, - GIdentityFields_certReceived_issuer, - GCertFields_issuer, - GIdentityBasicFields { - GAccountFieldsData_identity_certReceived_issuer._(); + Built<GAccountFieldsData_transfersIssued_to, + GAccountFieldsData_transfersIssued_toBuilder>, + GAccountFields_transfersIssued_to, + GTransferFields_to { + GAccountFieldsData_transfersIssued_to._(); - factory GAccountFieldsData_identity_certReceived_issuer( - [void Function(GAccountFieldsData_identity_certReceived_issuerBuilder b) - updates]) = _$GAccountFieldsData_identity_certReceived_issuer; + factory GAccountFieldsData_transfersIssued_to( + [void Function(GAccountFieldsData_transfersIssued_toBuilder b) + updates]) = _$GAccountFieldsData_transfersIssued_to; static void _initializeBuilder( - GAccountFieldsData_identity_certReceived_issuerBuilder b) => - b..G__typename = 'Identity'; + GAccountFieldsData_transfersIssued_toBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountFieldsData_identity_certReceived_issuer> - get serializer => - _$gAccountFieldsDataIdentityCertReceivedIssuerSerializer; + static Serializer<GAccountFieldsData_transfersIssued_to> get serializer => + _$gAccountFieldsDataTransfersIssuedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certReceived_issuer.serializer, + GAccountFieldsData_transfersIssued_to.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certReceived_issuer? fromJson( + static GAccountFieldsData_transfersIssued_to? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certReceived_issuer.serializer, + GAccountFieldsData_transfersIssued_to.serializer, json, ); } -abstract class GAccountFieldsData_identity_certReceived_receiver +abstract class GAccountFieldsData_transfersIssued_from implements - Built<GAccountFieldsData_identity_certReceived_receiver, - GAccountFieldsData_identity_certReceived_receiverBuilder>, - GAccountFields_identity_certReceived_receiver, - GIdentityFields_certReceived_receiver, - GCertFields_receiver, - GIdentityBasicFields { - GAccountFieldsData_identity_certReceived_receiver._(); + Built<GAccountFieldsData_transfersIssued_from, + GAccountFieldsData_transfersIssued_fromBuilder>, + GAccountFields_transfersIssued_from, + GTransferFields_from { + GAccountFieldsData_transfersIssued_from._(); - factory GAccountFieldsData_identity_certReceived_receiver( - [void Function(GAccountFieldsData_identity_certReceived_receiverBuilder b) - updates]) = _$GAccountFieldsData_identity_certReceived_receiver; + factory GAccountFieldsData_transfersIssued_from( + [void Function(GAccountFieldsData_transfersIssued_fromBuilder b) + updates]) = _$GAccountFieldsData_transfersIssued_from; static void _initializeBuilder( - GAccountFieldsData_identity_certReceived_receiverBuilder b) => - b..G__typename = 'Identity'; + GAccountFieldsData_transfersIssued_fromBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; - @override String get id; - @override - bool get isMember; - @override - _i2.GIdentityStatusEnum? get status; - @override - String get name; - static Serializer<GAccountFieldsData_identity_certReceived_receiver> - get serializer => - _$gAccountFieldsDataIdentityCertReceivedReceiverSerializer; + static Serializer<GAccountFieldsData_transfersIssued_from> get serializer => + _$gAccountFieldsDataTransfersIssuedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certReceived_receiver.serializer, + GAccountFieldsData_transfersIssued_from.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certReceived_receiver? fromJson( + static GAccountFieldsData_transfersIssued_from? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certReceived_receiver.serializer, + GAccountFieldsData_transfersIssued_from.serializer, json, ); } -abstract class GAccountFieldsData_identity_certReceivedAggregate +abstract class GAccountFieldsData_transfersIssued_comment implements - Built<GAccountFieldsData_identity_certReceivedAggregate, - GAccountFieldsData_identity_certReceivedAggregateBuilder>, - GAccountFields_identity_certReceivedAggregate, - GIdentityFields_certReceivedAggregate { - GAccountFieldsData_identity_certReceivedAggregate._(); + Built<GAccountFieldsData_transfersIssued_comment, + GAccountFieldsData_transfersIssued_commentBuilder>, + GAccountFields_transfersIssued_comment, + GTransferFields_comment { + GAccountFieldsData_transfersIssued_comment._(); - factory GAccountFieldsData_identity_certReceivedAggregate( - [void Function(GAccountFieldsData_identity_certReceivedAggregateBuilder b) - updates]) = _$GAccountFieldsData_identity_certReceivedAggregate; + factory GAccountFieldsData_transfersIssued_comment( + [void Function(GAccountFieldsData_transfersIssued_commentBuilder b) + updates]) = _$GAccountFieldsData_transfersIssued_comment; static void _initializeBuilder( - GAccountFieldsData_identity_certReceivedAggregateBuilder b) => - b..G__typename = 'CertAggregate'; + GAccountFieldsData_transfersIssued_commentBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_identity_certReceivedAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_identity_certReceivedAggregate> - get serializer => - _$gAccountFieldsDataIdentityCertReceivedAggregateSerializer; + String get remark; + static Serializer<GAccountFieldsData_transfersIssued_comment> + get serializer => _$gAccountFieldsDataTransfersIssuedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certReceivedAggregate.serializer, + GAccountFieldsData_transfersIssued_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certReceivedAggregate? fromJson( + static GAccountFieldsData_transfersIssued_comment? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certReceivedAggregate.serializer, + GAccountFieldsData_transfersIssued_comment.serializer, json, ); } -abstract class GAccountFieldsData_identity_certReceivedAggregate_aggregate +abstract class GAccountFieldsData_transfersIssuedAggregate implements - Built<GAccountFieldsData_identity_certReceivedAggregate_aggregate, - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder>, - GAccountFields_identity_certReceivedAggregate_aggregate, - GIdentityFields_certReceivedAggregate_aggregate { - GAccountFieldsData_identity_certReceivedAggregate_aggregate._(); + Built<GAccountFieldsData_transfersIssuedAggregate, + GAccountFieldsData_transfersIssuedAggregateBuilder>, + GAccountFields_transfersIssuedAggregate { + GAccountFieldsData_transfersIssuedAggregate._(); - factory GAccountFieldsData_identity_certReceivedAggregate_aggregate( - [void Function( - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder - b) - updates]) = _$GAccountFieldsData_identity_certReceivedAggregate_aggregate; + factory GAccountFieldsData_transfersIssuedAggregate( + [void Function(GAccountFieldsData_transfersIssuedAggregateBuilder b) + updates]) = _$GAccountFieldsData_transfersIssuedAggregate; static void _initializeBuilder( - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder - b) => - b..G__typename = 'CertAggregateFields'; + GAccountFieldsData_transfersIssuedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GAccountFieldsData_identity_certReceivedAggregate_aggregate> - get serializer => - _$gAccountFieldsDataIdentityCertReceivedAggregateAggregateSerializer; + GAccountFieldsData_transfersIssuedAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_transfersIssuedAggregate> + get serializer => _$gAccountFieldsDataTransfersIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_certReceivedAggregate_aggregate.serializer, + GAccountFieldsData_transfersIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_certReceivedAggregate_aggregate? fromJson( + static GAccountFieldsData_transfersIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_certReceivedAggregate_aggregate.serializer, + GAccountFieldsData_transfersIssuedAggregate.serializer, json, ); } -abstract class GAccountFieldsData_identity_linkedAccount +abstract class GAccountFieldsData_transfersIssuedAggregate_aggregate implements - Built<GAccountFieldsData_identity_linkedAccount, - GAccountFieldsData_identity_linkedAccountBuilder>, - GAccountFields_identity_linkedAccount, - GIdentityFields_linkedAccount { - GAccountFieldsData_identity_linkedAccount._(); + Built<GAccountFieldsData_transfersIssuedAggregate_aggregate, + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder>, + GAccountFields_transfersIssuedAggregate_aggregate { + GAccountFieldsData_transfersIssuedAggregate_aggregate._(); - factory GAccountFieldsData_identity_linkedAccount( - [void Function(GAccountFieldsData_identity_linkedAccountBuilder b) - updates]) = _$GAccountFieldsData_identity_linkedAccount; + factory GAccountFieldsData_transfersIssuedAggregate_aggregate( + [void Function( + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder b) + updates]) = _$GAccountFieldsData_transfersIssuedAggregate_aggregate; static void _initializeBuilder( - GAccountFieldsData_identity_linkedAccountBuilder b) => - b..G__typename = 'Account'; + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder b) => + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GAccountFieldsData_identity_linkedAccount> get serializer => - _$gAccountFieldsDataIdentityLinkedAccountSerializer; + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum? get sum; + @override + int get count; + static Serializer<GAccountFieldsData_transfersIssuedAggregate_aggregate> + get serializer => + _$gAccountFieldsDataTransfersIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_linkedAccount.serializer, + GAccountFieldsData_transfersIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_linkedAccount? fromJson( + static GAccountFieldsData_transfersIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_linkedAccount.serializer, + GAccountFieldsData_transfersIssuedAggregate_aggregate.serializer, json, ); } -abstract class GAccountFieldsData_identity_linkedAccountAggregate +abstract class GAccountFieldsData_transfersIssuedAggregate_aggregate_sum implements - Built<GAccountFieldsData_identity_linkedAccountAggregate, - GAccountFieldsData_identity_linkedAccountAggregateBuilder>, - GAccountFields_identity_linkedAccountAggregate, - GIdentityFields_linkedAccountAggregate { - GAccountFieldsData_identity_linkedAccountAggregate._(); + Built<GAccountFieldsData_transfersIssuedAggregate_aggregate_sum, + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder>, + GAccountFields_transfersIssuedAggregate_aggregate_sum { + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum._(); - factory GAccountFieldsData_identity_linkedAccountAggregate( + factory GAccountFieldsData_transfersIssuedAggregate_aggregate_sum( [void Function( - GAccountFieldsData_identity_linkedAccountAggregateBuilder b) - updates]) = _$GAccountFieldsData_identity_linkedAccountAggregate; + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder + b) + updates]) = _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum; static void _initializeBuilder( - GAccountFieldsData_identity_linkedAccountAggregateBuilder b) => - b..G__typename = 'AccountAggregate'; + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder b) => + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_identity_linkedAccountAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_identity_linkedAccountAggregate> + int? get amount; + static Serializer<GAccountFieldsData_transfersIssuedAggregate_aggregate_sum> get serializer => - _$gAccountFieldsDataIdentityLinkedAccountAggregateSerializer; + _$gAccountFieldsDataTransfersIssuedAggregateAggregateSumSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_linkedAccountAggregate.serializer, + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_linkedAccountAggregate? fromJson( + static GAccountFieldsData_transfersIssuedAggregate_aggregate_sum? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_linkedAccountAggregate.serializer, + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum.serializer, json, ); } -abstract class GAccountFieldsData_identity_linkedAccountAggregate_aggregate +abstract class GAccountFieldsData_transfersReceived implements - Built<GAccountFieldsData_identity_linkedAccountAggregate_aggregate, - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder>, - GAccountFields_identity_linkedAccountAggregate_aggregate, - GIdentityFields_linkedAccountAggregate_aggregate { - GAccountFieldsData_identity_linkedAccountAggregate_aggregate._(); + Built<GAccountFieldsData_transfersReceived, + GAccountFieldsData_transfersReceivedBuilder>, + GAccountFields_transfersReceived, + GTransferFields { + GAccountFieldsData_transfersReceived._(); - factory GAccountFieldsData_identity_linkedAccountAggregate_aggregate( - [void Function( - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder - b) - updates]) = - _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate; + factory GAccountFieldsData_transfersReceived( + [void Function(GAccountFieldsData_transfersReceivedBuilder b) + updates]) = _$GAccountFieldsData_transfersReceived; static void _initializeBuilder( - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder - b) => - b..G__typename = 'AccountAggregateFields'; + GAccountFieldsData_transfersReceivedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountFieldsData_identity_linkedAccountAggregate_aggregate> - get serializer => - _$gAccountFieldsDataIdentityLinkedAccountAggregateAggregateSerializer; + int get blockNumber; + @override + _i2.Gtimestamptz get timestamp; + @override + int get amount; + @override + GAccountFieldsData_transfersReceived_to? get to; + @override + GAccountFieldsData_transfersReceived_from? get from; + @override + GAccountFieldsData_transfersReceived_comment? get comment; + static Serializer<GAccountFieldsData_transfersReceived> get serializer => + _$gAccountFieldsDataTransfersReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_linkedAccountAggregate_aggregate.serializer, + GAccountFieldsData_transfersReceived.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_linkedAccountAggregate_aggregate? fromJson( + static GAccountFieldsData_transfersReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_linkedAccountAggregate_aggregate.serializer, + GAccountFieldsData_transfersReceived.serializer, json, ); } -abstract class GAccountFieldsData_identity_membershipHistory +abstract class GAccountFieldsData_transfersReceived_to implements - Built<GAccountFieldsData_identity_membershipHistory, - GAccountFieldsData_identity_membershipHistoryBuilder>, - GAccountFields_identity_membershipHistory, - GIdentityFields_membershipHistory { - GAccountFieldsData_identity_membershipHistory._(); + Built<GAccountFieldsData_transfersReceived_to, + GAccountFieldsData_transfersReceived_toBuilder>, + GAccountFields_transfersReceived_to, + GTransferFields_to { + GAccountFieldsData_transfersReceived_to._(); - factory GAccountFieldsData_identity_membershipHistory( - [void Function(GAccountFieldsData_identity_membershipHistoryBuilder b) - updates]) = _$GAccountFieldsData_identity_membershipHistory; + factory GAccountFieldsData_transfersReceived_to( + [void Function(GAccountFieldsData_transfersReceived_toBuilder b) + updates]) = _$GAccountFieldsData_transfersReceived_to; static void _initializeBuilder( - GAccountFieldsData_identity_membershipHistoryBuilder b) => - b..G__typename = 'MembershipEvent'; + GAccountFieldsData_transfersReceived_toBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; - @override - String? get eventId; - @override - _i2.GEventTypeEnum? get eventType; - @override String get id; - @override - String? get identityId; - static Serializer<GAccountFieldsData_identity_membershipHistory> - get serializer => _$gAccountFieldsDataIdentityMembershipHistorySerializer; + static Serializer<GAccountFieldsData_transfersReceived_to> get serializer => + _$gAccountFieldsDataTransfersReceivedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_membershipHistory.serializer, + GAccountFieldsData_transfersReceived_to.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_membershipHistory? fromJson( + static GAccountFieldsData_transfersReceived_to? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_membershipHistory.serializer, + GAccountFieldsData_transfersReceived_to.serializer, json, ); } -abstract class GAccountFieldsData_identity_membershipHistoryAggregate +abstract class GAccountFieldsData_transfersReceived_from implements - Built<GAccountFieldsData_identity_membershipHistoryAggregate, - GAccountFieldsData_identity_membershipHistoryAggregateBuilder>, - GAccountFields_identity_membershipHistoryAggregate, - GIdentityFields_membershipHistoryAggregate { - GAccountFieldsData_identity_membershipHistoryAggregate._(); - - factory GAccountFieldsData_identity_membershipHistoryAggregate( - [void Function( - GAccountFieldsData_identity_membershipHistoryAggregateBuilder b) - updates]) = _$GAccountFieldsData_identity_membershipHistoryAggregate; + Built<GAccountFieldsData_transfersReceived_from, + GAccountFieldsData_transfersReceived_fromBuilder>, + GAccountFields_transfersReceived_from, + GTransferFields_from { + GAccountFieldsData_transfersReceived_from._(); + + factory GAccountFieldsData_transfersReceived_from( + [void Function(GAccountFieldsData_transfersReceived_fromBuilder b) + updates]) = _$GAccountFieldsData_transfersReceived_from; static void _initializeBuilder( - GAccountFieldsData_identity_membershipHistoryAggregateBuilder b) => - b..G__typename = 'MembershipEventAggregate'; + GAccountFieldsData_transfersReceived_fromBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate? - get aggregate; - static Serializer<GAccountFieldsData_identity_membershipHistoryAggregate> - get serializer => - _$gAccountFieldsDataIdentityMembershipHistoryAggregateSerializer; + String get id; + static Serializer<GAccountFieldsData_transfersReceived_from> get serializer => + _$gAccountFieldsDataTransfersReceivedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_membershipHistoryAggregate.serializer, + GAccountFieldsData_transfersReceived_from.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_membershipHistoryAggregate? fromJson( + static GAccountFieldsData_transfersReceived_from? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_membershipHistoryAggregate.serializer, + GAccountFieldsData_transfersReceived_from.serializer, json, ); } -abstract class GAccountFieldsData_identity_membershipHistoryAggregate_aggregate +abstract class GAccountFieldsData_transfersReceived_comment implements - Built<GAccountFieldsData_identity_membershipHistoryAggregate_aggregate, - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder>, - GAccountFields_identity_membershipHistoryAggregate_aggregate, - GIdentityFields_membershipHistoryAggregate_aggregate { - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate._(); + Built<GAccountFieldsData_transfersReceived_comment, + GAccountFieldsData_transfersReceived_commentBuilder>, + GAccountFields_transfersReceived_comment, + GTransferFields_comment { + GAccountFieldsData_transfersReceived_comment._(); - factory GAccountFieldsData_identity_membershipHistoryAggregate_aggregate( - [void Function( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder - b) - updates]) = - _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate; + factory GAccountFieldsData_transfersReceived_comment( + [void Function(GAccountFieldsData_transfersReceived_commentBuilder b) + updates]) = _$GAccountFieldsData_transfersReceived_comment; static void _initializeBuilder( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder - b) => - b..G__typename = 'MembershipEventAggregateFields'; + GAccountFieldsData_transfersReceived_commentBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate> - get serializer => - _$gAccountFieldsDataIdentityMembershipHistoryAggregateAggregateSerializer; + String get remark; + static Serializer<GAccountFieldsData_transfersReceived_comment> + get serializer => _$gAccountFieldsDataTransfersReceivedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate - .serializer, + GAccountFieldsData_transfersReceived_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_membershipHistoryAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate - .serializer, - json, - ); + static GAccountFieldsData_transfersReceived_comment? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_transfersReceived_comment.serializer, + json, + ); } -abstract class GAccountFieldsData_identity_ownerKeyChange +abstract class GAccountFieldsData_transfersReceivedAggregate implements - Built<GAccountFieldsData_identity_ownerKeyChange, - GAccountFieldsData_identity_ownerKeyChangeBuilder>, - GAccountFields_identity_ownerKeyChange, - GIdentityFields_ownerKeyChange, - GOwnerKeyChangeFields { - GAccountFieldsData_identity_ownerKeyChange._(); + Built<GAccountFieldsData_transfersReceivedAggregate, + GAccountFieldsData_transfersReceivedAggregateBuilder>, + GAccountFields_transfersReceivedAggregate { + GAccountFieldsData_transfersReceivedAggregate._(); - factory GAccountFieldsData_identity_ownerKeyChange( - [void Function(GAccountFieldsData_identity_ownerKeyChangeBuilder b) - updates]) = _$GAccountFieldsData_identity_ownerKeyChange; + factory GAccountFieldsData_transfersReceivedAggregate( + [void Function(GAccountFieldsData_transfersReceivedAggregateBuilder b) + updates]) = _$GAccountFieldsData_transfersReceivedAggregate; static void _initializeBuilder( - GAccountFieldsData_identity_ownerKeyChangeBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + GAccountFieldsData_transfersReceivedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - int get blockNumber; - @override - String? get identityId; - @override - String? get nextId; - @override - String? get previousId; - static Serializer<GAccountFieldsData_identity_ownerKeyChange> - get serializer => _$gAccountFieldsDataIdentityOwnerKeyChangeSerializer; + GAccountFieldsData_transfersReceivedAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_transfersReceivedAggregate> + get serializer => + _$gAccountFieldsDataTransfersReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_ownerKeyChange.serializer, + GAccountFieldsData_transfersReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_ownerKeyChange? fromJson( + static GAccountFieldsData_transfersReceivedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_ownerKeyChange.serializer, + GAccountFieldsData_transfersReceivedAggregate.serializer, json, ); } -abstract class GAccountFieldsData_identity_ownerKeyChangeAggregate +abstract class GAccountFieldsData_transfersReceivedAggregate_aggregate implements - Built<GAccountFieldsData_identity_ownerKeyChangeAggregate, - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder>, - GAccountFields_identity_ownerKeyChangeAggregate, - GIdentityFields_ownerKeyChangeAggregate { - GAccountFieldsData_identity_ownerKeyChangeAggregate._(); + Built<GAccountFieldsData_transfersReceivedAggregate_aggregate, + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder>, + GAccountFields_transfersReceivedAggregate_aggregate { + GAccountFieldsData_transfersReceivedAggregate_aggregate._(); - factory GAccountFieldsData_identity_ownerKeyChangeAggregate( + factory GAccountFieldsData_transfersReceivedAggregate_aggregate( [void Function( - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder b) - updates]) = _$GAccountFieldsData_identity_ownerKeyChangeAggregate; + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder b) + updates]) = _$GAccountFieldsData_transfersReceivedAggregate_aggregate; static void _initializeBuilder( - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder b) => + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_identity_ownerKeyChangeAggregate> + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum? get sum; + @override + int get count; + static Serializer<GAccountFieldsData_transfersReceivedAggregate_aggregate> get serializer => - _$gAccountFieldsDataIdentityOwnerKeyChangeAggregateSerializer; + _$gAccountFieldsDataTransfersReceivedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_ownerKeyChangeAggregate.serializer, + GAccountFieldsData_transfersReceivedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_ownerKeyChangeAggregate? fromJson( + static GAccountFieldsData_transfersReceivedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_ownerKeyChangeAggregate.serializer, + GAccountFieldsData_transfersReceivedAggregate_aggregate.serializer, json, ); } -abstract class GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate +abstract class GAccountFieldsData_transfersReceivedAggregate_aggregate_sum implements - Built<GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate, - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder>, - GAccountFields_identity_ownerKeyChangeAggregate_aggregate, - GIdentityFields_ownerKeyChangeAggregate_aggregate { - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate._(); + Built<GAccountFieldsData_transfersReceivedAggregate_aggregate_sum, + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder>, + GAccountFields_transfersReceivedAggregate_aggregate_sum { + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum._(); - factory GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate( - [void Function( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder - b) - updates]) = - _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate; + factory GAccountFieldsData_transfersReceivedAggregate_aggregate_sum( + [void Function( + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder + b) + updates]) = _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum; static void _initializeBuilder( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer< - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate> + int? get amount; + static Serializer<GAccountFieldsData_transfersReceivedAggregate_aggregate_sum> get serializer => - _$gAccountFieldsDataIdentityOwnerKeyChangeAggregateAggregateSerializer; + _$gAccountFieldsDataTransfersReceivedAggregateAggregateSumSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate - .serializer, + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate? - fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate - .serializer, - json, - ); + static GAccountFieldsData_transfersReceivedAggregate_aggregate_sum? fromJson( + Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum.serializer, + json, + ); } -abstract class GAccountFieldsData_identity_smith +abstract class GAccountFieldsData_wasIdentity implements - Built<GAccountFieldsData_identity_smith, - GAccountFieldsData_identity_smithBuilder>, - GAccountFields_identity_smith, - GIdentityFields_smith, - GSmithFields { - GAccountFieldsData_identity_smith._(); + Built<GAccountFieldsData_wasIdentity, + GAccountFieldsData_wasIdentityBuilder>, + GAccountFields_wasIdentity, + GOwnerKeyChangeFields { + GAccountFieldsData_wasIdentity._(); - factory GAccountFieldsData_identity_smith( - [void Function(GAccountFieldsData_identity_smithBuilder b) updates]) = - _$GAccountFieldsData_identity_smith; + factory GAccountFieldsData_wasIdentity( + [void Function(GAccountFieldsData_wasIdentityBuilder b) updates]) = + _$GAccountFieldsData_wasIdentity; - static void _initializeBuilder(GAccountFieldsData_identity_smithBuilder b) => - b..G__typename = 'Smith'; + static void _initializeBuilder(GAccountFieldsData_wasIdentityBuilder b) => + b..G__typename = 'ChangeOwnerKey'; @override @BuiltValueField(wireName: '__typename') @@ -14504,354 +15011,479 @@ abstract class GAccountFieldsData_identity_smith @override String get id; @override - int get forged; + int get blockNumber; @override - int get index; + String? get identityId; @override - int? get lastChanged; + String? get nextId; @override - int? get lastForged; + String? get previousId; + static Serializer<GAccountFieldsData_wasIdentity> get serializer => + _$gAccountFieldsDataWasIdentitySerializer; + + @override + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountFieldsData_wasIdentity.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountFieldsData_wasIdentity? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountFieldsData_wasIdentity.serializer, + json, + ); +} + +abstract class GAccountFieldsData_wasIdentityAggregate + implements + Built<GAccountFieldsData_wasIdentityAggregate, + GAccountFieldsData_wasIdentityAggregateBuilder>, + GAccountFields_wasIdentityAggregate { + GAccountFieldsData_wasIdentityAggregate._(); + + factory GAccountFieldsData_wasIdentityAggregate( + [void Function(GAccountFieldsData_wasIdentityAggregateBuilder b) + updates]) = _$GAccountFieldsData_wasIdentityAggregate; + + static void _initializeBuilder( + GAccountFieldsData_wasIdentityAggregateBuilder b) => + b..G__typename = 'ChangeOwnerKeyAggregate'; + @override - BuiltList<GAccountFieldsData_identity_smith_smithCertIssued> - get smithCertIssued; + @BuiltValueField(wireName: '__typename') + String get G__typename; @override - BuiltList<GAccountFieldsData_identity_smith_smithCertReceived> - get smithCertReceived; - static Serializer<GAccountFieldsData_identity_smith> get serializer => - _$gAccountFieldsDataIdentitySmithSerializer; + GAccountFieldsData_wasIdentityAggregate_aggregate? get aggregate; + static Serializer<GAccountFieldsData_wasIdentityAggregate> get serializer => + _$gAccountFieldsDataWasIdentityAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_smith.serializer, + GAccountFieldsData_wasIdentityAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_smith? fromJson( + static GAccountFieldsData_wasIdentityAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_smith.serializer, + GAccountFieldsData_wasIdentityAggregate.serializer, json, ); } -abstract class GAccountFieldsData_identity_smith_smithCertIssued +abstract class GAccountFieldsData_wasIdentityAggregate_aggregate implements - Built<GAccountFieldsData_identity_smith_smithCertIssued, - GAccountFieldsData_identity_smith_smithCertIssuedBuilder>, - GAccountFields_identity_smith_smithCertIssued, - GIdentityFields_smith_smithCertIssued, - GSmithFields_smithCertIssued, - GSmithCertFields { - GAccountFieldsData_identity_smith_smithCertIssued._(); + Built<GAccountFieldsData_wasIdentityAggregate_aggregate, + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder>, + GAccountFields_wasIdentityAggregate_aggregate { + GAccountFieldsData_wasIdentityAggregate_aggregate._(); - factory GAccountFieldsData_identity_smith_smithCertIssued( - [void Function(GAccountFieldsData_identity_smith_smithCertIssuedBuilder b) - updates]) = _$GAccountFieldsData_identity_smith_smithCertIssued; + factory GAccountFieldsData_wasIdentityAggregate_aggregate( + [void Function(GAccountFieldsData_wasIdentityAggregate_aggregateBuilder b) + updates]) = _$GAccountFieldsData_wasIdentityAggregate_aggregate; static void _initializeBuilder( - GAccountFieldsData_identity_smith_smithCertIssuedBuilder b) => - b..G__typename = 'SmithCert'; + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder b) => + b..G__typename = 'ChangeOwnerKeyAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - String? get issuerId; - @override - String? get receiverId; - @override - int get createdOn; - static Serializer<GAccountFieldsData_identity_smith_smithCertIssued> + int get count; + static Serializer<GAccountFieldsData_wasIdentityAggregate_aggregate> get serializer => - _$gAccountFieldsDataIdentitySmithSmithCertIssuedSerializer; + _$gAccountFieldsDataWasIdentityAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_smith_smithCertIssued.serializer, + GAccountFieldsData_wasIdentityAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_identity_smith_smithCertIssued? fromJson( + static GAccountFieldsData_wasIdentityAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_identity_smith_smithCertIssued.serializer, + GAccountFieldsData_wasIdentityAggregate_aggregate.serializer, json, ); } -abstract class GAccountFieldsData_identity_smith_smithCertReceived - implements - Built<GAccountFieldsData_identity_smith_smithCertReceived, - GAccountFieldsData_identity_smith_smithCertReceivedBuilder>, - GAccountFields_identity_smith_smithCertReceived, - GIdentityFields_smith_smithCertReceived, - GSmithFields_smithCertReceived, - GSmithCertFields { - GAccountFieldsData_identity_smith_smithCertReceived._(); +abstract class GAccountTxsFields { + String get G__typename; + BuiltList<GAccountTxsFields_commentsIssued> get commentsIssued; + GAccountTxsFields_commentsIssuedAggregate get commentsIssuedAggregate; + int get createdOn; + String get id; + bool get isActive; + BuiltList<GAccountTxsFields_transfersIssued> get transfersIssued; + GAccountTxsFields_transfersIssuedAggregate get transfersIssuedAggregate; + BuiltList<GAccountTxsFields_transfersReceived> get transfersReceived; + GAccountTxsFields_transfersReceivedAggregate get transfersReceivedAggregate; + Map<String, dynamic> toJson(); +} - factory GAccountFieldsData_identity_smith_smithCertReceived( - [void Function( - GAccountFieldsData_identity_smith_smithCertReceivedBuilder b) - updates]) = _$GAccountFieldsData_identity_smith_smithCertReceived; +abstract class GAccountTxsFields_commentsIssued implements GCommentsIssued { + @override + String get G__typename; + @override + String? get authorId; + @override + int get blockNumber; + @override + String? get eventId; + @override + String get hash; + @override + String get id; + @override + String get remark; + @override + _i2.GCommentTypeEnum? get type; + @override + Map<String, dynamic> toJson(); +} - static void _initializeBuilder( - GAccountFieldsData_identity_smith_smithCertReceivedBuilder b) => - b..G__typename = 'SmithCert'; +abstract class GAccountTxsFields_commentsIssuedAggregate { + String get G__typename; + GAccountTxsFields_commentsIssuedAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); +} + +abstract class GAccountTxsFields_commentsIssuedAggregate_aggregate { + String get G__typename; + int get count; + Map<String, dynamic> toJson(); +} +abstract class GAccountTxsFields_transfersIssued implements GTransferFields { + @override + String get G__typename; + @override + int get blockNumber; + @override + _i2.Gtimestamptz get timestamp; + @override + int get amount; + @override + GAccountTxsFields_transfersIssued_to? get to; + @override + GAccountTxsFields_transfersIssued_from? get from; + @override + GAccountTxsFields_transfersIssued_comment? get comment; + @override + Map<String, dynamic> toJson(); +} + +abstract class GAccountTxsFields_transfersIssued_to + implements GTransferFields_to { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; @override - String? get issuerId; + Map<String, dynamic> toJson(); +} + +abstract class GAccountTxsFields_transfersIssued_from + implements GTransferFields_from { @override - String? get receiverId; + String get G__typename; @override - int get createdOn; - static Serializer<GAccountFieldsData_identity_smith_smithCertReceived> - get serializer => - _$gAccountFieldsDataIdentitySmithSmithCertReceivedSerializer; + String get id; + @override + Map<String, dynamic> toJson(); +} +abstract class GAccountTxsFields_transfersIssued_comment + implements GTransferFields_comment { @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_smith_smithCertReceived.serializer, - this, - ) as Map<String, dynamic>); + String get G__typename; + @override + String get remark; + @override + Map<String, dynamic> toJson(); +} - static GAccountFieldsData_identity_smith_smithCertReceived? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountFieldsData_identity_smith_smithCertReceived.serializer, - json, - ); +abstract class GAccountTxsFields_transfersIssuedAggregate { + String get G__typename; + GAccountTxsFields_transfersIssuedAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); } -abstract class GAccountFieldsData_identity_udHistory - implements - Built<GAccountFieldsData_identity_udHistory, - GAccountFieldsData_identity_udHistoryBuilder>, - GAccountFields_identity_udHistory, - GIdentityFields_udHistory { - GAccountFieldsData_identity_udHistory._(); +abstract class GAccountTxsFields_transfersIssuedAggregate_aggregate { + String get G__typename; + GAccountTxsFields_transfersIssuedAggregate_aggregate_sum? get sum; + int get count; + Map<String, dynamic> toJson(); +} - factory GAccountFieldsData_identity_udHistory( - [void Function(GAccountFieldsData_identity_udHistoryBuilder b) - updates]) = _$GAccountFieldsData_identity_udHistory; +abstract class GAccountTxsFields_transfersIssuedAggregate_aggregate_sum { + String get G__typename; + int? get amount; + Map<String, dynamic> toJson(); +} - static void _initializeBuilder( - GAccountFieldsData_identity_udHistoryBuilder b) => - b..G__typename = 'UdHistory'; +abstract class GAccountTxsFields_transfersReceived implements GTransferFields { + @override + String get G__typename; + @override + int get blockNumber; + @override + _i2.Gtimestamptz get timestamp; + @override + int get amount; + @override + GAccountTxsFields_transfersReceived_to? get to; + @override + GAccountTxsFields_transfersReceived_from? get from; + @override + GAccountTxsFields_transfersReceived_comment? get comment; + @override + Map<String, dynamic> toJson(); +} +abstract class GAccountTxsFields_transfersReceived_to + implements GTransferFields_to { @override - @BuiltValueField(wireName: '__typename') String get G__typename; @override String get id; @override - int get amount; + Map<String, dynamic> toJson(); +} + +abstract class GAccountTxsFields_transfersReceived_from + implements GTransferFields_from { @override - _i2.Gtimestamptz get timestamp; - static Serializer<GAccountFieldsData_identity_udHistory> get serializer => - _$gAccountFieldsDataIdentityUdHistorySerializer; + String get G__typename; + @override + String get id; + @override + Map<String, dynamic> toJson(); +} +abstract class GAccountTxsFields_transfersReceived_comment + implements GTransferFields_comment { @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_identity_udHistory.serializer, - this, - ) as Map<String, dynamic>); + String get G__typename; + @override + String get remark; + @override + Map<String, dynamic> toJson(); +} - static GAccountFieldsData_identity_udHistory? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountFieldsData_identity_udHistory.serializer, - json, - ); +abstract class GAccountTxsFields_transfersReceivedAggregate { + String get G__typename; + GAccountTxsFields_transfersReceivedAggregate_aggregate? get aggregate; + Map<String, dynamic> toJson(); } -abstract class GAccountFieldsData_linkedIdentity +abstract class GAccountTxsFields_transfersReceivedAggregate_aggregate { + String get G__typename; + GAccountTxsFields_transfersReceivedAggregate_aggregate_sum? get sum; + int get count; + Map<String, dynamic> toJson(); +} + +abstract class GAccountTxsFields_transfersReceivedAggregate_aggregate_sum { + String get G__typename; + int? get amount; + Map<String, dynamic> toJson(); +} + +abstract class GAccountTxsFieldsData implements - Built<GAccountFieldsData_linkedIdentity, - GAccountFieldsData_linkedIdentityBuilder>, - GAccountFields_linkedIdentity, - GIdentityBasicFields { - GAccountFieldsData_linkedIdentity._(); + Built<GAccountTxsFieldsData, GAccountTxsFieldsDataBuilder>, + GAccountTxsFields { + GAccountTxsFieldsData._(); - factory GAccountFieldsData_linkedIdentity( - [void Function(GAccountFieldsData_linkedIdentityBuilder b) updates]) = - _$GAccountFieldsData_linkedIdentity; + factory GAccountTxsFieldsData( + [void Function(GAccountTxsFieldsDataBuilder b) updates]) = + _$GAccountTxsFieldsData; - static void _initializeBuilder(GAccountFieldsData_linkedIdentityBuilder b) => - b..G__typename = 'Identity'; + static void _initializeBuilder(GAccountTxsFieldsDataBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; + BuiltList<GAccountTxsFieldsData_commentsIssued> get commentsIssued; + @override + GAccountTxsFieldsData_commentsIssuedAggregate get commentsIssuedAggregate; + @override + int get createdOn; @override String get id; @override - bool get isMember; + bool get isActive; @override - _i2.GIdentityStatusEnum? get status; + BuiltList<GAccountTxsFieldsData_transfersIssued> get transfersIssued; @override - String get name; - static Serializer<GAccountFieldsData_linkedIdentity> get serializer => - _$gAccountFieldsDataLinkedIdentitySerializer; + GAccountTxsFieldsData_transfersIssuedAggregate get transfersIssuedAggregate; + @override + BuiltList<GAccountTxsFieldsData_transfersReceived> get transfersReceived; + @override + GAccountTxsFieldsData_transfersReceivedAggregate + get transfersReceivedAggregate; + static Serializer<GAccountTxsFieldsData> get serializer => + _$gAccountTxsFieldsDataSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_linkedIdentity.serializer, + GAccountTxsFieldsData.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_linkedIdentity? fromJson( - Map<String, dynamic> json) => + static GAccountTxsFieldsData? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_linkedIdentity.serializer, + GAccountTxsFieldsData.serializer, json, ); } -abstract class GAccountFieldsData_removedIdentities +abstract class GAccountTxsFieldsData_commentsIssued implements - Built<GAccountFieldsData_removedIdentities, - GAccountFieldsData_removedIdentitiesBuilder>, - GAccountFields_removedIdentities, - GIdentityBasicFields { - GAccountFieldsData_removedIdentities._(); + Built<GAccountTxsFieldsData_commentsIssued, + GAccountTxsFieldsData_commentsIssuedBuilder>, + GAccountTxsFields_commentsIssued, + GCommentsIssued { + GAccountTxsFieldsData_commentsIssued._(); - factory GAccountFieldsData_removedIdentities( - [void Function(GAccountFieldsData_removedIdentitiesBuilder b) - updates]) = _$GAccountFieldsData_removedIdentities; + factory GAccountTxsFieldsData_commentsIssued( + [void Function(GAccountTxsFieldsData_commentsIssuedBuilder b) + updates]) = _$GAccountTxsFieldsData_commentsIssued; static void _initializeBuilder( - GAccountFieldsData_removedIdentitiesBuilder b) => - b..G__typename = 'Identity'; + GAccountTxsFieldsData_commentsIssuedBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String? get accountId; + String? get authorId; @override - String get id; + int get blockNumber; @override - bool get isMember; + String? get eventId; @override - _i2.GIdentityStatusEnum? get status; + String get hash; @override - String get name; - static Serializer<GAccountFieldsData_removedIdentities> get serializer => - _$gAccountFieldsDataRemovedIdentitiesSerializer; + String get id; + @override + String get remark; + @override + _i2.GCommentTypeEnum? get type; + static Serializer<GAccountTxsFieldsData_commentsIssued> get serializer => + _$gAccountTxsFieldsDataCommentsIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_removedIdentities.serializer, + GAccountTxsFieldsData_commentsIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_removedIdentities? fromJson( + static GAccountTxsFieldsData_commentsIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_removedIdentities.serializer, + GAccountTxsFieldsData_commentsIssued.serializer, json, ); } -abstract class GAccountFieldsData_removedIdentitiesAggregate +abstract class GAccountTxsFieldsData_commentsIssuedAggregate implements - Built<GAccountFieldsData_removedIdentitiesAggregate, - GAccountFieldsData_removedIdentitiesAggregateBuilder>, - GAccountFields_removedIdentitiesAggregate { - GAccountFieldsData_removedIdentitiesAggregate._(); + Built<GAccountTxsFieldsData_commentsIssuedAggregate, + GAccountTxsFieldsData_commentsIssuedAggregateBuilder>, + GAccountTxsFields_commentsIssuedAggregate { + GAccountTxsFieldsData_commentsIssuedAggregate._(); - factory GAccountFieldsData_removedIdentitiesAggregate( - [void Function(GAccountFieldsData_removedIdentitiesAggregateBuilder b) - updates]) = _$GAccountFieldsData_removedIdentitiesAggregate; + factory GAccountTxsFieldsData_commentsIssuedAggregate( + [void Function(GAccountTxsFieldsData_commentsIssuedAggregateBuilder b) + updates]) = _$GAccountTxsFieldsData_commentsIssuedAggregate; static void _initializeBuilder( - GAccountFieldsData_removedIdentitiesAggregateBuilder b) => - b..G__typename = 'IdentityAggregate'; + GAccountTxsFieldsData_commentsIssuedAggregateBuilder b) => + b..G__typename = 'TxCommentAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_removedIdentitiesAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_removedIdentitiesAggregate> + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate? get aggregate; + static Serializer<GAccountTxsFieldsData_commentsIssuedAggregate> get serializer => - _$gAccountFieldsDataRemovedIdentitiesAggregateSerializer; + _$gAccountTxsFieldsDataCommentsIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_removedIdentitiesAggregate.serializer, + GAccountTxsFieldsData_commentsIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_removedIdentitiesAggregate? fromJson( + static GAccountTxsFieldsData_commentsIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_removedIdentitiesAggregate.serializer, + GAccountTxsFieldsData_commentsIssuedAggregate.serializer, json, ); } -abstract class GAccountFieldsData_removedIdentitiesAggregate_aggregate +abstract class GAccountTxsFieldsData_commentsIssuedAggregate_aggregate implements - Built<GAccountFieldsData_removedIdentitiesAggregate_aggregate, - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder>, - GAccountFields_removedIdentitiesAggregate_aggregate { - GAccountFieldsData_removedIdentitiesAggregate_aggregate._(); + Built<GAccountTxsFieldsData_commentsIssuedAggregate_aggregate, + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder>, + GAccountTxsFields_commentsIssuedAggregate_aggregate { + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate._(); - factory GAccountFieldsData_removedIdentitiesAggregate_aggregate( + factory GAccountTxsFieldsData_commentsIssuedAggregate_aggregate( [void Function( - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder b) - updates]) = _$GAccountFieldsData_removedIdentitiesAggregate_aggregate; + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder b) + updates]) = _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate; static void _initializeBuilder( - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder b) => - b..G__typename = 'IdentityAggregateFields'; + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder b) => + b..G__typename = 'TxCommentAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override int get count; - static Serializer<GAccountFieldsData_removedIdentitiesAggregate_aggregate> + static Serializer<GAccountTxsFieldsData_commentsIssuedAggregate_aggregate> get serializer => - _$gAccountFieldsDataRemovedIdentitiesAggregateAggregateSerializer; + _$gAccountTxsFieldsDataCommentsIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_removedIdentitiesAggregate_aggregate.serializer, + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_removedIdentitiesAggregate_aggregate? fromJson( + static GAccountTxsFieldsData_commentsIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_removedIdentitiesAggregate_aggregate.serializer, + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate.serializer, json, ); } -abstract class GAccountFieldsData_transfersIssued +abstract class GAccountTxsFieldsData_transfersIssued implements - Built<GAccountFieldsData_transfersIssued, - GAccountFieldsData_transfersIssuedBuilder>, - GAccountFields_transfersIssued, + Built<GAccountTxsFieldsData_transfersIssued, + GAccountTxsFieldsData_transfersIssuedBuilder>, + GAccountTxsFields_transfersIssued, GTransferFields { - GAccountFieldsData_transfersIssued._(); + GAccountTxsFieldsData_transfersIssued._(); - factory GAccountFieldsData_transfersIssued( - [void Function(GAccountFieldsData_transfersIssuedBuilder b) - updates]) = _$GAccountFieldsData_transfersIssued; + factory GAccountTxsFieldsData_transfersIssued( + [void Function(GAccountTxsFieldsData_transfersIssuedBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersIssued; - static void _initializeBuilder(GAccountFieldsData_transfersIssuedBuilder b) => + static void _initializeBuilder( + GAccountTxsFieldsData_transfersIssuedBuilder b) => b..G__typename = 'Transfer'; @override @@ -14864,42 +15496,42 @@ abstract class GAccountFieldsData_transfersIssued @override int get amount; @override - GAccountFieldsData_transfersIssued_to? get to; + GAccountTxsFieldsData_transfersIssued_to? get to; @override - GAccountFieldsData_transfersIssued_from? get from; + GAccountTxsFieldsData_transfersIssued_from? get from; @override - GAccountFieldsData_transfersIssued_comment? get comment; - static Serializer<GAccountFieldsData_transfersIssued> get serializer => - _$gAccountFieldsDataTransfersIssuedSerializer; + GAccountTxsFieldsData_transfersIssued_comment? get comment; + static Serializer<GAccountTxsFieldsData_transfersIssued> get serializer => + _$gAccountTxsFieldsDataTransfersIssuedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersIssued.serializer, + GAccountTxsFieldsData_transfersIssued.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersIssued? fromJson( + static GAccountTxsFieldsData_transfersIssued? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersIssued.serializer, + GAccountTxsFieldsData_transfersIssued.serializer, json, ); } -abstract class GAccountFieldsData_transfersIssued_to +abstract class GAccountTxsFieldsData_transfersIssued_to implements - Built<GAccountFieldsData_transfersIssued_to, - GAccountFieldsData_transfersIssued_toBuilder>, - GAccountFields_transfersIssued_to, + Built<GAccountTxsFieldsData_transfersIssued_to, + GAccountTxsFieldsData_transfersIssued_toBuilder>, + GAccountTxsFields_transfersIssued_to, GTransferFields_to { - GAccountFieldsData_transfersIssued_to._(); + GAccountTxsFieldsData_transfersIssued_to._(); - factory GAccountFieldsData_transfersIssued_to( - [void Function(GAccountFieldsData_transfersIssued_toBuilder b) - updates]) = _$GAccountFieldsData_transfersIssued_to; + factory GAccountTxsFieldsData_transfersIssued_to( + [void Function(GAccountTxsFieldsData_transfersIssued_toBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersIssued_to; static void _initializeBuilder( - GAccountFieldsData_transfersIssued_toBuilder b) => + GAccountTxsFieldsData_transfersIssued_toBuilder b) => b..G__typename = 'Account'; @override @@ -14907,37 +15539,37 @@ abstract class GAccountFieldsData_transfersIssued_to String get G__typename; @override String get id; - static Serializer<GAccountFieldsData_transfersIssued_to> get serializer => - _$gAccountFieldsDataTransfersIssuedToSerializer; + static Serializer<GAccountTxsFieldsData_transfersIssued_to> get serializer => + _$gAccountTxsFieldsDataTransfersIssuedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersIssued_to.serializer, + GAccountTxsFieldsData_transfersIssued_to.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersIssued_to? fromJson( + static GAccountTxsFieldsData_transfersIssued_to? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersIssued_to.serializer, + GAccountTxsFieldsData_transfersIssued_to.serializer, json, ); } -abstract class GAccountFieldsData_transfersIssued_from +abstract class GAccountTxsFieldsData_transfersIssued_from implements - Built<GAccountFieldsData_transfersIssued_from, - GAccountFieldsData_transfersIssued_fromBuilder>, - GAccountFields_transfersIssued_from, + Built<GAccountTxsFieldsData_transfersIssued_from, + GAccountTxsFieldsData_transfersIssued_fromBuilder>, + GAccountTxsFields_transfersIssued_from, GTransferFields_from { - GAccountFieldsData_transfersIssued_from._(); + GAccountTxsFieldsData_transfersIssued_from._(); - factory GAccountFieldsData_transfersIssued_from( - [void Function(GAccountFieldsData_transfersIssued_fromBuilder b) - updates]) = _$GAccountFieldsData_transfersIssued_from; + factory GAccountTxsFieldsData_transfersIssued_from( + [void Function(GAccountTxsFieldsData_transfersIssued_fromBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersIssued_from; static void _initializeBuilder( - GAccountFieldsData_transfersIssued_fromBuilder b) => + GAccountTxsFieldsData_transfersIssued_fromBuilder b) => b..G__typename = 'Account'; @override @@ -14945,578 +15577,469 @@ abstract class GAccountFieldsData_transfersIssued_from String get G__typename; @override String get id; - static Serializer<GAccountFieldsData_transfersIssued_from> get serializer => - _$gAccountFieldsDataTransfersIssuedFromSerializer; + static Serializer<GAccountTxsFieldsData_transfersIssued_from> + get serializer => _$gAccountTxsFieldsDataTransfersIssuedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersIssued_from.serializer, + GAccountTxsFieldsData_transfersIssued_from.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersIssued_from? fromJson( + static GAccountTxsFieldsData_transfersIssued_from? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersIssued_from.serializer, + GAccountTxsFieldsData_transfersIssued_from.serializer, json, ); } -abstract class GAccountFieldsData_transfersIssued_comment +abstract class GAccountTxsFieldsData_transfersIssued_comment implements - Built<GAccountFieldsData_transfersIssued_comment, - GAccountFieldsData_transfersIssued_commentBuilder>, - GAccountFields_transfersIssued_comment, + Built<GAccountTxsFieldsData_transfersIssued_comment, + GAccountTxsFieldsData_transfersIssued_commentBuilder>, + GAccountTxsFields_transfersIssued_comment, GTransferFields_comment { - GAccountFieldsData_transfersIssued_comment._(); + GAccountTxsFieldsData_transfersIssued_comment._(); - factory GAccountFieldsData_transfersIssued_comment( - [void Function(GAccountFieldsData_transfersIssued_commentBuilder b) - updates]) = _$GAccountFieldsData_transfersIssued_comment; + factory GAccountTxsFieldsData_transfersIssued_comment( + [void Function(GAccountTxsFieldsData_transfersIssued_commentBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersIssued_comment; static void _initializeBuilder( - GAccountFieldsData_transfersIssued_commentBuilder b) => + GAccountTxsFieldsData_transfersIssued_commentBuilder b) => b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get remark; - static Serializer<GAccountFieldsData_transfersIssued_comment> - get serializer => _$gAccountFieldsDataTransfersIssuedCommentSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersIssued_comment.serializer, - this, - ) as Map<String, dynamic>); - - static GAccountFieldsData_transfersIssued_comment? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountFieldsData_transfersIssued_comment.serializer, - json, - ); -} - -abstract class GAccountFieldsData_transfersIssuedAggregate - implements - Built<GAccountFieldsData_transfersIssuedAggregate, - GAccountFieldsData_transfersIssuedAggregateBuilder>, - GAccountFields_transfersIssuedAggregate { - GAccountFieldsData_transfersIssuedAggregate._(); - - factory GAccountFieldsData_transfersIssuedAggregate( - [void Function(GAccountFieldsData_transfersIssuedAggregateBuilder b) - updates]) = _$GAccountFieldsData_transfersIssuedAggregate; - - static void _initializeBuilder( - GAccountFieldsData_transfersIssuedAggregateBuilder b) => - b..G__typename = 'TransferAggregate'; - - @override - @BuiltValueField(wireName: '__typename') - String get G__typename; - @override - GAccountFieldsData_transfersIssuedAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_transfersIssuedAggregate> - get serializer => _$gAccountFieldsDataTransfersIssuedAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersIssuedAggregate.serializer, - this, - ) as Map<String, dynamic>); - - static GAccountFieldsData_transfersIssuedAggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountFieldsData_transfersIssuedAggregate.serializer, - json, - ); -} - -abstract class GAccountFieldsData_transfersIssuedAggregate_aggregate - implements - Built<GAccountFieldsData_transfersIssuedAggregate_aggregate, - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder>, - GAccountFields_transfersIssuedAggregate_aggregate { - GAccountFieldsData_transfersIssuedAggregate_aggregate._(); - - factory GAccountFieldsData_transfersIssuedAggregate_aggregate( - [void Function( - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder b) - updates]) = _$GAccountFieldsData_transfersIssuedAggregate_aggregate; - - static void _initializeBuilder( - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder b) => - b..G__typename = 'TransferAggregateFields'; - - @override - @BuiltValueField(wireName: '__typename') - String get G__typename; - @override - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum? get sum; - @override - int get count; - static Serializer<GAccountFieldsData_transfersIssuedAggregate_aggregate> - get serializer => - _$gAccountFieldsDataTransfersIssuedAggregateAggregateSerializer; - - @override - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersIssuedAggregate_aggregate.serializer, - this, - ) as Map<String, dynamic>); - - static GAccountFieldsData_transfersIssuedAggregate_aggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountFieldsData_transfersIssuedAggregate_aggregate.serializer, - json, - ); -} - -abstract class GAccountFieldsData_transfersIssuedAggregate_aggregate_sum - implements - Built<GAccountFieldsData_transfersIssuedAggregate_aggregate_sum, - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder>, - GAccountFields_transfersIssuedAggregate_aggregate_sum { - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum._(); - - factory GAccountFieldsData_transfersIssuedAggregate_aggregate_sum( - [void Function( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder - b) - updates]) = _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum; - - static void _initializeBuilder( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder b) => - b..G__typename = 'TransferSumFields'; - - @override - @BuiltValueField(wireName: '__typename') - String get G__typename; - @override - int? get amount; - static Serializer<GAccountFieldsData_transfersIssuedAggregate_aggregate_sum> - get serializer => - _$gAccountFieldsDataTransfersIssuedAggregateAggregateSumSerializer; + String get remark; + static Serializer<GAccountTxsFieldsData_transfersIssued_comment> + get serializer => _$gAccountTxsFieldsDataTransfersIssuedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum.serializer, + GAccountTxsFieldsData_transfersIssued_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersIssuedAggregate_aggregate_sum? fromJson( + static GAccountTxsFieldsData_transfersIssued_comment? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum.serializer, + GAccountTxsFieldsData_transfersIssued_comment.serializer, json, ); } -abstract class GAccountFieldsData_transfersReceived +abstract class GAccountTxsFieldsData_transfersIssuedAggregate implements - Built<GAccountFieldsData_transfersReceived, - GAccountFieldsData_transfersReceivedBuilder>, - GAccountFields_transfersReceived, - GTransferFields { - GAccountFieldsData_transfersReceived._(); + Built<GAccountTxsFieldsData_transfersIssuedAggregate, + GAccountTxsFieldsData_transfersIssuedAggregateBuilder>, + GAccountTxsFields_transfersIssuedAggregate { + GAccountTxsFieldsData_transfersIssuedAggregate._(); - factory GAccountFieldsData_transfersReceived( - [void Function(GAccountFieldsData_transfersReceivedBuilder b) - updates]) = _$GAccountFieldsData_transfersReceived; + factory GAccountTxsFieldsData_transfersIssuedAggregate( + [void Function(GAccountTxsFieldsData_transfersIssuedAggregateBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersIssuedAggregate; static void _initializeBuilder( - GAccountFieldsData_transfersReceivedBuilder b) => - b..G__typename = 'Transfer'; + GAccountTxsFieldsData_transfersIssuedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get blockNumber; - @override - _i2.Gtimestamptz get timestamp; - @override - int get amount; - @override - GAccountFieldsData_transfersReceived_to? get to; - @override - GAccountFieldsData_transfersReceived_from? get from; - @override - GAccountFieldsData_transfersReceived_comment? get comment; - static Serializer<GAccountFieldsData_transfersReceived> get serializer => - _$gAccountFieldsDataTransfersReceivedSerializer; + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate? get aggregate; + static Serializer<GAccountTxsFieldsData_transfersIssuedAggregate> + get serializer => + _$gAccountTxsFieldsDataTransfersIssuedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersReceived.serializer, + GAccountTxsFieldsData_transfersIssuedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersReceived? fromJson( + static GAccountTxsFieldsData_transfersIssuedAggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersReceived.serializer, + GAccountTxsFieldsData_transfersIssuedAggregate.serializer, json, ); } -abstract class GAccountFieldsData_transfersReceived_to +abstract class GAccountTxsFieldsData_transfersIssuedAggregate_aggregate implements - Built<GAccountFieldsData_transfersReceived_to, - GAccountFieldsData_transfersReceived_toBuilder>, - GAccountFields_transfersReceived_to, - GTransferFields_to { - GAccountFieldsData_transfersReceived_to._(); + Built<GAccountTxsFieldsData_transfersIssuedAggregate_aggregate, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder>, + GAccountTxsFields_transfersIssuedAggregate_aggregate { + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate._(); - factory GAccountFieldsData_transfersReceived_to( - [void Function(GAccountFieldsData_transfersReceived_toBuilder b) - updates]) = _$GAccountFieldsData_transfersReceived_to; + factory GAccountTxsFieldsData_transfersIssuedAggregate_aggregate( + [void Function( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate; static void _initializeBuilder( - GAccountFieldsData_transfersReceived_toBuilder b) => - b..G__typename = 'Account'; + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder b) => + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GAccountFieldsData_transfersReceived_to> get serializer => - _$gAccountFieldsDataTransfersReceivedToSerializer; + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum? get sum; + @override + int get count; + static Serializer<GAccountTxsFieldsData_transfersIssuedAggregate_aggregate> + get serializer => + _$gAccountTxsFieldsDataTransfersIssuedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersReceived_to.serializer, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersReceived_to? fromJson( + static GAccountTxsFieldsData_transfersIssuedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersReceived_to.serializer, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate.serializer, json, ); } -abstract class GAccountFieldsData_transfersReceived_from +abstract class GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum implements - Built<GAccountFieldsData_transfersReceived_from, - GAccountFieldsData_transfersReceived_fromBuilder>, - GAccountFields_transfersReceived_from, - GTransferFields_from { - GAccountFieldsData_transfersReceived_from._(); + Built<GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder>, + GAccountTxsFields_transfersIssuedAggregate_aggregate_sum { + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum._(); - factory GAccountFieldsData_transfersReceived_from( - [void Function(GAccountFieldsData_transfersReceived_fromBuilder b) - updates]) = _$GAccountFieldsData_transfersReceived_from; + factory GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum( + [void Function( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder + b) + updates]) = + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum; static void _initializeBuilder( - GAccountFieldsData_transfersReceived_fromBuilder b) => - b..G__typename = 'Account'; + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder + b) => + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - static Serializer<GAccountFieldsData_transfersReceived_from> get serializer => - _$gAccountFieldsDataTransfersReceivedFromSerializer; + int? get amount; + static Serializer< + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum> + get serializer => + _$gAccountTxsFieldsDataTransfersIssuedAggregateAggregateSumSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersReceived_from.serializer, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersReceived_from? fromJson( + static GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersReceived_from.serializer, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum.serializer, json, ); } -abstract class GAccountFieldsData_transfersReceived_comment +abstract class GAccountTxsFieldsData_transfersReceived implements - Built<GAccountFieldsData_transfersReceived_comment, - GAccountFieldsData_transfersReceived_commentBuilder>, - GAccountFields_transfersReceived_comment, - GTransferFields_comment { - GAccountFieldsData_transfersReceived_comment._(); + Built<GAccountTxsFieldsData_transfersReceived, + GAccountTxsFieldsData_transfersReceivedBuilder>, + GAccountTxsFields_transfersReceived, + GTransferFields { + GAccountTxsFieldsData_transfersReceived._(); - factory GAccountFieldsData_transfersReceived_comment( - [void Function(GAccountFieldsData_transfersReceived_commentBuilder b) - updates]) = _$GAccountFieldsData_transfersReceived_comment; + factory GAccountTxsFieldsData_transfersReceived( + [void Function(GAccountTxsFieldsData_transfersReceivedBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersReceived; static void _initializeBuilder( - GAccountFieldsData_transfersReceived_commentBuilder b) => - b..G__typename = 'TxComment'; + GAccountTxsFieldsData_transfersReceivedBuilder b) => + b..G__typename = 'Transfer'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get remark; - static Serializer<GAccountFieldsData_transfersReceived_comment> - get serializer => _$gAccountFieldsDataTransfersReceivedCommentSerializer; + int get blockNumber; + @override + _i2.Gtimestamptz get timestamp; + @override + int get amount; + @override + GAccountTxsFieldsData_transfersReceived_to? get to; + @override + GAccountTxsFieldsData_transfersReceived_from? get from; + @override + GAccountTxsFieldsData_transfersReceived_comment? get comment; + static Serializer<GAccountTxsFieldsData_transfersReceived> get serializer => + _$gAccountTxsFieldsDataTransfersReceivedSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersReceived_comment.serializer, + GAccountTxsFieldsData_transfersReceived.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersReceived_comment? fromJson( + static GAccountTxsFieldsData_transfersReceived? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersReceived_comment.serializer, + GAccountTxsFieldsData_transfersReceived.serializer, json, ); } -abstract class GAccountFieldsData_transfersReceivedAggregate +abstract class GAccountTxsFieldsData_transfersReceived_to implements - Built<GAccountFieldsData_transfersReceivedAggregate, - GAccountFieldsData_transfersReceivedAggregateBuilder>, - GAccountFields_transfersReceivedAggregate { - GAccountFieldsData_transfersReceivedAggregate._(); + Built<GAccountTxsFieldsData_transfersReceived_to, + GAccountTxsFieldsData_transfersReceived_toBuilder>, + GAccountTxsFields_transfersReceived_to, + GTransferFields_to { + GAccountTxsFieldsData_transfersReceived_to._(); - factory GAccountFieldsData_transfersReceivedAggregate( - [void Function(GAccountFieldsData_transfersReceivedAggregateBuilder b) - updates]) = _$GAccountFieldsData_transfersReceivedAggregate; + factory GAccountTxsFieldsData_transfersReceived_to( + [void Function(GAccountTxsFieldsData_transfersReceived_toBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersReceived_to; static void _initializeBuilder( - GAccountFieldsData_transfersReceivedAggregateBuilder b) => - b..G__typename = 'TransferAggregate'; + GAccountTxsFieldsData_transfersReceived_toBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_transfersReceivedAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_transfersReceivedAggregate> - get serializer => - _$gAccountFieldsDataTransfersReceivedAggregateSerializer; + String get id; + static Serializer<GAccountTxsFieldsData_transfersReceived_to> + get serializer => _$gAccountTxsFieldsDataTransfersReceivedToSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersReceivedAggregate.serializer, + GAccountTxsFieldsData_transfersReceived_to.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersReceivedAggregate? fromJson( + static GAccountTxsFieldsData_transfersReceived_to? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersReceivedAggregate.serializer, + GAccountTxsFieldsData_transfersReceived_to.serializer, json, ); } -abstract class GAccountFieldsData_transfersReceivedAggregate_aggregate +abstract class GAccountTxsFieldsData_transfersReceived_from implements - Built<GAccountFieldsData_transfersReceivedAggregate_aggregate, - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder>, - GAccountFields_transfersReceivedAggregate_aggregate { - GAccountFieldsData_transfersReceivedAggregate_aggregate._(); + Built<GAccountTxsFieldsData_transfersReceived_from, + GAccountTxsFieldsData_transfersReceived_fromBuilder>, + GAccountTxsFields_transfersReceived_from, + GTransferFields_from { + GAccountTxsFieldsData_transfersReceived_from._(); - factory GAccountFieldsData_transfersReceivedAggregate_aggregate( - [void Function( - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder b) - updates]) = _$GAccountFieldsData_transfersReceivedAggregate_aggregate; + factory GAccountTxsFieldsData_transfersReceived_from( + [void Function(GAccountTxsFieldsData_transfersReceived_fromBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersReceived_from; static void _initializeBuilder( - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder b) => - b..G__typename = 'TransferAggregateFields'; + GAccountTxsFieldsData_transfersReceived_fromBuilder b) => + b..G__typename = 'Account'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum? get sum; - @override - int get count; - static Serializer<GAccountFieldsData_transfersReceivedAggregate_aggregate> - get serializer => - _$gAccountFieldsDataTransfersReceivedAggregateAggregateSerializer; + String get id; + static Serializer<GAccountTxsFieldsData_transfersReceived_from> + get serializer => _$gAccountTxsFieldsDataTransfersReceivedFromSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersReceivedAggregate_aggregate.serializer, + GAccountTxsFieldsData_transfersReceived_from.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersReceivedAggregate_aggregate? fromJson( + static GAccountTxsFieldsData_transfersReceived_from? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersReceivedAggregate_aggregate.serializer, + GAccountTxsFieldsData_transfersReceived_from.serializer, json, ); } -abstract class GAccountFieldsData_transfersReceivedAggregate_aggregate_sum +abstract class GAccountTxsFieldsData_transfersReceived_comment implements - Built<GAccountFieldsData_transfersReceivedAggregate_aggregate_sum, - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder>, - GAccountFields_transfersReceivedAggregate_aggregate_sum { - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum._(); + Built<GAccountTxsFieldsData_transfersReceived_comment, + GAccountTxsFieldsData_transfersReceived_commentBuilder>, + GAccountTxsFields_transfersReceived_comment, + GTransferFields_comment { + GAccountTxsFieldsData_transfersReceived_comment._(); - factory GAccountFieldsData_transfersReceivedAggregate_aggregate_sum( - [void Function( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder - b) - updates]) = _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum; + factory GAccountTxsFieldsData_transfersReceived_comment( + [void Function(GAccountTxsFieldsData_transfersReceived_commentBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersReceived_comment; static void _initializeBuilder( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder - b) => - b..G__typename = 'TransferSumFields'; + GAccountTxsFieldsData_transfersReceived_commentBuilder b) => + b..G__typename = 'TxComment'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int? get amount; - static Serializer<GAccountFieldsData_transfersReceivedAggregate_aggregate_sum> + String get remark; + static Serializer<GAccountTxsFieldsData_transfersReceived_comment> get serializer => - _$gAccountFieldsDataTransfersReceivedAggregateAggregateSumSerializer; + _$gAccountTxsFieldsDataTransfersReceivedCommentSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum.serializer, + GAccountTxsFieldsData_transfersReceived_comment.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_transfersReceivedAggregate_aggregate_sum? fromJson( + static GAccountTxsFieldsData_transfersReceived_comment? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum.serializer, + GAccountTxsFieldsData_transfersReceived_comment.serializer, json, ); } -abstract class GAccountFieldsData_wasIdentity +abstract class GAccountTxsFieldsData_transfersReceivedAggregate implements - Built<GAccountFieldsData_wasIdentity, - GAccountFieldsData_wasIdentityBuilder>, - GAccountFields_wasIdentity, - GOwnerKeyChangeFields { - GAccountFieldsData_wasIdentity._(); + Built<GAccountTxsFieldsData_transfersReceivedAggregate, + GAccountTxsFieldsData_transfersReceivedAggregateBuilder>, + GAccountTxsFields_transfersReceivedAggregate { + GAccountTxsFieldsData_transfersReceivedAggregate._(); - factory GAccountFieldsData_wasIdentity( - [void Function(GAccountFieldsData_wasIdentityBuilder b) updates]) = - _$GAccountFieldsData_wasIdentity; + factory GAccountTxsFieldsData_transfersReceivedAggregate( + [void Function(GAccountTxsFieldsData_transfersReceivedAggregateBuilder b) + updates]) = _$GAccountTxsFieldsData_transfersReceivedAggregate; - static void _initializeBuilder(GAccountFieldsData_wasIdentityBuilder b) => - b..G__typename = 'ChangeOwnerKey'; + static void _initializeBuilder( + GAccountTxsFieldsData_transfersReceivedAggregateBuilder b) => + b..G__typename = 'TransferAggregate'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - String get id; - @override - int get blockNumber; - @override - String? get identityId; - @override - String? get nextId; - @override - String? get previousId; - static Serializer<GAccountFieldsData_wasIdentity> get serializer => - _$gAccountFieldsDataWasIdentitySerializer; + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate? get aggregate; + static Serializer<GAccountTxsFieldsData_transfersReceivedAggregate> + get serializer => + _$gAccountTxsFieldsDataTransfersReceivedAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_wasIdentity.serializer, + GAccountTxsFieldsData_transfersReceivedAggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_wasIdentity? fromJson(Map<String, dynamic> json) => + static GAccountTxsFieldsData_transfersReceivedAggregate? fromJson( + Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_wasIdentity.serializer, + GAccountTxsFieldsData_transfersReceivedAggregate.serializer, json, ); } -abstract class GAccountFieldsData_wasIdentityAggregate +abstract class GAccountTxsFieldsData_transfersReceivedAggregate_aggregate implements - Built<GAccountFieldsData_wasIdentityAggregate, - GAccountFieldsData_wasIdentityAggregateBuilder>, - GAccountFields_wasIdentityAggregate { - GAccountFieldsData_wasIdentityAggregate._(); + Built<GAccountTxsFieldsData_transfersReceivedAggregate_aggregate, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder>, + GAccountTxsFields_transfersReceivedAggregate_aggregate { + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate._(); - factory GAccountFieldsData_wasIdentityAggregate( - [void Function(GAccountFieldsData_wasIdentityAggregateBuilder b) - updates]) = _$GAccountFieldsData_wasIdentityAggregate; + factory GAccountTxsFieldsData_transfersReceivedAggregate_aggregate( + [void Function( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder + b) + updates]) = _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate; static void _initializeBuilder( - GAccountFieldsData_wasIdentityAggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregate'; + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder + b) => + b..G__typename = 'TransferAggregateFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - GAccountFieldsData_wasIdentityAggregate_aggregate? get aggregate; - static Serializer<GAccountFieldsData_wasIdentityAggregate> get serializer => - _$gAccountFieldsDataWasIdentityAggregateSerializer; + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum? get sum; + @override + int get count; + static Serializer<GAccountTxsFieldsData_transfersReceivedAggregate_aggregate> + get serializer => + _$gAccountTxsFieldsDataTransfersReceivedAggregateAggregateSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_wasIdentityAggregate.serializer, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate.serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_wasIdentityAggregate? fromJson( + static GAccountTxsFieldsData_transfersReceivedAggregate_aggregate? fromJson( Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountFieldsData_wasIdentityAggregate.serializer, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate.serializer, json, ); } -abstract class GAccountFieldsData_wasIdentityAggregate_aggregate +abstract class GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum implements - Built<GAccountFieldsData_wasIdentityAggregate_aggregate, - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder>, - GAccountFields_wasIdentityAggregate_aggregate { - GAccountFieldsData_wasIdentityAggregate_aggregate._(); + Built<GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder>, + GAccountTxsFields_transfersReceivedAggregate_aggregate_sum { + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum._(); - factory GAccountFieldsData_wasIdentityAggregate_aggregate( - [void Function(GAccountFieldsData_wasIdentityAggregate_aggregateBuilder b) - updates]) = _$GAccountFieldsData_wasIdentityAggregate_aggregate; + factory GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum( + [void Function( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder + b) + updates]) = + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum; static void _initializeBuilder( - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder b) => - b..G__typename = 'ChangeOwnerKeyAggregateFields'; + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder + b) => + b..G__typename = 'TransferSumFields'; @override @BuiltValueField(wireName: '__typename') String get G__typename; @override - int get count; - static Serializer<GAccountFieldsData_wasIdentityAggregate_aggregate> + int? get amount; + static Serializer< + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum> get serializer => - _$gAccountFieldsDataWasIdentityAggregateAggregateSerializer; + _$gAccountTxsFieldsDataTransfersReceivedAggregateAggregateSumSerializer; @override Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountFieldsData_wasIdentityAggregate_aggregate.serializer, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum + .serializer, this, ) as Map<String, dynamic>); - static GAccountFieldsData_wasIdentityAggregate_aggregate? fromJson( - Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GAccountFieldsData_wasIdentityAggregate_aggregate.serializer, - json, - ); + static GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum? + fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum + .serializer, + json, + ); } abstract class GTransferFields { diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.data.gql.g.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.data.gql.g.dart index 379cfb499854c42bad2ba71bfb032d12bdc61534..1b4698e20a854f146753813af556f89dee589c41 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.data.gql.g.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.data.gql.g.dart @@ -6,95 +6,41 @@ part of 'duniter-indexer-queries.data.gql.dart'; // BuiltValueGenerator // ************************************************************************** +Serializer<GLastBlockData> _$gLastBlockDataSerializer = + new _$GLastBlockDataSerializer(); +Serializer<GLastBlockData_block> _$gLastBlockDataBlockSerializer = + new _$GLastBlockData_blockSerializer(); Serializer<GIdentitiesByNameOrPkData> _$gIdentitiesByNameOrPkDataSerializer = new _$GIdentitiesByNameOrPkDataSerializer(); Serializer<GIdentitiesByNameOrPkData_identity> _$gIdentitiesByNameOrPkDataIdentitySerializer = new _$GIdentitiesByNameOrPkData_identitySerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certIssued> - _$gIdentitiesByNameOrPkDataIdentityCertIssuedSerializer = - new _$GIdentitiesByNameOrPkData_identity_certIssuedSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certIssued_issuer> - _$gIdentitiesByNameOrPkDataIdentityCertIssuedIssuerSerializer = - new _$GIdentitiesByNameOrPkData_identity_certIssued_issuerSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certIssued_receiver> - _$gIdentitiesByNameOrPkDataIdentityCertIssuedReceiverSerializer = - new _$GIdentitiesByNameOrPkData_identity_certIssued_receiverSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certIssuedAggregate> - _$gIdentitiesByNameOrPkDataIdentityCertIssuedAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_certIssuedAggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate> - _$gIdentitiesByNameOrPkDataIdentityCertIssuedAggregateAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certReceived> - _$gIdentitiesByNameOrPkDataIdentityCertReceivedSerializer = - new _$GIdentitiesByNameOrPkData_identity_certReceivedSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certReceived_issuer> - _$gIdentitiesByNameOrPkDataIdentityCertReceivedIssuerSerializer = - new _$GIdentitiesByNameOrPkData_identity_certReceived_issuerSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certReceived_receiver> - _$gIdentitiesByNameOrPkDataIdentityCertReceivedReceiverSerializer = - new _$GIdentitiesByNameOrPkData_identity_certReceived_receiverSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certReceivedAggregate> - _$gIdentitiesByNameOrPkDataIdentityCertReceivedAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_certReceivedAggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate> - _$gIdentitiesByNameOrPkDataIdentityCertReceivedAggregateAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_linkedAccount> - _$gIdentitiesByNameOrPkDataIdentityLinkedAccountSerializer = - new _$GIdentitiesByNameOrPkData_identity_linkedAccountSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_linkedAccountAggregate> - _$gIdentitiesByNameOrPkDataIdentityLinkedAccountAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate> - _$gIdentitiesByNameOrPkDataIdentityLinkedAccountAggregateAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_membershipHistory> - _$gIdentitiesByNameOrPkDataIdentityMembershipHistorySerializer = - new _$GIdentitiesByNameOrPkData_identity_membershipHistorySerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate> - _$gIdentitiesByNameOrPkDataIdentityMembershipHistoryAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateSerializer(); -Serializer< - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate> - _$gIdentitiesByNameOrPkDataIdentityMembershipHistoryAggregateAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_ownerKeyChange> - _$gIdentitiesByNameOrPkDataIdentityOwnerKeyChangeSerializer = - new _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate> - _$gIdentitiesByNameOrPkDataIdentityOwnerKeyChangeAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate> - _$gIdentitiesByNameOrPkDataIdentityOwnerKeyChangeAggregateAggregateSerializer = - new _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_smith> - _$gIdentitiesByNameOrPkDataIdentitySmithSerializer = - new _$GIdentitiesByNameOrPkData_identity_smithSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued> - _$gIdentitiesByNameOrPkDataIdentitySmithSmithCertIssuedSerializer = - new _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_smith_smithCertReceived> - _$gIdentitiesByNameOrPkDataIdentitySmithSmithCertReceivedSerializer = - new _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedSerializer(); -Serializer<GIdentitiesByNameOrPkData_identity_udHistory> - _$gIdentitiesByNameOrPkDataIdentityUdHistorySerializer = - new _$GIdentitiesByNameOrPkData_identity_udHistorySerializer(); +Serializer<GIdentitiesByNameOrPkData_identity_account> + _$gIdentitiesByNameOrPkDataIdentityAccountSerializer = + new _$GIdentitiesByNameOrPkData_identity_accountSerializer(); Serializer<GIdentitiesByPkData> _$gIdentitiesByPkDataSerializer = new _$GIdentitiesByPkDataSerializer(); Serializer<GIdentitiesByPkData_identity> _$gIdentitiesByPkDataIdentitySerializer = new _$GIdentitiesByPkData_identitySerializer(); +Serializer<GIdentitiesByPkData_identity_account> + _$gIdentitiesByPkDataIdentityAccountSerializer = + new _$GIdentitiesByPkData_identity_accountSerializer(); Serializer<GIdentitiesByPkData_identity_certIssued> _$gIdentitiesByPkDataIdentityCertIssuedSerializer = new _$GIdentitiesByPkData_identity_certIssuedSerializer(); Serializer<GIdentitiesByPkData_identity_certIssued_issuer> _$gIdentitiesByPkDataIdentityCertIssuedIssuerSerializer = new _$GIdentitiesByPkData_identity_certIssued_issuerSerializer(); +Serializer<GIdentitiesByPkData_identity_certIssued_issuer_account> + _$gIdentitiesByPkDataIdentityCertIssuedIssuerAccountSerializer = + new _$GIdentitiesByPkData_identity_certIssued_issuer_accountSerializer(); Serializer<GIdentitiesByPkData_identity_certIssued_receiver> _$gIdentitiesByPkDataIdentityCertIssuedReceiverSerializer = new _$GIdentitiesByPkData_identity_certIssued_receiverSerializer(); +Serializer<GIdentitiesByPkData_identity_certIssued_receiver_account> + _$gIdentitiesByPkDataIdentityCertIssuedReceiverAccountSerializer = + new _$GIdentitiesByPkData_identity_certIssued_receiver_accountSerializer(); Serializer<GIdentitiesByPkData_identity_certIssuedAggregate> _$gIdentitiesByPkDataIdentityCertIssuedAggregateSerializer = new _$GIdentitiesByPkData_identity_certIssuedAggregateSerializer(); @@ -107,9 +53,15 @@ Serializer<GIdentitiesByPkData_identity_certReceived> Serializer<GIdentitiesByPkData_identity_certReceived_issuer> _$gIdentitiesByPkDataIdentityCertReceivedIssuerSerializer = new _$GIdentitiesByPkData_identity_certReceived_issuerSerializer(); +Serializer<GIdentitiesByPkData_identity_certReceived_issuer_account> + _$gIdentitiesByPkDataIdentityCertReceivedIssuerAccountSerializer = + new _$GIdentitiesByPkData_identity_certReceived_issuer_accountSerializer(); Serializer<GIdentitiesByPkData_identity_certReceived_receiver> _$gIdentitiesByPkDataIdentityCertReceivedReceiverSerializer = new _$GIdentitiesByPkData_identity_certReceived_receiverSerializer(); +Serializer<GIdentitiesByPkData_identity_certReceived_receiver_account> + _$gIdentitiesByPkDataIdentityCertReceivedReceiverAccountSerializer = + new _$GIdentitiesByPkData_identity_certReceived_receiver_accountSerializer(); Serializer<GIdentitiesByPkData_identity_certReceivedAggregate> _$gIdentitiesByPkDataIdentityCertReceivedAggregateSerializer = new _$GIdentitiesByPkData_identity_certReceivedAggregateSerializer(); @@ -160,15 +112,24 @@ Serializer<GIdentitiesByNameData> _$gIdentitiesByNameDataSerializer = Serializer<GIdentitiesByNameData_identity> _$gIdentitiesByNameDataIdentitySerializer = new _$GIdentitiesByNameData_identitySerializer(); +Serializer<GIdentitiesByNameData_identity_account> + _$gIdentitiesByNameDataIdentityAccountSerializer = + new _$GIdentitiesByNameData_identity_accountSerializer(); Serializer<GIdentitiesByNameData_identity_certIssued> _$gIdentitiesByNameDataIdentityCertIssuedSerializer = new _$GIdentitiesByNameData_identity_certIssuedSerializer(); Serializer<GIdentitiesByNameData_identity_certIssued_issuer> _$gIdentitiesByNameDataIdentityCertIssuedIssuerSerializer = new _$GIdentitiesByNameData_identity_certIssued_issuerSerializer(); +Serializer<GIdentitiesByNameData_identity_certIssued_issuer_account> + _$gIdentitiesByNameDataIdentityCertIssuedIssuerAccountSerializer = + new _$GIdentitiesByNameData_identity_certIssued_issuer_accountSerializer(); Serializer<GIdentitiesByNameData_identity_certIssued_receiver> _$gIdentitiesByNameDataIdentityCertIssuedReceiverSerializer = new _$GIdentitiesByNameData_identity_certIssued_receiverSerializer(); +Serializer<GIdentitiesByNameData_identity_certIssued_receiver_account> + _$gIdentitiesByNameDataIdentityCertIssuedReceiverAccountSerializer = + new _$GIdentitiesByNameData_identity_certIssued_receiver_accountSerializer(); Serializer<GIdentitiesByNameData_identity_certIssuedAggregate> _$gIdentitiesByNameDataIdentityCertIssuedAggregateSerializer = new _$GIdentitiesByNameData_identity_certIssuedAggregateSerializer(); @@ -181,9 +142,15 @@ Serializer<GIdentitiesByNameData_identity_certReceived> Serializer<GIdentitiesByNameData_identity_certReceived_issuer> _$gIdentitiesByNameDataIdentityCertReceivedIssuerSerializer = new _$GIdentitiesByNameData_identity_certReceived_issuerSerializer(); +Serializer<GIdentitiesByNameData_identity_certReceived_issuer_account> + _$gIdentitiesByNameDataIdentityCertReceivedIssuerAccountSerializer = + new _$GIdentitiesByNameData_identity_certReceived_issuer_accountSerializer(); Serializer<GIdentitiesByNameData_identity_certReceived_receiver> _$gIdentitiesByNameDataIdentityCertReceivedReceiverSerializer = new _$GIdentitiesByNameData_identity_certReceived_receiverSerializer(); +Serializer<GIdentitiesByNameData_identity_certReceived_receiver_account> + _$gIdentitiesByNameDataIdentityCertReceivedReceiverAccountSerializer = + new _$GIdentitiesByNameData_identity_certReceived_receiver_accountSerializer(); Serializer<GIdentitiesByNameData_identity_certReceivedAggregate> _$gIdentitiesByNameDataIdentityCertReceivedAggregateSerializer = new _$GIdentitiesByNameData_identity_certReceivedAggregateSerializer(); @@ -246,15 +213,24 @@ Serializer<GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate> Serializer<GAccountByPkData_accountByPk_identity> _$gAccountByPkDataAccountByPkIdentitySerializer = new _$GAccountByPkData_accountByPk_identitySerializer(); +Serializer<GAccountByPkData_accountByPk_identity_account> + _$gAccountByPkDataAccountByPkIdentityAccountSerializer = + new _$GAccountByPkData_accountByPk_identity_accountSerializer(); Serializer<GAccountByPkData_accountByPk_identity_certIssued> _$gAccountByPkDataAccountByPkIdentityCertIssuedSerializer = new _$GAccountByPkData_accountByPk_identity_certIssuedSerializer(); Serializer<GAccountByPkData_accountByPk_identity_certIssued_issuer> _$gAccountByPkDataAccountByPkIdentityCertIssuedIssuerSerializer = new _$GAccountByPkData_accountByPk_identity_certIssued_issuerSerializer(); +Serializer<GAccountByPkData_accountByPk_identity_certIssued_issuer_account> + _$gAccountByPkDataAccountByPkIdentityCertIssuedIssuerAccountSerializer = + new _$GAccountByPkData_accountByPk_identity_certIssued_issuer_accountSerializer(); Serializer<GAccountByPkData_accountByPk_identity_certIssued_receiver> _$gAccountByPkDataAccountByPkIdentityCertIssuedReceiverSerializer = new _$GAccountByPkData_accountByPk_identity_certIssued_receiverSerializer(); +Serializer<GAccountByPkData_accountByPk_identity_certIssued_receiver_account> + _$gAccountByPkDataAccountByPkIdentityCertIssuedReceiverAccountSerializer = + new _$GAccountByPkData_accountByPk_identity_certIssued_receiver_accountSerializer(); Serializer<GAccountByPkData_accountByPk_identity_certIssuedAggregate> _$gAccountByPkDataAccountByPkIdentityCertIssuedAggregateSerializer = new _$GAccountByPkData_accountByPk_identity_certIssuedAggregateSerializer(); @@ -267,9 +243,15 @@ Serializer<GAccountByPkData_accountByPk_identity_certReceived> Serializer<GAccountByPkData_accountByPk_identity_certReceived_issuer> _$gAccountByPkDataAccountByPkIdentityCertReceivedIssuerSerializer = new _$GAccountByPkData_accountByPk_identity_certReceived_issuerSerializer(); +Serializer<GAccountByPkData_accountByPk_identity_certReceived_issuer_account> + _$gAccountByPkDataAccountByPkIdentityCertReceivedIssuerAccountSerializer = + new _$GAccountByPkData_accountByPk_identity_certReceived_issuer_accountSerializer(); Serializer<GAccountByPkData_accountByPk_identity_certReceived_receiver> _$gAccountByPkDataAccountByPkIdentityCertReceivedReceiverSerializer = new _$GAccountByPkData_accountByPk_identity_certReceived_receiverSerializer(); +Serializer<GAccountByPkData_accountByPk_identity_certReceived_receiver_account> + _$gAccountByPkDataAccountByPkIdentityCertReceivedReceiverAccountSerializer = + new _$GAccountByPkData_accountByPk_identity_certReceived_receiver_accountSerializer(); Serializer<GAccountByPkData_accountByPk_identity_certReceivedAggregate> _$gAccountByPkDataAccountByPkIdentityCertReceivedAggregateSerializer = new _$GAccountByPkData_accountByPk_identity_certReceivedAggregateSerializer(); @@ -322,9 +304,15 @@ Serializer<GAccountByPkData_accountByPk_identity_udHistory> Serializer<GAccountByPkData_accountByPk_linkedIdentity> _$gAccountByPkDataAccountByPkLinkedIdentitySerializer = new _$GAccountByPkData_accountByPk_linkedIdentitySerializer(); +Serializer<GAccountByPkData_accountByPk_linkedIdentity_account> + _$gAccountByPkDataAccountByPkLinkedIdentityAccountSerializer = + new _$GAccountByPkData_accountByPk_linkedIdentity_accountSerializer(); Serializer<GAccountByPkData_accountByPk_removedIdentities> _$gAccountByPkDataAccountByPkRemovedIdentitiesSerializer = new _$GAccountByPkData_accountByPk_removedIdentitiesSerializer(); +Serializer<GAccountByPkData_accountByPk_removedIdentities_account> + _$gAccountByPkDataAccountByPkRemovedIdentitiesAccountSerializer = + new _$GAccountByPkData_accountByPk_removedIdentities_accountSerializer(); Serializer<GAccountByPkData_accountByPk_removedIdentitiesAggregate> _$gAccountByPkDataAccountByPkRemovedIdentitiesAggregateSerializer = new _$GAccountByPkData_accountByPk_removedIdentitiesAggregateSerializer(); @@ -383,14 +371,6 @@ Serializer<GAccountByPkData_accountByPk_wasIdentityAggregate> Serializer<GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate> _$gAccountByPkDataAccountByPkWasIdentityAggregateAggregateSerializer = new _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateSerializer(); -Serializer<GAccountBasicByPkData> _$gAccountBasicByPkDataSerializer = - new _$GAccountBasicByPkDataSerializer(); -Serializer<GAccountBasicByPkData_accountByPk> - _$gAccountBasicByPkDataAccountByPkSerializer = - new _$GAccountBasicByPkData_accountByPkSerializer(); -Serializer<GAccountBasicByPkData_accountByPk_identity> - _$gAccountBasicByPkDataAccountByPkIdentitySerializer = - new _$GAccountBasicByPkData_accountByPk_identitySerializer(); Serializer<GAccountsByPkData> _$gAccountsByPkDataSerializer = new _$GAccountsByPkDataSerializer(); Serializer<GAccountsByPkData_account> _$gAccountsByPkDataAccountSerializer = @@ -407,15 +387,24 @@ Serializer<GAccountsByPkData_account_commentsIssuedAggregate_aggregate> Serializer<GAccountsByPkData_account_identity> _$gAccountsByPkDataAccountIdentitySerializer = new _$GAccountsByPkData_account_identitySerializer(); +Serializer<GAccountsByPkData_account_identity_account> + _$gAccountsByPkDataAccountIdentityAccountSerializer = + new _$GAccountsByPkData_account_identity_accountSerializer(); Serializer<GAccountsByPkData_account_identity_certIssued> _$gAccountsByPkDataAccountIdentityCertIssuedSerializer = new _$GAccountsByPkData_account_identity_certIssuedSerializer(); Serializer<GAccountsByPkData_account_identity_certIssued_issuer> _$gAccountsByPkDataAccountIdentityCertIssuedIssuerSerializer = new _$GAccountsByPkData_account_identity_certIssued_issuerSerializer(); +Serializer<GAccountsByPkData_account_identity_certIssued_issuer_account> + _$gAccountsByPkDataAccountIdentityCertIssuedIssuerAccountSerializer = + new _$GAccountsByPkData_account_identity_certIssued_issuer_accountSerializer(); Serializer<GAccountsByPkData_account_identity_certIssued_receiver> _$gAccountsByPkDataAccountIdentityCertIssuedReceiverSerializer = new _$GAccountsByPkData_account_identity_certIssued_receiverSerializer(); +Serializer<GAccountsByPkData_account_identity_certIssued_receiver_account> + _$gAccountsByPkDataAccountIdentityCertIssuedReceiverAccountSerializer = + new _$GAccountsByPkData_account_identity_certIssued_receiver_accountSerializer(); Serializer<GAccountsByPkData_account_identity_certIssuedAggregate> _$gAccountsByPkDataAccountIdentityCertIssuedAggregateSerializer = new _$GAccountsByPkData_account_identity_certIssuedAggregateSerializer(); @@ -428,9 +417,15 @@ Serializer<GAccountsByPkData_account_identity_certReceived> Serializer<GAccountsByPkData_account_identity_certReceived_issuer> _$gAccountsByPkDataAccountIdentityCertReceivedIssuerSerializer = new _$GAccountsByPkData_account_identity_certReceived_issuerSerializer(); +Serializer<GAccountsByPkData_account_identity_certReceived_issuer_account> + _$gAccountsByPkDataAccountIdentityCertReceivedIssuerAccountSerializer = + new _$GAccountsByPkData_account_identity_certReceived_issuer_accountSerializer(); Serializer<GAccountsByPkData_account_identity_certReceived_receiver> _$gAccountsByPkDataAccountIdentityCertReceivedReceiverSerializer = new _$GAccountsByPkData_account_identity_certReceived_receiverSerializer(); +Serializer<GAccountsByPkData_account_identity_certReceived_receiver_account> + _$gAccountsByPkDataAccountIdentityCertReceivedReceiverAccountSerializer = + new _$GAccountsByPkData_account_identity_certReceived_receiver_accountSerializer(); Serializer<GAccountsByPkData_account_identity_certReceivedAggregate> _$gAccountsByPkDataAccountIdentityCertReceivedAggregateSerializer = new _$GAccountsByPkData_account_identity_certReceivedAggregateSerializer(); @@ -480,9 +475,15 @@ Serializer<GAccountsByPkData_account_identity_udHistory> Serializer<GAccountsByPkData_account_linkedIdentity> _$gAccountsByPkDataAccountLinkedIdentitySerializer = new _$GAccountsByPkData_account_linkedIdentitySerializer(); +Serializer<GAccountsByPkData_account_linkedIdentity_account> + _$gAccountsByPkDataAccountLinkedIdentityAccountSerializer = + new _$GAccountsByPkData_account_linkedIdentity_accountSerializer(); Serializer<GAccountsByPkData_account_removedIdentities> _$gAccountsByPkDataAccountRemovedIdentitiesSerializer = new _$GAccountsByPkData_account_removedIdentitiesSerializer(); +Serializer<GAccountsByPkData_account_removedIdentities_account> + _$gAccountsByPkDataAccountRemovedIdentitiesAccountSerializer = + new _$GAccountsByPkData_account_removedIdentities_accountSerializer(); Serializer<GAccountsByPkData_account_removedIdentitiesAggregate> _$gAccountsByPkDataAccountRemovedIdentitiesAggregateSerializer = new _$GAccountsByPkData_account_removedIdentitiesAggregateSerializer(); @@ -540,175 +541,99 @@ Serializer<GAccountsByPkData_account_wasIdentityAggregate> Serializer<GAccountsByPkData_account_wasIdentityAggregate_aggregate> _$gAccountsByPkDataAccountWasIdentityAggregateAggregateSerializer = new _$GAccountsByPkData_account_wasIdentityAggregate_aggregateSerializer(); -Serializer<GLastBlockData> _$gLastBlockDataSerializer = - new _$GLastBlockDataSerializer(); -Serializer<GLastBlockData_block> _$gLastBlockDataBlockSerializer = - new _$GLastBlockData_blockSerializer(); -Serializer<GGetHistoryAndBalanceData> _$gGetHistoryAndBalanceDataSerializer = - new _$GGetHistoryAndBalanceDataSerializer(); -Serializer<GGetHistoryAndBalanceData_account> - _$gGetHistoryAndBalanceDataAccountSerializer = - new _$GGetHistoryAndBalanceData_accountSerializer(); -Serializer<GGetHistoryAndBalanceData_account_commentsIssued> - _$gGetHistoryAndBalanceDataAccountCommentsIssuedSerializer = - new _$GGetHistoryAndBalanceData_account_commentsIssuedSerializer(); -Serializer<GGetHistoryAndBalanceData_account_commentsIssuedAggregate> - _$gGetHistoryAndBalanceDataAccountCommentsIssuedAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_commentsIssuedAggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountCommentsIssuedAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity> - _$gGetHistoryAndBalanceDataAccountIdentitySerializer = - new _$GGetHistoryAndBalanceData_account_identitySerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_certIssued> - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certIssuedSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_certIssued_issuer> - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedIssuerSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certIssued_issuerSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_certIssued_receiver> - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedReceiverSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certIssued_receiverSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_certIssuedAggregate> - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregateSerializer(); -Serializer< - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountIdentityCertIssuedAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_certReceived> - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certReceivedSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_certReceived_issuer> - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedIssuerSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certReceived_issuerSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_certReceived_receiver> - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedReceiverSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certReceived_receiverSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_certReceivedAggregate> - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregateSerializer(); -Serializer< - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountIdentityCertReceivedAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_linkedAccount> - _$gGetHistoryAndBalanceDataAccountIdentityLinkedAccountSerializer = - new _$GGetHistoryAndBalanceData_account_identity_linkedAccountSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate> - _$gGetHistoryAndBalanceDataAccountIdentityLinkedAccountAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateSerializer(); -Serializer< - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountIdentityLinkedAccountAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_membershipHistory> - _$gGetHistoryAndBalanceDataAccountIdentityMembershipHistorySerializer = - new _$GGetHistoryAndBalanceData_account_identity_membershipHistorySerializer(); -Serializer< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate> - _$gGetHistoryAndBalanceDataAccountIdentityMembershipHistoryAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateSerializer(); -Serializer< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountIdentityMembershipHistoryAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_ownerKeyChange> - _$gGetHistoryAndBalanceDataAccountIdentityOwnerKeyChangeSerializer = - new _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate> - _$gGetHistoryAndBalanceDataAccountIdentityOwnerKeyChangeAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateSerializer(); -Serializer< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountIdentityOwnerKeyChangeAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_smith> - _$gGetHistoryAndBalanceDataAccountIdentitySmithSerializer = - new _$GGetHistoryAndBalanceData_account_identity_smithSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued> - _$gGetHistoryAndBalanceDataAccountIdentitySmithSmithCertIssuedSerializer = - new _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived> - _$gGetHistoryAndBalanceDataAccountIdentitySmithSmithCertReceivedSerializer = - new _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedSerializer(); -Serializer<GGetHistoryAndBalanceData_account_identity_udHistory> - _$gGetHistoryAndBalanceDataAccountIdentityUdHistorySerializer = - new _$GGetHistoryAndBalanceData_account_identity_udHistorySerializer(); -Serializer<GGetHistoryAndBalanceData_account_linkedIdentity> - _$gGetHistoryAndBalanceDataAccountLinkedIdentitySerializer = - new _$GGetHistoryAndBalanceData_account_linkedIdentitySerializer(); -Serializer<GGetHistoryAndBalanceData_account_removedIdentities> - _$gGetHistoryAndBalanceDataAccountRemovedIdentitiesSerializer = - new _$GGetHistoryAndBalanceData_account_removedIdentitiesSerializer(); -Serializer<GGetHistoryAndBalanceData_account_removedIdentitiesAggregate> - _$gGetHistoryAndBalanceDataAccountRemovedIdentitiesAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregateSerializer(); -Serializer< - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountRemovedIdentitiesAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersIssued> - _$gGetHistoryAndBalanceDataAccountTransfersIssuedSerializer = - new _$GGetHistoryAndBalanceData_account_transfersIssuedSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersIssued_to> - _$gGetHistoryAndBalanceDataAccountTransfersIssuedToSerializer = - new _$GGetHistoryAndBalanceData_account_transfersIssued_toSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersIssued_from> - _$gGetHistoryAndBalanceDataAccountTransfersIssuedFromSerializer = - new _$GGetHistoryAndBalanceData_account_transfersIssued_fromSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersIssued_comment> - _$gGetHistoryAndBalanceDataAccountTransfersIssuedCommentSerializer = - new _$GGetHistoryAndBalanceData_account_transfersIssued_commentSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersIssuedAggregate> - _$gGetHistoryAndBalanceDataAccountTransfersIssuedAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_transfersIssuedAggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountTransfersIssuedAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateSerializer(); +Serializer<GAccountBasicByPkData> _$gAccountBasicByPkDataSerializer = + new _$GAccountBasicByPkDataSerializer(); +Serializer<GAccountBasicByPkData_accountByPk> + _$gAccountBasicByPkDataAccountByPkSerializer = + new _$GAccountBasicByPkData_accountByPkSerializer(); +Serializer<GAccountBasicByPkData_accountByPk_identity> + _$gAccountBasicByPkDataAccountByPkIdentitySerializer = + new _$GAccountBasicByPkData_accountByPk_identitySerializer(); +Serializer<GAccountBasicByPkData_accountByPk_identity_account> + _$gAccountBasicByPkDataAccountByPkIdentityAccountSerializer = + new _$GAccountBasicByPkData_accountByPk_identity_accountSerializer(); +Serializer<GAccountsBasicByPkData> _$gAccountsBasicByPkDataSerializer = + new _$GAccountsBasicByPkDataSerializer(); +Serializer<GAccountsBasicByPkData_account> + _$gAccountsBasicByPkDataAccountSerializer = + new _$GAccountsBasicByPkData_accountSerializer(); +Serializer<GAccountsBasicByPkData_account_identity> + _$gAccountsBasicByPkDataAccountIdentitySerializer = + new _$GAccountsBasicByPkData_account_identitySerializer(); +Serializer<GAccountsBasicByPkData_account_identity_account> + _$gAccountsBasicByPkDataAccountIdentityAccountSerializer = + new _$GAccountsBasicByPkData_account_identity_accountSerializer(); +Serializer<GAccountTransactionsData> _$gAccountTransactionsDataSerializer = + new _$GAccountTransactionsDataSerializer(); +Serializer<GAccountTransactionsData_account> + _$gAccountTransactionsDataAccountSerializer = + new _$GAccountTransactionsData_accountSerializer(); +Serializer<GAccountTransactionsData_account_commentsIssued> + _$gAccountTransactionsDataAccountCommentsIssuedSerializer = + new _$GAccountTransactionsData_account_commentsIssuedSerializer(); +Serializer<GAccountTransactionsData_account_commentsIssuedAggregate> + _$gAccountTransactionsDataAccountCommentsIssuedAggregateSerializer = + new _$GAccountTransactionsData_account_commentsIssuedAggregateSerializer(); +Serializer<GAccountTransactionsData_account_commentsIssuedAggregate_aggregate> + _$gAccountTransactionsDataAccountCommentsIssuedAggregateAggregateSerializer = + new _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregateSerializer(); +Serializer<GAccountTransactionsData_account_transfersIssued> + _$gAccountTransactionsDataAccountTransfersIssuedSerializer = + new _$GAccountTransactionsData_account_transfersIssuedSerializer(); +Serializer<GAccountTransactionsData_account_transfersIssued_to> + _$gAccountTransactionsDataAccountTransfersIssuedToSerializer = + new _$GAccountTransactionsData_account_transfersIssued_toSerializer(); +Serializer<GAccountTransactionsData_account_transfersIssued_from> + _$gAccountTransactionsDataAccountTransfersIssuedFromSerializer = + new _$GAccountTransactionsData_account_transfersIssued_fromSerializer(); +Serializer<GAccountTransactionsData_account_transfersIssued_comment> + _$gAccountTransactionsDataAccountTransfersIssuedCommentSerializer = + new _$GAccountTransactionsData_account_transfersIssued_commentSerializer(); +Serializer<GAccountTransactionsData_account_transfersIssuedAggregate> + _$gAccountTransactionsDataAccountTransfersIssuedAggregateSerializer = + new _$GAccountTransactionsData_account_transfersIssuedAggregateSerializer(); +Serializer<GAccountTransactionsData_account_transfersIssuedAggregate_aggregate> + _$gAccountTransactionsDataAccountTransfersIssuedAggregateAggregateSerializer = + new _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregateSerializer(); Serializer< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum> - _$gGetHistoryAndBalanceDataAccountTransfersIssuedAggregateAggregateSumSerializer = - new _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersReceived> - _$gGetHistoryAndBalanceDataAccountTransfersReceivedSerializer = - new _$GGetHistoryAndBalanceData_account_transfersReceivedSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersReceived_to> - _$gGetHistoryAndBalanceDataAccountTransfersReceivedToSerializer = - new _$GGetHistoryAndBalanceData_account_transfersReceived_toSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersReceived_from> - _$gGetHistoryAndBalanceDataAccountTransfersReceivedFromSerializer = - new _$GGetHistoryAndBalanceData_account_transfersReceived_fromSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersReceived_comment> - _$gGetHistoryAndBalanceDataAccountTransfersReceivedCommentSerializer = - new _$GGetHistoryAndBalanceData_account_transfersReceived_commentSerializer(); -Serializer<GGetHistoryAndBalanceData_account_transfersReceivedAggregate> - _$gGetHistoryAndBalanceDataAccountTransfersReceivedAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_transfersReceivedAggregateSerializer(); + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum> + _$gAccountTransactionsDataAccountTransfersIssuedAggregateAggregateSumSerializer = + new _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumSerializer(); +Serializer<GAccountTransactionsData_account_transfersReceived> + _$gAccountTransactionsDataAccountTransfersReceivedSerializer = + new _$GAccountTransactionsData_account_transfersReceivedSerializer(); +Serializer<GAccountTransactionsData_account_transfersReceived_to> + _$gAccountTransactionsDataAccountTransfersReceivedToSerializer = + new _$GAccountTransactionsData_account_transfersReceived_toSerializer(); +Serializer<GAccountTransactionsData_account_transfersReceived_from> + _$gAccountTransactionsDataAccountTransfersReceivedFromSerializer = + new _$GAccountTransactionsData_account_transfersReceived_fromSerializer(); +Serializer<GAccountTransactionsData_account_transfersReceived_comment> + _$gAccountTransactionsDataAccountTransfersReceivedCommentSerializer = + new _$GAccountTransactionsData_account_transfersReceived_commentSerializer(); +Serializer<GAccountTransactionsData_account_transfersReceivedAggregate> + _$gAccountTransactionsDataAccountTransfersReceivedAggregateSerializer = + new _$GAccountTransactionsData_account_transfersReceivedAggregateSerializer(); Serializer< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountTransfersReceivedAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateSerializer(); + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate> + _$gAccountTransactionsDataAccountTransfersReceivedAggregateAggregateSerializer = + new _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregateSerializer(); Serializer< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum> - _$gGetHistoryAndBalanceDataAccountTransfersReceivedAggregateAggregateSumSerializer = - new _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumSerializer(); -Serializer<GGetHistoryAndBalanceData_account_wasIdentity> - _$gGetHistoryAndBalanceDataAccountWasIdentitySerializer = - new _$GGetHistoryAndBalanceData_account_wasIdentitySerializer(); -Serializer<GGetHistoryAndBalanceData_account_wasIdentityAggregate> - _$gGetHistoryAndBalanceDataAccountWasIdentityAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_wasIdentityAggregateSerializer(); -Serializer<GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate> - _$gGetHistoryAndBalanceDataAccountWasIdentityAggregateAggregateSerializer = - new _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateSerializer(); + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum> + _$gAccountTransactionsDataAccountTransfersReceivedAggregateAggregateSumSerializer = + new _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumSerializer(); Serializer<GCertFieldsData> _$gCertFieldsDataSerializer = new _$GCertFieldsDataSerializer(); Serializer<GCertFieldsData_issuer> _$gCertFieldsDataIssuerSerializer = new _$GCertFieldsData_issuerSerializer(); +Serializer<GCertFieldsData_issuer_account> + _$gCertFieldsDataIssuerAccountSerializer = + new _$GCertFieldsData_issuer_accountSerializer(); Serializer<GCertFieldsData_receiver> _$gCertFieldsDataReceiverSerializer = new _$GCertFieldsData_receiverSerializer(); +Serializer<GCertFieldsData_receiver_account> + _$gCertFieldsDataReceiverAccountSerializer = + new _$GCertFieldsData_receiver_accountSerializer(); Serializer<GSmithCertFieldsData> _$gSmithCertFieldsDataSerializer = new _$GSmithCertFieldsDataSerializer(); Serializer<GSmithFieldsData> _$gSmithFieldsDataSerializer = @@ -723,17 +648,28 @@ Serializer<GOwnerKeyChangeFieldsData> _$gOwnerKeyChangeFieldsDataSerializer = new _$GOwnerKeyChangeFieldsDataSerializer(); Serializer<GIdentityBasicFieldsData> _$gIdentityBasicFieldsDataSerializer = new _$GIdentityBasicFieldsDataSerializer(); +Serializer<GIdentityBasicFieldsData_account> + _$gIdentityBasicFieldsDataAccountSerializer = + new _$GIdentityBasicFieldsData_accountSerializer(); Serializer<GIdentityFieldsData> _$gIdentityFieldsDataSerializer = new _$GIdentityFieldsDataSerializer(); +Serializer<GIdentityFieldsData_account> _$gIdentityFieldsDataAccountSerializer = + new _$GIdentityFieldsData_accountSerializer(); Serializer<GIdentityFieldsData_certIssued> _$gIdentityFieldsDataCertIssuedSerializer = new _$GIdentityFieldsData_certIssuedSerializer(); Serializer<GIdentityFieldsData_certIssued_issuer> _$gIdentityFieldsDataCertIssuedIssuerSerializer = new _$GIdentityFieldsData_certIssued_issuerSerializer(); +Serializer<GIdentityFieldsData_certIssued_issuer_account> + _$gIdentityFieldsDataCertIssuedIssuerAccountSerializer = + new _$GIdentityFieldsData_certIssued_issuer_accountSerializer(); Serializer<GIdentityFieldsData_certIssued_receiver> _$gIdentityFieldsDataCertIssuedReceiverSerializer = new _$GIdentityFieldsData_certIssued_receiverSerializer(); +Serializer<GIdentityFieldsData_certIssued_receiver_account> + _$gIdentityFieldsDataCertIssuedReceiverAccountSerializer = + new _$GIdentityFieldsData_certIssued_receiver_accountSerializer(); Serializer<GIdentityFieldsData_certIssuedAggregate> _$gIdentityFieldsDataCertIssuedAggregateSerializer = new _$GIdentityFieldsData_certIssuedAggregateSerializer(); @@ -746,9 +682,15 @@ Serializer<GIdentityFieldsData_certReceived> Serializer<GIdentityFieldsData_certReceived_issuer> _$gIdentityFieldsDataCertReceivedIssuerSerializer = new _$GIdentityFieldsData_certReceived_issuerSerializer(); +Serializer<GIdentityFieldsData_certReceived_issuer_account> + _$gIdentityFieldsDataCertReceivedIssuerAccountSerializer = + new _$GIdentityFieldsData_certReceived_issuer_accountSerializer(); Serializer<GIdentityFieldsData_certReceived_receiver> _$gIdentityFieldsDataCertReceivedReceiverSerializer = new _$GIdentityFieldsData_certReceived_receiverSerializer(); +Serializer<GIdentityFieldsData_certReceived_receiver_account> + _$gIdentityFieldsDataCertReceivedReceiverAccountSerializer = + new _$GIdentityFieldsData_certReceived_receiver_accountSerializer(); Serializer<GIdentityFieldsData_certReceivedAggregate> _$gIdentityFieldsDataCertReceivedAggregateSerializer = new _$GIdentityFieldsData_certReceivedAggregateSerializer(); @@ -800,6 +742,9 @@ Serializer<GAccountBasicFieldsData> _$gAccountBasicFieldsDataSerializer = Serializer<GAccountBasicFieldsData_identity> _$gAccountBasicFieldsDataIdentitySerializer = new _$GAccountBasicFieldsData_identitySerializer(); +Serializer<GAccountBasicFieldsData_identity_account> + _$gAccountBasicFieldsDataIdentityAccountSerializer = + new _$GAccountBasicFieldsData_identity_accountSerializer(); Serializer<GAccountFieldsData> _$gAccountFieldsDataSerializer = new _$GAccountFieldsDataSerializer(); Serializer<GAccountFieldsData_commentsIssued> @@ -813,15 +758,24 @@ Serializer<GAccountFieldsData_commentsIssuedAggregate_aggregate> new _$GAccountFieldsData_commentsIssuedAggregate_aggregateSerializer(); Serializer<GAccountFieldsData_identity> _$gAccountFieldsDataIdentitySerializer = new _$GAccountFieldsData_identitySerializer(); +Serializer<GAccountFieldsData_identity_account> + _$gAccountFieldsDataIdentityAccountSerializer = + new _$GAccountFieldsData_identity_accountSerializer(); Serializer<GAccountFieldsData_identity_certIssued> _$gAccountFieldsDataIdentityCertIssuedSerializer = new _$GAccountFieldsData_identity_certIssuedSerializer(); Serializer<GAccountFieldsData_identity_certIssued_issuer> _$gAccountFieldsDataIdentityCertIssuedIssuerSerializer = new _$GAccountFieldsData_identity_certIssued_issuerSerializer(); +Serializer<GAccountFieldsData_identity_certIssued_issuer_account> + _$gAccountFieldsDataIdentityCertIssuedIssuerAccountSerializer = + new _$GAccountFieldsData_identity_certIssued_issuer_accountSerializer(); Serializer<GAccountFieldsData_identity_certIssued_receiver> _$gAccountFieldsDataIdentityCertIssuedReceiverSerializer = new _$GAccountFieldsData_identity_certIssued_receiverSerializer(); +Serializer<GAccountFieldsData_identity_certIssued_receiver_account> + _$gAccountFieldsDataIdentityCertIssuedReceiverAccountSerializer = + new _$GAccountFieldsData_identity_certIssued_receiver_accountSerializer(); Serializer<GAccountFieldsData_identity_certIssuedAggregate> _$gAccountFieldsDataIdentityCertIssuedAggregateSerializer = new _$GAccountFieldsData_identity_certIssuedAggregateSerializer(); @@ -834,9 +788,15 @@ Serializer<GAccountFieldsData_identity_certReceived> Serializer<GAccountFieldsData_identity_certReceived_issuer> _$gAccountFieldsDataIdentityCertReceivedIssuerSerializer = new _$GAccountFieldsData_identity_certReceived_issuerSerializer(); +Serializer<GAccountFieldsData_identity_certReceived_issuer_account> + _$gAccountFieldsDataIdentityCertReceivedIssuerAccountSerializer = + new _$GAccountFieldsData_identity_certReceived_issuer_accountSerializer(); Serializer<GAccountFieldsData_identity_certReceived_receiver> _$gAccountFieldsDataIdentityCertReceivedReceiverSerializer = new _$GAccountFieldsData_identity_certReceived_receiverSerializer(); +Serializer<GAccountFieldsData_identity_certReceived_receiver_account> + _$gAccountFieldsDataIdentityCertReceivedReceiverAccountSerializer = + new _$GAccountFieldsData_identity_certReceived_receiver_accountSerializer(); Serializer<GAccountFieldsData_identity_certReceivedAggregate> _$gAccountFieldsDataIdentityCertReceivedAggregateSerializer = new _$GAccountFieldsData_identity_certReceivedAggregateSerializer(); @@ -885,9 +845,15 @@ Serializer<GAccountFieldsData_identity_udHistory> Serializer<GAccountFieldsData_linkedIdentity> _$gAccountFieldsDataLinkedIdentitySerializer = new _$GAccountFieldsData_linkedIdentitySerializer(); +Serializer<GAccountFieldsData_linkedIdentity_account> + _$gAccountFieldsDataLinkedIdentityAccountSerializer = + new _$GAccountFieldsData_linkedIdentity_accountSerializer(); Serializer<GAccountFieldsData_removedIdentities> _$gAccountFieldsDataRemovedIdentitiesSerializer = new _$GAccountFieldsData_removedIdentitiesSerializer(); +Serializer<GAccountFieldsData_removedIdentities_account> + _$gAccountFieldsDataRemovedIdentitiesAccountSerializer = + new _$GAccountFieldsData_removedIdentities_accountSerializer(); Serializer<GAccountFieldsData_removedIdentitiesAggregate> _$gAccountFieldsDataRemovedIdentitiesAggregateSerializer = new _$GAccountFieldsData_removedIdentitiesAggregateSerializer(); @@ -945,6 +911,59 @@ Serializer<GAccountFieldsData_wasIdentityAggregate> Serializer<GAccountFieldsData_wasIdentityAggregate_aggregate> _$gAccountFieldsDataWasIdentityAggregateAggregateSerializer = new _$GAccountFieldsData_wasIdentityAggregate_aggregateSerializer(); +Serializer<GAccountTxsFieldsData> _$gAccountTxsFieldsDataSerializer = + new _$GAccountTxsFieldsDataSerializer(); +Serializer<GAccountTxsFieldsData_commentsIssued> + _$gAccountTxsFieldsDataCommentsIssuedSerializer = + new _$GAccountTxsFieldsData_commentsIssuedSerializer(); +Serializer<GAccountTxsFieldsData_commentsIssuedAggregate> + _$gAccountTxsFieldsDataCommentsIssuedAggregateSerializer = + new _$GAccountTxsFieldsData_commentsIssuedAggregateSerializer(); +Serializer<GAccountTxsFieldsData_commentsIssuedAggregate_aggregate> + _$gAccountTxsFieldsDataCommentsIssuedAggregateAggregateSerializer = + new _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregateSerializer(); +Serializer<GAccountTxsFieldsData_transfersIssued> + _$gAccountTxsFieldsDataTransfersIssuedSerializer = + new _$GAccountTxsFieldsData_transfersIssuedSerializer(); +Serializer<GAccountTxsFieldsData_transfersIssued_to> + _$gAccountTxsFieldsDataTransfersIssuedToSerializer = + new _$GAccountTxsFieldsData_transfersIssued_toSerializer(); +Serializer<GAccountTxsFieldsData_transfersIssued_from> + _$gAccountTxsFieldsDataTransfersIssuedFromSerializer = + new _$GAccountTxsFieldsData_transfersIssued_fromSerializer(); +Serializer<GAccountTxsFieldsData_transfersIssued_comment> + _$gAccountTxsFieldsDataTransfersIssuedCommentSerializer = + new _$GAccountTxsFieldsData_transfersIssued_commentSerializer(); +Serializer<GAccountTxsFieldsData_transfersIssuedAggregate> + _$gAccountTxsFieldsDataTransfersIssuedAggregateSerializer = + new _$GAccountTxsFieldsData_transfersIssuedAggregateSerializer(); +Serializer<GAccountTxsFieldsData_transfersIssuedAggregate_aggregate> + _$gAccountTxsFieldsDataTransfersIssuedAggregateAggregateSerializer = + new _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregateSerializer(); +Serializer<GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum> + _$gAccountTxsFieldsDataTransfersIssuedAggregateAggregateSumSerializer = + new _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumSerializer(); +Serializer<GAccountTxsFieldsData_transfersReceived> + _$gAccountTxsFieldsDataTransfersReceivedSerializer = + new _$GAccountTxsFieldsData_transfersReceivedSerializer(); +Serializer<GAccountTxsFieldsData_transfersReceived_to> + _$gAccountTxsFieldsDataTransfersReceivedToSerializer = + new _$GAccountTxsFieldsData_transfersReceived_toSerializer(); +Serializer<GAccountTxsFieldsData_transfersReceived_from> + _$gAccountTxsFieldsDataTransfersReceivedFromSerializer = + new _$GAccountTxsFieldsData_transfersReceived_fromSerializer(); +Serializer<GAccountTxsFieldsData_transfersReceived_comment> + _$gAccountTxsFieldsDataTransfersReceivedCommentSerializer = + new _$GAccountTxsFieldsData_transfersReceived_commentSerializer(); +Serializer<GAccountTxsFieldsData_transfersReceivedAggregate> + _$gAccountTxsFieldsDataTransfersReceivedAggregateSerializer = + new _$GAccountTxsFieldsData_transfersReceivedAggregateSerializer(); +Serializer<GAccountTxsFieldsData_transfersReceivedAggregate_aggregate> + _$gAccountTxsFieldsDataTransfersReceivedAggregateAggregateSerializer = + new _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregateSerializer(); +Serializer<GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum> + _$gAccountTxsFieldsDataTransfersReceivedAggregateAggregateSumSerializer = + new _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumSerializer(); Serializer<GTransferFieldsData> _$gTransferFieldsDataSerializer = new _$GTransferFieldsDataSerializer(); Serializer<GTransferFieldsData_to> _$gTransferFieldsDataToSerializer = @@ -954,6 +973,110 @@ Serializer<GTransferFieldsData_from> _$gTransferFieldsDataFromSerializer = Serializer<GTransferFieldsData_comment> _$gTransferFieldsDataCommentSerializer = new _$GTransferFieldsData_commentSerializer(); +class _$GLastBlockDataSerializer + implements StructuredSerializer<GLastBlockData> { + @override + final Iterable<Type> types = const [GLastBlockData, _$GLastBlockData]; + @override + final String wireName = 'GLastBlockData'; + + @override + Iterable<Object?> serialize(Serializers serializers, GLastBlockData object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'block', + serializers.serialize(object.block, + specifiedType: const FullType( + BuiltList, const [const FullType(GLastBlockData_block)])), + ]; + + return result; + } + + @override + GLastBlockData deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GLastBlockDataBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'block': + result.block.replace(serializers.deserialize(value, + specifiedType: const FullType( + BuiltList, const [const FullType(GLastBlockData_block)]))! + as BuiltList<Object?>); + break; + } + } + + return result.build(); + } +} + +class _$GLastBlockData_blockSerializer + implements StructuredSerializer<GLastBlockData_block> { + @override + final Iterable<Type> types = const [ + GLastBlockData_block, + _$GLastBlockData_block + ]; + @override + final String wireName = 'GLastBlockData_block'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GLastBlockData_block object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'height', + serializers.serialize(object.height, specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GLastBlockData_block deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GLastBlockData_blockBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'height': + result.height = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + class _$GIdentitiesByNameOrPkDataSerializer implements StructuredSerializer<GIdentitiesByNameOrPkData> { @override @@ -1024,28 +1147,246 @@ class _$GIdentitiesByNameOrPkData_identitySerializer Iterable<Object?> serialize( Serializers serializers, GIdentitiesByNameOrPkData_identity object, {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + ]; + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GIdentitiesByNameOrPkData_identity_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } + return result; + } + + @override + GIdentitiesByNameOrPkData_identity deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentitiesByNameOrPkData_identityBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByNameOrPkData_identity_account))! + as GIdentitiesByNameOrPkData_identity_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByNameOrPkData_identity_accountSerializer + implements + StructuredSerializer<GIdentitiesByNameOrPkData_identity_account> { + @override + final Iterable<Type> types = const [ + GIdentitiesByNameOrPkData_identity_account, + _$GIdentitiesByNameOrPkData_identity_account + ]; + @override + final String wireName = 'GIdentitiesByNameOrPkData_identity_account'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByNameOrPkData_identity_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByNameOrPkData_identity_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentitiesByNameOrPkData_identity_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByPkDataSerializer + implements StructuredSerializer<GIdentitiesByPkData> { + @override + final Iterable<Type> types = const [ + GIdentitiesByPkData, + _$GIdentitiesByPkData + ]; + @override + final String wireName = 'GIdentitiesByPkData'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GIdentitiesByPkData object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'identity', + serializers.serialize(object.identity, + specifiedType: const FullType( + BuiltList, const [const FullType(GIdentitiesByPkData_identity)])), + ]; + + return result; + } + + @override + GIdentitiesByPkData deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentitiesByPkDataBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'identity': + result.identity.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentitiesByPkData_identity) + ]))! as BuiltList<Object?>); + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByPkData_identitySerializer + implements StructuredSerializer<GIdentitiesByPkData_identity> { + @override + final Iterable<Type> types = const [ + GIdentitiesByPkData_identity, + _$GIdentitiesByPkData_identity + ]; + @override + final String wireName = 'GIdentitiesByPkData_identity'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GIdentitiesByPkData_identity object, + {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), 'certIssued', serializers.serialize(object.certIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_certIssued) - ])), + specifiedType: const FullType(BuiltList, + const [const FullType(GIdentitiesByPkData_identity_certIssued)])), 'certIssuedAggregate', serializers.serialize(object.certIssuedAggregate, - specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate)), + specifiedType: + const FullType(GIdentitiesByPkData_identity_certIssuedAggregate)), 'certReceived', serializers.serialize(object.certReceived, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_certReceived) + const FullType(GIdentitiesByPkData_identity_certReceived) ])), 'certReceivedAggregate', serializers.serialize(object.certReceivedAggregate, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate)), + GIdentitiesByPkData_identity_certReceivedAggregate)), 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), @@ -1065,34 +1406,42 @@ class _$GIdentitiesByNameOrPkData_identitySerializer 'linkedAccount', serializers.serialize(object.linkedAccount, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_linkedAccount) + const FullType(GIdentitiesByPkData_identity_linkedAccount) ])), 'linkedAccountAggregate', serializers.serialize(object.linkedAccountAggregate, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate)), + GIdentitiesByPkData_identity_linkedAccountAggregate)), 'membershipHistory', serializers.serialize(object.membershipHistory, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_membershipHistory) + const FullType(GIdentitiesByPkData_identity_membershipHistory) ])), 'membershipHistoryAggregate', serializers.serialize(object.membershipHistoryAggregate, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate)), + GIdentitiesByPkData_identity_membershipHistoryAggregate)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), 'ownerKeyChange', serializers.serialize(object.ownerKeyChange, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_ownerKeyChange) + const FullType(GIdentitiesByPkData_identity_ownerKeyChange) ])), 'ownerKeyChangeAggregate', serializers.serialize(object.ownerKeyChangeAggregate, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate)), + GIdentitiesByPkData_identity_ownerKeyChangeAggregate)), ]; Object? value; + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GIdentitiesByPkData_identity_account))); + } value = object.accountId; if (value != null) { result @@ -1126,8 +1475,7 @@ class _$GIdentitiesByNameOrPkData_identitySerializer result ..add('smith') ..add(serializers.serialize(value, - specifiedType: - const FullType(GIdentitiesByNameOrPkData_identity_smith))); + specifiedType: const FullType(GIdentitiesByPkData_identity_smith))); } value = object.udHistory; if (value != null) { @@ -1135,17 +1483,17 @@ class _$GIdentitiesByNameOrPkData_identitySerializer ..add('udHistory') ..add(serializers.serialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_udHistory) + const FullType(GIdentitiesByPkData_identity_udHistory) ]))); } return result; } @override - GIdentitiesByNameOrPkData_identity deserialize( + GIdentitiesByPkData_identity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameOrPkData_identityBuilder(); + final result = new GIdentitiesByPkData_identityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1157,6 +1505,12 @@ class _$GIdentitiesByNameOrPkData_identitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: + const FullType(GIdentitiesByPkData_identity_account))! + as GIdentitiesByPkData_identity_account); + break; case 'accountId': result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; @@ -1168,26 +1522,26 @@ class _$GIdentitiesByNameOrPkData_identitySerializer case 'certIssued': result.certIssued.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_certIssued) + const FullType(GIdentitiesByPkData_identity_certIssued) ]))! as BuiltList<Object?>); break; case 'certIssuedAggregate': result.certIssuedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate))! - as GIdentitiesByNameOrPkData_identity_certIssuedAggregate); + GIdentitiesByPkData_identity_certIssuedAggregate))! + as GIdentitiesByPkData_identity_certIssuedAggregate); break; case 'certReceived': result.certReceived.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_certReceived) + const FullType(GIdentitiesByPkData_identity_certReceived) ]))! as BuiltList<Object?>); break; case 'certReceivedAggregate': result.certReceivedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate))! - as GIdentitiesByNameOrPkData_identity_certReceivedAggregate); + GIdentitiesByPkData_identity_certReceivedAggregate))! + as GIdentitiesByPkData_identity_certReceivedAggregate); break; case 'createdInId': result.createdInId = serializers.deserialize(value, @@ -1220,14 +1574,14 @@ class _$GIdentitiesByNameOrPkData_identitySerializer case 'linkedAccount': result.linkedAccount.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_linkedAccount) + const FullType(GIdentitiesByPkData_identity_linkedAccount) ]))! as BuiltList<Object?>); break; case 'linkedAccountAggregate': result.linkedAccountAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate))! - as GIdentitiesByNameOrPkData_identity_linkedAccountAggregate); + GIdentitiesByPkData_identity_linkedAccountAggregate))! + as GIdentitiesByPkData_identity_linkedAccountAggregate); break; case 'status': result.status = serializers.deserialize(value, @@ -1237,16 +1591,15 @@ class _$GIdentitiesByNameOrPkData_identitySerializer case 'membershipHistory': result.membershipHistory.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameOrPkData_identity_membershipHistory) + const FullType(GIdentitiesByPkData_identity_membershipHistory) ]))! as BuiltList<Object?>); break; case 'membershipHistoryAggregate': result.membershipHistoryAggregate.replace(serializers.deserialize( value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate))! - as GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate); + GIdentitiesByPkData_identity_membershipHistoryAggregate))! + as GIdentitiesByPkData_identity_membershipHistoryAggregate); break; case 'name': result.name = serializers.deserialize(value, @@ -1255,26 +1608,25 @@ class _$GIdentitiesByNameOrPkData_identitySerializer case 'ownerKeyChange': result.ownerKeyChange.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameOrPkData_identity_ownerKeyChange) + const FullType(GIdentitiesByPkData_identity_ownerKeyChange) ]))! as BuiltList<Object?>); break; case 'ownerKeyChangeAggregate': result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate))! - as GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate))! + as GIdentitiesByPkData_identity_ownerKeyChangeAggregate); break; case 'smith': result.smith.replace(serializers.deserialize(value, specifiedType: - const FullType(GIdentitiesByNameOrPkData_identity_smith))! - as GIdentitiesByNameOrPkData_identity_smith); + const FullType(GIdentitiesByPkData_identity_smith))! + as GIdentitiesByPkData_identity_smith); break; case 'udHistory': result.udHistory.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_udHistory) + const FullType(GIdentitiesByPkData_identity_udHistory) ]))! as BuiltList<Object?>); break; } @@ -1284,20 +1636,72 @@ class _$GIdentitiesByNameOrPkData_identitySerializer } } -class _$GIdentitiesByNameOrPkData_identity_certIssuedSerializer - implements - StructuredSerializer<GIdentitiesByNameOrPkData_identity_certIssued> { +class _$GIdentitiesByPkData_identity_accountSerializer + implements StructuredSerializer<GIdentitiesByPkData_identity_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certIssued, - _$GIdentitiesByNameOrPkData_identity_certIssued + GIdentitiesByPkData_identity_account, + _$GIdentitiesByPkData_identity_account ]; @override - final String wireName = 'GIdentitiesByNameOrPkData_identity_certIssued'; + final String wireName = 'GIdentitiesByPkData_identity_account'; @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certIssued object, + Iterable<Object?> serialize( + Serializers serializers, GIdentitiesByPkData_identity_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByPkData_identity_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentitiesByPkData_identity_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByPkData_identity_certIssuedSerializer + implements StructuredSerializer<GIdentitiesByPkData_identity_certIssued> { + @override + final Iterable<Type> types = const [ + GIdentitiesByPkData_identity_certIssued, + _$GIdentitiesByPkData_identity_certIssued + ]; + @override + final String wireName = 'GIdentitiesByPkData_identity_certIssued'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GIdentitiesByPkData_identity_certIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -1332,7 +1736,7 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedSerializer ..add('issuer') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certIssued_issuer))); + GIdentitiesByPkData_identity_certIssued_issuer))); } value = object.receiverId; if (value != null) { @@ -1347,16 +1751,16 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedSerializer ..add('receiver') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certIssued_receiver))); + GIdentitiesByPkData_identity_certIssued_receiver))); } return result; } @override - GIdentitiesByNameOrPkData_identity_certIssued deserialize( + GIdentitiesByPkData_identity_certIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameOrPkData_identity_certIssuedBuilder(); + final result = new GIdentitiesByPkData_identity_certIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1379,8 +1783,8 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedSerializer case 'issuer': result.issuer.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certIssued_issuer))! - as GIdentitiesByNameOrPkData_identity_certIssued_issuer); + GIdentitiesByPkData_identity_certIssued_issuer))! + as GIdentitiesByPkData_identity_certIssued_issuer); break; case 'receiverId': result.receiverId = serializers.deserialize(value, @@ -1389,8 +1793,8 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedSerializer case 'receiver': result.receiver.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certIssued_receiver))! - as GIdentitiesByNameOrPkData_identity_certIssued_receiver); + GIdentitiesByPkData_identity_certIssued_receiver))! + as GIdentitiesByPkData_identity_certIssued_receiver); break; case 'createdOn': result.createdOn = serializers.deserialize(value, @@ -1415,22 +1819,20 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedSerializer } } -class _$GIdentitiesByNameOrPkData_identity_certIssued_issuerSerializer +class _$GIdentitiesByPkData_identity_certIssued_issuerSerializer implements - StructuredSerializer< - GIdentitiesByNameOrPkData_identity_certIssued_issuer> { + StructuredSerializer<GIdentitiesByPkData_identity_certIssued_issuer> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certIssued_issuer, - _$GIdentitiesByNameOrPkData_identity_certIssued_issuer + GIdentitiesByPkData_identity_certIssued_issuer, + _$GIdentitiesByPkData_identity_certIssued_issuer ]; @override - final String wireName = - 'GIdentitiesByNameOrPkData_identity_certIssued_issuer'; + final String wireName = 'GIdentitiesByPkData_identity_certIssued_issuer'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certIssued_issuer object, + GIdentitiesByPkData_identity_certIssued_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -1443,6 +1845,9 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_issuerSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -1452,6 +1857,14 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_issuerSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentitiesByPkData_identity_certIssued_issuer_account))); + } value = object.status; if (value != null) { result @@ -1463,11 +1876,10 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_issuerSerializer } @override - GIdentitiesByNameOrPkData_identity_certIssued_issuer deserialize( + GIdentitiesByPkData_identity_certIssued_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder(); + final result = new GIdentitiesByPkData_identity_certIssued_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1483,6 +1895,12 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_issuerSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByPkData_identity_certIssued_issuer_account))! + as GIdentitiesByPkData_identity_certIssued_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -1500,6 +1918,10 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_issuerSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -1507,22 +1929,77 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_issuerSerializer } } -class _$GIdentitiesByNameOrPkData_identity_certIssued_receiverSerializer +class _$GIdentitiesByPkData_identity_certIssued_issuer_accountSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_certIssued_receiver> { + GIdentitiesByPkData_identity_certIssued_issuer_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certIssued_receiver, - _$GIdentitiesByNameOrPkData_identity_certIssued_receiver + GIdentitiesByPkData_identity_certIssued_issuer_account, + _$GIdentitiesByPkData_identity_certIssued_issuer_account ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_certIssued_receiver'; + 'GIdentitiesByPkData_identity_certIssued_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certIssued_receiver object, + GIdentitiesByPkData_identity_certIssued_issuer_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByPkData_identity_certIssued_issuer_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByPkData_identity_certIssued_receiverSerializer + implements + StructuredSerializer<GIdentitiesByPkData_identity_certIssued_receiver> { + @override + final Iterable<Type> types = const [ + GIdentitiesByPkData_identity_certIssued_receiver, + _$GIdentitiesByPkData_identity_certIssued_receiver + ]; + @override + final String wireName = 'GIdentitiesByPkData_identity_certIssued_receiver'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByPkData_identity_certIssued_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -1535,6 +2012,9 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_receiverSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -1544,6 +2024,14 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_receiverSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentitiesByPkData_identity_certIssued_receiver_account))); + } value = object.status; if (value != null) { result @@ -1555,11 +2043,11 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_receiverSerializer } @override - GIdentitiesByNameOrPkData_identity_certIssued_receiver deserialize( + GIdentitiesByPkData_identity_certIssued_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder(); + new GIdentitiesByPkData_identity_certIssued_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1575,6 +2063,12 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_receiverSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByPkData_identity_certIssued_receiver_account))! + as GIdentitiesByPkData_identity_certIssued_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -1592,6 +2086,10 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_receiverSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -1599,22 +2097,77 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued_receiverSerializer } } -class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregateSerializer +class _$GIdentitiesByPkData_identity_certIssued_receiver_accountSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_certIssuedAggregate> { + GIdentitiesByPkData_identity_certIssued_receiver_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certIssuedAggregate, - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate + GIdentitiesByPkData_identity_certIssued_receiver_account, + _$GIdentitiesByPkData_identity_certIssued_receiver_account ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_certIssuedAggregate'; + 'GIdentitiesByPkData_identity_certIssued_receiver_account'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByPkData_identity_certIssued_receiver_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByPkData_identity_certIssued_receiver_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByPkData_identity_certIssuedAggregateSerializer + implements + StructuredSerializer<GIdentitiesByPkData_identity_certIssuedAggregate> { + @override + final Iterable<Type> types = const [ + GIdentitiesByPkData_identity_certIssuedAggregate, + _$GIdentitiesByPkData_identity_certIssuedAggregate + ]; + @override + final String wireName = 'GIdentitiesByPkData_identity_certIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certIssuedAggregate object, + GIdentitiesByPkData_identity_certIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -1628,17 +2181,17 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate))); + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate))); } return result; } @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate deserialize( + GIdentitiesByPkData_identity_certIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder(); + new GIdentitiesByPkData_identity_certIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1653,8 +2206,8 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate))! - as GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate); + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate))! + as GIdentitiesByPkData_identity_certIssuedAggregate_aggregate); break; } } @@ -1663,22 +2216,22 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregateSerializer } } -class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateSerializer +class _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate> { + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate, - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate, + _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate'; + 'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate object, + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -1692,11 +2245,11 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateSerializ } @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate deserialize( + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder(); + new GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1719,20 +2272,19 @@ class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateSerializ } } -class _$GIdentitiesByNameOrPkData_identity_certReceivedSerializer - implements - StructuredSerializer<GIdentitiesByNameOrPkData_identity_certReceived> { +class _$GIdentitiesByPkData_identity_certReceivedSerializer + implements StructuredSerializer<GIdentitiesByPkData_identity_certReceived> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certReceived, - _$GIdentitiesByNameOrPkData_identity_certReceived + GIdentitiesByPkData_identity_certReceived, + _$GIdentitiesByPkData_identity_certReceived ]; @override - final String wireName = 'GIdentitiesByNameOrPkData_identity_certReceived'; + final String wireName = 'GIdentitiesByPkData_identity_certReceived'; @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certReceived object, + Iterable<Object?> serialize( + Serializers serializers, GIdentitiesByPkData_identity_certReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -1767,7 +2319,7 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedSerializer ..add('issuer') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certReceived_issuer))); + GIdentitiesByPkData_identity_certReceived_issuer))); } value = object.receiverId; if (value != null) { @@ -1782,16 +2334,16 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedSerializer ..add('receiver') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certReceived_receiver))); + GIdentitiesByPkData_identity_certReceived_receiver))); } return result; } @override - GIdentitiesByNameOrPkData_identity_certReceived deserialize( + GIdentitiesByPkData_identity_certReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameOrPkData_identity_certReceivedBuilder(); + final result = new GIdentitiesByPkData_identity_certReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1814,8 +2366,8 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedSerializer case 'issuer': result.issuer.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certReceived_issuer))! - as GIdentitiesByNameOrPkData_identity_certReceived_issuer); + GIdentitiesByPkData_identity_certReceived_issuer))! + as GIdentitiesByPkData_identity_certReceived_issuer); break; case 'receiverId': result.receiverId = serializers.deserialize(value, @@ -1824,8 +2376,8 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedSerializer case 'receiver': result.receiver.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certReceived_receiver))! - as GIdentitiesByNameOrPkData_identity_certReceived_receiver); + GIdentitiesByPkData_identity_certReceived_receiver))! + as GIdentitiesByPkData_identity_certReceived_receiver); break; case 'createdOn': result.createdOn = serializers.deserialize(value, @@ -1850,22 +2402,20 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedSerializer } } -class _$GIdentitiesByNameOrPkData_identity_certReceived_issuerSerializer +class _$GIdentitiesByPkData_identity_certReceived_issuerSerializer implements - StructuredSerializer< - GIdentitiesByNameOrPkData_identity_certReceived_issuer> { + StructuredSerializer<GIdentitiesByPkData_identity_certReceived_issuer> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certReceived_issuer, - _$GIdentitiesByNameOrPkData_identity_certReceived_issuer + GIdentitiesByPkData_identity_certReceived_issuer, + _$GIdentitiesByPkData_identity_certReceived_issuer ]; @override - final String wireName = - 'GIdentitiesByNameOrPkData_identity_certReceived_issuer'; + final String wireName = 'GIdentitiesByPkData_identity_certReceived_issuer'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certReceived_issuer object, + GIdentitiesByPkData_identity_certReceived_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -1878,6 +2428,9 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuerSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -1887,6 +2440,14 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuerSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentitiesByPkData_identity_certReceived_issuer_account))); + } value = object.status; if (value != null) { result @@ -1898,11 +2459,11 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuerSerializer } @override - GIdentitiesByNameOrPkData_identity_certReceived_issuer deserialize( + GIdentitiesByPkData_identity_certReceived_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder(); + new GIdentitiesByPkData_identity_certReceived_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1918,6 +2479,12 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuerSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByPkData_identity_certReceived_issuer_account))! + as GIdentitiesByPkData_identity_certReceived_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -1935,6 +2502,10 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuerSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -1942,22 +2513,78 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuerSerializer } } -class _$GIdentitiesByNameOrPkData_identity_certReceived_receiverSerializer +class _$GIdentitiesByPkData_identity_certReceived_issuer_accountSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_certReceived_receiver> { + GIdentitiesByPkData_identity_certReceived_issuer_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certReceived_receiver, - _$GIdentitiesByNameOrPkData_identity_certReceived_receiver + GIdentitiesByPkData_identity_certReceived_issuer_account, + _$GIdentitiesByPkData_identity_certReceived_issuer_account ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_certReceived_receiver'; + 'GIdentitiesByPkData_identity_certReceived_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certReceived_receiver object, + GIdentitiesByPkData_identity_certReceived_issuer_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByPkData_identity_certReceived_issuer_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByPkData_identity_certReceived_receiverSerializer + implements + StructuredSerializer< + GIdentitiesByPkData_identity_certReceived_receiver> { + @override + final Iterable<Type> types = const [ + GIdentitiesByPkData_identity_certReceived_receiver, + _$GIdentitiesByPkData_identity_certReceived_receiver + ]; + @override + final String wireName = 'GIdentitiesByPkData_identity_certReceived_receiver'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByPkData_identity_certReceived_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -1970,6 +2597,9 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_receiverSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -1979,6 +2609,14 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_receiverSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentitiesByPkData_identity_certReceived_receiver_account))); + } value = object.status; if (value != null) { result @@ -1990,11 +2628,11 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_receiverSerializer } @override - GIdentitiesByNameOrPkData_identity_certReceived_receiver deserialize( + GIdentitiesByPkData_identity_certReceived_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder(); + new GIdentitiesByPkData_identity_certReceived_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2010,6 +2648,12 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_receiverSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByPkData_identity_certReceived_receiver_account))! + as GIdentitiesByPkData_identity_certReceived_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -2027,6 +2671,10 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_receiverSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -2034,22 +2682,78 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_receiverSerializer } } -class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregateSerializer +class _$GIdentitiesByPkData_identity_certReceived_receiver_accountSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_certReceivedAggregate> { + GIdentitiesByPkData_identity_certReceived_receiver_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certReceivedAggregate, - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate + GIdentitiesByPkData_identity_certReceived_receiver_account, + _$GIdentitiesByPkData_identity_certReceived_receiver_account ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_certReceivedAggregate'; + 'GIdentitiesByPkData_identity_certReceived_receiver_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certReceivedAggregate object, + GIdentitiesByPkData_identity_certReceived_receiver_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByPkData_identity_certReceived_receiver_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByPkData_identity_certReceivedAggregateSerializer + implements + StructuredSerializer< + GIdentitiesByPkData_identity_certReceivedAggregate> { + @override + final Iterable<Type> types = const [ + GIdentitiesByPkData_identity_certReceivedAggregate, + _$GIdentitiesByPkData_identity_certReceivedAggregate + ]; + @override + final String wireName = 'GIdentitiesByPkData_identity_certReceivedAggregate'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByPkData_identity_certReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2063,17 +2767,17 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate))); + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate))); } return result; } @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate deserialize( + GIdentitiesByPkData_identity_certReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder(); + new GIdentitiesByPkData_identity_certReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2088,8 +2792,8 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate))! - as GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate); + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate))! + as GIdentitiesByPkData_identity_certReceivedAggregate_aggregate); break; } } @@ -2098,22 +2802,22 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregateSerializer } } -class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateSerializer +class _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate> { + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate, - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate, + _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate'; + 'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate object, + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2127,11 +2831,11 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateSerial } @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder(); + new GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2154,20 +2858,20 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateSerial } } -class _$GIdentitiesByNameOrPkData_identity_linkedAccountSerializer +class _$GIdentitiesByPkData_identity_linkedAccountSerializer implements - StructuredSerializer<GIdentitiesByNameOrPkData_identity_linkedAccount> { + StructuredSerializer<GIdentitiesByPkData_identity_linkedAccount> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_linkedAccount, - _$GIdentitiesByNameOrPkData_identity_linkedAccount + GIdentitiesByPkData_identity_linkedAccount, + _$GIdentitiesByPkData_identity_linkedAccount ]; @override - final String wireName = 'GIdentitiesByNameOrPkData_identity_linkedAccount'; + final String wireName = 'GIdentitiesByPkData_identity_linkedAccount'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_linkedAccount object, + GIdentitiesByPkData_identity_linkedAccount object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2181,11 +2885,10 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountSerializer } @override - GIdentitiesByNameOrPkData_identity_linkedAccount deserialize( + GIdentitiesByPkData_identity_linkedAccount deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GIdentitiesByNameOrPkData_identity_linkedAccountBuilder(); + final result = new GIdentitiesByPkData_identity_linkedAccountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2208,22 +2911,21 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountSerializer } } -class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregateSerializer +class _$GIdentitiesByPkData_identity_linkedAccountAggregateSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate> { + GIdentitiesByPkData_identity_linkedAccountAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate, - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate + GIdentitiesByPkData_identity_linkedAccountAggregate, + _$GIdentitiesByPkData_identity_linkedAccountAggregate ]; @override - final String wireName = - 'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate'; + final String wireName = 'GIdentitiesByPkData_identity_linkedAccountAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate object, + GIdentitiesByPkData_identity_linkedAccountAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2237,17 +2939,17 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate))); + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate))); } return result; } @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate deserialize( + GIdentitiesByPkData_identity_linkedAccountAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder(); + new GIdentitiesByPkData_identity_linkedAccountAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2262,8 +2964,8 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate))! - as GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate); + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate))! + as GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate); break; } } @@ -2272,24 +2974,22 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregateSerializer } } -class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateSerializer +class _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate> { + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate, - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate, + _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate'; + 'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2303,11 +3003,11 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateSeria } @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder(); + new GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2330,22 +3030,20 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateSeria } } -class _$GIdentitiesByNameOrPkData_identity_membershipHistorySerializer +class _$GIdentitiesByPkData_identity_membershipHistorySerializer implements - StructuredSerializer< - GIdentitiesByNameOrPkData_identity_membershipHistory> { + StructuredSerializer<GIdentitiesByPkData_identity_membershipHistory> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_membershipHistory, - _$GIdentitiesByNameOrPkData_identity_membershipHistory + GIdentitiesByPkData_identity_membershipHistory, + _$GIdentitiesByPkData_identity_membershipHistory ]; @override - final String wireName = - 'GIdentitiesByNameOrPkData_identity_membershipHistory'; + final String wireName = 'GIdentitiesByPkData_identity_membershipHistory'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_membershipHistory object, + GIdentitiesByPkData_identity_membershipHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2383,11 +3081,10 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistorySerializer } @override - GIdentitiesByNameOrPkData_identity_membershipHistory deserialize( + GIdentitiesByPkData_identity_membershipHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder(); + final result = new GIdentitiesByPkData_identity_membershipHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2427,22 +3124,22 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistorySerializer } } -class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateSerializer +class _$GIdentitiesByPkData_identity_membershipHistoryAggregateSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate> { + GIdentitiesByPkData_identity_membershipHistoryAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate, - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate + GIdentitiesByPkData_identity_membershipHistoryAggregate, + _$GIdentitiesByPkData_identity_membershipHistoryAggregate ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate'; + 'GIdentitiesByPkData_identity_membershipHistoryAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate object, + GIdentitiesByPkData_identity_membershipHistoryAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2456,17 +3153,17 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate))); + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate))); } return result; } @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate deserialize( + GIdentitiesByPkData_identity_membershipHistoryAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder(); + new GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2481,8 +3178,8 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate))! - as GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate); + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate))! + as GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate); break; } } @@ -2491,24 +3188,22 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateSerializer } } -class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateSerializer +class _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate> { + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate, - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate, + _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate'; + 'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2522,11 +3217,11 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateS } @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder(); + new GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2549,21 +3244,20 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateS } } -class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeSerializer +class _$GIdentitiesByPkData_identity_ownerKeyChangeSerializer implements - StructuredSerializer< - GIdentitiesByNameOrPkData_identity_ownerKeyChange> { + StructuredSerializer<GIdentitiesByPkData_identity_ownerKeyChange> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_ownerKeyChange, - _$GIdentitiesByNameOrPkData_identity_ownerKeyChange + GIdentitiesByPkData_identity_ownerKeyChange, + _$GIdentitiesByPkData_identity_ownerKeyChange ]; @override - final String wireName = 'GIdentitiesByNameOrPkData_identity_ownerKeyChange'; + final String wireName = 'GIdentitiesByPkData_identity_ownerKeyChange'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_ownerKeyChange object, + GIdentitiesByPkData_identity_ownerKeyChange object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2601,11 +3295,10 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeSerializer } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChange deserialize( + GIdentitiesByPkData_identity_ownerKeyChange deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder(); + final result = new GIdentitiesByPkData_identity_ownerKeyChangeBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2644,22 +3337,22 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeSerializer } } -class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateSerializer +class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregateSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate> { + GIdentitiesByPkData_identity_ownerKeyChangeAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate, - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate + GIdentitiesByPkData_identity_ownerKeyChangeAggregate, + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate'; + 'GIdentitiesByPkData_identity_ownerKeyChangeAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate object, + GIdentitiesByPkData_identity_ownerKeyChangeAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2673,17 +3366,17 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate))); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate))); } return result; } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate deserialize( + GIdentitiesByPkData_identity_ownerKeyChangeAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder(); + new GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2698,8 +3391,8 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate))! - as GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate))! + as GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate); break; } } @@ -2708,24 +3401,22 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateSerializer } } -class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateSerializer +class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate> { + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate, - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate, + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate'; + 'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2739,11 +3430,11 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateSeri } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2766,19 +3457,19 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateSeri } } -class _$GIdentitiesByNameOrPkData_identity_smithSerializer - implements StructuredSerializer<GIdentitiesByNameOrPkData_identity_smith> { +class _$GIdentitiesByPkData_identity_smithSerializer + implements StructuredSerializer<GIdentitiesByPkData_identity_smith> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_smith, - _$GIdentitiesByNameOrPkData_identity_smith + GIdentitiesByPkData_identity_smith, + _$GIdentitiesByPkData_identity_smith ]; @override - final String wireName = 'GIdentitiesByNameOrPkData_identity_smith'; + final String wireName = 'GIdentitiesByPkData_identity_smith'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByNameOrPkData_identity_smith object, + Serializers serializers, GIdentitiesByPkData_identity_smith object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2793,14 +3484,12 @@ class _$GIdentitiesByNameOrPkData_identity_smithSerializer 'smithCertIssued', serializers.serialize(object.smithCertIssued, specifiedType: const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued) + const FullType(GIdentitiesByPkData_identity_smith_smithCertIssued) ])), 'smithCertReceived', serializers.serialize(object.smithCertReceived, specifiedType: const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived) + const FullType(GIdentitiesByPkData_identity_smith_smithCertReceived) ])), ]; Object? value; @@ -2820,10 +3509,10 @@ class _$GIdentitiesByNameOrPkData_identity_smithSerializer } @override - GIdentitiesByNameOrPkData_identity_smith deserialize( + GIdentitiesByPkData_identity_smith deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameOrPkData_identity_smithBuilder(); + final result = new GIdentitiesByPkData_identity_smithBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2859,14 +3548,14 @@ class _$GIdentitiesByNameOrPkData_identity_smithSerializer result.smithCertIssued.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ const FullType( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued) + GIdentitiesByPkData_identity_smith_smithCertIssued) ]))! as BuiltList<Object?>); break; case 'smithCertReceived': result.smithCertReceived.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ const FullType( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived) + GIdentitiesByPkData_identity_smith_smithCertReceived) ]))! as BuiltList<Object?>); break; } @@ -2876,22 +3565,21 @@ class _$GIdentitiesByNameOrPkData_identity_smithSerializer } } -class _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedSerializer +class _$GIdentitiesByPkData_identity_smith_smithCertIssuedSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued> { + GIdentitiesByPkData_identity_smith_smithCertIssued> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued, - _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued + GIdentitiesByPkData_identity_smith_smithCertIssued, + _$GIdentitiesByPkData_identity_smith_smithCertIssued ]; @override - final String wireName = - 'GIdentitiesByNameOrPkData_identity_smith_smithCertIssued'; + final String wireName = 'GIdentitiesByPkData_identity_smith_smithCertIssued'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued object, + GIdentitiesByPkData_identity_smith_smithCertIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -2922,11 +3610,11 @@ class _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedSerializer } @override - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued deserialize( + GIdentitiesByPkData_identity_smith_smithCertIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder(); + new GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -2961,22 +3649,22 @@ class _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedSerializer } } -class _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedSerializer +class _$GIdentitiesByPkData_identity_smith_smithCertReceivedSerializer implements StructuredSerializer< - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived> { + GIdentitiesByPkData_identity_smith_smithCertReceived> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived, - _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived + GIdentitiesByPkData_identity_smith_smithCertReceived, + _$GIdentitiesByPkData_identity_smith_smithCertReceived ]; @override final String wireName = - 'GIdentitiesByNameOrPkData_identity_smith_smithCertReceived'; + 'GIdentitiesByPkData_identity_smith_smithCertReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived object, + GIdentitiesByPkData_identity_smith_smithCertReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3007,11 +3695,11 @@ class _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedSerializer } @override - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived deserialize( + GIdentitiesByPkData_identity_smith_smithCertReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder(); + new GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3046,20 +3734,19 @@ class _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedSerializer } } -class _$GIdentitiesByNameOrPkData_identity_udHistorySerializer - implements - StructuredSerializer<GIdentitiesByNameOrPkData_identity_udHistory> { +class _$GIdentitiesByPkData_identity_udHistorySerializer + implements StructuredSerializer<GIdentitiesByPkData_identity_udHistory> { @override final Iterable<Type> types = const [ - GIdentitiesByNameOrPkData_identity_udHistory, - _$GIdentitiesByNameOrPkData_identity_udHistory + GIdentitiesByPkData_identity_udHistory, + _$GIdentitiesByPkData_identity_udHistory ]; @override - final String wireName = 'GIdentitiesByNameOrPkData_identity_udHistory'; + final String wireName = 'GIdentitiesByPkData_identity_udHistory'; @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameOrPkData_identity_udHistory object, + Iterable<Object?> serialize( + Serializers serializers, GIdentitiesByPkData_identity_udHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3078,10 +3765,10 @@ class _$GIdentitiesByNameOrPkData_identity_udHistorySerializer } @override - GIdentitiesByNameOrPkData_identity_udHistory deserialize( + GIdentitiesByPkData_identity_udHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameOrPkData_identity_udHistoryBuilder(); + final result = new GIdentitiesByPkData_identity_udHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3113,19 +3800,19 @@ class _$GIdentitiesByNameOrPkData_identity_udHistorySerializer } } -class _$GIdentitiesByPkDataSerializer - implements StructuredSerializer<GIdentitiesByPkData> { +class _$GIdentitiesByNameDataSerializer + implements StructuredSerializer<GIdentitiesByNameData> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData, - _$GIdentitiesByPkData + GIdentitiesByNameData, + _$GIdentitiesByNameData ]; @override - final String wireName = 'GIdentitiesByPkData'; + final String wireName = 'GIdentitiesByNameData'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByPkData object, + Serializers serializers, GIdentitiesByNameData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3133,18 +3820,18 @@ class _$GIdentitiesByPkDataSerializer specifiedType: const FullType(String)), 'identity', serializers.serialize(object.identity, - specifiedType: const FullType( - BuiltList, const [const FullType(GIdentitiesByPkData_identity)])), + specifiedType: const FullType(BuiltList, + const [const FullType(GIdentitiesByNameData_identity)])), ]; return result; } @override - GIdentitiesByPkData deserialize( + GIdentitiesByNameData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkDataBuilder(); + final result = new GIdentitiesByNameDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3159,7 +3846,7 @@ class _$GIdentitiesByPkDataSerializer case 'identity': result.identity.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity) + const FullType(GIdentitiesByNameData_identity) ]))! as BuiltList<Object?>); break; } @@ -3169,19 +3856,19 @@ class _$GIdentitiesByPkDataSerializer } } -class _$GIdentitiesByPkData_identitySerializer - implements StructuredSerializer<GIdentitiesByPkData_identity> { +class _$GIdentitiesByNameData_identitySerializer + implements StructuredSerializer<GIdentitiesByNameData_identity> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity, - _$GIdentitiesByPkData_identity + GIdentitiesByNameData_identity, + _$GIdentitiesByNameData_identity ]; @override - final String wireName = 'GIdentitiesByPkData_identity'; + final String wireName = 'GIdentitiesByNameData_identity'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByPkData_identity object, + Serializers serializers, GIdentitiesByNameData_identity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3189,21 +3876,22 @@ class _$GIdentitiesByPkData_identitySerializer specifiedType: const FullType(String)), 'certIssued', serializers.serialize(object.certIssued, - specifiedType: const FullType(BuiltList, - const [const FullType(GIdentitiesByPkData_identity_certIssued)])), + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentitiesByNameData_identity_certIssued) + ])), 'certIssuedAggregate', serializers.serialize(object.certIssuedAggregate, - specifiedType: - const FullType(GIdentitiesByPkData_identity_certIssuedAggregate)), + specifiedType: const FullType( + GIdentitiesByNameData_identity_certIssuedAggregate)), 'certReceived', serializers.serialize(object.certReceived, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_certReceived) + const FullType(GIdentitiesByNameData_identity_certReceived) ])), 'certReceivedAggregate', serializers.serialize(object.certReceivedAggregate, specifiedType: const FullType( - GIdentitiesByPkData_identity_certReceivedAggregate)), + GIdentitiesByNameData_identity_certReceivedAggregate)), 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), @@ -3223,34 +3911,42 @@ class _$GIdentitiesByPkData_identitySerializer 'linkedAccount', serializers.serialize(object.linkedAccount, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_linkedAccount) + const FullType(GIdentitiesByNameData_identity_linkedAccount) ])), 'linkedAccountAggregate', serializers.serialize(object.linkedAccountAggregate, specifiedType: const FullType( - GIdentitiesByPkData_identity_linkedAccountAggregate)), + GIdentitiesByNameData_identity_linkedAccountAggregate)), 'membershipHistory', serializers.serialize(object.membershipHistory, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_membershipHistory) + const FullType(GIdentitiesByNameData_identity_membershipHistory) ])), 'membershipHistoryAggregate', serializers.serialize(object.membershipHistoryAggregate, specifiedType: const FullType( - GIdentitiesByPkData_identity_membershipHistoryAggregate)), + GIdentitiesByNameData_identity_membershipHistoryAggregate)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), 'ownerKeyChange', serializers.serialize(object.ownerKeyChange, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_ownerKeyChange) + const FullType(GIdentitiesByNameData_identity_ownerKeyChange) ])), 'ownerKeyChangeAggregate', serializers.serialize(object.ownerKeyChangeAggregate, specifiedType: const FullType( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate)), + GIdentitiesByNameData_identity_ownerKeyChangeAggregate)), ]; Object? value; + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GIdentitiesByNameData_identity_account))); + } value = object.accountId; if (value != null) { result @@ -3284,7 +3980,8 @@ class _$GIdentitiesByPkData_identitySerializer result ..add('smith') ..add(serializers.serialize(value, - specifiedType: const FullType(GIdentitiesByPkData_identity_smith))); + specifiedType: + const FullType(GIdentitiesByNameData_identity_smith))); } value = object.udHistory; if (value != null) { @@ -3292,17 +3989,17 @@ class _$GIdentitiesByPkData_identitySerializer ..add('udHistory') ..add(serializers.serialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_udHistory) + const FullType(GIdentitiesByNameData_identity_udHistory) ]))); } return result; } @override - GIdentitiesByPkData_identity deserialize( + GIdentitiesByNameData_identity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identityBuilder(); + final result = new GIdentitiesByNameData_identityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3314,6 +4011,12 @@ class _$GIdentitiesByPkData_identitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: + const FullType(GIdentitiesByNameData_identity_account))! + as GIdentitiesByNameData_identity_account); + break; case 'accountId': result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; @@ -3325,26 +4028,26 @@ class _$GIdentitiesByPkData_identitySerializer case 'certIssued': result.certIssued.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_certIssued) + const FullType(GIdentitiesByNameData_identity_certIssued) ]))! as BuiltList<Object?>); break; case 'certIssuedAggregate': result.certIssuedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certIssuedAggregate))! - as GIdentitiesByPkData_identity_certIssuedAggregate); + GIdentitiesByNameData_identity_certIssuedAggregate))! + as GIdentitiesByNameData_identity_certIssuedAggregate); break; case 'certReceived': result.certReceived.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_certReceived) + const FullType(GIdentitiesByNameData_identity_certReceived) ]))! as BuiltList<Object?>); break; case 'certReceivedAggregate': result.certReceivedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certReceivedAggregate))! - as GIdentitiesByPkData_identity_certReceivedAggregate); + GIdentitiesByNameData_identity_certReceivedAggregate))! + as GIdentitiesByNameData_identity_certReceivedAggregate); break; case 'createdInId': result.createdInId = serializers.deserialize(value, @@ -3377,14 +4080,14 @@ class _$GIdentitiesByPkData_identitySerializer case 'linkedAccount': result.linkedAccount.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_linkedAccount) + const FullType(GIdentitiesByNameData_identity_linkedAccount) ]))! as BuiltList<Object?>); break; case 'linkedAccountAggregate': result.linkedAccountAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_linkedAccountAggregate))! - as GIdentitiesByPkData_identity_linkedAccountAggregate); + GIdentitiesByNameData_identity_linkedAccountAggregate))! + as GIdentitiesByNameData_identity_linkedAccountAggregate); break; case 'status': result.status = serializers.deserialize(value, @@ -3394,15 +4097,15 @@ class _$GIdentitiesByPkData_identitySerializer case 'membershipHistory': result.membershipHistory.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_membershipHistory) + const FullType(GIdentitiesByNameData_identity_membershipHistory) ]))! as BuiltList<Object?>); break; case 'membershipHistoryAggregate': result.membershipHistoryAggregate.replace(serializers.deserialize( value, specifiedType: const FullType( - GIdentitiesByPkData_identity_membershipHistoryAggregate))! - as GIdentitiesByPkData_identity_membershipHistoryAggregate); + GIdentitiesByNameData_identity_membershipHistoryAggregate))! + as GIdentitiesByNameData_identity_membershipHistoryAggregate); break; case 'name': result.name = serializers.deserialize(value, @@ -3411,25 +4114,25 @@ class _$GIdentitiesByPkData_identitySerializer case 'ownerKeyChange': result.ownerKeyChange.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_ownerKeyChange) + const FullType(GIdentitiesByNameData_identity_ownerKeyChange) ]))! as BuiltList<Object?>); break; case 'ownerKeyChangeAggregate': result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate))! - as GIdentitiesByPkData_identity_ownerKeyChangeAggregate); + GIdentitiesByNameData_identity_ownerKeyChangeAggregate))! + as GIdentitiesByNameData_identity_ownerKeyChangeAggregate); break; case 'smith': result.smith.replace(serializers.deserialize(value, specifiedType: - const FullType(GIdentitiesByPkData_identity_smith))! - as GIdentitiesByPkData_identity_smith); + const FullType(GIdentitiesByNameData_identity_smith))! + as GIdentitiesByNameData_identity_smith); break; case 'udHistory': result.udHistory.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_udHistory) + const FullType(GIdentitiesByNameData_identity_udHistory) ]))! as BuiltList<Object?>); break; } @@ -3439,19 +4142,72 @@ class _$GIdentitiesByPkData_identitySerializer } } -class _$GIdentitiesByPkData_identity_certIssuedSerializer - implements StructuredSerializer<GIdentitiesByPkData_identity_certIssued> { +class _$GIdentitiesByNameData_identity_accountSerializer + implements StructuredSerializer<GIdentitiesByNameData_identity_account> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certIssued, - _$GIdentitiesByPkData_identity_certIssued + GIdentitiesByNameData_identity_account, + _$GIdentitiesByNameData_identity_account ]; @override - final String wireName = 'GIdentitiesByPkData_identity_certIssued'; + final String wireName = 'GIdentitiesByNameData_identity_account'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByPkData_identity_certIssued object, + Serializers serializers, GIdentitiesByNameData_identity_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByNameData_identity_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentitiesByNameData_identity_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByNameData_identity_certIssuedSerializer + implements StructuredSerializer<GIdentitiesByNameData_identity_certIssued> { + @override + final Iterable<Type> types = const [ + GIdentitiesByNameData_identity_certIssued, + _$GIdentitiesByNameData_identity_certIssued + ]; + @override + final String wireName = 'GIdentitiesByNameData_identity_certIssued'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GIdentitiesByNameData_identity_certIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3486,7 +4242,7 @@ class _$GIdentitiesByPkData_identity_certIssuedSerializer ..add('issuer') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certIssued_issuer))); + GIdentitiesByNameData_identity_certIssued_issuer))); } value = object.receiverId; if (value != null) { @@ -3501,16 +4257,16 @@ class _$GIdentitiesByPkData_identity_certIssuedSerializer ..add('receiver') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certIssued_receiver))); + GIdentitiesByNameData_identity_certIssued_receiver))); } return result; } @override - GIdentitiesByPkData_identity_certIssued deserialize( + GIdentitiesByNameData_identity_certIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identity_certIssuedBuilder(); + final result = new GIdentitiesByNameData_identity_certIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3533,8 +4289,8 @@ class _$GIdentitiesByPkData_identity_certIssuedSerializer case 'issuer': result.issuer.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certIssued_issuer))! - as GIdentitiesByPkData_identity_certIssued_issuer); + GIdentitiesByNameData_identity_certIssued_issuer))! + as GIdentitiesByNameData_identity_certIssued_issuer); break; case 'receiverId': result.receiverId = serializers.deserialize(value, @@ -3543,8 +4299,8 @@ class _$GIdentitiesByPkData_identity_certIssuedSerializer case 'receiver': result.receiver.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certIssued_receiver))! - as GIdentitiesByPkData_identity_certIssued_receiver); + GIdentitiesByNameData_identity_certIssued_receiver))! + as GIdentitiesByNameData_identity_certIssued_receiver); break; case 'createdOn': result.createdOn = serializers.deserialize(value, @@ -3569,20 +4325,20 @@ class _$GIdentitiesByPkData_identity_certIssuedSerializer } } -class _$GIdentitiesByPkData_identity_certIssued_issuerSerializer +class _$GIdentitiesByNameData_identity_certIssued_issuerSerializer implements - StructuredSerializer<GIdentitiesByPkData_identity_certIssued_issuer> { + StructuredSerializer<GIdentitiesByNameData_identity_certIssued_issuer> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certIssued_issuer, - _$GIdentitiesByPkData_identity_certIssued_issuer + GIdentitiesByNameData_identity_certIssued_issuer, + _$GIdentitiesByNameData_identity_certIssued_issuer ]; @override - final String wireName = 'GIdentitiesByPkData_identity_certIssued_issuer'; + final String wireName = 'GIdentitiesByNameData_identity_certIssued_issuer'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_certIssued_issuer object, + GIdentitiesByNameData_identity_certIssued_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3595,6 +4351,9 @@ class _$GIdentitiesByPkData_identity_certIssued_issuerSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -3604,6 +4363,14 @@ class _$GIdentitiesByPkData_identity_certIssued_issuerSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentitiesByNameData_identity_certIssued_issuer_account))); + } value = object.status; if (value != null) { result @@ -3615,10 +4382,11 @@ class _$GIdentitiesByPkData_identity_certIssued_issuerSerializer } @override - GIdentitiesByPkData_identity_certIssued_issuer deserialize( + GIdentitiesByNameData_identity_certIssued_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identity_certIssued_issuerBuilder(); + final result = + new GIdentitiesByNameData_identity_certIssued_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3634,6 +4402,12 @@ class _$GIdentitiesByPkData_identity_certIssued_issuerSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByNameData_identity_certIssued_issuer_account))! + as GIdentitiesByNameData_identity_certIssued_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -3651,6 +4425,10 @@ class _$GIdentitiesByPkData_identity_certIssued_issuerSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -3658,20 +4436,78 @@ class _$GIdentitiesByPkData_identity_certIssued_issuerSerializer } } -class _$GIdentitiesByPkData_identity_certIssued_receiverSerializer +class _$GIdentitiesByNameData_identity_certIssued_issuer_accountSerializer implements - StructuredSerializer<GIdentitiesByPkData_identity_certIssued_receiver> { + StructuredSerializer< + GIdentitiesByNameData_identity_certIssued_issuer_account> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certIssued_receiver, - _$GIdentitiesByPkData_identity_certIssued_receiver + GIdentitiesByNameData_identity_certIssued_issuer_account, + _$GIdentitiesByNameData_identity_certIssued_issuer_account ]; @override - final String wireName = 'GIdentitiesByPkData_identity_certIssued_receiver'; + final String wireName = + 'GIdentitiesByNameData_identity_certIssued_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_certIssued_receiver object, + GIdentitiesByNameData_identity_certIssued_issuer_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByNameData_identity_certIssued_issuer_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByNameData_identity_certIssued_receiverSerializer + implements + StructuredSerializer< + GIdentitiesByNameData_identity_certIssued_receiver> { + @override + final Iterable<Type> types = const [ + GIdentitiesByNameData_identity_certIssued_receiver, + _$GIdentitiesByNameData_identity_certIssued_receiver + ]; + @override + final String wireName = 'GIdentitiesByNameData_identity_certIssued_receiver'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByNameData_identity_certIssued_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3684,6 +4520,9 @@ class _$GIdentitiesByPkData_identity_certIssued_receiverSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -3693,6 +4532,14 @@ class _$GIdentitiesByPkData_identity_certIssued_receiverSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentitiesByNameData_identity_certIssued_receiver_account))); + } value = object.status; if (value != null) { result @@ -3704,11 +4551,11 @@ class _$GIdentitiesByPkData_identity_certIssued_receiverSerializer } @override - GIdentitiesByPkData_identity_certIssued_receiver deserialize( + GIdentitiesByNameData_identity_certIssued_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_certIssued_receiverBuilder(); + new GIdentitiesByNameData_identity_certIssued_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3724,6 +4571,12 @@ class _$GIdentitiesByPkData_identity_certIssued_receiverSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByNameData_identity_certIssued_receiver_account))! + as GIdentitiesByNameData_identity_certIssued_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -3741,6 +4594,10 @@ class _$GIdentitiesByPkData_identity_certIssued_receiverSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -3748,20 +4605,78 @@ class _$GIdentitiesByPkData_identity_certIssued_receiverSerializer } } -class _$GIdentitiesByPkData_identity_certIssuedAggregateSerializer +class _$GIdentitiesByNameData_identity_certIssued_receiver_accountSerializer implements - StructuredSerializer<GIdentitiesByPkData_identity_certIssuedAggregate> { + StructuredSerializer< + GIdentitiesByNameData_identity_certIssued_receiver_account> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certIssuedAggregate, - _$GIdentitiesByPkData_identity_certIssuedAggregate + GIdentitiesByNameData_identity_certIssued_receiver_account, + _$GIdentitiesByNameData_identity_certIssued_receiver_account ]; @override - final String wireName = 'GIdentitiesByPkData_identity_certIssuedAggregate'; + final String wireName = + 'GIdentitiesByNameData_identity_certIssued_receiver_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_certIssuedAggregate object, + GIdentitiesByNameData_identity_certIssued_receiver_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByNameData_identity_certIssued_receiver_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByNameData_identity_certIssuedAggregateSerializer + implements + StructuredSerializer< + GIdentitiesByNameData_identity_certIssuedAggregate> { + @override + final Iterable<Type> types = const [ + GIdentitiesByNameData_identity_certIssuedAggregate, + _$GIdentitiesByNameData_identity_certIssuedAggregate + ]; + @override + final String wireName = 'GIdentitiesByNameData_identity_certIssuedAggregate'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByNameData_identity_certIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3775,17 +4690,17 @@ class _$GIdentitiesByPkData_identity_certIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate))); + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate))); } return result; } @override - GIdentitiesByPkData_identity_certIssuedAggregate deserialize( + GIdentitiesByNameData_identity_certIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_certIssuedAggregateBuilder(); + new GIdentitiesByNameData_identity_certIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3800,8 +4715,8 @@ class _$GIdentitiesByPkData_identity_certIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate))! - as GIdentitiesByPkData_identity_certIssuedAggregate_aggregate); + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate))! + as GIdentitiesByNameData_identity_certIssuedAggregate_aggregate); break; } } @@ -3810,22 +4725,22 @@ class _$GIdentitiesByPkData_identity_certIssuedAggregateSerializer } } -class _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregateSerializer +class _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate> { + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate, - _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate, + _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate'; + 'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate object, + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3839,11 +4754,11 @@ class _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregateSerializer } @override - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate deserialize( + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder(); + new GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3866,19 +4781,20 @@ class _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregateSerializer } } -class _$GIdentitiesByPkData_identity_certReceivedSerializer - implements StructuredSerializer<GIdentitiesByPkData_identity_certReceived> { +class _$GIdentitiesByNameData_identity_certReceivedSerializer + implements + StructuredSerializer<GIdentitiesByNameData_identity_certReceived> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certReceived, - _$GIdentitiesByPkData_identity_certReceived + GIdentitiesByNameData_identity_certReceived, + _$GIdentitiesByNameData_identity_certReceived ]; @override - final String wireName = 'GIdentitiesByPkData_identity_certReceived'; + final String wireName = 'GIdentitiesByNameData_identity_certReceived'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByPkData_identity_certReceived object, + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByNameData_identity_certReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -3913,7 +4829,7 @@ class _$GIdentitiesByPkData_identity_certReceivedSerializer ..add('issuer') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certReceived_issuer))); + GIdentitiesByNameData_identity_certReceived_issuer))); } value = object.receiverId; if (value != null) { @@ -3928,16 +4844,16 @@ class _$GIdentitiesByPkData_identity_certReceivedSerializer ..add('receiver') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certReceived_receiver))); + GIdentitiesByNameData_identity_certReceived_receiver))); } return result; } @override - GIdentitiesByPkData_identity_certReceived deserialize( + GIdentitiesByNameData_identity_certReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identity_certReceivedBuilder(); + final result = new GIdentitiesByNameData_identity_certReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -3960,8 +4876,8 @@ class _$GIdentitiesByPkData_identity_certReceivedSerializer case 'issuer': result.issuer.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certReceived_issuer))! - as GIdentitiesByPkData_identity_certReceived_issuer); + GIdentitiesByNameData_identity_certReceived_issuer))! + as GIdentitiesByNameData_identity_certReceived_issuer); break; case 'receiverId': result.receiverId = serializers.deserialize(value, @@ -3970,8 +4886,8 @@ class _$GIdentitiesByPkData_identity_certReceivedSerializer case 'receiver': result.receiver.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certReceived_receiver))! - as GIdentitiesByPkData_identity_certReceived_receiver); + GIdentitiesByNameData_identity_certReceived_receiver))! + as GIdentitiesByNameData_identity_certReceived_receiver); break; case 'createdOn': result.createdOn = serializers.deserialize(value, @@ -3996,20 +4912,21 @@ class _$GIdentitiesByPkData_identity_certReceivedSerializer } } -class _$GIdentitiesByPkData_identity_certReceived_issuerSerializer +class _$GIdentitiesByNameData_identity_certReceived_issuerSerializer implements - StructuredSerializer<GIdentitiesByPkData_identity_certReceived_issuer> { + StructuredSerializer< + GIdentitiesByNameData_identity_certReceived_issuer> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certReceived_issuer, - _$GIdentitiesByPkData_identity_certReceived_issuer + GIdentitiesByNameData_identity_certReceived_issuer, + _$GIdentitiesByNameData_identity_certReceived_issuer ]; @override - final String wireName = 'GIdentitiesByPkData_identity_certReceived_issuer'; + final String wireName = 'GIdentitiesByNameData_identity_certReceived_issuer'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_certReceived_issuer object, + GIdentitiesByNameData_identity_certReceived_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4022,6 +4939,9 @@ class _$GIdentitiesByPkData_identity_certReceived_issuerSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -4031,6 +4951,14 @@ class _$GIdentitiesByPkData_identity_certReceived_issuerSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentitiesByNameData_identity_certReceived_issuer_account))); + } value = object.status; if (value != null) { result @@ -4042,11 +4970,11 @@ class _$GIdentitiesByPkData_identity_certReceived_issuerSerializer } @override - GIdentitiesByPkData_identity_certReceived_issuer deserialize( + GIdentitiesByNameData_identity_certReceived_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_certReceived_issuerBuilder(); + new GIdentitiesByNameData_identity_certReceived_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4062,6 +4990,12 @@ class _$GIdentitiesByPkData_identity_certReceived_issuerSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByNameData_identity_certReceived_issuer_account))! + as GIdentitiesByNameData_identity_certReceived_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -4079,6 +5013,10 @@ class _$GIdentitiesByPkData_identity_certReceived_issuerSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -4086,21 +5024,79 @@ class _$GIdentitiesByPkData_identity_certReceived_issuerSerializer } } -class _$GIdentitiesByPkData_identity_certReceived_receiverSerializer +class _$GIdentitiesByNameData_identity_certReceived_issuer_accountSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_certReceived_receiver> { + GIdentitiesByNameData_identity_certReceived_issuer_account> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certReceived_receiver, - _$GIdentitiesByPkData_identity_certReceived_receiver + GIdentitiesByNameData_identity_certReceived_issuer_account, + _$GIdentitiesByNameData_identity_certReceived_issuer_account ]; @override - final String wireName = 'GIdentitiesByPkData_identity_certReceived_receiver'; + final String wireName = + 'GIdentitiesByNameData_identity_certReceived_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_certReceived_receiver object, + GIdentitiesByNameData_identity_certReceived_issuer_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByNameData_identity_certReceived_issuer_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByNameData_identity_certReceived_receiverSerializer + implements + StructuredSerializer< + GIdentitiesByNameData_identity_certReceived_receiver> { + @override + final Iterable<Type> types = const [ + GIdentitiesByNameData_identity_certReceived_receiver, + _$GIdentitiesByNameData_identity_certReceived_receiver + ]; + @override + final String wireName = + 'GIdentitiesByNameData_identity_certReceived_receiver'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByNameData_identity_certReceived_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4113,6 +5109,9 @@ class _$GIdentitiesByPkData_identity_certReceived_receiverSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -4122,6 +5121,14 @@ class _$GIdentitiesByPkData_identity_certReceived_receiverSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentitiesByNameData_identity_certReceived_receiver_account))); + } value = object.status; if (value != null) { result @@ -4133,11 +5140,11 @@ class _$GIdentitiesByPkData_identity_certReceived_receiverSerializer } @override - GIdentitiesByPkData_identity_certReceived_receiver deserialize( + GIdentitiesByNameData_identity_certReceived_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_certReceived_receiverBuilder(); + new GIdentitiesByNameData_identity_certReceived_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4153,6 +5160,12 @@ class _$GIdentitiesByPkData_identity_certReceived_receiverSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentitiesByNameData_identity_certReceived_receiver_account))! + as GIdentitiesByNameData_identity_certReceived_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -4170,6 +5183,10 @@ class _$GIdentitiesByPkData_identity_certReceived_receiverSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -4177,21 +5194,79 @@ class _$GIdentitiesByPkData_identity_certReceived_receiverSerializer } } -class _$GIdentitiesByPkData_identity_certReceivedAggregateSerializer +class _$GIdentitiesByNameData_identity_certReceived_receiver_accountSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_certReceivedAggregate> { + GIdentitiesByNameData_identity_certReceived_receiver_account> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certReceivedAggregate, - _$GIdentitiesByPkData_identity_certReceivedAggregate + GIdentitiesByNameData_identity_certReceived_receiver_account, + _$GIdentitiesByNameData_identity_certReceived_receiver_account ]; @override - final String wireName = 'GIdentitiesByPkData_identity_certReceivedAggregate'; + final String wireName = + 'GIdentitiesByNameData_identity_certReceived_receiver_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_certReceivedAggregate object, + GIdentitiesByNameData_identity_certReceived_receiver_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentitiesByNameData_identity_certReceived_receiver_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentitiesByNameData_identity_certReceivedAggregateSerializer + implements + StructuredSerializer< + GIdentitiesByNameData_identity_certReceivedAggregate> { + @override + final Iterable<Type> types = const [ + GIdentitiesByNameData_identity_certReceivedAggregate, + _$GIdentitiesByNameData_identity_certReceivedAggregate + ]; + @override + final String wireName = + 'GIdentitiesByNameData_identity_certReceivedAggregate'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GIdentitiesByNameData_identity_certReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4205,17 +5280,17 @@ class _$GIdentitiesByPkData_identity_certReceivedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate))); + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate))); } return result; } @override - GIdentitiesByPkData_identity_certReceivedAggregate deserialize( + GIdentitiesByNameData_identity_certReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_certReceivedAggregateBuilder(); + new GIdentitiesByNameData_identity_certReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4230,8 +5305,8 @@ class _$GIdentitiesByPkData_identity_certReceivedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate))! - as GIdentitiesByPkData_identity_certReceivedAggregate_aggregate); + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate))! + as GIdentitiesByNameData_identity_certReceivedAggregate_aggregate); break; } } @@ -4240,22 +5315,22 @@ class _$GIdentitiesByPkData_identity_certReceivedAggregateSerializer } } -class _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregateSerializer +class _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate> { + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate, - _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate, + _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate'; + 'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate object, + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4269,11 +5344,11 @@ class _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregateSerializer } @override - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate deserialize( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder(); + new GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4296,20 +5371,20 @@ class _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregateSerializer } } -class _$GIdentitiesByPkData_identity_linkedAccountSerializer +class _$GIdentitiesByNameData_identity_linkedAccountSerializer implements - StructuredSerializer<GIdentitiesByPkData_identity_linkedAccount> { + StructuredSerializer<GIdentitiesByNameData_identity_linkedAccount> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_linkedAccount, - _$GIdentitiesByPkData_identity_linkedAccount + GIdentitiesByNameData_identity_linkedAccount, + _$GIdentitiesByNameData_identity_linkedAccount ]; @override - final String wireName = 'GIdentitiesByPkData_identity_linkedAccount'; + final String wireName = 'GIdentitiesByNameData_identity_linkedAccount'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_linkedAccount object, + GIdentitiesByNameData_identity_linkedAccount object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4323,10 +5398,10 @@ class _$GIdentitiesByPkData_identity_linkedAccountSerializer } @override - GIdentitiesByPkData_identity_linkedAccount deserialize( + GIdentitiesByNameData_identity_linkedAccount deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identity_linkedAccountBuilder(); + final result = new GIdentitiesByNameData_identity_linkedAccountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4349,21 +5424,22 @@ class _$GIdentitiesByPkData_identity_linkedAccountSerializer } } -class _$GIdentitiesByPkData_identity_linkedAccountAggregateSerializer +class _$GIdentitiesByNameData_identity_linkedAccountAggregateSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_linkedAccountAggregate> { + GIdentitiesByNameData_identity_linkedAccountAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_linkedAccountAggregate, - _$GIdentitiesByPkData_identity_linkedAccountAggregate + GIdentitiesByNameData_identity_linkedAccountAggregate, + _$GIdentitiesByNameData_identity_linkedAccountAggregate ]; @override - final String wireName = 'GIdentitiesByPkData_identity_linkedAccountAggregate'; + final String wireName = + 'GIdentitiesByNameData_identity_linkedAccountAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_linkedAccountAggregate object, + GIdentitiesByNameData_identity_linkedAccountAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4377,17 +5453,17 @@ class _$GIdentitiesByPkData_identity_linkedAccountAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate))); + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate))); } return result; } @override - GIdentitiesByPkData_identity_linkedAccountAggregate deserialize( + GIdentitiesByNameData_identity_linkedAccountAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_linkedAccountAggregateBuilder(); + new GIdentitiesByNameData_identity_linkedAccountAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4402,8 +5478,8 @@ class _$GIdentitiesByPkData_identity_linkedAccountAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate))! - as GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate); + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate))! + as GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate); break; } } @@ -4412,22 +5488,22 @@ class _$GIdentitiesByPkData_identity_linkedAccountAggregateSerializer } } -class _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateSerializer +class _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate> { + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate, - _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate, + _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate'; + 'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate object, + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4441,11 +5517,11 @@ class _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateSerializer } @override - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate deserialize( + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder(); + new GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4468,20 +5544,20 @@ class _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateSerializer } } -class _$GIdentitiesByPkData_identity_membershipHistorySerializer +class _$GIdentitiesByNameData_identity_membershipHistorySerializer implements - StructuredSerializer<GIdentitiesByPkData_identity_membershipHistory> { + StructuredSerializer<GIdentitiesByNameData_identity_membershipHistory> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_membershipHistory, - _$GIdentitiesByPkData_identity_membershipHistory + GIdentitiesByNameData_identity_membershipHistory, + _$GIdentitiesByNameData_identity_membershipHistory ]; @override - final String wireName = 'GIdentitiesByPkData_identity_membershipHistory'; + final String wireName = 'GIdentitiesByNameData_identity_membershipHistory'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_membershipHistory object, + GIdentitiesByNameData_identity_membershipHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4519,10 +5595,11 @@ class _$GIdentitiesByPkData_identity_membershipHistorySerializer } @override - GIdentitiesByPkData_identity_membershipHistory deserialize( + GIdentitiesByNameData_identity_membershipHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identity_membershipHistoryBuilder(); + final result = + new GIdentitiesByNameData_identity_membershipHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4562,22 +5639,22 @@ class _$GIdentitiesByPkData_identity_membershipHistorySerializer } } -class _$GIdentitiesByPkData_identity_membershipHistoryAggregateSerializer +class _$GIdentitiesByNameData_identity_membershipHistoryAggregateSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_membershipHistoryAggregate> { + GIdentitiesByNameData_identity_membershipHistoryAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_membershipHistoryAggregate, - _$GIdentitiesByPkData_identity_membershipHistoryAggregate + GIdentitiesByNameData_identity_membershipHistoryAggregate, + _$GIdentitiesByNameData_identity_membershipHistoryAggregate ]; @override final String wireName = - 'GIdentitiesByPkData_identity_membershipHistoryAggregate'; + 'GIdentitiesByNameData_identity_membershipHistoryAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_membershipHistoryAggregate object, + GIdentitiesByNameData_identity_membershipHistoryAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4591,17 +5668,17 @@ class _$GIdentitiesByPkData_identity_membershipHistoryAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate))); + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate))); } return result; } @override - GIdentitiesByPkData_identity_membershipHistoryAggregate deserialize( + GIdentitiesByNameData_identity_membershipHistoryAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder(); + new GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4616,8 +5693,8 @@ class _$GIdentitiesByPkData_identity_membershipHistoryAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate))! - as GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate); + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate))! + as GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate); break; } } @@ -4626,22 +5703,24 @@ class _$GIdentitiesByPkData_identity_membershipHistoryAggregateSerializer } } -class _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateSerializer +class _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate> { + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate, - _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate, + _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate'; + 'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate'; @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate object, + Iterable<Object?> serialize( + Serializers serializers, + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4655,11 +5734,11 @@ class _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateSeriali } @override - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder(); + new GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4682,20 +5761,20 @@ class _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateSeriali } } -class _$GIdentitiesByPkData_identity_ownerKeyChangeSerializer +class _$GIdentitiesByNameData_identity_ownerKeyChangeSerializer implements - StructuredSerializer<GIdentitiesByPkData_identity_ownerKeyChange> { + StructuredSerializer<GIdentitiesByNameData_identity_ownerKeyChange> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_ownerKeyChange, - _$GIdentitiesByPkData_identity_ownerKeyChange + GIdentitiesByNameData_identity_ownerKeyChange, + _$GIdentitiesByNameData_identity_ownerKeyChange ]; @override - final String wireName = 'GIdentitiesByPkData_identity_ownerKeyChange'; + final String wireName = 'GIdentitiesByNameData_identity_ownerKeyChange'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_ownerKeyChange object, + GIdentitiesByNameData_identity_ownerKeyChange object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4733,10 +5812,10 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeSerializer } @override - GIdentitiesByPkData_identity_ownerKeyChange deserialize( + GIdentitiesByNameData_identity_ownerKeyChange deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identity_ownerKeyChangeBuilder(); + final result = new GIdentitiesByNameData_identity_ownerKeyChangeBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4775,22 +5854,22 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeSerializer } } -class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregateSerializer +class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregateSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_ownerKeyChangeAggregate> { + GIdentitiesByNameData_identity_ownerKeyChangeAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_ownerKeyChangeAggregate, - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate + GIdentitiesByNameData_identity_ownerKeyChangeAggregate, + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate ]; @override final String wireName = - 'GIdentitiesByPkData_identity_ownerKeyChangeAggregate'; + 'GIdentitiesByNameData_identity_ownerKeyChangeAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_ownerKeyChangeAggregate object, + GIdentitiesByNameData_identity_ownerKeyChangeAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4804,17 +5883,17 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate))); + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate))); } return result; } @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate deserialize( + GIdentitiesByNameData_identity_ownerKeyChangeAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder(); + new GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4829,8 +5908,8 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate))! - as GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate); + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate))! + as GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate); break; } } @@ -4839,22 +5918,22 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregateSerializer } } -class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateSerializer +class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate> { + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate, - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate, + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate'; + 'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate object, + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4868,11 +5947,11 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateSerializer } @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate deserialize( + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4895,19 +5974,19 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateSerializer } } -class _$GIdentitiesByPkData_identity_smithSerializer - implements StructuredSerializer<GIdentitiesByPkData_identity_smith> { +class _$GIdentitiesByNameData_identity_smithSerializer + implements StructuredSerializer<GIdentitiesByNameData_identity_smith> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_smith, - _$GIdentitiesByPkData_identity_smith + GIdentitiesByNameData_identity_smith, + _$GIdentitiesByNameData_identity_smith ]; @override - final String wireName = 'GIdentitiesByPkData_identity_smith'; + final String wireName = 'GIdentitiesByNameData_identity_smith'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByPkData_identity_smith object, + Serializers serializers, GIdentitiesByNameData_identity_smith object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -4922,12 +6001,13 @@ class _$GIdentitiesByPkData_identity_smithSerializer 'smithCertIssued', serializers.serialize(object.smithCertIssued, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_smith_smithCertIssued) + const FullType(GIdentitiesByNameData_identity_smith_smithCertIssued) ])), 'smithCertReceived', serializers.serialize(object.smithCertReceived, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByPkData_identity_smith_smithCertReceived) + const FullType( + GIdentitiesByNameData_identity_smith_smithCertReceived) ])), ]; Object? value; @@ -4947,10 +6027,10 @@ class _$GIdentitiesByPkData_identity_smithSerializer } @override - GIdentitiesByPkData_identity_smith deserialize( + GIdentitiesByNameData_identity_smith deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identity_smithBuilder(); + final result = new GIdentitiesByNameData_identity_smithBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -4986,14 +6066,14 @@ class _$GIdentitiesByPkData_identity_smithSerializer result.smithCertIssued.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ const FullType( - GIdentitiesByPkData_identity_smith_smithCertIssued) + GIdentitiesByNameData_identity_smith_smithCertIssued) ]))! as BuiltList<Object?>); break; case 'smithCertReceived': result.smithCertReceived.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ const FullType( - GIdentitiesByPkData_identity_smith_smithCertReceived) + GIdentitiesByNameData_identity_smith_smithCertReceived) ]))! as BuiltList<Object?>); break; } @@ -5003,21 +6083,22 @@ class _$GIdentitiesByPkData_identity_smithSerializer } } -class _$GIdentitiesByPkData_identity_smith_smithCertIssuedSerializer +class _$GIdentitiesByNameData_identity_smith_smithCertIssuedSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_smith_smithCertIssued> { + GIdentitiesByNameData_identity_smith_smithCertIssued> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_smith_smithCertIssued, - _$GIdentitiesByPkData_identity_smith_smithCertIssued + GIdentitiesByNameData_identity_smith_smithCertIssued, + _$GIdentitiesByNameData_identity_smith_smithCertIssued ]; @override - final String wireName = 'GIdentitiesByPkData_identity_smith_smithCertIssued'; + final String wireName = + 'GIdentitiesByNameData_identity_smith_smithCertIssued'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_smith_smithCertIssued object, + GIdentitiesByNameData_identity_smith_smithCertIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -5048,11 +6129,11 @@ class _$GIdentitiesByPkData_identity_smith_smithCertIssuedSerializer } @override - GIdentitiesByPkData_identity_smith_smithCertIssued deserialize( + GIdentitiesByNameData_identity_smith_smithCertIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder(); + new GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -5087,22 +6168,22 @@ class _$GIdentitiesByPkData_identity_smith_smithCertIssuedSerializer } } -class _$GIdentitiesByPkData_identity_smith_smithCertReceivedSerializer +class _$GIdentitiesByNameData_identity_smith_smithCertReceivedSerializer implements StructuredSerializer< - GIdentitiesByPkData_identity_smith_smithCertReceived> { + GIdentitiesByNameData_identity_smith_smithCertReceived> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_smith_smithCertReceived, - _$GIdentitiesByPkData_identity_smith_smithCertReceived + GIdentitiesByNameData_identity_smith_smithCertReceived, + _$GIdentitiesByNameData_identity_smith_smithCertReceived ]; @override final String wireName = - 'GIdentitiesByPkData_identity_smith_smithCertReceived'; + 'GIdentitiesByNameData_identity_smith_smithCertReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByPkData_identity_smith_smithCertReceived object, + GIdentitiesByNameData_identity_smith_smithCertReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -5133,11 +6214,11 @@ class _$GIdentitiesByPkData_identity_smith_smithCertReceivedSerializer } @override - GIdentitiesByPkData_identity_smith_smithCertReceived deserialize( + GIdentitiesByNameData_identity_smith_smithCertReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder(); + new GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -5172,19 +6253,19 @@ class _$GIdentitiesByPkData_identity_smith_smithCertReceivedSerializer } } -class _$GIdentitiesByPkData_identity_udHistorySerializer - implements StructuredSerializer<GIdentitiesByPkData_identity_udHistory> { +class _$GIdentitiesByNameData_identity_udHistorySerializer + implements StructuredSerializer<GIdentitiesByNameData_identity_udHistory> { @override final Iterable<Type> types = const [ - GIdentitiesByPkData_identity_udHistory, - _$GIdentitiesByPkData_identity_udHistory + GIdentitiesByNameData_identity_udHistory, + _$GIdentitiesByNameData_identity_udHistory ]; @override - final String wireName = 'GIdentitiesByPkData_identity_udHistory'; + final String wireName = 'GIdentitiesByNameData_identity_udHistory'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByPkData_identity_udHistory object, + Serializers serializers, GIdentitiesByNameData_identity_udHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -5203,10 +6284,10 @@ class _$GIdentitiesByPkData_identity_udHistorySerializer } @override - GIdentitiesByPkData_identity_udHistory deserialize( + GIdentitiesByNameData_identity_udHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByPkData_identity_udHistoryBuilder(); + final result = new GIdentitiesByNameData_identity_udHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -5238,38 +6319,37 @@ class _$GIdentitiesByPkData_identity_udHistorySerializer } } -class _$GIdentitiesByNameDataSerializer - implements StructuredSerializer<GIdentitiesByNameData> { +class _$GAccountByPkDataSerializer + implements StructuredSerializer<GAccountByPkData> { @override - final Iterable<Type> types = const [ - GIdentitiesByNameData, - _$GIdentitiesByNameData - ]; + final Iterable<Type> types = const [GAccountByPkData, _$GAccountByPkData]; @override - final String wireName = 'GIdentitiesByNameData'; + final String wireName = 'GAccountByPkData'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByNameData object, + Iterable<Object?> serialize(Serializers serializers, GAccountByPkData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'identity', - serializers.serialize(object.identity, - specifiedType: const FullType(BuiltList, - const [const FullType(GIdentitiesByNameData_identity)])), ]; - + Object? value; + value = object.accountByPk; + if (value != null) { + result + ..add('accountByPk') + ..add(serializers.serialize(value, + specifiedType: const FullType(GAccountByPkData_accountByPk))); + } return result; } @override - GIdentitiesByNameData deserialize( + GAccountByPkData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameDataBuilder(); + final result = new GAccountByPkDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -5281,11 +6361,10 @@ class _$GIdentitiesByNameDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'identity': - result.identity.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity) - ]))! as BuiltList<Object?>); + case 'accountByPk': + result.accountByPk.replace(serializers.deserialize(value, + specifiedType: const FullType(GAccountByPkData_accountByPk))! + as GAccountByPkData_accountByPk); break; } } @@ -5294,142 +6373,103 @@ class _$GIdentitiesByNameDataSerializer } } -class _$GIdentitiesByNameData_identitySerializer - implements StructuredSerializer<GIdentitiesByNameData_identity> { +class _$GAccountByPkData_accountByPkSerializer + implements StructuredSerializer<GAccountByPkData_accountByPk> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity, - _$GIdentitiesByNameData_identity + GAccountByPkData_accountByPk, + _$GAccountByPkData_accountByPk ]; @override - final String wireName = 'GIdentitiesByNameData_identity'; + final String wireName = 'GAccountByPkData_accountByPk'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByNameData_identity object, + Serializers serializers, GAccountByPkData_accountByPk object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'certIssued', - serializers.serialize(object.certIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_certIssued) - ])), - 'certIssuedAggregate', - serializers.serialize(object.certIssuedAggregate, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certIssuedAggregate)), - 'certReceived', - serializers.serialize(object.certReceived, + 'commentsIssued', + serializers.serialize(object.commentsIssued, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_certReceived) + const FullType(GAccountByPkData_accountByPk_commentsIssued) ])), - 'certReceivedAggregate', - serializers.serialize(object.certReceivedAggregate, + 'commentsIssuedAggregate', + serializers.serialize(object.commentsIssuedAggregate, specifiedType: const FullType( - GIdentitiesByNameData_identity_certReceivedAggregate)), + GAccountByPkData_accountByPk_commentsIssuedAggregate)), 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'isMember', - serializers.serialize(object.isMember, + 'isActive', + serializers.serialize(object.isActive, specifiedType: const FullType(bool)), - 'lastChangeOn', - serializers.serialize(object.lastChangeOn, - specifiedType: const FullType(int)), - 'linkedAccount', - serializers.serialize(object.linkedAccount, + 'removedIdentities', + serializers.serialize(object.removedIdentities, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_linkedAccount) + const FullType(GAccountByPkData_accountByPk_removedIdentities) ])), - 'linkedAccountAggregate', - serializers.serialize(object.linkedAccountAggregate, + 'removedIdentitiesAggregate', + serializers.serialize(object.removedIdentitiesAggregate, specifiedType: const FullType( - GIdentitiesByNameData_identity_linkedAccountAggregate)), - 'membershipHistory', - serializers.serialize(object.membershipHistory, + GAccountByPkData_accountByPk_removedIdentitiesAggregate)), + 'transfersIssued', + serializers.serialize(object.transfersIssued, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_membershipHistory) + const FullType(GAccountByPkData_accountByPk_transfersIssued) ])), - 'membershipHistoryAggregate', - serializers.serialize(object.membershipHistoryAggregate, + 'transfersIssuedAggregate', + serializers.serialize(object.transfersIssuedAggregate, specifiedType: const FullType( - GIdentitiesByNameData_identity_membershipHistoryAggregate)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), - 'ownerKeyChange', - serializers.serialize(object.ownerKeyChange, + GAccountByPkData_accountByPk_transfersIssuedAggregate)), + 'transfersReceived', + serializers.serialize(object.transfersReceived, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_ownerKeyChange) + const FullType(GAccountByPkData_accountByPk_transfersReceived) ])), - 'ownerKeyChangeAggregate', - serializers.serialize(object.ownerKeyChangeAggregate, + 'transfersReceivedAggregate', + serializers.serialize(object.transfersReceivedAggregate, specifiedType: const FullType( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate)), + GAccountByPkData_accountByPk_transfersReceivedAggregate)), + 'wasIdentity', + serializers.serialize(object.wasIdentity, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountByPkData_accountByPk_wasIdentity) + ])), + 'wasIdentityAggregate', + serializers.serialize(object.wasIdentityAggregate, + specifiedType: const FullType( + GAccountByPkData_accountByPk_wasIdentityAggregate)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.accountRemovedId; - if (value != null) { - result - ..add('accountRemovedId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.createdInId; - if (value != null) { - result - ..add('createdInId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } - value = object.smith; + value = object.identity; if (value != null) { result - ..add('smith') + ..add('identity') ..add(serializers.serialize(value, specifiedType: - const FullType(GIdentitiesByNameData_identity_smith))); + const FullType(GAccountByPkData_accountByPk_identity))); } - value = object.udHistory; + value = object.linkedIdentity; if (value != null) { result - ..add('udHistory') + ..add('linkedIdentity') ..add(serializers.serialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_udHistory) - ]))); + specifiedType: + const FullType(GAccountByPkData_accountByPk_linkedIdentity))); } return result; } @override - GIdentitiesByNameData_identity deserialize( + GAccountByPkData_accountByPk deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameData_identityBuilder(); + final result = new GAccountByPkData_accountByPkBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -5441,124 +6481,92 @@ class _$GIdentitiesByNameData_identitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'accountRemovedId': - result.accountRemovedId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'certIssued': - result.certIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_certIssued) - ]))! as BuiltList<Object?>); - break; - case 'certIssuedAggregate': - result.certIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certIssuedAggregate))! - as GIdentitiesByNameData_identity_certIssuedAggregate); - break; - case 'certReceived': - result.certReceived.replace(serializers.deserialize(value, + case 'commentsIssued': + result.commentsIssued.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_certReceived) + const FullType(GAccountByPkData_accountByPk_commentsIssued) ]))! as BuiltList<Object?>); break; - case 'certReceivedAggregate': - result.certReceivedAggregate.replace(serializers.deserialize(value, + case 'commentsIssuedAggregate': + result.commentsIssuedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_certReceivedAggregate))! - as GIdentitiesByNameData_identity_certReceivedAggregate); - break; - case 'createdInId': - result.createdInId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + GAccountByPkData_accountByPk_commentsIssuedAggregate))! + as GAccountByPkData_accountByPk_commentsIssuedAggregate); break; case 'createdOn': result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'index': - result.index = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'identity': + result.identity.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountByPkData_accountByPk_identity))! + as GAccountByPkData_accountByPk_identity); break; - case 'isMember': - result.isMember = serializers.deserialize(value, + case 'isActive': + result.isActive = serializers.deserialize(value, specifiedType: const FullType(bool))! as bool; break; - case 'lastChangeOn': - result.lastChangeOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'linkedIdentity': + result.linkedIdentity.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_linkedIdentity))! + as GAccountByPkData_accountByPk_linkedIdentity); break; - case 'linkedAccount': - result.linkedAccount.replace(serializers.deserialize(value, + case 'removedIdentities': + result.removedIdentities.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_linkedAccount) + const FullType(GAccountByPkData_accountByPk_removedIdentities) ]))! as BuiltList<Object?>); break; - case 'linkedAccountAggregate': - result.linkedAccountAggregate.replace(serializers.deserialize(value, + case 'removedIdentitiesAggregate': + result.removedIdentitiesAggregate.replace(serializers.deserialize( + value, specifiedType: const FullType( - GIdentitiesByNameData_identity_linkedAccountAggregate))! - as GIdentitiesByNameData_identity_linkedAccountAggregate); - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + GAccountByPkData_accountByPk_removedIdentitiesAggregate))! + as GAccountByPkData_accountByPk_removedIdentitiesAggregate); break; - case 'membershipHistory': - result.membershipHistory.replace(serializers.deserialize(value, + case 'transfersIssued': + result.transfersIssued.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_membershipHistory) + const FullType(GAccountByPkData_accountByPk_transfersIssued) ]))! as BuiltList<Object?>); break; - case 'membershipHistoryAggregate': - result.membershipHistoryAggregate.replace(serializers.deserialize( - value, + case 'transfersIssuedAggregate': + result.transfersIssuedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_membershipHistoryAggregate))! - as GIdentitiesByNameData_identity_membershipHistoryAggregate); - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + GAccountByPkData_accountByPk_transfersIssuedAggregate))! + as GAccountByPkData_accountByPk_transfersIssuedAggregate); break; - case 'ownerKeyChange': - result.ownerKeyChange.replace(serializers.deserialize(value, + case 'transfersReceived': + result.transfersReceived.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_ownerKeyChange) + const FullType(GAccountByPkData_accountByPk_transfersReceived) ]))! as BuiltList<Object?>); break; - case 'ownerKeyChangeAggregate': - result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, + case 'transfersReceivedAggregate': + result.transfersReceivedAggregate.replace(serializers.deserialize( + value, specifiedType: const FullType( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate))! - as GIdentitiesByNameData_identity_ownerKeyChangeAggregate); - break; - case 'smith': - result.smith.replace(serializers.deserialize(value, - specifiedType: - const FullType(GIdentitiesByNameData_identity_smith))! - as GIdentitiesByNameData_identity_smith); + GAccountByPkData_accountByPk_transfersReceivedAggregate))! + as GAccountByPkData_accountByPk_transfersReceivedAggregate); break; - case 'udHistory': - result.udHistory.replace(serializers.deserialize(value, + case 'wasIdentity': + result.wasIdentity.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_udHistory) + const FullType(GAccountByPkData_accountByPk_wasIdentity) ]))! as BuiltList<Object?>); break; + case 'wasIdentityAggregate': + result.wasIdentityAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_wasIdentityAggregate))! + as GAccountByPkData_accountByPk_wasIdentityAggregate); + break; } } @@ -5566,78 +6574,66 @@ class _$GIdentitiesByNameData_identitySerializer } } -class _$GIdentitiesByNameData_identity_certIssuedSerializer - implements StructuredSerializer<GIdentitiesByNameData_identity_certIssued> { +class _$GAccountByPkData_accountByPk_commentsIssuedSerializer + implements + StructuredSerializer<GAccountByPkData_accountByPk_commentsIssued> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certIssued, - _$GIdentitiesByNameData_identity_certIssued + GAccountByPkData_accountByPk_commentsIssued, + _$GAccountByPkData_accountByPk_commentsIssued ]; @override - final String wireName = 'GIdentitiesByNameData_identity_certIssued'; + final String wireName = 'GAccountByPkData_accountByPk_commentsIssued'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByNameData_identity_certIssued object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_commentsIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'hash', + serializers.serialize(object.hash, specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; Object? value; - value = object.issuerId; + value = object.authorId; if (value != null) { result - ..add('issuerId') + ..add('authorId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.issuer; - if (value != null) { - result - ..add('issuer') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certIssued_issuer))); - } - value = object.receiverId; + value = object.eventId; if (value != null) { result - ..add('receiverId') + ..add('eventId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.receiver; + value = object.type; if (value != null) { result - ..add('receiver') + ..add('type') ..add(serializers.serialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certIssued_receiver))); + specifiedType: const FullType(_i2.GCommentTypeEnum))); } return result; } @override - GIdentitiesByNameData_identity_certIssued deserialize( + GAccountByPkData_accountByPk_commentsIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameData_identity_certIssuedBuilder(); + final result = new GAccountByPkData_accountByPk_commentsIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -5649,227 +6645,35 @@ class _$GIdentitiesByNameData_identity_certIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certIssued_issuer))! - as GIdentitiesByNameData_identity_certIssued_issuer); - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, + case 'authorId': + result.authorId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certIssued_receiver))! - as GIdentitiesByNameData_identity_certIssued_receiver); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - } - } - - return result.build(); - } -} - -class _$GIdentitiesByNameData_identity_certIssued_issuerSerializer - implements - StructuredSerializer<GIdentitiesByNameData_identity_certIssued_issuer> { - @override - final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certIssued_issuer, - _$GIdentitiesByNameData_identity_certIssued_issuer - ]; - @override - final String wireName = 'GIdentitiesByNameData_identity_certIssued_issuer'; - - @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certIssued_issuer object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), - ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } - return result; - } - - @override - GIdentitiesByNameData_identity_certIssued_issuer deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GIdentitiesByNameData_identity_certIssued_issuerBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'accountId': - result.accountId = serializers.deserialize(value, + case 'eventId': + result.eventId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - } - } - - return result.build(); - } -} - -class _$GIdentitiesByNameData_identity_certIssued_receiverSerializer - implements - StructuredSerializer< - GIdentitiesByNameData_identity_certIssued_receiver> { - @override - final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certIssued_receiver, - _$GIdentitiesByNameData_identity_certIssued_receiver - ]; - @override - final String wireName = 'GIdentitiesByNameData_identity_certIssued_receiver'; - - @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certIssued_receiver object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), - ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } - return result; - } - - @override - GIdentitiesByNameData_identity_certIssued_receiver deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GIdentitiesByNameData_identity_certIssued_receiverBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, + case 'hash': + result.hash = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, + case 'remark': + result.remark = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'type': + result.type = serializers.deserialize(value, + specifiedType: const FullType(_i2.GCommentTypeEnum)) + as _i2.GCommentTypeEnum?; + break; } } @@ -5877,21 +6681,22 @@ class _$GIdentitiesByNameData_identity_certIssued_receiverSerializer } } -class _$GIdentitiesByNameData_identity_certIssuedAggregateSerializer +class _$GAccountByPkData_accountByPk_commentsIssuedAggregateSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_certIssuedAggregate> { + GAccountByPkData_accountByPk_commentsIssuedAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certIssuedAggregate, - _$GIdentitiesByNameData_identity_certIssuedAggregate + GAccountByPkData_accountByPk_commentsIssuedAggregate, + _$GAccountByPkData_accountByPk_commentsIssuedAggregate ]; @override - final String wireName = 'GIdentitiesByNameData_identity_certIssuedAggregate'; + final String wireName = + 'GAccountByPkData_accountByPk_commentsIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certIssuedAggregate object, + GAccountByPkData_accountByPk_commentsIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -5905,17 +6710,17 @@ class _$GIdentitiesByNameData_identity_certIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate))); + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate))); } return result; } @override - GIdentitiesByNameData_identity_certIssuedAggregate deserialize( + GAccountByPkData_accountByPk_commentsIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_certIssuedAggregateBuilder(); + new GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -5930,8 +6735,8 @@ class _$GIdentitiesByNameData_identity_certIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate))! - as GIdentitiesByNameData_identity_certIssuedAggregate_aggregate); + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate))! + as GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate); break; } } @@ -5940,22 +6745,22 @@ class _$GIdentitiesByNameData_identity_certIssuedAggregateSerializer } } -class _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate> { + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate, - _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate, + _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate'; + 'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate object, + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -5969,11 +6774,11 @@ class _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregateSerializer } @override - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate deserialize( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -5996,79 +6801,151 @@ class _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregateSerializer } } -class _$GIdentitiesByNameData_identity_certReceivedSerializer - implements - StructuredSerializer<GIdentitiesByNameData_identity_certReceived> { +class _$GAccountByPkData_accountByPk_identitySerializer + implements StructuredSerializer<GAccountByPkData_accountByPk_identity> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certReceived, - _$GIdentitiesByNameData_identity_certReceived + GAccountByPkData_accountByPk_identity, + _$GAccountByPkData_accountByPk_identity ]; @override - final String wireName = 'GIdentitiesByNameData_identity_certReceived'; + final String wireName = 'GAccountByPkData_accountByPk_identity'; @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certReceived object, + Iterable<Object?> serialize( + Serializers serializers, GAccountByPkData_accountByPk_identity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), + 'certIssued', + serializers.serialize(object.certIssued, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountByPkData_accountByPk_identity_certIssued) + ])), + 'certIssuedAggregate', + serializers.serialize(object.certIssuedAggregate, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssuedAggregate)), + 'certReceived', + serializers.serialize(object.certReceived, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountByPkData_accountByPk_identity_certReceived) + ])), + 'certReceivedAggregate', + serializers.serialize(object.certReceivedAggregate, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceivedAggregate)), 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), 'expireOn', serializers.serialize(object.expireOn, specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'index', + serializers.serialize(object.index, specifiedType: const FullType(int)), + 'isMember', + serializers.serialize(object.isMember, specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, + 'lastChangeOn', + serializers.serialize(object.lastChangeOn, specifiedType: const FullType(int)), + 'linkedAccount', + serializers.serialize(object.linkedAccount, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountByPkData_accountByPk_identity_linkedAccount) + ])), + 'linkedAccountAggregate', + serializers.serialize(object.linkedAccountAggregate, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate)), + 'membershipHistory', + serializers.serialize(object.membershipHistory, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountByPkData_accountByPk_identity_membershipHistory) + ])), + 'membershipHistoryAggregate', + serializers.serialize(object.membershipHistoryAggregate, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'ownerKeyChange', + serializers.serialize(object.ownerKeyChange, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountByPkData_accountByPk_identity_ownerKeyChange) + ])), + 'ownerKeyChangeAggregate', + serializers.serialize(object.ownerKeyChangeAggregate, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate)), ]; Object? value; - value = object.issuerId; + value = object.account; if (value != null) { result - ..add('issuerId') + ..add('account') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountByPkData_accountByPk_identity_account))); + } + value = object.accountId; + if (value != null) { + result + ..add('accountId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.issuer; + value = object.accountRemovedId; if (value != null) { result - ..add('issuer') + ..add('accountRemovedId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certReceived_issuer))); + specifiedType: const FullType(String))); } - value = object.receiverId; + value = object.createdInId; if (value != null) { result - ..add('receiverId') + ..add('createdInId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.receiver; + value = object.status; if (value != null) { result - ..add('receiver') + ..add('status') ..add(serializers.serialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certReceived_receiver))); + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } + value = object.smith; + if (value != null) { + result + ..add('smith') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountByPkData_accountByPk_identity_smith))); + } + value = object.udHistory; + if (value != null) { + result + ..add('udHistory') + ..add(serializers.serialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountByPkData_accountByPk_identity_udHistory) + ]))); } return result; } @override - GIdentitiesByNameData_identity_certReceived deserialize( + GAccountByPkData_accountByPk_identity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameData_identity_certReceivedBuilder(); + final result = new GAccountByPkData_accountByPk_identityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6080,29 +6957,48 @@ class _$GIdentitiesByNameData_identity_certReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_account))! + as GAccountByPkData_accountByPk_identity_account); break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, + case 'accountRemovedId': + result.accountRemovedId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'certIssued': + result.certIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountByPkData_accountByPk_identity_certIssued) + ]))! as BuiltList<Object?>); + break; + case 'certIssuedAggregate': + result.certIssuedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_certReceived_issuer))! - as GIdentitiesByNameData_identity_certReceived_issuer); + GAccountByPkData_accountByPk_identity_certIssuedAggregate))! + as GAccountByPkData_accountByPk_identity_certIssuedAggregate); break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'certReceived': + result.certReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountByPkData_accountByPk_identity_certReceived) + ]))! as BuiltList<Object?>); break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, + case 'certReceivedAggregate': + result.certReceivedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_certReceived_receiver))! - as GIdentitiesByNameData_identity_certReceived_receiver); + GAccountByPkData_accountByPk_identity_certReceivedAggregate))! + as GAccountByPkData_accountByPk_identity_certReceivedAggregate); + break; + case 'createdInId': + result.createdInId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; case 'createdOn': result.createdOn = serializers.deserialize(value, @@ -6112,36 +7008,158 @@ class _$GIdentitiesByNameData_identity_certReceivedSerializer result.expireOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'isActive': - result.isActive = serializers.deserialize(value, + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'index': + result.index = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, specifiedType: const FullType(bool))! as bool; break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, + case 'lastChangeOn': + result.lastChangeOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - } - } - - return result.build(); - } -} - -class _$GIdentitiesByNameData_identity_certReceived_issuerSerializer - implements - StructuredSerializer< - GIdentitiesByNameData_identity_certReceived_issuer> { - @override - final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certReceived_issuer, - _$GIdentitiesByNameData_identity_certReceived_issuer - ]; - @override - final String wireName = 'GIdentitiesByNameData_identity_certReceived_issuer'; - + case 'linkedAccount': + result.linkedAccount.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountByPkData_accountByPk_identity_linkedAccount) + ]))! as BuiltList<Object?>); + break; + case 'linkedAccountAggregate': + result.linkedAccountAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate))! + as GAccountByPkData_accountByPk_identity_linkedAccountAggregate); + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'membershipHistory': + result.membershipHistory.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountByPkData_accountByPk_identity_membershipHistory) + ]))! as BuiltList<Object?>); + break; + case 'membershipHistoryAggregate': + result.membershipHistoryAggregate.replace(serializers.deserialize( + value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate))! + as GAccountByPkData_accountByPk_identity_membershipHistoryAggregate); + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'ownerKeyChange': + result.ownerKeyChange.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountByPkData_accountByPk_identity_ownerKeyChange) + ]))! as BuiltList<Object?>); + break; + case 'ownerKeyChangeAggregate': + result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate))! + as GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate); + break; + case 'smith': + result.smith.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_smith))! + as GAccountByPkData_accountByPk_identity_smith); + break; + case 'udHistory': + result.udHistory.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountByPkData_accountByPk_identity_udHistory) + ]))! as BuiltList<Object?>); + break; + } + } + + return result.build(); + } +} + +class _$GAccountByPkData_accountByPk_identity_accountSerializer + implements + StructuredSerializer<GAccountByPkData_accountByPk_identity_account> { + @override + final Iterable<Type> types = const [ + GAccountByPkData_accountByPk_identity_account, + _$GAccountByPkData_accountByPk_identity_account + ]; + @override + final String wireName = 'GAccountByPkData_accountByPk_identity_account'; + @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certReceived_issuer object, + GAccountByPkData_accountByPk_identity_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountByPkData_accountByPk_identity_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountByPkData_accountByPk_identity_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GAccountByPkData_accountByPk_identity_certIssuedSerializer + implements + StructuredSerializer<GAccountByPkData_accountByPk_identity_certIssued> { + @override + final Iterable<Type> types = const [ + GAccountByPkData_accountByPk_identity_certIssued, + _$GAccountByPkData_accountByPk_identity_certIssued + ]; + @override + final String wireName = 'GAccountByPkData_accountByPk_identity_certIssued'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_identity_certIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -6149,36 +7167,59 @@ class _$GIdentitiesByNameData_identity_certReceived_issuerSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + 'isActive', + serializers.serialize(object.isActive, specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'updatedOn', + serializers.serialize(object.updatedOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.accountId; + value = object.issuerId; if (value != null) { result - ..add('accountId') + ..add('issuerId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.status; + value = object.issuer; if (value != null) { result - ..add('status') + ..add('issuer') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssued_issuer))); + } + value = object.receiverId; + if (value != null) { + result + ..add('receiverId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.receiver; + if (value != null) { + result + ..add('receiver') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssued_receiver))); } return result; } @override - GIdentitiesByNameData_identity_certReceived_issuer deserialize( + GAccountByPkData_accountByPk_identity_certIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_certReceived_issuerBuilder(); + new GAccountByPkData_accountByPk_identity_certIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6190,26 +7231,45 @@ class _$GIdentitiesByNameData_identity_certReceived_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'issuer': + result.issuer.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssued_issuer))! + as GAccountByPkData_accountByPk_identity_certIssued_issuer); break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'receiver': + result.receiver.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssued_receiver))! + as GAccountByPkData_accountByPk_identity_certIssued_receiver); + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'updatedOn': + result.updatedOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -6218,22 +7278,22 @@ class _$GIdentitiesByNameData_identity_certReceived_issuerSerializer } } -class _$GIdentitiesByNameData_identity_certReceived_receiverSerializer +class _$GAccountByPkData_accountByPk_identity_certIssued_issuerSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_certReceived_receiver> { + GAccountByPkData_accountByPk_identity_certIssued_issuer> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certReceived_receiver, - _$GIdentitiesByNameData_identity_certReceived_receiver + GAccountByPkData_accountByPk_identity_certIssued_issuer, + _$GAccountByPkData_accountByPk_identity_certIssued_issuer ]; @override final String wireName = - 'GIdentitiesByNameData_identity_certReceived_receiver'; + 'GAccountByPkData_accountByPk_identity_certIssued_issuer'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certReceived_receiver object, + GAccountByPkData_accountByPk_identity_certIssued_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -6246,6 +7306,9 @@ class _$GIdentitiesByNameData_identity_certReceived_receiverSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -6255,6 +7318,14 @@ class _$GIdentitiesByNameData_identity_certReceived_receiverSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssued_issuer_account))); + } value = object.status; if (value != null) { result @@ -6266,11 +7337,11 @@ class _$GIdentitiesByNameData_identity_certReceived_receiverSerializer } @override - GIdentitiesByNameData_identity_certReceived_receiver deserialize( + GAccountByPkData_accountByPk_identity_certIssued_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_certReceived_receiverBuilder(); + new GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6286,6 +7357,12 @@ class _$GIdentitiesByNameData_identity_certReceived_receiverSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssued_issuer_account))! + as GAccountByPkData_accountByPk_identity_certIssued_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -6303,6 +7380,10 @@ class _$GIdentitiesByNameData_identity_certReceived_receiverSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -6310,46 +7391,41 @@ class _$GIdentitiesByNameData_identity_certReceived_receiverSerializer } } -class _$GIdentitiesByNameData_identity_certReceivedAggregateSerializer +class _$GAccountByPkData_accountByPk_identity_certIssued_issuer_accountSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_certReceivedAggregate> { + GAccountByPkData_accountByPk_identity_certIssued_issuer_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certReceivedAggregate, - _$GIdentitiesByNameData_identity_certReceivedAggregate + GAccountByPkData_accountByPk_identity_certIssued_issuer_account, + _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account ]; @override final String wireName = - 'GIdentitiesByNameData_identity_certReceivedAggregate'; + 'GAccountByPkData_accountByPk_identity_certIssued_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certReceivedAggregate object, + GAccountByPkData_accountByPk_identity_certIssued_issuer_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate))); - } + return result; } @override - GIdentitiesByNameData_identity_certReceivedAggregate deserialize( + GAccountByPkData_accountByPk_identity_certIssued_issuer_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_certReceivedAggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6361,11 +7437,9 @@ class _$GIdentitiesByNameData_identity_certReceivedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate))! - as GIdentitiesByNameData_identity_certReceivedAggregate_aggregate); + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -6374,40 +7448,70 @@ class _$GIdentitiesByNameData_identity_certReceivedAggregateSerializer } } -class _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_identity_certIssued_receiverSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate> { + GAccountByPkData_accountByPk_identity_certIssued_receiver> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate, - _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + GAccountByPkData_accountByPk_identity_certIssued_receiver, + _$GAccountByPkData_accountByPk_identity_certIssued_receiver ]; @override final String wireName = - 'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate'; + 'GAccountByPkData_accountByPk_identity_certIssued_receiver'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate object, + GAccountByPkData_accountByPk_identity_certIssued_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; - + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssued_receiver_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } return result; } @override - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate deserialize( + GAccountByPkData_accountByPk_identity_certIssued_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6419,8 +7523,35 @@ class _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certIssued_receiver_account))! + as GAccountByPkData_accountByPk_identity_certIssued_receiver_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -6430,37 +7561,41 @@ class _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregateSerializer } } -class _$GIdentitiesByNameData_identity_linkedAccountSerializer +class _$GAccountByPkData_accountByPk_identity_certIssued_receiver_accountSerializer implements - StructuredSerializer<GIdentitiesByNameData_identity_linkedAccount> { + StructuredSerializer< + GAccountByPkData_accountByPk_identity_certIssued_receiver_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_linkedAccount, - _$GIdentitiesByNameData_identity_linkedAccount + GAccountByPkData_accountByPk_identity_certIssued_receiver_account, + _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account ]; @override - final String wireName = 'GIdentitiesByNameData_identity_linkedAccount'; + final String wireName = + 'GAccountByPkData_accountByPk_identity_certIssued_receiver_account'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_linkedAccount object, + GAccountByPkData_accountByPk_identity_certIssued_receiver_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GIdentitiesByNameData_identity_linkedAccount deserialize( + GAccountByPkData_accountByPk_identity_certIssued_receiver_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameData_identity_linkedAccountBuilder(); + final result = + new GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6472,9 +7607,9 @@ class _$GIdentitiesByNameData_identity_linkedAccountSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -6483,22 +7618,22 @@ class _$GIdentitiesByNameData_identity_linkedAccountSerializer } } -class _$GIdentitiesByNameData_identity_linkedAccountAggregateSerializer +class _$GAccountByPkData_accountByPk_identity_certIssuedAggregateSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_linkedAccountAggregate> { + GAccountByPkData_accountByPk_identity_certIssuedAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_linkedAccountAggregate, - _$GIdentitiesByNameData_identity_linkedAccountAggregate + GAccountByPkData_accountByPk_identity_certIssuedAggregate, + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate ]; @override final String wireName = - 'GIdentitiesByNameData_identity_linkedAccountAggregate'; + 'GAccountByPkData_accountByPk_identity_certIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_linkedAccountAggregate object, + GAccountByPkData_accountByPk_identity_certIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -6512,17 +7647,17 @@ class _$GIdentitiesByNameData_identity_linkedAccountAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate))); + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate))); } return result; } @override - GIdentitiesByNameData_identity_linkedAccountAggregate deserialize( + GAccountByPkData_accountByPk_identity_certIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_linkedAccountAggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6537,8 +7672,8 @@ class _$GIdentitiesByNameData_identity_linkedAccountAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate))! - as GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate); + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate))! + as GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate); break; } } @@ -6547,22 +7682,24 @@ class _$GIdentitiesByNameData_identity_linkedAccountAggregateSerializer } } -class _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate> { + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate, - _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate, + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate ]; @override final String wireName = - 'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate'; + 'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate'; @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate object, + Iterable<Object?> serialize( + Serializers serializers, + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -6576,11 +7713,11 @@ class _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateSerialize } @override - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6603,62 +7740,81 @@ class _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateSerialize } } -class _$GIdentitiesByNameData_identity_membershipHistorySerializer +class _$GAccountByPkData_accountByPk_identity_certReceivedSerializer implements - StructuredSerializer<GIdentitiesByNameData_identity_membershipHistory> { + StructuredSerializer< + GAccountByPkData_accountByPk_identity_certReceived> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_membershipHistory, - _$GIdentitiesByNameData_identity_membershipHistory + GAccountByPkData_accountByPk_identity_certReceived, + _$GAccountByPkData_accountByPk_identity_certReceived ]; @override - final String wireName = 'GIdentitiesByNameData_identity_membershipHistory'; + final String wireName = 'GAccountByPkData_accountByPk_identity_certReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_membershipHistory object, + GAccountByPkData_accountByPk_identity_certReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), + 'updatedOn', + serializers.serialize(object.updatedOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.eventId; + value = object.issuerId; if (value != null) { result - ..add('eventId') + ..add('issuerId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.eventType; + value = object.issuer; if (value != null) { result - ..add('eventType') + ..add('issuer') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceived_issuer))); } - value = object.identityId; + value = object.receiverId; if (value != null) { result - ..add('identityId') + ..add('receiverId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.receiver; + if (value != null) { + result + ..add('receiver') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceived_receiver))); + } return result; } @override - GIdentitiesByNameData_identity_membershipHistory deserialize( + GAccountByPkData_accountByPk_identity_certReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_membershipHistoryBuilder(); + new GAccountByPkData_accountByPk_identity_certReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6670,74 +7826,117 @@ class _$GIdentitiesByNameData_identity_membershipHistorySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'eventId': - result.eventId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'eventType': - result.eventType = serializers.deserialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum)) - as _i2.GEventTypeEnum?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'identityId': - result.identityId = serializers.deserialize(value, + case 'issuerId': + result.issuerId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - } - } - - return result.build(); - } -} - -class _$GIdentitiesByNameData_identity_membershipHistoryAggregateSerializer - implements - StructuredSerializer< - GIdentitiesByNameData_identity_membershipHistoryAggregate> { - @override - final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_membershipHistoryAggregate, - _$GIdentitiesByNameData_identity_membershipHistoryAggregate + case 'issuer': + result.issuer.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceived_issuer))! + as GAccountByPkData_accountByPk_identity_certReceived_issuer); + break; + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'receiver': + result.receiver.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceived_receiver))! + as GAccountByPkData_accountByPk_identity_certReceived_receiver); + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'updatedOn': + result.updatedOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GAccountByPkData_accountByPk_identity_certReceived_issuerSerializer + implements + StructuredSerializer< + GAccountByPkData_accountByPk_identity_certReceived_issuer> { + @override + final Iterable<Type> types = const [ + GAccountByPkData_accountByPk_identity_certReceived_issuer, + _$GAccountByPkData_accountByPk_identity_certReceived_issuer ]; @override final String wireName = - 'GIdentitiesByNameData_identity_membershipHistoryAggregate'; + 'GAccountByPkData_accountByPk_identity_certReceived_issuer'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_membershipHistoryAggregate object, + GAccountByPkData_accountByPk_identity_certReceived_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.accountId; if (value != null) { result - ..add('aggregate') + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate))); + GAccountByPkData_accountByPk_identity_certReceived_issuer_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GIdentitiesByNameData_identity_membershipHistoryAggregate deserialize( + GAccountByPkData_accountByPk_identity_certReceived_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6749,11 +7948,36 @@ class _$GIdentitiesByNameData_identity_membershipHistoryAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate))! - as GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate); + GAccountByPkData_accountByPk_identity_certReceived_issuer_account))! + as GAccountByPkData_accountByPk_identity_certReceived_issuer_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -6762,42 +7986,41 @@ class _$GIdentitiesByNameData_identity_membershipHistoryAggregateSerializer } } -class _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_identity_certReceived_issuer_accountSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate> { + GAccountByPkData_accountByPk_identity_certReceived_issuer_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate, - _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + GAccountByPkData_accountByPk_identity_certReceived_issuer_account, + _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account ]; @override final String wireName = - 'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate'; + 'GAccountByPkData_accountByPk_identity_certReceived_issuer_account'; @override - Iterable<Object?> serialize( - Serializers serializers, - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_identity_certReceived_issuer_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountByPkData_accountByPk_identity_certReceived_issuer_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6809,8 +8032,8 @@ class _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateSeria result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -6820,20 +8043,22 @@ class _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateSeria } } -class _$GIdentitiesByNameData_identity_ownerKeyChangeSerializer +class _$GAccountByPkData_accountByPk_identity_certReceived_receiverSerializer implements - StructuredSerializer<GIdentitiesByNameData_identity_ownerKeyChange> { + StructuredSerializer< + GAccountByPkData_accountByPk_identity_certReceived_receiver> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_ownerKeyChange, - _$GIdentitiesByNameData_identity_ownerKeyChange + GAccountByPkData_accountByPk_identity_certReceived_receiver, + _$GAccountByPkData_accountByPk_identity_certReceived_receiver ]; @override - final String wireName = 'GIdentitiesByNameData_identity_ownerKeyChange'; + final String wireName = + 'GAccountByPkData_accountByPk_identity_certReceived_receiver'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_ownerKeyChange object, + GAccountByPkData_accountByPk_identity_certReceived_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -6841,40 +8066,47 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, specifiedType: const FullType(int)), ]; Object? value; - value = object.identityId; + value = object.accountId; if (value != null) { result - ..add('identityId') + ..add('accountId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.nextId; + value = object.account; if (value != null) { result - ..add('nextId') + ..add('account') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceived_receiver_account))); } - value = object.previousId; + value = object.status; if (value != null) { result - ..add('previousId') + ..add('status') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GIdentitiesByNameData_identity_ownerKeyChange deserialize( + GAccountByPkData_accountByPk_identity_certReceived_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameData_identity_ownerKeyChangeBuilder(); + final result = + new GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6886,25 +8118,36 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceived_receiver_account))! + as GAccountByPkData_accountByPk_identity_certReceived_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; break; - case 'identityId': - result.identityId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; break; - case 'nextId': - result.nextId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'previousId': - result.previousId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -6913,46 +8156,43 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeSerializer } } -class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregateSerializer +class _$GAccountByPkData_accountByPk_identity_certReceived_receiver_accountSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_ownerKeyChangeAggregate> { + GAccountByPkData_accountByPk_identity_certReceived_receiver_account> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_ownerKeyChangeAggregate, - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate + GAccountByPkData_accountByPk_identity_certReceived_receiver_account, + _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account ]; @override final String wireName = - 'GIdentitiesByNameData_identity_ownerKeyChangeAggregate'; + 'GAccountByPkData_accountByPk_identity_certReceived_receiver_account'; @override - Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_ownerKeyChangeAggregate object, + Iterable<Object?> serialize( + Serializers serializers, + GAccountByPkData_accountByPk_identity_certReceived_receiver_account + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate))); - } + return result; } @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountByPkData_accountByPk_identity_certReceived_receiver_account + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -6964,11 +8204,9 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate))! - as GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate); + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -6977,40 +8215,46 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregateSerializer } } -class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_identity_certReceivedAggregateSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate> { + GAccountByPkData_accountByPk_identity_certReceivedAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate, - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate + GAccountByPkData_accountByPk_identity_certReceivedAggregate, + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate ]; @override final String wireName = - 'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate'; + 'GAccountByPkData_accountByPk_identity_certReceivedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate object, + GAccountByPkData_accountByPk_identity_certReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.aggregate; + if (value != null) { + result + ..add('aggregate') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate))); + } return result; } @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate deserialize( + GAccountByPkData_accountByPk_identity_certReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7022,9 +8266,11 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateSerializ result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate))! + as GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate); break; } } @@ -7033,63 +8279,42 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateSerializ } } -class _$GIdentitiesByNameData_identity_smithSerializer - implements StructuredSerializer<GIdentitiesByNameData_identity_smith> { +class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateSerializer + implements + StructuredSerializer< + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_smith, - _$GIdentitiesByNameData_identity_smith + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate, + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate ]; @override - final String wireName = 'GIdentitiesByNameData_identity_smith'; + final String wireName = + 'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByNameData_identity_smith object, + Serializers serializers, + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'forged', - serializers.serialize(object.forged, specifiedType: const FullType(int)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'smithCertIssued', - serializers.serialize(object.smithCertIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameData_identity_smith_smithCertIssued) - ])), - 'smithCertReceived', - serializers.serialize(object.smithCertReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameData_identity_smith_smithCertReceived) - ])), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - Object? value; - value = object.lastChanged; - if (value != null) { - result - ..add('lastChanged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } - value = object.lastForged; - if (value != null) { - result - ..add('lastForged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } + return result; } @override - GIdentitiesByNameData_identity_smith deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameData_identity_smithBuilder(); + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7101,40 +8326,10 @@ class _$GIdentitiesByNameData_identity_smithSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'forged': - result.forged = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'index': - result.index = serializers.deserialize(value, + case 'count': + result.count = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'lastChanged': - result.lastChanged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; - break; - case 'lastForged': - result.lastForged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; - break; - case 'smithCertIssued': - result.smithCertIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameData_identity_smith_smithCertIssued) - ]))! as BuiltList<Object?>); - break; - case 'smithCertReceived': - result.smithCertReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameData_identity_smith_smithCertReceived) - ]))! as BuiltList<Object?>); - break; } } @@ -7142,22 +8337,21 @@ class _$GIdentitiesByNameData_identity_smithSerializer } } -class _$GIdentitiesByNameData_identity_smith_smithCertIssuedSerializer +class _$GAccountByPkData_accountByPk_identity_linkedAccountSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_smith_smithCertIssued> { + GAccountByPkData_accountByPk_identity_linkedAccount> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_smith_smithCertIssued, - _$GIdentitiesByNameData_identity_smith_smithCertIssued + GAccountByPkData_accountByPk_identity_linkedAccount, + _$GAccountByPkData_accountByPk_identity_linkedAccount ]; @override - final String wireName = - 'GIdentitiesByNameData_identity_smith_smithCertIssued'; + final String wireName = 'GAccountByPkData_accountByPk_identity_linkedAccount'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_smith_smithCertIssued object, + GAccountByPkData_accountByPk_identity_linkedAccount object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -7165,34 +8359,17 @@ class _$GIdentitiesByNameData_identity_smith_smithCertIssuedSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), ]; - Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } + return result; } @override - GIdentitiesByNameData_identity_smith_smithCertIssued deserialize( + GAccountByPkData_accountByPk_identity_linkedAccount deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder(); + new GAccountByPkData_accountByPk_identity_linkedAccountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7208,18 +8385,6 @@ class _$GIdentitiesByNameData_identity_smith_smithCertIssuedSerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; } } @@ -7227,57 +8392,46 @@ class _$GIdentitiesByNameData_identity_smith_smithCertIssuedSerializer } } -class _$GIdentitiesByNameData_identity_smith_smithCertReceivedSerializer +class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregateSerializer implements StructuredSerializer< - GIdentitiesByNameData_identity_smith_smithCertReceived> { + GAccountByPkData_accountByPk_identity_linkedAccountAggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_smith_smithCertReceived, - _$GIdentitiesByNameData_identity_smith_smithCertReceived + GAccountByPkData_accountByPk_identity_linkedAccountAggregate, + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate ]; @override final String wireName = - 'GIdentitiesByNameData_identity_smith_smithCertReceived'; + 'GAccountByPkData_accountByPk_identity_linkedAccountAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentitiesByNameData_identity_smith_smithCertReceived object, + GAccountByPkData_accountByPk_identity_linkedAccountAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; + value = object.aggregate; if (value != null) { result - ..add('receiverId') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate))); } return result; } @override - GIdentitiesByNameData_identity_smith_smithCertReceived deserialize( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder(); + new GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7289,21 +8443,11 @@ class _$GIdentitiesByNameData_identity_smith_smithCertReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate))! + as GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate); break; } } @@ -7312,41 +8456,42 @@ class _$GIdentitiesByNameData_identity_smith_smithCertReceivedSerializer } } -class _$GIdentitiesByNameData_identity_udHistorySerializer - implements StructuredSerializer<GIdentitiesByNameData_identity_udHistory> { +class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateSerializer + implements + StructuredSerializer< + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentitiesByNameData_identity_udHistory, - _$GIdentitiesByNameData_identity_udHistory + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate, + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate ]; @override - final String wireName = 'GIdentitiesByNameData_identity_udHistory'; + final String wireName = + 'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentitiesByNameData_identity_udHistory object, + Serializers serializers, + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; return result; } @override - GIdentitiesByNameData_identity_udHistory deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentitiesByNameData_identity_udHistoryBuilder(); + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7358,19 +8503,10 @@ class _$GIdentitiesByNameData_identity_udHistorySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'amount': - result.amount = serializers.deserialize(value, + case 'count': + result.count = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); - break; } } @@ -7378,37 +8514,64 @@ class _$GIdentitiesByNameData_identity_udHistorySerializer } } -class _$GAccountByPkDataSerializer - implements StructuredSerializer<GAccountByPkData> { +class _$GAccountByPkData_accountByPk_identity_membershipHistorySerializer + implements + StructuredSerializer< + GAccountByPkData_accountByPk_identity_membershipHistory> { @override - final Iterable<Type> types = const [GAccountByPkData, _$GAccountByPkData]; + final Iterable<Type> types = const [ + GAccountByPkData_accountByPk_identity_membershipHistory, + _$GAccountByPkData_accountByPk_identity_membershipHistory + ]; @override - final String wireName = 'GAccountByPkData'; + final String wireName = + 'GAccountByPkData_accountByPk_identity_membershipHistory'; @override - Iterable<Object?> serialize(Serializers serializers, GAccountByPkData object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_identity_membershipHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; Object? value; - value = object.accountByPk; + value = object.eventId; if (value != null) { result - ..add('accountByPk') + ..add('eventId') ..add(serializers.serialize(value, - specifiedType: const FullType(GAccountByPkData_accountByPk))); + specifiedType: const FullType(String))); + } + value = object.eventType; + if (value != null) { + result + ..add('eventType') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GEventTypeEnum))); + } + value = object.identityId; + if (value != null) { + result + ..add('identityId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); } return result; } @override - GAccountByPkData deserialize( + GAccountByPkData_accountByPk_identity_membershipHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkDataBuilder(); + final result = + new GAccountByPkData_accountByPk_identity_membershipHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7420,10 +8583,26 @@ class _$GAccountByPkDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountByPk': - result.accountByPk.replace(serializers.deserialize(value, - specifiedType: const FullType(GAccountByPkData_accountByPk))! - as GAccountByPkData_accountByPk); + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'eventId': + result.eventId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'eventType': + result.eventType = serializers.deserialize(value, + specifiedType: const FullType(_i2.GEventTypeEnum)) + as _i2.GEventTypeEnum?; + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'identityId': + result.identityId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; } } @@ -7432,103 +8611,46 @@ class _$GAccountByPkDataSerializer } } -class _$GAccountByPkData_accountByPkSerializer - implements StructuredSerializer<GAccountByPkData_accountByPk> { +class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregateSerializer + implements + StructuredSerializer< + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk, - _$GAccountByPkData_accountByPk + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate, + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate ]; @override - final String wireName = 'GAccountByPkData_accountByPk'; + final String wireName = + 'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountByPkData_accountByPk object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'commentsIssued', - serializers.serialize(object.commentsIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_commentsIssued) - ])), - 'commentsIssuedAggregate', - serializers.serialize(object.commentsIssuedAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_commentsIssuedAggregate)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'removedIdentities', - serializers.serialize(object.removedIdentities, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_removedIdentities) - ])), - 'removedIdentitiesAggregate', - serializers.serialize(object.removedIdentitiesAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_removedIdentitiesAggregate)), - 'transfersIssued', - serializers.serialize(object.transfersIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_transfersIssued) - ])), - 'transfersIssuedAggregate', - serializers.serialize(object.transfersIssuedAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssuedAggregate)), - 'transfersReceived', - serializers.serialize(object.transfersReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_transfersReceived) - ])), - 'transfersReceivedAggregate', - serializers.serialize(object.transfersReceivedAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceivedAggregate)), - 'wasIdentity', - serializers.serialize(object.wasIdentity, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_wasIdentity) - ])), - 'wasIdentityAggregate', - serializers.serialize(object.wasIdentityAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_wasIdentityAggregate)), ]; Object? value; - value = object.identity; - if (value != null) { - result - ..add('identity') - ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountByPkData_accountByPk_identity))); - } - value = object.linkedIdentity; + value = object.aggregate; if (value != null) { result - ..add('linkedIdentity') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountByPkData_accountByPk_linkedIdentity))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate))); } return result; } @override - GAccountByPkData_accountByPk deserialize( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPkBuilder(); + final result = + new GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7540,91 +8662,69 @@ class _$GAccountByPkData_accountByPkSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'commentsIssued': - result.commentsIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_commentsIssued) - ]))! as BuiltList<Object?>); - break; - case 'commentsIssuedAggregate': - result.commentsIssuedAggregate.replace(serializers.deserialize(value, + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_commentsIssuedAggregate))! - as GAccountByPkData_accountByPk_commentsIssuedAggregate); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate))! + as GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate); break; - case 'id': - result.id = serializers.deserialize(value, + } + } + + return result.build(); + } +} + +class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateSerializer + implements + StructuredSerializer< + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate> { + @override + final Iterable<Type> types = const [ + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate, + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + ]; + @override + final String wireName = + 'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate'; + + @override + Iterable<Object?> serialize( + Serializers serializers, + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'identity': - result.identity.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountByPkData_accountByPk_identity))! - as GAccountByPkData_accountByPk_identity); - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'linkedIdentity': - result.linkedIdentity.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_linkedIdentity))! - as GAccountByPkData_accountByPk_linkedIdentity); - break; - case 'removedIdentities': - result.removedIdentities.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_removedIdentities) - ]))! as BuiltList<Object?>); - break; - case 'removedIdentitiesAggregate': - result.removedIdentitiesAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_removedIdentitiesAggregate))! - as GAccountByPkData_accountByPk_removedIdentitiesAggregate); - break; - case 'transfersIssued': - result.transfersIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_transfersIssued) - ]))! as BuiltList<Object?>); - break; - case 'transfersIssuedAggregate': - result.transfersIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssuedAggregate))! - as GAccountByPkData_accountByPk_transfersIssuedAggregate); - break; - case 'transfersReceived': - result.transfersReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_transfersReceived) - ]))! as BuiltList<Object?>); - break; - case 'transfersReceivedAggregate': - result.transfersReceivedAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceivedAggregate))! - as GAccountByPkData_accountByPk_transfersReceivedAggregate); - break; - case 'wasIdentity': - result.wasIdentity.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_wasIdentity) - ]))! as BuiltList<Object?>); - break; - case 'wasIdentityAggregate': - result.wasIdentityAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_wasIdentityAggregate))! - as GAccountByPkData_accountByPk_wasIdentityAggregate); + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -7633,66 +8733,64 @@ class _$GAccountByPkData_accountByPkSerializer } } -class _$GAccountByPkData_accountByPk_commentsIssuedSerializer +class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeSerializer implements - StructuredSerializer<GAccountByPkData_accountByPk_commentsIssued> { + StructuredSerializer< + GAccountByPkData_accountByPk_identity_ownerKeyChange> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_commentsIssued, - _$GAccountByPkData_accountByPk_commentsIssued + GAccountByPkData_accountByPk_identity_ownerKeyChange, + _$GAccountByPkData_accountByPk_identity_ownerKeyChange ]; @override - final String wireName = 'GAccountByPkData_accountByPk_commentsIssued'; + final String wireName = + 'GAccountByPkData_accountByPk_identity_ownerKeyChange'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_commentsIssued object, + GAccountByPkData_accountByPk_identity_ownerKeyChange object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), 'blockNumber', serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), - 'hash', - serializers.serialize(object.hash, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), ]; Object? value; - value = object.authorId; + value = object.identityId; if (value != null) { result - ..add('authorId') + ..add('identityId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.eventId; + value = object.nextId; if (value != null) { result - ..add('eventId') + ..add('nextId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.type; + value = object.previousId; if (value != null) { result - ..add('type') + ..add('previousId') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum))); + specifiedType: const FullType(String))); } return result; } @override - GAccountByPkData_accountByPk_commentsIssued deserialize( + GAccountByPkData_accountByPk_identity_ownerKeyChange deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_commentsIssuedBuilder(); + final result = + new GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7704,34 +8802,25 @@ class _$GAccountByPkData_accountByPk_commentsIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'authorId': - result.authorId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; case 'blockNumber': result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'eventId': - result.eventId = serializers.deserialize(value, + case 'identityId': + result.identityId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'hash': - result.hash = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'remark': - result.remark = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'nextId': + result.nextId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'type': - result.type = serializers.deserialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum)) - as _i2.GCommentTypeEnum?; + case 'previousId': + result.previousId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; } } @@ -7740,22 +8829,22 @@ class _$GAccountByPkData_accountByPk_commentsIssuedSerializer } } -class _$GAccountByPkData_accountByPk_commentsIssuedAggregateSerializer +class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_commentsIssuedAggregate> { + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_commentsIssuedAggregate, - _$GAccountByPkData_accountByPk_commentsIssuedAggregate + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate, + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_commentsIssuedAggregate'; + 'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_commentsIssuedAggregate object, + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -7769,17 +8858,17 @@ class _$GAccountByPkData_accountByPk_commentsIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate))); + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate))); } return result; } @override - GAccountByPkData_accountByPk_commentsIssuedAggregate deserialize( + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder(); + new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7794,8 +8883,8 @@ class _$GAccountByPkData_accountByPk_commentsIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate))! - as GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate); + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate))! + as GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate); break; } } @@ -7804,22 +8893,24 @@ class _$GAccountByPkData_accountByPk_commentsIssuedAggregateSerializer } } -class _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate> { + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate, - _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate, + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate'; + 'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate object, + Iterable<Object?> serialize( + Serializers serializers, + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -7833,11 +8924,11 @@ class _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateSerializer } @override - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -7860,143 +8951,65 @@ class _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateSerializer } } -class _$GAccountByPkData_accountByPk_identitySerializer - implements StructuredSerializer<GAccountByPkData_accountByPk_identity> { +class _$GAccountByPkData_accountByPk_identity_smithSerializer + implements + StructuredSerializer<GAccountByPkData_accountByPk_identity_smith> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity, - _$GAccountByPkData_accountByPk_identity + GAccountByPkData_accountByPk_identity_smith, + _$GAccountByPkData_accountByPk_identity_smith ]; @override - final String wireName = 'GAccountByPkData_accountByPk_identity'; + final String wireName = 'GAccountByPkData_accountByPk_identity_smith'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountByPkData_accountByPk_identity object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_identity_smith object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'certIssued', - serializers.serialize(object.certIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_identity_certIssued) - ])), - 'certIssuedAggregate', - serializers.serialize(object.certIssuedAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certIssuedAggregate)), - 'certReceived', - serializers.serialize(object.certReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_identity_certReceived) - ])), - 'certReceivedAggregate', - serializers.serialize(object.certReceivedAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certReceivedAggregate)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'forged', + serializers.serialize(object.forged, specifiedType: const FullType(int)), 'index', serializers.serialize(object.index, specifiedType: const FullType(int)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'lastChangeOn', - serializers.serialize(object.lastChangeOn, - specifiedType: const FullType(int)), - 'linkedAccount', - serializers.serialize(object.linkedAccount, + 'smithCertIssued', + serializers.serialize(object.smithCertIssued, specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_identity_linkedAccount) + const FullType( + GAccountByPkData_accountByPk_identity_smith_smithCertIssued) ])), - 'linkedAccountAggregate', - serializers.serialize(object.linkedAccountAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate)), - 'membershipHistory', - serializers.serialize(object.membershipHistory, + 'smithCertReceived', + serializers.serialize(object.smithCertReceived, specifiedType: const FullType(BuiltList, const [ const FullType( - GAccountByPkData_accountByPk_identity_membershipHistory) + GAccountByPkData_accountByPk_identity_smith_smithCertReceived) ])), - 'membershipHistoryAggregate', - serializers.serialize(object.membershipHistoryAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), - 'ownerKeyChange', - serializers.serialize(object.ownerKeyChange, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_identity_ownerKeyChange) - ])), - 'ownerKeyChangeAggregate', - serializers.serialize(object.ownerKeyChangeAggregate, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.accountRemovedId; - if (value != null) { - result - ..add('accountRemovedId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.createdInId; - if (value != null) { - result - ..add('createdInId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } - value = object.smith; + value = object.lastChanged; if (value != null) { result - ..add('smith') - ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountByPkData_accountByPk_identity_smith))); + ..add('lastChanged') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); } - value = object.udHistory; + value = object.lastForged; if (value != null) { result - ..add('udHistory') - ..add(serializers.serialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_identity_udHistory) - ]))); + ..add('lastForged') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); } return result; } @override - GAccountByPkData_accountByPk_identity deserialize( + GAccountByPkData_accountByPk_identity_smith deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_identityBuilder(); + final result = new GAccountByPkData_accountByPk_identity_smithBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8008,126 +9021,38 @@ class _$GAccountByPkData_accountByPk_identitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'accountRemovedId': - result.accountRemovedId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'certIssued': - result.certIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_identity_certIssued) - ]))! as BuiltList<Object?>); - break; - case 'certIssuedAggregate': - result.certIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certIssuedAggregate))! - as GAccountByPkData_accountByPk_identity_certIssuedAggregate); - break; - case 'certReceived': - result.certReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountByPkData_accountByPk_identity_certReceived) - ]))! as BuiltList<Object?>); - break; - case 'certReceivedAggregate': - result.certReceivedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certReceivedAggregate))! - as GAccountByPkData_accountByPk_identity_certReceivedAggregate); - break; - case 'createdInId': - result.createdInId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'index': - result.index = serializers.deserialize(value, + case 'forged': + result.forged = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'lastChangeOn': - result.lastChangeOn = serializers.deserialize(value, + case 'index': + result.index = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'linkedAccount': - result.linkedAccount.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountByPkData_accountByPk_identity_linkedAccount) - ]))! as BuiltList<Object?>); - break; - case 'linkedAccountAggregate': - result.linkedAccountAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate))! - as GAccountByPkData_accountByPk_identity_linkedAccountAggregate); + case 'lastChanged': + result.lastChanged = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'lastForged': + result.lastForged = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; - case 'membershipHistory': - result.membershipHistory.replace(serializers.deserialize(value, + case 'smithCertIssued': + result.smithCertIssued.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ const FullType( - GAccountByPkData_accountByPk_identity_membershipHistory) + GAccountByPkData_accountByPk_identity_smith_smithCertIssued) ]))! as BuiltList<Object?>); break; - case 'membershipHistoryAggregate': - result.membershipHistoryAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate))! - as GAccountByPkData_accountByPk_identity_membershipHistoryAggregate); - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'ownerKeyChange': - result.ownerKeyChange.replace(serializers.deserialize(value, + case 'smithCertReceived': + result.smithCertReceived.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ const FullType( - GAccountByPkData_accountByPk_identity_ownerKeyChange) - ]))! as BuiltList<Object?>); - break; - case 'ownerKeyChangeAggregate': - result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate))! - as GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate); - break; - case 'smith': - result.smith.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_smith))! - as GAccountByPkData_accountByPk_identity_smith); - break; - case 'udHistory': - result.udHistory.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountByPkData_accountByPk_identity_udHistory) + GAccountByPkData_accountByPk_identity_smith_smithCertReceived) ]))! as BuiltList<Object?>); break; } @@ -8137,20 +9062,22 @@ class _$GAccountByPkData_accountByPk_identitySerializer } } -class _$GAccountByPkData_accountByPk_identity_certIssuedSerializer +class _$GAccountByPkData_accountByPk_identity_smith_smithCertIssuedSerializer implements - StructuredSerializer<GAccountByPkData_accountByPk_identity_certIssued> { + StructuredSerializer< + GAccountByPkData_accountByPk_identity_smith_smithCertIssued> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certIssued, - _$GAccountByPkData_accountByPk_identity_certIssued + GAccountByPkData_accountByPk_identity_smith_smithCertIssued, + _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued ]; @override - final String wireName = 'GAccountByPkData_accountByPk_identity_certIssued'; + final String wireName = + 'GAccountByPkData_accountByPk_identity_smith_smithCertIssued'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_certIssued object, + GAccountByPkData_accountByPk_identity_smith_smithCertIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -8161,15 +9088,6 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedSerializer 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), ]; Object? value; value = object.issuerId; @@ -8179,14 +9097,6 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.issuer; - if (value != null) { - result - ..add('issuer') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certIssued_issuer))); - } value = object.receiverId; if (value != null) { result @@ -8194,23 +9104,15 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.receiver; - if (value != null) { - result - ..add('receiver') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certIssued_receiver))); - } return result; } @override - GAccountByPkData_accountByPk_identity_certIssued deserialize( + GAccountByPkData_accountByPk_identity_smith_smithCertIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_certIssuedBuilder(); + new GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8230,38 +9132,14 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedSerializer result.issuerId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certIssued_issuer))! - as GAccountByPkData_accountByPk_identity_certIssued_issuer); - break; case 'receiverId': result.receiverId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certIssued_receiver))! - as GAccountByPkData_accountByPk_identity_certIssued_receiver); - break; case 'createdOn': result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; } } @@ -8269,22 +9147,22 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedSerializer } } -class _$GAccountByPkData_accountByPk_identity_certIssued_issuerSerializer +class _$GAccountByPkData_accountByPk_identity_smith_smithCertReceivedSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_certIssued_issuer> { + GAccountByPkData_accountByPk_identity_smith_smithCertReceived> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certIssued_issuer, - _$GAccountByPkData_accountByPk_identity_certIssued_issuer + GAccountByPkData_accountByPk_identity_smith_smithCertReceived, + _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_certIssued_issuer'; + 'GAccountByPkData_accountByPk_identity_smith_smithCertReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_certIssued_issuer object, + GAccountByPkData_accountByPk_identity_smith_smithCertReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -8292,36 +9170,34 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_issuerSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.accountId; + value = object.issuerId; if (value != null) { result - ..add('accountId') + ..add('issuerId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.status; + value = object.receiverId; if (value != null) { result - ..add('status') + ..add('receiverId') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType(String))); } return result; } @override - GAccountByPkData_accountByPk_identity_certIssued_issuer deserialize( + GAccountByPkData_accountByPk_identity_smith_smithCertReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder(); + new GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8333,26 +9209,21 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -8361,22 +9232,20 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_issuerSerializer } } -class _$GAccountByPkData_accountByPk_identity_certIssued_receiverSerializer +class _$GAccountByPkData_accountByPk_identity_udHistorySerializer implements - StructuredSerializer< - GAccountByPkData_accountByPk_identity_certIssued_receiver> { + StructuredSerializer<GAccountByPkData_accountByPk_identity_udHistory> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certIssued_receiver, - _$GAccountByPkData_accountByPk_identity_certIssued_receiver + GAccountByPkData_accountByPk_identity_udHistory, + _$GAccountByPkData_accountByPk_identity_udHistory ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_identity_certIssued_receiver'; + final String wireName = 'GAccountByPkData_accountByPk_identity_udHistory'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_certIssued_receiver object, + GAccountByPkData_accountByPk_identity_udHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -8384,36 +9253,21 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_receiverSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountByPkData_accountByPk_identity_certIssued_receiver deserialize( + GAccountByPkData_accountByPk_identity_udHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder(); + final result = new GAccountByPkData_accountByPk_identity_udHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8425,26 +9279,18 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_receiverSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; } } @@ -8453,46 +9299,67 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_receiverSerializer } } -class _$GAccountByPkData_accountByPk_identity_certIssuedAggregateSerializer +class _$GAccountByPkData_accountByPk_linkedIdentitySerializer implements - StructuredSerializer< - GAccountByPkData_accountByPk_identity_certIssuedAggregate> { + StructuredSerializer<GAccountByPkData_accountByPk_linkedIdentity> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certIssuedAggregate, - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate + GAccountByPkData_accountByPk_linkedIdentity, + _$GAccountByPkData_accountByPk_linkedIdentity ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_identity_certIssuedAggregate'; + final String wireName = 'GAccountByPkData_accountByPk_linkedIdentity'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_certIssuedAggregate object, + GAccountByPkData_accountByPk_linkedIdentity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.accountId; if (value != null) { result - ..add('aggregate') + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate))); + GAccountByPkData_accountByPk_linkedIdentity_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate deserialize( + GAccountByPkData_accountByPk_linkedIdentity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder(); + final result = new GAccountByPkData_accountByPk_linkedIdentityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8504,11 +9371,36 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate))! - as GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate); + GAccountByPkData_accountByPk_linkedIdentity_account))! + as GAccountByPkData_accountByPk_linkedIdentity_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -8517,42 +9409,40 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedAggregateSerializer } } -class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_linkedIdentity_accountSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate> { + GAccountByPkData_accountByPk_linkedIdentity_account> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate, - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + GAccountByPkData_accountByPk_linkedIdentity_account, + _$GAccountByPkData_accountByPk_linkedIdentity_account ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate'; + final String wireName = 'GAccountByPkData_accountByPk_linkedIdentity_account'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_linkedIdentity_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountByPkData_accountByPk_linkedIdentity_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_linkedIdentity_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8564,8 +9454,8 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateSeria result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -8575,21 +9465,20 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateSeria } } -class _$GAccountByPkData_accountByPk_identity_certReceivedSerializer +class _$GAccountByPkData_accountByPk_removedIdentitiesSerializer implements - StructuredSerializer< - GAccountByPkData_accountByPk_identity_certReceived> { + StructuredSerializer<GAccountByPkData_accountByPk_removedIdentities> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certReceived, - _$GAccountByPkData_accountByPk_identity_certReceived + GAccountByPkData_accountByPk_removedIdentities, + _$GAccountByPkData_accountByPk_removedIdentities ]; @override - final String wireName = 'GAccountByPkData_accountByPk_identity_certReceived'; + final String wireName = 'GAccountByPkData_accountByPk_removedIdentities'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_certReceived object, + GAccountByPkData_accountByPk_removedIdentities object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -8597,59 +9486,46 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), 'expireOn', serializers.serialize(object.expireOn, specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; + value = object.accountId; if (value != null) { result - ..add('issuerId') + ..add('accountId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.issuer; + value = object.account; if (value != null) { result - ..add('issuer') + ..add('account') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certReceived_issuer))); + GAccountByPkData_accountByPk_removedIdentities_account))); } - value = object.receiverId; + value = object.status; if (value != null) { result - ..add('receiverId') + ..add('status') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiver; - if (value != null) { - result - ..add('receiver') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certReceived_receiver))); + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GAccountByPkData_accountByPk_identity_certReceived deserialize( + GAccountByPkData_accountByPk_removedIdentities deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_identity_certReceivedBuilder(); + final result = new GAccountByPkData_accountByPk_removedIdentitiesBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8661,46 +9537,37 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, + case 'account': + result.account.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certReceived_issuer))! - as GAccountByPkData_accountByPk_identity_certReceived_issuer); + GAccountByPkData_accountByPk_removedIdentities_account))! + as GAccountByPkData_accountByPk_removedIdentities_account); break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certReceived_receiver))! - as GAccountByPkData_accountByPk_identity_certReceived_receiver); + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; case 'expireOn': result.expireOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; } } @@ -8708,59 +9575,41 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedSerializer } } -class _$GAccountByPkData_accountByPk_identity_certReceived_issuerSerializer +class _$GAccountByPkData_accountByPk_removedIdentities_accountSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_certReceived_issuer> { + GAccountByPkData_accountByPk_removedIdentities_account> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certReceived_issuer, - _$GAccountByPkData_accountByPk_identity_certReceived_issuer + GAccountByPkData_accountByPk_removedIdentities_account, + _$GAccountByPkData_accountByPk_removedIdentities_account ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_certReceived_issuer'; + 'GAccountByPkData_accountByPk_removedIdentities_account'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_certReceived_issuer object, + GAccountByPkData_accountByPk_removedIdentities_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountByPkData_accountByPk_identity_certReceived_issuer deserialize( + GAccountByPkData_accountByPk_removedIdentities_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder(); + new GAccountByPkData_accountByPk_removedIdentities_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8772,26 +9621,9 @@ class _$GAccountByPkData_accountByPk_identity_certReceived_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -8800,59 +9632,46 @@ class _$GAccountByPkData_accountByPk_identity_certReceived_issuerSerializer } } -class _$GAccountByPkData_accountByPk_identity_certReceived_receiverSerializer +class _$GAccountByPkData_accountByPk_removedIdentitiesAggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_certReceived_receiver> { + GAccountByPkData_accountByPk_removedIdentitiesAggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certReceived_receiver, - _$GAccountByPkData_accountByPk_identity_certReceived_receiver + GAccountByPkData_accountByPk_removedIdentitiesAggregate, + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_certReceived_receiver'; + 'GAccountByPkData_accountByPk_removedIdentitiesAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_certReceived_receiver object, + GAccountByPkData_accountByPk_removedIdentitiesAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; + value = object.aggregate; if (value != null) { result - ..add('status') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate))); } return result; } @override - GAccountByPkData_accountByPk_identity_certReceived_receiver deserialize( + GAccountByPkData_accountByPk_removedIdentitiesAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder(); + new GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8864,26 +9683,11 @@ class _$GAccountByPkData_accountByPk_identity_certReceived_receiverSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate))! + as GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate); break; } } @@ -8892,46 +9696,40 @@ class _$GAccountByPkData_accountByPk_identity_certReceived_receiverSerializer } } -class _$GAccountByPkData_accountByPk_identity_certReceivedAggregateSerializer +class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_certReceivedAggregate> { + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certReceivedAggregate, - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate, + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_certReceivedAggregate'; + 'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_certReceivedAggregate object, + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate))); - } + return result; } @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate deserialize( + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder(); + new GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -8943,11 +9741,9 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate))! - as GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate); + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -8956,42 +9752,67 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedAggregateSerializer } } -class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_transfersIssuedSerializer implements - StructuredSerializer< - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate> { + StructuredSerializer<GAccountByPkData_accountByPk_transfersIssued> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate, - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + GAccountByPkData_accountByPk_transfersIssued, + _$GAccountByPkData_accountByPk_transfersIssued ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate'; + final String wireName = 'GAccountByPkData_accountByPk_transfersIssued'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_transfersIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.to; + if (value != null) { + result + ..add('to') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersIssued_to))); + } + value = object.from; + if (value != null) { + result + ..add('from') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersIssued_from))); + } + value = object.comment; + if (value != null) { + result + ..add('comment') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersIssued_comment))); + } return result; } @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder(); + GAccountByPkData_accountByPk_transfersIssued deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountByPkData_accountByPk_transfersIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9003,10 +9824,37 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateSer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); + break; + case 'amount': + result.amount = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; + case 'to': + result.to.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersIssued_to))! + as GAccountByPkData_accountByPk_transfersIssued_to); + break; + case 'from': + result.from.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersIssued_from))! + as GAccountByPkData_accountByPk_transfersIssued_from); + break; + case 'comment': + result.comment.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersIssued_comment))! + as GAccountByPkData_accountByPk_transfersIssued_comment); + break; } } @@ -9014,21 +9862,20 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateSer } } -class _$GAccountByPkData_accountByPk_identity_linkedAccountSerializer +class _$GAccountByPkData_accountByPk_transfersIssued_toSerializer implements - StructuredSerializer< - GAccountByPkData_accountByPk_identity_linkedAccount> { + StructuredSerializer<GAccountByPkData_accountByPk_transfersIssued_to> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_linkedAccount, - _$GAccountByPkData_accountByPk_identity_linkedAccount + GAccountByPkData_accountByPk_transfersIssued_to, + _$GAccountByPkData_accountByPk_transfersIssued_to ]; @override - final String wireName = 'GAccountByPkData_accountByPk_identity_linkedAccount'; + final String wireName = 'GAccountByPkData_accountByPk_transfersIssued_to'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_linkedAccount object, + GAccountByPkData_accountByPk_transfersIssued_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -9042,11 +9889,10 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccountSerializer } @override - GAccountByPkData_accountByPk_identity_linkedAccount deserialize( + GAccountByPkData_accountByPk_transfersIssued_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_identity_linkedAccountBuilder(); + final result = new GAccountByPkData_accountByPk_transfersIssued_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9069,46 +9915,39 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccountSerializer } } -class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregateSerializer +class _$GAccountByPkData_accountByPk_transfersIssued_fromSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_linkedAccountAggregate> { + GAccountByPkData_accountByPk_transfersIssued_from> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_linkedAccountAggregate, - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate + GAccountByPkData_accountByPk_transfersIssued_from, + _$GAccountByPkData_accountByPk_transfersIssued_from ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_identity_linkedAccountAggregate'; + final String wireName = 'GAccountByPkData_accountByPk_transfersIssued_from'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_linkedAccountAggregate object, + GAccountByPkData_accountByPk_transfersIssued_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate))); - } + return result; } @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate deserialize( + GAccountByPkData_accountByPk_transfersIssued_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder(); + new GAccountByPkData_accountByPk_transfersIssued_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9120,11 +9959,9 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate))! - as GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -9133,42 +9970,41 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregateSerializer } } -class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_transfersIssued_commentSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate> { + GAccountByPkData_accountByPk_transfersIssued_comment> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate, - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + GAccountByPkData_accountByPk_transfersIssued_comment, + _$GAccountByPkData_accountByPk_transfersIssued_comment ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate'; + 'GAccountByPkData_accountByPk_transfersIssued_comment'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_transfersIssued_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; return result; } @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountByPkData_accountByPk_transfersIssued_comment deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_transfersIssued_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9180,9 +10016,9 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateSe result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'remark': + result.remark = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -9191,64 +10027,46 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateSe } } -class _$GAccountByPkData_accountByPk_identity_membershipHistorySerializer +class _$GAccountByPkData_accountByPk_transfersIssuedAggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_membershipHistory> { + GAccountByPkData_accountByPk_transfersIssuedAggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_membershipHistory, - _$GAccountByPkData_accountByPk_identity_membershipHistory + GAccountByPkData_accountByPk_transfersIssuedAggregate, + _$GAccountByPkData_accountByPk_transfersIssuedAggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_membershipHistory'; + 'GAccountByPkData_accountByPk_transfersIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_membershipHistory object, + GAccountByPkData_accountByPk_transfersIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), ]; Object? value; - value = object.eventId; - if (value != null) { - result - ..add('eventId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.eventType; - if (value != null) { - result - ..add('eventType') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum))); - } - value = object.identityId; + value = object.aggregate; if (value != null) { result - ..add('identityId') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate))); } return result; } @override - GAccountByPkData_accountByPk_identity_membershipHistory deserialize( + GAccountByPkData_accountByPk_transfersIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_membershipHistoryBuilder(); + new GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9260,26 +10078,11 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistorySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'eventId': - result.eventId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'eventType': - result.eventType = serializers.deserialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum)) - as _i2.GEventTypeEnum?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'identityId': - result.identityId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate))! + as GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate); break; } } @@ -9288,46 +10091,48 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistorySerializer } } -class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregateSerializer +class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate> { + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate, - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate, + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate'; + 'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate object, + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.sum; if (value != null) { result - ..add('aggregate') + ..add('sum') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate))); + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum))); } return result; } @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate deserialize( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder(); + new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9339,11 +10144,15 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregateSerializ result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'sum': + result.sum.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate))! - as GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate); + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum))! + as GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum); + break; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -9352,42 +10161,46 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregateSerializ } } -class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate> { + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate, - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum, + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate'; + 'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum'; @override Iterable<Object?> serialize( Serializers serializers, - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.amount; + if (value != null) { + result + ..add('amount') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } return result; } @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum deserialize(Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9399,9 +10212,9 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggrega result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; } } @@ -9410,64 +10223,67 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggrega } } -class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeSerializer +class _$GAccountByPkData_accountByPk_transfersReceivedSerializer implements - StructuredSerializer< - GAccountByPkData_accountByPk_identity_ownerKeyChange> { + StructuredSerializer<GAccountByPkData_accountByPk_transfersReceived> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_ownerKeyChange, - _$GAccountByPkData_accountByPk_identity_ownerKeyChange + GAccountByPkData_accountByPk_transfersReceived, + _$GAccountByPkData_accountByPk_transfersReceived ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_identity_ownerKeyChange'; + final String wireName = 'GAccountByPkData_accountByPk_transfersReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_ownerKeyChange object, + GAccountByPkData_accountByPk_transfersReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), 'blockNumber', serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.identityId; + value = object.to; if (value != null) { result - ..add('identityId') + ..add('to') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceived_to))); } - value = object.nextId; + value = object.from; if (value != null) { result - ..add('nextId') + ..add('from') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceived_from))); } - value = object.previousId; + value = object.comment; if (value != null) { result - ..add('previousId') + ..add('comment') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceived_comment))); } return result; } @override - GAccountByPkData_accountByPk_identity_ownerKeyChange deserialize( + GAccountByPkData_accountByPk_transfersReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder(); + final result = new GAccountByPkData_accountByPk_transfersReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9479,25 +10295,36 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; case 'blockNumber': result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'identityId': - result.identityId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; - case 'nextId': - result.nextId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'previousId': - result.previousId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'to': + result.to.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceived_to))! + as GAccountByPkData_accountByPk_transfersReceived_to); + break; + case 'from': + result.from.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceived_from))! + as GAccountByPkData_accountByPk_transfersReceived_from); + break; + case 'comment': + result.comment.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceived_comment))! + as GAccountByPkData_accountByPk_transfersReceived_comment); break; } } @@ -9506,46 +10333,39 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeSerializer } } -class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateSerializer +class _$GAccountByPkData_accountByPk_transfersReceived_toSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate> { + GAccountByPkData_accountByPk_transfersReceived_to> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate, - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate + GAccountByPkData_accountByPk_transfersReceived_to, + _$GAccountByPkData_accountByPk_transfersReceived_to ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate'; + final String wireName = 'GAccountByPkData_accountByPk_transfersReceived_to'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate object, + GAccountByPkData_accountByPk_transfersReceived_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate))); - } + return result; } @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate deserialize( + GAccountByPkData_accountByPk_transfersReceived_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder(); + new GAccountByPkData_accountByPk_transfersReceived_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9557,11 +10377,9 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate))! - as GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -9570,42 +10388,39 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateSerializer } } -class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateSerializer +class _$GAccountByPkData_accountByPk_transfersReceived_fromSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate> { + GAccountByPkData_accountByPk_transfersReceived_from> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate, - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate + GAccountByPkData_accountByPk_transfersReceived_from, + _$GAccountByPkData_accountByPk_transfersReceived_from ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate'; + final String wireName = 'GAccountByPkData_accountByPk_transfersReceived_from'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountByPkData_accountByPk_transfersReceived_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; return result; } @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountByPkData_accountByPk_transfersReceived_from deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_transfersReceived_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9617,9 +10432,9 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateS result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -9628,65 +10443,41 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateS } } -class _$GAccountByPkData_accountByPk_identity_smithSerializer +class _$GAccountByPkData_accountByPk_transfersReceived_commentSerializer implements - StructuredSerializer<GAccountByPkData_accountByPk_identity_smith> { + StructuredSerializer< + GAccountByPkData_accountByPk_transfersReceived_comment> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_smith, - _$GAccountByPkData_accountByPk_identity_smith + GAccountByPkData_accountByPk_transfersReceived_comment, + _$GAccountByPkData_accountByPk_transfersReceived_comment ]; @override - final String wireName = 'GAccountByPkData_accountByPk_identity_smith'; + final String wireName = + 'GAccountByPkData_accountByPk_transfersReceived_comment'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_smith object, + GAccountByPkData_accountByPk_transfersReceived_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'forged', - serializers.serialize(object.forged, specifiedType: const FullType(int)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'smithCertIssued', - serializers.serialize(object.smithCertIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountByPkData_accountByPk_identity_smith_smithCertIssued) - ])), - 'smithCertReceived', - serializers.serialize(object.smithCertReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountByPkData_accountByPk_identity_smith_smithCertReceived) - ])), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; - Object? value; - value = object.lastChanged; - if (value != null) { - result - ..add('lastChanged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } - value = object.lastForged; - if (value != null) { - result - ..add('lastForged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } + return result; } @override - GAccountByPkData_accountByPk_identity_smith deserialize( + GAccountByPkData_accountByPk_transfersReceived_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_identity_smithBuilder(); + final result = + new GAccountByPkData_accountByPk_transfersReceived_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9698,40 +10489,10 @@ class _$GAccountByPkData_accountByPk_identity_smithSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, + case 'remark': + result.remark = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'forged': - result.forged = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'index': - result.index = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'lastChanged': - result.lastChanged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; - break; - case 'lastForged': - result.lastForged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; - break; - case 'smithCertIssued': - result.smithCertIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountByPkData_accountByPk_identity_smith_smithCertIssued) - ]))! as BuiltList<Object?>); - break; - case 'smithCertReceived': - result.smithCertReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountByPkData_accountByPk_identity_smith_smithCertReceived) - ]))! as BuiltList<Object?>); - break; } } @@ -9739,57 +10500,46 @@ class _$GAccountByPkData_accountByPk_identity_smithSerializer } } -class _$GAccountByPkData_accountByPk_identity_smith_smithCertIssuedSerializer +class _$GAccountByPkData_accountByPk_transfersReceivedAggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_smith_smithCertIssued> { + GAccountByPkData_accountByPk_transfersReceivedAggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_smith_smithCertIssued, - _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued + GAccountByPkData_accountByPk_transfersReceivedAggregate, + _$GAccountByPkData_accountByPk_transfersReceivedAggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_smith_smithCertIssued'; + 'GAccountByPkData_accountByPk_transfersReceivedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_smith_smithCertIssued object, + GAccountByPkData_accountByPk_transfersReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; + value = object.aggregate; if (value != null) { result - ..add('receiverId') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate))); } return result; } @override - GAccountByPkData_accountByPk_identity_smith_smithCertIssued deserialize( + GAccountByPkData_accountByPk_transfersReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder(); + new GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9801,21 +10551,11 @@ class _$GAccountByPkData_accountByPk_identity_smith_smithCertIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate))! + as GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate); break; } } @@ -9824,57 +10564,48 @@ class _$GAccountByPkData_accountByPk_identity_smith_smithCertIssuedSerializer } } -class _$GAccountByPkData_accountByPk_identity_smith_smithCertReceivedSerializer +class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_identity_smith_smithCertReceived> { + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_smith_smithCertReceived, - _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate, + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_identity_smith_smithCertReceived'; + 'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_smith_smithCertReceived object, + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; + value = object.sum; if (value != null) { result - ..add('receiverId') + ..add('sum') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum))); } return result; } @override - GAccountByPkData_accountByPk_identity_smith_smithCertReceived deserialize( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder(); + new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9886,20 +10617,14 @@ class _$GAccountByPkData_accountByPk_identity_smith_smithCertReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'sum': + result.sum.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum))! + as GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum); break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, + case 'count': + result.count = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -9909,42 +10634,46 @@ class _$GAccountByPkData_accountByPk_identity_smith_smithCertReceivedSerializer } } -class _$GAccountByPkData_accountByPk_identity_udHistorySerializer +class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumSerializer implements - StructuredSerializer<GAccountByPkData_accountByPk_identity_udHistory> { + StructuredSerializer< + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_identity_udHistory, - _$GAccountByPkData_accountByPk_identity_udHistory + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum, + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum ]; @override - final String wireName = 'GAccountByPkData_accountByPk_identity_udHistory'; + final String wireName = + 'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_identity_udHistory object, + Iterable<Object?> serialize( + Serializers serializers, + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), ]; - + Object? value; + value = object.amount; + if (value != null) { + result + ..add('amount') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } return result; } @override - GAccountByPkData_accountByPk_identity_udHistory deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_identity_udHistoryBuilder(); + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -9956,18 +10685,9 @@ class _$GAccountByPkData_accountByPk_identity_udHistorySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; case 'amount': result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); + specifiedType: const FullType(int)) as int?; break; } } @@ -9976,20 +10696,19 @@ class _$GAccountByPkData_accountByPk_identity_udHistorySerializer } } -class _$GAccountByPkData_accountByPk_linkedIdentitySerializer - implements - StructuredSerializer<GAccountByPkData_accountByPk_linkedIdentity> { +class _$GAccountByPkData_accountByPk_wasIdentitySerializer + implements StructuredSerializer<GAccountByPkData_accountByPk_wasIdentity> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_linkedIdentity, - _$GAccountByPkData_accountByPk_linkedIdentity + GAccountByPkData_accountByPk_wasIdentity, + _$GAccountByPkData_accountByPk_wasIdentity ]; @override - final String wireName = 'GAccountByPkData_accountByPk_linkedIdentity'; + final String wireName = 'GAccountByPkData_accountByPk_wasIdentity'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_linkedIdentity object, + Iterable<Object?> serialize( + Serializers serializers, GAccountByPkData_accountByPk_wasIdentity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -9997,35 +10716,40 @@ class _$GAccountByPkData_accountByPk_linkedIdentitySerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), ]; Object? value; - value = object.accountId; + value = object.identityId; if (value != null) { result - ..add('accountId') + ..add('identityId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.status; + value = object.nextId; if (value != null) { result - ..add('status') + ..add('nextId') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType(String))); + } + value = object.previousId; + if (value != null) { + result + ..add('previousId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); } return result; } @override - GAccountByPkData_accountByPk_linkedIdentity deserialize( + GAccountByPkData_accountByPk_wasIdentity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_linkedIdentityBuilder(); + final result = new GAccountByPkData_accountByPk_wasIdentityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10037,26 +10761,25 @@ class _$GAccountByPkData_accountByPk_linkedIdentitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'identityId': + result.identityId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'nextId': + result.nextId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'previousId': + result.previousId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; } } @@ -10065,56 +10788,45 @@ class _$GAccountByPkData_accountByPk_linkedIdentitySerializer } } -class _$GAccountByPkData_accountByPk_removedIdentitiesSerializer +class _$GAccountByPkData_accountByPk_wasIdentityAggregateSerializer implements - StructuredSerializer<GAccountByPkData_accountByPk_removedIdentities> { + StructuredSerializer< + GAccountByPkData_accountByPk_wasIdentityAggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_removedIdentities, - _$GAccountByPkData_accountByPk_removedIdentities + GAccountByPkData_accountByPk_wasIdentityAggregate, + _$GAccountByPkData_accountByPk_wasIdentityAggregate ]; @override - final String wireName = 'GAccountByPkData_accountByPk_removedIdentities'; + final String wireName = 'GAccountByPkData_accountByPk_wasIdentityAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_removedIdentities object, + GAccountByPkData_accountByPk_wasIdentityAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; + value = object.aggregate; if (value != null) { result - ..add('status') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType( + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate))); } return result; } @override - GAccountByPkData_accountByPk_removedIdentities deserialize( + GAccountByPkData_accountByPk_wasIdentityAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_removedIdentitiesBuilder(); + final result = + new GAccountByPkData_accountByPk_wasIdentityAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10126,26 +10838,11 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate))! + as GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate); break; } } @@ -10154,46 +10851,40 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesSerializer } } -class _$GAccountByPkData_accountByPk_removedIdentitiesAggregateSerializer +class _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_removedIdentitiesAggregate> { + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_removedIdentitiesAggregate, - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate, + _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_removedIdentitiesAggregate'; + 'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_removedIdentitiesAggregate object, + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate))); - } + return result; } @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate deserialize( + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder(); + new GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10205,11 +10896,9 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate))! - as GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate); + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -10218,40 +10907,34 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesAggregateSerializer } } -class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateSerializer - implements - StructuredSerializer< - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate> { +class _$GAccountsByPkDataSerializer + implements StructuredSerializer<GAccountsByPkData> { @override - final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate, - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate - ]; + final Iterable<Type> types = const [GAccountsByPkData, _$GAccountsByPkData]; @override - final String wireName = - 'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate'; + final String wireName = 'GAccountsByPkData'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate object, + Iterable<Object?> serialize(Serializers serializers, GAccountsByPkData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'account', + serializers.serialize(object.account, + specifiedType: const FullType( + BuiltList, const [const FullType(GAccountsByPkData_account)])), ]; return result; } @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate deserialize( + GAccountsByPkData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder(); + final result = new GAccountsByPkDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10263,9 +10946,11 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateSeriali result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account) + ]))! as BuiltList<Object?>); break; } } @@ -10274,67 +10959,101 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateSeriali } } -class _$GAccountByPkData_accountByPk_transfersIssuedSerializer - implements - StructuredSerializer<GAccountByPkData_accountByPk_transfersIssued> { +class _$GAccountsByPkData_accountSerializer + implements StructuredSerializer<GAccountsByPkData_account> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersIssued, - _$GAccountByPkData_accountByPk_transfersIssued + GAccountsByPkData_account, + _$GAccountsByPkData_account ]; @override - final String wireName = 'GAccountByPkData_accountByPk_transfersIssued'; + final String wireName = 'GAccountsByPkData_account'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersIssued object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsByPkData_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, + 'commentsIssued', + serializers.serialize(object.commentsIssued, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_commentsIssued) + ])), + 'commentsIssuedAggregate', + serializers.serialize(object.commentsIssuedAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_commentsIssuedAggregate)), + 'createdOn', + serializers.serialize(object.createdOn, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), + 'removedIdentities', + serializers.serialize(object.removedIdentities, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_removedIdentities) + ])), + 'removedIdentitiesAggregate', + serializers.serialize(object.removedIdentitiesAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_removedIdentitiesAggregate)), + 'transfersIssued', + serializers.serialize(object.transfersIssued, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_transfersIssued) + ])), + 'transfersIssuedAggregate', + serializers.serialize(object.transfersIssuedAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_transfersIssuedAggregate)), + 'transfersReceived', + serializers.serialize(object.transfersReceived, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_transfersReceived) + ])), + 'transfersReceivedAggregate', + serializers.serialize(object.transfersReceivedAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceivedAggregate)), + 'wasIdentity', + serializers.serialize(object.wasIdentity, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountsByPkData_account_wasIdentity)])), + 'wasIdentityAggregate', + serializers.serialize(object.wasIdentityAggregate, + specifiedType: + const FullType(GAccountsByPkData_account_wasIdentityAggregate)), ]; Object? value; - value = object.to; - if (value != null) { - result - ..add('to') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssued_to))); - } - value = object.from; + value = object.identity; if (value != null) { result - ..add('from') + ..add('identity') ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssued_from))); + specifiedType: const FullType(GAccountsByPkData_account_identity))); } - value = object.comment; + value = object.linkedIdentity; if (value != null) { result - ..add('comment') + ..add('linkedIdentity') ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssued_comment))); + specifiedType: + const FullType(GAccountsByPkData_account_linkedIdentity))); } return result; } @override - GAccountByPkData_accountByPk_transfersIssued deserialize( + GAccountsByPkData_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_transfersIssuedBuilder(); + final result = new GAccountsByPkData_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10346,36 +11065,91 @@ class _$GAccountByPkData_accountByPk_transfersIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'commentsIssued': + result.commentsIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_commentsIssued) + ]))! as BuiltList<Object?>); break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); + case 'commentsIssuedAggregate': + result.commentsIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_commentsIssuedAggregate))! + as GAccountsByPkData_account_commentsIssuedAggregate); break; - case 'amount': - result.amount = serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'to': - result.to.replace(serializers.deserialize(value, + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'identity': + result.identity.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountsByPkData_account_identity))! + as GAccountsByPkData_account_identity); + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'linkedIdentity': + result.linkedIdentity.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountsByPkData_account_linkedIdentity))! + as GAccountsByPkData_account_linkedIdentity); + break; + case 'removedIdentities': + result.removedIdentities.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_removedIdentities) + ]))! as BuiltList<Object?>); + break; + case 'removedIdentitiesAggregate': + result.removedIdentitiesAggregate.replace(serializers.deserialize( + value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssued_to))! - as GAccountByPkData_accountByPk_transfersIssued_to); + GAccountsByPkData_account_removedIdentitiesAggregate))! + as GAccountsByPkData_account_removedIdentitiesAggregate); break; - case 'from': - result.from.replace(serializers.deserialize(value, + case 'transfersIssued': + result.transfersIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_transfersIssued) + ]))! as BuiltList<Object?>); + break; + case 'transfersIssuedAggregate': + result.transfersIssuedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssued_from))! - as GAccountByPkData_accountByPk_transfersIssued_from); + GAccountsByPkData_account_transfersIssuedAggregate))! + as GAccountsByPkData_account_transfersIssuedAggregate); break; - case 'comment': - result.comment.replace(serializers.deserialize(value, + case 'transfersReceived': + result.transfersReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_transfersReceived) + ]))! as BuiltList<Object?>); + break; + case 'transfersReceivedAggregate': + result.transfersReceivedAggregate.replace(serializers.deserialize( + value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssued_comment))! - as GAccountByPkData_accountByPk_transfersIssued_comment); + GAccountsByPkData_account_transfersReceivedAggregate))! + as GAccountsByPkData_account_transfersReceivedAggregate); + break; + case 'wasIdentity': + result.wasIdentity.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_wasIdentity) + ]))! as BuiltList<Object?>); + break; + case 'wasIdentityAggregate': + result.wasIdentityAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_wasIdentityAggregate))! + as GAccountsByPkData_account_wasIdentityAggregate); break; } } @@ -10384,37 +11158,65 @@ class _$GAccountByPkData_accountByPk_transfersIssuedSerializer } } -class _$GAccountByPkData_accountByPk_transfersIssued_toSerializer - implements - StructuredSerializer<GAccountByPkData_accountByPk_transfersIssued_to> { +class _$GAccountsByPkData_account_commentsIssuedSerializer + implements StructuredSerializer<GAccountsByPkData_account_commentsIssued> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersIssued_to, - _$GAccountByPkData_accountByPk_transfersIssued_to + GAccountsByPkData_account_commentsIssued, + _$GAccountsByPkData_account_commentsIssued ]; @override - final String wireName = 'GAccountByPkData_accountByPk_transfersIssued_to'; + final String wireName = 'GAccountsByPkData_account_commentsIssued'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersIssued_to object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsByPkData_account_commentsIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'hash', + serializers.serialize(object.hash, specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; - + Object? value; + value = object.authorId; + if (value != null) { + result + ..add('authorId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.eventId; + if (value != null) { + result + ..add('eventId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.type; + if (value != null) { + result + ..add('type') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GCommentTypeEnum))); + } return result; } @override - GAccountByPkData_accountByPk_transfersIssued_to deserialize( + GAccountsByPkData_account_commentsIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_transfersIssued_toBuilder(); + final result = new GAccountsByPkData_account_commentsIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10426,10 +11228,35 @@ class _$GAccountByPkData_accountByPk_transfersIssued_toSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'authorId': + result.authorId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'eventId': + result.eventId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'hash': + result.hash = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'remark': + result.remark = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'type': + result.type = serializers.deserialize(value, + specifiedType: const FullType(_i2.GCommentTypeEnum)) + as _i2.GCommentTypeEnum?; + break; } } @@ -10437,39 +11264,45 @@ class _$GAccountByPkData_accountByPk_transfersIssued_toSerializer } } -class _$GAccountByPkData_accountByPk_transfersIssued_fromSerializer +class _$GAccountsByPkData_account_commentsIssuedAggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_transfersIssued_from> { + GAccountsByPkData_account_commentsIssuedAggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersIssued_from, - _$GAccountByPkData_accountByPk_transfersIssued_from + GAccountsByPkData_account_commentsIssuedAggregate, + _$GAccountsByPkData_account_commentsIssuedAggregate ]; @override - final String wireName = 'GAccountByPkData_accountByPk_transfersIssued_from'; + final String wireName = 'GAccountsByPkData_account_commentsIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersIssued_from object, + GAccountsByPkData_account_commentsIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - + Object? value; + value = object.aggregate; + if (value != null) { + result + ..add('aggregate') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_commentsIssuedAggregate_aggregate))); + } return result; } @override - GAccountByPkData_accountByPk_transfersIssued_from deserialize( + GAccountsByPkData_account_commentsIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_transfersIssued_fromBuilder(); + new GAccountsByPkData_account_commentsIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10481,9 +11314,11 @@ class _$GAccountByPkData_accountByPk_transfersIssued_fromSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_commentsIssuedAggregate_aggregate))! + as GAccountsByPkData_account_commentsIssuedAggregate_aggregate); break; } } @@ -10492,41 +11327,40 @@ class _$GAccountByPkData_accountByPk_transfersIssued_fromSerializer } } -class _$GAccountByPkData_accountByPk_transfersIssued_commentSerializer +class _$GAccountsByPkData_account_commentsIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_transfersIssued_comment> { + GAccountsByPkData_account_commentsIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersIssued_comment, - _$GAccountByPkData_accountByPk_transfersIssued_comment + GAccountsByPkData_account_commentsIssuedAggregate_aggregate, + _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_transfersIssued_comment'; + 'GAccountsByPkData_account_commentsIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersIssued_comment object, + GAccountsByPkData_account_commentsIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; return result; } @override - GAccountByPkData_accountByPk_transfersIssued_comment deserialize( + GAccountsByPkData_account_commentsIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_transfersIssued_commentBuilder(); + new GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10538,9 +11372,9 @@ class _$GAccountByPkData_accountByPk_transfersIssued_commentSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'remark': - result.remark = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -10549,112 +11383,150 @@ class _$GAccountByPkData_accountByPk_transfersIssued_commentSerializer } } -class _$GAccountByPkData_accountByPk_transfersIssuedAggregateSerializer - implements - StructuredSerializer< - GAccountByPkData_accountByPk_transfersIssuedAggregate> { +class _$GAccountsByPkData_account_identitySerializer + implements StructuredSerializer<GAccountsByPkData_account_identity> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersIssuedAggregate, - _$GAccountByPkData_accountByPk_transfersIssuedAggregate + GAccountsByPkData_account_identity, + _$GAccountsByPkData_account_identity ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_transfersIssuedAggregate'; + final String wireName = 'GAccountsByPkData_account_identity'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersIssuedAggregate object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsByPkData_account_identity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'certIssued', + serializers.serialize(object.certIssued, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_certIssued) + ])), + 'certIssuedAggregate', + serializers.serialize(object.certIssuedAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certIssuedAggregate)), + 'certReceived', + serializers.serialize(object.certReceived, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_certReceived) + ])), + 'certReceivedAggregate', + serializers.serialize(object.certReceivedAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceivedAggregate)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'index', + serializers.serialize(object.index, specifiedType: const FullType(int)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'lastChangeOn', + serializers.serialize(object.lastChangeOn, + specifiedType: const FullType(int)), + 'linkedAccount', + serializers.serialize(object.linkedAccount, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_linkedAccount) + ])), + 'linkedAccountAggregate', + serializers.serialize(object.linkedAccountAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_identity_linkedAccountAggregate)), + 'membershipHistory', + serializers.serialize(object.membershipHistory, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_membershipHistory) + ])), + 'membershipHistoryAggregate', + serializers.serialize(object.membershipHistoryAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_identity_membershipHistoryAggregate)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'ownerKeyChange', + serializers.serialize(object.ownerKeyChange, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_ownerKeyChange) + ])), + 'ownerKeyChangeAggregate', + serializers.serialize(object.ownerKeyChangeAggregate, + specifiedType: const FullType( + GAccountsByPkData_account_identity_ownerKeyChangeAggregate)), ]; Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate))); - } - return result; - } - - @override - GAccountByPkData_accountByPk_transfersIssuedAggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate))! - as GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate); - break; - } - } - - return result.build(); - } -} - -class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateSerializer - implements - StructuredSerializer< - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate> { - @override - final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate, - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate - ]; - @override - final String wireName = - 'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate'; - - @override - Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), - ]; - Object? value; - value = object.sum; + value = object.account; if (value != null) { result - ..add('sum') + ..add('account') ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum))); + specifiedType: + const FullType(GAccountsByPkData_account_identity_account))); + } + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.accountRemovedId; + if (value != null) { + result + ..add('accountRemovedId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.createdInId; + if (value != null) { + result + ..add('createdInId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } + value = object.smith; + if (value != null) { + result + ..add('smith') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountsByPkData_account_identity_smith))); + } + value = object.udHistory; + if (value != null) { + result + ..add('udHistory') + ..add(serializers.serialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_udHistory) + ]))); } return result; } @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate deserialize( + GAccountsByPkData_account_identity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder(); + final result = new GAccountsByPkData_account_identityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10666,16 +11538,132 @@ class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateSerialize result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'sum': - result.sum.replace(serializers.deserialize(value, + case 'account': + result.account.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum))! - as GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum); + GAccountsByPkData_account_identity_account))! + as GAccountsByPkData_account_identity_account); break; - case 'count': - result.count = serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'accountRemovedId': + result.accountRemovedId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'certIssued': + result.certIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_certIssued) + ]))! as BuiltList<Object?>); + break; + case 'certIssuedAggregate': + result.certIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certIssuedAggregate))! + as GAccountsByPkData_account_identity_certIssuedAggregate); + break; + case 'certReceived': + result.certReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_certReceived) + ]))! as BuiltList<Object?>); + break; + case 'certReceivedAggregate': + result.certReceivedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceivedAggregate))! + as GAccountsByPkData_account_identity_certReceivedAggregate); + break; + case 'createdInId': + result.createdInId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'index': + result.index = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'lastChangeOn': + result.lastChangeOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; + case 'linkedAccount': + result.linkedAccount.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_linkedAccount) + ]))! as BuiltList<Object?>); + break; + case 'linkedAccountAggregate': + result.linkedAccountAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_linkedAccountAggregate))! + as GAccountsByPkData_account_identity_linkedAccountAggregate); + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'membershipHistory': + result.membershipHistory.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountsByPkData_account_identity_membershipHistory) + ]))! as BuiltList<Object?>); + break; + case 'membershipHistoryAggregate': + result.membershipHistoryAggregate.replace(serializers.deserialize( + value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_membershipHistoryAggregate))! + as GAccountsByPkData_account_identity_membershipHistoryAggregate); + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'ownerKeyChange': + result.ownerKeyChange.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountsByPkData_account_identity_ownerKeyChange) + ]))! as BuiltList<Object?>); + break; + case 'ownerKeyChangeAggregate': + result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_ownerKeyChangeAggregate))! + as GAccountsByPkData_account_identity_ownerKeyChangeAggregate); + break; + case 'smith': + result.smith.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountsByPkData_account_identity_smith))! + as GAccountsByPkData_account_identity_smith); + break; + case 'udHistory': + result.udHistory.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsByPkData_account_identity_udHistory) + ]))! as BuiltList<Object?>); + break; } } @@ -10683,46 +11671,38 @@ class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateSerialize } } -class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumSerializer +class _$GAccountsByPkData_account_identity_accountSerializer implements - StructuredSerializer< - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum> { + StructuredSerializer<GAccountsByPkData_account_identity_account> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum, - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + GAccountsByPkData_account_identity_account, + _$GAccountsByPkData_account_identity_account ]; @override - final String wireName = - 'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum'; + final String wireName = 'GAccountsByPkData_account_identity_account'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.amount; - if (value != null) { - result - ..add('amount') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } + return result; } @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder(); + GAccountsByPkData_account_identity_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountsByPkData_account_identity_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10734,9 +11714,9 @@ class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumSeria result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -10745,67 +11725,79 @@ class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumSeria } } -class _$GAccountByPkData_accountByPk_transfersReceivedSerializer +class _$GAccountsByPkData_account_identity_certIssuedSerializer implements - StructuredSerializer<GAccountByPkData_accountByPk_transfersReceived> { + StructuredSerializer<GAccountsByPkData_account_identity_certIssued> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersReceived, - _$GAccountByPkData_accountByPk_transfersReceived + GAccountsByPkData_account_identity_certIssued, + _$GAccountsByPkData_account_identity_certIssued ]; @override - final String wireName = 'GAccountByPkData_accountByPk_transfersReceived'; + final String wireName = 'GAccountsByPkData_account_identity_certIssued'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersReceived object, + GAccountsByPkData_account_identity_certIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), + 'updatedOn', + serializers.serialize(object.updatedOn, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.to; + value = object.issuerId; if (value != null) { result - ..add('to') + ..add('issuerId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceived_to))); + specifiedType: const FullType(String))); } - value = object.from; + value = object.issuer; if (value != null) { result - ..add('from') + ..add('issuer') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceived_from))); + GAccountsByPkData_account_identity_certIssued_issuer))); } - value = object.comment; + value = object.receiverId; if (value != null) { result - ..add('comment') + ..add('receiverId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.receiver; + if (value != null) { + result + ..add('receiver') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceived_comment))); + GAccountsByPkData_account_identity_certIssued_receiver))); } return result; } @override - GAccountByPkData_accountByPk_transfersReceived deserialize( + GAccountsByPkData_account_identity_certIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_transfersReceivedBuilder(); + final result = new GAccountsByPkData_account_identity_certIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10817,36 +11809,45 @@ class _$GAccountByPkData_accountByPk_transfersReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'to': - result.to.replace(serializers.deserialize(value, + case 'issuer': + result.issuer.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceived_to))! - as GAccountByPkData_accountByPk_transfersReceived_to); + GAccountsByPkData_account_identity_certIssued_issuer))! + as GAccountsByPkData_account_identity_certIssued_issuer); break; - case 'from': - result.from.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceived_from))! - as GAccountByPkData_accountByPk_transfersReceived_from); + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'comment': - result.comment.replace(serializers.deserialize(value, + case 'receiver': + result.receiver.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceived_comment))! - as GAccountByPkData_accountByPk_transfersReceived_comment); + GAccountsByPkData_account_identity_certIssued_receiver))! + as GAccountsByPkData_account_identity_certIssued_receiver); + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'updatedOn': + result.updatedOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -10855,21 +11856,22 @@ class _$GAccountByPkData_accountByPk_transfersReceivedSerializer } } -class _$GAccountByPkData_accountByPk_transfersReceived_toSerializer +class _$GAccountsByPkData_account_identity_certIssued_issuerSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_transfersReceived_to> { + GAccountsByPkData_account_identity_certIssued_issuer> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersReceived_to, - _$GAccountByPkData_accountByPk_transfersReceived_to + GAccountsByPkData_account_identity_certIssued_issuer, + _$GAccountsByPkData_account_identity_certIssued_issuer ]; @override - final String wireName = 'GAccountByPkData_accountByPk_transfersReceived_to'; + final String wireName = + 'GAccountsByPkData_account_identity_certIssued_issuer'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersReceived_to object, + GAccountsByPkData_account_identity_certIssued_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -10877,17 +11879,47 @@ class _$GAccountByPkData_accountByPk_transfersReceived_toSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; - + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certIssued_issuer_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } return result; } @override - GAccountByPkData_accountByPk_transfersReceived_to deserialize( + GAccountsByPkData_account_identity_certIssued_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_transfersReceived_toBuilder(); + new GAccountsByPkData_account_identity_certIssued_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10899,10 +11931,37 @@ class _$GAccountByPkData_accountByPk_transfersReceived_toSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certIssued_issuer_account))! + as GAccountsByPkData_account_identity_certIssued_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -10910,39 +11969,41 @@ class _$GAccountByPkData_accountByPk_transfersReceived_toSerializer } } -class _$GAccountByPkData_accountByPk_transfersReceived_fromSerializer +class _$GAccountsByPkData_account_identity_certIssued_issuer_accountSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_transfersReceived_from> { + GAccountsByPkData_account_identity_certIssued_issuer_account> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersReceived_from, - _$GAccountByPkData_accountByPk_transfersReceived_from + GAccountsByPkData_account_identity_certIssued_issuer_account, + _$GAccountsByPkData_account_identity_certIssued_issuer_account ]; @override - final String wireName = 'GAccountByPkData_accountByPk_transfersReceived_from'; + final String wireName = + 'GAccountsByPkData_account_identity_certIssued_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersReceived_from object, + GAccountsByPkData_account_identity_certIssued_issuer_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GAccountByPkData_accountByPk_transfersReceived_from deserialize( + GAccountsByPkData_account_identity_certIssued_issuer_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_transfersReceived_fromBuilder(); + new GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -10954,9 +12015,9 @@ class _$GAccountByPkData_accountByPk_transfersReceived_fromSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -10965,41 +12026,70 @@ class _$GAccountByPkData_accountByPk_transfersReceived_fromSerializer } } -class _$GAccountByPkData_accountByPk_transfersReceived_commentSerializer +class _$GAccountsByPkData_account_identity_certIssued_receiverSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_transfersReceived_comment> { + GAccountsByPkData_account_identity_certIssued_receiver> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersReceived_comment, - _$GAccountByPkData_accountByPk_transfersReceived_comment + GAccountsByPkData_account_identity_certIssued_receiver, + _$GAccountsByPkData_account_identity_certIssued_receiver ]; @override final String wireName = - 'GAccountByPkData_accountByPk_transfersReceived_comment'; + 'GAccountsByPkData_account_identity_certIssued_receiver'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersReceived_comment object, + GAccountsByPkData_account_identity_certIssued_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; - + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certIssued_receiver_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } return result; } @override - GAccountByPkData_accountByPk_transfersReceived_comment deserialize( + GAccountsByPkData_account_identity_certIssued_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_transfersReceived_commentBuilder(); + new GAccountsByPkData_account_identity_certIssued_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11011,10 +12101,37 @@ class _$GAccountByPkData_accountByPk_transfersReceived_commentSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'remark': - result.remark = serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certIssued_receiver_account))! + as GAccountsByPkData_account_identity_certIssued_receiver_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -11022,46 +12139,41 @@ class _$GAccountByPkData_accountByPk_transfersReceived_commentSerializer } } -class _$GAccountByPkData_accountByPk_transfersReceivedAggregateSerializer +class _$GAccountsByPkData_account_identity_certIssued_receiver_accountSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_transfersReceivedAggregate> { + GAccountsByPkData_account_identity_certIssued_receiver_account> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersReceivedAggregate, - _$GAccountByPkData_accountByPk_transfersReceivedAggregate + GAccountsByPkData_account_identity_certIssued_receiver_account, + _$GAccountsByPkData_account_identity_certIssued_receiver_account ]; @override final String wireName = - 'GAccountByPkData_accountByPk_transfersReceivedAggregate'; + 'GAccountsByPkData_account_identity_certIssued_receiver_account'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersReceivedAggregate object, + GAccountsByPkData_account_identity_certIssued_receiver_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate))); - } + return result; } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate deserialize( + GAccountsByPkData_account_identity_certIssued_receiver_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder(); + new GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11073,11 +12185,9 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate))! - as GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate); + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -11086,48 +12196,46 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregateSerializer } } -class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateSerializer +class _$GAccountsByPkData_account_identity_certIssuedAggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate> { + GAccountsByPkData_account_identity_certIssuedAggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate, - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate + GAccountsByPkData_account_identity_certIssuedAggregate, + _$GAccountsByPkData_account_identity_certIssuedAggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate'; + 'GAccountsByPkData_account_identity_certIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate object, + GAccountsByPkData_account_identity_certIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), ]; Object? value; - value = object.sum; + value = object.aggregate; if (value != null) { result - ..add('sum') + ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum))); + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate))); } return result; } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate deserialize( + GAccountsByPkData_account_identity_certIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder(); + new GAccountsByPkData_account_identity_certIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11139,15 +12247,11 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateSeriali result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'sum': - result.sum.replace(serializers.deserialize(value, + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum))! - as GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum); - break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate))! + as GAccountsByPkData_account_identity_certIssuedAggregate_aggregate); break; } } @@ -11156,46 +12260,40 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateSeriali } } -class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumSerializer +class _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum> { + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum, - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate, + _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate ]; @override final String wireName = - 'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum'; + 'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - Object? value; - value = object.amount; - if (value != null) { - result - ..add('amount') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } + return result; } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder(); + new GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11207,9 +12305,9 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumSer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -11218,19 +12316,20 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumSer } } -class _$GAccountByPkData_accountByPk_wasIdentitySerializer - implements StructuredSerializer<GAccountByPkData_accountByPk_wasIdentity> { +class _$GAccountsByPkData_account_identity_certReceivedSerializer + implements + StructuredSerializer<GAccountsByPkData_account_identity_certReceived> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_wasIdentity, - _$GAccountByPkData_accountByPk_wasIdentity + GAccountsByPkData_account_identity_certReceived, + _$GAccountsByPkData_account_identity_certReceived ]; @override - final String wireName = 'GAccountByPkData_accountByPk_wasIdentity'; + final String wireName = 'GAccountsByPkData_account_identity_certReceived'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountByPkData_accountByPk_wasIdentity object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_certReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -11238,40 +12337,58 @@ class _$GAccountByPkData_accountByPk_wasIdentitySerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), + 'updatedOn', + serializers.serialize(object.updatedOn, specifiedType: const FullType(int)), ]; Object? value; - value = object.identityId; + value = object.issuerId; if (value != null) { result - ..add('identityId') + ..add('issuerId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.nextId; + value = object.issuer; if (value != null) { result - ..add('nextId') + ..add('issuer') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceived_issuer))); } - value = object.previousId; + value = object.receiverId; if (value != null) { result - ..add('previousId') + ..add('receiverId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.receiver; + if (value != null) { + result + ..add('receiver') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceived_receiver))); + } return result; } @override - GAccountByPkData_accountByPk_wasIdentity deserialize( + GAccountsByPkData_account_identity_certReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountByPkData_accountByPk_wasIdentityBuilder(); + final result = new GAccountsByPkData_account_identity_certReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11287,22 +12404,42 @@ class _$GAccountByPkData_accountByPk_wasIdentitySerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'identityId': - result.identityId = serializers.deserialize(value, + case 'issuerId': + result.issuerId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'nextId': - result.nextId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'issuer': + result.issuer.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceived_issuer))! + as GAccountsByPkData_account_identity_certReceived_issuer); break; - case 'previousId': - result.previousId = serializers.deserialize(value, + case 'receiverId': + result.receiverId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'receiver': + result.receiver.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceived_receiver))! + as GAccountsByPkData_account_identity_certReceived_receiver); + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'updatedOn': + result.updatedOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -11310,45 +12447,70 @@ class _$GAccountByPkData_accountByPk_wasIdentitySerializer } } -class _$GAccountByPkData_accountByPk_wasIdentityAggregateSerializer +class _$GAccountsByPkData_account_identity_certReceived_issuerSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_wasIdentityAggregate> { + GAccountsByPkData_account_identity_certReceived_issuer> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_wasIdentityAggregate, - _$GAccountByPkData_accountByPk_wasIdentityAggregate + GAccountsByPkData_account_identity_certReceived_issuer, + _$GAccountsByPkData_account_identity_certReceived_issuer ]; @override - final String wireName = 'GAccountByPkData_accountByPk_wasIdentityAggregate'; + final String wireName = + 'GAccountsByPkData_account_identity_certReceived_issuer'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_wasIdentityAggregate object, + GAccountsByPkData_account_identity_certReceived_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.accountId; if (value != null) { result - ..add('aggregate') + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate))); + GAccountsByPkData_account_identity_certReceived_issuer_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GAccountByPkData_accountByPk_wasIdentityAggregate deserialize( + GAccountsByPkData_account_identity_certReceived_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_wasIdentityAggregateBuilder(); + new GAccountsByPkData_account_identity_certReceived_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11360,11 +12522,36 @@ class _$GAccountByPkData_accountByPk_wasIdentityAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate))! - as GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate); + GAccountsByPkData_account_identity_certReceived_issuer_account))! + as GAccountsByPkData_account_identity_certReceived_issuer_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -11373,40 +12560,41 @@ class _$GAccountByPkData_accountByPk_wasIdentityAggregateSerializer } } -class _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateSerializer +class _$GAccountsByPkData_account_identity_certReceived_issuer_accountSerializer implements StructuredSerializer< - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate> { + GAccountsByPkData_account_identity_certReceived_issuer_account> { @override final Iterable<Type> types = const [ - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate, - _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate + GAccountsByPkData_account_identity_certReceived_issuer_account, + _$GAccountsByPkData_account_identity_certReceived_issuer_account ]; @override final String wireName = - 'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate'; + 'GAccountsByPkData_account_identity_certReceived_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate object, + GAccountsByPkData_account_identity_certReceived_issuer_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate deserialize( + GAccountsByPkData_account_identity_certReceived_issuer_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder(); + new GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11418,8 +12606,8 @@ class _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -11429,41 +12617,70 @@ class _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateSerializer } } -class _$GAccountBasicByPkDataSerializer - implements StructuredSerializer<GAccountBasicByPkData> { +class _$GAccountsByPkData_account_identity_certReceived_receiverSerializer + implements + StructuredSerializer< + GAccountsByPkData_account_identity_certReceived_receiver> { @override final Iterable<Type> types = const [ - GAccountBasicByPkData, - _$GAccountBasicByPkData + GAccountsByPkData_account_identity_certReceived_receiver, + _$GAccountsByPkData_account_identity_certReceived_receiver ]; @override - final String wireName = 'GAccountBasicByPkData'; + final String wireName = + 'GAccountsByPkData_account_identity_certReceived_receiver'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountBasicByPkData object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_certReceived_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.accountByPk; + value = object.accountId; if (value != null) { result - ..add('accountByPk') + ..add('accountId') ..add(serializers.serialize(value, - specifiedType: const FullType(GAccountBasicByPkData_accountByPk))); + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceived_receiver_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GAccountBasicByPkData deserialize( + GAccountsByPkData_account_identity_certReceived_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountBasicByPkDataBuilder(); + final result = + new GAccountsByPkData_account_identity_certReceived_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11475,11 +12692,36 @@ class _$GAccountBasicByPkDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountByPk': - result.accountByPk.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountBasicByPkData_accountByPk))! - as GAccountBasicByPkData_accountByPk); + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceived_receiver_account))! + as GAccountsByPkData_account_identity_certReceived_receiver_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -11488,19 +12730,22 @@ class _$GAccountBasicByPkDataSerializer } } -class _$GAccountBasicByPkData_accountByPkSerializer - implements StructuredSerializer<GAccountBasicByPkData_accountByPk> { +class _$GAccountsByPkData_account_identity_certReceived_receiver_accountSerializer + implements + StructuredSerializer< + GAccountsByPkData_account_identity_certReceived_receiver_account> { @override final Iterable<Type> types = const [ - GAccountBasicByPkData_accountByPk, - _$GAccountBasicByPkData_accountByPk + GAccountsByPkData_account_identity_certReceived_receiver_account, + _$GAccountsByPkData_account_identity_certReceived_receiver_account ]; @override - final String wireName = 'GAccountBasicByPkData_accountByPk'; + final String wireName = + 'GAccountsByPkData_account_identity_certReceived_receiver_account'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountBasicByPkData_accountByPk object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_certReceived_receiver_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -11509,29 +12754,17 @@ class _$GAccountBasicByPkData_accountByPkSerializer 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), ]; - Object? value; - value = object.identity; - if (value != null) { - result - ..add('identity') - ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountBasicByPkData_accountByPk_identity))); - } + return result; } @override - GAccountBasicByPkData_accountByPk deserialize( + GAccountsByPkData_account_identity_certReceived_receiver_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountBasicByPkData_accountByPkBuilder(); + final result = + new GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11547,20 +12780,6 @@ class _$GAccountBasicByPkData_accountByPkSerializer result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'identity': - result.identity.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountBasicByPkData_accountByPk_identity))! - as GAccountBasicByPkData_accountByPk_identity); - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; } } @@ -11568,56 +12787,46 @@ class _$GAccountBasicByPkData_accountByPkSerializer } } -class _$GAccountBasicByPkData_accountByPk_identitySerializer +class _$GAccountsByPkData_account_identity_certReceivedAggregateSerializer implements - StructuredSerializer<GAccountBasicByPkData_accountByPk_identity> { + StructuredSerializer< + GAccountsByPkData_account_identity_certReceivedAggregate> { @override final Iterable<Type> types = const [ - GAccountBasicByPkData_accountByPk_identity, - _$GAccountBasicByPkData_accountByPk_identity + GAccountsByPkData_account_identity_certReceivedAggregate, + _$GAccountsByPkData_account_identity_certReceivedAggregate ]; @override - final String wireName = 'GAccountBasicByPkData_accountByPk_identity'; + final String wireName = + 'GAccountsByPkData_account_identity_certReceivedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountBasicByPkData_accountByPk_identity object, + GAccountsByPkData_account_identity_certReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; + value = object.aggregate; if (value != null) { result - ..add('status') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate))); } return result; } @override - GAccountBasicByPkData_accountByPk_identity deserialize( + GAccountsByPkData_account_identity_certReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountBasicByPkData_accountByPk_identityBuilder(); + final result = + new GAccountsByPkData_account_identity_certReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11629,26 +12838,67 @@ class _$GAccountBasicByPkData_accountByPk_identitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate))! + as GAccountsByPkData_account_identity_certReceivedAggregate_aggregate); break; - case 'id': - result.id = serializers.deserialize(value, + } + } + + return result.build(); + } +} + +class _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregateSerializer + implements + StructuredSerializer< + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate> { + @override + final Iterable<Type> types = const [ + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate, + _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + ]; + @override + final String wireName = + 'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -11657,34 +12907,38 @@ class _$GAccountBasicByPkData_accountByPk_identitySerializer } } -class _$GAccountsByPkDataSerializer - implements StructuredSerializer<GAccountsByPkData> { +class _$GAccountsByPkData_account_identity_linkedAccountSerializer + implements + StructuredSerializer<GAccountsByPkData_account_identity_linkedAccount> { @override - final Iterable<Type> types = const [GAccountsByPkData, _$GAccountsByPkData]; + final Iterable<Type> types = const [ + GAccountsByPkData_account_identity_linkedAccount, + _$GAccountsByPkData_account_identity_linkedAccount + ]; @override - final String wireName = 'GAccountsByPkData'; + final String wireName = 'GAccountsByPkData_account_identity_linkedAccount'; @override - Iterable<Object?> serialize(Serializers serializers, GAccountsByPkData object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_linkedAccount object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'account', - serializers.serialize(object.account, - specifiedType: const FullType( - BuiltList, const [const FullType(GAccountsByPkData_account)])), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; return result; } @override - GAccountsByPkData deserialize( + GAccountsByPkData_account_identity_linkedAccount deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkDataBuilder(); + final result = + new GAccountsByPkData_account_identity_linkedAccountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11696,11 +12950,9 @@ class _$GAccountsByPkDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'account': - result.account.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account) - ]))! as BuiltList<Object?>); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -11709,101 +12961,46 @@ class _$GAccountsByPkDataSerializer } } -class _$GAccountsByPkData_accountSerializer - implements StructuredSerializer<GAccountsByPkData_account> { +class _$GAccountsByPkData_account_identity_linkedAccountAggregateSerializer + implements + StructuredSerializer< + GAccountsByPkData_account_identity_linkedAccountAggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account, - _$GAccountsByPkData_account + GAccountsByPkData_account_identity_linkedAccountAggregate, + _$GAccountsByPkData_account_identity_linkedAccountAggregate ]; @override - final String wireName = 'GAccountsByPkData_account'; + final String wireName = + 'GAccountsByPkData_account_identity_linkedAccountAggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountsByPkData_account object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_linkedAccountAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'commentsIssued', - serializers.serialize(object.commentsIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_commentsIssued) - ])), - 'commentsIssuedAggregate', - serializers.serialize(object.commentsIssuedAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_commentsIssuedAggregate)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'removedIdentities', - serializers.serialize(object.removedIdentities, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_removedIdentities) - ])), - 'removedIdentitiesAggregate', - serializers.serialize(object.removedIdentitiesAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_removedIdentitiesAggregate)), - 'transfersIssued', - serializers.serialize(object.transfersIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_transfersIssued) - ])), - 'transfersIssuedAggregate', - serializers.serialize(object.transfersIssuedAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_transfersIssuedAggregate)), - 'transfersReceived', - serializers.serialize(object.transfersReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_transfersReceived) - ])), - 'transfersReceivedAggregate', - serializers.serialize(object.transfersReceivedAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceivedAggregate)), - 'wasIdentity', - serializers.serialize(object.wasIdentity, - specifiedType: const FullType(BuiltList, - const [const FullType(GAccountsByPkData_account_wasIdentity)])), - 'wasIdentityAggregate', - serializers.serialize(object.wasIdentityAggregate, - specifiedType: - const FullType(GAccountsByPkData_account_wasIdentityAggregate)), ]; Object? value; - value = object.identity; - if (value != null) { - result - ..add('identity') - ..add(serializers.serialize(value, - specifiedType: const FullType(GAccountsByPkData_account_identity))); - } - value = object.linkedIdentity; + value = object.aggregate; if (value != null) { result - ..add('linkedIdentity') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountsByPkData_account_linkedIdentity))); + specifiedType: const FullType( + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate))); } return result; } @override - GAccountsByPkData_account deserialize( + GAccountsByPkData_account_identity_linkedAccountAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_accountBuilder(); + final result = + new GAccountsByPkData_account_identity_linkedAccountAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11815,91 +13012,69 @@ class _$GAccountsByPkData_accountSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'commentsIssued': - result.commentsIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_commentsIssued) - ]))! as BuiltList<Object?>); - break; - case 'commentsIssuedAggregate': - result.commentsIssuedAggregate.replace(serializers.deserialize(value, + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_commentsIssuedAggregate))! - as GAccountsByPkData_account_commentsIssuedAggregate); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate))! + as GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate); break; - case 'id': - result.id = serializers.deserialize(value, + } + } + + return result.build(); + } +} + +class _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateSerializer + implements + StructuredSerializer< + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate> { + @override + final Iterable<Type> types = const [ + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate, + _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + ]; + @override + final String wireName = + 'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate'; + + @override + Iterable<Object?> serialize( + Serializers serializers, + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'identity': - result.identity.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountsByPkData_account_identity))! - as GAccountsByPkData_account_identity); - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'linkedIdentity': - result.linkedIdentity.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountsByPkData_account_linkedIdentity))! - as GAccountsByPkData_account_linkedIdentity); - break; - case 'removedIdentities': - result.removedIdentities.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_removedIdentities) - ]))! as BuiltList<Object?>); - break; - case 'removedIdentitiesAggregate': - result.removedIdentitiesAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountsByPkData_account_removedIdentitiesAggregate))! - as GAccountsByPkData_account_removedIdentitiesAggregate); - break; - case 'transfersIssued': - result.transfersIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_transfersIssued) - ]))! as BuiltList<Object?>); - break; - case 'transfersIssuedAggregate': - result.transfersIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersIssuedAggregate))! - as GAccountsByPkData_account_transfersIssuedAggregate); - break; - case 'transfersReceived': - result.transfersReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_transfersReceived) - ]))! as BuiltList<Object?>); - break; - case 'transfersReceivedAggregate': - result.transfersReceivedAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceivedAggregate))! - as GAccountsByPkData_account_transfersReceivedAggregate); - break; - case 'wasIdentity': - result.wasIdentity.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_wasIdentity) - ]))! as BuiltList<Object?>); - break; - case 'wasIdentityAggregate': - result.wasIdentityAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_wasIdentityAggregate))! - as GAccountsByPkData_account_wasIdentityAggregate); + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -11908,19 +13083,22 @@ class _$GAccountsByPkData_accountSerializer } } -class _$GAccountsByPkData_account_commentsIssuedSerializer - implements StructuredSerializer<GAccountsByPkData_account_commentsIssued> { +class _$GAccountsByPkData_account_identity_membershipHistorySerializer + implements + StructuredSerializer< + GAccountsByPkData_account_identity_membershipHistory> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_commentsIssued, - _$GAccountsByPkData_account_commentsIssued + GAccountsByPkData_account_identity_membershipHistory, + _$GAccountsByPkData_account_identity_membershipHistory ]; @override - final String wireName = 'GAccountsByPkData_account_commentsIssued'; + final String wireName = + 'GAccountsByPkData_account_identity_membershipHistory'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountsByPkData_account_commentsIssued object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_membershipHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -11929,44 +13107,40 @@ class _$GAccountsByPkData_account_commentsIssuedSerializer 'blockNumber', serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), - 'hash', - serializers.serialize(object.hash, specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), ]; Object? value; - value = object.authorId; + value = object.eventId; if (value != null) { result - ..add('authorId') + ..add('eventId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.eventId; + value = object.eventType; if (value != null) { result - ..add('eventId') + ..add('eventType') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType(_i2.GEventTypeEnum))); } - value = object.type; + value = object.identityId; if (value != null) { result - ..add('type') + ..add('identityId') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum))); + specifiedType: const FullType(String))); } return result; } @override - GAccountsByPkData_account_commentsIssued deserialize( + GAccountsByPkData_account_identity_membershipHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_commentsIssuedBuilder(); + final result = + new GAccountsByPkData_account_identity_membershipHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -11978,10 +13152,6 @@ class _$GAccountsByPkData_account_commentsIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'authorId': - result.authorId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'blockNumber': result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; @@ -11990,22 +13160,18 @@ class _$GAccountsByPkData_account_commentsIssuedSerializer result.eventId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'hash': - result.hash = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'eventType': + result.eventType = serializers.deserialize(value, + specifiedType: const FullType(_i2.GEventTypeEnum)) + as _i2.GEventTypeEnum?; break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'remark': - result.remark = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'type': - result.type = serializers.deserialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum)) - as _i2.GCommentTypeEnum?; + case 'identityId': + result.identityId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; } } @@ -12014,21 +13180,22 @@ class _$GAccountsByPkData_account_commentsIssuedSerializer } } -class _$GAccountsByPkData_account_commentsIssuedAggregateSerializer +class _$GAccountsByPkData_account_identity_membershipHistoryAggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_commentsIssuedAggregate> { + GAccountsByPkData_account_identity_membershipHistoryAggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_commentsIssuedAggregate, - _$GAccountsByPkData_account_commentsIssuedAggregate + GAccountsByPkData_account_identity_membershipHistoryAggregate, + _$GAccountsByPkData_account_identity_membershipHistoryAggregate ]; @override - final String wireName = 'GAccountsByPkData_account_commentsIssuedAggregate'; + final String wireName = + 'GAccountsByPkData_account_identity_membershipHistoryAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_commentsIssuedAggregate object, + GAccountsByPkData_account_identity_membershipHistoryAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -12042,17 +13209,17 @@ class _$GAccountsByPkData_account_commentsIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountsByPkData_account_commentsIssuedAggregate_aggregate))); + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate))); } return result; } @override - GAccountsByPkData_account_commentsIssuedAggregate deserialize( + GAccountsByPkData_account_identity_membershipHistoryAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_commentsIssuedAggregateBuilder(); + new GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -12067,8 +13234,8 @@ class _$GAccountsByPkData_account_commentsIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_commentsIssuedAggregate_aggregate))! - as GAccountsByPkData_account_commentsIssuedAggregate_aggregate); + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate))! + as GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate); break; } } @@ -12077,22 +13244,24 @@ class _$GAccountsByPkData_account_commentsIssuedAggregateSerializer } } -class _$GAccountsByPkData_account_commentsIssuedAggregate_aggregateSerializer +class _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_commentsIssuedAggregate_aggregate> { + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_commentsIssuedAggregate_aggregate, - _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate, + _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate ]; @override final String wireName = - 'GAccountsByPkData_account_commentsIssuedAggregate_aggregate'; + 'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_commentsIssuedAggregate_aggregate object, + Iterable<Object?> serialize( + Serializers serializers, + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -12106,11 +13275,11 @@ class _$GAccountsByPkData_account_commentsIssuedAggregate_aggregateSerializer } @override - GAccountsByPkData_account_commentsIssuedAggregate_aggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder(); + new GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -12133,142 +13302,63 @@ class _$GAccountsByPkData_account_commentsIssuedAggregate_aggregateSerializer } } -class _$GAccountsByPkData_account_identitySerializer - implements StructuredSerializer<GAccountsByPkData_account_identity> { +class _$GAccountsByPkData_account_identity_ownerKeyChangeSerializer + implements + StructuredSerializer< + GAccountsByPkData_account_identity_ownerKeyChange> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity, - _$GAccountsByPkData_account_identity + GAccountsByPkData_account_identity_ownerKeyChange, + _$GAccountsByPkData_account_identity_ownerKeyChange ]; @override - final String wireName = 'GAccountsByPkData_account_identity'; + final String wireName = 'GAccountsByPkData_account_identity_ownerKeyChange'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountsByPkData_account_identity object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_identity_ownerKeyChange object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'certIssued', - serializers.serialize(object.certIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_certIssued) - ])), - 'certIssuedAggregate', - serializers.serialize(object.certIssuedAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certIssuedAggregate)), - 'certReceived', - serializers.serialize(object.certReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_certReceived) - ])), - 'certReceivedAggregate', - serializers.serialize(object.certReceivedAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certReceivedAggregate)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'lastChangeOn', - serializers.serialize(object.lastChangeOn, + 'blockNumber', + serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), - 'linkedAccount', - serializers.serialize(object.linkedAccount, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_linkedAccount) - ])), - 'linkedAccountAggregate', - serializers.serialize(object.linkedAccountAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_identity_linkedAccountAggregate)), - 'membershipHistory', - serializers.serialize(object.membershipHistory, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_membershipHistory) - ])), - 'membershipHistoryAggregate', - serializers.serialize(object.membershipHistoryAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_identity_membershipHistoryAggregate)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), - 'ownerKeyChange', - serializers.serialize(object.ownerKeyChange, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_ownerKeyChange) - ])), - 'ownerKeyChangeAggregate', - serializers.serialize(object.ownerKeyChangeAggregate, - specifiedType: const FullType( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate)), ]; Object? value; - value = object.accountId; + value = object.identityId; if (value != null) { result - ..add('accountId') + ..add('identityId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.accountRemovedId; + value = object.nextId; if (value != null) { result - ..add('accountRemovedId') + ..add('nextId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.createdInId; + value = object.previousId; if (value != null) { result - ..add('createdInId') + ..add('previousId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } - value = object.smith; - if (value != null) { - result - ..add('smith') - ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountsByPkData_account_identity_smith))); - } - value = object.udHistory; - if (value != null) { - result - ..add('udHistory') - ..add(serializers.serialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_udHistory) - ]))); - } return result; } @override - GAccountsByPkData_account_identity deserialize( + GAccountsByPkData_account_identity_ownerKeyChange deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_identityBuilder(); + final result = + new GAccountsByPkData_account_identity_ownerKeyChangeBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -12280,125 +13370,25 @@ class _$GAccountsByPkData_account_identitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'accountRemovedId': - result.accountRemovedId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'certIssued': - result.certIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_certIssued) - ]))! as BuiltList<Object?>); - break; - case 'certIssuedAggregate': - result.certIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certIssuedAggregate))! - as GAccountsByPkData_account_identity_certIssuedAggregate); - break; - case 'certReceived': - result.certReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_certReceived) - ]))! as BuiltList<Object?>); - break; - case 'certReceivedAggregate': - result.certReceivedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certReceivedAggregate))! - as GAccountsByPkData_account_identity_certReceivedAggregate); - break; - case 'createdInId': - result.createdInId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'index': - result.index = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'lastChangeOn': - result.lastChangeOn = serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'linkedAccount': - result.linkedAccount.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_linkedAccount) - ]))! as BuiltList<Object?>); - break; - case 'linkedAccountAggregate': - result.linkedAccountAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_linkedAccountAggregate))! - as GAccountsByPkData_account_identity_linkedAccountAggregate); - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'membershipHistory': - result.membershipHistory.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountsByPkData_account_identity_membershipHistory) - ]))! as BuiltList<Object?>); - break; - case 'membershipHistoryAggregate': - result.membershipHistoryAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_membershipHistoryAggregate))! - as GAccountsByPkData_account_identity_membershipHistoryAggregate); - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'ownerKeyChange': - result.ownerKeyChange.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountsByPkData_account_identity_ownerKeyChange) - ]))! as BuiltList<Object?>); - break; - case 'ownerKeyChangeAggregate': - result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate))! - as GAccountsByPkData_account_identity_ownerKeyChangeAggregate); + case 'identityId': + result.identityId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'smith': - result.smith.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountsByPkData_account_identity_smith))! - as GAccountsByPkData_account_identity_smith); + case 'nextId': + result.nextId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'udHistory': - result.udHistory.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountsByPkData_account_identity_udHistory) - ]))! as BuiltList<Object?>); + case 'previousId': + result.previousId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; } } @@ -12407,79 +13397,46 @@ class _$GAccountsByPkData_account_identitySerializer } } -class _$GAccountsByPkData_account_identity_certIssuedSerializer +class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregateSerializer implements - StructuredSerializer<GAccountsByPkData_account_identity_certIssued> { + StructuredSerializer< + GAccountsByPkData_account_identity_ownerKeyChangeAggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certIssued, - _$GAccountsByPkData_account_identity_certIssued + GAccountsByPkData_account_identity_ownerKeyChangeAggregate, + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate ]; @override - final String wireName = 'GAccountsByPkData_account_identity_certIssued'; + final String wireName = + 'GAccountsByPkData_account_identity_ownerKeyChangeAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certIssued object, + GAccountsByPkData_account_identity_ownerKeyChangeAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.issuer; - if (value != null) { - result - ..add('issuer') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certIssued_issuer))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiver; + value = object.aggregate; if (value != null) { result - ..add('receiver') + ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountsByPkData_account_identity_certIssued_receiver))); + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate))); } return result; } @override - GAccountsByPkData_account_identity_certIssued deserialize( + GAccountsByPkData_account_identity_ownerKeyChangeAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_identity_certIssuedBuilder(); + final result = + new GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -12491,45 +13448,11 @@ class _$GAccountsByPkData_account_identity_certIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certIssued_issuer))! - as GAccountsByPkData_account_identity_certIssued_issuer); - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_identity_certIssued_receiver))! - as GAccountsByPkData_account_identity_certIssued_receiver); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate))! + as GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate); break; } } @@ -12538,59 +13461,42 @@ class _$GAccountsByPkData_account_identity_certIssuedSerializer } } -class _$GAccountsByPkData_account_identity_certIssued_issuerSerializer +class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_identity_certIssued_issuer> { + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certIssued_issuer, - _$GAccountsByPkData_account_identity_certIssued_issuer + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate, + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate ]; @override final String wireName = - 'GAccountsByPkData_account_identity_certIssued_issuer'; + 'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certIssued_issuer object, + Iterable<Object?> serialize( + Serializers serializers, + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountsByPkData_account_identity_certIssued_issuer deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_certIssued_issuerBuilder(); + new GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -12602,26 +13508,9 @@ class _$GAccountsByPkData_account_identity_certIssued_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -12630,22 +13519,19 @@ class _$GAccountsByPkData_account_identity_certIssued_issuerSerializer } } -class _$GAccountsByPkData_account_identity_certIssued_receiverSerializer - implements - StructuredSerializer< - GAccountsByPkData_account_identity_certIssued_receiver> { +class _$GAccountsByPkData_account_identity_smithSerializer + implements StructuredSerializer<GAccountsByPkData_account_identity_smith> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certIssued_receiver, - _$GAccountsByPkData_account_identity_certIssued_receiver + GAccountsByPkData_account_identity_smith, + _$GAccountsByPkData_account_identity_smith ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_certIssued_receiver'; + final String wireName = 'GAccountsByPkData_account_identity_smith'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certIssued_receiver object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsByPkData_account_identity_smith object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -12653,36 +13539,44 @@ class _$GAccountsByPkData_account_identity_certIssued_receiverSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'forged', + serializers.serialize(object.forged, specifiedType: const FullType(int)), + 'index', + serializers.serialize(object.index, specifiedType: const FullType(int)), + 'smithCertIssued', + serializers.serialize(object.smithCertIssued, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountsByPkData_account_identity_smith_smithCertIssued) + ])), + 'smithCertReceived', + serializers.serialize(object.smithCertReceived, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountsByPkData_account_identity_smith_smithCertReceived) + ])), ]; Object? value; - value = object.accountId; + value = object.lastChanged; if (value != null) { result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + ..add('lastChanged') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); } - value = object.status; + value = object.lastForged; if (value != null) { result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + ..add('lastForged') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); } return result; } @override - GAccountsByPkData_account_identity_certIssued_receiver deserialize( + GAccountsByPkData_account_identity_smith deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_certIssued_receiverBuilder(); + final result = new GAccountsByPkData_account_identity_smithBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -12694,26 +13588,39 @@ class _$GAccountsByPkData_account_identity_certIssued_receiverSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'forged': + result.forged = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'index': + result.index = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'lastChanged': + result.lastChanged = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + case 'lastForged': + result.lastForged = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + case 'smithCertIssued': + result.smithCertIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountsByPkData_account_identity_smith_smithCertIssued) + ]))! as BuiltList<Object?>); + break; + case 'smithCertReceived': + result.smithCertReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountsByPkData_account_identity_smith_smithCertReceived) + ]))! as BuiltList<Object?>); break; } } @@ -12722,104 +13629,57 @@ class _$GAccountsByPkData_account_identity_certIssued_receiverSerializer } } -class _$GAccountsByPkData_account_identity_certIssuedAggregateSerializer +class _$GAccountsByPkData_account_identity_smith_smithCertIssuedSerializer implements StructuredSerializer< - GAccountsByPkData_account_identity_certIssuedAggregate> { + GAccountsByPkData_account_identity_smith_smithCertIssued> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certIssuedAggregate, - _$GAccountsByPkData_account_identity_certIssuedAggregate + GAccountsByPkData_account_identity_smith_smithCertIssued, + _$GAccountsByPkData_account_identity_smith_smithCertIssued ]; @override final String wireName = - 'GAccountsByPkData_account_identity_certIssuedAggregate'; + 'GAccountsByPkData_account_identity_smith_smithCertIssued'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certIssuedAggregate object, + GAccountsByPkData_account_identity_smith_smithCertIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.issuerId; if (value != null) { result - ..add('aggregate') + ..add('issuerId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate))); + specifiedType: const FullType(String))); } - return result; - } - - @override - GAccountsByPkData_account_identity_certIssuedAggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_certIssuedAggregateBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate))! - as GAccountsByPkData_account_identity_certIssuedAggregate_aggregate); - break; - } + value = object.receiverId; + if (value != null) { + result + ..add('receiverId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); } - - return result.build(); - } -} - -class _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregateSerializer - implements - StructuredSerializer< - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate> { - @override - final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate, - _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate - ]; - @override - final String wireName = - 'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate'; - - @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), - ]; - return result; } @override - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate deserialize( + GAccountsByPkData_account_identity_smith_smithCertIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder(); + new GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -12831,8 +13691,20 @@ class _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregateSerializ result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -12842,20 +13714,22 @@ class _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregateSerializ } } -class _$GAccountsByPkData_account_identity_certReceivedSerializer +class _$GAccountsByPkData_account_identity_smith_smithCertReceivedSerializer implements - StructuredSerializer<GAccountsByPkData_account_identity_certReceived> { + StructuredSerializer< + GAccountsByPkData_account_identity_smith_smithCertReceived> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certReceived, - _$GAccountsByPkData_account_identity_certReceived + GAccountsByPkData_account_identity_smith_smithCertReceived, + _$GAccountsByPkData_account_identity_smith_smithCertReceived ]; @override - final String wireName = 'GAccountsByPkData_account_identity_certReceived'; + final String wireName = + 'GAccountsByPkData_account_identity_smith_smithCertReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certReceived object, + GAccountsByPkData_account_identity_smith_smithCertReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -12866,15 +13740,6 @@ class _$GAccountsByPkData_account_identity_certReceivedSerializer 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), ]; Object? value; value = object.issuerId; @@ -12884,14 +13749,6 @@ class _$GAccountsByPkData_account_identity_certReceivedSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.issuer; - if (value != null) { - result - ..add('issuer') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certReceived_issuer))); - } value = object.receiverId; if (value != null) { result @@ -12899,22 +13756,15 @@ class _$GAccountsByPkData_account_identity_certReceivedSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.receiver; - if (value != null) { - result - ..add('receiver') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certReceived_receiver))); - } return result; } @override - GAccountsByPkData_account_identity_certReceived deserialize( + GAccountsByPkData_account_identity_smith_smithCertReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_identity_certReceivedBuilder(); + final result = + new GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -12934,38 +13784,14 @@ class _$GAccountsByPkData_account_identity_certReceivedSerializer result.issuerId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certReceived_issuer))! - as GAccountsByPkData_account_identity_certReceived_issuer); - break; case 'receiverId': result.receiverId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certReceived_receiver))! - as GAccountsByPkData_account_identity_certReceived_receiver); - break; case 'createdOn': result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; } } @@ -12973,22 +13799,20 @@ class _$GAccountsByPkData_account_identity_certReceivedSerializer } } -class _$GAccountsByPkData_account_identity_certReceived_issuerSerializer +class _$GAccountsByPkData_account_identity_udHistorySerializer implements - StructuredSerializer< - GAccountsByPkData_account_identity_certReceived_issuer> { + StructuredSerializer<GAccountsByPkData_account_identity_udHistory> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certReceived_issuer, - _$GAccountsByPkData_account_identity_certReceived_issuer + GAccountsByPkData_account_identity_udHistory, + _$GAccountsByPkData_account_identity_udHistory ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_certReceived_issuer'; + final String wireName = 'GAccountsByPkData_account_identity_udHistory'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certReceived_issuer object, + GAccountsByPkData_account_identity_udHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -12996,36 +13820,21 @@ class _$GAccountsByPkData_account_identity_certReceived_issuerSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountsByPkData_account_identity_certReceived_issuer deserialize( + GAccountsByPkData_account_identity_udHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_certReceived_issuerBuilder(); + final result = new GAccountsByPkData_account_identity_udHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13037,26 +13846,18 @@ class _$GAccountsByPkData_account_identity_certReceived_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; } } @@ -13065,22 +13866,19 @@ class _$GAccountsByPkData_account_identity_certReceived_issuerSerializer } } -class _$GAccountsByPkData_account_identity_certReceived_receiverSerializer - implements - StructuredSerializer< - GAccountsByPkData_account_identity_certReceived_receiver> { +class _$GAccountsByPkData_account_linkedIdentitySerializer + implements StructuredSerializer<GAccountsByPkData_account_linkedIdentity> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certReceived_receiver, - _$GAccountsByPkData_account_identity_certReceived_receiver + GAccountsByPkData_account_linkedIdentity, + _$GAccountsByPkData_account_linkedIdentity ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_certReceived_receiver'; + final String wireName = 'GAccountsByPkData_account_linkedIdentity'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certReceived_receiver object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsByPkData_account_linkedIdentity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -13093,6 +13891,9 @@ class _$GAccountsByPkData_account_identity_certReceived_receiverSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -13102,6 +13903,14 @@ class _$GAccountsByPkData_account_identity_certReceived_receiverSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_linkedIdentity_account))); + } value = object.status; if (value != null) { result @@ -13113,11 +13922,10 @@ class _$GAccountsByPkData_account_identity_certReceived_receiverSerializer } @override - GAccountsByPkData_account_identity_certReceived_receiver deserialize( + GAccountsByPkData_account_linkedIdentity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_certReceived_receiverBuilder(); + final result = new GAccountsByPkData_account_linkedIdentityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13133,6 +13941,12 @@ class _$GAccountsByPkData_account_identity_certReceived_receiverSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_linkedIdentity_account))! + as GAccountsByPkData_account_linkedIdentity_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -13150,6 +13964,10 @@ class _$GAccountsByPkData_account_identity_certReceived_receiverSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -13157,46 +13975,39 @@ class _$GAccountsByPkData_account_identity_certReceived_receiverSerializer } } -class _$GAccountsByPkData_account_identity_certReceivedAggregateSerializer +class _$GAccountsByPkData_account_linkedIdentity_accountSerializer implements - StructuredSerializer< - GAccountsByPkData_account_identity_certReceivedAggregate> { + StructuredSerializer<GAccountsByPkData_account_linkedIdentity_account> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certReceivedAggregate, - _$GAccountsByPkData_account_identity_certReceivedAggregate + GAccountsByPkData_account_linkedIdentity_account, + _$GAccountsByPkData_account_linkedIdentity_account ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_certReceivedAggregate'; + final String wireName = 'GAccountsByPkData_account_linkedIdentity_account'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certReceivedAggregate object, + GAccountsByPkData_account_linkedIdentity_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate))); - } + return result; } @override - GAccountsByPkData_account_identity_certReceivedAggregate deserialize( + GAccountsByPkData_account_linkedIdentity_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_certReceivedAggregateBuilder(); + new GAccountsByPkData_account_linkedIdentity_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13208,11 +14019,9 @@ class _$GAccountsByPkData_account_identity_certReceivedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate))! - as GAccountsByPkData_account_identity_certReceivedAggregate_aggregate); + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -13221,40 +14030,67 @@ class _$GAccountsByPkData_account_identity_certReceivedAggregateSerializer } } -class _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregateSerializer +class _$GAccountsByPkData_account_removedIdentitiesSerializer implements - StructuredSerializer< - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate> { + StructuredSerializer<GAccountsByPkData_account_removedIdentities> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate, - _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + GAccountsByPkData_account_removedIdentities, + _$GAccountsByPkData_account_removedIdentities ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate'; + final String wireName = 'GAccountsByPkData_account_removedIdentities'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate object, + GAccountsByPkData_account_removedIdentities object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; - + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_removedIdentities_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } return result; } @override - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder(); + GAccountsByPkData_account_removedIdentities deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountsByPkData_account_removedIdentitiesBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13266,8 +14102,35 @@ class _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregateSerial result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_removedIdentities_account))! + as GAccountsByPkData_account_removedIdentities_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -13277,38 +14140,40 @@ class _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregateSerial } } -class _$GAccountsByPkData_account_identity_linkedAccountSerializer +class _$GAccountsByPkData_account_removedIdentities_accountSerializer implements - StructuredSerializer<GAccountsByPkData_account_identity_linkedAccount> { + StructuredSerializer< + GAccountsByPkData_account_removedIdentities_account> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_linkedAccount, - _$GAccountsByPkData_account_identity_linkedAccount + GAccountsByPkData_account_removedIdentities_account, + _$GAccountsByPkData_account_removedIdentities_account ]; @override - final String wireName = 'GAccountsByPkData_account_identity_linkedAccount'; + final String wireName = 'GAccountsByPkData_account_removedIdentities_account'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_linkedAccount object, + GAccountsByPkData_account_removedIdentities_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GAccountsByPkData_account_identity_linkedAccount deserialize( + GAccountsByPkData_account_removedIdentities_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_linkedAccountBuilder(); + new GAccountsByPkData_account_removedIdentities_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13320,9 +14185,9 @@ class _$GAccountsByPkData_account_identity_linkedAccountSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -13331,22 +14196,22 @@ class _$GAccountsByPkData_account_identity_linkedAccountSerializer } } -class _$GAccountsByPkData_account_identity_linkedAccountAggregateSerializer +class _$GAccountsByPkData_account_removedIdentitiesAggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_identity_linkedAccountAggregate> { + GAccountsByPkData_account_removedIdentitiesAggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_linkedAccountAggregate, - _$GAccountsByPkData_account_identity_linkedAccountAggregate + GAccountsByPkData_account_removedIdentitiesAggregate, + _$GAccountsByPkData_account_removedIdentitiesAggregate ]; @override final String wireName = - 'GAccountsByPkData_account_identity_linkedAccountAggregate'; + 'GAccountsByPkData_account_removedIdentitiesAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_linkedAccountAggregate object, + GAccountsByPkData_account_removedIdentitiesAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -13360,17 +14225,17 @@ class _$GAccountsByPkData_account_identity_linkedAccountAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate))); + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate))); } return result; } @override - GAccountsByPkData_account_identity_linkedAccountAggregate deserialize( + GAccountsByPkData_account_removedIdentitiesAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_linkedAccountAggregateBuilder(); + new GAccountsByPkData_account_removedIdentitiesAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13385,8 +14250,8 @@ class _$GAccountsByPkData_account_identity_linkedAccountAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate))! - as GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate); + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate))! + as GAccountsByPkData_account_removedIdentitiesAggregate_aggregate); break; } } @@ -13395,24 +14260,22 @@ class _$GAccountsByPkData_account_identity_linkedAccountAggregateSerializer } } -class _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateSerializer +class _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate> { + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate, - _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate, + _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate ]; @override final String wireName = - 'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate'; + 'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -13426,11 +14289,11 @@ class _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateSeria } @override - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder(); + new GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13453,22 +14316,19 @@ class _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateSeria } } -class _$GAccountsByPkData_account_identity_membershipHistorySerializer - implements - StructuredSerializer< - GAccountsByPkData_account_identity_membershipHistory> { +class _$GAccountsByPkData_account_transfersIssuedSerializer + implements StructuredSerializer<GAccountsByPkData_account_transfersIssued> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_membershipHistory, - _$GAccountsByPkData_account_identity_membershipHistory + GAccountsByPkData_account_transfersIssued, + _$GAccountsByPkData_account_transfersIssued ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_membershipHistory'; + final String wireName = 'GAccountsByPkData_account_transfersIssued'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_membershipHistory object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsByPkData_account_transfersIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -13477,40 +14337,45 @@ class _$GAccountsByPkData_account_identity_membershipHistorySerializer 'blockNumber', serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.eventId; + value = object.to; if (value != null) { result - ..add('eventId') + ..add('to') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: + const FullType(GAccountsByPkData_account_transfersIssued_to))); } - value = object.eventType; + value = object.from; if (value != null) { result - ..add('eventType') + ..add('from') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum))); + specifiedType: const FullType( + GAccountsByPkData_account_transfersIssued_from))); } - value = object.identityId; + value = object.comment; if (value != null) { result - ..add('identityId') + ..add('comment') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountsByPkData_account_transfersIssued_comment))); } return result; } @override - GAccountsByPkData_account_identity_membershipHistory deserialize( + GAccountsByPkData_account_transfersIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_membershipHistoryBuilder(); + final result = new GAccountsByPkData_account_transfersIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13526,22 +14391,32 @@ class _$GAccountsByPkData_account_identity_membershipHistorySerializer result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'eventId': - result.eventId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; - case 'eventType': - result.eventType = serializers.deserialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum)) - as _i2.GEventTypeEnum?; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'to': + result.to.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersIssued_to))! + as GAccountsByPkData_account_transfersIssued_to); break; - case 'identityId': - result.identityId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'from': + result.from.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersIssued_from))! + as GAccountsByPkData_account_transfersIssued_from); + break; + case 'comment': + result.comment.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersIssued_comment))! + as GAccountsByPkData_account_transfersIssued_comment); break; } } @@ -13550,46 +14425,37 @@ class _$GAccountsByPkData_account_identity_membershipHistorySerializer } } -class _$GAccountsByPkData_account_identity_membershipHistoryAggregateSerializer +class _$GAccountsByPkData_account_transfersIssued_toSerializer implements - StructuredSerializer< - GAccountsByPkData_account_identity_membershipHistoryAggregate> { + StructuredSerializer<GAccountsByPkData_account_transfersIssued_to> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_membershipHistoryAggregate, - _$GAccountsByPkData_account_identity_membershipHistoryAggregate + GAccountsByPkData_account_transfersIssued_to, + _$GAccountsByPkData_account_transfersIssued_to ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_membershipHistoryAggregate'; + final String wireName = 'GAccountsByPkData_account_transfersIssued_to'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_membershipHistoryAggregate object, + GAccountsByPkData_account_transfersIssued_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate))); - } + return result; } @override - GAccountsByPkData_account_identity_membershipHistoryAggregate deserialize( + GAccountsByPkData_account_transfersIssued_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder(); + final result = new GAccountsByPkData_account_transfersIssued_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13601,11 +14467,9 @@ class _$GAccountsByPkData_account_identity_membershipHistoryAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate))! - as GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -13614,42 +14478,37 @@ class _$GAccountsByPkData_account_identity_membershipHistoryAggregateSerializer } } -class _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateSerializer +class _$GAccountsByPkData_account_transfersIssued_fromSerializer implements - StructuredSerializer< - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate> { + StructuredSerializer<GAccountsByPkData_account_transfersIssued_from> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate, - _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + GAccountsByPkData_account_transfersIssued_from, + _$GAccountsByPkData_account_transfersIssued_from ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate'; + final String wireName = 'GAccountsByPkData_account_transfersIssued_from'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_transfersIssued_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; return result; } @override - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder(); + GAccountsByPkData_account_transfersIssued_from deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountsByPkData_account_transfersIssued_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13661,9 +14520,9 @@ class _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateS result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -13672,63 +14531,40 @@ class _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateS } } -class _$GAccountsByPkData_account_identity_ownerKeyChangeSerializer +class _$GAccountsByPkData_account_transfersIssued_commentSerializer implements StructuredSerializer< - GAccountsByPkData_account_identity_ownerKeyChange> { + GAccountsByPkData_account_transfersIssued_comment> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_ownerKeyChange, - _$GAccountsByPkData_account_identity_ownerKeyChange + GAccountsByPkData_account_transfersIssued_comment, + _$GAccountsByPkData_account_transfersIssued_comment ]; @override - final String wireName = 'GAccountsByPkData_account_identity_ownerKeyChange'; + final String wireName = 'GAccountsByPkData_account_transfersIssued_comment'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_ownerKeyChange object, + GAccountsByPkData_account_transfersIssued_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; - Object? value; - value = object.identityId; - if (value != null) { - result - ..add('identityId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.nextId; - if (value != null) { - result - ..add('nextId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.previousId; - if (value != null) { - result - ..add('previousId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } + return result; } @override - GAccountsByPkData_account_identity_ownerKeyChange deserialize( + GAccountsByPkData_account_transfersIssued_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_ownerKeyChangeBuilder(); + new GAccountsByPkData_account_transfersIssued_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13740,26 +14576,10 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, + case 'remark': + result.remark = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'identityId': - result.identityId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'nextId': - result.nextId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'previousId': - result.previousId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; } } @@ -13767,22 +14587,21 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeSerializer } } -class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregateSerializer +class _$GAccountsByPkData_account_transfersIssuedAggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_identity_ownerKeyChangeAggregate> { + GAccountsByPkData_account_transfersIssuedAggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_ownerKeyChangeAggregate, - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate + GAccountsByPkData_account_transfersIssuedAggregate, + _$GAccountsByPkData_account_transfersIssuedAggregate ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_ownerKeyChangeAggregate'; + final String wireName = 'GAccountsByPkData_account_transfersIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_ownerKeyChangeAggregate object, + GAccountsByPkData_account_transfersIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -13796,17 +14615,17 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate))); + GAccountsByPkData_account_transfersIssuedAggregate_aggregate))); } return result; } @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate deserialize( + GAccountsByPkData_account_transfersIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder(); + new GAccountsByPkData_account_transfersIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13821,8 +14640,8 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate))! - as GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate); + GAccountsByPkData_account_transfersIssuedAggregate_aggregate))! + as GAccountsByPkData_account_transfersIssuedAggregate_aggregate); break; } } @@ -13831,24 +14650,22 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregateSerializer } } -class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateSerializer +class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate> { + GAccountsByPkData_account_transfersIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate, - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + GAccountsByPkData_account_transfersIssuedAggregate_aggregate, + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate ]; @override final String wireName = - 'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate'; + 'GAccountsByPkData_account_transfersIssuedAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_transfersIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -13857,16 +14674,24 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateSeri 'count', serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.sum; + if (value != null) { + result + ..add('sum') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum))); + } return result; } @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountsByPkData_account_transfersIssuedAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13878,6 +14703,12 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateSeri result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'sum': + result.sum.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum))! + as GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum); + break; case 'count': result.count = serializers.deserialize(value, specifiedType: const FullType(int))! as int; @@ -13889,64 +14720,44 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateSeri } } -class _$GAccountsByPkData_account_identity_smithSerializer - implements StructuredSerializer<GAccountsByPkData_account_identity_smith> { +class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumSerializer + implements + StructuredSerializer< + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_smith, - _$GAccountsByPkData_account_identity_smith + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum, + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum ]; @override - final String wireName = 'GAccountsByPkData_account_identity_smith'; + final String wireName = + 'GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountsByPkData_account_identity_smith object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'forged', - serializers.serialize(object.forged, specifiedType: const FullType(int)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'smithCertIssued', - serializers.serialize(object.smithCertIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountsByPkData_account_identity_smith_smithCertIssued) - ])), - 'smithCertReceived', - serializers.serialize(object.smithCertReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountsByPkData_account_identity_smith_smithCertReceived) - ])), ]; Object? value; - value = object.lastChanged; - if (value != null) { - result - ..add('lastChanged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } - value = object.lastForged; + value = object.amount; if (value != null) { result - ..add('lastForged') + ..add('amount') ..add(serializers.serialize(value, specifiedType: const FullType(int))); } return result; } @override - GAccountsByPkData_account_identity_smith deserialize( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_identity_smithBuilder(); + final result = + new GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -13958,40 +14769,10 @@ class _$GAccountsByPkData_account_identity_smithSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'forged': - result.forged = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'index': - result.index = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'lastChanged': - result.lastChanged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; - break; - case 'lastForged': - result.lastForged = serializers.deserialize(value, + case 'amount': + result.amount = serializers.deserialize(value, specifiedType: const FullType(int)) as int?; break; - case 'smithCertIssued': - result.smithCertIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountsByPkData_account_identity_smith_smithCertIssued) - ]))! as BuiltList<Object?>); - break; - case 'smithCertReceived': - result.smithCertReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountsByPkData_account_identity_smith_smithCertReceived) - ]))! as BuiltList<Object?>); - break; } } @@ -13999,57 +14780,67 @@ class _$GAccountsByPkData_account_identity_smithSerializer } } -class _$GAccountsByPkData_account_identity_smith_smithCertIssuedSerializer +class _$GAccountsByPkData_account_transfersReceivedSerializer implements - StructuredSerializer< - GAccountsByPkData_account_identity_smith_smithCertIssued> { + StructuredSerializer<GAccountsByPkData_account_transfersReceived> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_smith_smithCertIssued, - _$GAccountsByPkData_account_identity_smith_smithCertIssued + GAccountsByPkData_account_transfersReceived, + _$GAccountsByPkData_account_transfersReceived ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_smith_smithCertIssued'; + final String wireName = 'GAccountsByPkData_account_transfersReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_smith_smithCertIssued object, + GAccountsByPkData_account_transfersReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, + 'blockNumber', + serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; + value = object.to; if (value != null) { result - ..add('issuerId') + ..add('to') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceived_to))); } - value = object.receiverId; + value = object.from; if (value != null) { result - ..add('receiverId') + ..add('from') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceived_from))); + } + value = object.comment; + if (value != null) { + result + ..add('comment') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceived_comment))); } return result; } @override - GAccountsByPkData_account_identity_smith_smithCertIssued deserialize( + GAccountsByPkData_account_transfersReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder(); + final result = new GAccountsByPkData_account_transfersReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14061,22 +14852,37 @@ class _$GAccountsByPkData_account_identity_smith_smithCertIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, + case 'amount': + result.amount = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; + case 'to': + result.to.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceived_to))! + as GAccountsByPkData_account_transfersReceived_to); + break; + case 'from': + result.from.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceived_from))! + as GAccountsByPkData_account_transfersReceived_from); + break; + case 'comment': + result.comment.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceived_comment))! + as GAccountsByPkData_account_transfersReceived_comment); + break; } } @@ -14084,22 +14890,20 @@ class _$GAccountsByPkData_account_identity_smith_smithCertIssuedSerializer } } -class _$GAccountsByPkData_account_identity_smith_smithCertReceivedSerializer +class _$GAccountsByPkData_account_transfersReceived_toSerializer implements - StructuredSerializer< - GAccountsByPkData_account_identity_smith_smithCertReceived> { + StructuredSerializer<GAccountsByPkData_account_transfersReceived_to> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_smith_smithCertReceived, - _$GAccountsByPkData_account_identity_smith_smithCertReceived + GAccountsByPkData_account_transfersReceived_to, + _$GAccountsByPkData_account_transfersReceived_to ]; @override - final String wireName = - 'GAccountsByPkData_account_identity_smith_smithCertReceived'; + final String wireName = 'GAccountsByPkData_account_transfersReceived_to'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_smith_smithCertReceived object, + GAccountsByPkData_account_transfersReceived_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -14107,34 +14911,16 @@ class _$GAccountsByPkData_account_identity_smith_smithCertReceivedSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), ]; - Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } + return result; } @override - GAccountsByPkData_account_identity_smith_smithCertReceived deserialize( + GAccountsByPkData_account_transfersReceived_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder(); + final result = new GAccountsByPkData_account_transfersReceived_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14150,18 +14936,6 @@ class _$GAccountsByPkData_account_identity_smith_smithCertReceivedSerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; } } @@ -14169,20 +14943,20 @@ class _$GAccountsByPkData_account_identity_smith_smithCertReceivedSerializer } } -class _$GAccountsByPkData_account_identity_udHistorySerializer +class _$GAccountsByPkData_account_transfersReceived_fromSerializer implements - StructuredSerializer<GAccountsByPkData_account_identity_udHistory> { + StructuredSerializer<GAccountsByPkData_account_transfersReceived_from> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_identity_udHistory, - _$GAccountsByPkData_account_identity_udHistory + GAccountsByPkData_account_transfersReceived_from, + _$GAccountsByPkData_account_transfersReceived_from ]; @override - final String wireName = 'GAccountsByPkData_account_identity_udHistory'; + final String wireName = 'GAccountsByPkData_account_transfersReceived_from'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_identity_udHistory object, + GAccountsByPkData_account_transfersReceived_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -14190,21 +14964,17 @@ class _$GAccountsByPkData_account_identity_udHistorySerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), ]; return result; } @override - GAccountsByPkData_account_identity_udHistory deserialize( + GAccountsByPkData_account_transfersReceived_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_identity_udHistoryBuilder(); + final result = + new GAccountsByPkData_account_transfersReceived_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14220,15 +14990,6 @@ class _$GAccountsByPkData_account_identity_udHistorySerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); - break; } } @@ -14236,55 +14997,40 @@ class _$GAccountsByPkData_account_identity_udHistorySerializer } } -class _$GAccountsByPkData_account_linkedIdentitySerializer - implements StructuredSerializer<GAccountsByPkData_account_linkedIdentity> { +class _$GAccountsByPkData_account_transfersReceived_commentSerializer + implements + StructuredSerializer< + GAccountsByPkData_account_transfersReceived_comment> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_linkedIdentity, - _$GAccountsByPkData_account_linkedIdentity + GAccountsByPkData_account_transfersReceived_comment, + _$GAccountsByPkData_account_transfersReceived_comment ]; @override - final String wireName = 'GAccountsByPkData_account_linkedIdentity'; + final String wireName = 'GAccountsByPkData_account_transfersReceived_comment'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountsByPkData_account_linkedIdentity object, + Iterable<Object?> serialize(Serializers serializers, + GAccountsByPkData_account_transfersReceived_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountsByPkData_account_linkedIdentity deserialize( + GAccountsByPkData_account_transfersReceived_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_linkedIdentityBuilder(); + final result = + new GAccountsByPkData_account_transfersReceived_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14296,25 +15042,8 @@ class _$GAccountsByPkData_account_linkedIdentitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, + case 'remark': + result.remark = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; } @@ -14324,56 +15053,46 @@ class _$GAccountsByPkData_account_linkedIdentitySerializer } } -class _$GAccountsByPkData_account_removedIdentitiesSerializer +class _$GAccountsByPkData_account_transfersReceivedAggregateSerializer implements - StructuredSerializer<GAccountsByPkData_account_removedIdentities> { + StructuredSerializer< + GAccountsByPkData_account_transfersReceivedAggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_removedIdentities, - _$GAccountsByPkData_account_removedIdentities + GAccountsByPkData_account_transfersReceivedAggregate, + _$GAccountsByPkData_account_transfersReceivedAggregate ]; @override - final String wireName = 'GAccountsByPkData_account_removedIdentities'; + final String wireName = + 'GAccountsByPkData_account_transfersReceivedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_removedIdentities object, + GAccountsByPkData_account_transfersReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; + value = object.aggregate; if (value != null) { result - ..add('status') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceivedAggregate_aggregate))); } return result; } @override - GAccountsByPkData_account_removedIdentities deserialize( + GAccountsByPkData_account_transfersReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_removedIdentitiesBuilder(); + final result = + new GAccountsByPkData_account_transfersReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14385,26 +15104,11 @@ class _$GAccountsByPkData_account_removedIdentitiesSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_transfersReceivedAggregate_aggregate))! + as GAccountsByPkData_account_transfersReceivedAggregate_aggregate); break; } } @@ -14413,46 +15117,48 @@ class _$GAccountsByPkData_account_removedIdentitiesSerializer } } -class _$GAccountsByPkData_account_removedIdentitiesAggregateSerializer +class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_removedIdentitiesAggregate> { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_removedIdentitiesAggregate, - _$GAccountsByPkData_account_removedIdentitiesAggregate + GAccountsByPkData_account_transfersReceivedAggregate_aggregate, + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate ]; @override final String wireName = - 'GAccountsByPkData_account_removedIdentitiesAggregate'; + 'GAccountsByPkData_account_transfersReceivedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_removedIdentitiesAggregate object, + GAccountsByPkData_account_transfersReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.sum; if (value != null) { result - ..add('aggregate') + ..add('sum') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate))); + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum))); } return result; } @override - GAccountsByPkData_account_removedIdentitiesAggregate deserialize( + GAccountsByPkData_account_transfersReceivedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_removedIdentitiesAggregateBuilder(); + new GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14464,11 +15170,15 @@ class _$GAccountsByPkData_account_removedIdentitiesAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'sum': + result.sum.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate))! - as GAccountsByPkData_account_removedIdentitiesAggregate_aggregate); + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum))! + as GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum); + break; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -14477,40 +15187,44 @@ class _$GAccountsByPkData_account_removedIdentitiesAggregateSerializer } } -class _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregateSerializer +class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumSerializer implements StructuredSerializer< - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate> { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate, - _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum, + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum ]; @override final String wireName = - 'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate'; + 'GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate object, + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.amount; + if (value != null) { + result + ..add('amount') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } return result; } @override - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder(); + new GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14522,9 +15236,9 @@ class _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; } } @@ -14533,66 +15247,60 @@ class _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregateSerializer } } -class _$GAccountsByPkData_account_transfersIssuedSerializer - implements StructuredSerializer<GAccountsByPkData_account_transfersIssued> { +class _$GAccountsByPkData_account_wasIdentitySerializer + implements StructuredSerializer<GAccountsByPkData_account_wasIdentity> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersIssued, - _$GAccountsByPkData_account_transfersIssued + GAccountsByPkData_account_wasIdentity, + _$GAccountsByPkData_account_wasIdentity ]; @override - final String wireName = 'GAccountsByPkData_account_transfersIssued'; + final String wireName = 'GAccountsByPkData_account_wasIdentity'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountsByPkData_account_transfersIssued object, + Serializers serializers, GAccountsByPkData_account_wasIdentity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), 'blockNumber', serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.to; + value = object.identityId; if (value != null) { result - ..add('to') + ..add('identityId') ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountsByPkData_account_transfersIssued_to))); + specifiedType: const FullType(String))); } - value = object.from; + value = object.nextId; if (value != null) { result - ..add('from') + ..add('nextId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersIssued_from))); + specifiedType: const FullType(String))); } - value = object.comment; + value = object.previousId; if (value != null) { result - ..add('comment') + ..add('previousId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersIssued_comment))); + specifiedType: const FullType(String))); } return result; } @override - GAccountsByPkData_account_transfersIssued deserialize( + GAccountsByPkData_account_wasIdentity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_transfersIssuedBuilder(); + final result = new GAccountsByPkData_account_wasIdentityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14604,36 +15312,25 @@ class _$GAccountsByPkData_account_transfersIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; case 'blockNumber': result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); - break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'to': - result.to.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersIssued_to))! - as GAccountsByPkData_account_transfersIssued_to); + case 'identityId': + result.identityId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'from': - result.from.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersIssued_from))! - as GAccountsByPkData_account_transfersIssued_from); + case 'nextId': + result.nextId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'comment': - result.comment.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersIssued_comment))! - as GAccountsByPkData_account_transfersIssued_comment); + case 'previousId': + result.previousId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; } } @@ -14642,37 +15339,43 @@ class _$GAccountsByPkData_account_transfersIssuedSerializer } } -class _$GAccountsByPkData_account_transfersIssued_toSerializer +class _$GAccountsByPkData_account_wasIdentityAggregateSerializer implements - StructuredSerializer<GAccountsByPkData_account_transfersIssued_to> { + StructuredSerializer<GAccountsByPkData_account_wasIdentityAggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersIssued_to, - _$GAccountsByPkData_account_transfersIssued_to + GAccountsByPkData_account_wasIdentityAggregate, + _$GAccountsByPkData_account_wasIdentityAggregate ]; @override - final String wireName = 'GAccountsByPkData_account_transfersIssued_to'; + final String wireName = 'GAccountsByPkData_account_wasIdentityAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersIssued_to object, + GAccountsByPkData_account_wasIdentityAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - + Object? value; + value = object.aggregate; + if (value != null) { + result + ..add('aggregate') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_wasIdentityAggregate_aggregate))); + } return result; } @override - GAccountsByPkData_account_transfersIssued_to deserialize( + GAccountsByPkData_account_wasIdentityAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_transfersIssued_toBuilder(); + final result = new GAccountsByPkData_account_wasIdentityAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14684,9 +15387,11 @@ class _$GAccountsByPkData_account_transfersIssued_toSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsByPkData_account_wasIdentityAggregate_aggregate))! + as GAccountsByPkData_account_wasIdentityAggregate_aggregate); break; } } @@ -14695,37 +15400,40 @@ class _$GAccountsByPkData_account_transfersIssued_toSerializer } } -class _$GAccountsByPkData_account_transfersIssued_fromSerializer +class _$GAccountsByPkData_account_wasIdentityAggregate_aggregateSerializer implements - StructuredSerializer<GAccountsByPkData_account_transfersIssued_from> { + StructuredSerializer< + GAccountsByPkData_account_wasIdentityAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersIssued_from, - _$GAccountsByPkData_account_transfersIssued_from + GAccountsByPkData_account_wasIdentityAggregate_aggregate, + _$GAccountsByPkData_account_wasIdentityAggregate_aggregate ]; @override - final String wireName = 'GAccountsByPkData_account_transfersIssued_from'; + final String wireName = + 'GAccountsByPkData_account_wasIdentityAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersIssued_from object, + GAccountsByPkData_account_wasIdentityAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; return result; } @override - GAccountsByPkData_account_transfersIssued_from deserialize( + GAccountsByPkData_account_wasIdentityAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_transfersIssued_fromBuilder(); + final result = + new GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14737,9 +15445,9 @@ class _$GAccountsByPkData_account_transfersIssued_fromSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -14748,40 +15456,41 @@ class _$GAccountsByPkData_account_transfersIssued_fromSerializer } } -class _$GAccountsByPkData_account_transfersIssued_commentSerializer - implements - StructuredSerializer< - GAccountsByPkData_account_transfersIssued_comment> { +class _$GAccountBasicByPkDataSerializer + implements StructuredSerializer<GAccountBasicByPkData> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersIssued_comment, - _$GAccountsByPkData_account_transfersIssued_comment + GAccountBasicByPkData, + _$GAccountBasicByPkData ]; @override - final String wireName = 'GAccountsByPkData_account_transfersIssued_comment'; + final String wireName = 'GAccountBasicByPkData'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersIssued_comment object, + Iterable<Object?> serialize( + Serializers serializers, GAccountBasicByPkData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), ]; - + Object? value; + value = object.accountByPk; + if (value != null) { + result + ..add('accountByPk') + ..add(serializers.serialize(value, + specifiedType: const FullType(GAccountBasicByPkData_accountByPk))); + } return result; } @override - GAccountsByPkData_account_transfersIssued_comment deserialize( + GAccountBasicByPkData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_transfersIssued_commentBuilder(); + final result = new GAccountBasicByPkDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14793,9 +15502,11 @@ class _$GAccountsByPkData_account_transfersIssued_commentSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'remark': - result.remark = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'accountByPk': + result.accountByPk.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountBasicByPkData_accountByPk))! + as GAccountBasicByPkData_accountByPk); break; } } @@ -14804,45 +15515,50 @@ class _$GAccountsByPkData_account_transfersIssued_commentSerializer } } -class _$GAccountsByPkData_account_transfersIssuedAggregateSerializer - implements - StructuredSerializer< - GAccountsByPkData_account_transfersIssuedAggregate> { +class _$GAccountBasicByPkData_accountByPkSerializer + implements StructuredSerializer<GAccountBasicByPkData_accountByPk> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersIssuedAggregate, - _$GAccountsByPkData_account_transfersIssuedAggregate + GAccountBasicByPkData_accountByPk, + _$GAccountBasicByPkData_accountByPk ]; @override - final String wireName = 'GAccountsByPkData_account_transfersIssuedAggregate'; + final String wireName = 'GAccountBasicByPkData_accountByPk'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersIssuedAggregate object, + Iterable<Object?> serialize( + Serializers serializers, GAccountBasicByPkData_accountByPk object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), ]; Object? value; - value = object.aggregate; + value = object.identity; if (value != null) { result - ..add('aggregate') + ..add('identity') ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate))); + specifiedType: + const FullType(GAccountBasicByPkData_accountByPk_identity))); } return result; } @override - GAccountsByPkData_account_transfersIssuedAggregate deserialize( + GAccountBasicByPkData_accountByPk deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_transfersIssuedAggregateBuilder(); + final result = new GAccountBasicByPkData_accountByPkBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14854,11 +15570,23 @@ class _$GAccountsByPkData_account_transfersIssuedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'identity': + result.identity.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate))! - as GAccountsByPkData_account_transfersIssuedAggregate_aggregate); + GAccountBasicByPkData_accountByPk_identity))! + as GAccountBasicByPkData_accountByPk_identity); + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; break; } } @@ -14867,48 +15595,67 @@ class _$GAccountsByPkData_account_transfersIssuedAggregateSerializer } } -class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregateSerializer +class _$GAccountBasicByPkData_accountByPk_identitySerializer implements - StructuredSerializer< - GAccountsByPkData_account_transfersIssuedAggregate_aggregate> { + StructuredSerializer<GAccountBasicByPkData_accountByPk_identity> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersIssuedAggregate_aggregate, - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate + GAccountBasicByPkData_accountByPk_identity, + _$GAccountBasicByPkData_accountByPk_identity ]; @override - final String wireName = - 'GAccountsByPkData_account_transfersIssuedAggregate_aggregate'; + final String wireName = 'GAccountBasicByPkData_accountByPk_identity'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersIssuedAggregate_aggregate object, + GAccountBasicByPkData_accountByPk_identity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.sum; + value = object.accountId; if (value != null) { result - ..add('sum') + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum))); + GAccountBasicByPkData_accountByPk_identity_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate deserialize( + GAccountBasicByPkData_accountByPk_identity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder(); + final result = new GAccountBasicByPkData_accountByPk_identityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14920,14 +15667,35 @@ class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'sum': - result.sum.replace(serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum))! - as GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum); + GAccountBasicByPkData_accountByPk_identity_account))! + as GAccountBasicByPkData_accountByPk_identity_account); break; - case 'count': - result.count = serializers.deserialize(value, + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -14937,44 +15705,40 @@ class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregateSerializer } } -class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumSerializer +class _$GAccountBasicByPkData_accountByPk_identity_accountSerializer implements StructuredSerializer< - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum> { + GAccountBasicByPkData_accountByPk_identity_account> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum, - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum + GAccountBasicByPkData_accountByPk_identity_account, + _$GAccountBasicByPkData_accountByPk_identity_account ]; @override - final String wireName = - 'GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum'; + final String wireName = 'GAccountBasicByPkData_accountByPk_identity_account'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum object, + GAccountBasicByPkData_accountByPk_identity_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.amount; - if (value != null) { - result - ..add('amount') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } + return result; } @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum deserialize( + GAccountBasicByPkData_accountByPk_identity_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder(); + new GAccountBasicByPkData_accountByPk_identity_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -14986,9 +15750,9 @@ class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumSerializ result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -14997,67 +15761,38 @@ class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumSerializ } } -class _$GAccountsByPkData_account_transfersReceivedSerializer - implements - StructuredSerializer<GAccountsByPkData_account_transfersReceived> { +class _$GAccountsBasicByPkDataSerializer + implements StructuredSerializer<GAccountsBasicByPkData> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersReceived, - _$GAccountsByPkData_account_transfersReceived + GAccountsBasicByPkData, + _$GAccountsBasicByPkData ]; @override - final String wireName = 'GAccountsByPkData_account_transfersReceived'; + final String wireName = 'GAccountsBasicByPkData'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersReceived object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsBasicByPkData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), + 'account', + serializers.serialize(object.account, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountsBasicByPkData_account)])), ]; - Object? value; - value = object.to; - if (value != null) { - result - ..add('to') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceived_to))); - } - value = object.from; - if (value != null) { - result - ..add('from') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceived_from))); - } - value = object.comment; - if (value != null) { - result - ..add('comment') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceived_comment))); - } + return result; } @override - GAccountsByPkData_account_transfersReceived deserialize( + GAccountsBasicByPkData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_transfersReceivedBuilder(); + final result = new GAccountsBasicByPkDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15069,36 +15804,11 @@ class _$GAccountsByPkData_account_transfersReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); - break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'to': - result.to.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceived_to))! - as GAccountsByPkData_account_transfersReceived_to); - break; - case 'from': - result.from.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceived_from))! - as GAccountsByPkData_account_transfersReceived_from); - break; - case 'comment': - result.comment.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceived_comment))! - as GAccountsByPkData_account_transfersReceived_comment); + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountsBasicByPkData_account) + ]))! as BuiltList<Object?>); break; } } @@ -15107,37 +15817,50 @@ class _$GAccountsByPkData_account_transfersReceivedSerializer } } -class _$GAccountsByPkData_account_transfersReceived_toSerializer - implements - StructuredSerializer<GAccountsByPkData_account_transfersReceived_to> { +class _$GAccountsBasicByPkData_accountSerializer + implements StructuredSerializer<GAccountsBasicByPkData_account> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersReceived_to, - _$GAccountsByPkData_account_transfersReceived_to + GAccountsBasicByPkData_account, + _$GAccountsBasicByPkData_account ]; @override - final String wireName = 'GAccountsByPkData_account_transfersReceived_to'; + final String wireName = 'GAccountsBasicByPkData_account'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersReceived_to object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsBasicByPkData_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), ]; - + Object? value; + value = object.identity; + if (value != null) { + result + ..add('identity') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountsBasicByPkData_account_identity))); + } return result; } @override - GAccountsByPkData_account_transfersReceived_to deserialize( + GAccountsBasicByPkData_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_transfersReceived_toBuilder(); + final result = new GAccountsBasicByPkData_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15149,10 +15872,24 @@ class _$GAccountsByPkData_account_transfersReceived_toSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'identity': + result.identity.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountsBasicByPkData_account_identity))! + as GAccountsBasicByPkData_account_identity); + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; } } @@ -15160,20 +15897,19 @@ class _$GAccountsByPkData_account_transfersReceived_toSerializer } } -class _$GAccountsByPkData_account_transfersReceived_fromSerializer - implements - StructuredSerializer<GAccountsByPkData_account_transfersReceived_from> { +class _$GAccountsBasicByPkData_account_identitySerializer + implements StructuredSerializer<GAccountsBasicByPkData_account_identity> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersReceived_from, - _$GAccountsByPkData_account_transfersReceived_from + GAccountsBasicByPkData_account_identity, + _$GAccountsBasicByPkData_account_identity ]; @override - final String wireName = 'GAccountsByPkData_account_transfersReceived_from'; + final String wireName = 'GAccountsBasicByPkData_account_identity'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersReceived_from object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsBasicByPkData_account_identity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -15181,17 +15917,46 @@ class _$GAccountsByPkData_account_transfersReceived_fromSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; - + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountsBasicByPkData_account_identity_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } return result; } @override - GAccountsByPkData_account_transfersReceived_from deserialize( + GAccountsBasicByPkData_account_identity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_transfersReceived_fromBuilder(); + final result = new GAccountsBasicByPkData_account_identityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15203,10 +15968,37 @@ class _$GAccountsByPkData_account_transfersReceived_fromSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountsBasicByPkData_account_identity_account))! + as GAccountsBasicByPkData_account_identity_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -15214,40 +16006,38 @@ class _$GAccountsByPkData_account_transfersReceived_fromSerializer } } -class _$GAccountsByPkData_account_transfersReceived_commentSerializer +class _$GAccountsBasicByPkData_account_identity_accountSerializer implements - StructuredSerializer< - GAccountsByPkData_account_transfersReceived_comment> { + StructuredSerializer<GAccountsBasicByPkData_account_identity_account> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersReceived_comment, - _$GAccountsByPkData_account_transfersReceived_comment + GAccountsBasicByPkData_account_identity_account, + _$GAccountsBasicByPkData_account_identity_account ]; @override - final String wireName = 'GAccountsByPkData_account_transfersReceived_comment'; + final String wireName = 'GAccountsBasicByPkData_account_identity_account'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersReceived_comment object, + GAccountsBasicByPkData_account_identity_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GAccountsByPkData_account_transfersReceived_comment deserialize( + GAccountsBasicByPkData_account_identity_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_transfersReceived_commentBuilder(); + final result = new GAccountsBasicByPkData_account_identity_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15259,9 +16049,9 @@ class _$GAccountsByPkData_account_transfersReceived_commentSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'remark': - result.remark = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -15270,46 +16060,38 @@ class _$GAccountsByPkData_account_transfersReceived_commentSerializer } } -class _$GAccountsByPkData_account_transfersReceivedAggregateSerializer - implements - StructuredSerializer< - GAccountsByPkData_account_transfersReceivedAggregate> { +class _$GAccountTransactionsDataSerializer + implements StructuredSerializer<GAccountTransactionsData> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersReceivedAggregate, - _$GAccountsByPkData_account_transfersReceivedAggregate + GAccountTransactionsData, + _$GAccountTransactionsData ]; @override - final String wireName = - 'GAccountsByPkData_account_transfersReceivedAggregate'; + final String wireName = 'GAccountTransactionsData'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersReceivedAggregate object, + Iterable<Object?> serialize( + Serializers serializers, GAccountTransactionsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'account', + serializers.serialize(object.account, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountTransactionsData_account)])), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate))); - } + return result; } @override - GAccountsByPkData_account_transfersReceivedAggregate deserialize( + GAccountTransactionsData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_transfersReceivedAggregateBuilder(); + final result = new GAccountTransactionsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15321,11 +16103,11 @@ class _$GAccountsByPkData_account_transfersReceivedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate))! - as GAccountsByPkData_account_transfersReceivedAggregate_aggregate); + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account) + ]))! as BuiltList<Object?>); break; } } @@ -15334,48 +16116,69 @@ class _$GAccountsByPkData_account_transfersReceivedAggregateSerializer } } -class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregateSerializer - implements - StructuredSerializer< - GAccountsByPkData_account_transfersReceivedAggregate_aggregate> { +class _$GAccountTransactionsData_accountSerializer + implements StructuredSerializer<GAccountTransactionsData_account> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersReceivedAggregate_aggregate, - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate + GAccountTransactionsData_account, + _$GAccountTransactionsData_account ]; @override - final String wireName = - 'GAccountsByPkData_account_transfersReceivedAggregate_aggregate'; + final String wireName = 'GAccountTransactionsData_account'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersReceivedAggregate_aggregate object, + Iterable<Object?> serialize( + Serializers serializers, GAccountTransactionsData_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'commentsIssued', + serializers.serialize(object.commentsIssued, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account_commentsIssued) + ])), + 'commentsIssuedAggregate', + serializers.serialize(object.commentsIssuedAggregate, + specifiedType: const FullType( + GAccountTransactionsData_account_commentsIssuedAggregate)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), + 'transfersIssued', + serializers.serialize(object.transfersIssued, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account_transfersIssued) + ])), + 'transfersIssuedAggregate', + serializers.serialize(object.transfersIssuedAggregate, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssuedAggregate)), + 'transfersReceived', + serializers.serialize(object.transfersReceived, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account_transfersReceived) + ])), + 'transfersReceivedAggregate', + serializers.serialize(object.transfersReceivedAggregate, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersReceivedAggregate)), ]; - Object? value; - value = object.sum; - if (value != null) { - result - ..add('sum') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum))); - } + return result; } @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate deserialize( + GAccountTransactionsData_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder(); + final result = new GAccountTransactionsData_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15387,75 +16190,55 @@ class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'sum': - result.sum.replace(serializers.deserialize(value, + case 'commentsIssued': + result.commentsIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account_commentsIssued) + ]))! as BuiltList<Object?>); + break; + case 'commentsIssuedAggregate': + result.commentsIssuedAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum))! - as GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum); + GAccountTransactionsData_account_commentsIssuedAggregate))! + as GAccountTransactionsData_account_commentsIssuedAggregate); break; - case 'count': - result.count = serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - } - } - - return result.build(); - } -} - -class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumSerializer - implements - StructuredSerializer< - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum> { - @override - final Iterable<Type> types = const [ - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum, - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - ]; - @override - final String wireName = - 'GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum'; - - @override - Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - ]; - Object? value; - value = object.amount; - if (value != null) { - result - ..add('amount') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } - return result; - } - - @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, + case 'id': + result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'transfersIssued': + result.transfersIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account_transfersIssued) + ]))! as BuiltList<Object?>); + break; + case 'transfersIssuedAggregate': + result.transfersIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssuedAggregate))! + as GAccountTransactionsData_account_transfersIssuedAggregate); + break; + case 'transfersReceived': + result.transfersReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType( + GAccountTransactionsData_account_transfersReceived) + ]))! as BuiltList<Object?>); + break; + case 'transfersReceivedAggregate': + result.transfersReceivedAggregate.replace(serializers.deserialize( + value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersReceivedAggregate))! + as GAccountTransactionsData_account_transfersReceivedAggregate); break; } } @@ -15464,60 +16247,66 @@ class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumSerial } } -class _$GAccountsByPkData_account_wasIdentitySerializer - implements StructuredSerializer<GAccountsByPkData_account_wasIdentity> { +class _$GAccountTransactionsData_account_commentsIssuedSerializer + implements + StructuredSerializer<GAccountTransactionsData_account_commentsIssued> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_wasIdentity, - _$GAccountsByPkData_account_wasIdentity + GAccountTransactionsData_account_commentsIssued, + _$GAccountTransactionsData_account_commentsIssued ]; @override - final String wireName = 'GAccountsByPkData_account_wasIdentity'; + final String wireName = 'GAccountTransactionsData_account_commentsIssued'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountsByPkData_account_wasIdentity object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTransactionsData_account_commentsIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), 'blockNumber', serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), + 'hash', + serializers.serialize(object.hash, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; Object? value; - value = object.identityId; + value = object.authorId; if (value != null) { result - ..add('identityId') + ..add('authorId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.nextId; + value = object.eventId; if (value != null) { result - ..add('nextId') + ..add('eventId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.previousId; + value = object.type; if (value != null) { result - ..add('previousId') + ..add('type') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType(_i2.GCommentTypeEnum))); } return result; } @override - GAccountsByPkData_account_wasIdentity deserialize( + GAccountTransactionsData_account_commentsIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_wasIdentityBuilder(); + final result = new GAccountTransactionsData_account_commentsIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15529,25 +16318,34 @@ class _$GAccountsByPkData_account_wasIdentitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'authorId': + result.authorId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; case 'blockNumber': result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'identityId': - result.identityId = serializers.deserialize(value, + case 'eventId': + result.eventId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'nextId': - result.nextId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'hash': + result.hash = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'previousId': - result.previousId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'remark': + result.remark = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'type': + result.type = serializers.deserialize(value, + specifiedType: const FullType(_i2.GCommentTypeEnum)) + as _i2.GCommentTypeEnum?; break; } } @@ -15556,20 +16354,22 @@ class _$GAccountsByPkData_account_wasIdentitySerializer } } -class _$GAccountsByPkData_account_wasIdentityAggregateSerializer +class _$GAccountTransactionsData_account_commentsIssuedAggregateSerializer implements - StructuredSerializer<GAccountsByPkData_account_wasIdentityAggregate> { + StructuredSerializer< + GAccountTransactionsData_account_commentsIssuedAggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_wasIdentityAggregate, - _$GAccountsByPkData_account_wasIdentityAggregate + GAccountTransactionsData_account_commentsIssuedAggregate, + _$GAccountTransactionsData_account_commentsIssuedAggregate ]; @override - final String wireName = 'GAccountsByPkData_account_wasIdentityAggregate'; + final String wireName = + 'GAccountTransactionsData_account_commentsIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_wasIdentityAggregate object, + GAccountTransactionsData_account_commentsIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -15583,16 +16383,17 @@ class _$GAccountsByPkData_account_wasIdentityAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountsByPkData_account_wasIdentityAggregate_aggregate))); + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate))); } return result; } @override - GAccountsByPkData_account_wasIdentityAggregate deserialize( + GAccountTransactionsData_account_commentsIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkData_account_wasIdentityAggregateBuilder(); + final result = + new GAccountTransactionsData_account_commentsIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15607,8 +16408,8 @@ class _$GAccountsByPkData_account_wasIdentityAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountsByPkData_account_wasIdentityAggregate_aggregate))! - as GAccountsByPkData_account_wasIdentityAggregate_aggregate); + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate))! + as GAccountTransactionsData_account_commentsIssuedAggregate_aggregate); break; } } @@ -15617,22 +16418,22 @@ class _$GAccountsByPkData_account_wasIdentityAggregateSerializer } } -class _$GAccountsByPkData_account_wasIdentityAggregate_aggregateSerializer +class _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountsByPkData_account_wasIdentityAggregate_aggregate> { + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountsByPkData_account_wasIdentityAggregate_aggregate, - _$GAccountsByPkData_account_wasIdentityAggregate_aggregate + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate, + _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate ]; @override final String wireName = - 'GAccountsByPkData_account_wasIdentityAggregate_aggregate'; + 'GAccountTransactionsData_account_commentsIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountsByPkData_account_wasIdentityAggregate_aggregate object, + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -15646,11 +16447,11 @@ class _$GAccountsByPkData_account_wasIdentityAggregate_aggregateSerializer } @override - GAccountsByPkData_account_wasIdentityAggregate_aggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder(); + new GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15673,34 +16474,68 @@ class _$GAccountsByPkData_account_wasIdentityAggregate_aggregateSerializer } } -class _$GLastBlockDataSerializer - implements StructuredSerializer<GLastBlockData> { +class _$GAccountTransactionsData_account_transfersIssuedSerializer + implements + StructuredSerializer<GAccountTransactionsData_account_transfersIssued> { @override - final Iterable<Type> types = const [GLastBlockData, _$GLastBlockData]; + final Iterable<Type> types = const [ + GAccountTransactionsData_account_transfersIssued, + _$GAccountTransactionsData_account_transfersIssued + ]; @override - final String wireName = 'GLastBlockData'; + final String wireName = 'GAccountTransactionsData_account_transfersIssued'; @override - Iterable<Object?> serialize(Serializers serializers, GLastBlockData object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTransactionsData_account_transfersIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'block', - serializers.serialize(object.block, - specifiedType: const FullType( - BuiltList, const [const FullType(GLastBlockData_block)])), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.to; + if (value != null) { + result + ..add('to') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssued_to))); + } + value = object.from; + if (value != null) { + result + ..add('from') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssued_from))); + } + value = object.comment; + if (value != null) { + result + ..add('comment') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssued_comment))); + } return result; } @override - GLastBlockData deserialize( + GAccountTransactionsData_account_transfersIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GLastBlockDataBuilder(); + final result = + new GAccountTransactionsData_account_transfersIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15712,11 +16547,36 @@ class _$GLastBlockDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'block': - result.block.replace(serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); + break; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'to': + result.to.replace(serializers.deserialize(value, specifiedType: const FullType( - BuiltList, const [const FullType(GLastBlockData_block)]))! - as BuiltList<Object?>); + GAccountTransactionsData_account_transfersIssued_to))! + as GAccountTransactionsData_account_transfersIssued_to); + break; + case 'from': + result.from.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssued_from))! + as GAccountTransactionsData_account_transfersIssued_from); + break; + case 'comment': + result.comment.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssued_comment))! + as GAccountTransactionsData_account_transfersIssued_comment); break; } } @@ -15725,36 +16585,39 @@ class _$GLastBlockDataSerializer } } -class _$GLastBlockData_blockSerializer - implements StructuredSerializer<GLastBlockData_block> { +class _$GAccountTransactionsData_account_transfersIssued_toSerializer + implements + StructuredSerializer< + GAccountTransactionsData_account_transfersIssued_to> { @override final Iterable<Type> types = const [ - GLastBlockData_block, - _$GLastBlockData_block + GAccountTransactionsData_account_transfersIssued_to, + _$GAccountTransactionsData_account_transfersIssued_to ]; @override - final String wireName = 'GLastBlockData_block'; + final String wireName = 'GAccountTransactionsData_account_transfersIssued_to'; @override - Iterable<Object?> serialize( - Serializers serializers, GLastBlockData_block object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTransactionsData_account_transfersIssued_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'height', - serializers.serialize(object.height, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; return result; } @override - GLastBlockData_block deserialize( + GAccountTransactionsData_account_transfersIssued_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GLastBlockData_blockBuilder(); + final result = + new GAccountTransactionsData_account_transfersIssued_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15766,9 +16629,9 @@ class _$GLastBlockData_blockSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'height': - result.height = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -15777,38 +16640,40 @@ class _$GLastBlockData_blockSerializer } } -class _$GGetHistoryAndBalanceDataSerializer - implements StructuredSerializer<GGetHistoryAndBalanceData> { +class _$GAccountTransactionsData_account_transfersIssued_fromSerializer + implements + StructuredSerializer< + GAccountTransactionsData_account_transfersIssued_from> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData, - _$GGetHistoryAndBalanceData + GAccountTransactionsData_account_transfersIssued_from, + _$GAccountTransactionsData_account_transfersIssued_from ]; @override - final String wireName = 'GGetHistoryAndBalanceData'; + final String wireName = + 'GAccountTransactionsData_account_transfersIssued_from'; @override - Iterable<Object?> serialize( - Serializers serializers, GGetHistoryAndBalanceData object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTransactionsData_account_transfersIssued_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'account', - serializers.serialize(object.account, - specifiedType: const FullType(BuiltList, - const [const FullType(GGetHistoryAndBalanceData_account)])), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; return result; } @override - GGetHistoryAndBalanceData deserialize( + GAccountTransactionsData_account_transfersIssued_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GGetHistoryAndBalanceDataBuilder(); + final result = + new GAccountTransactionsData_account_transfersIssued_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15820,11 +16685,9 @@ class _$GGetHistoryAndBalanceDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'account': - result.account.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account) - ]))! as BuiltList<Object?>); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -15833,103 +16696,41 @@ class _$GGetHistoryAndBalanceDataSerializer } } -class _$GGetHistoryAndBalanceData_accountSerializer - implements StructuredSerializer<GGetHistoryAndBalanceData_account> { +class _$GAccountTransactionsData_account_transfersIssued_commentSerializer + implements + StructuredSerializer< + GAccountTransactionsData_account_transfersIssued_comment> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account, - _$GGetHistoryAndBalanceData_account + GAccountTransactionsData_account_transfersIssued_comment, + _$GAccountTransactionsData_account_transfersIssued_comment ]; @override - final String wireName = 'GGetHistoryAndBalanceData_account'; + final String wireName = + 'GAccountTransactionsData_account_transfersIssued_comment'; @override - Iterable<Object?> serialize( - Serializers serializers, GGetHistoryAndBalanceData_account object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTransactionsData_account_transfersIssued_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'commentsIssued', - serializers.serialize(object.commentsIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_commentsIssued) - ])), - 'commentsIssuedAggregate', - serializers.serialize(object.commentsIssuedAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'removedIdentities', - serializers.serialize(object.removedIdentities, - specifiedType: const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_removedIdentities) - ])), - 'removedIdentitiesAggregate', - serializers.serialize(object.removedIdentitiesAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate)), - 'transfersIssued', - serializers.serialize(object.transfersIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_transfersIssued) - ])), - 'transfersIssuedAggregate', - serializers.serialize(object.transfersIssuedAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate)), - 'transfersReceived', - serializers.serialize(object.transfersReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_transfersReceived) - ])), - 'transfersReceivedAggregate', - serializers.serialize(object.transfersReceivedAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate)), - 'wasIdentity', - serializers.serialize(object.wasIdentity, - specifiedType: const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_wasIdentity) - ])), - 'wasIdentityAggregate', - serializers.serialize(object.wasIdentityAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_wasIdentityAggregate)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; - Object? value; - value = object.identity; - if (value != null) { - result - ..add('identity') - ..add(serializers.serialize(value, - specifiedType: - const FullType(GGetHistoryAndBalanceData_account_identity))); - } - value = object.linkedIdentity; - if (value != null) { - result - ..add('linkedIdentity') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_linkedIdentity))); - } + return result; } @override - GGetHistoryAndBalanceData_account deserialize( + GAccountTransactionsData_account_transfersIssued_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GGetHistoryAndBalanceData_accountBuilder(); + final result = + new GAccountTransactionsData_account_transfersIssued_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -15941,95 +16742,10 @@ class _$GGetHistoryAndBalanceData_accountSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'commentsIssued': - result.commentsIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_commentsIssued) - ]))! as BuiltList<Object?>); - break; - case 'commentsIssuedAggregate': - result.commentsIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate))! - as GGetHistoryAndBalanceData_account_commentsIssuedAggregate); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'id': - result.id = serializers.deserialize(value, + case 'remark': + result.remark = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'identity': - result.identity.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity))! - as GGetHistoryAndBalanceData_account_identity); - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'linkedIdentity': - result.linkedIdentity.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_linkedIdentity))! - as GGetHistoryAndBalanceData_account_linkedIdentity); - break; - case 'removedIdentities': - result.removedIdentities.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_removedIdentities) - ]))! as BuiltList<Object?>); - break; - case 'removedIdentitiesAggregate': - result.removedIdentitiesAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate))! - as GGetHistoryAndBalanceData_account_removedIdentitiesAggregate); - break; - case 'transfersIssued': - result.transfersIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_transfersIssued) - ]))! as BuiltList<Object?>); - break; - case 'transfersIssuedAggregate': - result.transfersIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate))! - as GGetHistoryAndBalanceData_account_transfersIssuedAggregate); - break; - case 'transfersReceived': - result.transfersReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_transfersReceived) - ]))! as BuiltList<Object?>); - break; - case 'transfersReceivedAggregate': - result.transfersReceivedAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate))! - as GGetHistoryAndBalanceData_account_transfersReceivedAggregate); - break; - case 'wasIdentity': - result.wasIdentity.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_wasIdentity) - ]))! as BuiltList<Object?>); - break; - case 'wasIdentityAggregate': - result.wasIdentityAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_wasIdentityAggregate))! - as GGetHistoryAndBalanceData_account_wasIdentityAggregate); - break; } } @@ -16037,67 +16753,46 @@ class _$GGetHistoryAndBalanceData_accountSerializer } } -class _$GGetHistoryAndBalanceData_account_commentsIssuedSerializer +class _$GAccountTransactionsData_account_transfersIssuedAggregateSerializer implements - StructuredSerializer<GGetHistoryAndBalanceData_account_commentsIssued> { + StructuredSerializer< + GAccountTransactionsData_account_transfersIssuedAggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_commentsIssued, - _$GGetHistoryAndBalanceData_account_commentsIssued + GAccountTransactionsData_account_transfersIssuedAggregate, + _$GAccountTransactionsData_account_transfersIssuedAggregate ]; @override - final String wireName = 'GGetHistoryAndBalanceData_account_commentsIssued'; + final String wireName = + 'GAccountTransactionsData_account_transfersIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_commentsIssued object, + GAccountTransactionsData_account_transfersIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), - 'hash', - serializers.serialize(object.hash, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), ]; Object? value; - value = object.authorId; - if (value != null) { - result - ..add('authorId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.eventId; - if (value != null) { - result - ..add('eventId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.type; + value = object.aggregate; if (value != null) { result - ..add('type') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum))); + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate))); } return result; } @override - GGetHistoryAndBalanceData_account_commentsIssued deserialize( + GAccountTransactionsData_account_transfersIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_commentsIssuedBuilder(); + new GAccountTransactionsData_account_transfersIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16109,34 +16804,11 @@ class _$GGetHistoryAndBalanceData_account_commentsIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'authorId': - result.authorId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'eventId': - result.eventId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'hash': - result.hash = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'remark': - result.remark = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'type': - result.type = serializers.deserialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum)) - as _i2.GCommentTypeEnum?; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate))! + as GAccountTransactionsData_account_transfersIssuedAggregate_aggregate); break; } } @@ -16145,46 +16817,50 @@ class _$GGetHistoryAndBalanceData_account_commentsIssuedSerializer } } -class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregateSerializer +class _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_commentsIssuedAggregate> { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_commentsIssuedAggregate, - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate, + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_commentsIssuedAggregate'; + 'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_commentsIssuedAggregate object, + Iterable<Object?> serialize( + Serializers serializers, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.sum; if (value != null) { result - ..add('aggregate') + ..add('sum') ..add(serializers.serialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate))); + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum))); } return result; } @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder(); + new GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16196,11 +16872,15 @@ class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'sum': + result.sum.replace(serializers.deserialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate); + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum))! + as GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum); + break; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -16209,42 +16889,46 @@ class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregateSerializer } } -class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateSerializer +class _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate> { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum, + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate'; + 'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum'; @override Iterable<Object?> serialize( Serializers serializers, - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.amount; + if (value != null) { + result + ..add('amount') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } return result; } @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum deserialize(Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder(); + new GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16256,9 +16940,9 @@ class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateSeria result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; } } @@ -16267,149 +16951,69 @@ class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateSeria } } -class _$GGetHistoryAndBalanceData_account_identitySerializer +class _$GAccountTransactionsData_account_transfersReceivedSerializer implements - StructuredSerializer<GGetHistoryAndBalanceData_account_identity> { + StructuredSerializer< + GAccountTransactionsData_account_transfersReceived> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity, - _$GGetHistoryAndBalanceData_account_identity + GAccountTransactionsData_account_transfersReceived, + _$GAccountTransactionsData_account_transfersReceived ]; @override - final String wireName = 'GGetHistoryAndBalanceData_account_identity'; + final String wireName = 'GAccountTransactionsData_account_transfersReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity object, + GAccountTransactionsData_account_transfersReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'certIssued', - serializers.serialize(object.certIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_certIssued) - ])), - 'certIssuedAggregate', - serializers.serialize(object.certIssuedAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate)), - 'certReceived', - serializers.serialize(object.certReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_certReceived) - ])), - 'certReceivedAggregate', - serializers.serialize(object.certReceivedAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'lastChangeOn', - serializers.serialize(object.lastChangeOn, + 'blockNumber', + serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), - 'linkedAccount', - serializers.serialize(object.linkedAccount, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_linkedAccount) - ])), - 'linkedAccountAggregate', - serializers.serialize(object.linkedAccountAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate)), - 'membershipHistory', - serializers.serialize(object.membershipHistory, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_membershipHistory) - ])), - 'membershipHistoryAggregate', - serializers.serialize(object.membershipHistoryAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), - 'ownerKeyChange', - serializers.serialize(object.ownerKeyChange, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_ownerKeyChange) - ])), - 'ownerKeyChangeAggregate', - serializers.serialize(object.ownerKeyChangeAggregate, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.accountRemovedId; - if (value != null) { - result - ..add('accountRemovedId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.createdInId; - if (value != null) { - result - ..add('createdInId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; + value = object.to; if (value != null) { result - ..add('status') + ..add('to') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType( + GAccountTransactionsData_account_transfersReceived_to))); } - value = object.smith; + value = object.from; if (value != null) { result - ..add('smith') + ..add('from') ..add(serializers.serialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_smith))); + GAccountTransactionsData_account_transfersReceived_from))); } - value = object.udHistory; + value = object.comment; if (value != null) { result - ..add('udHistory') + ..add('comment') ..add(serializers.serialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_udHistory) - ]))); + specifiedType: const FullType( + GAccountTransactionsData_account_transfersReceived_comment))); } return result; } @override - GGetHistoryAndBalanceData_account_identity deserialize( + GAccountTransactionsData_account_transfersReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GGetHistoryAndBalanceData_account_identityBuilder(); + final result = + new GAccountTransactionsData_account_transfersReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16421,129 +17025,36 @@ class _$GGetHistoryAndBalanceData_account_identitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'accountRemovedId': - result.accountRemovedId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'certIssued': - result.certIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_certIssued) - ]))! as BuiltList<Object?>); - break; - case 'certIssuedAggregate': - result.certIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate))! - as GGetHistoryAndBalanceData_account_identity_certIssuedAggregate); - break; - case 'certReceived': - result.certReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_certReceived) - ]))! as BuiltList<Object?>); - break; - case 'certReceivedAggregate': - result.certReceivedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate))! - as GGetHistoryAndBalanceData_account_identity_certReceivedAggregate); - break; - case 'createdInId': - result.createdInId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; - case 'index': - result.index = serializers.deserialize(value, + case 'amount': + result.amount = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'lastChangeOn': - result.lastChangeOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'to': + result.to.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersReceived_to))! + as GAccountTransactionsData_account_transfersReceived_to); break; - case 'linkedAccount': - result.linkedAccount.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_linkedAccount) - ]))! as BuiltList<Object?>); + case 'from': + result.from.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersReceived_from))! + as GAccountTransactionsData_account_transfersReceived_from); break; - case 'linkedAccountAggregate': - result.linkedAccountAggregate.replace(serializers.deserialize(value, + case 'comment': + result.comment.replace(serializers.deserialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate))! - as GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate); - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'membershipHistory': - result.membershipHistory.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_membershipHistory) - ]))! as BuiltList<Object?>); - break; - case 'membershipHistoryAggregate': - result.membershipHistoryAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate))! - as GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate); - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'ownerKeyChange': - result.ownerKeyChange.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_ownerKeyChange) - ]))! as BuiltList<Object?>); - break; - case 'ownerKeyChangeAggregate': - result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate))! - as GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate); - break; - case 'smith': - result.smith.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_smith))! - as GGetHistoryAndBalanceData_account_identity_smith); - break; - case 'udHistory': - result.udHistory.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_udHistory) - ]))! as BuiltList<Object?>); + GAccountTransactionsData_account_transfersReceived_comment))! + as GAccountTransactionsData_account_transfersReceived_comment); break; } } @@ -16552,22 +17063,22 @@ class _$GGetHistoryAndBalanceData_account_identitySerializer } } -class _$GGetHistoryAndBalanceData_account_identity_certIssuedSerializer +class _$GAccountTransactionsData_account_transfersReceived_toSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certIssued> { + GAccountTransactionsData_account_transfersReceived_to> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certIssued, - _$GGetHistoryAndBalanceData_account_identity_certIssued + GAccountTransactionsData_account_transfersReceived_to, + _$GAccountTransactionsData_account_transfersReceived_to ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certIssued'; + 'GAccountTransactionsData_account_transfersReceived_to'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certIssued object, + GAccountTransactionsData_account_transfersReceived_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -16575,59 +17086,17 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), ]; - Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.issuer; - if (value != null) { - result - ..add('issuer') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certIssued_issuer))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiver; - if (value != null) { - result - ..add('receiver') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certIssued_receiver))); - } + return result; } @override - GGetHistoryAndBalanceData_account_identity_certIssued deserialize( + GAccountTransactionsData_account_transfersReceived_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_identity_certIssuedBuilder(); + new GAccountTransactionsData_account_transfersReceived_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16643,42 +17112,6 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedSerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certIssued_issuer))! - as GGetHistoryAndBalanceData_account_identity_certIssued_issuer); - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certIssued_receiver))! - as GGetHistoryAndBalanceData_account_identity_certIssued_receiver); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; } } @@ -16686,22 +17119,22 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedSerializer } } -class _$GGetHistoryAndBalanceData_account_identity_certIssued_issuerSerializer +class _$GAccountTransactionsData_account_transfersReceived_fromSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certIssued_issuer> { + GAccountTransactionsData_account_transfersReceived_from> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certIssued_issuer, - _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer + GAccountTransactionsData_account_transfersReceived_from, + _$GAccountTransactionsData_account_transfersReceived_from ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certIssued_issuer'; + 'GAccountTransactionsData_account_transfersReceived_from'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certIssued_issuer object, + GAccountTransactionsData_account_transfersReceived_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -16709,36 +17142,17 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssued_issuerSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GGetHistoryAndBalanceData_account_identity_certIssued_issuer deserialize( + GAccountTransactionsData_account_transfersReceived_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder(); + new GAccountTransactionsData_account_transfersReceived_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16750,27 +17164,10 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssued_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; } } @@ -16778,59 +17175,41 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssued_issuerSerializer } } -class _$GGetHistoryAndBalanceData_account_identity_certIssued_receiverSerializer +class _$GAccountTransactionsData_account_transfersReceived_commentSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certIssued_receiver> { + GAccountTransactionsData_account_transfersReceived_comment> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certIssued_receiver, - _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver + GAccountTransactionsData_account_transfersReceived_comment, + _$GAccountTransactionsData_account_transfersReceived_comment ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certIssued_receiver'; + 'GAccountTransactionsData_account_transfersReceived_comment'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certIssued_receiver object, + GAccountTransactionsData_account_transfersReceived_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GGetHistoryAndBalanceData_account_identity_certIssued_receiver deserialize( + GAccountTransactionsData_account_transfersReceived_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder(); + new GAccountTransactionsData_account_transfersReceived_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16842,25 +17221,8 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssued_receiverSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, + case 'remark': + result.remark = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; } @@ -16870,22 +17232,22 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssued_receiverSerializer } } -class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregateSerializer +class _$GAccountTransactionsData_account_transfersReceivedAggregateSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate> { + GAccountTransactionsData_account_transfersReceivedAggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate, - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate + GAccountTransactionsData_account_transfersReceivedAggregate, + _$GAccountTransactionsData_account_transfersReceivedAggregate ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate'; + 'GAccountTransactionsData_account_transfersReceivedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate object, + GAccountTransactionsData_account_transfersReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -16899,17 +17261,17 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate))); + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate))); } return result; } @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate deserialize( + GAccountTransactionsData_account_transfersReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder(); + new GAccountTransactionsData_account_transfersReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16924,8 +17286,8 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate); + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate))! + as GAccountTransactionsData_account_transfersReceivedAggregate_aggregate); break; } } @@ -16934,23 +17296,23 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregateSerializer } } -class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateSerializer +class _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate> { + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate, + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate'; + 'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate'; @override Iterable<Object?> serialize( Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ @@ -16960,16 +17322,24 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate 'count', serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.sum; + if (value != null) { + result + ..add('sum') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum))); + } return result; } @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate deserialize(Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder(); + new GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -16981,6 +17351,12 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'sum': + result.sum.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum))! + as GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum); + break; case 'count': result.count = serializers.deserialize(value, specifiedType: const FullType(int))! as int; @@ -16992,22 +17368,77 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate } } -class _$GGetHistoryAndBalanceData_account_identity_certReceivedSerializer +class _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certReceived> { + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certReceived, - _$GGetHistoryAndBalanceData_account_identity_certReceived + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum, + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certReceived'; + 'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certReceived object, + Iterable<Object?> serialize( + Serializers serializers, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum + object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + ]; + Object? value; + value = object.amount; + if (value != null) { + result + ..add('amount') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } + return result; + } + + @override + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum + deserialize(Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + } + } + + return result.build(); + } +} + +class _$GCertFieldsDataSerializer + implements StructuredSerializer<GCertFieldsData> { + @override + final Iterable<Type> types = const [GCertFieldsData, _$GCertFieldsData]; + @override + final String wireName = 'GCertFieldsData'; + + @override + Iterable<Object?> serialize(Serializers serializers, GCertFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -17041,8 +17472,7 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedSerializer result ..add('issuer') ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certReceived_issuer))); + specifiedType: const FullType(GCertFieldsData_issuer))); } value = object.receiverId; if (value != null) { @@ -17056,18 +17486,16 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedSerializer result ..add('receiver') ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certReceived_receiver))); + specifiedType: const FullType(GCertFieldsData_receiver))); } return result; } @override - GGetHistoryAndBalanceData_account_identity_certReceived deserialize( + GCertFieldsData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_certReceivedBuilder(); + final result = new GCertFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17089,9 +17517,8 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedSerializer break; case 'issuer': result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certReceived_issuer))! - as GGetHistoryAndBalanceData_account_identity_certReceived_issuer); + specifiedType: const FullType(GCertFieldsData_issuer))! + as GCertFieldsData_issuer); break; case 'receiverId': result.receiverId = serializers.deserialize(value, @@ -17099,9 +17526,8 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedSerializer break; case 'receiver': result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certReceived_receiver))! - as GGetHistoryAndBalanceData_account_identity_certReceived_receiver); + specifiedType: const FullType(GCertFieldsData_receiver))! + as GCertFieldsData_receiver); break; case 'createdOn': result.createdOn = serializers.deserialize(value, @@ -17126,22 +17552,19 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedSerializer } } -class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuerSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certReceived_issuer> { +class _$GCertFieldsData_issuerSerializer + implements StructuredSerializer<GCertFieldsData_issuer> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certReceived_issuer, - _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer + GCertFieldsData_issuer, + _$GCertFieldsData_issuer ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certReceived_issuer'; + final String wireName = 'GCertFieldsData_issuer'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certReceived_issuer object, + Iterable<Object?> serialize( + Serializers serializers, GCertFieldsData_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -17154,6 +17577,9 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuerSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -17163,6 +17589,13 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuerSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType(GCertFieldsData_issuer_account))); + } value = object.status; if (value != null) { result @@ -17174,11 +17607,10 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuerSerializer } @override - GGetHistoryAndBalanceData_account_identity_certReceived_issuer deserialize( + GCertFieldsData_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder(); + final result = new GCertFieldsData_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17194,6 +17626,12 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuerSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: + const FullType(GCertFieldsData_issuer_account))! + as GCertFieldsData_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -17211,6 +17649,10 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuerSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -17218,22 +17660,72 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuerSerializer } } -class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiverSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certReceived_receiver> { +class _$GCertFieldsData_issuer_accountSerializer + implements StructuredSerializer<GCertFieldsData_issuer_account> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certReceived_receiver, - _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver + GCertFieldsData_issuer_account, + _$GCertFieldsData_issuer_account ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certReceived_receiver'; + final String wireName = 'GCertFieldsData_issuer_account'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certReceived_receiver object, + Iterable<Object?> serialize( + Serializers serializers, GCertFieldsData_issuer_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GCertFieldsData_issuer_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GCertFieldsData_issuer_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GCertFieldsData_receiverSerializer + implements StructuredSerializer<GCertFieldsData_receiver> { + @override + final Iterable<Type> types = const [ + GCertFieldsData_receiver, + _$GCertFieldsData_receiver + ]; + @override + final String wireName = 'GCertFieldsData_receiver'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GCertFieldsData_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -17246,6 +17738,9 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiverSerializ specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -17255,6 +17750,13 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiverSerializ ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType(GCertFieldsData_receiver_account))); + } value = object.status; if (value != null) { result @@ -17266,11 +17768,10 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiverSerializ } @override - GGetHistoryAndBalanceData_account_identity_certReceived_receiver deserialize( + GCertFieldsData_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder(); + final result = new GCertFieldsData_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17286,6 +17787,12 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiverSerializ result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: + const FullType(GCertFieldsData_receiver_account))! + as GCertFieldsData_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -17303,6 +17810,10 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiverSerializ result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -17310,46 +17821,37 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiverSerializ } } -class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate> { +class _$GCertFieldsData_receiver_accountSerializer + implements StructuredSerializer<GCertFieldsData_receiver_account> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate, - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate + GCertFieldsData_receiver_account, + _$GCertFieldsData_receiver_account ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate'; + final String wireName = 'GCertFieldsData_receiver_account'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate object, + Iterable<Object?> serialize( + Serializers serializers, GCertFieldsData_receiver_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate))); - } + return result; } @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate deserialize( + GCertFieldsData_receiver_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder(); + final result = new GCertFieldsData_receiver_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17361,11 +17863,9 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregateSerializ result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate); + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -17374,42 +17874,53 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregateSerializ } } -class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate> { +class _$GSmithCertFieldsDataSerializer + implements StructuredSerializer<GSmithCertFieldsData> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate + GSmithCertFieldsData, + _$GSmithCertFieldsData ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate'; + final String wireName = 'GSmithCertFieldsData'; @override Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate - object, + Serializers serializers, GSmithCertFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - + Object? value; + value = object.issuerId; + if (value != null) { + result + ..add('issuerId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.receiverId; + if (value != null) { + result + ..add('receiverId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } return result; } @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder(); + GSmithCertFieldsData deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GSmithCertFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17421,8 +17932,20 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggrega result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -17432,22 +17955,15 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggrega } } -class _$GGetHistoryAndBalanceData_account_identity_linkedAccountSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_linkedAccount> { +class _$GSmithFieldsDataSerializer + implements StructuredSerializer<GSmithFieldsData> { @override - final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_linkedAccount, - _$GGetHistoryAndBalanceData_account_identity_linkedAccount - ]; + final Iterable<Type> types = const [GSmithFieldsData, _$GSmithFieldsData]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_linkedAccount'; + final String wireName = 'GSmithFieldsData'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_linkedAccount object, + Iterable<Object?> serialize(Serializers serializers, GSmithFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -17455,17 +17971,40 @@ class _$GGetHistoryAndBalanceData_account_identity_linkedAccountSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'forged', + serializers.serialize(object.forged, specifiedType: const FullType(int)), + 'index', + serializers.serialize(object.index, specifiedType: const FullType(int)), + 'smithCertIssued', + serializers.serialize(object.smithCertIssued, + specifiedType: const FullType(BuiltList, + const [const FullType(GSmithFieldsData_smithCertIssued)])), + 'smithCertReceived', + serializers.serialize(object.smithCertReceived, + specifiedType: const FullType(BuiltList, + const [const FullType(GSmithFieldsData_smithCertReceived)])), ]; - + Object? value; + value = object.lastChanged; + if (value != null) { + result + ..add('lastChanged') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } + value = object.lastForged; + if (value != null) { + result + ..add('lastForged') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } return result; } @override - GGetHistoryAndBalanceData_account_identity_linkedAccount deserialize( + GSmithFieldsData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder(); + final result = new GSmithFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17481,127 +18020,33 @@ class _$GGetHistoryAndBalanceData_account_identity_linkedAccountSerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - } - } - - return result.build(); - } -} - -class _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate> { - @override - final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate, - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - ]; - @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate'; - - @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate))); - } - return result; - } - - @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'forged': + result.forged = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate); + case 'index': + result.index = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - } - } - - return result.build(); - } -} - -class _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate> { - @override - final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - ]; - @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate'; - - @override - Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), - ]; - - return result; - } - - @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'lastChanged': + result.lastChanged = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'lastForged': + result.lastForged = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + case 'smithCertIssued': + result.smithCertIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GSmithFieldsData_smithCertIssued) + ]))! as BuiltList<Object?>); + break; + case 'smithCertReceived': + result.smithCertReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GSmithFieldsData_smithCertReceived) + ]))! as BuiltList<Object?>); break; } } @@ -17610,52 +18055,42 @@ class _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggreg } } -class _$GGetHistoryAndBalanceData_account_identity_membershipHistorySerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_membershipHistory> { +class _$GSmithFieldsData_smithCertIssuedSerializer + implements StructuredSerializer<GSmithFieldsData_smithCertIssued> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_membershipHistory, - _$GGetHistoryAndBalanceData_account_identity_membershipHistory + GSmithFieldsData_smithCertIssued, + _$GSmithFieldsData_smithCertIssued ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_membershipHistory'; + final String wireName = 'GSmithFieldsData_smithCertIssued'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_membershipHistory object, + Iterable<Object?> serialize( + Serializers serializers, GSmithFieldsData_smithCertIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.eventId; + value = object.issuerId; if (value != null) { result - ..add('eventId') + ..add('issuerId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.eventType; - if (value != null) { - result - ..add('eventType') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum))); - } - value = object.identityId; + value = object.receiverId; if (value != null) { result - ..add('identityId') + ..add('receiverId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } @@ -17663,11 +18098,10 @@ class _$GGetHistoryAndBalanceData_account_identity_membershipHistorySerializer } @override - GGetHistoryAndBalanceData_account_identity_membershipHistory deserialize( + GSmithFieldsData_smithCertIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder(); + final result = new GSmithFieldsData_smithCertIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17679,27 +18113,22 @@ class _$GGetHistoryAndBalanceData_account_identity_membershipHistorySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'eventId': - result.eventId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'eventType': - result.eventType = serializers.deserialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum)) - as _i2.GEventTypeEnum?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'identityId': - result.identityId = serializers.deserialize(value, + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'receiverId': + result.receiverId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -17707,48 +18136,53 @@ class _$GGetHistoryAndBalanceData_account_identity_membershipHistorySerializer } } -class _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate> { +class _$GSmithFieldsData_smithCertReceivedSerializer + implements StructuredSerializer<GSmithFieldsData_smithCertReceived> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate, - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate + GSmithFieldsData_smithCertReceived, + _$GSmithFieldsData_smithCertReceived ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate'; + final String wireName = 'GSmithFieldsData_smithCertReceived'; @override Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - object, + Serializers serializers, GSmithFieldsData_smithCertReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.issuerId; if (value != null) { result - ..add('aggregate') + ..add('issuerId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate))); + specifiedType: const FullType(String))); + } + value = object.receiverId; + if (value != null) { + result + ..add('receiverId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); } return result; } @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder(); + GSmithFieldsData_smithCertReceived deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GSmithFieldsData_smithCertReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17760,68 +18194,20 @@ class _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateSer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate); - break; - } - } - - return result.build(); - } -} - -class _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate> { - @override - final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - ]; - @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate'; - - @override - Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), - ]; - - return result; - } - - @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, + case 'id': + result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -17831,22 +18217,19 @@ class _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_ag } } -class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_ownerKeyChange> { +class _$GOwnerKeyChangeFieldsDataSerializer + implements StructuredSerializer<GOwnerKeyChangeFieldsData> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_ownerKeyChange, - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange + GOwnerKeyChangeFieldsData, + _$GOwnerKeyChangeFieldsData ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_ownerKeyChange'; + final String wireName = 'GOwnerKeyChangeFieldsData'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_ownerKeyChange object, + Iterable<Object?> serialize( + Serializers serializers, GOwnerKeyChangeFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -17884,11 +18267,10 @@ class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeSerializer } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChange deserialize( + GOwnerKeyChangeFieldsData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder(); + final result = new GOwnerKeyChangeFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17927,46 +18309,65 @@ class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeSerializer } } -class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate> { +class _$GIdentityBasicFieldsDataSerializer + implements StructuredSerializer<GIdentityBasicFieldsData> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate, - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate + GIdentityBasicFieldsData, + _$GIdentityBasicFieldsData ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate'; + final String wireName = 'GIdentityBasicFieldsData'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityBasicFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.accountId; if (value != null) { result - ..add('aggregate') + ..add('accountId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate))); + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType(GIdentityBasicFieldsData_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder(); + GIdentityBasicFieldsData deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentityBasicFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -17978,11 +18379,36 @@ class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateSerial result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate); + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: + const FullType(GIdentityBasicFieldsData_account))! + as GIdentityBasicFieldsData_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -17991,42 +18417,37 @@ class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateSerial } } -class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate> { +class _$GIdentityBasicFieldsData_accountSerializer + implements StructuredSerializer<GIdentityBasicFieldsData_account> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate + GIdentityBasicFieldsData_account, + _$GIdentityBasicFieldsData_account ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate'; + final String wireName = 'GIdentityBasicFieldsData_account'; @override Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - object, + Serializers serializers, GIdentityBasicFieldsData_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder(); + GIdentityBasicFieldsData_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentityBasicFieldsData_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18038,8 +18459,8 @@ class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggre result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -18049,66 +18470,142 @@ class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggre } } -class _$GGetHistoryAndBalanceData_account_identity_smithSerializer - implements - StructuredSerializer<GGetHistoryAndBalanceData_account_identity_smith> { +class _$GIdentityFieldsDataSerializer + implements StructuredSerializer<GIdentityFieldsData> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_smith, - _$GGetHistoryAndBalanceData_account_identity_smith + GIdentityFieldsData, + _$GIdentityFieldsData ]; @override - final String wireName = 'GGetHistoryAndBalanceData_account_identity_smith'; + final String wireName = 'GIdentityFieldsData'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_smith object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'certIssued', + serializers.serialize(object.certIssued, + specifiedType: const FullType(BuiltList, + const [const FullType(GIdentityFieldsData_certIssued)])), + 'certIssuedAggregate', + serializers.serialize(object.certIssuedAggregate, + specifiedType: + const FullType(GIdentityFieldsData_certIssuedAggregate)), + 'certReceived', + serializers.serialize(object.certReceived, + specifiedType: const FullType(BuiltList, + const [const FullType(GIdentityFieldsData_certReceived)])), + 'certReceivedAggregate', + serializers.serialize(object.certReceivedAggregate, + specifiedType: + const FullType(GIdentityFieldsData_certReceivedAggregate)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'forged', - serializers.serialize(object.forged, specifiedType: const FullType(int)), 'index', serializers.serialize(object.index, specifiedType: const FullType(int)), - 'smithCertIssued', - serializers.serialize(object.smithCertIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued) - ])), - 'smithCertReceived', - serializers.serialize(object.smithCertReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived) - ])), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'lastChangeOn', + serializers.serialize(object.lastChangeOn, + specifiedType: const FullType(int)), + 'linkedAccount', + serializers.serialize(object.linkedAccount, + specifiedType: const FullType(BuiltList, + const [const FullType(GIdentityFieldsData_linkedAccount)])), + 'linkedAccountAggregate', + serializers.serialize(object.linkedAccountAggregate, + specifiedType: + const FullType(GIdentityFieldsData_linkedAccountAggregate)), + 'membershipHistory', + serializers.serialize(object.membershipHistory, + specifiedType: const FullType(BuiltList, + const [const FullType(GIdentityFieldsData_membershipHistory)])), + 'membershipHistoryAggregate', + serializers.serialize(object.membershipHistoryAggregate, + specifiedType: + const FullType(GIdentityFieldsData_membershipHistoryAggregate)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'ownerKeyChange', + serializers.serialize(object.ownerKeyChange, + specifiedType: const FullType(BuiltList, + const [const FullType(GIdentityFieldsData_ownerKeyChange)])), + 'ownerKeyChangeAggregate', + serializers.serialize(object.ownerKeyChangeAggregate, + specifiedType: + const FullType(GIdentityFieldsData_ownerKeyChangeAggregate)), ]; Object? value; - value = object.lastChanged; + value = object.account; if (value != null) { result - ..add('lastChanged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType(GIdentityFieldsData_account))); } - value = object.lastForged; + value = object.accountId; if (value != null) { result - ..add('lastForged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.accountRemovedId; + if (value != null) { + result + ..add('accountRemovedId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.createdInId; + if (value != null) { + result + ..add('createdInId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } + value = object.smith; + if (value != null) { + result + ..add('smith') + ..add(serializers.serialize(value, + specifiedType: const FullType(GIdentityFieldsData_smith))); + } + value = object.udHistory; + if (value != null) { + result + ..add('udHistory') + ..add(serializers.serialize(value, + specifiedType: const FullType(BuiltList, + const [const FullType(GIdentityFieldsData_udHistory)]))); } return result; } @override - GGetHistoryAndBalanceData_account_identity_smith deserialize( + GIdentityFieldsData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_smithBuilder(); + final result = new GIdentityFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18120,38 +18617,126 @@ class _$GGetHistoryAndBalanceData_account_identity_smithSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType(GIdentityFieldsData_account))! + as GIdentityFieldsData_account); break; - case 'forged': - result.forged = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'accountRemovedId': + result.accountRemovedId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'certIssued': + result.certIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentityFieldsData_certIssued) + ]))! as BuiltList<Object?>); + break; + case 'certIssuedAggregate': + result.certIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: + const FullType(GIdentityFieldsData_certIssuedAggregate))! + as GIdentityFieldsData_certIssuedAggregate); + break; + case 'certReceived': + result.certReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentityFieldsData_certReceived) + ]))! as BuiltList<Object?>); + break; + case 'certReceivedAggregate': + result.certReceivedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentityFieldsData_certReceivedAggregate))! + as GIdentityFieldsData_certReceivedAggregate); + break; + case 'createdInId': + result.createdInId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; case 'index': result.index = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'lastChanged': - result.lastChanged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; break; - case 'lastForged': - result.lastForged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'lastChangeOn': + result.lastChangeOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'smithCertIssued': - result.smithCertIssued.replace(serializers.deserialize(value, + case 'linkedAccount': + result.linkedAccount.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued) + const FullType(GIdentityFieldsData_linkedAccount) ]))! as BuiltList<Object?>); break; - case 'smithCertReceived': - result.smithCertReceived.replace(serializers.deserialize(value, + case 'linkedAccountAggregate': + result.linkedAccountAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentityFieldsData_linkedAccountAggregate))! + as GIdentityFieldsData_linkedAccountAggregate); + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'membershipHistory': + result.membershipHistory.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived) + const FullType(GIdentityFieldsData_membershipHistory) + ]))! as BuiltList<Object?>); + break; + case 'membershipHistoryAggregate': + result.membershipHistoryAggregate.replace(serializers.deserialize( + value, + specifiedType: const FullType( + GIdentityFieldsData_membershipHistoryAggregate))! + as GIdentityFieldsData_membershipHistoryAggregate); + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'ownerKeyChange': + result.ownerKeyChange.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentityFieldsData_ownerKeyChange) + ]))! as BuiltList<Object?>); + break; + case 'ownerKeyChangeAggregate': + result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentityFieldsData_ownerKeyChangeAggregate))! + as GIdentityFieldsData_ownerKeyChangeAggregate); + break; + case 'smith': + result.smith.replace(serializers.deserialize(value, + specifiedType: const FullType(GIdentityFieldsData_smith))! + as GIdentityFieldsData_smith); + break; + case 'udHistory': + result.udHistory.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentityFieldsData_udHistory) ]))! as BuiltList<Object?>); break; } @@ -18161,22 +18746,72 @@ class _$GGetHistoryAndBalanceData_account_identity_smithSerializer } } -class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued> { +class _$GIdentityFieldsData_accountSerializer + implements StructuredSerializer<GIdentityFieldsData_account> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued, - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued + GIdentityFieldsData_account, + _$GIdentityFieldsData_account ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued'; + final String wireName = 'GIdentityFieldsData_account'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GIdentityFieldsData_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentityFieldsData_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GIdentityFieldsData_certIssuedSerializer + implements StructuredSerializer<GIdentityFieldsData_certIssued> { + @override + final Iterable<Type> types = const [ + GIdentityFieldsData_certIssued, + _$GIdentityFieldsData_certIssued + ]; + @override + final String wireName = 'GIdentityFieldsData_certIssued'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_certIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -18187,6 +18822,15 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedSerializ 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), + 'updatedOn', + serializers.serialize(object.updatedOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.issuerId; @@ -18196,6 +18840,14 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedSerializ ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.issuer; + if (value != null) { + result + ..add('issuer') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GIdentityFieldsData_certIssued_issuer))); + } value = object.receiverId; if (value != null) { result @@ -18203,15 +18855,22 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedSerializ ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.receiver; + if (value != null) { + result + ..add('receiver') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GIdentityFieldsData_certIssued_receiver))); + } return result; } @override - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued deserialize( + GIdentityFieldsData_certIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder(); + final result = new GIdentityFieldsData_certIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18231,14 +18890,38 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedSerializ result.issuerId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'issuer': + result.issuer.replace(serializers.deserialize(value, + specifiedType: + const FullType(GIdentityFieldsData_certIssued_issuer))! + as GIdentityFieldsData_certIssued_issuer); + break; case 'receiverId': result.receiverId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'receiver': + result.receiver.replace(serializers.deserialize(value, + specifiedType: + const FullType(GIdentityFieldsData_certIssued_receiver))! + as GIdentityFieldsData_certIssued_receiver); + break; case 'createdOn': result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'updatedOn': + result.updatedOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -18246,22 +18929,19 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedSerializ } } -class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived> { +class _$GIdentityFieldsData_certIssued_issuerSerializer + implements StructuredSerializer<GIdentityFieldsData_certIssued_issuer> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived, - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived + GIdentityFieldsData_certIssued_issuer, + _$GIdentityFieldsData_certIssued_issuer ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived'; + final String wireName = 'GIdentityFieldsData_certIssued_issuer'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_certIssued_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -18269,34 +18949,46 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedSerial specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; + value = object.accountId; if (value != null) { result - ..add('issuerId') + ..add('accountId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.receiverId; + value = object.account; if (value != null) { result - ..add('receiverId') + ..add('account') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: + const FullType(GIdentityFieldsData_certIssued_issuer_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder(); + GIdentityFieldsData_certIssued_issuer deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentityFieldsData_certIssued_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18308,20 +19000,35 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedSerial result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentityFieldsData_certIssued_issuer_account))! + as GIdentityFieldsData_certIssued_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -18331,45 +19038,38 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedSerial } } -class _$GGetHistoryAndBalanceData_account_identity_udHistorySerializer +class _$GIdentityFieldsData_certIssued_issuer_accountSerializer implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_identity_udHistory> { + StructuredSerializer<GIdentityFieldsData_certIssued_issuer_account> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_identity_udHistory, - _$GGetHistoryAndBalanceData_account_identity_udHistory + GIdentityFieldsData_certIssued_issuer_account, + _$GIdentityFieldsData_certIssued_issuer_account ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_identity_udHistory'; + final String wireName = 'GIdentityFieldsData_certIssued_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_identity_udHistory object, + GIdentityFieldsData_certIssued_issuer_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GGetHistoryAndBalanceData_account_identity_udHistory deserialize( + GIdentityFieldsData_certIssued_issuer_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_identity_udHistoryBuilder(); + final result = new GIdentityFieldsData_certIssued_issuer_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18381,19 +19081,10 @@ class _$GGetHistoryAndBalanceData_account_identity_udHistorySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'amount': - result.amount = serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); - break; } } @@ -18401,20 +19092,19 @@ class _$GGetHistoryAndBalanceData_account_identity_udHistorySerializer } } -class _$GGetHistoryAndBalanceData_account_linkedIdentitySerializer - implements - StructuredSerializer<GGetHistoryAndBalanceData_account_linkedIdentity> { +class _$GIdentityFieldsData_certIssued_receiverSerializer + implements StructuredSerializer<GIdentityFieldsData_certIssued_receiver> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_linkedIdentity, - _$GGetHistoryAndBalanceData_account_linkedIdentity + GIdentityFieldsData_certIssued_receiver, + _$GIdentityFieldsData_certIssued_receiver ]; @override - final String wireName = 'GGetHistoryAndBalanceData_account_linkedIdentity'; + final String wireName = 'GIdentityFieldsData_certIssued_receiver'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_linkedIdentity object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_certIssued_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -18427,6 +19117,9 @@ class _$GGetHistoryAndBalanceData_account_linkedIdentitySerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -18436,6 +19129,14 @@ class _$GGetHistoryAndBalanceData_account_linkedIdentitySerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentityFieldsData_certIssued_receiver_account))); + } value = object.status; if (value != null) { result @@ -18447,11 +19148,10 @@ class _$GGetHistoryAndBalanceData_account_linkedIdentitySerializer } @override - GGetHistoryAndBalanceData_account_linkedIdentity deserialize( + GIdentityFieldsData_certIssued_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_linkedIdentityBuilder(); + final result = new GIdentityFieldsData_certIssued_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18467,6 +19167,12 @@ class _$GGetHistoryAndBalanceData_account_linkedIdentitySerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentityFieldsData_certIssued_receiver_account))! + as GIdentityFieldsData_certIssued_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -18484,6 +19190,10 @@ class _$GGetHistoryAndBalanceData_account_linkedIdentitySerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -18491,58 +19201,38 @@ class _$GGetHistoryAndBalanceData_account_linkedIdentitySerializer } } -class _$GGetHistoryAndBalanceData_account_removedIdentitiesSerializer +class _$GIdentityFieldsData_certIssued_receiver_accountSerializer implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_removedIdentities> { + StructuredSerializer<GIdentityFieldsData_certIssued_receiver_account> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_removedIdentities, - _$GGetHistoryAndBalanceData_account_removedIdentities + GIdentityFieldsData_certIssued_receiver_account, + _$GIdentityFieldsData_certIssued_receiver_account ]; @override - final String wireName = 'GGetHistoryAndBalanceData_account_removedIdentities'; + final String wireName = 'GIdentityFieldsData_certIssued_receiver_account'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_removedIdentities object, + GIdentityFieldsData_certIssued_receiver_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GGetHistoryAndBalanceData_account_removedIdentities deserialize( + GIdentityFieldsData_certIssued_receiver_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_removedIdentitiesBuilder(); + final result = new GIdentityFieldsData_certIssued_receiver_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18554,26 +19244,9 @@ class _$GGetHistoryAndBalanceData_account_removedIdentitiesSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -18582,22 +19255,19 @@ class _$GGetHistoryAndBalanceData_account_removedIdentitiesSerializer } } -class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate> { +class _$GIdentityFieldsData_certIssuedAggregateSerializer + implements StructuredSerializer<GIdentityFieldsData_certIssuedAggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate, - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate + GIdentityFieldsData_certIssuedAggregate, + _$GIdentityFieldsData_certIssuedAggregate ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate'; + final String wireName = 'GIdentityFieldsData_certIssuedAggregate'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_certIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -18611,17 +19281,16 @@ class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate))); + GIdentityFieldsData_certIssuedAggregate_aggregate))); } return result; } @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate deserialize( + GIdentityFieldsData_certIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder(); + final result = new GIdentityFieldsData_certIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18636,8 +19305,8 @@ class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate); + GIdentityFieldsData_certIssuedAggregate_aggregate))! + as GIdentityFieldsData_certIssuedAggregate_aggregate); break; } } @@ -18646,24 +19315,21 @@ class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregateSerializer } } -class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateSerializer +class _$GIdentityFieldsData_certIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate> { + GIdentityFieldsData_certIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate + GIdentityFieldsData_certIssuedAggregate_aggregate, + _$GIdentityFieldsData_certIssuedAggregate_aggregate ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate'; + final String wireName = 'GIdentityFieldsData_certIssuedAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GIdentityFieldsData_certIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -18677,11 +19343,11 @@ class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateSe } @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GIdentityFieldsData_certIssuedAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder(); + new GIdentityFieldsData_certIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18704,69 +19370,78 @@ class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateSe } } -class _$GGetHistoryAndBalanceData_account_transfersIssuedSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersIssued> { +class _$GIdentityFieldsData_certReceivedSerializer + implements StructuredSerializer<GIdentityFieldsData_certReceived> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersIssued, - _$GGetHistoryAndBalanceData_account_transfersIssued + GIdentityFieldsData_certReceived, + _$GIdentityFieldsData_certReceived ]; @override - final String wireName = 'GGetHistoryAndBalanceData_account_transfersIssued'; + final String wireName = 'GIdentityFieldsData_certReceived'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersIssued object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_certReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), + 'updatedOn', + serializers.serialize(object.updatedOn, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.to; + value = object.issuerId; if (value != null) { result - ..add('to') + ..add('issuerId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssued_to))); + specifiedType: const FullType(String))); } - value = object.from; + value = object.issuer; if (value != null) { result - ..add('from') + ..add('issuer') ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssued_from))); + specifiedType: + const FullType(GIdentityFieldsData_certReceived_issuer))); } - value = object.comment; + value = object.receiverId; if (value != null) { result - ..add('comment') + ..add('receiverId') ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssued_comment))); + specifiedType: const FullType(String))); + } + value = object.receiver; + if (value != null) { + result + ..add('receiver') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GIdentityFieldsData_certReceived_receiver))); } return result; } @override - GGetHistoryAndBalanceData_account_transfersIssued deserialize( + GIdentityFieldsData_certReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersIssuedBuilder(); + final result = new GIdentityFieldsData_certReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18778,36 +19453,45 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'to': - result.to.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssued_to))! - as GGetHistoryAndBalanceData_account_transfersIssued_to); + case 'issuer': + result.issuer.replace(serializers.deserialize(value, + specifiedType: + const FullType(GIdentityFieldsData_certReceived_issuer))! + as GIdentityFieldsData_certReceived_issuer); break; - case 'from': - result.from.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssued_from))! - as GGetHistoryAndBalanceData_account_transfersIssued_from); + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'comment': - result.comment.replace(serializers.deserialize(value, + case 'receiver': + result.receiver.replace(serializers.deserialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssued_comment))! - as GGetHistoryAndBalanceData_account_transfersIssued_comment); + GIdentityFieldsData_certReceived_receiver))! + as GIdentityFieldsData_certReceived_receiver); + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'updatedOn': + result.updatedOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -18816,22 +19500,19 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersIssued_toSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersIssued_to> { +class _$GIdentityFieldsData_certReceived_issuerSerializer + implements StructuredSerializer<GIdentityFieldsData_certReceived_issuer> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersIssued_to, - _$GGetHistoryAndBalanceData_account_transfersIssued_to + GIdentityFieldsData_certReceived_issuer, + _$GIdentityFieldsData_certReceived_issuer ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersIssued_to'; + final String wireName = 'GIdentityFieldsData_certReceived_issuer'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersIssued_to object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_certReceived_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -18839,17 +19520,46 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_toSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; - + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentityFieldsData_certReceived_issuer_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } return result; } @override - GGetHistoryAndBalanceData_account_transfersIssued_to deserialize( + GIdentityFieldsData_certReceived_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersIssued_toBuilder(); + final result = new GIdentityFieldsData_certReceived_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18861,10 +19571,37 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_toSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentityFieldsData_certReceived_issuer_account))! + as GIdentityFieldsData_certReceived_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -18872,40 +19609,38 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_toSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersIssued_fromSerializer +class _$GIdentityFieldsData_certReceived_issuer_accountSerializer implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersIssued_from> { + StructuredSerializer<GIdentityFieldsData_certReceived_issuer_account> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersIssued_from, - _$GGetHistoryAndBalanceData_account_transfersIssued_from + GIdentityFieldsData_certReceived_issuer_account, + _$GIdentityFieldsData_certReceived_issuer_account ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersIssued_from'; + final String wireName = 'GIdentityFieldsData_certReceived_issuer_account'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersIssued_from object, + GIdentityFieldsData_certReceived_issuer_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; return result; } @override - GGetHistoryAndBalanceData_account_transfersIssued_from deserialize( + GIdentityFieldsData_certReceived_issuer_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder(); + final result = new GIdentityFieldsData_certReceived_issuer_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18917,9 +19652,9 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_fromSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -18928,41 +19663,66 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_fromSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersIssued_commentSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersIssued_comment> { +class _$GIdentityFieldsData_certReceived_receiverSerializer + implements StructuredSerializer<GIdentityFieldsData_certReceived_receiver> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersIssued_comment, - _$GGetHistoryAndBalanceData_account_transfersIssued_comment + GIdentityFieldsData_certReceived_receiver, + _$GIdentityFieldsData_certReceived_receiver ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersIssued_comment'; + final String wireName = 'GIdentityFieldsData_certReceived_receiver'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersIssued_comment object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_certReceived_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; - + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentityFieldsData_certReceived_receiver_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } return result; } @override - GGetHistoryAndBalanceData_account_transfersIssued_comment deserialize( + GIdentityFieldsData_certReceived_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder(); + final result = new GIdentityFieldsData_certReceived_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -18974,10 +19734,37 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_commentSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'remark': - result.remark = serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentityFieldsData_certReceived_receiver_account))! + as GIdentityFieldsData_certReceived_receiver_account); + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -18985,46 +19772,40 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_commentSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregateSerializer +class _$GIdentityFieldsData_certReceived_receiver_accountSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate> { + GIdentityFieldsData_certReceived_receiver_account> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersIssuedAggregate, - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate + GIdentityFieldsData_certReceived_receiver_account, + _$GIdentityFieldsData_certReceived_receiver_account ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersIssuedAggregate'; + final String wireName = 'GIdentityFieldsData_certReceived_receiver_account'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate object, + GIdentityFieldsData_certReceived_receiver_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate))); - } + return result; } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate deserialize( + GIdentityFieldsData_certReceived_receiver_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder(); + new GIdentityFieldsData_certReceived_receiver_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19036,11 +19817,9 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate); + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -19049,50 +19828,42 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregateSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate> { +class _$GIdentityFieldsData_certReceivedAggregateSerializer + implements StructuredSerializer<GIdentityFieldsData_certReceivedAggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate + GIdentityFieldsData_certReceivedAggregate, + _$GIdentityFieldsData_certReceivedAggregate ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate'; + final String wireName = 'GIdentityFieldsData_certReceivedAggregate'; @override Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - object, + Serializers serializers, GIdentityFieldsData_certReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), ]; Object? value; - value = object.sum; + value = object.aggregate; if (value != null) { result - ..add('sum') + ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum))); + GIdentityFieldsData_certReceivedAggregate_aggregate))); } return result; } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder(); + GIdentityFieldsData_certReceivedAggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GIdentityFieldsData_certReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19104,15 +19875,11 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateSeri result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'sum': - result.sum.replace(serializers.deserialize(value, + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum))! - as GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum); - break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + GIdentityFieldsData_certReceivedAggregate_aggregate))! + as GIdentityFieldsData_certReceivedAggregate_aggregate); break; } } @@ -19121,46 +19888,39 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateSeri } } -class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumSerializer +class _$GIdentityFieldsData_certReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum> { + GIdentityFieldsData_certReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum, - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum + GIdentityFieldsData_certReceivedAggregate_aggregate, + _$GIdentityFieldsData_certReceivedAggregate_aggregate ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum'; + final String wireName = 'GIdentityFieldsData_certReceivedAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - object, + Iterable<Object?> serialize(Serializers serializers, + GIdentityFieldsData_certReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - Object? value; - value = object.amount; - if (value != null) { - result - ..add('amount') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } + return result; } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GIdentityFieldsData_certReceivedAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder(); + new GIdentityFieldsData_certReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19172,9 +19932,9 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -19183,69 +19943,36 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum } } -class _$GGetHistoryAndBalanceData_account_transfersReceivedSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersReceived> { +class _$GIdentityFieldsData_linkedAccountSerializer + implements StructuredSerializer<GIdentityFieldsData_linkedAccount> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersReceived, - _$GGetHistoryAndBalanceData_account_transfersReceived + GIdentityFieldsData_linkedAccount, + _$GIdentityFieldsData_linkedAccount ]; @override - final String wireName = 'GGetHistoryAndBalanceData_account_transfersReceived'; + final String wireName = 'GIdentityFieldsData_linkedAccount'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersReceived object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_linkedAccount object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - Object? value; - value = object.to; - if (value != null) { - result - ..add('to') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceived_to))); - } - value = object.from; - if (value != null) { - result - ..add('from') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceived_from))); - } - value = object.comment; - if (value != null) { - result - ..add('comment') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceived_comment))); - } + return result; } @override - GGetHistoryAndBalanceData_account_transfersReceived deserialize( + GIdentityFieldsData_linkedAccount deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersReceivedBuilder(); + final result = new GIdentityFieldsData_linkedAccountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19257,36 +19984,9 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); - break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'to': - result.to.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceived_to))! - as GGetHistoryAndBalanceData_account_transfersReceived_to); - break; - case 'from': - result.from.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceived_from))! - as GGetHistoryAndBalanceData_account_transfersReceived_from); - break; - case 'comment': - result.comment.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceived_comment))! - as GGetHistoryAndBalanceData_account_transfersReceived_comment); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -19295,40 +19995,43 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersReceived_toSerializer +class _$GIdentityFieldsData_linkedAccountAggregateSerializer implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersReceived_to> { + StructuredSerializer<GIdentityFieldsData_linkedAccountAggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersReceived_to, - _$GGetHistoryAndBalanceData_account_transfersReceived_to + GIdentityFieldsData_linkedAccountAggregate, + _$GIdentityFieldsData_linkedAccountAggregate ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersReceived_to'; + final String wireName = 'GIdentityFieldsData_linkedAccountAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersReceived_to object, + GIdentityFieldsData_linkedAccountAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - + Object? value; + value = object.aggregate; + if (value != null) { + result + ..add('aggregate') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GIdentityFieldsData_linkedAccountAggregate_aggregate))); + } return result; } @override - GGetHistoryAndBalanceData_account_transfersReceived_to deserialize( + GIdentityFieldsData_linkedAccountAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersReceived_toBuilder(); + final result = new GIdentityFieldsData_linkedAccountAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19340,9 +20043,11 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_toSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GIdentityFieldsData_linkedAccountAggregate_aggregate))! + as GIdentityFieldsData_linkedAccountAggregate_aggregate); break; } } @@ -19351,40 +20056,40 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_toSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersReceived_fromSerializer +class _$GIdentityFieldsData_linkedAccountAggregate_aggregateSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersReceived_from> { + GIdentityFieldsData_linkedAccountAggregate_aggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersReceived_from, - _$GGetHistoryAndBalanceData_account_transfersReceived_from + GIdentityFieldsData_linkedAccountAggregate_aggregate, + _$GIdentityFieldsData_linkedAccountAggregate_aggregate ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_transfersReceived_from'; + 'GIdentityFieldsData_linkedAccountAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersReceived_from object, + GIdentityFieldsData_linkedAccountAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; return result; } @override - GGetHistoryAndBalanceData_account_transfersReceived_from deserialize( + GIdentityFieldsData_linkedAccountAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder(); + new GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19396,9 +20101,9 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_fromSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -19407,41 +20112,60 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_fromSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersReceived_commentSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersReceived_comment> { +class _$GIdentityFieldsData_membershipHistorySerializer + implements StructuredSerializer<GIdentityFieldsData_membershipHistory> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersReceived_comment, - _$GGetHistoryAndBalanceData_account_transfersReceived_comment + GIdentityFieldsData_membershipHistory, + _$GIdentityFieldsData_membershipHistory ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersReceived_comment'; + final String wireName = 'GIdentityFieldsData_membershipHistory'; @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersReceived_comment object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_membershipHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - + Object? value; + value = object.eventId; + if (value != null) { + result + ..add('eventId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.eventType; + if (value != null) { + result + ..add('eventType') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GEventTypeEnum))); + } + value = object.identityId; + if (value != null) { + result + ..add('identityId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } return result; } @override - GGetHistoryAndBalanceData_account_transfersReceived_comment deserialize( + GIdentityFieldsData_membershipHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder(); + final result = new GIdentityFieldsData_membershipHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19453,10 +20177,27 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_commentSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'remark': - result.remark = serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'eventId': + result.eventId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'eventType': + result.eventType = serializers.deserialize(value, + specifiedType: const FullType(_i2.GEventTypeEnum)) + as _i2.GEventTypeEnum?; + break; + case 'id': + result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'identityId': + result.identityId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; } } @@ -19464,22 +20205,20 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_commentSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregateSerializer +class _$GIdentityFieldsData_membershipHistoryAggregateSerializer implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate> { + StructuredSerializer<GIdentityFieldsData_membershipHistoryAggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersReceivedAggregate, - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate + GIdentityFieldsData_membershipHistoryAggregate, + _$GIdentityFieldsData_membershipHistoryAggregate ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersReceivedAggregate'; + final String wireName = 'GIdentityFieldsData_membershipHistoryAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate object, + GIdentityFieldsData_membershipHistoryAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -19493,17 +20232,16 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate))); + GIdentityFieldsData_membershipHistoryAggregate_aggregate))); } return result; } @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate deserialize( + GIdentityFieldsData_membershipHistoryAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder(); + final result = new GIdentityFieldsData_membershipHistoryAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19518,8 +20256,8 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate); + GIdentityFieldsData_membershipHistoryAggregate_aggregate))! + as GIdentityFieldsData_membershipHistoryAggregate_aggregate); break; } } @@ -19528,24 +20266,22 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregateSerializer } } -class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateSerializer +class _$GIdentityFieldsData_membershipHistoryAggregate_aggregateSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate> { + GIdentityFieldsData_membershipHistoryAggregate_aggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate + GIdentityFieldsData_membershipHistoryAggregate_aggregate, + _$GIdentityFieldsData_membershipHistoryAggregate_aggregate ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate'; + 'GIdentityFieldsData_membershipHistoryAggregate_aggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - object, + Iterable<Object?> serialize(Serializers serializers, + GIdentityFieldsData_membershipHistoryAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -19554,24 +20290,16 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateSe 'count', serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - Object? value; - value = object.sum; - if (value != null) { - result - ..add('sum') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum))); - } + return result; } @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { + GIdentityFieldsData_membershipHistoryAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder(); + new GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19583,12 +20311,6 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateSe result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'sum': - result.sum.replace(serializers.deserialize(value, - specifiedType: const FullType( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum))! - as GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum); - break; case 'count': result.count = serializers.deserialize(value, specifiedType: const FullType(int))! as int; @@ -19600,82 +20322,19 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateSe } } -class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumSerializer - implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum> { +class _$GIdentityFieldsData_ownerKeyChangeSerializer + implements StructuredSerializer<GIdentityFieldsData_ownerKeyChange> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum, - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum + GIdentityFieldsData_ownerKeyChange, + _$GIdentityFieldsData_ownerKeyChange ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum'; + final String wireName = 'GIdentityFieldsData_ownerKeyChange'; @override Iterable<Object?> serialize( - Serializers serializers, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - ]; - Object? value; - value = object.amount; - if (value != null) { - result - ..add('amount') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } - return result; - } - - @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - deserialize(Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; - break; - } - } - - return result.build(); - } -} - -class _$GGetHistoryAndBalanceData_account_wasIdentitySerializer - implements - StructuredSerializer<GGetHistoryAndBalanceData_account_wasIdentity> { - @override - final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_wasIdentity, - _$GGetHistoryAndBalanceData_account_wasIdentity - ]; - @override - final String wireName = 'GGetHistoryAndBalanceData_account_wasIdentity'; - - @override - Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_wasIdentity object, + Serializers serializers, GIdentityFieldsData_ownerKeyChange object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -19713,10 +20372,10 @@ class _$GGetHistoryAndBalanceData_account_wasIdentitySerializer } @override - GGetHistoryAndBalanceData_account_wasIdentity deserialize( + GIdentityFieldsData_ownerKeyChange deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GGetHistoryAndBalanceData_account_wasIdentityBuilder(); + final result = new GIdentityFieldsData_ownerKeyChangeBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19755,22 +20414,20 @@ class _$GGetHistoryAndBalanceData_account_wasIdentitySerializer } } -class _$GGetHistoryAndBalanceData_account_wasIdentityAggregateSerializer +class _$GIdentityFieldsData_ownerKeyChangeAggregateSerializer implements - StructuredSerializer< - GGetHistoryAndBalanceData_account_wasIdentityAggregate> { + StructuredSerializer<GIdentityFieldsData_ownerKeyChangeAggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_wasIdentityAggregate, - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate + GIdentityFieldsData_ownerKeyChangeAggregate, + _$GIdentityFieldsData_ownerKeyChangeAggregate ]; @override - final String wireName = - 'GGetHistoryAndBalanceData_account_wasIdentityAggregate'; + final String wireName = 'GIdentityFieldsData_ownerKeyChangeAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_wasIdentityAggregate object, + GIdentityFieldsData_ownerKeyChangeAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -19784,17 +20441,16 @@ class _$GGetHistoryAndBalanceData_account_wasIdentityAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate))); + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate))); } return result; } @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate deserialize( + GIdentityFieldsData_ownerKeyChangeAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder(); + final result = new GIdentityFieldsData_ownerKeyChangeAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19809,8 +20465,8 @@ class _$GGetHistoryAndBalanceData_account_wasIdentityAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate))! - as GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate); + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate))! + as GIdentityFieldsData_ownerKeyChangeAggregate_aggregate); break; } } @@ -19819,22 +20475,22 @@ class _$GGetHistoryAndBalanceData_account_wasIdentityAggregateSerializer } } -class _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateSerializer +class _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregateSerializer implements StructuredSerializer< - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate> { + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate, - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate, + _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate ]; @override final String wireName = - 'GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate'; + 'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate object, + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -19848,11 +20504,11 @@ class _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateSerializ } @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate deserialize( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder(); + new GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19875,15 +20531,19 @@ class _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateSerializ } } -class _$GCertFieldsDataSerializer - implements StructuredSerializer<GCertFieldsData> { +class _$GIdentityFieldsData_smithSerializer + implements StructuredSerializer<GIdentityFieldsData_smith> { @override - final Iterable<Type> types = const [GCertFieldsData, _$GCertFieldsData]; + final Iterable<Type> types = const [ + GIdentityFieldsData_smith, + _$GIdentityFieldsData_smith + ]; @override - final String wireName = 'GCertFieldsData'; + final String wireName = 'GIdentityFieldsData_smith'; @override - Iterable<Object?> serialize(Serializers serializers, GCertFieldsData object, + Iterable<Object?> serialize( + Serializers serializers, GIdentityFieldsData_smith object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -19891,56 +20551,42 @@ class _$GCertFieldsDataSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), + 'forged', + serializers.serialize(object.forged, specifiedType: const FullType(int)), + 'index', + serializers.serialize(object.index, specifiedType: const FullType(int)), + 'smithCertIssued', + serializers.serialize(object.smithCertIssued, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentityFieldsData_smith_smithCertIssued) + ])), + 'smithCertReceived', + serializers.serialize(object.smithCertReceived, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentityFieldsData_smith_smithCertReceived) + ])), ]; Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.issuer; - if (value != null) { - result - ..add('issuer') - ..add(serializers.serialize(value, - specifiedType: const FullType(GCertFieldsData_issuer))); - } - value = object.receiverId; + value = object.lastChanged; if (value != null) { result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + ..add('lastChanged') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); } - value = object.receiver; + value = object.lastForged; if (value != null) { result - ..add('receiver') - ..add(serializers.serialize(value, - specifiedType: const FullType(GCertFieldsData_receiver))); + ..add('lastForged') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); } return result; } @override - GCertFieldsData deserialize( + GIdentityFieldsData_smith deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GCertFieldsDataBuilder(); + final result = new GIdentityFieldsData_smithBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -19956,39 +20602,33 @@ class _$GCertFieldsDataSerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType(GCertFieldsData_issuer))! - as GCertFieldsData_issuer); - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType(GCertFieldsData_receiver))! - as GCertFieldsData_receiver); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, + case 'forged': + result.forged = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, + case 'index': + result.index = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'lastChanged': + result.lastChanged = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'lastForged': + result.lastForged = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + case 'smithCertIssued': + result.smithCertIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentityFieldsData_smith_smithCertIssued) + ]))! as BuiltList<Object?>); + break; + case 'smithCertReceived': + result.smithCertReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GIdentityFieldsData_smith_smithCertReceived) + ]))! as BuiltList<Object?>); break; } } @@ -19997,19 +20637,19 @@ class _$GCertFieldsDataSerializer } } -class _$GCertFieldsData_issuerSerializer - implements StructuredSerializer<GCertFieldsData_issuer> { +class _$GIdentityFieldsData_smith_smithCertIssuedSerializer + implements StructuredSerializer<GIdentityFieldsData_smith_smithCertIssued> { @override final Iterable<Type> types = const [ - GCertFieldsData_issuer, - _$GCertFieldsData_issuer + GIdentityFieldsData_smith_smithCertIssued, + _$GIdentityFieldsData_smith_smithCertIssued ]; @override - final String wireName = 'GCertFieldsData_issuer'; + final String wireName = 'GIdentityFieldsData_smith_smithCertIssued'; @override Iterable<Object?> serialize( - Serializers serializers, GCertFieldsData_issuer object, + Serializers serializers, GIdentityFieldsData_smith_smithCertIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -20017,35 +20657,33 @@ class _$GCertFieldsData_issuerSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.accountId; + value = object.issuerId; if (value != null) { result - ..add('accountId') + ..add('issuerId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.status; + value = object.receiverId; if (value != null) { result - ..add('status') + ..add('receiverId') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType(String))); } return result; } @override - GCertFieldsData_issuer deserialize( + GIdentityFieldsData_smith_smithCertIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GCertFieldsData_issuerBuilder(); + final result = new GIdentityFieldsData_smith_smithCertIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20057,26 +20695,21 @@ class _$GCertFieldsData_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -20085,19 +20718,20 @@ class _$GCertFieldsData_issuerSerializer } } -class _$GCertFieldsData_receiverSerializer - implements StructuredSerializer<GCertFieldsData_receiver> { +class _$GIdentityFieldsData_smith_smithCertReceivedSerializer + implements + StructuredSerializer<GIdentityFieldsData_smith_smithCertReceived> { @override final Iterable<Type> types = const [ - GCertFieldsData_receiver, - _$GCertFieldsData_receiver + GIdentityFieldsData_smith_smithCertReceived, + _$GIdentityFieldsData_smith_smithCertReceived ]; @override - final String wireName = 'GCertFieldsData_receiver'; + final String wireName = 'GIdentityFieldsData_smith_smithCertReceived'; @override - Iterable<Object?> serialize( - Serializers serializers, GCertFieldsData_receiver object, + Iterable<Object?> serialize(Serializers serializers, + GIdentityFieldsData_smith_smithCertReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -20105,35 +20739,33 @@ class _$GCertFieldsData_receiverSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.accountId; + value = object.issuerId; if (value != null) { result - ..add('accountId') + ..add('issuerId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.status; + value = object.receiverId; if (value != null) { result - ..add('status') + ..add('receiverId') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType(String))); } return result; } @override - GCertFieldsData_receiver deserialize( + GIdentityFieldsData_smith_smithCertReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GCertFieldsData_receiverBuilder(); + final result = new GIdentityFieldsData_smith_smithCertReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20145,26 +20777,21 @@ class _$GCertFieldsData_receiverSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'issuerId': + result.issuerId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'receiverId': + result.receiverId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -20173,19 +20800,19 @@ class _$GCertFieldsData_receiverSerializer } } -class _$GSmithCertFieldsDataSerializer - implements StructuredSerializer<GSmithCertFieldsData> { +class _$GIdentityFieldsData_udHistorySerializer + implements StructuredSerializer<GIdentityFieldsData_udHistory> { @override final Iterable<Type> types = const [ - GSmithCertFieldsData, - _$GSmithCertFieldsData + GIdentityFieldsData_udHistory, + _$GIdentityFieldsData_udHistory ]; @override - final String wireName = 'GSmithCertFieldsData'; + final String wireName = 'GIdentityFieldsData_udHistory'; @override Iterable<Object?> serialize( - Serializers serializers, GSmithCertFieldsData object, + Serializers serializers, GIdentityFieldsData_udHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -20193,33 +20820,21 @@ class _$GSmithCertFieldsDataSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), ]; - Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } + return result; } @override - GSmithCertFieldsData deserialize( + GIdentityFieldsData_udHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GSmithCertFieldsDataBuilder(); + final result = new GIdentityFieldsData_udHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20235,18 +20850,15 @@ class _$GSmithCertFieldsDataSerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, + case 'amount': + result.amount = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); + break; } } @@ -20254,56 +20866,65 @@ class _$GSmithCertFieldsDataSerializer } } -class _$GSmithFieldsDataSerializer - implements StructuredSerializer<GSmithFieldsData> { +class _$GCommentsIssuedDataSerializer + implements StructuredSerializer<GCommentsIssuedData> { @override - final Iterable<Type> types = const [GSmithFieldsData, _$GSmithFieldsData]; + final Iterable<Type> types = const [ + GCommentsIssuedData, + _$GCommentsIssuedData + ]; @override - final String wireName = 'GSmithFieldsData'; + final String wireName = 'GCommentsIssuedData'; @override - Iterable<Object?> serialize(Serializers serializers, GSmithFieldsData object, + Iterable<Object?> serialize( + Serializers serializers, GCommentsIssuedData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'hash', + serializers.serialize(object.hash, specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'forged', - serializers.serialize(object.forged, specifiedType: const FullType(int)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'smithCertIssued', - serializers.serialize(object.smithCertIssued, - specifiedType: const FullType(BuiltList, - const [const FullType(GSmithFieldsData_smithCertIssued)])), - 'smithCertReceived', - serializers.serialize(object.smithCertReceived, - specifiedType: const FullType(BuiltList, - const [const FullType(GSmithFieldsData_smithCertReceived)])), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; Object? value; - value = object.lastChanged; + value = object.authorId; if (value != null) { result - ..add('lastChanged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); + ..add('authorId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); } - value = object.lastForged; + value = object.eventId; if (value != null) { result - ..add('lastForged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); + ..add('eventId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.type; + if (value != null) { + result + ..add('type') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GCommentTypeEnum))); } return result; } @override - GSmithFieldsData deserialize( + GCommentsIssuedData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GSmithFieldsDataBuilder(); + final result = new GCommentsIssuedDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20315,37 +20936,34 @@ class _$GSmithFieldsDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'authorId': + result.authorId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'forged': - result.forged = serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'index': - result.index = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'eventId': + result.eventId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'lastChanged': - result.lastChanged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'hash': + result.hash = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'lastForged': - result.lastForged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'smithCertIssued': - result.smithCertIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GSmithFieldsData_smithCertIssued) - ]))! as BuiltList<Object?>); + case 'remark': + result.remark = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'smithCertReceived': - result.smithCertReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GSmithFieldsData_smithCertReceived) - ]))! as BuiltList<Object?>); + case 'type': + result.type = serializers.deserialize(value, + specifiedType: const FullType(_i2.GCommentTypeEnum)) + as _i2.GCommentTypeEnum?; break; } } @@ -20354,53 +20972,49 @@ class _$GSmithFieldsDataSerializer } } -class _$GSmithFieldsData_smithCertIssuedSerializer - implements StructuredSerializer<GSmithFieldsData_smithCertIssued> { +class _$GAccountBasicFieldsDataSerializer + implements StructuredSerializer<GAccountBasicFieldsData> { @override final Iterable<Type> types = const [ - GSmithFieldsData_smithCertIssued, - _$GSmithFieldsData_smithCertIssued + GAccountBasicFieldsData, + _$GAccountBasicFieldsData ]; @override - final String wireName = 'GSmithFieldsData_smithCertIssued'; + final String wireName = 'GAccountBasicFieldsData'; @override Iterable<Object?> serialize( - Serializers serializers, GSmithFieldsData_smithCertIssued object, + Serializers serializers, GAccountBasicFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), ]; Object? value; - value = object.issuerId; + value = object.identity; if (value != null) { result - ..add('issuerId') + ..add('identity') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType(GAccountBasicFieldsData_identity))); } return result; } @override - GSmithFieldsData_smithCertIssued deserialize( + GAccountBasicFieldsData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GSmithFieldsData_smithCertIssuedBuilder(); + final result = new GAccountBasicFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20412,21 +21026,23 @@ class _$GSmithFieldsData_smithCertIssuedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'identity': + result.identity.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountBasicFieldsData_identity))! + as GAccountBasicFieldsData_identity); break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; break; } } @@ -20435,19 +21051,19 @@ class _$GSmithFieldsData_smithCertIssuedSerializer } } -class _$GSmithFieldsData_smithCertReceivedSerializer - implements StructuredSerializer<GSmithFieldsData_smithCertReceived> { +class _$GAccountBasicFieldsData_identitySerializer + implements StructuredSerializer<GAccountBasicFieldsData_identity> { @override final Iterable<Type> types = const [ - GSmithFieldsData_smithCertReceived, - _$GSmithFieldsData_smithCertReceived + GAccountBasicFieldsData_identity, + _$GAccountBasicFieldsData_identity ]; @override - final String wireName = 'GSmithFieldsData_smithCertReceived'; + final String wireName = 'GAccountBasicFieldsData_identity'; @override Iterable<Object?> serialize( - Serializers serializers, GSmithFieldsData_smithCertReceived object, + Serializers serializers, GAccountBasicFieldsData_identity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -20455,33 +21071,46 @@ class _$GSmithFieldsData_smithCertReceivedSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; + value = object.accountId; if (value != null) { result - ..add('issuerId') + ..add('accountId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.receiverId; + value = object.account; if (value != null) { result - ..add('receiverId') + ..add('account') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: + const FullType(GAccountBasicFieldsData_identity_account))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GSmithFieldsData_smithCertReceived deserialize( + GAccountBasicFieldsData_identity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GSmithFieldsData_smithCertReceivedBuilder(); + final result = new GAccountBasicFieldsData_identityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20493,20 +21122,35 @@ class _$GSmithFieldsData_smithCertReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountBasicFieldsData_identity_account))! + as GAccountBasicFieldsData_identity_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, + case 'name': + result.name = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; } @@ -20516,60 +21160,37 @@ class _$GSmithFieldsData_smithCertReceivedSerializer } } -class _$GOwnerKeyChangeFieldsDataSerializer - implements StructuredSerializer<GOwnerKeyChangeFieldsData> { +class _$GAccountBasicFieldsData_identity_accountSerializer + implements StructuredSerializer<GAccountBasicFieldsData_identity_account> { @override final Iterable<Type> types = const [ - GOwnerKeyChangeFieldsData, - _$GOwnerKeyChangeFieldsData + GAccountBasicFieldsData_identity_account, + _$GAccountBasicFieldsData_identity_account ]; @override - final String wireName = 'GOwnerKeyChangeFieldsData'; + final String wireName = 'GAccountBasicFieldsData_identity_account'; @override Iterable<Object?> serialize( - Serializers serializers, GOwnerKeyChangeFieldsData object, + Serializers serializers, GAccountBasicFieldsData_identity_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, + 'createdOn', + serializers.serialize(object.createdOn, specifiedType: const FullType(int)), ]; - Object? value; - value = object.identityId; - if (value != null) { - result - ..add('identityId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.nextId; - if (value != null) { - result - ..add('nextId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.previousId; - if (value != null) { - result - ..add('previousId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } + return result; } @override - GOwnerKeyChangeFieldsData deserialize( + GAccountBasicFieldsData_identity_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GOwnerKeyChangeFieldsDataBuilder(); + final result = new GAccountBasicFieldsData_identity_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20581,26 +21202,10 @@ class _$GOwnerKeyChangeFieldsDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, + case 'createdOn': + result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'identityId': - result.identityId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'nextId': - result.nextId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'previousId': - result.previousId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; } } @@ -20608,55 +21213,93 @@ class _$GOwnerKeyChangeFieldsDataSerializer } } -class _$GIdentityBasicFieldsDataSerializer - implements StructuredSerializer<GIdentityBasicFieldsData> { +class _$GAccountFieldsDataSerializer + implements StructuredSerializer<GAccountFieldsData> { @override - final Iterable<Type> types = const [ - GIdentityBasicFieldsData, - _$GIdentityBasicFieldsData - ]; + final Iterable<Type> types = const [GAccountFieldsData, _$GAccountFieldsData]; @override - final String wireName = 'GIdentityBasicFieldsData'; + final String wireName = 'GAccountFieldsData'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentityBasicFieldsData object, + Serializers serializers, GAccountFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'commentsIssued', + serializers.serialize(object.commentsIssued, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountFieldsData_commentsIssued)])), + 'commentsIssuedAggregate', + serializers.serialize(object.commentsIssuedAggregate, + specifiedType: + const FullType(GAccountFieldsData_commentsIssuedAggregate)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, + 'isActive', + serializers.serialize(object.isActive, specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'removedIdentities', + serializers.serialize(object.removedIdentities, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountFieldsData_removedIdentities)])), + 'removedIdentitiesAggregate', + serializers.serialize(object.removedIdentitiesAggregate, + specifiedType: + const FullType(GAccountFieldsData_removedIdentitiesAggregate)), + 'transfersIssued', + serializers.serialize(object.transfersIssued, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountFieldsData_transfersIssued)])), + 'transfersIssuedAggregate', + serializers.serialize(object.transfersIssuedAggregate, + specifiedType: + const FullType(GAccountFieldsData_transfersIssuedAggregate)), + 'transfersReceived', + serializers.serialize(object.transfersReceived, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountFieldsData_transfersReceived)])), + 'transfersReceivedAggregate', + serializers.serialize(object.transfersReceivedAggregate, + specifiedType: + const FullType(GAccountFieldsData_transfersReceivedAggregate)), + 'wasIdentity', + serializers.serialize(object.wasIdentity, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountFieldsData_wasIdentity)])), + 'wasIdentityAggregate', + serializers.serialize(object.wasIdentityAggregate, + specifiedType: + const FullType(GAccountFieldsData_wasIdentityAggregate)), ]; Object? value; - value = object.accountId; + value = object.identity; if (value != null) { result - ..add('accountId') + ..add('identity') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType(GAccountFieldsData_identity))); } - value = object.status; + value = object.linkedIdentity; if (value != null) { result - ..add('status') + ..add('linkedIdentity') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType(GAccountFieldsData_linkedIdentity))); } return result; } @override - GIdentityBasicFieldsData deserialize( + GAccountFieldsData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityBasicFieldsDataBuilder(); + final result = new GAccountFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20668,26 +21311,90 @@ class _$GIdentityBasicFieldsDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'commentsIssued': + result.commentsIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_commentsIssued) + ]))! as BuiltList<Object?>); + break; + case 'commentsIssuedAggregate': + result.commentsIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_commentsIssuedAggregate))! + as GAccountFieldsData_commentsIssuedAggregate); + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, + case 'identity': + result.identity.replace(serializers.deserialize(value, + specifiedType: const FullType(GAccountFieldsData_identity))! + as GAccountFieldsData_identity); + break; + case 'isActive': + result.isActive = serializers.deserialize(value, specifiedType: const FullType(bool))! as bool; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'linkedIdentity': + result.linkedIdentity.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountFieldsData_linkedIdentity))! + as GAccountFieldsData_linkedIdentity); break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'removedIdentities': + result.removedIdentities.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_removedIdentities) + ]))! as BuiltList<Object?>); + break; + case 'removedIdentitiesAggregate': + result.removedIdentitiesAggregate.replace(serializers.deserialize( + value, + specifiedType: const FullType( + GAccountFieldsData_removedIdentitiesAggregate))! + as GAccountFieldsData_removedIdentitiesAggregate); + break; + case 'transfersIssued': + result.transfersIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_transfersIssued) + ]))! as BuiltList<Object?>); + break; + case 'transfersIssuedAggregate': + result.transfersIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_transfersIssuedAggregate))! + as GAccountFieldsData_transfersIssuedAggregate); + break; + case 'transfersReceived': + result.transfersReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_transfersReceived) + ]))! as BuiltList<Object?>); + break; + case 'transfersReceivedAggregate': + result.transfersReceivedAggregate.replace(serializers.deserialize( + value, + specifiedType: const FullType( + GAccountFieldsData_transfersReceivedAggregate))! + as GAccountFieldsData_transfersReceivedAggregate); + break; + case 'wasIdentity': + result.wasIdentity.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_wasIdentity) + ]))! as BuiltList<Object?>); + break; + case 'wasIdentityAggregate': + result.wasIdentityAggregate.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountFieldsData_wasIdentityAggregate))! + as GAccountFieldsData_wasIdentityAggregate); break; } } @@ -20696,135 +21403,65 @@ class _$GIdentityBasicFieldsDataSerializer } } -class _$GIdentityFieldsDataSerializer - implements StructuredSerializer<GIdentityFieldsData> { +class _$GAccountFieldsData_commentsIssuedSerializer + implements StructuredSerializer<GAccountFieldsData_commentsIssued> { @override final Iterable<Type> types = const [ - GIdentityFieldsData, - _$GIdentityFieldsData + GAccountFieldsData_commentsIssued, + _$GAccountFieldsData_commentsIssued ]; @override - final String wireName = 'GIdentityFieldsData'; + final String wireName = 'GAccountFieldsData_commentsIssued'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData object, + Serializers serializers, GAccountFieldsData_commentsIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'certIssued', - serializers.serialize(object.certIssued, - specifiedType: const FullType(BuiltList, - const [const FullType(GIdentityFieldsData_certIssued)])), - 'certIssuedAggregate', - serializers.serialize(object.certIssuedAggregate, - specifiedType: - const FullType(GIdentityFieldsData_certIssuedAggregate)), - 'certReceived', - serializers.serialize(object.certReceived, - specifiedType: const FullType(BuiltList, - const [const FullType(GIdentityFieldsData_certReceived)])), - 'certReceivedAggregate', - serializers.serialize(object.certReceivedAggregate, - specifiedType: - const FullType(GIdentityFieldsData_certReceivedAggregate)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, + 'blockNumber', + serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), + 'hash', + serializers.serialize(object.hash, specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'lastChangeOn', - serializers.serialize(object.lastChangeOn, - specifiedType: const FullType(int)), - 'linkedAccount', - serializers.serialize(object.linkedAccount, - specifiedType: const FullType(BuiltList, - const [const FullType(GIdentityFieldsData_linkedAccount)])), - 'linkedAccountAggregate', - serializers.serialize(object.linkedAccountAggregate, - specifiedType: - const FullType(GIdentityFieldsData_linkedAccountAggregate)), - 'membershipHistory', - serializers.serialize(object.membershipHistory, - specifiedType: const FullType(BuiltList, - const [const FullType(GIdentityFieldsData_membershipHistory)])), - 'membershipHistoryAggregate', - serializers.serialize(object.membershipHistoryAggregate, - specifiedType: - const FullType(GIdentityFieldsData_membershipHistoryAggregate)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), - 'ownerKeyChange', - serializers.serialize(object.ownerKeyChange, - specifiedType: const FullType(BuiltList, - const [const FullType(GIdentityFieldsData_ownerKeyChange)])), - 'ownerKeyChangeAggregate', - serializers.serialize(object.ownerKeyChangeAggregate, - specifiedType: - const FullType(GIdentityFieldsData_ownerKeyChangeAggregate)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.accountRemovedId; + value = object.authorId; if (value != null) { result - ..add('accountRemovedId') + ..add('authorId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.createdInId; + value = object.eventId; if (value != null) { result - ..add('createdInId') + ..add('eventId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } - value = object.smith; - if (value != null) { - result - ..add('smith') - ..add(serializers.serialize(value, - specifiedType: const FullType(GIdentityFieldsData_smith))); - } - value = object.udHistory; + value = object.type; if (value != null) { result - ..add('udHistory') + ..add('type') ..add(serializers.serialize(value, - specifiedType: const FullType(BuiltList, - const [const FullType(GIdentityFieldsData_udHistory)]))); + specifiedType: const FullType(_i2.GCommentTypeEnum))); } return result; } @override - GIdentityFieldsData deserialize( + GAccountFieldsData_commentsIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsDataBuilder(); + final result = new GAccountFieldsData_commentsIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -20836,77 +21473,389 @@ class _$GIdentityFieldsDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'accountRemovedId': - result.accountRemovedId = serializers.deserialize(value, + case 'authorId': + result.authorId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'certIssued': - result.certIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_certIssued) - ]))! as BuiltList<Object?>); - break; - case 'certIssuedAggregate': - result.certIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: - const FullType(GIdentityFieldsData_certIssuedAggregate))! - as GIdentityFieldsData_certIssuedAggregate); - break; - case 'certReceived': - result.certReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_certReceived) - ]))! as BuiltList<Object?>); - break; - case 'certReceivedAggregate': - result.certReceivedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GIdentityFieldsData_certReceivedAggregate))! - as GIdentityFieldsData_certReceivedAggregate); + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'createdInId': - result.createdInId = serializers.deserialize(value, + case 'eventId': + result.eventId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'hash': + result.hash = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'index': - result.index = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'lastChangeOn': - result.lastChangeOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'remark': + result.remark = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'linkedAccount': - result.linkedAccount.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_linkedAccount) - ]))! as BuiltList<Object?>); + case 'type': + result.type = serializers.deserialize(value, + specifiedType: const FullType(_i2.GCommentTypeEnum)) + as _i2.GCommentTypeEnum?; break; - case 'linkedAccountAggregate': - result.linkedAccountAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GIdentityFieldsData_linkedAccountAggregate))! - as GIdentityFieldsData_linkedAccountAggregate); + } + } + + return result.build(); + } +} + +class _$GAccountFieldsData_commentsIssuedAggregateSerializer + implements + StructuredSerializer<GAccountFieldsData_commentsIssuedAggregate> { + @override + final Iterable<Type> types = const [ + GAccountFieldsData_commentsIssuedAggregate, + _$GAccountFieldsData_commentsIssuedAggregate + ]; + @override + final String wireName = 'GAccountFieldsData_commentsIssuedAggregate'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_commentsIssuedAggregate object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + ]; + Object? value; + value = object.aggregate; + if (value != null) { + result + ..add('aggregate') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountFieldsData_commentsIssuedAggregate_aggregate))); + } + return result; + } + + @override + GAccountFieldsData_commentsIssuedAggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountFieldsData_commentsIssuedAggregateBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_commentsIssuedAggregate_aggregate))! + as GAccountFieldsData_commentsIssuedAggregate_aggregate); + break; + } + } + + return result.build(); + } +} + +class _$GAccountFieldsData_commentsIssuedAggregate_aggregateSerializer + implements + StructuredSerializer< + GAccountFieldsData_commentsIssuedAggregate_aggregate> { + @override + final Iterable<Type> types = const [ + GAccountFieldsData_commentsIssuedAggregate_aggregate, + _$GAccountFieldsData_commentsIssuedAggregate_aggregate + ]; + @override + final String wireName = + 'GAccountFieldsData_commentsIssuedAggregate_aggregate'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_commentsIssuedAggregate_aggregate object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountFieldsData_commentsIssuedAggregate_aggregate deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GAccountFieldsData_identitySerializer + implements StructuredSerializer<GAccountFieldsData_identity> { + @override + final Iterable<Type> types = const [ + GAccountFieldsData_identity, + _$GAccountFieldsData_identity + ]; + @override + final String wireName = 'GAccountFieldsData_identity'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GAccountFieldsData_identity object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'certIssued', + serializers.serialize(object.certIssued, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountFieldsData_identity_certIssued)])), + 'certIssuedAggregate', + serializers.serialize(object.certIssuedAggregate, + specifiedType: + const FullType(GAccountFieldsData_identity_certIssuedAggregate)), + 'certReceived', + serializers.serialize(object.certReceived, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_identity_certReceived) + ])), + 'certReceivedAggregate', + serializers.serialize(object.certReceivedAggregate, + specifiedType: const FullType( + GAccountFieldsData_identity_certReceivedAggregate)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'index', + serializers.serialize(object.index, specifiedType: const FullType(int)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'lastChangeOn', + serializers.serialize(object.lastChangeOn, + specifiedType: const FullType(int)), + 'linkedAccount', + serializers.serialize(object.linkedAccount, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_identity_linkedAccount) + ])), + 'linkedAccountAggregate', + serializers.serialize(object.linkedAccountAggregate, + specifiedType: const FullType( + GAccountFieldsData_identity_linkedAccountAggregate)), + 'membershipHistory', + serializers.serialize(object.membershipHistory, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_identity_membershipHistory) + ])), + 'membershipHistoryAggregate', + serializers.serialize(object.membershipHistoryAggregate, + specifiedType: const FullType( + GAccountFieldsData_identity_membershipHistoryAggregate)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'ownerKeyChange', + serializers.serialize(object.ownerKeyChange, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_identity_ownerKeyChange) + ])), + 'ownerKeyChangeAggregate', + serializers.serialize(object.ownerKeyChangeAggregate, + specifiedType: const FullType( + GAccountFieldsData_identity_ownerKeyChangeAggregate)), + ]; + Object? value; + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountFieldsData_identity_account))); + } + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.accountRemovedId; + if (value != null) { + result + ..add('accountRemovedId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.createdInId; + if (value != null) { + result + ..add('createdInId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.status; + if (value != null) { + result + ..add('status') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum))); + } + value = object.smith; + if (value != null) { + result + ..add('smith') + ..add(serializers.serialize(value, + specifiedType: const FullType(GAccountFieldsData_identity_smith))); + } + value = object.udHistory; + if (value != null) { + result + ..add('udHistory') + ..add(serializers.serialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_identity_udHistory) + ]))); + } + return result; + } + + @override + GAccountFieldsData_identity deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountFieldsData_identityBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountFieldsData_identity_account))! + as GAccountFieldsData_identity_account); + break; + case 'accountId': + result.accountId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'accountRemovedId': + result.accountRemovedId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'certIssued': + result.certIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_identity_certIssued) + ]))! as BuiltList<Object?>); + break; + case 'certIssuedAggregate': + result.certIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certIssuedAggregate))! + as GAccountFieldsData_identity_certIssuedAggregate); + break; + case 'certReceived': + result.certReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_identity_certReceived) + ]))! as BuiltList<Object?>); + break; + case 'certReceivedAggregate': + result.certReceivedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certReceivedAggregate))! + as GAccountFieldsData_identity_certReceivedAggregate); + break; + case 'createdInId': + result.createdInId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'index': + result.index = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'lastChangeOn': + result.lastChangeOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'linkedAccount': + result.linkedAccount.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountFieldsData_identity_linkedAccount) + ]))! as BuiltList<Object?>); + break; + case 'linkedAccountAggregate': + result.linkedAccountAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_linkedAccountAggregate))! + as GAccountFieldsData_identity_linkedAccountAggregate); break; case 'status': result.status = serializers.deserialize(value, @@ -20916,15 +21865,15 @@ class _$GIdentityFieldsDataSerializer case 'membershipHistory': result.membershipHistory.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_membershipHistory) + const FullType(GAccountFieldsData_identity_membershipHistory) ]))! as BuiltList<Object?>); break; case 'membershipHistoryAggregate': result.membershipHistoryAggregate.replace(serializers.deserialize( value, specifiedType: const FullType( - GIdentityFieldsData_membershipHistoryAggregate))! - as GIdentityFieldsData_membershipHistoryAggregate); + GAccountFieldsData_identity_membershipHistoryAggregate))! + as GAccountFieldsData_identity_membershipHistoryAggregate); break; case 'name': result.name = serializers.deserialize(value, @@ -20933,24 +21882,25 @@ class _$GIdentityFieldsDataSerializer case 'ownerKeyChange': result.ownerKeyChange.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_ownerKeyChange) + const FullType(GAccountFieldsData_identity_ownerKeyChange) ]))! as BuiltList<Object?>); break; case 'ownerKeyChangeAggregate': result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentityFieldsData_ownerKeyChangeAggregate))! - as GIdentityFieldsData_ownerKeyChangeAggregate); + GAccountFieldsData_identity_ownerKeyChangeAggregate))! + as GAccountFieldsData_identity_ownerKeyChangeAggregate); break; case 'smith': result.smith.replace(serializers.deserialize(value, - specifiedType: const FullType(GIdentityFieldsData_smith))! - as GIdentityFieldsData_smith); + specifiedType: + const FullType(GAccountFieldsData_identity_smith))! + as GAccountFieldsData_identity_smith); break; case 'udHistory': result.udHistory.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_udHistory) + const FullType(GAccountFieldsData_identity_udHistory) ]))! as BuiltList<Object?>); break; } @@ -20960,19 +21910,72 @@ class _$GIdentityFieldsDataSerializer } } -class _$GIdentityFieldsData_certIssuedSerializer - implements StructuredSerializer<GIdentityFieldsData_certIssued> { +class _$GAccountFieldsData_identity_accountSerializer + implements StructuredSerializer<GAccountFieldsData_identity_account> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certIssued, - _$GIdentityFieldsData_certIssued + GAccountFieldsData_identity_account, + _$GAccountFieldsData_identity_account ]; @override - final String wireName = 'GIdentityFieldsData_certIssued'; + final String wireName = 'GAccountFieldsData_identity_account'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_certIssued object, + Serializers serializers, GAccountFieldsData_identity_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountFieldsData_identity_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountFieldsData_identity_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GAccountFieldsData_identity_certIssuedSerializer + implements StructuredSerializer<GAccountFieldsData_identity_certIssued> { + @override + final Iterable<Type> types = const [ + GAccountFieldsData_identity_certIssued, + _$GAccountFieldsData_identity_certIssued + ]; + @override + final String wireName = 'GAccountFieldsData_identity_certIssued'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GAccountFieldsData_identity_certIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21007,7 +22010,7 @@ class _$GIdentityFieldsData_certIssuedSerializer ..add('issuer') ..add(serializers.serialize(value, specifiedType: - const FullType(GIdentityFieldsData_certIssued_issuer))); + const FullType(GAccountFieldsData_identity_certIssued_issuer))); } value = object.receiverId; if (value != null) { @@ -21021,17 +22024,17 @@ class _$GIdentityFieldsData_certIssuedSerializer result ..add('receiver') ..add(serializers.serialize(value, - specifiedType: - const FullType(GIdentityFieldsData_certIssued_receiver))); + specifiedType: const FullType( + GAccountFieldsData_identity_certIssued_receiver))); } return result; } @override - GIdentityFieldsData_certIssued deserialize( + GAccountFieldsData_identity_certIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_certIssuedBuilder(); + final result = new GAccountFieldsData_identity_certIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21053,9 +22056,9 @@ class _$GIdentityFieldsData_certIssuedSerializer break; case 'issuer': result.issuer.replace(serializers.deserialize(value, - specifiedType: - const FullType(GIdentityFieldsData_certIssued_issuer))! - as GIdentityFieldsData_certIssued_issuer); + specifiedType: const FullType( + GAccountFieldsData_identity_certIssued_issuer))! + as GAccountFieldsData_identity_certIssued_issuer); break; case 'receiverId': result.receiverId = serializers.deserialize(value, @@ -21063,9 +22066,9 @@ class _$GIdentityFieldsData_certIssuedSerializer break; case 'receiver': result.receiver.replace(serializers.deserialize(value, - specifiedType: - const FullType(GIdentityFieldsData_certIssued_receiver))! - as GIdentityFieldsData_certIssued_receiver); + specifiedType: const FullType( + GAccountFieldsData_identity_certIssued_receiver))! + as GAccountFieldsData_identity_certIssued_receiver); break; case 'createdOn': result.createdOn = serializers.deserialize(value, @@ -21090,19 +22093,20 @@ class _$GIdentityFieldsData_certIssuedSerializer } } -class _$GIdentityFieldsData_certIssued_issuerSerializer - implements StructuredSerializer<GIdentityFieldsData_certIssued_issuer> { +class _$GAccountFieldsData_identity_certIssued_issuerSerializer + implements + StructuredSerializer<GAccountFieldsData_identity_certIssued_issuer> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certIssued_issuer, - _$GIdentityFieldsData_certIssued_issuer + GAccountFieldsData_identity_certIssued_issuer, + _$GAccountFieldsData_identity_certIssued_issuer ]; @override - final String wireName = 'GIdentityFieldsData_certIssued_issuer'; + final String wireName = 'GAccountFieldsData_identity_certIssued_issuer'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_certIssued_issuer object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certIssued_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21115,6 +22119,9 @@ class _$GIdentityFieldsData_certIssued_issuerSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -21124,6 +22131,14 @@ class _$GIdentityFieldsData_certIssued_issuerSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certIssued_issuer_account))); + } value = object.status; if (value != null) { result @@ -21135,10 +22150,10 @@ class _$GIdentityFieldsData_certIssued_issuerSerializer } @override - GIdentityFieldsData_certIssued_issuer deserialize( + GAccountFieldsData_identity_certIssued_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_certIssued_issuerBuilder(); + final result = new GAccountFieldsData_identity_certIssued_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21154,6 +22169,12 @@ class _$GIdentityFieldsData_certIssued_issuerSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certIssued_issuer_account))! + as GAccountFieldsData_identity_certIssued_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -21171,6 +22192,10 @@ class _$GIdentityFieldsData_certIssued_issuerSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -21178,40 +22203,109 @@ class _$GIdentityFieldsData_certIssued_issuerSerializer } } -class _$GIdentityFieldsData_certIssued_receiverSerializer - implements StructuredSerializer<GIdentityFieldsData_certIssued_receiver> { +class _$GAccountFieldsData_identity_certIssued_issuer_accountSerializer + implements + StructuredSerializer< + GAccountFieldsData_identity_certIssued_issuer_account> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certIssued_receiver, - _$GIdentityFieldsData_certIssued_receiver + GAccountFieldsData_identity_certIssued_issuer_account, + _$GAccountFieldsData_identity_certIssued_issuer_account ]; @override - final String wireName = 'GIdentityFieldsData_certIssued_receiver'; + final String wireName = + 'GAccountFieldsData_identity_certIssued_issuer_account'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_certIssued_receiver object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certIssued_issuer_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } + + return result; + } + + @override + GAccountFieldsData_identity_certIssued_issuer_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountFieldsData_identity_certIssued_issuer_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GAccountFieldsData_identity_certIssued_receiverSerializer + implements + StructuredSerializer<GAccountFieldsData_identity_certIssued_receiver> { + @override + final Iterable<Type> types = const [ + GAccountFieldsData_identity_certIssued_receiver, + _$GAccountFieldsData_identity_certIssued_receiver + ]; + @override + final String wireName = 'GAccountFieldsData_identity_certIssued_receiver'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certIssued_receiver object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), + ]; + Object? value; + value = object.accountId; + if (value != null) { + result + ..add('accountId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certIssued_receiver_account))); + } value = object.status; if (value != null) { result @@ -21223,10 +22317,10 @@ class _$GIdentityFieldsData_certIssued_receiverSerializer } @override - GIdentityFieldsData_certIssued_receiver deserialize( + GAccountFieldsData_identity_certIssued_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_certIssued_receiverBuilder(); + final result = new GAccountFieldsData_identity_certIssued_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21242,6 +22336,12 @@ class _$GIdentityFieldsData_certIssued_receiverSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certIssued_receiver_account))! + as GAccountFieldsData_identity_certIssued_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -21259,6 +22359,10 @@ class _$GIdentityFieldsData_certIssued_receiverSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -21266,19 +22370,77 @@ class _$GIdentityFieldsData_certIssued_receiverSerializer } } -class _$GIdentityFieldsData_certIssuedAggregateSerializer - implements StructuredSerializer<GIdentityFieldsData_certIssuedAggregate> { +class _$GAccountFieldsData_identity_certIssued_receiver_accountSerializer + implements + StructuredSerializer< + GAccountFieldsData_identity_certIssued_receiver_account> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certIssuedAggregate, - _$GIdentityFieldsData_certIssuedAggregate + GAccountFieldsData_identity_certIssued_receiver_account, + _$GAccountFieldsData_identity_certIssued_receiver_account ]; @override - final String wireName = 'GIdentityFieldsData_certIssuedAggregate'; + final String wireName = + 'GAccountFieldsData_identity_certIssued_receiver_account'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_certIssuedAggregate object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certIssued_receiver_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountFieldsData_identity_certIssued_receiver_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountFieldsData_identity_certIssued_receiver_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GAccountFieldsData_identity_certIssuedAggregateSerializer + implements + StructuredSerializer<GAccountFieldsData_identity_certIssuedAggregate> { + @override + final Iterable<Type> types = const [ + GAccountFieldsData_identity_certIssuedAggregate, + _$GAccountFieldsData_identity_certIssuedAggregate + ]; + @override + final String wireName = 'GAccountFieldsData_identity_certIssuedAggregate'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21292,16 +22454,16 @@ class _$GIdentityFieldsData_certIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentityFieldsData_certIssuedAggregate_aggregate))); + GAccountFieldsData_identity_certIssuedAggregate_aggregate))); } return result; } @override - GIdentityFieldsData_certIssuedAggregate deserialize( + GAccountFieldsData_identity_certIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_certIssuedAggregateBuilder(); + final result = new GAccountFieldsData_identity_certIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21316,8 +22478,8 @@ class _$GIdentityFieldsData_certIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentityFieldsData_certIssuedAggregate_aggregate))! - as GIdentityFieldsData_certIssuedAggregate_aggregate); + GAccountFieldsData_identity_certIssuedAggregate_aggregate))! + as GAccountFieldsData_identity_certIssuedAggregate_aggregate); break; } } @@ -21326,21 +22488,22 @@ class _$GIdentityFieldsData_certIssuedAggregateSerializer } } -class _$GIdentityFieldsData_certIssuedAggregate_aggregateSerializer +class _$GAccountFieldsData_identity_certIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GIdentityFieldsData_certIssuedAggregate_aggregate> { + GAccountFieldsData_identity_certIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certIssuedAggregate_aggregate, - _$GIdentityFieldsData_certIssuedAggregate_aggregate + GAccountFieldsData_identity_certIssuedAggregate_aggregate, + _$GAccountFieldsData_identity_certIssuedAggregate_aggregate ]; @override - final String wireName = 'GIdentityFieldsData_certIssuedAggregate_aggregate'; + final String wireName = + 'GAccountFieldsData_identity_certIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_certIssuedAggregate_aggregate object, + GAccountFieldsData_identity_certIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21354,11 +22517,11 @@ class _$GIdentityFieldsData_certIssuedAggregate_aggregateSerializer } @override - GIdentityFieldsData_certIssuedAggregate_aggregate deserialize( + GAccountFieldsData_identity_certIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentityFieldsData_certIssuedAggregate_aggregateBuilder(); + new GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21381,19 +22544,19 @@ class _$GIdentityFieldsData_certIssuedAggregate_aggregateSerializer } } -class _$GIdentityFieldsData_certReceivedSerializer - implements StructuredSerializer<GIdentityFieldsData_certReceived> { +class _$GAccountFieldsData_identity_certReceivedSerializer + implements StructuredSerializer<GAccountFieldsData_identity_certReceived> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certReceived, - _$GIdentityFieldsData_certReceived + GAccountFieldsData_identity_certReceived, + _$GAccountFieldsData_identity_certReceived ]; @override - final String wireName = 'GIdentityFieldsData_certReceived'; + final String wireName = 'GAccountFieldsData_identity_certReceived'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_certReceived object, + Serializers serializers, GAccountFieldsData_identity_certReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21427,8 +22590,8 @@ class _$GIdentityFieldsData_certReceivedSerializer result ..add('issuer') ..add(serializers.serialize(value, - specifiedType: - const FullType(GIdentityFieldsData_certReceived_issuer))); + specifiedType: const FullType( + GAccountFieldsData_identity_certReceived_issuer))); } value = object.receiverId; if (value != null) { @@ -21442,17 +22605,17 @@ class _$GIdentityFieldsData_certReceivedSerializer result ..add('receiver') ..add(serializers.serialize(value, - specifiedType: - const FullType(GIdentityFieldsData_certReceived_receiver))); + specifiedType: const FullType( + GAccountFieldsData_identity_certReceived_receiver))); } return result; } @override - GIdentityFieldsData_certReceived deserialize( + GAccountFieldsData_identity_certReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_certReceivedBuilder(); + final result = new GAccountFieldsData_identity_certReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21474,9 +22637,9 @@ class _$GIdentityFieldsData_certReceivedSerializer break; case 'issuer': result.issuer.replace(serializers.deserialize(value, - specifiedType: - const FullType(GIdentityFieldsData_certReceived_issuer))! - as GIdentityFieldsData_certReceived_issuer); + specifiedType: const FullType( + GAccountFieldsData_identity_certReceived_issuer))! + as GAccountFieldsData_identity_certReceived_issuer); break; case 'receiverId': result.receiverId = serializers.deserialize(value, @@ -21485,8 +22648,8 @@ class _$GIdentityFieldsData_certReceivedSerializer case 'receiver': result.receiver.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentityFieldsData_certReceived_receiver))! - as GIdentityFieldsData_certReceived_receiver); + GAccountFieldsData_identity_certReceived_receiver))! + as GAccountFieldsData_identity_certReceived_receiver); break; case 'createdOn': result.createdOn = serializers.deserialize(value, @@ -21511,19 +22674,20 @@ class _$GIdentityFieldsData_certReceivedSerializer } } -class _$GIdentityFieldsData_certReceived_issuerSerializer - implements StructuredSerializer<GIdentityFieldsData_certReceived_issuer> { +class _$GAccountFieldsData_identity_certReceived_issuerSerializer + implements + StructuredSerializer<GAccountFieldsData_identity_certReceived_issuer> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certReceived_issuer, - _$GIdentityFieldsData_certReceived_issuer + GAccountFieldsData_identity_certReceived_issuer, + _$GAccountFieldsData_identity_certReceived_issuer ]; @override - final String wireName = 'GIdentityFieldsData_certReceived_issuer'; + final String wireName = 'GAccountFieldsData_identity_certReceived_issuer'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_certReceived_issuer object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certReceived_issuer object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21536,6 +22700,9 @@ class _$GIdentityFieldsData_certReceived_issuerSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -21545,6 +22712,14 @@ class _$GIdentityFieldsData_certReceived_issuerSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certReceived_issuer_account))); + } value = object.status; if (value != null) { result @@ -21556,10 +22731,10 @@ class _$GIdentityFieldsData_certReceived_issuerSerializer } @override - GIdentityFieldsData_certReceived_issuer deserialize( + GAccountFieldsData_identity_certReceived_issuer deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_certReceived_issuerBuilder(); + final result = new GAccountFieldsData_identity_certReceived_issuerBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21575,6 +22750,12 @@ class _$GIdentityFieldsData_certReceived_issuerSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certReceived_issuer_account))! + as GAccountFieldsData_identity_certReceived_issuer_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -21592,6 +22773,10 @@ class _$GIdentityFieldsData_certReceived_issuerSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -21599,19 +22784,78 @@ class _$GIdentityFieldsData_certReceived_issuerSerializer } } -class _$GIdentityFieldsData_certReceived_receiverSerializer - implements StructuredSerializer<GIdentityFieldsData_certReceived_receiver> { +class _$GAccountFieldsData_identity_certReceived_issuer_accountSerializer + implements + StructuredSerializer< + GAccountFieldsData_identity_certReceived_issuer_account> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certReceived_receiver, - _$GIdentityFieldsData_certReceived_receiver + GAccountFieldsData_identity_certReceived_issuer_account, + _$GAccountFieldsData_identity_certReceived_issuer_account ]; @override - final String wireName = 'GIdentityFieldsData_certReceived_receiver'; + final String wireName = + 'GAccountFieldsData_identity_certReceived_issuer_account'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_certReceived_receiver object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certReceived_issuer_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountFieldsData_identity_certReceived_issuer_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountFieldsData_identity_certReceived_issuer_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GAccountFieldsData_identity_certReceived_receiverSerializer + implements + StructuredSerializer< + GAccountFieldsData_identity_certReceived_receiver> { + @override + final Iterable<Type> types = const [ + GAccountFieldsData_identity_certReceived_receiver, + _$GAccountFieldsData_identity_certReceived_receiver + ]; + @override + final String wireName = 'GAccountFieldsData_identity_certReceived_receiver'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certReceived_receiver object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21624,6 +22868,9 @@ class _$GIdentityFieldsData_certReceived_receiverSerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -21633,6 +22880,14 @@ class _$GIdentityFieldsData_certReceived_receiverSerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certReceived_receiver_account))); + } value = object.status; if (value != null) { result @@ -21644,10 +22899,11 @@ class _$GIdentityFieldsData_certReceived_receiverSerializer } @override - GIdentityFieldsData_certReceived_receiver deserialize( + GAccountFieldsData_identity_certReceived_receiver deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_certReceived_receiverBuilder(); + final result = + new GAccountFieldsData_identity_certReceived_receiverBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21663,6 +22919,12 @@ class _$GIdentityFieldsData_certReceived_receiverSerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_identity_certReceived_receiver_account))! + as GAccountFieldsData_identity_certReceived_receiver_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -21680,6 +22942,10 @@ class _$GIdentityFieldsData_certReceived_receiverSerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -21687,19 +22953,78 @@ class _$GIdentityFieldsData_certReceived_receiverSerializer } } -class _$GIdentityFieldsData_certReceivedAggregateSerializer - implements StructuredSerializer<GIdentityFieldsData_certReceivedAggregate> { +class _$GAccountFieldsData_identity_certReceived_receiver_accountSerializer + implements + StructuredSerializer< + GAccountFieldsData_identity_certReceived_receiver_account> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certReceivedAggregate, - _$GIdentityFieldsData_certReceivedAggregate + GAccountFieldsData_identity_certReceived_receiver_account, + _$GAccountFieldsData_identity_certReceived_receiver_account ]; @override - final String wireName = 'GIdentityFieldsData_certReceivedAggregate'; + final String wireName = + 'GAccountFieldsData_identity_certReceived_receiver_account'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_certReceivedAggregate object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certReceived_receiver_account object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), + ]; + + return result; + } + + @override + GAccountFieldsData_identity_certReceived_receiver_account deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = + new GAccountFieldsData_identity_certReceived_receiver_accountBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + } + } + + return result.build(); + } +} + +class _$GAccountFieldsData_identity_certReceivedAggregateSerializer + implements + StructuredSerializer< + GAccountFieldsData_identity_certReceivedAggregate> { + @override + final Iterable<Type> types = const [ + GAccountFieldsData_identity_certReceivedAggregate, + _$GAccountFieldsData_identity_certReceivedAggregate + ]; + @override + final String wireName = 'GAccountFieldsData_identity_certReceivedAggregate'; + + @override + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_certReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21713,16 +23038,17 @@ class _$GIdentityFieldsData_certReceivedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentityFieldsData_certReceivedAggregate_aggregate))); + GAccountFieldsData_identity_certReceivedAggregate_aggregate))); } return result; } @override - GIdentityFieldsData_certReceivedAggregate deserialize( + GAccountFieldsData_identity_certReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_certReceivedAggregateBuilder(); + final result = + new GAccountFieldsData_identity_certReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21737,8 +23063,8 @@ class _$GIdentityFieldsData_certReceivedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentityFieldsData_certReceivedAggregate_aggregate))! - as GIdentityFieldsData_certReceivedAggregate_aggregate); + GAccountFieldsData_identity_certReceivedAggregate_aggregate))! + as GAccountFieldsData_identity_certReceivedAggregate_aggregate); break; } } @@ -21747,21 +23073,22 @@ class _$GIdentityFieldsData_certReceivedAggregateSerializer } } -class _$GIdentityFieldsData_certReceivedAggregate_aggregateSerializer +class _$GAccountFieldsData_identity_certReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GIdentityFieldsData_certReceivedAggregate_aggregate> { + GAccountFieldsData_identity_certReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_certReceivedAggregate_aggregate, - _$GIdentityFieldsData_certReceivedAggregate_aggregate + GAccountFieldsData_identity_certReceivedAggregate_aggregate, + _$GAccountFieldsData_identity_certReceivedAggregate_aggregate ]; @override - final String wireName = 'GIdentityFieldsData_certReceivedAggregate_aggregate'; + final String wireName = + 'GAccountFieldsData_identity_certReceivedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_certReceivedAggregate_aggregate object, + GAccountFieldsData_identity_certReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21775,11 +23102,11 @@ class _$GIdentityFieldsData_certReceivedAggregate_aggregateSerializer } @override - GIdentityFieldsData_certReceivedAggregate_aggregate deserialize( + GAccountFieldsData_identity_certReceivedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentityFieldsData_certReceivedAggregate_aggregateBuilder(); + new GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21802,19 +23129,19 @@ class _$GIdentityFieldsData_certReceivedAggregate_aggregateSerializer } } -class _$GIdentityFieldsData_linkedAccountSerializer - implements StructuredSerializer<GIdentityFieldsData_linkedAccount> { +class _$GAccountFieldsData_identity_linkedAccountSerializer + implements StructuredSerializer<GAccountFieldsData_identity_linkedAccount> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_linkedAccount, - _$GIdentityFieldsData_linkedAccount + GAccountFieldsData_identity_linkedAccount, + _$GAccountFieldsData_identity_linkedAccount ]; @override - final String wireName = 'GIdentityFieldsData_linkedAccount'; + final String wireName = 'GAccountFieldsData_identity_linkedAccount'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_linkedAccount object, + Serializers serializers, GAccountFieldsData_identity_linkedAccount object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21828,10 +23155,10 @@ class _$GIdentityFieldsData_linkedAccountSerializer } @override - GIdentityFieldsData_linkedAccount deserialize( + GAccountFieldsData_identity_linkedAccount deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_linkedAccountBuilder(); + final result = new GAccountFieldsData_identity_linkedAccountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21854,20 +23181,21 @@ class _$GIdentityFieldsData_linkedAccountSerializer } } -class _$GIdentityFieldsData_linkedAccountAggregateSerializer +class _$GAccountFieldsData_identity_linkedAccountAggregateSerializer implements - StructuredSerializer<GIdentityFieldsData_linkedAccountAggregate> { + StructuredSerializer< + GAccountFieldsData_identity_linkedAccountAggregate> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_linkedAccountAggregate, - _$GIdentityFieldsData_linkedAccountAggregate + GAccountFieldsData_identity_linkedAccountAggregate, + _$GAccountFieldsData_identity_linkedAccountAggregate ]; @override - final String wireName = 'GIdentityFieldsData_linkedAccountAggregate'; + final String wireName = 'GAccountFieldsData_identity_linkedAccountAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_linkedAccountAggregate object, + GAccountFieldsData_identity_linkedAccountAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21881,16 +23209,17 @@ class _$GIdentityFieldsData_linkedAccountAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentityFieldsData_linkedAccountAggregate_aggregate))); + GAccountFieldsData_identity_linkedAccountAggregate_aggregate))); } return result; } @override - GIdentityFieldsData_linkedAccountAggregate deserialize( + GAccountFieldsData_identity_linkedAccountAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_linkedAccountAggregateBuilder(); + final result = + new GAccountFieldsData_identity_linkedAccountAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21905,8 +23234,8 @@ class _$GIdentityFieldsData_linkedAccountAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentityFieldsData_linkedAccountAggregate_aggregate))! - as GIdentityFieldsData_linkedAccountAggregate_aggregate); + GAccountFieldsData_identity_linkedAccountAggregate_aggregate))! + as GAccountFieldsData_identity_linkedAccountAggregate_aggregate); break; } } @@ -21915,22 +23244,22 @@ class _$GIdentityFieldsData_linkedAccountAggregateSerializer } } -class _$GIdentityFieldsData_linkedAccountAggregate_aggregateSerializer +class _$GAccountFieldsData_identity_linkedAccountAggregate_aggregateSerializer implements StructuredSerializer< - GIdentityFieldsData_linkedAccountAggregate_aggregate> { + GAccountFieldsData_identity_linkedAccountAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_linkedAccountAggregate_aggregate, - _$GIdentityFieldsData_linkedAccountAggregate_aggregate + GAccountFieldsData_identity_linkedAccountAggregate_aggregate, + _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate ]; @override final String wireName = - 'GIdentityFieldsData_linkedAccountAggregate_aggregate'; + 'GAccountFieldsData_identity_linkedAccountAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_linkedAccountAggregate_aggregate object, + GAccountFieldsData_identity_linkedAccountAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -21944,11 +23273,11 @@ class _$GIdentityFieldsData_linkedAccountAggregate_aggregateSerializer } @override - GIdentityFieldsData_linkedAccountAggregate_aggregate deserialize( + GAccountFieldsData_identity_linkedAccountAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder(); + new GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -21971,19 +23300,20 @@ class _$GIdentityFieldsData_linkedAccountAggregate_aggregateSerializer } } -class _$GIdentityFieldsData_membershipHistorySerializer - implements StructuredSerializer<GIdentityFieldsData_membershipHistory> { +class _$GAccountFieldsData_identity_membershipHistorySerializer + implements + StructuredSerializer<GAccountFieldsData_identity_membershipHistory> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_membershipHistory, - _$GIdentityFieldsData_membershipHistory + GAccountFieldsData_identity_membershipHistory, + _$GAccountFieldsData_identity_membershipHistory ]; @override - final String wireName = 'GIdentityFieldsData_membershipHistory'; + final String wireName = 'GAccountFieldsData_identity_membershipHistory'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_membershipHistory object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_membershipHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22021,10 +23351,10 @@ class _$GIdentityFieldsData_membershipHistorySerializer } @override - GIdentityFieldsData_membershipHistory deserialize( + GAccountFieldsData_identity_membershipHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_membershipHistoryBuilder(); + final result = new GAccountFieldsData_identity_membershipHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22064,20 +23394,22 @@ class _$GIdentityFieldsData_membershipHistorySerializer } } -class _$GIdentityFieldsData_membershipHistoryAggregateSerializer +class _$GAccountFieldsData_identity_membershipHistoryAggregateSerializer implements - StructuredSerializer<GIdentityFieldsData_membershipHistoryAggregate> { + StructuredSerializer< + GAccountFieldsData_identity_membershipHistoryAggregate> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_membershipHistoryAggregate, - _$GIdentityFieldsData_membershipHistoryAggregate + GAccountFieldsData_identity_membershipHistoryAggregate, + _$GAccountFieldsData_identity_membershipHistoryAggregate ]; @override - final String wireName = 'GIdentityFieldsData_membershipHistoryAggregate'; + final String wireName = + 'GAccountFieldsData_identity_membershipHistoryAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_membershipHistoryAggregate object, + GAccountFieldsData_identity_membershipHistoryAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22091,16 +23423,17 @@ class _$GIdentityFieldsData_membershipHistoryAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentityFieldsData_membershipHistoryAggregate_aggregate))); + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate))); } return result; } @override - GIdentityFieldsData_membershipHistoryAggregate deserialize( + GAccountFieldsData_identity_membershipHistoryAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_membershipHistoryAggregateBuilder(); + final result = + new GAccountFieldsData_identity_membershipHistoryAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22115,8 +23448,8 @@ class _$GIdentityFieldsData_membershipHistoryAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentityFieldsData_membershipHistoryAggregate_aggregate))! - as GIdentityFieldsData_membershipHistoryAggregate_aggregate); + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate))! + as GAccountFieldsData_identity_membershipHistoryAggregate_aggregate); break; } } @@ -22125,22 +23458,22 @@ class _$GIdentityFieldsData_membershipHistoryAggregateSerializer } } -class _$GIdentityFieldsData_membershipHistoryAggregate_aggregateSerializer +class _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregateSerializer implements StructuredSerializer< - GIdentityFieldsData_membershipHistoryAggregate_aggregate> { + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_membershipHistoryAggregate_aggregate, - _$GIdentityFieldsData_membershipHistoryAggregate_aggregate + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate, + _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate ]; @override final String wireName = - 'GIdentityFieldsData_membershipHistoryAggregate_aggregate'; + 'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_membershipHistoryAggregate_aggregate object, + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22154,11 +23487,11 @@ class _$GIdentityFieldsData_membershipHistoryAggregate_aggregateSerializer } @override - GIdentityFieldsData_membershipHistoryAggregate_aggregate deserialize( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder(); + new GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22181,19 +23514,20 @@ class _$GIdentityFieldsData_membershipHistoryAggregate_aggregateSerializer } } -class _$GIdentityFieldsData_ownerKeyChangeSerializer - implements StructuredSerializer<GIdentityFieldsData_ownerKeyChange> { +class _$GAccountFieldsData_identity_ownerKeyChangeSerializer + implements + StructuredSerializer<GAccountFieldsData_identity_ownerKeyChange> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_ownerKeyChange, - _$GIdentityFieldsData_ownerKeyChange + GAccountFieldsData_identity_ownerKeyChange, + _$GAccountFieldsData_identity_ownerKeyChange ]; @override - final String wireName = 'GIdentityFieldsData_ownerKeyChange'; + final String wireName = 'GAccountFieldsData_identity_ownerKeyChange'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_ownerKeyChange object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_ownerKeyChange object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22231,10 +23565,10 @@ class _$GIdentityFieldsData_ownerKeyChangeSerializer } @override - GIdentityFieldsData_ownerKeyChange deserialize( + GAccountFieldsData_identity_ownerKeyChange deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_ownerKeyChangeBuilder(); + final result = new GAccountFieldsData_identity_ownerKeyChangeBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22273,20 +23607,21 @@ class _$GIdentityFieldsData_ownerKeyChangeSerializer } } -class _$GIdentityFieldsData_ownerKeyChangeAggregateSerializer +class _$GAccountFieldsData_identity_ownerKeyChangeAggregateSerializer implements - StructuredSerializer<GIdentityFieldsData_ownerKeyChangeAggregate> { + StructuredSerializer< + GAccountFieldsData_identity_ownerKeyChangeAggregate> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_ownerKeyChangeAggregate, - _$GIdentityFieldsData_ownerKeyChangeAggregate + GAccountFieldsData_identity_ownerKeyChangeAggregate, + _$GAccountFieldsData_identity_ownerKeyChangeAggregate ]; @override - final String wireName = 'GIdentityFieldsData_ownerKeyChangeAggregate'; + final String wireName = 'GAccountFieldsData_identity_ownerKeyChangeAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_ownerKeyChangeAggregate object, + GAccountFieldsData_identity_ownerKeyChangeAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22300,16 +23635,17 @@ class _$GIdentityFieldsData_ownerKeyChangeAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate))); + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate))); } return result; } @override - GIdentityFieldsData_ownerKeyChangeAggregate deserialize( + GAccountFieldsData_identity_ownerKeyChangeAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_ownerKeyChangeAggregateBuilder(); + final result = + new GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22324,8 +23660,8 @@ class _$GIdentityFieldsData_ownerKeyChangeAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate))! - as GIdentityFieldsData_ownerKeyChangeAggregate_aggregate); + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate))! + as GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate); break; } } @@ -22334,22 +23670,22 @@ class _$GIdentityFieldsData_ownerKeyChangeAggregateSerializer } } -class _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregateSerializer +class _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateSerializer implements StructuredSerializer< - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate> { + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate, - _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate, + _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate ]; @override final String wireName = - 'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate'; + 'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate object, + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22363,11 +23699,11 @@ class _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregateSerializer } @override - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate deserialize( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder(); + new GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22390,19 +23726,19 @@ class _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregateSerializer } } -class _$GIdentityFieldsData_smithSerializer - implements StructuredSerializer<GIdentityFieldsData_smith> { +class _$GAccountFieldsData_identity_smithSerializer + implements StructuredSerializer<GAccountFieldsData_identity_smith> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_smith, - _$GIdentityFieldsData_smith + GAccountFieldsData_identity_smith, + _$GAccountFieldsData_identity_smith ]; @override - final String wireName = 'GIdentityFieldsData_smith'; + final String wireName = 'GAccountFieldsData_identity_smith'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_smith object, + Serializers serializers, GAccountFieldsData_identity_smith object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22417,12 +23753,12 @@ class _$GIdentityFieldsData_smithSerializer 'smithCertIssued', serializers.serialize(object.smithCertIssued, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_smith_smithCertIssued) + const FullType(GAccountFieldsData_identity_smith_smithCertIssued) ])), 'smithCertReceived', serializers.serialize(object.smithCertReceived, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_smith_smithCertReceived) + const FullType(GAccountFieldsData_identity_smith_smithCertReceived) ])), ]; Object? value; @@ -22442,10 +23778,10 @@ class _$GIdentityFieldsData_smithSerializer } @override - GIdentityFieldsData_smith deserialize( + GAccountFieldsData_identity_smith deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_smithBuilder(); + final result = new GAccountFieldsData_identity_smithBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22480,13 +23816,15 @@ class _$GIdentityFieldsData_smithSerializer case 'smithCertIssued': result.smithCertIssued.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_smith_smithCertIssued) + const FullType( + GAccountFieldsData_identity_smith_smithCertIssued) ]))! as BuiltList<Object?>); break; case 'smithCertReceived': result.smithCertReceived.replace(serializers.deserialize(value, specifiedType: const FullType(BuiltList, const [ - const FullType(GIdentityFieldsData_smith_smithCertReceived) + const FullType( + GAccountFieldsData_identity_smith_smithCertReceived) ]))! as BuiltList<Object?>); break; } @@ -22496,19 +23834,21 @@ class _$GIdentityFieldsData_smithSerializer } } -class _$GIdentityFieldsData_smith_smithCertIssuedSerializer - implements StructuredSerializer<GIdentityFieldsData_smith_smithCertIssued> { +class _$GAccountFieldsData_identity_smith_smithCertIssuedSerializer + implements + StructuredSerializer< + GAccountFieldsData_identity_smith_smithCertIssued> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_smith_smithCertIssued, - _$GIdentityFieldsData_smith_smithCertIssued + GAccountFieldsData_identity_smith_smithCertIssued, + _$GAccountFieldsData_identity_smith_smithCertIssued ]; @override - final String wireName = 'GIdentityFieldsData_smith_smithCertIssued'; + final String wireName = 'GAccountFieldsData_identity_smith_smithCertIssued'; @override - Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_smith_smithCertIssued object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_identity_smith_smithCertIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22539,10 +23879,11 @@ class _$GIdentityFieldsData_smith_smithCertIssuedSerializer } @override - GIdentityFieldsData_smith_smithCertIssued deserialize( + GAccountFieldsData_identity_smith_smithCertIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_smith_smithCertIssuedBuilder(); + final result = + new GAccountFieldsData_identity_smith_smithCertIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22577,20 +23918,21 @@ class _$GIdentityFieldsData_smith_smithCertIssuedSerializer } } -class _$GIdentityFieldsData_smith_smithCertReceivedSerializer +class _$GAccountFieldsData_identity_smith_smithCertReceivedSerializer implements - StructuredSerializer<GIdentityFieldsData_smith_smithCertReceived> { + StructuredSerializer< + GAccountFieldsData_identity_smith_smithCertReceived> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_smith_smithCertReceived, - _$GIdentityFieldsData_smith_smithCertReceived + GAccountFieldsData_identity_smith_smithCertReceived, + _$GAccountFieldsData_identity_smith_smithCertReceived ]; @override - final String wireName = 'GIdentityFieldsData_smith_smithCertReceived'; + final String wireName = 'GAccountFieldsData_identity_smith_smithCertReceived'; @override Iterable<Object?> serialize(Serializers serializers, - GIdentityFieldsData_smith_smithCertReceived object, + GAccountFieldsData_identity_smith_smithCertReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22621,10 +23963,11 @@ class _$GIdentityFieldsData_smith_smithCertReceivedSerializer } @override - GIdentityFieldsData_smith_smithCertReceived deserialize( + GAccountFieldsData_identity_smith_smithCertReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_smith_smithCertReceivedBuilder(); + final result = + new GAccountFieldsData_identity_smith_smithCertReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22659,19 +24002,19 @@ class _$GIdentityFieldsData_smith_smithCertReceivedSerializer } } -class _$GIdentityFieldsData_udHistorySerializer - implements StructuredSerializer<GIdentityFieldsData_udHistory> { +class _$GAccountFieldsData_identity_udHistorySerializer + implements StructuredSerializer<GAccountFieldsData_identity_udHistory> { @override final Iterable<Type> types = const [ - GIdentityFieldsData_udHistory, - _$GIdentityFieldsData_udHistory + GAccountFieldsData_identity_udHistory, + _$GAccountFieldsData_identity_udHistory ]; @override - final String wireName = 'GIdentityFieldsData_udHistory'; + final String wireName = 'GAccountFieldsData_identity_udHistory'; @override Iterable<Object?> serialize( - Serializers serializers, GIdentityFieldsData_udHistory object, + Serializers serializers, GAccountFieldsData_identity_udHistory object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22690,10 +24033,10 @@ class _$GIdentityFieldsData_udHistorySerializer } @override - GIdentityFieldsData_udHistory deserialize( + GAccountFieldsData_identity_udHistory deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GIdentityFieldsData_udHistoryBuilder(); + final result = new GAccountFieldsData_identity_udHistoryBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22725,65 +24068,66 @@ class _$GIdentityFieldsData_udHistorySerializer } } -class _$GCommentsIssuedDataSerializer - implements StructuredSerializer<GCommentsIssuedData> { +class _$GAccountFieldsData_linkedIdentitySerializer + implements StructuredSerializer<GAccountFieldsData_linkedIdentity> { @override final Iterable<Type> types = const [ - GCommentsIssuedData, - _$GCommentsIssuedData + GAccountFieldsData_linkedIdentity, + _$GAccountFieldsData_linkedIdentity ]; @override - final String wireName = 'GCommentsIssuedData'; + final String wireName = 'GAccountFieldsData_linkedIdentity'; @override Iterable<Object?> serialize( - Serializers serializers, GCommentsIssuedData object, + Serializers serializers, GAccountFieldsData_linkedIdentity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), - 'hash', - serializers.serialize(object.hash, specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), + 'isMember', + serializers.serialize(object.isMember, + specifiedType: const FullType(bool)), + 'name', + serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; - value = object.authorId; + value = object.accountId; if (value != null) { result - ..add('authorId') + ..add('accountId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.eventId; + value = object.account; if (value != null) { result - ..add('eventId') + ..add('account') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: + const FullType(GAccountFieldsData_linkedIdentity_account))); } - value = object.type; + value = object.status; if (value != null) { result - ..add('type') + ..add('status') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum))); + specifiedType: const FullType(_i2.GIdentityStatusEnum))); } return result; } @override - GCommentsIssuedData deserialize( + GAccountFieldsData_linkedIdentity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GCommentsIssuedDataBuilder(); + final result = new GAccountFieldsData_linkedIdentityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22795,34 +24139,36 @@ class _$GCommentsIssuedDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'authorId': - result.authorId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'eventId': - result.eventId = serializers.deserialize(value, + case 'accountId': + result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'hash': - result.hash = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_linkedIdentity_account))! + as GAccountFieldsData_linkedIdentity_account); break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'remark': - result.remark = serializers.deserialize(value, + case 'isMember': + result.isMember = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'status': + result.status = serializers.deserialize(value, + specifiedType: const FullType(_i2.GIdentityStatusEnum)) + as _i2.GIdentityStatusEnum?; + break; + case 'name': + result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'type': - result.type = serializers.deserialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum)) - as _i2.GCommentTypeEnum?; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -22831,19 +24177,19 @@ class _$GCommentsIssuedDataSerializer } } -class _$GAccountBasicFieldsDataSerializer - implements StructuredSerializer<GAccountBasicFieldsData> { +class _$GAccountFieldsData_linkedIdentity_accountSerializer + implements StructuredSerializer<GAccountFieldsData_linkedIdentity_account> { @override final Iterable<Type> types = const [ - GAccountBasicFieldsData, - _$GAccountBasicFieldsData + GAccountFieldsData_linkedIdentity_account, + _$GAccountFieldsData_linkedIdentity_account ]; @override - final String wireName = 'GAccountBasicFieldsData'; + final String wireName = 'GAccountFieldsData_linkedIdentity_account'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountBasicFieldsData object, + Serializers serializers, GAccountFieldsData_linkedIdentity_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22852,28 +24198,16 @@ class _$GAccountBasicFieldsDataSerializer 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), ]; - Object? value; - value = object.identity; - if (value != null) { - result - ..add('identity') - ..add(serializers.serialize(value, - specifiedType: const FullType(GAccountBasicFieldsData_identity))); - } + return result; } @override - GAccountBasicFieldsData deserialize( + GAccountFieldsData_linkedIdentity_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountBasicFieldsDataBuilder(); + final result = new GAccountFieldsData_linkedIdentity_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22889,20 +24223,6 @@ class _$GAccountBasicFieldsDataSerializer result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'identity': - result.identity.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountBasicFieldsData_identity))! - as GAccountBasicFieldsData_identity); - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; } } @@ -22910,19 +24230,19 @@ class _$GAccountBasicFieldsDataSerializer } } -class _$GAccountBasicFieldsData_identitySerializer - implements StructuredSerializer<GAccountBasicFieldsData_identity> { +class _$GAccountFieldsData_removedIdentitiesSerializer + implements StructuredSerializer<GAccountFieldsData_removedIdentities> { @override final Iterable<Type> types = const [ - GAccountBasicFieldsData_identity, - _$GAccountBasicFieldsData_identity + GAccountFieldsData_removedIdentities, + _$GAccountFieldsData_removedIdentities ]; @override - final String wireName = 'GAccountBasicFieldsData_identity'; + final String wireName = 'GAccountFieldsData_removedIdentities'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountBasicFieldsData_identity object, + Serializers serializers, GAccountFieldsData_removedIdentities object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -22935,6 +24255,9 @@ class _$GAccountBasicFieldsData_identitySerializer specifiedType: const FullType(bool)), 'name', serializers.serialize(object.name, specifiedType: const FullType(String)), + 'expireOn', + serializers.serialize(object.expireOn, + specifiedType: const FullType(int)), ]; Object? value; value = object.accountId; @@ -22944,6 +24267,14 @@ class _$GAccountBasicFieldsData_identitySerializer ..add(serializers.serialize(value, specifiedType: const FullType(String))); } + value = object.account; + if (value != null) { + result + ..add('account') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountFieldsData_removedIdentities_account))); + } value = object.status; if (value != null) { result @@ -22955,10 +24286,10 @@ class _$GAccountBasicFieldsData_identitySerializer } @override - GAccountBasicFieldsData_identity deserialize( + GAccountFieldsData_removedIdentities deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountBasicFieldsData_identityBuilder(); + final result = new GAccountFieldsData_removedIdentitiesBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -22974,6 +24305,12 @@ class _$GAccountBasicFieldsData_identitySerializer result.accountId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; + case 'account': + result.account.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_removedIdentities_account))! + as GAccountFieldsData_removedIdentities_account); + break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; @@ -22991,6 +24328,10 @@ class _$GAccountBasicFieldsData_identitySerializer result.name = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'expireOn': + result.expireOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; } } @@ -22998,93 +24339,38 @@ class _$GAccountBasicFieldsData_identitySerializer } } -class _$GAccountFieldsDataSerializer - implements StructuredSerializer<GAccountFieldsData> { +class _$GAccountFieldsData_removedIdentities_accountSerializer + implements + StructuredSerializer<GAccountFieldsData_removedIdentities_account> { @override - final Iterable<Type> types = const [GAccountFieldsData, _$GAccountFieldsData]; + final Iterable<Type> types = const [ + GAccountFieldsData_removedIdentities_account, + _$GAccountFieldsData_removedIdentities_account + ]; @override - final String wireName = 'GAccountFieldsData'; + final String wireName = 'GAccountFieldsData_removedIdentities_account'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_removedIdentities_account object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'commentsIssued', - serializers.serialize(object.commentsIssued, - specifiedType: const FullType(BuiltList, - const [const FullType(GAccountFieldsData_commentsIssued)])), - 'commentsIssuedAggregate', - serializers.serialize(object.commentsIssuedAggregate, - specifiedType: - const FullType(GAccountFieldsData_commentsIssuedAggregate)), 'createdOn', serializers.serialize(object.createdOn, specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'removedIdentities', - serializers.serialize(object.removedIdentities, - specifiedType: const FullType(BuiltList, - const [const FullType(GAccountFieldsData_removedIdentities)])), - 'removedIdentitiesAggregate', - serializers.serialize(object.removedIdentitiesAggregate, - specifiedType: - const FullType(GAccountFieldsData_removedIdentitiesAggregate)), - 'transfersIssued', - serializers.serialize(object.transfersIssued, - specifiedType: const FullType(BuiltList, - const [const FullType(GAccountFieldsData_transfersIssued)])), - 'transfersIssuedAggregate', - serializers.serialize(object.transfersIssuedAggregate, - specifiedType: - const FullType(GAccountFieldsData_transfersIssuedAggregate)), - 'transfersReceived', - serializers.serialize(object.transfersReceived, - specifiedType: const FullType(BuiltList, - const [const FullType(GAccountFieldsData_transfersReceived)])), - 'transfersReceivedAggregate', - serializers.serialize(object.transfersReceivedAggregate, - specifiedType: - const FullType(GAccountFieldsData_transfersReceivedAggregate)), - 'wasIdentity', - serializers.serialize(object.wasIdentity, - specifiedType: const FullType(BuiltList, - const [const FullType(GAccountFieldsData_wasIdentity)])), - 'wasIdentityAggregate', - serializers.serialize(object.wasIdentityAggregate, - specifiedType: - const FullType(GAccountFieldsData_wasIdentityAggregate)), ]; - Object? value; - value = object.identity; - if (value != null) { - result - ..add('identity') - ..add(serializers.serialize(value, - specifiedType: const FullType(GAccountFieldsData_identity))); - } - value = object.linkedIdentity; - if (value != null) { - result - ..add('linkedIdentity') - ..add(serializers.serialize(value, - specifiedType: const FullType(GAccountFieldsData_linkedIdentity))); - } + return result; } @override - GAccountFieldsData deserialize( + GAccountFieldsData_removedIdentities_account deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsDataBuilder(); + final result = new GAccountFieldsData_removedIdentities_accountBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -23096,91 +24382,10 @@ class _$GAccountFieldsDataSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'commentsIssued': - result.commentsIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_commentsIssued) - ]))! as BuiltList<Object?>); - break; - case 'commentsIssuedAggregate': - result.commentsIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_commentsIssuedAggregate))! - as GAccountFieldsData_commentsIssuedAggregate); - break; case 'createdOn': result.createdOn = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'identity': - result.identity.replace(serializers.deserialize(value, - specifiedType: const FullType(GAccountFieldsData_identity))! - as GAccountFieldsData_identity); - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'linkedIdentity': - result.linkedIdentity.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountFieldsData_linkedIdentity))! - as GAccountFieldsData_linkedIdentity); - break; - case 'removedIdentities': - result.removedIdentities.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_removedIdentities) - ]))! as BuiltList<Object?>); - break; - case 'removedIdentitiesAggregate': - result.removedIdentitiesAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountFieldsData_removedIdentitiesAggregate))! - as GAccountFieldsData_removedIdentitiesAggregate); - break; - case 'transfersIssued': - result.transfersIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_transfersIssued) - ]))! as BuiltList<Object?>); - break; - case 'transfersIssuedAggregate': - result.transfersIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_transfersIssuedAggregate))! - as GAccountFieldsData_transfersIssuedAggregate); - break; - case 'transfersReceived': - result.transfersReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_transfersReceived) - ]))! as BuiltList<Object?>); - break; - case 'transfersReceivedAggregate': - result.transfersReceivedAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountFieldsData_transfersReceivedAggregate))! - as GAccountFieldsData_transfersReceivedAggregate); - break; - case 'wasIdentity': - result.wasIdentity.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_wasIdentity) - ]))! as BuiltList<Object?>); - break; - case 'wasIdentityAggregate': - result.wasIdentityAggregate.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountFieldsData_wasIdentityAggregate))! - as GAccountFieldsData_wasIdentityAggregate); - break; } } @@ -23188,149 +24393,43 @@ class _$GAccountFieldsDataSerializer } } -class _$GAccountFieldsData_commentsIssuedSerializer - implements StructuredSerializer<GAccountFieldsData_commentsIssued> { +class _$GAccountFieldsData_removedIdentitiesAggregateSerializer + implements + StructuredSerializer<GAccountFieldsData_removedIdentitiesAggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_commentsIssued, - _$GAccountFieldsData_commentsIssued + GAccountFieldsData_removedIdentitiesAggregate, + _$GAccountFieldsData_removedIdentitiesAggregate ]; @override - final String wireName = 'GAccountFieldsData_commentsIssued'; + final String wireName = 'GAccountFieldsData_removedIdentitiesAggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_commentsIssued object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_removedIdentitiesAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), - 'hash', - serializers.serialize(object.hash, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), ]; Object? value; - value = object.authorId; + value = object.aggregate; if (value != null) { result - ..add('authorId') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.eventId; - if (value != null) { - result - ..add('eventId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.type; - if (value != null) { - result - ..add('type') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum))); - } - return result; - } - - @override - GAccountFieldsData_commentsIssued deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_commentsIssuedBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'authorId': - result.authorId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'eventId': - result.eventId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'hash': - result.hash = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'remark': - result.remark = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'type': - result.type = serializers.deserialize(value, - specifiedType: const FullType(_i2.GCommentTypeEnum)) - as _i2.GCommentTypeEnum?; - break; - } - } - - return result.build(); - } -} - -class _$GAccountFieldsData_commentsIssuedAggregateSerializer - implements - StructuredSerializer<GAccountFieldsData_commentsIssuedAggregate> { - @override - final Iterable<Type> types = const [ - GAccountFieldsData_commentsIssuedAggregate, - _$GAccountFieldsData_commentsIssuedAggregate - ]; - @override - final String wireName = 'GAccountFieldsData_commentsIssuedAggregate'; - - @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_commentsIssuedAggregate object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountFieldsData_commentsIssuedAggregate_aggregate))); + specifiedType: const FullType( + GAccountFieldsData_removedIdentitiesAggregate_aggregate))); } return result; } @override - GAccountFieldsData_commentsIssuedAggregate deserialize( + GAccountFieldsData_removedIdentitiesAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_commentsIssuedAggregateBuilder(); + final result = new GAccountFieldsData_removedIdentitiesAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -23345,8 +24444,8 @@ class _$GAccountFieldsData_commentsIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_commentsIssuedAggregate_aggregate))! - as GAccountFieldsData_commentsIssuedAggregate_aggregate); + GAccountFieldsData_removedIdentitiesAggregate_aggregate))! + as GAccountFieldsData_removedIdentitiesAggregate_aggregate); break; } } @@ -23355,22 +24454,22 @@ class _$GAccountFieldsData_commentsIssuedAggregateSerializer } } -class _$GAccountFieldsData_commentsIssuedAggregate_aggregateSerializer +class _$GAccountFieldsData_removedIdentitiesAggregate_aggregateSerializer implements StructuredSerializer< - GAccountFieldsData_commentsIssuedAggregate_aggregate> { + GAccountFieldsData_removedIdentitiesAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_commentsIssuedAggregate_aggregate, - _$GAccountFieldsData_commentsIssuedAggregate_aggregate + GAccountFieldsData_removedIdentitiesAggregate_aggregate, + _$GAccountFieldsData_removedIdentitiesAggregate_aggregate ]; @override final String wireName = - 'GAccountFieldsData_commentsIssuedAggregate_aggregate'; + 'GAccountFieldsData_removedIdentitiesAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_commentsIssuedAggregate_aggregate object, + GAccountFieldsData_removedIdentitiesAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -23384,11 +24483,11 @@ class _$GAccountFieldsData_commentsIssuedAggregate_aggregateSerializer } @override - GAccountFieldsData_commentsIssuedAggregate_aggregate deserialize( + GAccountFieldsData_removedIdentitiesAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder(); + new GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -23411,140 +24510,66 @@ class _$GAccountFieldsData_commentsIssuedAggregate_aggregateSerializer } } -class _$GAccountFieldsData_identitySerializer - implements StructuredSerializer<GAccountFieldsData_identity> { +class _$GAccountFieldsData_transfersIssuedSerializer + implements StructuredSerializer<GAccountFieldsData_transfersIssued> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity, - _$GAccountFieldsData_identity + GAccountFieldsData_transfersIssued, + _$GAccountFieldsData_transfersIssued ]; @override - final String wireName = 'GAccountFieldsData_identity'; + final String wireName = 'GAccountFieldsData_transfersIssued'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_identity object, + Serializers serializers, GAccountFieldsData_transfersIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'certIssued', - serializers.serialize(object.certIssued, - specifiedType: const FullType(BuiltList, - const [const FullType(GAccountFieldsData_identity_certIssued)])), - 'certIssuedAggregate', - serializers.serialize(object.certIssuedAggregate, - specifiedType: - const FullType(GAccountFieldsData_identity_certIssuedAggregate)), - 'certReceived', - serializers.serialize(object.certReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_certReceived) - ])), - 'certReceivedAggregate', - serializers.serialize(object.certReceivedAggregate, - specifiedType: const FullType( - GAccountFieldsData_identity_certReceivedAggregate)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'lastChangeOn', - serializers.serialize(object.lastChangeOn, + 'blockNumber', + serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), - 'linkedAccount', - serializers.serialize(object.linkedAccount, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_linkedAccount) - ])), - 'linkedAccountAggregate', - serializers.serialize(object.linkedAccountAggregate, - specifiedType: const FullType( - GAccountFieldsData_identity_linkedAccountAggregate)), - 'membershipHistory', - serializers.serialize(object.membershipHistory, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_membershipHistory) - ])), - 'membershipHistoryAggregate', - serializers.serialize(object.membershipHistoryAggregate, - specifiedType: const FullType( - GAccountFieldsData_identity_membershipHistoryAggregate)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), - 'ownerKeyChange', - serializers.serialize(object.ownerKeyChange, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_ownerKeyChange) - ])), - 'ownerKeyChangeAggregate', - serializers.serialize(object.ownerKeyChangeAggregate, - specifiedType: const FullType( - GAccountFieldsData_identity_ownerKeyChangeAggregate)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.accountRemovedId; - if (value != null) { - result - ..add('accountRemovedId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.createdInId; - if (value != null) { - result - ..add('createdInId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; + value = object.to; if (value != null) { result - ..add('status') + ..add('to') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: + const FullType(GAccountFieldsData_transfersIssued_to))); } - value = object.smith; + value = object.from; if (value != null) { result - ..add('smith') + ..add('from') ..add(serializers.serialize(value, - specifiedType: const FullType(GAccountFieldsData_identity_smith))); + specifiedType: + const FullType(GAccountFieldsData_transfersIssued_from))); } - value = object.udHistory; + value = object.comment; if (value != null) { result - ..add('udHistory') + ..add('comment') ..add(serializers.serialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_udHistory) - ]))); + specifiedType: + const FullType(GAccountFieldsData_transfersIssued_comment))); } return result; } @override - GAccountFieldsData_identity deserialize( + GAccountFieldsData_transfersIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identityBuilder(); + final result = new GAccountFieldsData_transfersIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -23556,123 +24581,36 @@ class _$GAccountFieldsData_identitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'accountRemovedId': - result.accountRemovedId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'certIssued': - result.certIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_certIssued) - ]))! as BuiltList<Object?>); - break; - case 'certIssuedAggregate': - result.certIssuedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certIssuedAggregate))! - as GAccountFieldsData_identity_certIssuedAggregate); - break; - case 'certReceived': - result.certReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_certReceived) - ]))! as BuiltList<Object?>); - break; - case 'certReceivedAggregate': - result.certReceivedAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certReceivedAggregate))! - as GAccountFieldsData_identity_certReceivedAggregate); - break; - case 'createdInId': - result.createdInId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'index': - result.index = serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; - case 'lastChangeOn': - result.lastChangeOn = serializers.deserialize(value, + case 'amount': + result.amount = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'linkedAccount': - result.linkedAccount.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_linkedAccount) - ]))! as BuiltList<Object?>); - break; - case 'linkedAccountAggregate': - result.linkedAccountAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_linkedAccountAggregate))! - as GAccountFieldsData_identity_linkedAccountAggregate); - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'membershipHistory': - result.membershipHistory.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_membershipHistory) - ]))! as BuiltList<Object?>); - break; - case 'membershipHistoryAggregate': - result.membershipHistoryAggregate.replace(serializers.deserialize( - value, - specifiedType: const FullType( - GAccountFieldsData_identity_membershipHistoryAggregate))! - as GAccountFieldsData_identity_membershipHistoryAggregate); - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'ownerKeyChange': - result.ownerKeyChange.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_ownerKeyChange) - ]))! as BuiltList<Object?>); - break; - case 'ownerKeyChangeAggregate': - result.ownerKeyChangeAggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_ownerKeyChangeAggregate))! - as GAccountFieldsData_identity_ownerKeyChangeAggregate); + case 'to': + result.to.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountFieldsData_transfersIssued_to))! + as GAccountFieldsData_transfersIssued_to); break; - case 'smith': - result.smith.replace(serializers.deserialize(value, + case 'from': + result.from.replace(serializers.deserialize(value, specifiedType: - const FullType(GAccountFieldsData_identity_smith))! - as GAccountFieldsData_identity_smith); + const FullType(GAccountFieldsData_transfersIssued_from))! + as GAccountFieldsData_transfersIssued_from); break; - case 'udHistory': - result.udHistory.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_udHistory) - ]))! as BuiltList<Object?>); + case 'comment': + result.comment.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_transfersIssued_comment))! + as GAccountFieldsData_transfersIssued_comment); break; } } @@ -23681,19 +24619,19 @@ class _$GAccountFieldsData_identitySerializer } } -class _$GAccountFieldsData_identity_certIssuedSerializer - implements StructuredSerializer<GAccountFieldsData_identity_certIssued> { +class _$GAccountFieldsData_transfersIssued_toSerializer + implements StructuredSerializer<GAccountFieldsData_transfersIssued_to> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certIssued, - _$GAccountFieldsData_identity_certIssued + GAccountFieldsData_transfersIssued_to, + _$GAccountFieldsData_transfersIssued_to ]; @override - final String wireName = 'GAccountFieldsData_identity_certIssued'; + final String wireName = 'GAccountFieldsData_transfersIssued_to'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_identity_certIssued object, + Serializers serializers, GAccountFieldsData_transfersIssued_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -23701,58 +24639,16 @@ class _$GAccountFieldsData_identity_certIssuedSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), ]; - Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.issuer; - if (value != null) { - result - ..add('issuer') - ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountFieldsData_identity_certIssued_issuer))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiver; - if (value != null) { - result - ..add('receiver') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certIssued_receiver))); - } + return result; } @override - GAccountFieldsData_identity_certIssued deserialize( + GAccountFieldsData_transfersIssued_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_certIssuedBuilder(); + final result = new GAccountFieldsData_transfersIssued_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -23768,42 +24664,6 @@ class _$GAccountFieldsData_identity_certIssuedSerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certIssued_issuer))! - as GAccountFieldsData_identity_certIssued_issuer); - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certIssued_receiver))! - as GAccountFieldsData_identity_certIssued_receiver); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; } } @@ -23811,20 +24671,19 @@ class _$GAccountFieldsData_identity_certIssuedSerializer } } -class _$GAccountFieldsData_identity_certIssued_issuerSerializer - implements - StructuredSerializer<GAccountFieldsData_identity_certIssued_issuer> { +class _$GAccountFieldsData_transfersIssued_fromSerializer + implements StructuredSerializer<GAccountFieldsData_transfersIssued_from> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certIssued_issuer, - _$GAccountFieldsData_identity_certIssued_issuer + GAccountFieldsData_transfersIssued_from, + _$GAccountFieldsData_transfersIssued_from ]; @override - final String wireName = 'GAccountFieldsData_identity_certIssued_issuer'; + final String wireName = 'GAccountFieldsData_transfersIssued_from'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_certIssued_issuer object, + Iterable<Object?> serialize( + Serializers serializers, GAccountFieldsData_transfersIssued_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -23832,35 +24691,16 @@ class _$GAccountFieldsData_identity_certIssued_issuerSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountFieldsData_identity_certIssued_issuer deserialize( + GAccountFieldsData_transfersIssued_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_certIssued_issuerBuilder(); + final result = new GAccountFieldsData_transfersIssued_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -23872,27 +24712,10 @@ class _$GAccountFieldsData_identity_certIssued_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; } } @@ -23900,56 +24723,38 @@ class _$GAccountFieldsData_identity_certIssued_issuerSerializer } } -class _$GAccountFieldsData_identity_certIssued_receiverSerializer +class _$GAccountFieldsData_transfersIssued_commentSerializer implements - StructuredSerializer<GAccountFieldsData_identity_certIssued_receiver> { + StructuredSerializer<GAccountFieldsData_transfersIssued_comment> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certIssued_receiver, - _$GAccountFieldsData_identity_certIssued_receiver + GAccountFieldsData_transfersIssued_comment, + _$GAccountFieldsData_transfersIssued_comment ]; @override - final String wireName = 'GAccountFieldsData_identity_certIssued_receiver'; + final String wireName = 'GAccountFieldsData_transfersIssued_comment'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_certIssued_receiver object, + GAccountFieldsData_transfersIssued_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountFieldsData_identity_certIssued_receiver deserialize( + GAccountFieldsData_transfersIssued_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_certIssued_receiverBuilder(); + final result = new GAccountFieldsData_transfersIssued_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -23961,25 +24766,8 @@ class _$GAccountFieldsData_identity_certIssued_receiverSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, + case 'remark': + result.remark = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; } @@ -23989,20 +24777,20 @@ class _$GAccountFieldsData_identity_certIssued_receiverSerializer } } -class _$GAccountFieldsData_identity_certIssuedAggregateSerializer +class _$GAccountFieldsData_transfersIssuedAggregateSerializer implements - StructuredSerializer<GAccountFieldsData_identity_certIssuedAggregate> { + StructuredSerializer<GAccountFieldsData_transfersIssuedAggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certIssuedAggregate, - _$GAccountFieldsData_identity_certIssuedAggregate + GAccountFieldsData_transfersIssuedAggregate, + _$GAccountFieldsData_transfersIssuedAggregate ]; @override - final String wireName = 'GAccountFieldsData_identity_certIssuedAggregate'; + final String wireName = 'GAccountFieldsData_transfersIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_certIssuedAggregate object, + GAccountFieldsData_transfersIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -24016,16 +24804,16 @@ class _$GAccountFieldsData_identity_certIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountFieldsData_identity_certIssuedAggregate_aggregate))); + GAccountFieldsData_transfersIssuedAggregate_aggregate))); } return result; } @override - GAccountFieldsData_identity_certIssuedAggregate deserialize( + GAccountFieldsData_transfersIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_certIssuedAggregateBuilder(); + final result = new GAccountFieldsData_transfersIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24040,8 +24828,8 @@ class _$GAccountFieldsData_identity_certIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_identity_certIssuedAggregate_aggregate))! - as GAccountFieldsData_identity_certIssuedAggregate_aggregate); + GAccountFieldsData_transfersIssuedAggregate_aggregate))! + as GAccountFieldsData_transfersIssuedAggregate_aggregate); break; } } @@ -24050,22 +24838,22 @@ class _$GAccountFieldsData_identity_certIssuedAggregateSerializer } } -class _$GAccountFieldsData_identity_certIssuedAggregate_aggregateSerializer +class _$GAccountFieldsData_transfersIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountFieldsData_identity_certIssuedAggregate_aggregate> { + GAccountFieldsData_transfersIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certIssuedAggregate_aggregate, - _$GAccountFieldsData_identity_certIssuedAggregate_aggregate + GAccountFieldsData_transfersIssuedAggregate_aggregate, + _$GAccountFieldsData_transfersIssuedAggregate_aggregate ]; @override final String wireName = - 'GAccountFieldsData_identity_certIssuedAggregate_aggregate'; + 'GAccountFieldsData_transfersIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_certIssuedAggregate_aggregate object, + GAccountFieldsData_transfersIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -24074,16 +24862,24 @@ class _$GAccountFieldsData_identity_certIssuedAggregate_aggregateSerializer 'count', serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.sum; + if (value != null) { + result + ..add('sum') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum))); + } return result; } @override - GAccountFieldsData_identity_certIssuedAggregate_aggregate deserialize( + GAccountFieldsData_transfersIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder(); + new GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24095,6 +24891,12 @@ class _$GAccountFieldsData_identity_certIssuedAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'sum': + result.sum.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum))! + as GAccountFieldsData_transfersIssuedAggregate_aggregate_sum); + break; case 'count': result.count = serializers.deserialize(value, specifiedType: const FullType(int))! as int; @@ -24106,78 +24908,44 @@ class _$GAccountFieldsData_identity_certIssuedAggregate_aggregateSerializer } } -class _$GAccountFieldsData_identity_certReceivedSerializer - implements StructuredSerializer<GAccountFieldsData_identity_certReceived> { +class _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sumSerializer + implements + StructuredSerializer< + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certReceived, - _$GAccountFieldsData_identity_certReceived + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum, + _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum ]; @override - final String wireName = 'GAccountFieldsData_identity_certReceived'; + final String wireName = + 'GAccountFieldsData_transfersIssuedAggregate_aggregate_sum'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_identity_certReceived object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - 'expireOn', - serializers.serialize(object.expireOn, - specifiedType: const FullType(int)), - 'isActive', - serializers.serialize(object.isActive, - specifiedType: const FullType(bool)), - 'updatedOn', - serializers.serialize(object.updatedOn, - specifiedType: const FullType(int)), ]; Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.issuer; - if (value != null) { - result - ..add('issuer') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certReceived_issuer))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiver; + value = object.amount; if (value != null) { result - ..add('receiver') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certReceived_receiver))); + ..add('amount') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); } return result; } @override - GAccountFieldsData_identity_certReceived deserialize( + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_certReceivedBuilder(); + final result = + new GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24189,45 +24957,9 @@ class _$GAccountFieldsData_identity_certReceivedSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'issuer': - result.issuer.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certReceived_issuer))! - as GAccountFieldsData_identity_certReceived_issuer); - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiver': - result.receiver.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certReceived_receiver))! - as GAccountFieldsData_identity_certReceived_receiver); - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'expireOn': - result.expireOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'isActive': - result.isActive = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'updatedOn': - result.updatedOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; } } @@ -24236,56 +24968,66 @@ class _$GAccountFieldsData_identity_certReceivedSerializer } } -class _$GAccountFieldsData_identity_certReceived_issuerSerializer - implements - StructuredSerializer<GAccountFieldsData_identity_certReceived_issuer> { +class _$GAccountFieldsData_transfersReceivedSerializer + implements StructuredSerializer<GAccountFieldsData_transfersReceived> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certReceived_issuer, - _$GAccountFieldsData_identity_certReceived_issuer + GAccountFieldsData_transfersReceived, + _$GAccountFieldsData_transfersReceived ]; @override - final String wireName = 'GAccountFieldsData_identity_certReceived_issuer'; + final String wireName = 'GAccountFieldsData_transfersReceived'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_certReceived_issuer object, + Iterable<Object?> serialize( + Serializers serializers, GAccountFieldsData_transfersReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.accountId; + value = object.to; if (value != null) { result - ..add('accountId') + ..add('to') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: + const FullType(GAccountFieldsData_transfersReceived_to))); } - value = object.status; + value = object.from; if (value != null) { result - ..add('status') + ..add('from') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: + const FullType(GAccountFieldsData_transfersReceived_from))); + } + value = object.comment; + if (value != null) { + result + ..add('comment') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountFieldsData_transfersReceived_comment))); } return result; } @override - GAccountFieldsData_identity_certReceived_issuer deserialize( + GAccountFieldsData_transfersReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_certReceived_issuerBuilder(); + final result = new GAccountFieldsData_transfersReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24297,26 +25039,36 @@ class _$GAccountFieldsData_identity_certReceived_issuerSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; + case 'to': + result.to.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountFieldsData_transfersReceived_to))! + as GAccountFieldsData_transfersReceived_to); break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'from': + result.from.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_transfersReceived_from))! + as GAccountFieldsData_transfersReceived_from); + break; + case 'comment': + result.comment.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_transfersReceived_comment))! + as GAccountFieldsData_transfersReceived_comment); break; } } @@ -24325,21 +25077,19 @@ class _$GAccountFieldsData_identity_certReceived_issuerSerializer } } -class _$GAccountFieldsData_identity_certReceived_receiverSerializer - implements - StructuredSerializer< - GAccountFieldsData_identity_certReceived_receiver> { +class _$GAccountFieldsData_transfersReceived_toSerializer + implements StructuredSerializer<GAccountFieldsData_transfersReceived_to> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certReceived_receiver, - _$GAccountFieldsData_identity_certReceived_receiver + GAccountFieldsData_transfersReceived_to, + _$GAccountFieldsData_transfersReceived_to ]; @override - final String wireName = 'GAccountFieldsData_identity_certReceived_receiver'; + final String wireName = 'GAccountFieldsData_transfersReceived_to'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_certReceived_receiver object, + Iterable<Object?> serialize( + Serializers serializers, GAccountFieldsData_transfersReceived_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -24347,36 +25097,16 @@ class _$GAccountFieldsData_identity_certReceived_receiverSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountFieldsData_identity_certReceived_receiver deserialize( + GAccountFieldsData_transfersReceived_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_identity_certReceived_receiverBuilder(); + final result = new GAccountFieldsData_transfersReceived_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24388,27 +25118,10 @@ class _$GAccountFieldsData_identity_certReceived_receiverSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; case 'id': result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; } } @@ -24416,45 +25129,36 @@ class _$GAccountFieldsData_identity_certReceived_receiverSerializer } } -class _$GAccountFieldsData_identity_certReceivedAggregateSerializer - implements - StructuredSerializer< - GAccountFieldsData_identity_certReceivedAggregate> { +class _$GAccountFieldsData_transfersReceived_fromSerializer + implements StructuredSerializer<GAccountFieldsData_transfersReceived_from> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certReceivedAggregate, - _$GAccountFieldsData_identity_certReceivedAggregate + GAccountFieldsData_transfersReceived_from, + _$GAccountFieldsData_transfersReceived_from ]; @override - final String wireName = 'GAccountFieldsData_identity_certReceivedAggregate'; + final String wireName = 'GAccountFieldsData_transfersReceived_from'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_certReceivedAggregate object, + Iterable<Object?> serialize( + Serializers serializers, GAccountFieldsData_transfersReceived_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certReceivedAggregate_aggregate))); - } + return result; } @override - GAccountFieldsData_identity_certReceivedAggregate deserialize( + GAccountFieldsData_transfersReceived_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_identity_certReceivedAggregateBuilder(); + final result = new GAccountFieldsData_transfersReceived_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24466,11 +25170,9 @@ class _$GAccountFieldsData_identity_certReceivedAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_identity_certReceivedAggregate_aggregate))! - as GAccountFieldsData_identity_certReceivedAggregate_aggregate); + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -24479,40 +25181,38 @@ class _$GAccountFieldsData_identity_certReceivedAggregateSerializer } } -class _$GAccountFieldsData_identity_certReceivedAggregate_aggregateSerializer +class _$GAccountFieldsData_transfersReceived_commentSerializer implements - StructuredSerializer< - GAccountFieldsData_identity_certReceivedAggregate_aggregate> { + StructuredSerializer<GAccountFieldsData_transfersReceived_comment> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_certReceivedAggregate_aggregate, - _$GAccountFieldsData_identity_certReceivedAggregate_aggregate + GAccountFieldsData_transfersReceived_comment, + _$GAccountFieldsData_transfersReceived_comment ]; @override - final String wireName = - 'GAccountFieldsData_identity_certReceivedAggregate_aggregate'; + final String wireName = 'GAccountFieldsData_transfersReceived_comment'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_certReceivedAggregate_aggregate object, + GAccountFieldsData_transfersReceived_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; return result; } @override - GAccountFieldsData_identity_certReceivedAggregate_aggregate deserialize( + GAccountFieldsData_transfersReceived_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder(); + final result = new GAccountFieldsData_transfersReceived_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24524,9 +25224,9 @@ class _$GAccountFieldsData_identity_certReceivedAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'remark': + result.remark = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; } } @@ -24535,36 +25235,43 @@ class _$GAccountFieldsData_identity_certReceivedAggregate_aggregateSerializer } } -class _$GAccountFieldsData_identity_linkedAccountSerializer - implements StructuredSerializer<GAccountFieldsData_identity_linkedAccount> { +class _$GAccountFieldsData_transfersReceivedAggregateSerializer + implements + StructuredSerializer<GAccountFieldsData_transfersReceivedAggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_linkedAccount, - _$GAccountFieldsData_identity_linkedAccount + GAccountFieldsData_transfersReceivedAggregate, + _$GAccountFieldsData_transfersReceivedAggregate ]; @override - final String wireName = 'GAccountFieldsData_identity_linkedAccount'; + final String wireName = 'GAccountFieldsData_transfersReceivedAggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_identity_linkedAccount object, + Iterable<Object?> serialize(Serializers serializers, + GAccountFieldsData_transfersReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), ]; - + Object? value; + value = object.aggregate; + if (value != null) { + result + ..add('aggregate') + ..add(serializers.serialize(value, + specifiedType: const FullType( + GAccountFieldsData_transfersReceivedAggregate_aggregate))); + } return result; } @override - GAccountFieldsData_identity_linkedAccount deserialize( + GAccountFieldsData_transfersReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_linkedAccountBuilder(); + final result = new GAccountFieldsData_transfersReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24576,9 +25283,11 @@ class _$GAccountFieldsData_identity_linkedAccountSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountFieldsData_transfersReceivedAggregate_aggregate))! + as GAccountFieldsData_transfersReceivedAggregate_aggregate); break; } } @@ -24587,45 +25296,48 @@ class _$GAccountFieldsData_identity_linkedAccountSerializer } } -class _$GAccountFieldsData_identity_linkedAccountAggregateSerializer +class _$GAccountFieldsData_transfersReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountFieldsData_identity_linkedAccountAggregate> { + GAccountFieldsData_transfersReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_linkedAccountAggregate, - _$GAccountFieldsData_identity_linkedAccountAggregate + GAccountFieldsData_transfersReceivedAggregate_aggregate, + _$GAccountFieldsData_transfersReceivedAggregate_aggregate ]; @override - final String wireName = 'GAccountFieldsData_identity_linkedAccountAggregate'; + final String wireName = + 'GAccountFieldsData_transfersReceivedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_linkedAccountAggregate object, + GAccountFieldsData_transfersReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.sum; if (value != null) { result - ..add('aggregate') + ..add('sum') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountFieldsData_identity_linkedAccountAggregate_aggregate))); + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum))); } return result; } @override - GAccountFieldsData_identity_linkedAccountAggregate deserialize( + GAccountFieldsData_transfersReceivedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_identity_linkedAccountAggregateBuilder(); + new GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24637,11 +25349,15 @@ class _$GAccountFieldsData_identity_linkedAccountAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'sum': + result.sum.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_identity_linkedAccountAggregate_aggregate))! - as GAccountFieldsData_identity_linkedAccountAggregate_aggregate); + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum))! + as GAccountFieldsData_transfersReceivedAggregate_aggregate_sum); + break; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -24650,40 +25366,44 @@ class _$GAccountFieldsData_identity_linkedAccountAggregateSerializer } } -class _$GAccountFieldsData_identity_linkedAccountAggregate_aggregateSerializer +class _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sumSerializer implements StructuredSerializer< - GAccountFieldsData_identity_linkedAccountAggregate_aggregate> { + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_linkedAccountAggregate_aggregate, - _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum, + _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum ]; @override final String wireName = - 'GAccountFieldsData_identity_linkedAccountAggregate_aggregate'; + 'GAccountFieldsData_transfersReceivedAggregate_aggregate_sum'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_linkedAccountAggregate_aggregate object, + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.amount; + if (value != null) { + result + ..add('amount') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } return result; } @override - GAccountFieldsData_identity_linkedAccountAggregate_aggregate deserialize( + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder(); + new GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24695,9 +25415,9 @@ class _$GAccountFieldsData_identity_linkedAccountAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; } } @@ -24706,50 +25426,49 @@ class _$GAccountFieldsData_identity_linkedAccountAggregate_aggregateSerializer } } -class _$GAccountFieldsData_identity_membershipHistorySerializer - implements - StructuredSerializer<GAccountFieldsData_identity_membershipHistory> { +class _$GAccountFieldsData_wasIdentitySerializer + implements StructuredSerializer<GAccountFieldsData_wasIdentity> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_membershipHistory, - _$GAccountFieldsData_identity_membershipHistory + GAccountFieldsData_wasIdentity, + _$GAccountFieldsData_wasIdentity ]; @override - final String wireName = 'GAccountFieldsData_identity_membershipHistory'; + final String wireName = 'GAccountFieldsData_wasIdentity'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_membershipHistory object, + Iterable<Object?> serialize( + Serializers serializers, GAccountFieldsData_wasIdentity object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), 'blockNumber', serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), ]; Object? value; - value = object.eventId; + value = object.identityId; if (value != null) { result - ..add('eventId') + ..add('identityId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.eventType; + value = object.nextId; if (value != null) { result - ..add('eventType') + ..add('nextId') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum))); + specifiedType: const FullType(String))); } - value = object.identityId; + value = object.previousId; if (value != null) { result - ..add('identityId') + ..add('previousId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } @@ -24757,10 +25476,10 @@ class _$GAccountFieldsData_identity_membershipHistorySerializer } @override - GAccountFieldsData_identity_membershipHistory deserialize( + GAccountFieldsData_wasIdentity deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_membershipHistoryBuilder(); + final result = new GAccountFieldsData_wasIdentityBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24772,25 +25491,24 @@ class _$GAccountFieldsData_identity_membershipHistorySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; case 'blockNumber': result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'eventId': - result.eventId = serializers.deserialize(value, + case 'identityId': + result.identityId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'eventType': - result.eventType = serializers.deserialize(value, - specifiedType: const FullType(_i2.GEventTypeEnum)) - as _i2.GEventTypeEnum?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'nextId': + result.nextId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; - case 'identityId': - result.identityId = serializers.deserialize(value, + case 'previousId': + result.previousId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; } @@ -24800,22 +25518,19 @@ class _$GAccountFieldsData_identity_membershipHistorySerializer } } -class _$GAccountFieldsData_identity_membershipHistoryAggregateSerializer - implements - StructuredSerializer< - GAccountFieldsData_identity_membershipHistoryAggregate> { +class _$GAccountFieldsData_wasIdentityAggregateSerializer + implements StructuredSerializer<GAccountFieldsData_wasIdentityAggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_membershipHistoryAggregate, - _$GAccountFieldsData_identity_membershipHistoryAggregate + GAccountFieldsData_wasIdentityAggregate, + _$GAccountFieldsData_wasIdentityAggregate ]; @override - final String wireName = - 'GAccountFieldsData_identity_membershipHistoryAggregate'; + final String wireName = 'GAccountFieldsData_wasIdentityAggregate'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_membershipHistoryAggregate object, + Iterable<Object?> serialize( + Serializers serializers, GAccountFieldsData_wasIdentityAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -24829,17 +25544,16 @@ class _$GAccountFieldsData_identity_membershipHistoryAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate))); + GAccountFieldsData_wasIdentityAggregate_aggregate))); } return result; } @override - GAccountFieldsData_identity_membershipHistoryAggregate deserialize( + GAccountFieldsData_wasIdentityAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_identity_membershipHistoryAggregateBuilder(); + final result = new GAccountFieldsData_wasIdentityAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24854,8 +25568,8 @@ class _$GAccountFieldsData_identity_membershipHistoryAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate))! - as GAccountFieldsData_identity_membershipHistoryAggregate_aggregate); + GAccountFieldsData_wasIdentityAggregate_aggregate))! + as GAccountFieldsData_wasIdentityAggregate_aggregate); break; } } @@ -24864,22 +25578,21 @@ class _$GAccountFieldsData_identity_membershipHistoryAggregateSerializer } } -class _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregateSerializer +class _$GAccountFieldsData_wasIdentityAggregate_aggregateSerializer implements StructuredSerializer< - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate> { + GAccountFieldsData_wasIdentityAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate, - _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate + GAccountFieldsData_wasIdentityAggregate_aggregate, + _$GAccountFieldsData_wasIdentityAggregate_aggregate ]; @override - final String wireName = - 'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate'; + final String wireName = 'GAccountFieldsData_wasIdentityAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate object, + GAccountFieldsData_wasIdentityAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -24893,11 +25606,11 @@ class _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregateSerializ } @override - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate deserialize( + GAccountFieldsData_wasIdentityAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder(); + new GAccountFieldsData_wasIdentityAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24920,61 +25633,192 @@ class _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregateSerializ } } -class _$GAccountFieldsData_identity_ownerKeyChangeSerializer - implements - StructuredSerializer<GAccountFieldsData_identity_ownerKeyChange> { +class _$GAccountTxsFieldsDataSerializer + implements StructuredSerializer<GAccountTxsFieldsData> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_ownerKeyChange, - _$GAccountFieldsData_identity_ownerKeyChange + GAccountTxsFieldsData, + _$GAccountTxsFieldsData ]; @override - final String wireName = 'GAccountFieldsData_identity_ownerKeyChange'; + final String wireName = 'GAccountTxsFieldsData'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_ownerKeyChange object, + Iterable<Object?> serialize( + Serializers serializers, GAccountTxsFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'commentsIssued', + serializers.serialize(object.commentsIssued, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountTxsFieldsData_commentsIssued)])), + 'commentsIssuedAggregate', + serializers.serialize(object.commentsIssuedAggregate, + specifiedType: + const FullType(GAccountTxsFieldsData_commentsIssuedAggregate)), + 'createdOn', + serializers.serialize(object.createdOn, + specifiedType: const FullType(int)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), + 'isActive', + serializers.serialize(object.isActive, + specifiedType: const FullType(bool)), + 'transfersIssued', + serializers.serialize(object.transfersIssued, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountTxsFieldsData_transfersIssued)])), + 'transfersIssuedAggregate', + serializers.serialize(object.transfersIssuedAggregate, + specifiedType: + const FullType(GAccountTxsFieldsData_transfersIssuedAggregate)), + 'transfersReceived', + serializers.serialize(object.transfersReceived, + specifiedType: const FullType(BuiltList, + const [const FullType(GAccountTxsFieldsData_transfersReceived)])), + 'transfersReceivedAggregate', + serializers.serialize(object.transfersReceivedAggregate, + specifiedType: + const FullType(GAccountTxsFieldsData_transfersReceivedAggregate)), + ]; + + return result; + } + + @override + GAccountTxsFieldsData deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountTxsFieldsDataBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case '__typename': + result.G__typename = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'commentsIssued': + result.commentsIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTxsFieldsData_commentsIssued) + ]))! as BuiltList<Object?>); + break; + case 'commentsIssuedAggregate': + result.commentsIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTxsFieldsData_commentsIssuedAggregate))! + as GAccountTxsFieldsData_commentsIssuedAggregate); + break; + case 'createdOn': + result.createdOn = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; + break; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'isActive': + result.isActive = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + case 'transfersIssued': + result.transfersIssued.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTxsFieldsData_transfersIssued) + ]))! as BuiltList<Object?>); + break; + case 'transfersIssuedAggregate': + result.transfersIssuedAggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTxsFieldsData_transfersIssuedAggregate))! + as GAccountTxsFieldsData_transfersIssuedAggregate); + break; + case 'transfersReceived': + result.transfersReceived.replace(serializers.deserialize(value, + specifiedType: const FullType(BuiltList, const [ + const FullType(GAccountTxsFieldsData_transfersReceived) + ]))! as BuiltList<Object?>); + break; + case 'transfersReceivedAggregate': + result.transfersReceivedAggregate.replace(serializers.deserialize( + value, + specifiedType: const FullType( + GAccountTxsFieldsData_transfersReceivedAggregate))! + as GAccountTxsFieldsData_transfersReceivedAggregate); + break; + } + } + + return result.build(); + } +} + +class _$GAccountTxsFieldsData_commentsIssuedSerializer + implements StructuredSerializer<GAccountTxsFieldsData_commentsIssued> { + @override + final Iterable<Type> types = const [ + GAccountTxsFieldsData_commentsIssued, + _$GAccountTxsFieldsData_commentsIssued + ]; + @override + final String wireName = 'GAccountTxsFieldsData_commentsIssued'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GAccountTxsFieldsData_commentsIssued object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + '__typename', + serializers.serialize(object.G__typename, + specifiedType: const FullType(String)), 'blockNumber', serializers.serialize(object.blockNumber, specifiedType: const FullType(int)), + 'hash', + serializers.serialize(object.hash, specifiedType: const FullType(String)), + 'id', + serializers.serialize(object.id, specifiedType: const FullType(String)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; Object? value; - value = object.identityId; + value = object.authorId; if (value != null) { result - ..add('identityId') + ..add('authorId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.nextId; + value = object.eventId; if (value != null) { result - ..add('nextId') + ..add('eventId') ..add(serializers.serialize(value, specifiedType: const FullType(String))); } - value = object.previousId; + value = object.type; if (value != null) { result - ..add('previousId') + ..add('type') ..add(serializers.serialize(value, - specifiedType: const FullType(String))); + specifiedType: const FullType(_i2.GCommentTypeEnum))); } return result; } @override - GAccountFieldsData_identity_ownerKeyChange deserialize( + GAccountTxsFieldsData_commentsIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_ownerKeyChangeBuilder(); + final result = new GAccountTxsFieldsData_commentsIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -24986,25 +25830,34 @@ class _$GAccountFieldsData_identity_ownerKeyChangeSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'authorId': + result.authorId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; break; case 'blockNumber': result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'identityId': - result.identityId = serializers.deserialize(value, + case 'eventId': + result.eventId = serializers.deserialize(value, specifiedType: const FullType(String)) as String?; break; - case 'nextId': - result.nextId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'hash': + result.hash = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; break; - case 'previousId': - result.previousId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; + case 'id': + result.id = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'remark': + result.remark = serializers.deserialize(value, + specifiedType: const FullType(String))! as String; + break; + case 'type': + result.type = serializers.deserialize(value, + specifiedType: const FullType(_i2.GCommentTypeEnum)) + as _i2.GCommentTypeEnum?; break; } } @@ -25013,21 +25866,20 @@ class _$GAccountFieldsData_identity_ownerKeyChangeSerializer } } -class _$GAccountFieldsData_identity_ownerKeyChangeAggregateSerializer +class _$GAccountTxsFieldsData_commentsIssuedAggregateSerializer implements - StructuredSerializer< - GAccountFieldsData_identity_ownerKeyChangeAggregate> { + StructuredSerializer<GAccountTxsFieldsData_commentsIssuedAggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_ownerKeyChangeAggregate, - _$GAccountFieldsData_identity_ownerKeyChangeAggregate + GAccountTxsFieldsData_commentsIssuedAggregate, + _$GAccountTxsFieldsData_commentsIssuedAggregate ]; @override - final String wireName = 'GAccountFieldsData_identity_ownerKeyChangeAggregate'; + final String wireName = 'GAccountTxsFieldsData_commentsIssuedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_ownerKeyChangeAggregate object, + GAccountTxsFieldsData_commentsIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -25041,17 +25893,16 @@ class _$GAccountFieldsData_identity_ownerKeyChangeAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate))); + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate))); } return result; } @override - GAccountFieldsData_identity_ownerKeyChangeAggregate deserialize( + GAccountTxsFieldsData_commentsIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder(); + final result = new GAccountTxsFieldsData_commentsIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25066,8 +25917,8 @@ class _$GAccountFieldsData_identity_ownerKeyChangeAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate))! - as GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate); + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate))! + as GAccountTxsFieldsData_commentsIssuedAggregate_aggregate); break; } } @@ -25076,22 +25927,22 @@ class _$GAccountFieldsData_identity_ownerKeyChangeAggregateSerializer } } -class _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateSerializer +class _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate> { + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate, - _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate, + _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate ]; @override final String wireName = - 'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate'; + 'GAccountTxsFieldsData_commentsIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate object, + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -25105,11 +25956,11 @@ class _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateSerializer } @override - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate deserialize( + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25132,62 +25983,66 @@ class _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateSerializer } } -class _$GAccountFieldsData_identity_smithSerializer - implements StructuredSerializer<GAccountFieldsData_identity_smith> { +class _$GAccountTxsFieldsData_transfersIssuedSerializer + implements StructuredSerializer<GAccountTxsFieldsData_transfersIssued> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_smith, - _$GAccountFieldsData_identity_smith + GAccountTxsFieldsData_transfersIssued, + _$GAccountTxsFieldsData_transfersIssued ]; @override - final String wireName = 'GAccountFieldsData_identity_smith'; + final String wireName = 'GAccountTxsFieldsData_transfersIssued'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_identity_smith object, + Serializers serializers, GAccountTxsFieldsData_transfersIssued object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'forged', - serializers.serialize(object.forged, specifiedType: const FullType(int)), - 'index', - serializers.serialize(object.index, specifiedType: const FullType(int)), - 'smithCertIssued', - serializers.serialize(object.smithCertIssued, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_smith_smithCertIssued) - ])), - 'smithCertReceived', - serializers.serialize(object.smithCertReceived, - specifiedType: const FullType(BuiltList, const [ - const FullType(GAccountFieldsData_identity_smith_smithCertReceived) - ])), + 'blockNumber', + serializers.serialize(object.blockNumber, + specifiedType: const FullType(int)), + 'timestamp', + serializers.serialize(object.timestamp, + specifiedType: const FullType(_i2.Gtimestamptz)), + 'amount', + serializers.serialize(object.amount, specifiedType: const FullType(int)), ]; Object? value; - value = object.lastChanged; + value = object.to; if (value != null) { result - ..add('lastChanged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); + ..add('to') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountTxsFieldsData_transfersIssued_to))); } - value = object.lastForged; + value = object.from; if (value != null) { result - ..add('lastForged') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); + ..add('from') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountTxsFieldsData_transfersIssued_from))); + } + value = object.comment; + if (value != null) { + result + ..add('comment') + ..add(serializers.serialize(value, + specifiedType: + const FullType(GAccountTxsFieldsData_transfersIssued_comment))); } return result; } @override - GAccountFieldsData_identity_smith deserialize( + GAccountTxsFieldsData_transfersIssued deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_smithBuilder(); + final result = new GAccountTxsFieldsData_transfersIssuedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25199,39 +26054,36 @@ class _$GAccountFieldsData_identity_smithSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'forged': - result.forged = serializers.deserialize(value, + case 'blockNumber': + result.blockNumber = serializers.deserialize(value, specifiedType: const FullType(int))! as int; break; - case 'index': - result.index = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'timestamp': + result.timestamp.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.Gtimestamptz))! + as _i2.Gtimestamptz); break; - case 'lastChanged': - result.lastChanged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; - case 'lastForged': - result.lastForged = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; + case 'to': + result.to.replace(serializers.deserialize(value, + specifiedType: + const FullType(GAccountTxsFieldsData_transfersIssued_to))! + as GAccountTxsFieldsData_transfersIssued_to); break; - case 'smithCertIssued': - result.smithCertIssued.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountFieldsData_identity_smith_smithCertIssued) - ]))! as BuiltList<Object?>); + case 'from': + result.from.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTxsFieldsData_transfersIssued_from))! + as GAccountTxsFieldsData_transfersIssued_from); break; - case 'smithCertReceived': - result.smithCertReceived.replace(serializers.deserialize(value, - specifiedType: const FullType(BuiltList, const [ - const FullType( - GAccountFieldsData_identity_smith_smithCertReceived) - ]))! as BuiltList<Object?>); + case 'comment': + result.comment.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTxsFieldsData_transfersIssued_comment))! + as GAccountTxsFieldsData_transfersIssued_comment); break; } } @@ -25240,21 +26092,19 @@ class _$GAccountFieldsData_identity_smithSerializer } } -class _$GAccountFieldsData_identity_smith_smithCertIssuedSerializer - implements - StructuredSerializer< - GAccountFieldsData_identity_smith_smithCertIssued> { +class _$GAccountTxsFieldsData_transfersIssued_toSerializer + implements StructuredSerializer<GAccountTxsFieldsData_transfersIssued_to> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_smith_smithCertIssued, - _$GAccountFieldsData_identity_smith_smithCertIssued + GAccountTxsFieldsData_transfersIssued_to, + _$GAccountTxsFieldsData_transfersIssued_to ]; @override - final String wireName = 'GAccountFieldsData_identity_smith_smithCertIssued'; + final String wireName = 'GAccountTxsFieldsData_transfersIssued_to'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_smith_smithCertIssued object, + Iterable<Object?> serialize( + Serializers serializers, GAccountTxsFieldsData_transfersIssued_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -25262,34 +26112,16 @@ class _$GAccountFieldsData_identity_smith_smithCertIssuedSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), ]; - Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } + return result; } @override - GAccountFieldsData_identity_smith_smithCertIssued deserialize( + GAccountTxsFieldsData_transfersIssued_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_identity_smith_smithCertIssuedBuilder(); + final result = new GAccountTxsFieldsData_transfersIssued_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25305,18 +26137,6 @@ class _$GAccountFieldsData_identity_smith_smithCertIssuedSerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; } } @@ -25324,21 +26144,20 @@ class _$GAccountFieldsData_identity_smith_smithCertIssuedSerializer } } -class _$GAccountFieldsData_identity_smith_smithCertReceivedSerializer +class _$GAccountTxsFieldsData_transfersIssued_fromSerializer implements - StructuredSerializer< - GAccountFieldsData_identity_smith_smithCertReceived> { + StructuredSerializer<GAccountTxsFieldsData_transfersIssued_from> { @override final Iterable<Type> types = const [ - GAccountFieldsData_identity_smith_smithCertReceived, - _$GAccountFieldsData_identity_smith_smithCertReceived + GAccountTxsFieldsData_transfersIssued_from, + _$GAccountTxsFieldsData_transfersIssued_from ]; @override - final String wireName = 'GAccountFieldsData_identity_smith_smithCertReceived'; + final String wireName = 'GAccountTxsFieldsData_transfersIssued_from'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_identity_smith_smithCertReceived object, + GAccountTxsFieldsData_transfersIssued_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -25346,103 +26165,16 @@ class _$GAccountFieldsData_identity_smith_smithCertReceivedSerializer specifiedType: const FullType(String)), 'id', serializers.serialize(object.id, specifiedType: const FullType(String)), - 'createdOn', - serializers.serialize(object.createdOn, - specifiedType: const FullType(int)), - ]; - Object? value; - value = object.issuerId; - if (value != null) { - result - ..add('issuerId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.receiverId; - if (value != null) { - result - ..add('receiverId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - return result; - } - - @override - GAccountFieldsData_identity_smith_smithCertReceived deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_identity_smith_smithCertReceivedBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'issuerId': - result.issuerId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'receiverId': - result.receiverId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'createdOn': - result.createdOn = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - } - } - - return result.build(); - } -} - -class _$GAccountFieldsData_identity_udHistorySerializer - implements StructuredSerializer<GAccountFieldsData_identity_udHistory> { - @override - final Iterable<Type> types = const [ - GAccountFieldsData_identity_udHistory, - _$GAccountFieldsData_identity_udHistory - ]; - @override - final String wireName = 'GAccountFieldsData_identity_udHistory'; - - @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_identity_udHistory object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), ]; return result; } @override - GAccountFieldsData_identity_udHistory deserialize( + GAccountTxsFieldsData_transfersIssued_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_identity_udHistoryBuilder(); + final result = new GAccountTxsFieldsData_transfersIssued_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25458,15 +26190,6 @@ class _$GAccountFieldsData_identity_udHistorySerializer result.id = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); - break; } } @@ -25474,55 +26197,38 @@ class _$GAccountFieldsData_identity_udHistorySerializer } } -class _$GAccountFieldsData_linkedIdentitySerializer - implements StructuredSerializer<GAccountFieldsData_linkedIdentity> { +class _$GAccountTxsFieldsData_transfersIssued_commentSerializer + implements + StructuredSerializer<GAccountTxsFieldsData_transfersIssued_comment> { @override final Iterable<Type> types = const [ - GAccountFieldsData_linkedIdentity, - _$GAccountFieldsData_linkedIdentity + GAccountTxsFieldsData_transfersIssued_comment, + _$GAccountTxsFieldsData_transfersIssued_comment ]; @override - final String wireName = 'GAccountFieldsData_linkedIdentity'; + final String wireName = 'GAccountTxsFieldsData_transfersIssued_comment'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_linkedIdentity object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTxsFieldsData_transfersIssued_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), + 'remark', + serializers.serialize(object.remark, + specifiedType: const FullType(String)), ]; - Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; - if (value != null) { - result - ..add('status') - ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); - } + return result; } @override - GAccountFieldsData_linkedIdentity deserialize( + GAccountTxsFieldsData_transfersIssued_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_linkedIdentityBuilder(); + final result = new GAccountTxsFieldsData_transfersIssued_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25534,25 +26240,8 @@ class _$GAccountFieldsData_linkedIdentitySerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, + case 'remark': + result.remark = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; } @@ -25562,55 +26251,43 @@ class _$GAccountFieldsData_linkedIdentitySerializer } } -class _$GAccountFieldsData_removedIdentitiesSerializer - implements StructuredSerializer<GAccountFieldsData_removedIdentities> { +class _$GAccountTxsFieldsData_transfersIssuedAggregateSerializer + implements + StructuredSerializer<GAccountTxsFieldsData_transfersIssuedAggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_removedIdentities, - _$GAccountFieldsData_removedIdentities + GAccountTxsFieldsData_transfersIssuedAggregate, + _$GAccountTxsFieldsData_transfersIssuedAggregate ]; @override - final String wireName = 'GAccountFieldsData_removedIdentities'; + final String wireName = 'GAccountTxsFieldsData_transfersIssuedAggregate'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_removedIdentities object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTxsFieldsData_transfersIssuedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'isMember', - serializers.serialize(object.isMember, - specifiedType: const FullType(bool)), - 'name', - serializers.serialize(object.name, specifiedType: const FullType(String)), ]; Object? value; - value = object.accountId; - if (value != null) { - result - ..add('accountId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.status; + value = object.aggregate; if (value != null) { result - ..add('status') + ..add('aggregate') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum))); + specifiedType: const FullType( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate))); } return result; } @override - GAccountFieldsData_removedIdentities deserialize( + GAccountTxsFieldsData_transfersIssuedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_removedIdentitiesBuilder(); + final result = new GAccountTxsFieldsData_transfersIssuedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25622,26 +26299,11 @@ class _$GAccountFieldsData_removedIdentitiesSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'accountId': - result.accountId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'isMember': - result.isMember = serializers.deserialize(value, - specifiedType: const FullType(bool))! as bool; - break; - case 'status': - result.status = serializers.deserialize(value, - specifiedType: const FullType(_i2.GIdentityStatusEnum)) - as _i2.GIdentityStatusEnum?; - break; - case 'name': - result.name = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; + case 'aggregate': + result.aggregate.replace(serializers.deserialize(value, + specifiedType: const FullType( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate))! + as GAccountTxsFieldsData_transfersIssuedAggregate_aggregate); break; } } @@ -25650,43 +26312,48 @@ class _$GAccountFieldsData_removedIdentitiesSerializer } } -class _$GAccountFieldsData_removedIdentitiesAggregateSerializer +class _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregateSerializer implements - StructuredSerializer<GAccountFieldsData_removedIdentitiesAggregate> { + StructuredSerializer< + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_removedIdentitiesAggregate, - _$GAccountFieldsData_removedIdentitiesAggregate + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate, + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate ]; @override - final String wireName = 'GAccountFieldsData_removedIdentitiesAggregate'; + final String wireName = + 'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_removedIdentitiesAggregate object, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), + 'count', + serializers.serialize(object.count, specifiedType: const FullType(int)), ]; Object? value; - value = object.aggregate; + value = object.sum; if (value != null) { result - ..add('aggregate') + ..add('sum') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountFieldsData_removedIdentitiesAggregate_aggregate))); + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum))); } return result; } @override - GAccountFieldsData_removedIdentitiesAggregate deserialize( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_removedIdentitiesAggregateBuilder(); + final result = + new GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25698,11 +26365,15 @@ class _$GAccountFieldsData_removedIdentitiesAggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, + case 'sum': + result.sum.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_removedIdentitiesAggregate_aggregate))! - as GAccountFieldsData_removedIdentitiesAggregate_aggregate); + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum))! + as GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum); + break; + case 'count': + result.count = serializers.deserialize(value, + specifiedType: const FullType(int))! as int; break; } } @@ -25711,40 +26382,44 @@ class _$GAccountFieldsData_removedIdentitiesAggregateSerializer } } -class _$GAccountFieldsData_removedIdentitiesAggregate_aggregateSerializer +class _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumSerializer implements StructuredSerializer< - GAccountFieldsData_removedIdentitiesAggregate_aggregate> { + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GAccountFieldsData_removedIdentitiesAggregate_aggregate, - _$GAccountFieldsData_removedIdentitiesAggregate_aggregate + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum, + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum ]; @override final String wireName = - 'GAccountFieldsData_removedIdentitiesAggregate_aggregate'; + 'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_removedIdentitiesAggregate_aggregate object, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', serializers.serialize(object.G__typename, specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), ]; - + Object? value; + value = object.amount; + if (value != null) { + result + ..add('amount') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } return result; } @override - GAccountFieldsData_removedIdentitiesAggregate_aggregate deserialize( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder(); + new GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25756,9 +26431,9 @@ class _$GAccountFieldsData_removedIdentitiesAggregate_aggregateSerializer result.G__typename = serializers.deserialize(value, specifiedType: const FullType(String))! as String; break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; + case 'amount': + result.amount = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; break; } } @@ -25767,19 +26442,19 @@ class _$GAccountFieldsData_removedIdentitiesAggregate_aggregateSerializer } } -class _$GAccountFieldsData_transfersIssuedSerializer - implements StructuredSerializer<GAccountFieldsData_transfersIssued> { +class _$GAccountTxsFieldsData_transfersReceivedSerializer + implements StructuredSerializer<GAccountTxsFieldsData_transfersReceived> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersIssued, - _$GAccountFieldsData_transfersIssued + GAccountTxsFieldsData_transfersReceived, + _$GAccountTxsFieldsData_transfersReceived ]; @override - final String wireName = 'GAccountFieldsData_transfersIssued'; + final String wireName = 'GAccountTxsFieldsData_transfersReceived'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_transfersIssued object, + Serializers serializers, GAccountTxsFieldsData_transfersReceived object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -25801,7 +26476,7 @@ class _$GAccountFieldsData_transfersIssuedSerializer ..add('to') ..add(serializers.serialize(value, specifiedType: - const FullType(GAccountFieldsData_transfersIssued_to))); + const FullType(GAccountTxsFieldsData_transfersReceived_to))); } value = object.from; if (value != null) { @@ -25809,24 +26484,24 @@ class _$GAccountFieldsData_transfersIssuedSerializer ..add('from') ..add(serializers.serialize(value, specifiedType: - const FullType(GAccountFieldsData_transfersIssued_from))); + const FullType(GAccountTxsFieldsData_transfersReceived_from))); } value = object.comment; if (value != null) { result ..add('comment') ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountFieldsData_transfersIssued_comment))); + specifiedType: const FullType( + GAccountTxsFieldsData_transfersReceived_comment))); } return result; } @override - GAccountFieldsData_transfersIssued deserialize( + GAccountTxsFieldsData_transfersReceived deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersIssuedBuilder(); + final result = new GAccountTxsFieldsData_transfersReceivedBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25853,21 +26528,21 @@ class _$GAccountFieldsData_transfersIssuedSerializer break; case 'to': result.to.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountFieldsData_transfersIssued_to))! - as GAccountFieldsData_transfersIssued_to); + specifiedType: const FullType( + GAccountTxsFieldsData_transfersReceived_to))! + as GAccountTxsFieldsData_transfersReceived_to); break; case 'from': result.from.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountFieldsData_transfersIssued_from))! - as GAccountFieldsData_transfersIssued_from); + specifiedType: const FullType( + GAccountTxsFieldsData_transfersReceived_from))! + as GAccountTxsFieldsData_transfersReceived_from); break; case 'comment': result.comment.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_transfersIssued_comment))! - as GAccountFieldsData_transfersIssued_comment); + GAccountTxsFieldsData_transfersReceived_comment))! + as GAccountTxsFieldsData_transfersReceived_comment); break; } } @@ -25876,19 +26551,20 @@ class _$GAccountFieldsData_transfersIssuedSerializer } } -class _$GAccountFieldsData_transfersIssued_toSerializer - implements StructuredSerializer<GAccountFieldsData_transfersIssued_to> { +class _$GAccountTxsFieldsData_transfersReceived_toSerializer + implements + StructuredSerializer<GAccountTxsFieldsData_transfersReceived_to> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersIssued_to, - _$GAccountFieldsData_transfersIssued_to + GAccountTxsFieldsData_transfersReceived_to, + _$GAccountTxsFieldsData_transfersReceived_to ]; @override - final String wireName = 'GAccountFieldsData_transfersIssued_to'; + final String wireName = 'GAccountTxsFieldsData_transfersReceived_to'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_transfersIssued_to object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTxsFieldsData_transfersReceived_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -25902,10 +26578,10 @@ class _$GAccountFieldsData_transfersIssued_toSerializer } @override - GAccountFieldsData_transfersIssued_to deserialize( + GAccountTxsFieldsData_transfersReceived_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersIssued_toBuilder(); + final result = new GAccountTxsFieldsData_transfersReceived_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25928,19 +26604,20 @@ class _$GAccountFieldsData_transfersIssued_toSerializer } } -class _$GAccountFieldsData_transfersIssued_fromSerializer - implements StructuredSerializer<GAccountFieldsData_transfersIssued_from> { +class _$GAccountTxsFieldsData_transfersReceived_fromSerializer + implements + StructuredSerializer<GAccountTxsFieldsData_transfersReceived_from> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersIssued_from, - _$GAccountFieldsData_transfersIssued_from + GAccountTxsFieldsData_transfersReceived_from, + _$GAccountTxsFieldsData_transfersReceived_from ]; @override - final String wireName = 'GAccountFieldsData_transfersIssued_from'; + final String wireName = 'GAccountTxsFieldsData_transfersReceived_from'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_transfersIssued_from object, + Iterable<Object?> serialize(Serializers serializers, + GAccountTxsFieldsData_transfersReceived_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -25954,10 +26631,10 @@ class _$GAccountFieldsData_transfersIssued_fromSerializer } @override - GAccountFieldsData_transfersIssued_from deserialize( + GAccountTxsFieldsData_transfersReceived_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersIssued_fromBuilder(); + final result = new GAccountTxsFieldsData_transfersReceived_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -25980,20 +26657,20 @@ class _$GAccountFieldsData_transfersIssued_fromSerializer } } -class _$GAccountFieldsData_transfersIssued_commentSerializer +class _$GAccountTxsFieldsData_transfersReceived_commentSerializer implements - StructuredSerializer<GAccountFieldsData_transfersIssued_comment> { + StructuredSerializer<GAccountTxsFieldsData_transfersReceived_comment> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersIssued_comment, - _$GAccountFieldsData_transfersIssued_comment + GAccountTxsFieldsData_transfersReceived_comment, + _$GAccountTxsFieldsData_transfersReceived_comment ]; @override - final String wireName = 'GAccountFieldsData_transfersIssued_comment'; + final String wireName = 'GAccountTxsFieldsData_transfersReceived_comment'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_transfersIssued_comment object, + GAccountTxsFieldsData_transfersReceived_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -26008,10 +26685,10 @@ class _$GAccountFieldsData_transfersIssued_commentSerializer } @override - GAccountFieldsData_transfersIssued_comment deserialize( + GAccountTxsFieldsData_transfersReceived_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersIssued_commentBuilder(); + final result = new GAccountTxsFieldsData_transfersReceived_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -26034,20 +26711,20 @@ class _$GAccountFieldsData_transfersIssued_commentSerializer } } -class _$GAccountFieldsData_transfersIssuedAggregateSerializer +class _$GAccountTxsFieldsData_transfersReceivedAggregateSerializer implements - StructuredSerializer<GAccountFieldsData_transfersIssuedAggregate> { + StructuredSerializer<GAccountTxsFieldsData_transfersReceivedAggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersIssuedAggregate, - _$GAccountFieldsData_transfersIssuedAggregate + GAccountTxsFieldsData_transfersReceivedAggregate, + _$GAccountTxsFieldsData_transfersReceivedAggregate ]; @override - final String wireName = 'GAccountFieldsData_transfersIssuedAggregate'; + final String wireName = 'GAccountTxsFieldsData_transfersReceivedAggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_transfersIssuedAggregate object, + GAccountTxsFieldsData_transfersReceivedAggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -26061,16 +26738,17 @@ class _$GAccountFieldsData_transfersIssuedAggregateSerializer ..add('aggregate') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountFieldsData_transfersIssuedAggregate_aggregate))); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate))); } return result; } @override - GAccountFieldsData_transfersIssuedAggregate deserialize( + GAccountTxsFieldsData_transfersReceivedAggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersIssuedAggregateBuilder(); + final result = + new GAccountTxsFieldsData_transfersReceivedAggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -26085,8 +26763,8 @@ class _$GAccountFieldsData_transfersIssuedAggregateSerializer case 'aggregate': result.aggregate.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_transfersIssuedAggregate_aggregate))! - as GAccountFieldsData_transfersIssuedAggregate_aggregate); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate))! + as GAccountTxsFieldsData_transfersReceivedAggregate_aggregate); break; } } @@ -26095,22 +26773,22 @@ class _$GAccountFieldsData_transfersIssuedAggregateSerializer } } -class _$GAccountFieldsData_transfersIssuedAggregate_aggregateSerializer +class _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregateSerializer implements StructuredSerializer< - GAccountFieldsData_transfersIssuedAggregate_aggregate> { + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersIssuedAggregate_aggregate, - _$GAccountFieldsData_transfersIssuedAggregate_aggregate + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate, + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate ]; @override final String wireName = - 'GAccountFieldsData_transfersIssuedAggregate_aggregate'; + 'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_transfersIssuedAggregate_aggregate object, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -26126,17 +26804,17 @@ class _$GAccountFieldsData_transfersIssuedAggregate_aggregateSerializer ..add('sum') ..add(serializers.serialize(value, specifiedType: const FullType( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum))); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum))); } return result; } @override - GAccountFieldsData_transfersIssuedAggregate_aggregate deserialize( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder(); + new GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -26151,8 +26829,8 @@ class _$GAccountFieldsData_transfersIssuedAggregate_aggregateSerializer case 'sum': result.sum.replace(serializers.deserialize(value, specifiedType: const FullType( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum))! - as GAccountFieldsData_transfersIssuedAggregate_aggregate_sum); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum))! + as GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum); break; case 'count': result.count = serializers.deserialize(value, @@ -26165,22 +26843,22 @@ class _$GAccountFieldsData_transfersIssuedAggregate_aggregateSerializer } } -class _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sumSerializer +class _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumSerializer implements StructuredSerializer< - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum> { + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum, - _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum, + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum ]; @override final String wireName = - 'GAccountFieldsData_transfersIssuedAggregate_aggregate_sum'; + 'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum'; @override Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum object, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -26198,11 +26876,11 @@ class _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sumSerializer } @override - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum deserialize( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { final result = - new GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder(); + new GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -26225,19 +26903,19 @@ class _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sumSerializer } } -class _$GAccountFieldsData_transfersReceivedSerializer - implements StructuredSerializer<GAccountFieldsData_transfersReceived> { +class _$GTransferFieldsDataSerializer + implements StructuredSerializer<GTransferFieldsData> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersReceived, - _$GAccountFieldsData_transfersReceived + GTransferFieldsData, + _$GTransferFieldsData ]; @override - final String wireName = 'GAccountFieldsData_transfersReceived'; + final String wireName = 'GTransferFieldsData'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_transfersReceived object, + Serializers serializers, GTransferFieldsData object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -26258,33 +26936,30 @@ class _$GAccountFieldsData_transfersReceivedSerializer result ..add('to') ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountFieldsData_transfersReceived_to))); + specifiedType: const FullType(GTransferFieldsData_to))); } value = object.from; if (value != null) { result ..add('from') ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountFieldsData_transfersReceived_from))); + specifiedType: const FullType(GTransferFieldsData_from))); } value = object.comment; if (value != null) { result ..add('comment') ..add(serializers.serialize(value, - specifiedType: - const FullType(GAccountFieldsData_transfersReceived_comment))); + specifiedType: const FullType(GTransferFieldsData_comment))); } return result; } @override - GAccountFieldsData_transfersReceived deserialize( + GTransferFieldsData deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersReceivedBuilder(); + final result = new GTransferFieldsDataBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -26311,21 +26986,18 @@ class _$GAccountFieldsData_transfersReceivedSerializer break; case 'to': result.to.replace(serializers.deserialize(value, - specifiedType: - const FullType(GAccountFieldsData_transfersReceived_to))! - as GAccountFieldsData_transfersReceived_to); + specifiedType: const FullType(GTransferFieldsData_to))! + as GTransferFieldsData_to); break; case 'from': result.from.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_transfersReceived_from))! - as GAccountFieldsData_transfersReceived_from); + specifiedType: const FullType(GTransferFieldsData_from))! + as GTransferFieldsData_from); break; case 'comment': result.comment.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_transfersReceived_comment))! - as GAccountFieldsData_transfersReceived_comment); + specifiedType: const FullType(GTransferFieldsData_comment))! + as GTransferFieldsData_comment); break; } } @@ -26334,19 +27006,19 @@ class _$GAccountFieldsData_transfersReceivedSerializer } } -class _$GAccountFieldsData_transfersReceived_toSerializer - implements StructuredSerializer<GAccountFieldsData_transfersReceived_to> { +class _$GTransferFieldsData_toSerializer + implements StructuredSerializer<GTransferFieldsData_to> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersReceived_to, - _$GAccountFieldsData_transfersReceived_to + GTransferFieldsData_to, + _$GTransferFieldsData_to ]; @override - final String wireName = 'GAccountFieldsData_transfersReceived_to'; + final String wireName = 'GTransferFieldsData_to'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_transfersReceived_to object, + Serializers serializers, GTransferFieldsData_to object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -26360,10 +27032,10 @@ class _$GAccountFieldsData_transfersReceived_toSerializer } @override - GAccountFieldsData_transfersReceived_to deserialize( + GTransferFieldsData_to deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersReceived_toBuilder(); + final result = new GTransferFieldsData_toBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -26386,19 +27058,19 @@ class _$GAccountFieldsData_transfersReceived_toSerializer } } -class _$GAccountFieldsData_transfersReceived_fromSerializer - implements StructuredSerializer<GAccountFieldsData_transfersReceived_from> { +class _$GTransferFieldsData_fromSerializer + implements StructuredSerializer<GTransferFieldsData_from> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersReceived_from, - _$GAccountFieldsData_transfersReceived_from + GTransferFieldsData_from, + _$GTransferFieldsData_from ]; @override - final String wireName = 'GAccountFieldsData_transfersReceived_from'; + final String wireName = 'GTransferFieldsData_from'; @override Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_transfersReceived_from object, + Serializers serializers, GTransferFieldsData_from object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -26412,10 +27084,10 @@ class _$GAccountFieldsData_transfersReceived_fromSerializer } @override - GAccountFieldsData_transfersReceived_from deserialize( + GTransferFieldsData_from deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersReceived_fromBuilder(); + final result = new GTransferFieldsData_fromBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -26438,20 +27110,19 @@ class _$GAccountFieldsData_transfersReceived_fromSerializer } } -class _$GAccountFieldsData_transfersReceived_commentSerializer - implements - StructuredSerializer<GAccountFieldsData_transfersReceived_comment> { +class _$GTransferFieldsData_commentSerializer + implements StructuredSerializer<GTransferFieldsData_comment> { @override final Iterable<Type> types = const [ - GAccountFieldsData_transfersReceived_comment, - _$GAccountFieldsData_transfersReceived_comment + GTransferFieldsData_comment, + _$GTransferFieldsData_comment ]; @override - final String wireName = 'GAccountFieldsData_transfersReceived_comment'; + final String wireName = 'GTransferFieldsData_comment'; @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_transfersReceived_comment object, + Iterable<Object?> serialize( + Serializers serializers, GTransferFieldsData_comment object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ '__typename', @@ -26466,10 +27137,10 @@ class _$GAccountFieldsData_transfersReceived_commentSerializer } @override - GAccountFieldsData_transfersReceived_comment deserialize( + GTransferFieldsData_comment deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersReceived_commentBuilder(); + final result = new GTransferFieldsData_commentBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -26492,681 +27163,243 @@ class _$GAccountFieldsData_transfersReceived_commentSerializer } } -class _$GAccountFieldsData_transfersReceivedAggregateSerializer - implements - StructuredSerializer<GAccountFieldsData_transfersReceivedAggregate> { +class _$GLastBlockData extends GLastBlockData { @override - final Iterable<Type> types = const [ - GAccountFieldsData_transfersReceivedAggregate, - _$GAccountFieldsData_transfersReceivedAggregate - ]; + final String G__typename; @override - final String wireName = 'GAccountFieldsData_transfersReceivedAggregate'; + final BuiltList<GLastBlockData_block> block; - @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_transfersReceivedAggregate object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountFieldsData_transfersReceivedAggregate_aggregate))); - } - return result; + factory _$GLastBlockData([void Function(GLastBlockDataBuilder)? updates]) => + (new GLastBlockDataBuilder()..update(updates))._build(); + + _$GLastBlockData._({required this.G__typename, required this.block}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GLastBlockData', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(block, r'GLastBlockData', 'block'); } @override - GAccountFieldsData_transfersReceivedAggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_transfersReceivedAggregateBuilder(); + GLastBlockData rebuild(void Function(GLastBlockDataBuilder) updates) => + (toBuilder()..update(updates)).build(); - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_transfersReceivedAggregate_aggregate))! - as GAccountFieldsData_transfersReceivedAggregate_aggregate); - break; - } - } + @override + GLastBlockDataBuilder toBuilder() => + new GLastBlockDataBuilder()..replace(this); - return result.build(); + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GLastBlockData && + G__typename == other.G__typename && + block == other.block; } -} -class _$GAccountFieldsData_transfersReceivedAggregate_aggregateSerializer - implements - StructuredSerializer< - GAccountFieldsData_transfersReceivedAggregate_aggregate> { @override - final Iterable<Type> types = const [ - GAccountFieldsData_transfersReceivedAggregate_aggregate, - _$GAccountFieldsData_transfersReceivedAggregate_aggregate - ]; - @override - final String wireName = - 'GAccountFieldsData_transfersReceivedAggregate_aggregate'; + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, block.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_transfersReceivedAggregate_aggregate object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), - ]; - Object? value; - value = object.sum; - if (value != null) { - result - ..add('sum') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum))); - } - return result; + String toString() { + return (newBuiltValueToStringHelper(r'GLastBlockData') + ..add('G__typename', G__typename) + ..add('block', block)) + .toString(); } +} - @override - GAccountFieldsData_transfersReceivedAggregate_aggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder(); +class GLastBlockDataBuilder + implements Builder<GLastBlockData, GLastBlockDataBuilder> { + _$GLastBlockData? _$v; - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'sum': - result.sum.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum))! - as GAccountFieldsData_transfersReceivedAggregate_aggregate_sum); - break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - } - } + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; - return result.build(); + ListBuilder<GLastBlockData_block>? _block; + ListBuilder<GLastBlockData_block> get block => + _$this._block ??= new ListBuilder<GLastBlockData_block>(); + set block(ListBuilder<GLastBlockData_block>? block) => _$this._block = block; + + GLastBlockDataBuilder() { + GLastBlockData._initializeBuilder(this); + } + + GLastBlockDataBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _block = $v.block.toBuilder(); + _$v = null; + } + return this; } -} -class _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sumSerializer - implements - StructuredSerializer< - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum> { - @override - final Iterable<Type> types = const [ - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum, - _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum - ]; @override - final String wireName = - 'GAccountFieldsData_transfersReceivedAggregate_aggregate_sum'; + void replace(GLastBlockData other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GLastBlockData; + } @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - ]; - Object? value; - value = object.amount; - if (value != null) { - result - ..add('amount') - ..add(serializers.serialize(value, specifiedType: const FullType(int))); - } - return result; + void update(void Function(GLastBlockDataBuilder)? updates) { + if (updates != null) updates(this); } @override - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder(); + GLastBlockData build() => _build(); - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int)) as int?; - break; + _$GLastBlockData _build() { + _$GLastBlockData _$result; + try { + _$result = _$v ?? + new _$GLastBlockData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GLastBlockData', 'G__typename'), + block: block.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'block'; + block.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GLastBlockData', _$failedField, e.toString()); } + rethrow; } - - return result.build(); + replace(_$result); + return _$result; } } -class _$GAccountFieldsData_wasIdentitySerializer - implements StructuredSerializer<GAccountFieldsData_wasIdentity> { +class _$GLastBlockData_block extends GLastBlockData_block { @override - final Iterable<Type> types = const [ - GAccountFieldsData_wasIdentity, - _$GAccountFieldsData_wasIdentity - ]; + final String G__typename; @override - final String wireName = 'GAccountFieldsData_wasIdentity'; + final int height; - @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_wasIdentity object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), - ]; - Object? value; - value = object.identityId; - if (value != null) { - result - ..add('identityId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.nextId; - if (value != null) { - result - ..add('nextId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - value = object.previousId; - if (value != null) { - result - ..add('previousId') - ..add(serializers.serialize(value, - specifiedType: const FullType(String))); - } - return result; + factory _$GLastBlockData_block( + [void Function(GLastBlockData_blockBuilder)? updates]) => + (new GLastBlockData_blockBuilder()..update(updates))._build(); + + _$GLastBlockData_block._({required this.G__typename, required this.height}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GLastBlockData_block', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + height, r'GLastBlockData_block', 'height'); } @override - GAccountFieldsData_wasIdentity deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_wasIdentityBuilder(); + GLastBlockData_block rebuild( + void Function(GLastBlockData_blockBuilder) updates) => + (toBuilder()..update(updates)).build(); - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'identityId': - result.identityId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'nextId': - result.nextId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - case 'previousId': - result.previousId = serializers.deserialize(value, - specifiedType: const FullType(String)) as String?; - break; - } - } + @override + GLastBlockData_blockBuilder toBuilder() => + new GLastBlockData_blockBuilder()..replace(this); - return result.build(); + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GLastBlockData_block && + G__typename == other.G__typename && + height == other.height; } -} -class _$GAccountFieldsData_wasIdentityAggregateSerializer - implements StructuredSerializer<GAccountFieldsData_wasIdentityAggregate> { - @override - final Iterable<Type> types = const [ - GAccountFieldsData_wasIdentityAggregate, - _$GAccountFieldsData_wasIdentityAggregate - ]; @override - final String wireName = 'GAccountFieldsData_wasIdentityAggregate'; + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, height.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } @override - Iterable<Object?> serialize( - Serializers serializers, GAccountFieldsData_wasIdentityAggregate object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - ]; - Object? value; - value = object.aggregate; - if (value != null) { - result - ..add('aggregate') - ..add(serializers.serialize(value, - specifiedType: const FullType( - GAccountFieldsData_wasIdentityAggregate_aggregate))); + String toString() { + return (newBuiltValueToStringHelper(r'GLastBlockData_block') + ..add('G__typename', G__typename) + ..add('height', height)) + .toString(); + } +} + +class GLastBlockData_blockBuilder + implements Builder<GLastBlockData_block, GLastBlockData_blockBuilder> { + _$GLastBlockData_block? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _height; + int? get height => _$this._height; + set height(int? height) => _$this._height = height; + + GLastBlockData_blockBuilder() { + GLastBlockData_block._initializeBuilder(this); + } + + GLastBlockData_blockBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _height = $v.height; + _$v = null; } - return result; + return this; } @override - GAccountFieldsData_wasIdentityAggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountFieldsData_wasIdentityAggregateBuilder(); + void replace(GLastBlockData_block other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GLastBlockData_block; + } - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'aggregate': - result.aggregate.replace(serializers.deserialize(value, - specifiedType: const FullType( - GAccountFieldsData_wasIdentityAggregate_aggregate))! - as GAccountFieldsData_wasIdentityAggregate_aggregate); - break; - } - } + @override + void update(void Function(GLastBlockData_blockBuilder)? updates) { + if (updates != null) updates(this); + } - return result.build(); + @override + GLastBlockData_block build() => _build(); + + _$GLastBlockData_block _build() { + final _$result = _$v ?? + new _$GLastBlockData_block._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GLastBlockData_block', 'G__typename'), + height: BuiltValueNullFieldError.checkNotNull( + height, r'GLastBlockData_block', 'height')); + replace(_$result); + return _$result; } } -class _$GAccountFieldsData_wasIdentityAggregate_aggregateSerializer - implements - StructuredSerializer< - GAccountFieldsData_wasIdentityAggregate_aggregate> { +class _$GIdentitiesByNameOrPkData extends GIdentitiesByNameOrPkData { @override - final Iterable<Type> types = const [ - GAccountFieldsData_wasIdentityAggregate_aggregate, - _$GAccountFieldsData_wasIdentityAggregate_aggregate - ]; + final String G__typename; @override - final String wireName = 'GAccountFieldsData_wasIdentityAggregate_aggregate'; + final BuiltList<GIdentitiesByNameOrPkData_identity> identity; - @override - Iterable<Object?> serialize(Serializers serializers, - GAccountFieldsData_wasIdentityAggregate_aggregate object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'count', - serializers.serialize(object.count, specifiedType: const FullType(int)), - ]; + factory _$GIdentitiesByNameOrPkData( + [void Function(GIdentitiesByNameOrPkDataBuilder)? updates]) => + (new GIdentitiesByNameOrPkDataBuilder()..update(updates))._build(); - return result; - } - - @override - GAccountFieldsData_wasIdentityAggregate_aggregate deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = - new GAccountFieldsData_wasIdentityAggregate_aggregateBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'count': - result.count = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - } - } - - return result.build(); - } -} - -class _$GTransferFieldsDataSerializer - implements StructuredSerializer<GTransferFieldsData> { - @override - final Iterable<Type> types = const [ - GTransferFieldsData, - _$GTransferFieldsData - ]; - @override - final String wireName = 'GTransferFieldsData'; - - @override - Iterable<Object?> serialize( - Serializers serializers, GTransferFieldsData object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'blockNumber', - serializers.serialize(object.blockNumber, - specifiedType: const FullType(int)), - 'timestamp', - serializers.serialize(object.timestamp, - specifiedType: const FullType(_i2.Gtimestamptz)), - 'amount', - serializers.serialize(object.amount, specifiedType: const FullType(int)), - ]; - Object? value; - value = object.to; - if (value != null) { - result - ..add('to') - ..add(serializers.serialize(value, - specifiedType: const FullType(GTransferFieldsData_to))); - } - value = object.from; - if (value != null) { - result - ..add('from') - ..add(serializers.serialize(value, - specifiedType: const FullType(GTransferFieldsData_from))); - } - value = object.comment; - if (value != null) { - result - ..add('comment') - ..add(serializers.serialize(value, - specifiedType: const FullType(GTransferFieldsData_comment))); - } - return result; - } - - @override - GTransferFieldsData deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GTransferFieldsDataBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'blockNumber': - result.blockNumber = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'timestamp': - result.timestamp.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.Gtimestamptz))! - as _i2.Gtimestamptz); - break; - case 'amount': - result.amount = serializers.deserialize(value, - specifiedType: const FullType(int))! as int; - break; - case 'to': - result.to.replace(serializers.deserialize(value, - specifiedType: const FullType(GTransferFieldsData_to))! - as GTransferFieldsData_to); - break; - case 'from': - result.from.replace(serializers.deserialize(value, - specifiedType: const FullType(GTransferFieldsData_from))! - as GTransferFieldsData_from); - break; - case 'comment': - result.comment.replace(serializers.deserialize(value, - specifiedType: const FullType(GTransferFieldsData_comment))! - as GTransferFieldsData_comment); - break; - } - } - - return result.build(); - } -} - -class _$GTransferFieldsData_toSerializer - implements StructuredSerializer<GTransferFieldsData_to> { - @override - final Iterable<Type> types = const [ - GTransferFieldsData_to, - _$GTransferFieldsData_to - ]; - @override - final String wireName = 'GTransferFieldsData_to'; - - @override - Iterable<Object?> serialize( - Serializers serializers, GTransferFieldsData_to object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - ]; - - return result; - } - - @override - GTransferFieldsData_to deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GTransferFieldsData_toBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - } - } - - return result.build(); - } -} - -class _$GTransferFieldsData_fromSerializer - implements StructuredSerializer<GTransferFieldsData_from> { - @override - final Iterable<Type> types = const [ - GTransferFieldsData_from, - _$GTransferFieldsData_from - ]; - @override - final String wireName = 'GTransferFieldsData_from'; - - @override - Iterable<Object?> serialize( - Serializers serializers, GTransferFieldsData_from object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'id', - serializers.serialize(object.id, specifiedType: const FullType(String)), - ]; - - return result; - } - - @override - GTransferFieldsData_from deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GTransferFieldsData_fromBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'id': - result.id = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - } - } - - return result.build(); - } -} - -class _$GTransferFieldsData_commentSerializer - implements StructuredSerializer<GTransferFieldsData_comment> { - @override - final Iterable<Type> types = const [ - GTransferFieldsData_comment, - _$GTransferFieldsData_comment - ]; - @override - final String wireName = 'GTransferFieldsData_comment'; - - @override - Iterable<Object?> serialize( - Serializers serializers, GTransferFieldsData_comment object, - {FullType specifiedType = FullType.unspecified}) { - final result = <Object?>[ - '__typename', - serializers.serialize(object.G__typename, - specifiedType: const FullType(String)), - 'remark', - serializers.serialize(object.remark, - specifiedType: const FullType(String)), - ]; - - return result; - } - - @override - GTransferFieldsData_comment deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - final result = new GTransferFieldsData_commentBuilder(); - - final iterator = serialized.iterator; - while (iterator.moveNext()) { - final key = iterator.current! as String; - iterator.moveNext(); - final Object? value = iterator.current; - switch (key) { - case '__typename': - result.G__typename = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - case 'remark': - result.remark = serializers.deserialize(value, - specifiedType: const FullType(String))! as String; - break; - } - } - - return result.build(); - } -} - -class _$GIdentitiesByNameOrPkData extends GIdentitiesByNameOrPkData { - @override - final String G__typename; - @override - final BuiltList<GIdentitiesByNameOrPkData_identity> identity; - - factory _$GIdentitiesByNameOrPkData( - [void Function(GIdentitiesByNameOrPkDataBuilder)? updates]) => - (new GIdentitiesByNameOrPkDataBuilder()..update(updates))._build(); - - _$GIdentitiesByNameOrPkData._( - {required this.G__typename, required this.identity}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByNameOrPkData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - identity, r'GIdentitiesByNameOrPkData', 'identity'); + _$GIdentitiesByNameOrPkData._( + {required this.G__typename, required this.identity}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentitiesByNameOrPkData', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + identity, r'GIdentitiesByNameOrPkData', 'identity'); } @override @@ -27279,57 +27512,17 @@ class _$GIdentitiesByNameOrPkData_identity @override final String? accountId; @override - final String? accountRemovedId; - @override - final BuiltList<GIdentitiesByNameOrPkData_identity_certIssued> certIssued; - @override - final GIdentitiesByNameOrPkData_identity_certIssuedAggregate - certIssuedAggregate; - @override - final BuiltList<GIdentitiesByNameOrPkData_identity_certReceived> certReceived; - @override - final GIdentitiesByNameOrPkData_identity_certReceivedAggregate - certReceivedAggregate; - @override - final String? createdInId; - @override - final int createdOn; - @override - final int expireOn; + final GIdentitiesByNameOrPkData_identity_account? account; @override final String id; @override - final int index; - @override final bool isMember; @override - final int lastChangeOn; - @override - final BuiltList<GIdentitiesByNameOrPkData_identity_linkedAccount> - linkedAccount; - @override - final GIdentitiesByNameOrPkData_identity_linkedAccountAggregate - linkedAccountAggregate; - @override final _i2.GIdentityStatusEnum? status; @override - final BuiltList<GIdentitiesByNameOrPkData_identity_membershipHistory> - membershipHistory; - @override - final GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate - membershipHistoryAggregate; - @override final String name; @override - final BuiltList<GIdentitiesByNameOrPkData_identity_ownerKeyChange> - ownerKeyChange; - @override - final GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate - ownerKeyChangeAggregate; - @override - final GIdentitiesByNameOrPkData_identity_smith? smith; - @override - final BuiltList<GIdentitiesByNameOrPkData_identity_udHistory>? udHistory; + final int expireOn; factory _$GIdentitiesByNameOrPkData_identity( [void Function(GIdentitiesByNameOrPkData_identityBuilder)? @@ -27340,65 +27533,23 @@ class _$GIdentitiesByNameOrPkData_identity _$GIdentitiesByNameOrPkData_identity._( {required this.G__typename, this.accountId, - this.accountRemovedId, - required this.certIssued, - required this.certIssuedAggregate, - required this.certReceived, - required this.certReceivedAggregate, - this.createdInId, - required this.createdOn, - required this.expireOn, + this.account, required this.id, - required this.index, required this.isMember, - required this.lastChangeOn, - required this.linkedAccount, - required this.linkedAccountAggregate, this.status, - required this.membershipHistory, - required this.membershipHistoryAggregate, required this.name, - required this.ownerKeyChange, - required this.ownerKeyChangeAggregate, - this.smith, - this.udHistory}) + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, r'GIdentitiesByNameOrPkData_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - certIssued, r'GIdentitiesByNameOrPkData_identity', 'certIssued'); - BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, - r'GIdentitiesByNameOrPkData_identity', 'certIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - certReceived, r'GIdentitiesByNameOrPkData_identity', 'certReceived'); - BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, - r'GIdentitiesByNameOrPkData_identity', 'certReceivedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameOrPkData_identity', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameOrPkData_identity', 'expireOn'); BuiltValueNullFieldError.checkNotNull( id, r'GIdentitiesByNameOrPkData_identity', 'id'); - BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByNameOrPkData_identity', 'index'); BuiltValueNullFieldError.checkNotNull( isMember, r'GIdentitiesByNameOrPkData_identity', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GIdentitiesByNameOrPkData_identity', 'lastChangeOn'); - BuiltValueNullFieldError.checkNotNull( - linkedAccount, r'GIdentitiesByNameOrPkData_identity', 'linkedAccount'); - BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, - r'GIdentitiesByNameOrPkData_identity', 'linkedAccountAggregate'); - BuiltValueNullFieldError.checkNotNull(membershipHistory, - r'GIdentitiesByNameOrPkData_identity', 'membershipHistory'); - BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, - r'GIdentitiesByNameOrPkData_identity', 'membershipHistoryAggregate'); BuiltValueNullFieldError.checkNotNull( name, r'GIdentitiesByNameOrPkData_identity', 'name'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChange, - r'GIdentitiesByNameOrPkData_identity', 'ownerKeyChange'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, - r'GIdentitiesByNameOrPkData_identity', 'ownerKeyChangeAggregate'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByNameOrPkData_identity', 'expireOn'); } @override @@ -27416,28 +27567,12 @@ class _$GIdentitiesByNameOrPkData_identity return other is GIdentitiesByNameOrPkData_identity && G__typename == other.G__typename && accountId == other.accountId && - accountRemovedId == other.accountRemovedId && - certIssued == other.certIssued && - certIssuedAggregate == other.certIssuedAggregate && - certReceived == other.certReceived && - certReceivedAggregate == other.certReceivedAggregate && - createdInId == other.createdInId && - createdOn == other.createdOn && - expireOn == other.expireOn && + account == other.account && id == other.id && - index == other.index && isMember == other.isMember && - lastChangeOn == other.lastChangeOn && - linkedAccount == other.linkedAccount && - linkedAccountAggregate == other.linkedAccountAggregate && status == other.status && - membershipHistory == other.membershipHistory && - membershipHistoryAggregate == other.membershipHistoryAggregate && name == other.name && - ownerKeyChange == other.ownerKeyChange && - ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && - smith == other.smith && - udHistory == other.udHistory; + expireOn == other.expireOn; } @override @@ -27445,28 +27580,12 @@ class _$GIdentitiesByNameOrPkData_identity var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, accountRemovedId.hashCode); - _$hash = $jc(_$hash, certIssued.hashCode); - _$hash = $jc(_$hash, certIssuedAggregate.hashCode); - _$hash = $jc(_$hash, certReceived.hashCode); - _$hash = $jc(_$hash, certReceivedAggregate.hashCode); - _$hash = $jc(_$hash, createdInId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, index.hashCode); _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, lastChangeOn.hashCode); - _$hash = $jc(_$hash, linkedAccount.hashCode); - _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, membershipHistory.hashCode); - _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); _$hash = $jc(_$hash, name.hashCode); - _$hash = $jc(_$hash, ownerKeyChange.hashCode); - _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); - _$hash = $jc(_$hash, smith.hashCode); - _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -27476,28 +27595,12 @@ class _$GIdentitiesByNameOrPkData_identity return (newBuiltValueToStringHelper(r'GIdentitiesByNameOrPkData_identity') ..add('G__typename', G__typename) ..add('accountId', accountId) - ..add('accountRemovedId', accountRemovedId) - ..add('certIssued', certIssued) - ..add('certIssuedAggregate', certIssuedAggregate) - ..add('certReceived', certReceived) - ..add('certReceivedAggregate', certReceivedAggregate) - ..add('createdInId', createdInId) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) + ..add('account', account) ..add('id', id) - ..add('index', index) ..add('isMember', isMember) - ..add('lastChangeOn', lastChangeOn) - ..add('linkedAccount', linkedAccount) - ..add('linkedAccountAggregate', linkedAccountAggregate) ..add('status', status) - ..add('membershipHistory', membershipHistory) - ..add('membershipHistoryAggregate', membershipHistoryAggregate) ..add('name', name) - ..add('ownerKeyChange', ownerKeyChange) - ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) - ..add('smith', smith) - ..add('udHistory', udHistory)) + ..add('expireOn', expireOn)) .toString(); } } @@ -27516,158 +27619,32 @@ class GIdentitiesByNameOrPkData_identityBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; - String? _accountRemovedId; - String? get accountRemovedId => _$this._accountRemovedId; - set accountRemovedId(String? accountRemovedId) => - _$this._accountRemovedId = accountRemovedId; - - ListBuilder<GIdentitiesByNameOrPkData_identity_certIssued>? _certIssued; - ListBuilder<GIdentitiesByNameOrPkData_identity_certIssued> get certIssued => - _$this._certIssued ??= - new ListBuilder<GIdentitiesByNameOrPkData_identity_certIssued>(); - set certIssued( - ListBuilder<GIdentitiesByNameOrPkData_identity_certIssued>? - certIssued) => - _$this._certIssued = certIssued; - - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder? - _certIssuedAggregate; - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder - get certIssuedAggregate => _$this._certIssuedAggregate ??= - new GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder(); - set certIssuedAggregate( - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder? - certIssuedAggregate) => - _$this._certIssuedAggregate = certIssuedAggregate; - - ListBuilder<GIdentitiesByNameOrPkData_identity_certReceived>? _certReceived; - ListBuilder<GIdentitiesByNameOrPkData_identity_certReceived> - get certReceived => _$this._certReceived ??= - new ListBuilder<GIdentitiesByNameOrPkData_identity_certReceived>(); - set certReceived( - ListBuilder<GIdentitiesByNameOrPkData_identity_certReceived>? - certReceived) => - _$this._certReceived = certReceived; - - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder? - _certReceivedAggregate; - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder - get certReceivedAggregate => _$this._certReceivedAggregate ??= - new GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder(); - set certReceivedAggregate( - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder? - certReceivedAggregate) => - _$this._certReceivedAggregate = certReceivedAggregate; - - String? _createdInId; - String? get createdInId => _$this._createdInId; - set createdInId(String? createdInId) => _$this._createdInId = createdInId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; + GIdentitiesByNameOrPkData_identity_accountBuilder? _account; + GIdentitiesByNameOrPkData_identity_accountBuilder get account => + _$this._account ??= + new GIdentitiesByNameOrPkData_identity_accountBuilder(); + set account(GIdentitiesByNameOrPkData_identity_accountBuilder? account) => + _$this._account = account; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - bool? _isMember; bool? get isMember => _$this._isMember; set isMember(bool? isMember) => _$this._isMember = isMember; - int? _lastChangeOn; - int? get lastChangeOn => _$this._lastChangeOn; - set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; - - ListBuilder<GIdentitiesByNameOrPkData_identity_linkedAccount>? _linkedAccount; - ListBuilder<GIdentitiesByNameOrPkData_identity_linkedAccount> - get linkedAccount => _$this._linkedAccount ??= - new ListBuilder<GIdentitiesByNameOrPkData_identity_linkedAccount>(); - set linkedAccount( - ListBuilder<GIdentitiesByNameOrPkData_identity_linkedAccount>? - linkedAccount) => - _$this._linkedAccount = linkedAccount; - - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder? - _linkedAccountAggregate; - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder - get linkedAccountAggregate => _$this._linkedAccountAggregate ??= - new GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder(); - set linkedAccountAggregate( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder? - linkedAccountAggregate) => - _$this._linkedAccountAggregate = linkedAccountAggregate; - _i2.GIdentityStatusEnum? _status; _i2.GIdentityStatusEnum? get status => _$this._status; set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - ListBuilder<GIdentitiesByNameOrPkData_identity_membershipHistory>? - _membershipHistory; - ListBuilder<GIdentitiesByNameOrPkData_identity_membershipHistory> - get membershipHistory => _$this._membershipHistory ??= new ListBuilder< - GIdentitiesByNameOrPkData_identity_membershipHistory>(); - set membershipHistory( - ListBuilder<GIdentitiesByNameOrPkData_identity_membershipHistory>? - membershipHistory) => - _$this._membershipHistory = membershipHistory; - - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder? - _membershipHistoryAggregate; - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder - get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= - new GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder(); - set membershipHistoryAggregate( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder? - membershipHistoryAggregate) => - _$this._membershipHistoryAggregate = membershipHistoryAggregate; - String? _name; String? get name => _$this._name; set name(String? name) => _$this._name = name; - ListBuilder<GIdentitiesByNameOrPkData_identity_ownerKeyChange>? - _ownerKeyChange; - ListBuilder<GIdentitiesByNameOrPkData_identity_ownerKeyChange> - get ownerKeyChange => _$this._ownerKeyChange ??= - new ListBuilder<GIdentitiesByNameOrPkData_identity_ownerKeyChange>(); - set ownerKeyChange( - ListBuilder<GIdentitiesByNameOrPkData_identity_ownerKeyChange>? - ownerKeyChange) => - _$this._ownerKeyChange = ownerKeyChange; - - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder? - _ownerKeyChangeAggregate; - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder - get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= - new GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder(); - set ownerKeyChangeAggregate( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder? - ownerKeyChangeAggregate) => - _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; - - GIdentitiesByNameOrPkData_identity_smithBuilder? _smith; - GIdentitiesByNameOrPkData_identity_smithBuilder get smith => - _$this._smith ??= new GIdentitiesByNameOrPkData_identity_smithBuilder(); - set smith(GIdentitiesByNameOrPkData_identity_smithBuilder? smith) => - _$this._smith = smith; - - ListBuilder<GIdentitiesByNameOrPkData_identity_udHistory>? _udHistory; - ListBuilder<GIdentitiesByNameOrPkData_identity_udHistory> get udHistory => - _$this._udHistory ??= - new ListBuilder<GIdentitiesByNameOrPkData_identity_udHistory>(); - set udHistory( - ListBuilder<GIdentitiesByNameOrPkData_identity_udHistory>? - udHistory) => - _$this._udHistory = udHistory; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; GIdentitiesByNameOrPkData_identityBuilder() { GIdentitiesByNameOrPkData_identity._initializeBuilder(this); @@ -27678,28 +27655,12 @@ class GIdentitiesByNameOrPkData_identityBuilder if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; - _accountRemovedId = $v.accountRemovedId; - _certIssued = $v.certIssued.toBuilder(); - _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); - _certReceived = $v.certReceived.toBuilder(); - _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); - _createdInId = $v.createdInId; - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; + _account = $v.account?.toBuilder(); _id = $v.id; - _index = $v.index; _isMember = $v.isMember; - _lastChangeOn = $v.lastChangeOn; - _linkedAccount = $v.linkedAccount.toBuilder(); - _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); _status = $v.status; - _membershipHistory = $v.membershipHistory.toBuilder(); - _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); _name = $v.name; - _ownerKeyChange = $v.ownerKeyChange.toBuilder(); - _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); - _smith = $v.smith?.toBuilder(); - _udHistory = $v.udHistory?.toBuilder(); + _expireOn = $v.expireOn; _$v = null; } return this; @@ -27725,67 +27686,24 @@ class GIdentitiesByNameOrPkData_identityBuilder try { _$result = _$v ?? new _$GIdentitiesByNameOrPkData_identity._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByNameOrPkData_identity', 'G__typename'), + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameOrPkData_identity', 'G__typename'), accountId: accountId, - accountRemovedId: accountRemovedId, - certIssued: certIssued.build(), - certIssuedAggregate: certIssuedAggregate.build(), - certReceived: certReceived.build(), - certReceivedAggregate: certReceivedAggregate.build(), - createdInId: createdInId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameOrPkData_identity', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameOrPkData_identity', 'expireOn'), + account: _account?.build(), id: BuiltValueNullFieldError.checkNotNull( id, r'GIdentitiesByNameOrPkData_identity', 'id'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByNameOrPkData_identity', 'index'), isMember: BuiltValueNullFieldError.checkNotNull( isMember, r'GIdentitiesByNameOrPkData_identity', 'isMember'), - lastChangeOn: BuiltValueNullFieldError.checkNotNull(lastChangeOn, - r'GIdentitiesByNameOrPkData_identity', 'lastChangeOn'), - linkedAccount: linkedAccount.build(), - linkedAccountAggregate: linkedAccountAggregate.build(), status: status, - membershipHistory: membershipHistory.build(), - membershipHistoryAggregate: membershipHistoryAggregate.build(), - name: BuiltValueNullFieldError.checkNotNull(name, r'GIdentitiesByNameOrPkData_identity', 'name'), - ownerKeyChange: ownerKeyChange.build(), - ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), - smith: _smith?.build(), - udHistory: _udHistory?.build()); + name: BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByNameOrPkData_identity', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByNameOrPkData_identity', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'certIssued'; - certIssued.build(); - _$failedField = 'certIssuedAggregate'; - certIssuedAggregate.build(); - _$failedField = 'certReceived'; - certReceived.build(); - _$failedField = 'certReceivedAggregate'; - certReceivedAggregate.build(); - - _$failedField = 'linkedAccount'; - linkedAccount.build(); - _$failedField = 'linkedAccountAggregate'; - linkedAccountAggregate.build(); - - _$failedField = 'membershipHistory'; - membershipHistory.build(); - _$failedField = 'membershipHistoryAggregate'; - membershipHistoryAggregate.build(); - - _$failedField = 'ownerKeyChange'; - ownerKeyChange.build(); - _$failedField = 'ownerKeyChangeAggregate'; - ownerKeyChangeAggregate.build(); - _$failedField = 'smith'; - _smith?.build(); - _$failedField = 'udHistory'; - _udHistory?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( r'GIdentitiesByNameOrPkData_identity', _$failedField, e.toString()); @@ -27797,101 +27715,51 @@ class GIdentitiesByNameOrPkData_identityBuilder } } -class _$GIdentitiesByNameOrPkData_identity_certIssued - extends GIdentitiesByNameOrPkData_identity_certIssued { +class _$GIdentitiesByNameOrPkData_identity_account + extends GIdentitiesByNameOrPkData_identity_account { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GIdentitiesByNameOrPkData_identity_certIssued_issuer? issuer; - @override - final String? receiverId; - @override - final GIdentitiesByNameOrPkData_identity_certIssued_receiver? receiver; - @override final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; - factory _$GIdentitiesByNameOrPkData_identity_certIssued( - [void Function(GIdentitiesByNameOrPkData_identity_certIssuedBuilder)? + factory _$GIdentitiesByNameOrPkData_identity_account( + [void Function(GIdentitiesByNameOrPkData_identity_accountBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_certIssuedBuilder() - ..update(updates)) + (new GIdentitiesByNameOrPkData_identity_accountBuilder()..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_certIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GIdentitiesByNameOrPkData_identity_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssued', 'G__typename'); + r'GIdentitiesByNameOrPkData_identity_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_certIssued', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GIdentitiesByNameOrPkData_identity_certIssued', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameOrPkData_identity_certIssued', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByNameOrPkData_identity_certIssued', 'isActive'); - BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GIdentitiesByNameOrPkData_identity_certIssued', 'updatedOn'); + createdOn, r'GIdentitiesByNameOrPkData_identity_account', 'createdOn'); } @override - GIdentitiesByNameOrPkData_identity_certIssued rebuild( - void Function(GIdentitiesByNameOrPkData_identity_certIssuedBuilder) + GIdentitiesByNameOrPkData_identity_account rebuild( + void Function(GIdentitiesByNameOrPkData_identity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certIssuedBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_certIssuedBuilder()..replace(this); + GIdentitiesByNameOrPkData_identity_accountBuilder toBuilder() => + new GIdentitiesByNameOrPkData_identity_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_certIssued && + return other is GIdentitiesByNameOrPkData_identity_account && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -27899,665 +27767,712 @@ class _$GIdentitiesByNameOrPkData_identity_certIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certIssued') + r'GIdentitiesByNameOrPkData_identity_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_certIssuedBuilder +class GIdentitiesByNameOrPkData_identity_accountBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_certIssued, - GIdentitiesByNameOrPkData_identity_certIssuedBuilder> { - _$GIdentitiesByNameOrPkData_identity_certIssued? _$v; + Builder<GIdentitiesByNameOrPkData_identity_account, + GIdentitiesByNameOrPkData_identity_accountBuilder> { + _$GIdentitiesByNameOrPkData_identity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder? _issuer; - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder get issuer => - _$this._issuer ??= - new GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder(); - set issuer( - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder? - issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder? _receiver; - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder get receiver => - _$this._receiver ??= - new GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder(); - set receiver( - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder? - receiver) => - _$this._receiver = receiver; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - - GIdentitiesByNameOrPkData_identity_certIssuedBuilder() { - GIdentitiesByNameOrPkData_identity_certIssued._initializeBuilder(this); + GIdentitiesByNameOrPkData_identity_accountBuilder() { + GIdentitiesByNameOrPkData_identity_account._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_certIssuedBuilder get _$this { + GIdentitiesByNameOrPkData_identity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_certIssued other) { + void replace(GIdentitiesByNameOrPkData_identity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_certIssued; + _$v = other as _$GIdentitiesByNameOrPkData_identity_account; } @override void update( - void Function(GIdentitiesByNameOrPkData_identity_certIssuedBuilder)? + void Function(GIdentitiesByNameOrPkData_identity_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certIssued build() => _build(); - - _$GIdentitiesByNameOrPkData_identity_certIssued _build() { - _$GIdentitiesByNameOrPkData_identity_certIssued _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssued', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_certIssued', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameOrPkData_identity_certIssued', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameOrPkData_identity_certIssued', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByNameOrPkData_identity_certIssued', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, - r'GIdentitiesByNameOrPkData_identity_certIssued', - 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + GIdentitiesByNameOrPkData_identity_account build() => _build(); - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_certIssued', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByNameOrPkData_identity_account _build() { + final _$result = _$v ?? + new _$GIdentitiesByNameOrPkData_identity_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameOrPkData_identity_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentitiesByNameOrPkData_identity_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_certIssued_issuer - extends GIdentitiesByNameOrPkData_identity_certIssued_issuer { +class _$GIdentitiesByPkData extends GIdentitiesByPkData { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final BuiltList<GIdentitiesByPkData_identity> identity; - factory _$GIdentitiesByNameOrPkData_identity_certIssued_issuer( - [void Function( - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder)? - updates]) => - (new GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder() - ..update(updates)) - ._build(); + factory _$GIdentitiesByPkData( + [void Function(GIdentitiesByPkDataBuilder)? updates]) => + (new GIdentitiesByPkDataBuilder()..update(updates))._build(); - _$GIdentitiesByNameOrPkData_identity_certIssued_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentitiesByPkData._({required this.G__typename, required this.identity}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssued_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_certIssued_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByNameOrPkData_identity_certIssued_issuer', 'isMember'); + G__typename, r'GIdentitiesByPkData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByNameOrPkData_identity_certIssued_issuer', 'name'); + identity, r'GIdentitiesByPkData', 'identity'); } @override - GIdentitiesByNameOrPkData_identity_certIssued_issuer rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder) - updates) => + GIdentitiesByPkData rebuild( + void Function(GIdentitiesByPkDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder() - ..replace(this); + GIdentitiesByPkDataBuilder toBuilder() => + new GIdentitiesByPkDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_certIssued_issuer && + return other is GIdentitiesByPkData && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + identity == other.identity; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, identity.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certIssued_issuer') + return (newBuiltValueToStringHelper(r'GIdentitiesByPkData') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('identity', identity)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder - implements - Builder<GIdentitiesByNameOrPkData_identity_certIssued_issuer, - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder> { - _$GIdentitiesByNameOrPkData_identity_certIssued_issuer? _$v; +class GIdentitiesByPkDataBuilder + implements Builder<GIdentitiesByPkData, GIdentitiesByPkDataBuilder> { + _$GIdentitiesByPkData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + ListBuilder<GIdentitiesByPkData_identity>? _identity; + ListBuilder<GIdentitiesByPkData_identity> get identity => + _$this._identity ??= new ListBuilder<GIdentitiesByPkData_identity>(); + set identity(ListBuilder<GIdentitiesByPkData_identity>? identity) => + _$this._identity = identity; - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder() { - GIdentitiesByNameOrPkData_identity_certIssued_issuer._initializeBuilder( - this); + GIdentitiesByPkDataBuilder() { + GIdentitiesByPkData._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder get _$this { + GIdentitiesByPkDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _identity = $v.identity.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_certIssued_issuer other) { + void replace(GIdentitiesByPkData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_certIssued_issuer; + _$v = other as _$GIdentitiesByPkData; } @override - void update( - void Function( - GIdentitiesByNameOrPkData_identity_certIssued_issuerBuilder)? - updates) { + void update(void Function(GIdentitiesByPkDataBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certIssued_issuer build() => _build(); + GIdentitiesByPkData build() => _build(); - _$GIdentitiesByNameOrPkData_identity_certIssued_issuer _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certIssued_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssued_issuer', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByNameOrPkData_identity_certIssued_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameOrPkData_identity_certIssued_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GIdentitiesByNameOrPkData_identity_certIssued_issuer', - 'name')); + _$GIdentitiesByPkData _build() { + _$GIdentitiesByPkData _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByPkData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentitiesByPkData', 'G__typename'), + identity: identity.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'identity'; + identity.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByPkData', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_certIssued_receiver - extends GIdentitiesByNameOrPkData_identity_certIssued_receiver { +class _$GIdentitiesByPkData_identity extends GIdentitiesByPkData_identity { @override final String G__typename; @override + final GIdentitiesByPkData_identity_account? account; + @override final String? accountId; @override + final String? accountRemovedId; + @override + final BuiltList<GIdentitiesByPkData_identity_certIssued> certIssued; + @override + final GIdentitiesByPkData_identity_certIssuedAggregate certIssuedAggregate; + @override + final BuiltList<GIdentitiesByPkData_identity_certReceived> certReceived; + @override + final GIdentitiesByPkData_identity_certReceivedAggregate + certReceivedAggregate; + @override + final String? createdInId; + @override + final int createdOn; + @override + final int expireOn; + @override final String id; @override + final int index; + @override final bool isMember; @override + final int lastChangeOn; + @override + final BuiltList<GIdentitiesByPkData_identity_linkedAccount> linkedAccount; + @override + final GIdentitiesByPkData_identity_linkedAccountAggregate + linkedAccountAggregate; + @override final _i2.GIdentityStatusEnum? status; @override + final BuiltList<GIdentitiesByPkData_identity_membershipHistory> + membershipHistory; + @override + final GIdentitiesByPkData_identity_membershipHistoryAggregate + membershipHistoryAggregate; + @override final String name; + @override + final BuiltList<GIdentitiesByPkData_identity_ownerKeyChange> ownerKeyChange; + @override + final GIdentitiesByPkData_identity_ownerKeyChangeAggregate + ownerKeyChangeAggregate; + @override + final GIdentitiesByPkData_identity_smith? smith; + @override + final BuiltList<GIdentitiesByPkData_identity_udHistory>? udHistory; - factory _$GIdentitiesByNameOrPkData_identity_certIssued_receiver( - [void Function( - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder)? - updates]) => - (new GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder() - ..update(updates)) - ._build(); + factory _$GIdentitiesByPkData_identity( + [void Function(GIdentitiesByPkData_identityBuilder)? updates]) => + (new GIdentitiesByPkData_identityBuilder()..update(updates))._build(); - _$GIdentitiesByNameOrPkData_identity_certIssued_receiver._( + _$GIdentitiesByPkData_identity._( {required this.G__typename, + this.account, this.accountId, + this.accountRemovedId, + required this.certIssued, + required this.certIssuedAggregate, + required this.certReceived, + required this.certReceivedAggregate, + this.createdInId, + required this.createdOn, + required this.expireOn, required this.id, + required this.index, required this.isMember, + required this.lastChangeOn, + required this.linkedAccount, + required this.linkedAccountAggregate, this.status, - required this.name}) + required this.membershipHistory, + required this.membershipHistoryAggregate, + required this.name, + required this.ownerKeyChange, + required this.ownerKeyChangeAggregate, + this.smith, + this.udHistory}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssued_receiver', - 'G__typename'); + G__typename, r'GIdentitiesByPkData_identity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_certIssued_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByNameOrPkData_identity_certIssued_receiver', 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByNameOrPkData_identity_certIssued_receiver', 'name'); + certIssued, r'GIdentitiesByPkData_identity', 'certIssued'); + BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, + r'GIdentitiesByPkData_identity', 'certIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull( + certReceived, r'GIdentitiesByPkData_identity', 'certReceived'); + BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, + r'GIdentitiesByPkData_identity', 'certReceivedAggregate'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByPkData_identity', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByPkData_identity', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity', 'id'); + BuiltValueNullFieldError.checkNotNull( + index, r'GIdentitiesByPkData_identity', 'index'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentitiesByPkData_identity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GIdentitiesByPkData_identity', 'lastChangeOn'); + BuiltValueNullFieldError.checkNotNull( + linkedAccount, r'GIdentitiesByPkData_identity', 'linkedAccount'); + BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, + r'GIdentitiesByPkData_identity', 'linkedAccountAggregate'); + BuiltValueNullFieldError.checkNotNull(membershipHistory, + r'GIdentitiesByPkData_identity', 'membershipHistory'); + BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, + r'GIdentitiesByPkData_identity', 'membershipHistoryAggregate'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByPkData_identity', 'name'); + BuiltValueNullFieldError.checkNotNull( + ownerKeyChange, r'GIdentitiesByPkData_identity', 'ownerKeyChange'); + BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, + r'GIdentitiesByPkData_identity', 'ownerKeyChangeAggregate'); } @override - GIdentitiesByNameOrPkData_identity_certIssued_receiver rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder) - updates) => + GIdentitiesByPkData_identity rebuild( + void Function(GIdentitiesByPkData_identityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder() - ..replace(this); + GIdentitiesByPkData_identityBuilder toBuilder() => + new GIdentitiesByPkData_identityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_certIssued_receiver && + return other is GIdentitiesByPkData_identity && G__typename == other.G__typename && + account == other.account && accountId == other.accountId && + accountRemovedId == other.accountRemovedId && + certIssued == other.certIssued && + certIssuedAggregate == other.certIssuedAggregate && + certReceived == other.certReceived && + certReceivedAggregate == other.certReceivedAggregate && + createdInId == other.createdInId && + createdOn == other.createdOn && + expireOn == other.expireOn && id == other.id && + index == other.index && isMember == other.isMember && + lastChangeOn == other.lastChangeOn && + linkedAccount == other.linkedAccount && + linkedAccountAggregate == other.linkedAccountAggregate && status == other.status && - name == other.name; + membershipHistory == other.membershipHistory && + membershipHistoryAggregate == other.membershipHistoryAggregate && + name == other.name && + ownerKeyChange == other.ownerKeyChange && + ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && + smith == other.smith && + udHistory == other.udHistory; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, accountRemovedId.hashCode); + _$hash = $jc(_$hash, certIssued.hashCode); + _$hash = $jc(_$hash, certIssuedAggregate.hashCode); + _$hash = $jc(_$hash, certReceived.hashCode); + _$hash = $jc(_$hash, certReceivedAggregate.hashCode); + _$hash = $jc(_$hash, createdInId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, index.hashCode); _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, lastChangeOn.hashCode); + _$hash = $jc(_$hash, linkedAccount.hashCode); + _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, membershipHistory.hashCode); + _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, ownerKeyChange.hashCode); + _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); + _$hash = $jc(_$hash, smith.hashCode); + _$hash = $jc(_$hash, udHistory.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certIssued_receiver') + return (newBuiltValueToStringHelper(r'GIdentitiesByPkData_identity') ..add('G__typename', G__typename) + ..add('account', account) ..add('accountId', accountId) + ..add('accountRemovedId', accountRemovedId) + ..add('certIssued', certIssued) + ..add('certIssuedAggregate', certIssuedAggregate) + ..add('certReceived', certReceived) + ..add('certReceivedAggregate', certReceivedAggregate) + ..add('createdInId', createdInId) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) ..add('id', id) + ..add('index', index) ..add('isMember', isMember) + ..add('lastChangeOn', lastChangeOn) + ..add('linkedAccount', linkedAccount) + ..add('linkedAccountAggregate', linkedAccountAggregate) ..add('status', status) - ..add('name', name)) + ..add('membershipHistory', membershipHistory) + ..add('membershipHistoryAggregate', membershipHistoryAggregate) + ..add('name', name) + ..add('ownerKeyChange', ownerKeyChange) + ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) + ..add('smith', smith) + ..add('udHistory', udHistory)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder +class GIdentitiesByPkData_identityBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_certIssued_receiver, - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder> { - _$GIdentitiesByNameOrPkData_identity_certIssued_receiver? _$v; + Builder<GIdentitiesByPkData_identity, + GIdentitiesByPkData_identityBuilder> { + _$GIdentitiesByPkData_identity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + GIdentitiesByPkData_identity_accountBuilder? _account; + GIdentitiesByPkData_identity_accountBuilder get account => + _$this._account ??= new GIdentitiesByPkData_identity_accountBuilder(); + set account(GIdentitiesByPkData_identity_accountBuilder? account) => + _$this._account = account; + String? _accountId; String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + String? _accountRemovedId; + String? get accountRemovedId => _$this._accountRemovedId; + set accountRemovedId(String? accountRemovedId) => + _$this._accountRemovedId = accountRemovedId; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + ListBuilder<GIdentitiesByPkData_identity_certIssued>? _certIssued; + ListBuilder<GIdentitiesByPkData_identity_certIssued> get certIssued => + _$this._certIssued ??= + new ListBuilder<GIdentitiesByPkData_identity_certIssued>(); + set certIssued( + ListBuilder<GIdentitiesByPkData_identity_certIssued>? certIssued) => + _$this._certIssued = certIssued; - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + GIdentitiesByPkData_identity_certIssuedAggregateBuilder? _certIssuedAggregate; + GIdentitiesByPkData_identity_certIssuedAggregateBuilder + get certIssuedAggregate => _$this._certIssuedAggregate ??= + new GIdentitiesByPkData_identity_certIssuedAggregateBuilder(); + set certIssuedAggregate( + GIdentitiesByPkData_identity_certIssuedAggregateBuilder? + certIssuedAggregate) => + _$this._certIssuedAggregate = certIssuedAggregate; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + ListBuilder<GIdentitiesByPkData_identity_certReceived>? _certReceived; + ListBuilder<GIdentitiesByPkData_identity_certReceived> get certReceived => + _$this._certReceived ??= + new ListBuilder<GIdentitiesByPkData_identity_certReceived>(); + set certReceived( + ListBuilder<GIdentitiesByPkData_identity_certReceived>? + certReceived) => + _$this._certReceived = certReceived; - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder() { - GIdentitiesByNameOrPkData_identity_certIssued_receiver._initializeBuilder( - this); - } + GIdentitiesByPkData_identity_certReceivedAggregateBuilder? + _certReceivedAggregate; + GIdentitiesByPkData_identity_certReceivedAggregateBuilder + get certReceivedAggregate => _$this._certReceivedAggregate ??= + new GIdentitiesByPkData_identity_certReceivedAggregateBuilder(); + set certReceivedAggregate( + GIdentitiesByPkData_identity_certReceivedAggregateBuilder? + certReceivedAggregate) => + _$this._certReceivedAggregate = certReceivedAggregate; - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; - _$v = null; - } - return this; - } + String? _createdInId; + String? get createdInId => _$this._createdInId; + set createdInId(String? createdInId) => _$this._createdInId = createdInId; - @override - void replace(GIdentitiesByNameOrPkData_identity_certIssued_receiver other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_certIssued_receiver; - } + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - @override - void update( - void Function( - GIdentitiesByNameOrPkData_identity_certIssued_receiverBuilder)? - updates) { - if (updates != null) updates(this); - } + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - @override - GIdentitiesByNameOrPkData_identity_certIssued_receiver build() => _build(); + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - _$GIdentitiesByNameOrPkData_identity_certIssued_receiver _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certIssued_receiver._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssued_receiver', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GIdentitiesByNameOrPkData_identity_certIssued_receiver', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameOrPkData_identity_certIssued_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GIdentitiesByNameOrPkData_identity_certIssued_receiver', - 'name')); - replace(_$result); - return _$result; - } -} + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; -class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate - extends GIdentitiesByNameOrPkData_identity_certIssuedAggregate { - @override - final String G__typename; - @override - final GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate? - aggregate; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - factory _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate( - [void Function( - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder)? - updates]) => - (new GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder() - ..update(updates)) - ._build(); + int? _lastChangeOn; + int? get lastChangeOn => _$this._lastChangeOn; + set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate._( - {required this.G__typename, this.aggregate}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate', - 'G__typename'); - } + ListBuilder<GIdentitiesByPkData_identity_linkedAccount>? _linkedAccount; + ListBuilder<GIdentitiesByPkData_identity_linkedAccount> get linkedAccount => + _$this._linkedAccount ??= + new ListBuilder<GIdentitiesByPkData_identity_linkedAccount>(); + set linkedAccount( + ListBuilder<GIdentitiesByPkData_identity_linkedAccount>? + linkedAccount) => + _$this._linkedAccount = linkedAccount; - @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder? + _linkedAccountAggregate; + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder + get linkedAccountAggregate => _$this._linkedAccountAggregate ??= + new GIdentitiesByPkData_identity_linkedAccountAggregateBuilder(); + set linkedAccountAggregate( + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder? + linkedAccountAggregate) => + _$this._linkedAccountAggregate = linkedAccountAggregate; - @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder() - ..replace(this); + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_certIssuedAggregate && - G__typename == other.G__typename && - aggregate == other.aggregate; - } + ListBuilder<GIdentitiesByPkData_identity_membershipHistory>? + _membershipHistory; + ListBuilder<GIdentitiesByPkData_identity_membershipHistory> + get membershipHistory => _$this._membershipHistory ??= + new ListBuilder<GIdentitiesByPkData_identity_membershipHistory>(); + set membershipHistory( + ListBuilder<GIdentitiesByPkData_identity_membershipHistory>? + membershipHistory) => + _$this._membershipHistory = membershipHistory; - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder? + _membershipHistoryAggregate; + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder + get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= + new GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder(); + set membershipHistoryAggregate( + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder? + membershipHistoryAggregate) => + _$this._membershipHistoryAggregate = membershipHistoryAggregate; - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate') - ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) - .toString(); - } -} + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; -class GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder - implements - Builder<GIdentitiesByNameOrPkData_identity_certIssuedAggregate, - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate? _$v; + ListBuilder<GIdentitiesByPkData_identity_ownerKeyChange>? _ownerKeyChange; + ListBuilder<GIdentitiesByPkData_identity_ownerKeyChange> get ownerKeyChange => + _$this._ownerKeyChange ??= + new ListBuilder<GIdentitiesByPkData_identity_ownerKeyChange>(); + set ownerKeyChange( + ListBuilder<GIdentitiesByPkData_identity_ownerKeyChange>? + ownerKeyChange) => + _$this._ownerKeyChange = ownerKeyChange; - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder? + _ownerKeyChangeAggregate; + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder + get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= + new GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder(); + set ownerKeyChangeAggregate( + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder? + ownerKeyChangeAggregate) => + _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + GIdentitiesByPkData_identity_smithBuilder? _smith; + GIdentitiesByPkData_identity_smithBuilder get smith => + _$this._smith ??= new GIdentitiesByPkData_identity_smithBuilder(); + set smith(GIdentitiesByPkData_identity_smithBuilder? smith) => + _$this._smith = smith; - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder() { - GIdentitiesByNameOrPkData_identity_certIssuedAggregate._initializeBuilder( - this); + ListBuilder<GIdentitiesByPkData_identity_udHistory>? _udHistory; + ListBuilder<GIdentitiesByPkData_identity_udHistory> get udHistory => + _$this._udHistory ??= + new ListBuilder<GIdentitiesByPkData_identity_udHistory>(); + set udHistory( + ListBuilder<GIdentitiesByPkData_identity_udHistory>? udHistory) => + _$this._udHistory = udHistory; + + GIdentitiesByPkData_identityBuilder() { + GIdentitiesByPkData_identity._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder get _$this { + GIdentitiesByPkData_identityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _account = $v.account?.toBuilder(); + _accountId = $v.accountId; + _accountRemovedId = $v.accountRemovedId; + _certIssued = $v.certIssued.toBuilder(); + _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); + _certReceived = $v.certReceived.toBuilder(); + _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); + _createdInId = $v.createdInId; + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _id = $v.id; + _index = $v.index; + _isMember = $v.isMember; + _lastChangeOn = $v.lastChangeOn; + _linkedAccount = $v.linkedAccount.toBuilder(); + _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); + _status = $v.status; + _membershipHistory = $v.membershipHistory.toBuilder(); + _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); + _name = $v.name; + _ownerKeyChange = $v.ownerKeyChange.toBuilder(); + _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); + _smith = $v.smith?.toBuilder(); + _udHistory = $v.udHistory?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_certIssuedAggregate other) { + void replace(GIdentitiesByPkData_identity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate; + _$v = other as _$GIdentitiesByPkData_identity; } @override - void update( - void Function( - GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder)? - updates) { + void update(void Function(GIdentitiesByPkData_identityBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate build() => _build(); + GIdentitiesByPkData_identity build() => _build(); - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate _build() { - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate _$result; + _$GIdentitiesByPkData_identity _build() { + _$GIdentitiesByPkData_identity _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate._( + new _$GIdentitiesByPkData_identity._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + G__typename, r'GIdentitiesByPkData_identity', 'G__typename'), + account: _account?.build(), + accountId: accountId, + accountRemovedId: accountRemovedId, + certIssued: certIssued.build(), + certIssuedAggregate: certIssuedAggregate.build(), + certReceived: certReceived.build(), + certReceivedAggregate: certReceivedAggregate.build(), + createdInId: createdInId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByPkData_identity', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByPkData_identity', 'expireOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity', 'id'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GIdentitiesByPkData_identity', 'index'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentitiesByPkData_identity', 'isMember'), + lastChangeOn: BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GIdentitiesByPkData_identity', 'lastChangeOn'), + linkedAccount: linkedAccount.build(), + linkedAccountAggregate: linkedAccountAggregate.build(), + status: status, + membershipHistory: membershipHistory.build(), + membershipHistoryAggregate: membershipHistoryAggregate.build(), + name: BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByPkData_identity', 'name'), + ownerKeyChange: ownerKeyChange.build(), + ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), + smith: _smith?.build(), + udHistory: _udHistory?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'account'; + _account?.build(); + + _$failedField = 'certIssued'; + certIssued.build(); + _$failedField = 'certIssuedAggregate'; + certIssuedAggregate.build(); + _$failedField = 'certReceived'; + certReceived.build(); + _$failedField = 'certReceivedAggregate'; + certReceivedAggregate.build(); + + _$failedField = 'linkedAccount'; + linkedAccount.build(); + _$failedField = 'linkedAccountAggregate'; + linkedAccountAggregate.build(); + + _$failedField = 'membershipHistory'; + membershipHistory.build(); + _$failedField = 'membershipHistoryAggregate'; + membershipHistoryAggregate.build(); + + _$failedField = 'ownerKeyChange'; + ownerKeyChange.build(); + _$failedField = 'ownerKeyChangeAggregate'; + ownerKeyChangeAggregate.build(); + _$failedField = 'smith'; + _smith?.build(); + _$failedField = 'udHistory'; + _udHistory?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate', - _$failedField, - e.toString()); + r'GIdentitiesByPkData_identity', _$failedField, e.toString()); } rethrow; } @@ -28566,145 +28481,120 @@ class GIdentitiesByNameOrPkData_identity_certIssuedAggregateBuilder } } -class _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate - extends GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate { +class _$GIdentitiesByPkData_identity_account + extends GIdentitiesByPkData_identity_account { @override final String G__typename; @override - final int count; + final int createdOn; - factory _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate( - [void Function( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder)? + factory _$GIdentitiesByPkData_identity_account( + [void Function(GIdentitiesByPkData_identity_accountBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder() - ..update(updates)) + (new GIdentitiesByPkData_identity_accountBuilder()..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentitiesByPkData_identity_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate', - 'G__typename'); + G__typename, r'GIdentitiesByPkData_identity_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate', - 'count'); + createdOn, r'GIdentitiesByPkData_identity_account', 'createdOn'); } @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder) - updates) => + GIdentitiesByPkData_identity_account rebuild( + void Function(GIdentitiesByPkData_identity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder() - ..replace(this); + GIdentitiesByPkData_identity_accountBuilder toBuilder() => + new GIdentitiesByPkData_identity_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate && + return other is GIdentitiesByPkData_identity_account && G__typename == other.G__typename && - count == other.count; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate') + return (newBuiltValueToStringHelper(r'GIdentitiesByPkData_identity_account') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder +class GIdentitiesByPkData_identity_accountBuilder implements - Builder< - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate? _$v; + Builder<GIdentitiesByPkData_identity_account, + GIdentitiesByPkData_identity_accountBuilder> { + _$GIdentitiesByPkData_identity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder() { - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate - ._initializeBuilder(this); + GIdentitiesByPkData_identity_accountBuilder() { + GIdentitiesByPkData_identity_account._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder - get _$this { + GIdentitiesByPkData_identity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate other) { + void replace(GIdentitiesByPkData_identity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate; + _$v = other as _$GIdentitiesByPkData_identity_account; } @override void update( - void Function( - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregateBuilder)? - updates) { + void Function(GIdentitiesByPkData_identity_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate build() => - _build(); + GIdentitiesByPkData_identity_account build() => _build(); - _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate _build() { + _$GIdentitiesByPkData_identity_account _build() { final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate', - 'count')); + new _$GIdentitiesByPkData_identity_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentitiesByPkData_identity_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_certReceived - extends GIdentitiesByNameOrPkData_identity_certReceived { +class _$GIdentitiesByPkData_identity_certIssued + extends GIdentitiesByPkData_identity_certIssued { @override final String G__typename; @override @@ -28712,11 +28602,11 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived @override final String? issuerId; @override - final GIdentitiesByNameOrPkData_identity_certReceived_issuer? issuer; + final GIdentitiesByPkData_identity_certIssued_issuer? issuer; @override final String? receiverId; @override - final GIdentitiesByNameOrPkData_identity_certReceived_receiver? receiver; + final GIdentitiesByPkData_identity_certIssued_receiver? receiver; @override final int createdOn; @override @@ -28726,15 +28616,13 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived @override final int updatedOn; - factory _$GIdentitiesByNameOrPkData_identity_certReceived( - [void Function( - GIdentitiesByNameOrPkData_identity_certReceivedBuilder)? + factory _$GIdentitiesByPkData_identity_certIssued( + [void Function(GIdentitiesByPkData_identity_certIssuedBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_certReceivedBuilder() - ..update(updates)) + (new GIdentitiesByPkData_identity_certIssuedBuilder()..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_certReceived._( + _$GIdentitiesByPkData_identity_certIssued._( {required this.G__typename, required this.id, this.issuerId, @@ -28746,35 +28634,34 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived required this.isActive, required this.updatedOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_certReceived', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GIdentitiesByNameOrPkData_identity_certReceived', 'createdOn'); - BuiltValueNullFieldError.checkNotNull(expireOn, - r'GIdentitiesByNameOrPkData_identity_certReceived', 'expireOn'); - BuiltValueNullFieldError.checkNotNull(isActive, - r'GIdentitiesByNameOrPkData_identity_certReceived', 'isActive'); - BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GIdentitiesByNameOrPkData_identity_certReceived', 'updatedOn'); + G__typename, r'GIdentitiesByPkData_identity_certIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_certIssued', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByPkData_identity_certIssued', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByPkData_identity_certIssued', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentitiesByPkData_identity_certIssued', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GIdentitiesByPkData_identity_certIssued', 'updatedOn'); } @override - GIdentitiesByNameOrPkData_identity_certReceived rebuild( - void Function(GIdentitiesByNameOrPkData_identity_certReceivedBuilder) + GIdentitiesByPkData_identity_certIssued rebuild( + void Function(GIdentitiesByPkData_identity_certIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certReceivedBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_certReceivedBuilder() - ..replace(this); + GIdentitiesByPkData_identity_certIssuedBuilder toBuilder() => + new GIdentitiesByPkData_identity_certIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_certReceived && + return other is GIdentitiesByPkData_identity_certIssued && G__typename == other.G__typename && id == other.id && issuerId == other.issuerId && @@ -28807,7 +28694,7 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certReceived') + r'GIdentitiesByPkData_identity_certIssued') ..add('G__typename', G__typename) ..add('id', id) ..add('issuerId', issuerId) @@ -28822,11 +28709,11 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived } } -class GIdentitiesByNameOrPkData_identity_certReceivedBuilder +class GIdentitiesByPkData_identity_certIssuedBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_certReceived, - GIdentitiesByNameOrPkData_identity_certReceivedBuilder> { - _$GIdentitiesByNameOrPkData_identity_certReceived? _$v; + Builder<GIdentitiesByPkData_identity_certIssued, + GIdentitiesByPkData_identity_certIssuedBuilder> { + _$GIdentitiesByPkData_identity_certIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -28840,26 +28727,23 @@ class GIdentitiesByNameOrPkData_identity_certReceivedBuilder String? get issuerId => _$this._issuerId; set issuerId(String? issuerId) => _$this._issuerId = issuerId; - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder? _issuer; - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder get issuer => + GIdentitiesByPkData_identity_certIssued_issuerBuilder? _issuer; + GIdentitiesByPkData_identity_certIssued_issuerBuilder get issuer => _$this._issuer ??= - new GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder(); - set issuer( - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder? - issuer) => + new GIdentitiesByPkData_identity_certIssued_issuerBuilder(); + set issuer(GIdentitiesByPkData_identity_certIssued_issuerBuilder? issuer) => _$this._issuer = issuer; String? _receiverId; String? get receiverId => _$this._receiverId; set receiverId(String? receiverId) => _$this._receiverId = receiverId; - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder? _receiver; - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder - get receiver => _$this._receiver ??= - new GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder(); + GIdentitiesByPkData_identity_certIssued_receiverBuilder? _receiver; + GIdentitiesByPkData_identity_certIssued_receiverBuilder get receiver => + _$this._receiver ??= + new GIdentitiesByPkData_identity_certIssued_receiverBuilder(); set receiver( - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder? - receiver) => + GIdentitiesByPkData_identity_certIssued_receiverBuilder? receiver) => _$this._receiver = receiver; int? _createdOn; @@ -28878,11 +28762,11 @@ class GIdentitiesByNameOrPkData_identity_certReceivedBuilder int? get updatedOn => _$this._updatedOn; set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - GIdentitiesByNameOrPkData_identity_certReceivedBuilder() { - GIdentitiesByNameOrPkData_identity_certReceived._initializeBuilder(this); + GIdentitiesByPkData_identity_certIssuedBuilder() { + GIdentitiesByPkData_identity_certIssued._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_certReceivedBuilder get _$this { + GIdentitiesByPkData_identity_certIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -28901,46 +28785,41 @@ class GIdentitiesByNameOrPkData_identity_certReceivedBuilder } @override - void replace(GIdentitiesByNameOrPkData_identity_certReceived other) { + void replace(GIdentitiesByPkData_identity_certIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_certReceived; + _$v = other as _$GIdentitiesByPkData_identity_certIssued; } @override void update( - void Function(GIdentitiesByNameOrPkData_identity_certReceivedBuilder)? - updates) { + void Function(GIdentitiesByPkData_identity_certIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certReceived build() => _build(); + GIdentitiesByPkData_identity_certIssued build() => _build(); - _$GIdentitiesByNameOrPkData_identity_certReceived _build() { - _$GIdentitiesByNameOrPkData_identity_certReceived _$result; + _$GIdentitiesByPkData_identity_certIssued _build() { + _$GIdentitiesByPkData_identity_certIssued _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceived', - 'G__typename'), + new _$GIdentitiesByPkData_identity_certIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_certIssued', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_certReceived', 'id'), + id, r'GIdentitiesByPkData_identity_certIssued', 'id'), issuerId: issuerId, issuer: _issuer?.build(), receiverId: receiverId, receiver: _receiver?.build(), createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameOrPkData_identity_certReceived', 'createdOn'), + createdOn, r'GIdentitiesByPkData_identity_certIssued', 'createdOn'), expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameOrPkData_identity_certReceived', 'expireOn'), + expireOn, r'GIdentitiesByPkData_identity_certIssued', 'expireOn'), isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByNameOrPkData_identity_certReceived', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, - r'GIdentitiesByNameOrPkData_identity_certReceived', - 'updatedOn')); + isActive, r'GIdentitiesByPkData_identity_certIssued', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GIdentitiesByPkData_identity_certIssued', 'updatedOn')); } catch (_) { late String _$failedField; try { @@ -28951,7 +28830,7 @@ class GIdentitiesByNameOrPkData_identity_certReceivedBuilder _receiver?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_certReceived', + r'GIdentitiesByPkData_identity_certIssued', _$failedField, e.toString()); } @@ -28962,13 +28841,15 @@ class GIdentitiesByNameOrPkData_identity_certReceivedBuilder } } -class _$GIdentitiesByNameOrPkData_identity_certReceived_issuer - extends GIdentitiesByNameOrPkData_identity_certReceived_issuer { +class _$GIdentitiesByPkData_identity_certIssued_issuer + extends GIdentitiesByPkData_identity_certIssued_issuer { @override final String G__typename; @override final String? accountId; @override + final GIdentitiesByPkData_identity_certIssued_issuer_account? account; + @override final String id; @override final bool isMember; @@ -28976,57 +28857,61 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuer final _i2.GIdentityStatusEnum? status; @override final String name; + @override + final int expireOn; - factory _$GIdentitiesByNameOrPkData_identity_certReceived_issuer( - [void Function( - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder)? + factory _$GIdentitiesByPkData_identity_certIssued_issuer( + [void Function(GIdentitiesByPkData_identity_certIssued_issuerBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder() + (new GIdentitiesByPkData_identity_certIssued_issuerBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_certReceived_issuer._( + _$GIdentitiesByPkData_identity_certIssued_issuer._( {required this.G__typename, this.accountId, + this.account, required this.id, required this.isMember, this.status, - required this.name}) + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_certIssued_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceived_issuer', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_certReceived_issuer', 'id'); + id, r'GIdentitiesByPkData_identity_certIssued_issuer', 'id'); BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByNameOrPkData_identity_certReceived_issuer', 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByNameOrPkData_identity_certReceived_issuer', 'name'); + r'GIdentitiesByPkData_identity_certIssued_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByPkData_identity_certIssued_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentitiesByPkData_identity_certIssued_issuer', 'expireOn'); } @override - GIdentitiesByNameOrPkData_identity_certReceived_issuer rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder) + GIdentitiesByPkData_identity_certIssued_issuer rebuild( + void Function(GIdentitiesByPkData_identity_certIssued_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder() + GIdentitiesByPkData_identity_certIssued_issuerBuilder toBuilder() => + new GIdentitiesByPkData_identity_certIssued_issuerBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_certReceived_issuer && + return other is GIdentitiesByPkData_identity_certIssued_issuer && G__typename == other.G__typename && accountId == other.accountId && + account == other.account && id == other.id && isMember == other.isMember && status == other.status && - name == other.name; + name == other.name && + expireOn == other.expireOn; } @override @@ -29034,10 +28919,12 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuer var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, isMember.hashCode); _$hash = $jc(_$hash, status.hashCode); _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -29045,22 +28932,24 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certReceived_issuer') + r'GIdentitiesByPkData_identity_certIssued_issuer') ..add('G__typename', G__typename) ..add('accountId', accountId) + ..add('account', account) ..add('id', id) ..add('isMember', isMember) ..add('status', status) - ..add('name', name)) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder +class GIdentitiesByPkData_identity_certIssued_issuerBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_certReceived_issuer, - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder> { - _$GIdentitiesByNameOrPkData_identity_certReceived_issuer? _$v; + Builder<GIdentitiesByPkData_identity_certIssued_issuer, + GIdentitiesByPkData_identity_certIssued_issuerBuilder> { + _$GIdentitiesByPkData_identity_certIssued_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -29070,6 +28959,15 @@ class GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder? _account; + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder get account => + _$this._account ??= + new GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder(); + set account( + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder? + account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; @@ -29086,146 +28984,139 @@ class GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder String? get name => _$this._name; set name(String? name) => _$this._name = name; - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder() { - GIdentitiesByNameOrPkData_identity_certReceived_issuer._initializeBuilder( - this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentitiesByPkData_identity_certIssued_issuerBuilder() { + GIdentitiesByPkData_identity_certIssued_issuer._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder get _$this { + GIdentitiesByPkData_identity_certIssued_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; _isMember = $v.isMember; _status = $v.status; _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_certReceived_issuer other) { + void replace(GIdentitiesByPkData_identity_certIssued_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_certReceived_issuer; + _$v = other as _$GIdentitiesByPkData_identity_certIssued_issuer; } @override void update( - void Function( - GIdentitiesByNameOrPkData_identity_certReceived_issuerBuilder)? + void Function(GIdentitiesByPkData_identity_certIssued_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certReceived_issuer build() => _build(); + GIdentitiesByPkData_identity_certIssued_issuer build() => _build(); - _$GIdentitiesByNameOrPkData_identity_certReceived_issuer _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certReceived_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceived_issuer', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GIdentitiesByNameOrPkData_identity_certReceived_issuer', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameOrPkData_identity_certReceived_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GIdentitiesByNameOrPkData_identity_certReceived_issuer', - 'name')); + _$GIdentitiesByPkData_identity_certIssued_issuer _build() { + _$GIdentitiesByPkData_identity_certIssued_issuer _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByPkData_identity_certIssued_issuer._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_certIssued_issuer', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_certIssued_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GIdentitiesByPkData_identity_certIssued_issuer', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GIdentitiesByPkData_identity_certIssued_issuer', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GIdentitiesByPkData_identity_certIssued_issuer', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByPkData_identity_certIssued_issuer', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_certReceived_receiver - extends GIdentitiesByNameOrPkData_identity_certReceived_receiver { +class _$GIdentitiesByPkData_identity_certIssued_issuer_account + extends GIdentitiesByPkData_identity_certIssued_issuer_account { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int createdOn; - factory _$GIdentitiesByNameOrPkData_identity_certReceived_receiver( + factory _$GIdentitiesByPkData_identity_certIssued_issuer_account( [void Function( - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder)? + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder() + (new GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_certReceived_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentitiesByPkData_identity_certIssued_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceived_receiver', + r'GIdentitiesByPkData_identity_certIssued_issuer_account', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_certReceived_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameOrPkData_identity_certReceived_receiver', - 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByNameOrPkData_identity_certReceived_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentitiesByPkData_identity_certIssued_issuer_account', 'createdOn'); } @override - GIdentitiesByNameOrPkData_identity_certReceived_receiver rebuild( + GIdentitiesByPkData_identity_certIssued_issuer_account rebuild( void Function( - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder) + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder() + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder toBuilder() => + new GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_certReceived_receiver && + return other is GIdentitiesByPkData_identity_certIssued_issuer_account && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -29233,159 +29124,160 @@ class _$GIdentitiesByNameOrPkData_identity_certReceived_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certReceived_receiver') + r'GIdentitiesByPkData_identity_certIssued_issuer_account') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder +class GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_certReceived_receiver, - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder> { - _$GIdentitiesByNameOrPkData_identity_certReceived_receiver? _$v; + Builder<GIdentitiesByPkData_identity_certIssued_issuer_account, + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder> { + _$GIdentitiesByPkData_identity_certIssued_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder() { - GIdentitiesByNameOrPkData_identity_certReceived_receiver._initializeBuilder( + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder() { + GIdentitiesByPkData_identity_certIssued_issuer_account._initializeBuilder( this); } - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder get _$this { + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_certReceived_receiver other) { + void replace(GIdentitiesByPkData_identity_certIssued_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_certReceived_receiver; + _$v = other as _$GIdentitiesByPkData_identity_certIssued_issuer_account; } @override void update( void Function( - GIdentitiesByNameOrPkData_identity_certReceived_receiverBuilder)? + GIdentitiesByPkData_identity_certIssued_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certReceived_receiver build() => _build(); + GIdentitiesByPkData_identity_certIssued_issuer_account build() => _build(); - _$GIdentitiesByNameOrPkData_identity_certReceived_receiver _build() { + _$GIdentitiesByPkData_identity_certIssued_issuer_account _build() { final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certReceived_receiver._( + new _$GIdentitiesByPkData_identity_certIssued_issuer_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceived_receiver', + r'GIdentitiesByPkData_identity_certIssued_issuer_account', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GIdentitiesByNameOrPkData_identity_certReceived_receiver', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameOrPkData_identity_certReceived_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GIdentitiesByNameOrPkData_identity_certReceived_receiver', - 'name')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByPkData_identity_certIssued_issuer_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate - extends GIdentitiesByNameOrPkData_identity_certReceivedAggregate { +class _$GIdentitiesByPkData_identity_certIssued_receiver + extends GIdentitiesByPkData_identity_certIssued_receiver { @override final String G__typename; @override - final GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate? - aggregate; + final String? accountId; + @override + final GIdentitiesByPkData_identity_certIssued_receiver_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate( + factory _$GIdentitiesByPkData_identity_certIssued_receiver( [void Function( - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder)? + GIdentitiesByPkData_identity_certIssued_receiverBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder() + (new GIdentitiesByPkData_identity_certIssued_receiverBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentitiesByPkData_identity_certIssued_receiver._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_certIssued_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate', - 'G__typename'); + id, r'GIdentitiesByPkData_identity_certIssued_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentitiesByPkData_identity_certIssued_receiver', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByPkData_identity_certIssued_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentitiesByPkData_identity_certIssued_receiver', 'expireOn'); } @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder) + GIdentitiesByPkData_identity_certIssued_receiver rebuild( + void Function(GIdentitiesByPkData_identity_certIssued_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder() + GIdentitiesByPkData_identity_certIssued_receiverBuilder toBuilder() => + new GIdentitiesByPkData_identity_certIssued_receiverBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_certReceivedAggregate && + return other is GIdentitiesByPkData_identity_certIssued_receiver && G__typename == other.G__typename && - aggregate == other.aggregate; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -29393,83 +29285,130 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate') + r'GIdentitiesByPkData_identity_certIssued_receiver') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder +class GIdentitiesByPkData_identity_certIssued_receiverBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_certReceivedAggregate, - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate? _$v; + Builder<GIdentitiesByPkData_identity_certIssued_receiver, + GIdentitiesByPkData_identity_certIssued_receiverBuilder> { + _$GIdentitiesByPkData_identity_certIssued_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder() { - GIdentitiesByNameOrPkData_identity_certReceivedAggregate._initializeBuilder( - this); + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder? _account; + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder get account => + _$this._account ??= + new GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder(); + set account( + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentitiesByPkData_identity_certIssued_receiverBuilder() { + GIdentitiesByPkData_identity_certIssued_receiver._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder get _$this { + GIdentitiesByPkData_identity_certIssued_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_certReceivedAggregate other) { + void replace(GIdentitiesByPkData_identity_certIssued_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate; + _$v = other as _$GIdentitiesByPkData_identity_certIssued_receiver; } @override void update( - void Function( - GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder)? + void Function(GIdentitiesByPkData_identity_certIssued_receiverBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate build() => _build(); + GIdentitiesByPkData_identity_certIssued_receiver build() => _build(); - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate _build() { - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate _$result; + _$GIdentitiesByPkData_identity_certIssued_receiver _build() { + _$GIdentitiesByPkData_identity_certIssued_receiver _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate._( + new _$GIdentitiesByPkData_identity_certIssued_receiver._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate', + r'GIdentitiesByPkData_identity_certIssued_receiver', 'G__typename'), - aggregate: _aggregate?.build()); + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_certIssued_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GIdentitiesByPkData_identity_certIssued_receiver', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GIdentitiesByPkData_identity_certIssued_receiver', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GIdentitiesByPkData_identity_certIssued_receiver', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate', + r'GIdentitiesByPkData_identity_certIssued_receiver', _$failedField, e.toString()); } @@ -29480,61 +29419,59 @@ class GIdentitiesByNameOrPkData_identity_certReceivedAggregateBuilder } } -class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - extends GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate { +class _$GIdentitiesByPkData_identity_certIssued_receiver_account + extends GIdentitiesByPkData_identity_certIssued_receiver_account { @override final String G__typename; @override - final int count; + final int createdOn; - factory _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate( + factory _$GIdentitiesByPkData_identity_certIssued_receiver_account( [void Function( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder() + (new GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentitiesByPkData_identity_certIssued_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate', + r'GIdentitiesByPkData_identity_certIssued_receiver_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate', - 'count'); + createdOn, + r'GIdentitiesByPkData_identity_certIssued_receiver_account', + 'createdOn'); } @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate rebuild( + GIdentitiesByPkData_identity_certIssued_receiver_account rebuild( void Function( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder) + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder() - ..replace(this); + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder toBuilder() => + new GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate && + return other is GIdentitiesByPkData_identity_certIssued_receiver_account && G__typename == other.G__typename && - count == other.count; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -29542,245 +29479,112 @@ class _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate') + r'GIdentitiesByPkData_identity_certIssued_receiver_account') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder +class GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder implements - Builder< - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate? _$v; + Builder<GIdentitiesByPkData_identity_certIssued_receiver_account, + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder> { + _$GIdentitiesByPkData_identity_certIssued_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder() { - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - ._initializeBuilder(this); + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder() { + GIdentitiesByPkData_identity_certIssued_receiver_account._initializeBuilder( + this); } - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder - get _$this { + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - other) { + void replace(GIdentitiesByPkData_identity_certIssued_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate; + _$v = other as _$GIdentitiesByPkData_identity_certIssued_receiver_account; } @override void update( void Function( - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_certIssued_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate build() => - _build(); + GIdentitiesByPkData_identity_certIssued_receiver_account build() => _build(); - _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - _build() { + _$GIdentitiesByPkData_identity_certIssued_receiver_account _build() { final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - ._( + new _$GIdentitiesByPkData_identity_certIssued_receiver_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate', + r'GIdentitiesByPkData_identity_certIssued_receiver_account', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate', - 'count')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByPkData_identity_certIssued_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_linkedAccount - extends GIdentitiesByNameOrPkData_identity_linkedAccount { +class _$GIdentitiesByPkData_identity_certIssuedAggregate + extends GIdentitiesByPkData_identity_certIssuedAggregate { @override final String G__typename; @override - final String id; + final GIdentitiesByPkData_identity_certIssuedAggregate_aggregate? aggregate; - factory _$GIdentitiesByNameOrPkData_identity_linkedAccount( + factory _$GIdentitiesByPkData_identity_certIssuedAggregate( [void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountBuilder)? + GIdentitiesByPkData_identity_certIssuedAggregateBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_linkedAccountBuilder() + (new GIdentitiesByPkData_identity_certIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_linkedAccount._( - {required this.G__typename, required this.id}) + _$GIdentitiesByPkData_identity_certIssuedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_linkedAccount', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_linkedAccount', 'id'); + r'GIdentitiesByPkData_identity_certIssuedAggregate', 'G__typename'); } @override - GIdentitiesByNameOrPkData_identity_linkedAccount rebuild( - void Function(GIdentitiesByNameOrPkData_identity_linkedAccountBuilder) + GIdentitiesByPkData_identity_certIssuedAggregate rebuild( + void Function(GIdentitiesByPkData_identity_certIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_linkedAccountBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_linkedAccountBuilder() + GIdentitiesByPkData_identity_certIssuedAggregateBuilder toBuilder() => + new GIdentitiesByPkData_identity_certIssuedAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_linkedAccount && - G__typename == other.G__typename && - id == other.id; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_linkedAccount') - ..add('G__typename', G__typename) - ..add('id', id)) - .toString(); - } -} - -class GIdentitiesByNameOrPkData_identity_linkedAccountBuilder - implements - Builder<GIdentitiesByNameOrPkData_identity_linkedAccount, - GIdentitiesByNameOrPkData_identity_linkedAccountBuilder> { - _$GIdentitiesByNameOrPkData_identity_linkedAccount? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - GIdentitiesByNameOrPkData_identity_linkedAccountBuilder() { - GIdentitiesByNameOrPkData_identity_linkedAccount._initializeBuilder(this); - } - - GIdentitiesByNameOrPkData_identity_linkedAccountBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _id = $v.id; - _$v = null; - } - return this; - } - - @override - void replace(GIdentitiesByNameOrPkData_identity_linkedAccount other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_linkedAccount; - } - - @override - void update( - void Function(GIdentitiesByNameOrPkData_identity_linkedAccountBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GIdentitiesByNameOrPkData_identity_linkedAccount build() => _build(); - - _$GIdentitiesByNameOrPkData_identity_linkedAccount _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_linkedAccount._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_linkedAccount', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_linkedAccount', 'id')); - replace(_$result); - return _$result; - } -} - -class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate - extends GIdentitiesByNameOrPkData_identity_linkedAccountAggregate { - @override - final String G__typename; - @override - final GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate? - aggregate; - - factory _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate( - [void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder)? - updates]) => - (new GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder() - ..update(updates)) - ._build(); - - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate._( - {required this.G__typename, this.aggregate}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate', - 'G__typename'); - } - - @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder - toBuilder() => - new GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder() - ..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_linkedAccountAggregate && + return other is GIdentitiesByPkData_identity_certIssuedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -29797,39 +29601,37 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate') + r'GIdentitiesByPkData_identity_certIssuedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder +class GIdentitiesByPkData_identity_certIssuedAggregateBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_linkedAccountAggregate, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate? _$v; + Builder<GIdentitiesByPkData_identity_certIssuedAggregate, + GIdentitiesByPkData_identity_certIssuedAggregateBuilder> { + _$GIdentitiesByPkData_identity_certIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder? _aggregate; + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder(); + new GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder(); set aggregate( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder? + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder() { - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate - ._initializeBuilder(this); + GIdentitiesByPkData_identity_certIssuedAggregateBuilder() { + GIdentitiesByPkData_identity_certIssuedAggregate._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder get _$this { + GIdentitiesByPkData_identity_certIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -29840,31 +29642,29 @@ class GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder } @override - void replace( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate other) { + void replace(GIdentitiesByPkData_identity_certIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate; + _$v = other as _$GIdentitiesByPkData_identity_certIssuedAggregate; } @override void update( - void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder)? + void Function(GIdentitiesByPkData_identity_certIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate build() => _build(); + GIdentitiesByPkData_identity_certIssuedAggregate build() => _build(); - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate _build() { - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate _$result; + _$GIdentitiesByPkData_identity_certIssuedAggregate _build() { + _$GIdentitiesByPkData_identity_certIssuedAggregate _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate._( + new _$GIdentitiesByPkData_identity_certIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate', + r'GIdentitiesByPkData_identity_certIssuedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -29874,7 +29674,7 @@ class GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate', + r'GIdentitiesByPkData_identity_certIssuedAggregate', _$failedField, e.toString()); } @@ -29885,52 +29685,50 @@ class GIdentitiesByNameOrPkData_identity_linkedAccountAggregateBuilder } } -class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate - extends GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate { +class _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate + extends GIdentitiesByPkData_identity_certIssuedAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate( + factory _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate( [void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder() + (new GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate._( + _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate', + r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate', - 'count'); + BuiltValueNullFieldError.checkNotNull(count, + r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate', 'count'); } @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate rebuild( + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate rebuild( void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder) + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder() + new GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate && + is GIdentitiesByPkData_identity_certIssuedAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -29947,19 +29745,18 @@ class _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate') + r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder +class GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder implements - Builder< - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate? _$v; + Builder<GIdentitiesByPkData_identity_certIssuedAggregate_aggregate, + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder> { + _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -29969,13 +29766,12 @@ class GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder() { - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder() { + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate ._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder - get _$this { + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -29987,272 +29783,374 @@ class GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder @override void replace( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate - other) { + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate; + _$v = other as _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate; } @override void update( void Function( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate build() => + GIdentitiesByPkData_identity_certIssuedAggregate_aggregate build() => _build(); - _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate - _build() { + _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate - ._( + new _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate', + r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate', + r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_membershipHistory - extends GIdentitiesByNameOrPkData_identity_membershipHistory { +class _$GIdentitiesByPkData_identity_certReceived + extends GIdentitiesByPkData_identity_certReceived { @override final String G__typename; @override - final int blockNumber; + final String id; @override - final String? eventId; + final String? issuerId; @override - final _i2.GEventTypeEnum? eventType; + final GIdentitiesByPkData_identity_certReceived_issuer? issuer; @override - final String id; + final String? receiverId; @override - final String? identityId; + final GIdentitiesByPkData_identity_certReceived_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GIdentitiesByNameOrPkData_identity_membershipHistory( - [void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder)? + factory _$GIdentitiesByPkData_identity_certReceived( + [void Function(GIdentitiesByPkData_identity_certReceivedBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder() - ..update(updates)) + (new GIdentitiesByPkData_identity_certReceivedBuilder()..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_membershipHistory._( + _$GIdentitiesByPkData_identity_certReceived._( {required this.G__typename, - required this.blockNumber, - this.eventId, - this.eventType, required this.id, - this.identityId}) + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_membershipHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentitiesByNameOrPkData_identity_membershipHistory', 'blockNumber'); + r'GIdentitiesByPkData_identity_certReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_certReceived', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByPkData_identity_certReceived', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByPkData_identity_certReceived', 'expireOn'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_membershipHistory', 'id'); + isActive, r'GIdentitiesByPkData_identity_certReceived', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GIdentitiesByPkData_identity_certReceived', 'updatedOn'); } @override - GIdentitiesByNameOrPkData_identity_membershipHistory rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder) + GIdentitiesByPkData_identity_certReceived rebuild( + void Function(GIdentitiesByPkData_identity_certReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder() - ..replace(this); + GIdentitiesByPkData_identity_certReceivedBuilder toBuilder() => + new GIdentitiesByPkData_identity_certReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_membershipHistory && + return other is GIdentitiesByPkData_identity_certReceived && G__typename == other.G__typename && - blockNumber == other.blockNumber && - eventId == other.eventId && - eventType == other.eventType && id == other.id && - identityId == other.identityId; + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, eventType.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_membershipHistory') + r'GIdentitiesByPkData_identity_certReceived') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('eventType', eventType) ..add('id', id) - ..add('identityId', identityId)) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder +class GIdentitiesByPkData_identity_certReceivedBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_membershipHistory, - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder> { - _$GIdentitiesByNameOrPkData_identity_membershipHistory? _$v; + Builder<GIdentitiesByPkData_identity_certReceived, + GIdentitiesByPkData_identity_certReceivedBuilder> { + _$GIdentitiesByPkData_identity_certReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; - - _i2.GEventTypeEnum? _eventType; - _i2.GEventTypeEnum? get eventType => _$this._eventType; - set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder() { - GIdentitiesByNameOrPkData_identity_membershipHistory._initializeBuilder( - this); + GIdentitiesByPkData_identity_certReceived_issuerBuilder? _issuer; + GIdentitiesByPkData_identity_certReceived_issuerBuilder get issuer => + _$this._issuer ??= + new GIdentitiesByPkData_identity_certReceived_issuerBuilder(); + set issuer(GIdentitiesByPkData_identity_certReceived_issuerBuilder? issuer) => + _$this._issuer = issuer; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GIdentitiesByPkData_identity_certReceived_receiverBuilder? _receiver; + GIdentitiesByPkData_identity_certReceived_receiverBuilder get receiver => + _$this._receiver ??= + new GIdentitiesByPkData_identity_certReceived_receiverBuilder(); + set receiver( + GIdentitiesByPkData_identity_certReceived_receiverBuilder? + receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GIdentitiesByPkData_identity_certReceivedBuilder() { + GIdentitiesByPkData_identity_certReceived._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder get _$this { + GIdentitiesByPkData_identity_certReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _eventType = $v.eventType; _id = $v.id; - _identityId = $v.identityId; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_membershipHistory other) { + void replace(GIdentitiesByPkData_identity_certReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_membershipHistory; + _$v = other as _$GIdentitiesByPkData_identity_certReceived; } @override void update( - void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryBuilder)? + void Function(GIdentitiesByPkData_identity_certReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_membershipHistory build() => _build(); + GIdentitiesByPkData_identity_certReceived build() => _build(); - _$GIdentitiesByNameOrPkData_identity_membershipHistory _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_membershipHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_membershipHistory', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GIdentitiesByNameOrPkData_identity_membershipHistory', - 'blockNumber'), - eventId: eventId, - eventType: eventType, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByNameOrPkData_identity_membershipHistory', 'id'), - identityId: identityId); + _$GIdentitiesByPkData_identity_certReceived _build() { + _$GIdentitiesByPkData_identity_certReceived _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByPkData_identity_certReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_certReceived', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_certReceived', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByPkData_identity_certReceived', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByPkData_identity_certReceived', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentitiesByPkData_identity_certReceived', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GIdentitiesByPkData_identity_certReceived', 'updatedOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByPkData_identity_certReceived', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate - extends GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate { +class _$GIdentitiesByPkData_identity_certReceived_issuer + extends GIdentitiesByPkData_identity_certReceived_issuer { @override final String G__typename; @override - final GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate? - aggregate; + final String? accountId; + @override + final GIdentitiesByPkData_identity_certReceived_issuer_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate( + factory _$GIdentitiesByPkData_identity_certReceived_issuer( [void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder)? + GIdentitiesByPkData_identity_certReceived_issuerBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder() + (new GIdentitiesByPkData_identity_certReceived_issuerBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentitiesByPkData_identity_certReceived_issuer._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_certReceived_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate', - 'G__typename'); + id, r'GIdentitiesByPkData_identity_certReceived_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentitiesByPkData_identity_certReceived_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByPkData_identity_certReceived_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentitiesByPkData_identity_certReceived_issuer', 'expireOn'); } @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate rebuild( - void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder) + GIdentitiesByPkData_identity_certReceived_issuer rebuild( + void Function(GIdentitiesByPkData_identity_certReceived_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder - toBuilder() => - new GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder() - ..replace(this); + GIdentitiesByPkData_identity_certReceived_issuerBuilder toBuilder() => + new GIdentitiesByPkData_identity_certReceived_issuerBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate && + return other is GIdentitiesByPkData_identity_certReceived_issuer && G__typename == other.G__typename && - aggregate == other.aggregate; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -30260,87 +30158,130 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate') + r'GIdentitiesByPkData_identity_certReceived_issuer') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder +class GIdentitiesByPkData_identity_certReceived_issuerBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate? _$v; + Builder<GIdentitiesByPkData_identity_certReceived_issuer, + GIdentitiesByPkData_identity_certReceived_issuerBuilder> { + _$GIdentitiesByPkData_identity_certReceived_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder() { - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate - ._initializeBuilder(this); + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder? _account; + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder get account => + _$this._account ??= + new GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder(); + set account( + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentitiesByPkData_identity_certReceived_issuerBuilder() { + GIdentitiesByPkData_identity_certReceived_issuer._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder - get _$this { + GIdentitiesByPkData_identity_certReceived_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate other) { + void replace(GIdentitiesByPkData_identity_certReceived_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate; + _$v = other as _$GIdentitiesByPkData_identity_certReceived_issuer; } @override void update( - void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder)? + void Function(GIdentitiesByPkData_identity_certReceived_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate build() => - _build(); + GIdentitiesByPkData_identity_certReceived_issuer build() => _build(); - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate _build() { - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate _$result; + _$GIdentitiesByPkData_identity_certReceived_issuer _build() { + _$GIdentitiesByPkData_identity_certReceived_issuer _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate._( + new _$GIdentitiesByPkData_identity_certReceived_issuer._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate', + r'GIdentitiesByPkData_identity_certReceived_issuer', 'G__typename'), - aggregate: _aggregate?.build()); + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_certReceived_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GIdentitiesByPkData_identity_certReceived_issuer', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GIdentitiesByPkData_identity_certReceived_issuer', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GIdentitiesByPkData_identity_certReceived_issuer', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate', + r'GIdentitiesByPkData_identity_certReceived_issuer', _$failedField, e.toString()); } @@ -30351,61 +30292,59 @@ class GIdentitiesByNameOrPkData_identity_membershipHistoryAggregateBuilder } } -class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - extends GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate { +class _$GIdentitiesByPkData_identity_certReceived_issuer_account + extends GIdentitiesByPkData_identity_certReceived_issuer_account { @override final String G__typename; @override - final int count; + final int createdOn; - factory _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate( + factory _$GIdentitiesByPkData_identity_certReceived_issuer_account( [void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder() + (new GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentitiesByPkData_identity_certReceived_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate', + r'GIdentitiesByPkData_identity_certReceived_issuer_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate', - 'count'); + createdOn, + r'GIdentitiesByPkData_identity_certReceived_issuer_account', + 'createdOn'); } @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate rebuild( + GIdentitiesByPkData_identity_certReceived_issuer_account rebuild( void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder) + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder() - ..replace(this); + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder toBuilder() => + new GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate && + return other is GIdentitiesByPkData_identity_certReceived_issuer_account && G__typename == other.G__typename && - count == other.count; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -30413,156 +30352,161 @@ class _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate') + r'GIdentitiesByPkData_identity_certReceived_issuer_account') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder +class GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder implements - Builder< - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate? - _$v; + Builder<GIdentitiesByPkData_identity_certReceived_issuer_account, + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder> { + _$GIdentitiesByPkData_identity_certReceived_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder() { - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - ._initializeBuilder(this); + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder() { + GIdentitiesByPkData_identity_certReceived_issuer_account._initializeBuilder( + this); } - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder - get _$this { + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - other) { + void replace(GIdentitiesByPkData_identity_certReceived_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate; + _$v = other as _$GIdentitiesByPkData_identity_certReceived_issuer_account; } @override void update( void Function( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_certReceived_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - build() => _build(); + GIdentitiesByPkData_identity_certReceived_issuer_account build() => _build(); - _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - _build() { + _$GIdentitiesByPkData_identity_certReceived_issuer_account _build() { final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - ._( + new _$GIdentitiesByPkData_identity_certReceived_issuer_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate', + r'GIdentitiesByPkData_identity_certReceived_issuer_account', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate', - 'count')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByPkData_identity_certReceived_issuer_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_ownerKeyChange - extends GIdentitiesByNameOrPkData_identity_ownerKeyChange { +class _$GIdentitiesByPkData_identity_certReceived_receiver + extends GIdentitiesByPkData_identity_certReceived_receiver { @override final String G__typename; @override + final String? accountId; + @override + final GIdentitiesByPkData_identity_certReceived_receiver_account? account; + @override final String id; @override - final int blockNumber; + final bool isMember; @override - final String? identityId; + final _i2.GIdentityStatusEnum? status; @override - final String? nextId; + final String name; @override - final String? previousId; + final int expireOn; - factory _$GIdentitiesByNameOrPkData_identity_ownerKeyChange( + factory _$GIdentitiesByPkData_identity_certReceived_receiver( [void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder)? + GIdentitiesByPkData_identity_certReceived_receiverBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder() + (new GIdentitiesByPkData_identity_certReceived_receiverBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_ownerKeyChange._( + _$GIdentitiesByPkData_identity_certReceived_receiver._( {required this.G__typename, + this.accountId, + this.account, required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChange', 'G__typename'); + r'GIdentitiesByPkData_identity_certReceived_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_ownerKeyChange', 'id'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChange', 'blockNumber'); + id, r'GIdentitiesByPkData_identity_certReceived_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentitiesByPkData_identity_certReceived_receiver', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByPkData_identity_certReceived_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentitiesByPkData_identity_certReceived_receiver', 'expireOn'); } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChange rebuild( + GIdentitiesByPkData_identity_certReceived_receiver rebuild( void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder) + GIdentitiesByPkData_identity_certReceived_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder() + GIdentitiesByPkData_identity_certReceived_receiverBuilder toBuilder() => + new GIdentitiesByPkData_identity_certReceived_receiverBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_ownerKeyChange && + return other is GIdentitiesByPkData_identity_certReceived_receiver && G__typename == other.G__typename && + accountId == other.accountId && + account == other.account && id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -30570,154 +30514,197 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChange @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_ownerKeyChange') + r'GIdentitiesByPkData_identity_certReceived_receiver') ..add('G__typename', G__typename) + ..add('accountId', accountId) + ..add('account', account) ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder +class GIdentitiesByPkData_identity_certReceived_receiverBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_ownerKeyChange, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder> { - _$GIdentitiesByNameOrPkData_identity_ownerKeyChange? _$v; + Builder<GIdentitiesByPkData_identity_certReceived_receiver, + GIdentitiesByPkData_identity_certReceived_receiverBuilder> { + _$GIdentitiesByPkData_identity_certReceived_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder? _account; + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder + get account => _$this._account ??= + new GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder(); + set account( + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder? + account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder() { - GIdentitiesByNameOrPkData_identity_ownerKeyChange._initializeBuilder(this); + GIdentitiesByPkData_identity_certReceived_receiverBuilder() { + GIdentitiesByPkData_identity_certReceived_receiver._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder get _$this { + GIdentitiesByPkData_identity_certReceived_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_ownerKeyChange other) { + void replace(GIdentitiesByPkData_identity_certReceived_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_ownerKeyChange; + _$v = other as _$GIdentitiesByPkData_identity_certReceived_receiver; } @override void update( - void Function(GIdentitiesByNameOrPkData_identity_ownerKeyChangeBuilder)? + void Function(GIdentitiesByPkData_identity_certReceived_receiverBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChange build() => _build(); + GIdentitiesByPkData_identity_certReceived_receiver build() => _build(); - _$GIdentitiesByNameOrPkData_identity_ownerKeyChange _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_ownerKeyChange._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChange', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_ownerKeyChange', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChange', - 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + _$GIdentitiesByPkData_identity_certReceived_receiver _build() { + _$GIdentitiesByPkData_identity_certReceived_receiver _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByPkData_identity_certReceived_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_certReceived_receiver', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_certReceived_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GIdentitiesByPkData_identity_certReceived_receiver', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GIdentitiesByPkData_identity_certReceived_receiver', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GIdentitiesByPkData_identity_certReceived_receiver', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByPkData_identity_certReceived_receiver', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate - extends GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate { +class _$GIdentitiesByPkData_identity_certReceived_receiver_account + extends GIdentitiesByPkData_identity_certReceived_receiver_account { @override final String G__typename; @override - final GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate? - aggregate; + final int createdOn; - factory _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate( + factory _$GIdentitiesByPkData_identity_certReceived_receiver_account( [void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder)? + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder() + (new GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentitiesByPkData_identity_certReceived_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate', + r'GIdentitiesByPkData_identity_certReceived_receiver_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByPkData_identity_certReceived_receiver_account', + 'createdOn'); } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate rebuild( + GIdentitiesByPkData_identity_certReceived_receiver_account rebuild( void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder) + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder() + new GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate && + is GIdentitiesByPkData_identity_certReceived_receiver_account && G__typename == other.G__typename && - aggregate == other.aggregate; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -30725,43 +30712,37 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate') + r'GIdentitiesByPkData_identity_certReceived_receiver_account') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder +class GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate? _$v; + Builder<GIdentitiesByPkData_identity_certReceived_receiver_account, + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder> { + _$GIdentitiesByPkData_identity_certReceived_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder() { - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder() { + GIdentitiesByPkData_identity_certReceived_receiver_account ._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder get _$this { + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _createdOn = $v.createdOn; _$v = null; } return this; @@ -30769,42 +30750,169 @@ class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder @override void replace( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate other) { + GIdentitiesByPkData_identity_certReceived_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate; + _$v = other as _$GIdentitiesByPkData_identity_certReceived_receiver_account; } @override void update( void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder)? + GIdentitiesByPkData_identity_certReceived_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate build() => + GIdentitiesByPkData_identity_certReceived_receiver_account build() => _build(); - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate _build() { - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate', - _$failedField, + _$GIdentitiesByPkData_identity_certReceived_receiver_account _build() { + final _$result = _$v ?? + new _$GIdentitiesByPkData_identity_certReceived_receiver_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_certReceived_receiver_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByPkData_identity_certReceived_receiver_account', + 'createdOn')); + replace(_$result); + return _$result; + } +} + +class _$GIdentitiesByPkData_identity_certReceivedAggregate + extends GIdentitiesByPkData_identity_certReceivedAggregate { + @override + final String G__typename; + @override + final GIdentitiesByPkData_identity_certReceivedAggregate_aggregate? aggregate; + + factory _$GIdentitiesByPkData_identity_certReceivedAggregate( + [void Function( + GIdentitiesByPkData_identity_certReceivedAggregateBuilder)? + updates]) => + (new GIdentitiesByPkData_identity_certReceivedAggregateBuilder() + ..update(updates)) + ._build(); + + _$GIdentitiesByPkData_identity_certReceivedAggregate._( + {required this.G__typename, this.aggregate}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_certReceivedAggregate', 'G__typename'); + } + + @override + GIdentitiesByPkData_identity_certReceivedAggregate rebuild( + void Function( + GIdentitiesByPkData_identity_certReceivedAggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GIdentitiesByPkData_identity_certReceivedAggregateBuilder toBuilder() => + new GIdentitiesByPkData_identity_certReceivedAggregateBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GIdentitiesByPkData_identity_certReceivedAggregate && + G__typename == other.G__typename && + aggregate == other.aggregate; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GIdentitiesByPkData_identity_certReceivedAggregate') + ..add('G__typename', G__typename) + ..add('aggregate', aggregate)) + .toString(); + } +} + +class GIdentitiesByPkData_identity_certReceivedAggregateBuilder + implements + Builder<GIdentitiesByPkData_identity_certReceivedAggregate, + GIdentitiesByPkData_identity_certReceivedAggregateBuilder> { + _$GIdentitiesByPkData_identity_certReceivedAggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder? + _aggregate; + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder(); + set aggregate( + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; + + GIdentitiesByPkData_identity_certReceivedAggregateBuilder() { + GIdentitiesByPkData_identity_certReceivedAggregate._initializeBuilder(this); + } + + GIdentitiesByPkData_identity_certReceivedAggregateBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _aggregate = $v.aggregate?.toBuilder(); + _$v = null; + } + return this; + } + + @override + void replace(GIdentitiesByPkData_identity_certReceivedAggregate other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GIdentitiesByPkData_identity_certReceivedAggregate; + } + + @override + void update( + void Function(GIdentitiesByPkData_identity_certReceivedAggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GIdentitiesByPkData_identity_certReceivedAggregate build() => _build(); + + _$GIdentitiesByPkData_identity_certReceivedAggregate _build() { + _$GIdentitiesByPkData_identity_certReceivedAggregate _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByPkData_identity_certReceivedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_certReceivedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByPkData_identity_certReceivedAggregate', + _$failedField, e.toString()); } rethrow; @@ -30814,52 +30922,52 @@ class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregateBuilder } } -class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate - extends GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate { +class _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate + extends GIdentitiesByPkData_identity_certReceivedAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate( + factory _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate( [void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() + (new GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate._( + _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate', + r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate', + r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate', 'count'); } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate rebuild( + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate rebuild( void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder) + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() + new GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate && + is GIdentitiesByPkData_identity_certReceivedAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -30876,19 +30984,18 @@ class _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate') + r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder +class GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder implements - Builder< - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder> { - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate? _$v; + Builder<GIdentitiesByPkData_identity_certReceivedAggregate_aggregate, + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder> { + _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -30898,12 +31005,12 @@ class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilde int? get count => _$this._count; set count(int? count) => _$this._count = count; - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() { - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder() { + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate ._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -30916,116 +31023,78 @@ class GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilde @override void replace( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate - other) { + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate; + _$v = + other as _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate; } @override void update( void Function( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate - build() => _build(); + GIdentitiesByPkData_identity_certReceivedAggregate_aggregate build() => + _build(); - _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate - _build() { + _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate - ._( + new _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate', + r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate', + r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_smith - extends GIdentitiesByNameOrPkData_identity_smith { +class _$GIdentitiesByPkData_identity_linkedAccount + extends GIdentitiesByPkData_identity_linkedAccount { @override final String G__typename; @override final String id; - @override - final int forged; - @override - final int index; - @override - final int? lastChanged; - @override - final int? lastForged; - @override - final BuiltList<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued> - smithCertIssued; - @override - final BuiltList<GIdentitiesByNameOrPkData_identity_smith_smithCertReceived> - smithCertReceived; - factory _$GIdentitiesByNameOrPkData_identity_smith( - [void Function(GIdentitiesByNameOrPkData_identity_smithBuilder)? + factory _$GIdentitiesByPkData_identity_linkedAccount( + [void Function(GIdentitiesByPkData_identity_linkedAccountBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_smithBuilder()..update(updates)) + (new GIdentitiesByPkData_identity_linkedAccountBuilder()..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_smith._( - {required this.G__typename, - required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) + _$GIdentitiesByPkData_identity_linkedAccount._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_smith', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_smith', 'id'); - BuiltValueNullFieldError.checkNotNull( - forged, r'GIdentitiesByNameOrPkData_identity_smith', 'forged'); + r'GIdentitiesByPkData_identity_linkedAccount', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByNameOrPkData_identity_smith', 'index'); - BuiltValueNullFieldError.checkNotNull(smithCertIssued, - r'GIdentitiesByNameOrPkData_identity_smith', 'smithCertIssued'); - BuiltValueNullFieldError.checkNotNull(smithCertReceived, - r'GIdentitiesByNameOrPkData_identity_smith', 'smithCertReceived'); + id, r'GIdentitiesByPkData_identity_linkedAccount', 'id'); } @override - GIdentitiesByNameOrPkData_identity_smith rebuild( - void Function(GIdentitiesByNameOrPkData_identity_smithBuilder) + GIdentitiesByPkData_identity_linkedAccount rebuild( + void Function(GIdentitiesByPkData_identity_linkedAccountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_smithBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_smithBuilder()..replace(this); + GIdentitiesByPkData_identity_linkedAccountBuilder toBuilder() => + new GIdentitiesByPkData_identity_linkedAccountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_smith && + return other is GIdentitiesByPkData_identity_linkedAccount && G__typename == other.G__typename && - id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; + id == other.id; } @override @@ -31033,12 +31102,6 @@ class _$GIdentitiesByNameOrPkData_identity_smith var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -31046,24 +31109,18 @@ class _$GIdentitiesByNameOrPkData_identity_smith @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_smith') + r'GIdentitiesByPkData_identity_linkedAccount') ..add('G__typename', G__typename) - ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) + ..add('id', id)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_smithBuilder +class GIdentitiesByPkData_identity_linkedAccountBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_smith, - GIdentitiesByNameOrPkData_identity_smithBuilder> { - _$GIdentitiesByNameOrPkData_identity_smith? _$v; + Builder<GIdentitiesByPkData_identity_linkedAccount, + GIdentitiesByPkData_identity_linkedAccountBuilder> { + _$GIdentitiesByPkData_identity_linkedAccount? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -31073,186 +31130,96 @@ class GIdentitiesByNameOrPkData_identity_smithBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; - - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; - - ListBuilder<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued>? - _smithCertIssued; - ListBuilder<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued> - get smithCertIssued => _$this._smithCertIssued ??= new ListBuilder< - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued>(); - set smithCertIssued( - ListBuilder<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued>? - smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; - - ListBuilder<GIdentitiesByNameOrPkData_identity_smith_smithCertReceived>? - _smithCertReceived; - ListBuilder<GIdentitiesByNameOrPkData_identity_smith_smithCertReceived> - get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived>(); - set smithCertReceived( - ListBuilder< - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived>? - smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; - - GIdentitiesByNameOrPkData_identity_smithBuilder() { - GIdentitiesByNameOrPkData_identity_smith._initializeBuilder(this); + GIdentitiesByPkData_identity_linkedAccountBuilder() { + GIdentitiesByPkData_identity_linkedAccount._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_smithBuilder get _$this { + GIdentitiesByPkData_identity_linkedAccountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_smith other) { + void replace(GIdentitiesByPkData_identity_linkedAccount other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_smith; + _$v = other as _$GIdentitiesByPkData_identity_linkedAccount; } @override void update( - void Function(GIdentitiesByNameOrPkData_identity_smithBuilder)? updates) { + void Function(GIdentitiesByPkData_identity_linkedAccountBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_smith build() => _build(); + GIdentitiesByPkData_identity_linkedAccount build() => _build(); - _$GIdentitiesByNameOrPkData_identity_smith _build() { - _$GIdentitiesByNameOrPkData_identity_smith _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_smith._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_smith', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_smith', 'id'), - forged: BuiltValueNullFieldError.checkNotNull(forged, - r'GIdentitiesByNameOrPkData_identity_smith', 'forged'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByNameOrPkData_identity_smith', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_smith', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByPkData_identity_linkedAccount _build() { + final _$result = _$v ?? + new _$GIdentitiesByPkData_identity_linkedAccount._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_linkedAccount', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_linkedAccount', 'id')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued - extends GIdentitiesByNameOrPkData_identity_smith_smithCertIssued { +class _$GIdentitiesByPkData_identity_linkedAccountAggregate + extends GIdentitiesByPkData_identity_linkedAccountAggregate { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override - final int createdOn; + final GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate? + aggregate; - factory _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued( + factory _$GIdentitiesByPkData_identity_linkedAccountAggregate( [void Function( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder)? + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder() + (new GIdentitiesByPkData_identity_linkedAccountAggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GIdentitiesByPkData_identity_linkedAccountAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertIssued', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_smith_smithCertIssued', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertIssued', - 'createdOn'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_linkedAccountAggregate', 'G__typename'); } @override - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued rebuild( + GIdentitiesByPkData_identity_linkedAccountAggregate rebuild( void Function( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder) + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder() + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder toBuilder() => + new GIdentitiesByPkData_identity_linkedAccountAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_smith_smithCertIssued && + return other is GIdentitiesByPkData_identity_linkedAccountAggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -31260,172 +31227,147 @@ class _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_smith_smithCertIssued') + r'GIdentitiesByPkData_identity_linkedAccountAggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder +class GIdentitiesByPkData_identity_linkedAccountAggregateBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_smith_smithCertIssued, - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder> { - _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued? _$v; + Builder<GIdentitiesByPkData_identity_linkedAccountAggregate, + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder> { + _$GIdentitiesByPkData_identity_linkedAccountAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder? + _aggregate; + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder(); + set aggregate( + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder() { - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued._initializeBuilder( + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder() { + GIdentitiesByPkData_identity_linkedAccountAggregate._initializeBuilder( this); } - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder get _$this { + GIdentitiesByPkData_identity_linkedAccountAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_smith_smithCertIssued other) { + void replace(GIdentitiesByPkData_identity_linkedAccountAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued; + _$v = other as _$GIdentitiesByPkData_identity_linkedAccountAggregate; } @override void update( - void Function( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssuedBuilder)? + void Function(GIdentitiesByPkData_identity_linkedAccountAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued build() => _build(); + GIdentitiesByPkData_identity_linkedAccountAggregate build() => _build(); - _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_smith_smithCertIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertIssued', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertIssued', - 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertIssued', - 'createdOn')); + _$GIdentitiesByPkData_identity_linkedAccountAggregate _build() { + _$GIdentitiesByPkData_identity_linkedAccountAggregate _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByPkData_identity_linkedAccountAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_linkedAccountAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByPkData_identity_linkedAccountAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived - extends GIdentitiesByNameOrPkData_identity_smith_smithCertReceived { +class _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate + extends GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override - final int createdOn; + final int count; - factory _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived( + factory _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate( [void Function( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder)? + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder() + (new GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertReceived', + r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertReceived', 'id'); BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertReceived', - 'createdOn'); + count, + r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate', + 'count'); } @override - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived rebuild( + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate rebuild( void Function( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder) + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder() + new GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GIdentitiesByNameOrPkData_identity_smith_smithCertReceived && + is GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -31433,55 +31375,38 @@ class _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_smith_smithCertReceived') + r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('count', count)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder +class GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_smith_smithCertReceived, - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder> { - _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived? _$v; + Builder<GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate, + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder> { + _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder() { + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate + ._initializeBuilder(this); + } - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder() { - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived - ._initializeBuilder(this); - } - - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder get _$this { + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _count = $v.count; _$v = null; } return this; @@ -31489,106 +31414,110 @@ class GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder @override void replace( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived other) { + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived; + _$v = other + as _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate; } @override void update( void Function( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceivedBuilder)? + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived build() => + GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate build() => _build(); - _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived _build() { + _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_smith_smithCertReceived._( + new _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertReceived', + r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertReceived', - 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GIdentitiesByNameOrPkData_identity_smith_smithCertReceived', - 'createdOn')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameOrPkData_identity_udHistory - extends GIdentitiesByNameOrPkData_identity_udHistory { +class _$GIdentitiesByPkData_identity_membershipHistory + extends GIdentitiesByPkData_identity_membershipHistory { @override final String G__typename; @override - final String id; + final int blockNumber; @override - final int amount; + final String? eventId; @override - final _i2.Gtimestamptz timestamp; + final _i2.GEventTypeEnum? eventType; + @override + final String id; + @override + final String? identityId; - factory _$GIdentitiesByNameOrPkData_identity_udHistory( - [void Function(GIdentitiesByNameOrPkData_identity_udHistoryBuilder)? + factory _$GIdentitiesByPkData_identity_membershipHistory( + [void Function(GIdentitiesByPkData_identity_membershipHistoryBuilder)? updates]) => - (new GIdentitiesByNameOrPkData_identity_udHistoryBuilder() + (new GIdentitiesByPkData_identity_membershipHistoryBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameOrPkData_identity_udHistory._( + _$GIdentitiesByPkData_identity_membershipHistory._( {required this.G__typename, + required this.blockNumber, + this.eventId, + this.eventType, required this.id, - required this.amount, - required this.timestamp}) + this.identityId}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameOrPkData_identity_udHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_udHistory', 'id'); + r'GIdentitiesByPkData_identity_membershipHistory', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GIdentitiesByPkData_identity_membershipHistory', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - amount, r'GIdentitiesByNameOrPkData_identity_udHistory', 'amount'); - BuiltValueNullFieldError.checkNotNull(timestamp, - r'GIdentitiesByNameOrPkData_identity_udHistory', 'timestamp'); + id, r'GIdentitiesByPkData_identity_membershipHistory', 'id'); } @override - GIdentitiesByNameOrPkData_identity_udHistory rebuild( - void Function(GIdentitiesByNameOrPkData_identity_udHistoryBuilder) + GIdentitiesByPkData_identity_membershipHistory rebuild( + void Function(GIdentitiesByPkData_identity_membershipHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameOrPkData_identity_udHistoryBuilder toBuilder() => - new GIdentitiesByNameOrPkData_identity_udHistoryBuilder()..replace(this); + GIdentitiesByPkData_identity_membershipHistoryBuilder toBuilder() => + new GIdentitiesByPkData_identity_membershipHistoryBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameOrPkData_identity_udHistory && + return other is GIdentitiesByPkData_identity_membershipHistory && G__typename == other.G__typename && + blockNumber == other.blockNumber && + eventId == other.eventId && + eventType == other.eventType && id == other.id && - amount == other.amount && - timestamp == other.timestamp; + identityId == other.identityId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, eventType.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -31596,214 +31525,238 @@ class _$GIdentitiesByNameOrPkData_identity_udHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameOrPkData_identity_udHistory') + r'GIdentitiesByPkData_identity_membershipHistory') ..add('G__typename', G__typename) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('eventType', eventType) ..add('id', id) - ..add('amount', amount) - ..add('timestamp', timestamp)) + ..add('identityId', identityId)) .toString(); } } -class GIdentitiesByNameOrPkData_identity_udHistoryBuilder +class GIdentitiesByPkData_identity_membershipHistoryBuilder implements - Builder<GIdentitiesByNameOrPkData_identity_udHistory, - GIdentitiesByNameOrPkData_identity_udHistoryBuilder> { - _$GIdentitiesByNameOrPkData_identity_udHistory? _$v; + Builder<GIdentitiesByPkData_identity_membershipHistory, + GIdentitiesByPkData_identity_membershipHistoryBuilder> { + _$GIdentitiesByPkData_identity_membershipHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + _i2.GEventTypeEnum? _eventType; + _i2.GEventTypeEnum? get eventType => _$this._eventType; + set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; - - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - GIdentitiesByNameOrPkData_identity_udHistoryBuilder() { - GIdentitiesByNameOrPkData_identity_udHistory._initializeBuilder(this); + GIdentitiesByPkData_identity_membershipHistoryBuilder() { + GIdentitiesByPkData_identity_membershipHistory._initializeBuilder(this); } - GIdentitiesByNameOrPkData_identity_udHistoryBuilder get _$this { + GIdentitiesByPkData_identity_membershipHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _eventType = $v.eventType; _id = $v.id; - _amount = $v.amount; - _timestamp = $v.timestamp.toBuilder(); + _identityId = $v.identityId; _$v = null; } return this; } @override - void replace(GIdentitiesByNameOrPkData_identity_udHistory other) { + void replace(GIdentitiesByPkData_identity_membershipHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameOrPkData_identity_udHistory; + _$v = other as _$GIdentitiesByPkData_identity_membershipHistory; } @override void update( - void Function(GIdentitiesByNameOrPkData_identity_udHistoryBuilder)? + void Function(GIdentitiesByPkData_identity_membershipHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameOrPkData_identity_udHistory build() => _build(); + GIdentitiesByPkData_identity_membershipHistory build() => _build(); - _$GIdentitiesByNameOrPkData_identity_udHistory _build() { - _$GIdentitiesByNameOrPkData_identity_udHistory _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameOrPkData_identity_udHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameOrPkData_identity_udHistory', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameOrPkData_identity_udHistory', 'id'), - amount: BuiltValueNullFieldError.checkNotNull(amount, - r'GIdentitiesByNameOrPkData_identity_udHistory', 'amount'), - timestamp: timestamp.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'timestamp'; - timestamp.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameOrPkData_identity_udHistory', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByPkData_identity_membershipHistory _build() { + final _$result = _$v ?? + new _$GIdentitiesByPkData_identity_membershipHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_membershipHistory', + 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GIdentitiesByPkData_identity_membershipHistory', + 'blockNumber'), + eventId: eventId, + eventType: eventType, + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_membershipHistory', 'id'), + identityId: identityId); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData extends GIdentitiesByPkData { +class _$GIdentitiesByPkData_identity_membershipHistoryAggregate + extends GIdentitiesByPkData_identity_membershipHistoryAggregate { @override final String G__typename; @override - final BuiltList<GIdentitiesByPkData_identity> identity; + final GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate? + aggregate; - factory _$GIdentitiesByPkData( - [void Function(GIdentitiesByPkDataBuilder)? updates]) => - (new GIdentitiesByPkDataBuilder()..update(updates))._build(); + factory _$GIdentitiesByPkData_identity_membershipHistoryAggregate( + [void Function( + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder)? + updates]) => + (new GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder() + ..update(updates)) + ._build(); - _$GIdentitiesByPkData._({required this.G__typename, required this.identity}) + _$GIdentitiesByPkData_identity_membershipHistoryAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByPkData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - identity, r'GIdentitiesByPkData', 'identity'); + G__typename, + r'GIdentitiesByPkData_identity_membershipHistoryAggregate', + 'G__typename'); } @override - GIdentitiesByPkData rebuild( - void Function(GIdentitiesByPkDataBuilder) updates) => + GIdentitiesByPkData_identity_membershipHistoryAggregate rebuild( + void Function( + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkDataBuilder toBuilder() => - new GIdentitiesByPkDataBuilder()..replace(this); + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder toBuilder() => + new GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData && + return other is GIdentitiesByPkData_identity_membershipHistoryAggregate && G__typename == other.G__typename && - identity == other.identity; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, identity.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentitiesByPkData') + return (newBuiltValueToStringHelper( + r'GIdentitiesByPkData_identity_membershipHistoryAggregate') ..add('G__typename', G__typename) - ..add('identity', identity)) + ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByPkDataBuilder - implements Builder<GIdentitiesByPkData, GIdentitiesByPkDataBuilder> { - _$GIdentitiesByPkData? _$v; +class GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder + implements + Builder<GIdentitiesByPkData_identity_membershipHistoryAggregate, + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder> { + _$GIdentitiesByPkData_identity_membershipHistoryAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GIdentitiesByPkData_identity>? _identity; - ListBuilder<GIdentitiesByPkData_identity> get identity => - _$this._identity ??= new ListBuilder<GIdentitiesByPkData_identity>(); - set identity(ListBuilder<GIdentitiesByPkData_identity>? identity) => - _$this._identity = identity; + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder? + _aggregate; + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder(); + set aggregate( + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GIdentitiesByPkDataBuilder() { - GIdentitiesByPkData._initializeBuilder(this); + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder() { + GIdentitiesByPkData_identity_membershipHistoryAggregate._initializeBuilder( + this); } - GIdentitiesByPkDataBuilder get _$this { + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _identity = $v.identity.toBuilder(); + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByPkData other) { + void replace(GIdentitiesByPkData_identity_membershipHistoryAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData; + _$v = other as _$GIdentitiesByPkData_identity_membershipHistoryAggregate; } @override - void update(void Function(GIdentitiesByPkDataBuilder)? updates) { + void update( + void Function( + GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData build() => _build(); + GIdentitiesByPkData_identity_membershipHistoryAggregate build() => _build(); - _$GIdentitiesByPkData _build() { - _$GIdentitiesByPkData _$result; + _$GIdentitiesByPkData_identity_membershipHistoryAggregate _build() { + _$GIdentitiesByPkData_identity_membershipHistoryAggregate _$result; try { _$result = _$v ?? - new _$GIdentitiesByPkData._( + new _$GIdentitiesByPkData_identity_membershipHistoryAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByPkData', 'G__typename'), - identity: identity.build()); + G__typename, + r'GIdentitiesByPkData_identity_membershipHistoryAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'identity'; - identity.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData', _$failedField, e.toString()); + r'GIdentitiesByPkData_identity_membershipHistoryAggregate', + _$failedField, + e.toString()); } rethrow; } @@ -31812,600 +31765,201 @@ class GIdentitiesByPkDataBuilder } } -class _$GIdentitiesByPkData_identity extends GIdentitiesByPkData_identity { +class _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate + extends GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate { @override final String G__typename; @override - final String? accountId; - @override - final String? accountRemovedId; - @override - final BuiltList<GIdentitiesByPkData_identity_certIssued> certIssued; - @override - final GIdentitiesByPkData_identity_certIssuedAggregate certIssuedAggregate; - @override - final BuiltList<GIdentitiesByPkData_identity_certReceived> certReceived; - @override - final GIdentitiesByPkData_identity_certReceivedAggregate - certReceivedAggregate; - @override - final String? createdInId; - @override - final int createdOn; - @override - final int expireOn; - @override - final String id; - @override - final int index; - @override - final bool isMember; - @override - final int lastChangeOn; - @override - final BuiltList<GIdentitiesByPkData_identity_linkedAccount> linkedAccount; - @override - final GIdentitiesByPkData_identity_linkedAccountAggregate - linkedAccountAggregate; - @override - final _i2.GIdentityStatusEnum? status; - @override - final BuiltList<GIdentitiesByPkData_identity_membershipHistory> - membershipHistory; - @override - final GIdentitiesByPkData_identity_membershipHistoryAggregate - membershipHistoryAggregate; - @override - final String name; - @override - final BuiltList<GIdentitiesByPkData_identity_ownerKeyChange> ownerKeyChange; - @override - final GIdentitiesByPkData_identity_ownerKeyChangeAggregate - ownerKeyChangeAggregate; - @override - final GIdentitiesByPkData_identity_smith? smith; - @override - final BuiltList<GIdentitiesByPkData_identity_udHistory>? udHistory; + final int count; - factory _$GIdentitiesByPkData_identity( - [void Function(GIdentitiesByPkData_identityBuilder)? updates]) => - (new GIdentitiesByPkData_identityBuilder()..update(updates))._build(); + factory _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate( + [void Function( + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder)? + updates]) => + (new GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder() + ..update(updates)) + ._build(); - _$GIdentitiesByPkData_identity._( - {required this.G__typename, - this.accountId, - this.accountRemovedId, - required this.certIssued, - required this.certIssuedAggregate, - required this.certReceived, - required this.certReceivedAggregate, - this.createdInId, - required this.createdOn, - required this.expireOn, - required this.id, - required this.index, - required this.isMember, - required this.lastChangeOn, - required this.linkedAccount, - required this.linkedAccountAggregate, - this.status, - required this.membershipHistory, - required this.membershipHistoryAggregate, - required this.name, - required this.ownerKeyChange, - required this.ownerKeyChangeAggregate, - this.smith, - this.udHistory}) + _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByPkData_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - certIssued, r'GIdentitiesByPkData_identity', 'certIssued'); - BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, - r'GIdentitiesByPkData_identity', 'certIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - certReceived, r'GIdentitiesByPkData_identity', 'certReceived'); - BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, - r'GIdentitiesByPkData_identity', 'certReceivedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByPkData_identity', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByPkData_identity', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity', 'id'); - BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByPkData_identity', 'index'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentitiesByPkData_identity', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GIdentitiesByPkData_identity', 'lastChangeOn'); - BuiltValueNullFieldError.checkNotNull( - linkedAccount, r'GIdentitiesByPkData_identity', 'linkedAccount'); - BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, - r'GIdentitiesByPkData_identity', 'linkedAccountAggregate'); - BuiltValueNullFieldError.checkNotNull(membershipHistory, - r'GIdentitiesByPkData_identity', 'membershipHistory'); - BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, - r'GIdentitiesByPkData_identity', 'membershipHistoryAggregate'); - BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByPkData_identity', 'name'); + G__typename, + r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - ownerKeyChange, r'GIdentitiesByPkData_identity', 'ownerKeyChange'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, - r'GIdentitiesByPkData_identity', 'ownerKeyChangeAggregate'); + count, + r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate', + 'count'); } @override - GIdentitiesByPkData_identity rebuild( - void Function(GIdentitiesByPkData_identityBuilder) updates) => + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate rebuild( + void Function( + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identityBuilder toBuilder() => - new GIdentitiesByPkData_identityBuilder()..replace(this); + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder + toBuilder() => + new GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity && + return other + is GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate && G__typename == other.G__typename && - accountId == other.accountId && - accountRemovedId == other.accountRemovedId && - certIssued == other.certIssued && - certIssuedAggregate == other.certIssuedAggregate && - certReceived == other.certReceived && - certReceivedAggregate == other.certReceivedAggregate && - createdInId == other.createdInId && - createdOn == other.createdOn && - expireOn == other.expireOn && - id == other.id && - index == other.index && - isMember == other.isMember && - lastChangeOn == other.lastChangeOn && - linkedAccount == other.linkedAccount && - linkedAccountAggregate == other.linkedAccountAggregate && - status == other.status && - membershipHistory == other.membershipHistory && - membershipHistoryAggregate == other.membershipHistoryAggregate && - name == other.name && - ownerKeyChange == other.ownerKeyChange && - ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && - smith == other.smith && - udHistory == other.udHistory; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, accountRemovedId.hashCode); - _$hash = $jc(_$hash, certIssued.hashCode); - _$hash = $jc(_$hash, certIssuedAggregate.hashCode); - _$hash = $jc(_$hash, certReceived.hashCode); - _$hash = $jc(_$hash, certReceivedAggregate.hashCode); - _$hash = $jc(_$hash, createdInId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, lastChangeOn.hashCode); - _$hash = $jc(_$hash, linkedAccount.hashCode); - _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, membershipHistory.hashCode); - _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); - _$hash = $jc(_$hash, name.hashCode); - _$hash = $jc(_$hash, ownerKeyChange.hashCode); - _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); - _$hash = $jc(_$hash, smith.hashCode); - _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentitiesByPkData_identity') + return (newBuiltValueToStringHelper( + r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('accountRemovedId', accountRemovedId) - ..add('certIssued', certIssued) - ..add('certIssuedAggregate', certIssuedAggregate) - ..add('certReceived', certReceived) - ..add('certReceivedAggregate', certReceivedAggregate) - ..add('createdInId', createdInId) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('id', id) - ..add('index', index) - ..add('isMember', isMember) - ..add('lastChangeOn', lastChangeOn) - ..add('linkedAccount', linkedAccount) - ..add('linkedAccountAggregate', linkedAccountAggregate) - ..add('status', status) - ..add('membershipHistory', membershipHistory) - ..add('membershipHistoryAggregate', membershipHistoryAggregate) - ..add('name', name) - ..add('ownerKeyChange', ownerKeyChange) - ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) - ..add('smith', smith) - ..add('udHistory', udHistory)) + ..add('count', count)) .toString(); } } -class GIdentitiesByPkData_identityBuilder +class GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder implements - Builder<GIdentitiesByPkData_identity, - GIdentitiesByPkData_identityBuilder> { - _$GIdentitiesByPkData_identity? _$v; + Builder< + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate, + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder> { + _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - String? _accountRemovedId; - String? get accountRemovedId => _$this._accountRemovedId; - set accountRemovedId(String? accountRemovedId) => - _$this._accountRemovedId = accountRemovedId; - - ListBuilder<GIdentitiesByPkData_identity_certIssued>? _certIssued; - ListBuilder<GIdentitiesByPkData_identity_certIssued> get certIssued => - _$this._certIssued ??= - new ListBuilder<GIdentitiesByPkData_identity_certIssued>(); - set certIssued( - ListBuilder<GIdentitiesByPkData_identity_certIssued>? certIssued) => - _$this._certIssued = certIssued; - - GIdentitiesByPkData_identity_certIssuedAggregateBuilder? _certIssuedAggregate; - GIdentitiesByPkData_identity_certIssuedAggregateBuilder - get certIssuedAggregate => _$this._certIssuedAggregate ??= - new GIdentitiesByPkData_identity_certIssuedAggregateBuilder(); - set certIssuedAggregate( - GIdentitiesByPkData_identity_certIssuedAggregateBuilder? - certIssuedAggregate) => - _$this._certIssuedAggregate = certIssuedAggregate; - - ListBuilder<GIdentitiesByPkData_identity_certReceived>? _certReceived; - ListBuilder<GIdentitiesByPkData_identity_certReceived> get certReceived => - _$this._certReceived ??= - new ListBuilder<GIdentitiesByPkData_identity_certReceived>(); - set certReceived( - ListBuilder<GIdentitiesByPkData_identity_certReceived>? - certReceived) => - _$this._certReceived = certReceived; - - GIdentitiesByPkData_identity_certReceivedAggregateBuilder? - _certReceivedAggregate; - GIdentitiesByPkData_identity_certReceivedAggregateBuilder - get certReceivedAggregate => _$this._certReceivedAggregate ??= - new GIdentitiesByPkData_identity_certReceivedAggregateBuilder(); - set certReceivedAggregate( - GIdentitiesByPkData_identity_certReceivedAggregateBuilder? - certReceivedAggregate) => - _$this._certReceivedAggregate = certReceivedAggregate; - - String? _createdInId; - String? get createdInId => _$this._createdInId; - set createdInId(String? createdInId) => _$this._createdInId = createdInId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - int? _lastChangeOn; - int? get lastChangeOn => _$this._lastChangeOn; - set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; - - ListBuilder<GIdentitiesByPkData_identity_linkedAccount>? _linkedAccount; - ListBuilder<GIdentitiesByPkData_identity_linkedAccount> get linkedAccount => - _$this._linkedAccount ??= - new ListBuilder<GIdentitiesByPkData_identity_linkedAccount>(); - set linkedAccount( - ListBuilder<GIdentitiesByPkData_identity_linkedAccount>? - linkedAccount) => - _$this._linkedAccount = linkedAccount; - - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder? - _linkedAccountAggregate; - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder - get linkedAccountAggregate => _$this._linkedAccountAggregate ??= - new GIdentitiesByPkData_identity_linkedAccountAggregateBuilder(); - set linkedAccountAggregate( - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder? - linkedAccountAggregate) => - _$this._linkedAccountAggregate = linkedAccountAggregate; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - ListBuilder<GIdentitiesByPkData_identity_membershipHistory>? - _membershipHistory; - ListBuilder<GIdentitiesByPkData_identity_membershipHistory> - get membershipHistory => _$this._membershipHistory ??= - new ListBuilder<GIdentitiesByPkData_identity_membershipHistory>(); - set membershipHistory( - ListBuilder<GIdentitiesByPkData_identity_membershipHistory>? - membershipHistory) => - _$this._membershipHistory = membershipHistory; - - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder? - _membershipHistoryAggregate; - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder - get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= - new GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder(); - set membershipHistoryAggregate( - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder? - membershipHistoryAggregate) => - _$this._membershipHistoryAggregate = membershipHistoryAggregate; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - ListBuilder<GIdentitiesByPkData_identity_ownerKeyChange>? _ownerKeyChange; - ListBuilder<GIdentitiesByPkData_identity_ownerKeyChange> get ownerKeyChange => - _$this._ownerKeyChange ??= - new ListBuilder<GIdentitiesByPkData_identity_ownerKeyChange>(); - set ownerKeyChange( - ListBuilder<GIdentitiesByPkData_identity_ownerKeyChange>? - ownerKeyChange) => - _$this._ownerKeyChange = ownerKeyChange; - - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder? - _ownerKeyChangeAggregate; - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder - get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= - new GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder(); - set ownerKeyChangeAggregate( - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder? - ownerKeyChangeAggregate) => - _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; - - GIdentitiesByPkData_identity_smithBuilder? _smith; - GIdentitiesByPkData_identity_smithBuilder get smith => - _$this._smith ??= new GIdentitiesByPkData_identity_smithBuilder(); - set smith(GIdentitiesByPkData_identity_smithBuilder? smith) => - _$this._smith = smith; - - ListBuilder<GIdentitiesByPkData_identity_udHistory>? _udHistory; - ListBuilder<GIdentitiesByPkData_identity_udHistory> get udHistory => - _$this._udHistory ??= - new ListBuilder<GIdentitiesByPkData_identity_udHistory>(); - set udHistory( - ListBuilder<GIdentitiesByPkData_identity_udHistory>? udHistory) => - _$this._udHistory = udHistory; - - GIdentitiesByPkData_identityBuilder() { - GIdentitiesByPkData_identity._initializeBuilder(this); + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder() { + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate + ._initializeBuilder(this); } - GIdentitiesByPkData_identityBuilder get _$this { + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _accountRemovedId = $v.accountRemovedId; - _certIssued = $v.certIssued.toBuilder(); - _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); - _certReceived = $v.certReceived.toBuilder(); - _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); - _createdInId = $v.createdInId; - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _id = $v.id; - _index = $v.index; - _isMember = $v.isMember; - _lastChangeOn = $v.lastChangeOn; - _linkedAccount = $v.linkedAccount.toBuilder(); - _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); - _status = $v.status; - _membershipHistory = $v.membershipHistory.toBuilder(); - _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); - _name = $v.name; - _ownerKeyChange = $v.ownerKeyChange.toBuilder(); - _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); - _smith = $v.smith?.toBuilder(); - _udHistory = $v.udHistory?.toBuilder(); + _count = $v.count; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity other) { + void replace( + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity; + _$v = other + as _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate; } @override - void update(void Function(GIdentitiesByPkData_identityBuilder)? updates) { + void update( + void Function( + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity build() => _build(); - - _$GIdentitiesByPkData_identity _build() { - _$GIdentitiesByPkData_identity _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByPkData_identity._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByPkData_identity', 'G__typename'), - accountId: accountId, - accountRemovedId: accountRemovedId, - certIssued: certIssued.build(), - certIssuedAggregate: certIssuedAggregate.build(), - certReceived: certReceived.build(), - certReceivedAggregate: certReceivedAggregate.build(), - createdInId: createdInId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByPkData_identity', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByPkData_identity', 'expireOn'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity', 'id'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByPkData_identity', 'index'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentitiesByPkData_identity', 'isMember'), - lastChangeOn: BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GIdentitiesByPkData_identity', 'lastChangeOn'), - linkedAccount: linkedAccount.build(), - linkedAccountAggregate: linkedAccountAggregate.build(), - status: status, - membershipHistory: membershipHistory.build(), - membershipHistoryAggregate: membershipHistoryAggregate.build(), - name: BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByPkData_identity', 'name'), - ownerKeyChange: ownerKeyChange.build(), - ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), - smith: _smith?.build(), - udHistory: _udHistory?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'certIssued'; - certIssued.build(); - _$failedField = 'certIssuedAggregate'; - certIssuedAggregate.build(); - _$failedField = 'certReceived'; - certReceived.build(); - _$failedField = 'certReceivedAggregate'; - certReceivedAggregate.build(); - - _$failedField = 'linkedAccount'; - linkedAccount.build(); - _$failedField = 'linkedAccountAggregate'; - linkedAccountAggregate.build(); - - _$failedField = 'membershipHistory'; - membershipHistory.build(); - _$failedField = 'membershipHistoryAggregate'; - membershipHistoryAggregate.build(); + GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate build() => + _build(); - _$failedField = 'ownerKeyChange'; - ownerKeyChange.build(); - _$failedField = 'ownerKeyChangeAggregate'; - ownerKeyChangeAggregate.build(); - _$failedField = 'smith'; - _smith?.build(); - _$failedField = 'udHistory'; - _udHistory?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity', _$failedField, e.toString()); - } - rethrow; - } + _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_certIssued - extends GIdentitiesByPkData_identity_certIssued { +class _$GIdentitiesByPkData_identity_ownerKeyChange + extends GIdentitiesByPkData_identity_ownerKeyChange { @override final String G__typename; @override final String id; @override - final String? issuerId; - @override - final GIdentitiesByPkData_identity_certIssued_issuer? issuer; - @override - final String? receiverId; - @override - final GIdentitiesByPkData_identity_certIssued_receiver? receiver; - @override - final int createdOn; + final int blockNumber; @override - final int expireOn; + final String? identityId; @override - final bool isActive; + final String? nextId; @override - final int updatedOn; + final String? previousId; - factory _$GIdentitiesByPkData_identity_certIssued( - [void Function(GIdentitiesByPkData_identity_certIssuedBuilder)? + factory _$GIdentitiesByPkData_identity_ownerKeyChange( + [void Function(GIdentitiesByPkData_identity_ownerKeyChangeBuilder)? updates]) => - (new GIdentitiesByPkData_identity_certIssuedBuilder()..update(updates)) + (new GIdentitiesByPkData_identity_ownerKeyChangeBuilder() + ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_certIssued._( + _$GIdentitiesByPkData_identity_ownerKeyChange._( {required this.G__typename, required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + required this.blockNumber, + this.identityId, + this.nextId, + this.previousId}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_ownerKeyChange', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByPkData_identity_certIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certIssued', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByPkData_identity_certIssued', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByPkData_identity_certIssued', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByPkData_identity_certIssued', 'isActive'); - BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GIdentitiesByPkData_identity_certIssued', 'updatedOn'); + id, r'GIdentitiesByPkData_identity_ownerKeyChange', 'id'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GIdentitiesByPkData_identity_ownerKeyChange', 'blockNumber'); } @override - GIdentitiesByPkData_identity_certIssued rebuild( - void Function(GIdentitiesByPkData_identity_certIssuedBuilder) + GIdentitiesByPkData_identity_ownerKeyChange rebuild( + void Function(GIdentitiesByPkData_identity_ownerKeyChangeBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certIssuedBuilder toBuilder() => - new GIdentitiesByPkData_identity_certIssuedBuilder()..replace(this); + GIdentitiesByPkData_identity_ownerKeyChangeBuilder toBuilder() => + new GIdentitiesByPkData_identity_ownerKeyChangeBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_certIssued && + return other is GIdentitiesByPkData_identity_ownerKeyChange && G__typename == other.G__typename && id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + blockNumber == other.blockNumber && + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override @@ -32413,14 +31967,10 @@ class _$GIdentitiesByPkData_identity_certIssued var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -32428,26 +31978,22 @@ class _$GIdentitiesByPkData_identity_certIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certIssued') + r'GIdentitiesByPkData_identity_ownerKeyChange') ..add('G__typename', G__typename) ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('blockNumber', blockNumber) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GIdentitiesByPkData_identity_certIssuedBuilder +class GIdentitiesByPkData_identity_ownerKeyChangeBuilder implements - Builder<GIdentitiesByPkData_identity_certIssued, - GIdentitiesByPkData_identity_certIssuedBuilder> { - _$GIdentitiesByPkData_identity_certIssued? _$v; + Builder<GIdentitiesByPkData_identity_ownerKeyChange, + GIdentitiesByPkData_identity_ownerKeyChangeBuilder> { + _$GIdentitiesByPkData_identity_ownerKeyChange? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -32457,196 +32003,121 @@ class GIdentitiesByPkData_identity_certIssuedBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GIdentitiesByPkData_identity_certIssued_issuerBuilder? _issuer; - GIdentitiesByPkData_identity_certIssued_issuerBuilder get issuer => - _$this._issuer ??= - new GIdentitiesByPkData_identity_certIssued_issuerBuilder(); - set issuer(GIdentitiesByPkData_identity_certIssued_issuerBuilder? issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GIdentitiesByPkData_identity_certIssued_receiverBuilder? _receiver; - GIdentitiesByPkData_identity_certIssued_receiverBuilder get receiver => - _$this._receiver ??= - new GIdentitiesByPkData_identity_certIssued_receiverBuilder(); - set receiver( - GIdentitiesByPkData_identity_certIssued_receiverBuilder? receiver) => - _$this._receiver = receiver; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; - GIdentitiesByPkData_identity_certIssuedBuilder() { - GIdentitiesByPkData_identity_certIssued._initializeBuilder(this); + GIdentitiesByPkData_identity_ownerKeyChangeBuilder() { + GIdentitiesByPkData_identity_ownerKeyChange._initializeBuilder(this); } - GIdentitiesByPkData_identity_certIssuedBuilder get _$this { + GIdentitiesByPkData_identity_ownerKeyChangeBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_certIssued other) { + void replace(GIdentitiesByPkData_identity_ownerKeyChange other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certIssued; + _$v = other as _$GIdentitiesByPkData_identity_ownerKeyChange; } @override void update( - void Function(GIdentitiesByPkData_identity_certIssuedBuilder)? updates) { + void Function(GIdentitiesByPkData_identity_ownerKeyChangeBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_certIssued build() => _build(); + GIdentitiesByPkData_identity_ownerKeyChange build() => _build(); - _$GIdentitiesByPkData_identity_certIssued _build() { - _$GIdentitiesByPkData_identity_certIssued _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certIssued', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certIssued', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByPkData_identity_certIssued', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByPkData_identity_certIssued', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByPkData_identity_certIssued', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GIdentitiesByPkData_identity_certIssued', 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + _$GIdentitiesByPkData_identity_ownerKeyChange _build() { + final _$result = _$v ?? + new _$GIdentitiesByPkData_identity_ownerKeyChange._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_ownerKeyChange', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_ownerKeyChange', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GIdentitiesByPkData_identity_ownerKeyChange', 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); + replace(_$result); + return _$result; + } +} - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_certIssued', - _$failedField, - e.toString()); - } - rethrow; - } - replace(_$result); - return _$result; - } -} - -class _$GIdentitiesByPkData_identity_certIssued_issuer - extends GIdentitiesByPkData_identity_certIssued_issuer { +class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate + extends GIdentitiesByPkData_identity_ownerKeyChangeAggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate? + aggregate; - factory _$GIdentitiesByPkData_identity_certIssued_issuer( - [void Function(GIdentitiesByPkData_identity_certIssued_issuerBuilder)? + factory _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate( + [void Function( + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder)? updates]) => - (new GIdentitiesByPkData_identity_certIssued_issuerBuilder() + (new GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_certIssued_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certIssued_issuer', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certIssued_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByPkData_identity_certIssued_issuer', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByPkData_identity_certIssued_issuer', 'name'); + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate', 'G__typename'); } @override - GIdentitiesByPkData_identity_certIssued_issuer rebuild( - void Function(GIdentitiesByPkData_identity_certIssued_issuerBuilder) + GIdentitiesByPkData_identity_ownerKeyChangeAggregate rebuild( + void Function( + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certIssued_issuerBuilder toBuilder() => - new GIdentitiesByPkData_identity_certIssued_issuerBuilder() + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder toBuilder() => + new GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_certIssued_issuer && + return other is GIdentitiesByPkData_identity_ownerKeyChangeAggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -32654,174 +32125,148 @@ class _$GIdentitiesByPkData_identity_certIssued_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certIssued_issuer') + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByPkData_identity_certIssued_issuerBuilder +class GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder implements - Builder<GIdentitiesByPkData_identity_certIssued_issuer, - GIdentitiesByPkData_identity_certIssued_issuerBuilder> { - _$GIdentitiesByPkData_identity_certIssued_issuer? _$v; + Builder<GIdentitiesByPkData_identity_ownerKeyChangeAggregate, + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder> { + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder? + _aggregate; + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder(); + set aggregate( + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GIdentitiesByPkData_identity_certIssued_issuerBuilder() { - GIdentitiesByPkData_identity_certIssued_issuer._initializeBuilder(this); + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder() { + GIdentitiesByPkData_identity_ownerKeyChangeAggregate._initializeBuilder( + this); } - GIdentitiesByPkData_identity_certIssued_issuerBuilder get _$this { + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_certIssued_issuer other) { + void replace(GIdentitiesByPkData_identity_ownerKeyChangeAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certIssued_issuer; + _$v = other as _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate; } @override void update( - void Function(GIdentitiesByPkData_identity_certIssued_issuerBuilder)? + void Function( + GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_certIssued_issuer build() => _build(); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate build() => _build(); - _$GIdentitiesByPkData_identity_certIssued_issuer _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certIssued_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_certIssued_issuer', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certIssued_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByPkData_identity_certIssued_issuer', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByPkData_identity_certIssued_issuer', 'name')); + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate _build() { + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_certIssued_receiver - extends GIdentitiesByPkData_identity_certIssued_receiver { +class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate + extends GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int count; - factory _$GIdentitiesByPkData_identity_certIssued_receiver( + factory _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate( [void Function( - GIdentitiesByPkData_identity_certIssued_receiverBuilder)? + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByPkData_identity_certIssued_receiverBuilder() + (new GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_certIssued_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certIssued_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certIssued_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByPkData_identity_certIssued_receiver', 'isMember'); + G__typename, + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByPkData_identity_certIssued_receiver', 'name'); + count, + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate', + 'count'); } @override - GIdentitiesByPkData_identity_certIssued_receiver rebuild( - void Function(GIdentitiesByPkData_identity_certIssued_receiverBuilder) + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate rebuild( + void Function( + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certIssued_receiverBuilder toBuilder() => - new GIdentitiesByPkData_identity_certIssued_receiverBuilder() - ..replace(this); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + toBuilder() => + new GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_certIssued_receiver && + return other + is GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -32829,232 +32274,295 @@ class _$GIdentitiesByPkData_identity_certIssued_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certIssued_receiver') + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('count', count)) .toString(); } } -class GIdentitiesByPkData_identity_certIssued_receiverBuilder +class GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder implements - Builder<GIdentitiesByPkData_identity_certIssued_receiver, - GIdentitiesByPkData_identity_certIssued_receiverBuilder> { - _$GIdentitiesByPkData_identity_certIssued_receiver? _$v; + Builder<GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate, + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder> { + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GIdentitiesByPkData_identity_certIssued_receiverBuilder() { - GIdentitiesByPkData_identity_certIssued_receiver._initializeBuilder(this); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() { + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate + ._initializeBuilder(this); } - GIdentitiesByPkData_identity_certIssued_receiverBuilder get _$this { + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _count = $v.count; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_certIssued_receiver other) { + void replace( + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certIssued_receiver; + _$v = other + as _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate; } @override void update( - void Function(GIdentitiesByPkData_identity_certIssued_receiverBuilder)? + void Function( + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_certIssued_receiver build() => _build(); + GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate build() => + _build(); - _$GIdentitiesByPkData_identity_certIssued_receiver _build() { + _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certIssued_receiver._( + new _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByPkData_identity_certIssued_receiver', + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certIssued_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByPkData_identity_certIssued_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByPkData_identity_certIssued_receiver', 'name')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_certIssuedAggregate - extends GIdentitiesByPkData_identity_certIssuedAggregate { +class _$GIdentitiesByPkData_identity_smith + extends GIdentitiesByPkData_identity_smith { @override final String G__typename; @override - final GIdentitiesByPkData_identity_certIssuedAggregate_aggregate? aggregate; + final String id; + @override + final int forged; + @override + final int index; + @override + final int? lastChanged; + @override + final int? lastForged; + @override + final BuiltList<GIdentitiesByPkData_identity_smith_smithCertIssued> + smithCertIssued; + @override + final BuiltList<GIdentitiesByPkData_identity_smith_smithCertReceived> + smithCertReceived; - factory _$GIdentitiesByPkData_identity_certIssuedAggregate( - [void Function( - GIdentitiesByPkData_identity_certIssuedAggregateBuilder)? + factory _$GIdentitiesByPkData_identity_smith( + [void Function(GIdentitiesByPkData_identity_smithBuilder)? updates]) => - (new GIdentitiesByPkData_identity_certIssuedAggregateBuilder() - ..update(updates)) + (new GIdentitiesByPkData_identity_smithBuilder()..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_certIssuedAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentitiesByPkData_identity_smith._( + {required this.G__typename, + required this.id, + required this.forged, + required this.index, + this.lastChanged, + this.lastForged, + required this.smithCertIssued, + required this.smithCertReceived}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certIssuedAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentitiesByPkData_identity_smith', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_smith', 'id'); + BuiltValueNullFieldError.checkNotNull( + forged, r'GIdentitiesByPkData_identity_smith', 'forged'); + BuiltValueNullFieldError.checkNotNull( + index, r'GIdentitiesByPkData_identity_smith', 'index'); + BuiltValueNullFieldError.checkNotNull(smithCertIssued, + r'GIdentitiesByPkData_identity_smith', 'smithCertIssued'); + BuiltValueNullFieldError.checkNotNull(smithCertReceived, + r'GIdentitiesByPkData_identity_smith', 'smithCertReceived'); } @override - GIdentitiesByPkData_identity_certIssuedAggregate rebuild( - void Function(GIdentitiesByPkData_identity_certIssuedAggregateBuilder) - updates) => + GIdentitiesByPkData_identity_smith rebuild( + void Function(GIdentitiesByPkData_identity_smithBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certIssuedAggregateBuilder toBuilder() => - new GIdentitiesByPkData_identity_certIssuedAggregateBuilder() - ..replace(this); + GIdentitiesByPkData_identity_smithBuilder toBuilder() => + new GIdentitiesByPkData_identity_smithBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_certIssuedAggregate && + return other is GIdentitiesByPkData_identity_smith && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + forged == other.forged && + index == other.index && + lastChanged == other.lastChanged && + lastForged == other.lastForged && + smithCertIssued == other.smithCertIssued && + smithCertReceived == other.smithCertReceived; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, forged.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, lastChanged.hashCode); + _$hash = $jc(_$hash, lastForged.hashCode); + _$hash = $jc(_$hash, smithCertIssued.hashCode); + _$hash = $jc(_$hash, smithCertReceived.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certIssuedAggregate') + return (newBuiltValueToStringHelper(r'GIdentitiesByPkData_identity_smith') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('forged', forged) + ..add('index', index) + ..add('lastChanged', lastChanged) + ..add('lastForged', lastForged) + ..add('smithCertIssued', smithCertIssued) + ..add('smithCertReceived', smithCertReceived)) .toString(); } } -class GIdentitiesByPkData_identity_certIssuedAggregateBuilder +class GIdentitiesByPkData_identity_smithBuilder implements - Builder<GIdentitiesByPkData_identity_certIssuedAggregate, - GIdentitiesByPkData_identity_certIssuedAggregateBuilder> { - _$GIdentitiesByPkData_identity_certIssuedAggregate? _$v; + Builder<GIdentitiesByPkData_identity_smith, + GIdentitiesByPkData_identity_smithBuilder> { + _$GIdentitiesByPkData_identity_smith? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder? _aggregate; - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GIdentitiesByPkData_identity_certIssuedAggregateBuilder() { - GIdentitiesByPkData_identity_certIssuedAggregate._initializeBuilder(this); + int? _forged; + int? get forged => _$this._forged; + set forged(int? forged) => _$this._forged = forged; + + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + int? _lastChanged; + int? get lastChanged => _$this._lastChanged; + set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + + int? _lastForged; + int? get lastForged => _$this._lastForged; + set lastForged(int? lastForged) => _$this._lastForged = lastForged; + + ListBuilder<GIdentitiesByPkData_identity_smith_smithCertIssued>? + _smithCertIssued; + ListBuilder<GIdentitiesByPkData_identity_smith_smithCertIssued> + get smithCertIssued => _$this._smithCertIssued ??= + new ListBuilder<GIdentitiesByPkData_identity_smith_smithCertIssued>(); + set smithCertIssued( + ListBuilder<GIdentitiesByPkData_identity_smith_smithCertIssued>? + smithCertIssued) => + _$this._smithCertIssued = smithCertIssued; + + ListBuilder<GIdentitiesByPkData_identity_smith_smithCertReceived>? + _smithCertReceived; + ListBuilder<GIdentitiesByPkData_identity_smith_smithCertReceived> + get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< + GIdentitiesByPkData_identity_smith_smithCertReceived>(); + set smithCertReceived( + ListBuilder<GIdentitiesByPkData_identity_smith_smithCertReceived>? + smithCertReceived) => + _$this._smithCertReceived = smithCertReceived; + + GIdentitiesByPkData_identity_smithBuilder() { + GIdentitiesByPkData_identity_smith._initializeBuilder(this); } - GIdentitiesByPkData_identity_certIssuedAggregateBuilder get _$this { + GIdentitiesByPkData_identity_smithBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _forged = $v.forged; + _index = $v.index; + _lastChanged = $v.lastChanged; + _lastForged = $v.lastForged; + _smithCertIssued = $v.smithCertIssued.toBuilder(); + _smithCertReceived = $v.smithCertReceived.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_certIssuedAggregate other) { + void replace(GIdentitiesByPkData_identity_smith other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certIssuedAggregate; + _$v = other as _$GIdentitiesByPkData_identity_smith; } @override void update( - void Function(GIdentitiesByPkData_identity_certIssuedAggregateBuilder)? - updates) { + void Function(GIdentitiesByPkData_identity_smithBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_certIssuedAggregate build() => _build(); + GIdentitiesByPkData_identity_smith build() => _build(); - _$GIdentitiesByPkData_identity_certIssuedAggregate _build() { - _$GIdentitiesByPkData_identity_certIssuedAggregate _$result; + _$GIdentitiesByPkData_identity_smith _build() { + _$GIdentitiesByPkData_identity_smith _$result; try { _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certIssuedAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_certIssuedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + new _$GIdentitiesByPkData_identity_smith._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_smith', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_smith', 'id'), + forged: BuiltValueNullFieldError.checkNotNull( + forged, r'GIdentitiesByPkData_identity_smith', 'forged'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GIdentitiesByPkData_identity_smith', 'index'), + lastChanged: lastChanged, + lastForged: lastForged, + smithCertIssued: smithCertIssued.build(), + smithCertReceived: smithCertReceived.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'smithCertIssued'; + smithCertIssued.build(); + _$failedField = 'smithCertReceived'; + smithCertReceived.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_certIssuedAggregate', - _$failedField, - e.toString()); + r'GIdentitiesByPkData_identity_smith', _$failedField, e.toString()); } rethrow; } @@ -33063,59 +32571,73 @@ class GIdentitiesByPkData_identity_certIssuedAggregateBuilder } } -class _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate - extends GIdentitiesByPkData_identity_certIssuedAggregate_aggregate { +class _$GIdentitiesByPkData_identity_smith_smithCertIssued + extends GIdentitiesByPkData_identity_smith_smithCertIssued { @override final String G__typename; @override - final int count; - - factory _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate( + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; + + factory _$GIdentitiesByPkData_identity_smith_smithCertIssued( [void Function( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder)? + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder)? updates]) => - (new GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder() + (new GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentitiesByPkData_identity_smith_smithCertIssued._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull(count, - r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate', 'count'); + id, r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'createdOn'); } @override - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate rebuild( + GIdentitiesByPkData_identity_smith_smithCertIssued rebuild( void Function( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder) + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder() - ..replace(this); + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder toBuilder() => + new GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByPkData_identity_certIssuedAggregate_aggregate && + return other is GIdentitiesByPkData_identity_smith_smithCertIssued && G__typename == other.G__typename && - count == other.count; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -33123,79 +32645,97 @@ class _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate') + r'GIdentitiesByPkData_identity_smith_smithCertIssued') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder +class GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder implements - Builder<GIdentitiesByPkData_identity_certIssuedAggregate_aggregate, - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder> { - _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate? _$v; + Builder<GIdentitiesByPkData_identity_smith_smithCertIssued, + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder> { + _$GIdentitiesByPkData_identity_smith_smithCertIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder() { - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate - ._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder() { + GIdentitiesByPkData_identity_smith_smithCertIssued._initializeBuilder(this); } - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder get _$this { + GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate other) { + void replace(GIdentitiesByPkData_identity_smith_smithCertIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate; + _$v = other as _$GIdentitiesByPkData_identity_smith_smithCertIssued; } @override void update( - void Function( - GIdentitiesByPkData_identity_certIssuedAggregate_aggregateBuilder)? + void Function(GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_certIssuedAggregate_aggregate build() => - _build(); + GIdentitiesByPkData_identity_smith_smithCertIssued build() => _build(); - _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate _build() { + _$GIdentitiesByPkData_identity_smith_smithCertIssued _build() { final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certIssuedAggregate_aggregate._( + new _$GIdentitiesByPkData_identity_smith_smithCertIssued._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate', + r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByPkData_identity_certIssuedAggregate_aggregate', - 'count')); + id: BuiltValueNullFieldError.checkNotNull(id, + r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByPkData_identity_smith_smithCertIssued', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_certReceived - extends GIdentitiesByPkData_identity_certReceived { +class _$GIdentitiesByPkData_identity_smith_smithCertReceived + extends GIdentitiesByPkData_identity_smith_smithCertReceived { @override final String G__typename; @override @@ -33203,76 +32743,54 @@ class _$GIdentitiesByPkData_identity_certReceived @override final String? issuerId; @override - final GIdentitiesByPkData_identity_certReceived_issuer? issuer; - @override final String? receiverId; @override - final GIdentitiesByPkData_identity_certReceived_receiver? receiver; - @override final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; - factory _$GIdentitiesByPkData_identity_certReceived( - [void Function(GIdentitiesByPkData_identity_certReceivedBuilder)? + factory _$GIdentitiesByPkData_identity_smith_smithCertReceived( + [void Function( + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder)? updates]) => - (new GIdentitiesByPkData_identity_certReceivedBuilder()..update(updates)) + (new GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder() + ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_certReceived._( + _$GIdentitiesByPkData_identity_smith_smithCertReceived._( {required this.G__typename, required this.id, this.issuerId, - this.issuer, this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certReceived', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certReceived', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByPkData_identity_certReceived', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByPkData_identity_certReceived', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByPkData_identity_certReceived', 'isActive'); + r'GIdentitiesByPkData_identity_smith_smithCertReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GIdentitiesByPkData_identity_certReceived', 'updatedOn'); + id, r'GIdentitiesByPkData_identity_smith_smithCertReceived', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentitiesByPkData_identity_smith_smithCertReceived', 'createdOn'); } @override - GIdentitiesByPkData_identity_certReceived rebuild( - void Function(GIdentitiesByPkData_identity_certReceivedBuilder) + GIdentitiesByPkData_identity_smith_smithCertReceived rebuild( + void Function( + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certReceivedBuilder toBuilder() => - new GIdentitiesByPkData_identity_certReceivedBuilder()..replace(this); + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder toBuilder() => + new GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_certReceived && + return other is GIdentitiesByPkData_identity_smith_smithCertReceived && G__typename == other.G__typename && id == other.id && issuerId == other.issuerId && - issuer == other.issuer && receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + createdOn == other.createdOn; } @override @@ -33281,13 +32799,8 @@ class _$GIdentitiesByPkData_identity_certReceived _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -33295,26 +32808,21 @@ class _$GIdentitiesByPkData_identity_certReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certReceived') + r'GIdentitiesByPkData_identity_smith_smithCertReceived') ..add('G__typename', G__typename) ..add('id', id) ..add('issuerId', issuerId) - ..add('issuer', issuer) ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByPkData_identity_certReceivedBuilder +class GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder implements - Builder<GIdentitiesByPkData_identity_certReceived, - GIdentitiesByPkData_identity_certReceivedBuilder> { - _$GIdentitiesByPkData_identity_certReceived? _$v; + Builder<GIdentitiesByPkData_identity_smith_smithCertReceived, + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder> { + _$GIdentitiesByPkData_identity_smith_smithCertReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -33328,195 +32836,129 @@ class GIdentitiesByPkData_identity_certReceivedBuilder String? get issuerId => _$this._issuerId; set issuerId(String? issuerId) => _$this._issuerId = issuerId; - GIdentitiesByPkData_identity_certReceived_issuerBuilder? _issuer; - GIdentitiesByPkData_identity_certReceived_issuerBuilder get issuer => - _$this._issuer ??= - new GIdentitiesByPkData_identity_certReceived_issuerBuilder(); - set issuer(GIdentitiesByPkData_identity_certReceived_issuerBuilder? issuer) => - _$this._issuer = issuer; - String? _receiverId; String? get receiverId => _$this._receiverId; set receiverId(String? receiverId) => _$this._receiverId = receiverId; - GIdentitiesByPkData_identity_certReceived_receiverBuilder? _receiver; - GIdentitiesByPkData_identity_certReceived_receiverBuilder get receiver => - _$this._receiver ??= - new GIdentitiesByPkData_identity_certReceived_receiverBuilder(); - set receiver( - GIdentitiesByPkData_identity_certReceived_receiverBuilder? - receiver) => - _$this._receiver = receiver; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - - GIdentitiesByPkData_identity_certReceivedBuilder() { - GIdentitiesByPkData_identity_certReceived._initializeBuilder(this); + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder() { + GIdentitiesByPkData_identity_smith_smithCertReceived._initializeBuilder( + this); } - GIdentitiesByPkData_identity_certReceivedBuilder get _$this { + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_certReceived other) { + void replace(GIdentitiesByPkData_identity_smith_smithCertReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certReceived; + _$v = other as _$GIdentitiesByPkData_identity_smith_smithCertReceived; } @override void update( - void Function(GIdentitiesByPkData_identity_certReceivedBuilder)? + void Function( + GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_certReceived build() => _build(); - - _$GIdentitiesByPkData_identity_certReceived _build() { - _$GIdentitiesByPkData_identity_certReceived _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certReceived', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certReceived', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByPkData_identity_certReceived', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByPkData_identity_certReceived', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByPkData_identity_certReceived', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GIdentitiesByPkData_identity_certReceived', 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + GIdentitiesByPkData_identity_smith_smithCertReceived build() => _build(); - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_certReceived', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByPkData_identity_smith_smithCertReceived _build() { + final _$result = _$v ?? + new _$GIdentitiesByPkData_identity_smith_smithCertReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByPkData_identity_smith_smithCertReceived', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull(id, + r'GIdentitiesByPkData_identity_smith_smithCertReceived', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByPkData_identity_smith_smithCertReceived', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_certReceived_issuer - extends GIdentitiesByPkData_identity_certReceived_issuer { +class _$GIdentitiesByPkData_identity_udHistory + extends GIdentitiesByPkData_identity_udHistory { @override final String G__typename; @override - final String? accountId; - @override final String id; @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; + final int amount; @override - final String name; + final _i2.Gtimestamptz timestamp; - factory _$GIdentitiesByPkData_identity_certReceived_issuer( - [void Function( - GIdentitiesByPkData_identity_certReceived_issuerBuilder)? + factory _$GIdentitiesByPkData_identity_udHistory( + [void Function(GIdentitiesByPkData_identity_udHistoryBuilder)? updates]) => - (new GIdentitiesByPkData_identity_certReceived_issuerBuilder() - ..update(updates)) + (new GIdentitiesByPkData_identity_udHistoryBuilder()..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_certReceived_issuer._( + _$GIdentitiesByPkData_identity_udHistory._( {required this.G__typename, - this.accountId, required this.id, - required this.isMember, - this.status, - required this.name}) + required this.amount, + required this.timestamp}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certReceived_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certReceived_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByPkData_identity_certReceived_issuer', 'isMember'); + G__typename, r'GIdentitiesByPkData_identity_udHistory', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByPkData_identity_certReceived_issuer', 'name'); + id, r'GIdentitiesByPkData_identity_udHistory', 'id'); + BuiltValueNullFieldError.checkNotNull( + amount, r'GIdentitiesByPkData_identity_udHistory', 'amount'); + BuiltValueNullFieldError.checkNotNull( + timestamp, r'GIdentitiesByPkData_identity_udHistory', 'timestamp'); } @override - GIdentitiesByPkData_identity_certReceived_issuer rebuild( - void Function(GIdentitiesByPkData_identity_certReceived_issuerBuilder) + GIdentitiesByPkData_identity_udHistory rebuild( + void Function(GIdentitiesByPkData_identity_udHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certReceived_issuerBuilder toBuilder() => - new GIdentitiesByPkData_identity_certReceived_issuerBuilder() - ..replace(this); + GIdentitiesByPkData_identity_udHistoryBuilder toBuilder() => + new GIdentitiesByPkData_identity_udHistoryBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_certReceived_issuer && + return other is GIdentitiesByPkData_identity_udHistory && G__typename == other.G__typename && - accountId == other.accountId && id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + amount == other.amount && + timestamp == other.timestamp; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -33524,412 +32966,211 @@ class _$GIdentitiesByPkData_identity_certReceived_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certReceived_issuer') + r'GIdentitiesByPkData_identity_udHistory') ..add('G__typename', G__typename) - ..add('accountId', accountId) ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('amount', amount) + ..add('timestamp', timestamp)) .toString(); } } -class GIdentitiesByPkData_identity_certReceived_issuerBuilder +class GIdentitiesByPkData_identity_udHistoryBuilder implements - Builder<GIdentitiesByPkData_identity_certReceived_issuer, - GIdentitiesByPkData_identity_certReceived_issuerBuilder> { - _$GIdentitiesByPkData_identity_certReceived_issuer? _$v; + Builder<GIdentitiesByPkData_identity_udHistory, + GIdentitiesByPkData_identity_udHistoryBuilder> { + _$GIdentitiesByPkData_identity_udHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; - GIdentitiesByPkData_identity_certReceived_issuerBuilder() { - GIdentitiesByPkData_identity_certReceived_issuer._initializeBuilder(this); + GIdentitiesByPkData_identity_udHistoryBuilder() { + GIdentitiesByPkData_identity_udHistory._initializeBuilder(this); } - GIdentitiesByPkData_identity_certReceived_issuerBuilder get _$this { + GIdentitiesByPkData_identity_udHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _amount = $v.amount; + _timestamp = $v.timestamp.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_certReceived_issuer other) { + void replace(GIdentitiesByPkData_identity_udHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certReceived_issuer; + _$v = other as _$GIdentitiesByPkData_identity_udHistory; } @override void update( - void Function(GIdentitiesByPkData_identity_certReceived_issuerBuilder)? - updates) { + void Function(GIdentitiesByPkData_identity_udHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_certReceived_issuer build() => _build(); + GIdentitiesByPkData_identity_udHistory build() => _build(); - _$GIdentitiesByPkData_identity_certReceived_issuer _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certReceived_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_certReceived_issuer', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certReceived_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByPkData_identity_certReceived_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByPkData_identity_certReceived_issuer', 'name')); + _$GIdentitiesByPkData_identity_udHistory _build() { + _$GIdentitiesByPkData_identity_udHistory _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByPkData_identity_udHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByPkData_identity_udHistory', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByPkData_identity_udHistory', 'id'), + amount: BuiltValueNullFieldError.checkNotNull( + amount, r'GIdentitiesByPkData_identity_udHistory', 'amount'), + timestamp: timestamp.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByPkData_identity_udHistory', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_certReceived_receiver - extends GIdentitiesByPkData_identity_certReceived_receiver { +class _$GIdentitiesByNameData extends GIdentitiesByNameData { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final BuiltList<GIdentitiesByNameData_identity> identity; - factory _$GIdentitiesByPkData_identity_certReceived_receiver( - [void Function( - GIdentitiesByPkData_identity_certReceived_receiverBuilder)? - updates]) => - (new GIdentitiesByPkData_identity_certReceived_receiverBuilder() - ..update(updates)) - ._build(); + factory _$GIdentitiesByNameData( + [void Function(GIdentitiesByNameDataBuilder)? updates]) => + (new GIdentitiesByNameDataBuilder()..update(updates))._build(); - _$GIdentitiesByPkData_identity_certReceived_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentitiesByNameData._({required this.G__typename, required this.identity}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certReceived_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_certReceived_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByPkData_identity_certReceived_receiver', 'isMember'); + G__typename, r'GIdentitiesByNameData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByPkData_identity_certReceived_receiver', 'name'); + identity, r'GIdentitiesByNameData', 'identity'); } @override - GIdentitiesByPkData_identity_certReceived_receiver rebuild( - void Function( - GIdentitiesByPkData_identity_certReceived_receiverBuilder) - updates) => + GIdentitiesByNameData rebuild( + void Function(GIdentitiesByNameDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certReceived_receiverBuilder toBuilder() => - new GIdentitiesByPkData_identity_certReceived_receiverBuilder() - ..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_certReceived_receiver && - G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certReceived_receiver') - ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) - .toString(); - } -} - -class GIdentitiesByPkData_identity_certReceived_receiverBuilder - implements - Builder<GIdentitiesByPkData_identity_certReceived_receiver, - GIdentitiesByPkData_identity_certReceived_receiverBuilder> { - _$GIdentitiesByPkData_identity_certReceived_receiver? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - GIdentitiesByPkData_identity_certReceived_receiverBuilder() { - GIdentitiesByPkData_identity_certReceived_receiver._initializeBuilder(this); - } - - GIdentitiesByPkData_identity_certReceived_receiverBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; - _$v = null; - } - return this; - } - - @override - void replace(GIdentitiesByPkData_identity_certReceived_receiver other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certReceived_receiver; - } - - @override - void update( - void Function(GIdentitiesByPkData_identity_certReceived_receiverBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GIdentitiesByPkData_identity_certReceived_receiver build() => _build(); - - _$GIdentitiesByPkData_identity_certReceived_receiver _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certReceived_receiver._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_certReceived_receiver', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByPkData_identity_certReceived_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByPkData_identity_certReceived_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByPkData_identity_certReceived_receiver', 'name')); - replace(_$result); - return _$result; - } -} - -class _$GIdentitiesByPkData_identity_certReceivedAggregate - extends GIdentitiesByPkData_identity_certReceivedAggregate { - @override - final String G__typename; - @override - final GIdentitiesByPkData_identity_certReceivedAggregate_aggregate? aggregate; - - factory _$GIdentitiesByPkData_identity_certReceivedAggregate( - [void Function( - GIdentitiesByPkData_identity_certReceivedAggregateBuilder)? - updates]) => - (new GIdentitiesByPkData_identity_certReceivedAggregateBuilder() - ..update(updates)) - ._build(); - - _$GIdentitiesByPkData_identity_certReceivedAggregate._( - {required this.G__typename, this.aggregate}) - : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_certReceivedAggregate', 'G__typename'); - } - - @override - GIdentitiesByPkData_identity_certReceivedAggregate rebuild( - void Function( - GIdentitiesByPkData_identity_certReceivedAggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GIdentitiesByPkData_identity_certReceivedAggregateBuilder toBuilder() => - new GIdentitiesByPkData_identity_certReceivedAggregateBuilder() - ..replace(this); + GIdentitiesByNameDataBuilder toBuilder() => + new GIdentitiesByNameDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_certReceivedAggregate && + return other is GIdentitiesByNameData && G__typename == other.G__typename && - aggregate == other.aggregate; + identity == other.identity; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, identity.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certReceivedAggregate') + return (newBuiltValueToStringHelper(r'GIdentitiesByNameData') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('identity', identity)) .toString(); } } -class GIdentitiesByPkData_identity_certReceivedAggregateBuilder - implements - Builder<GIdentitiesByPkData_identity_certReceivedAggregate, - GIdentitiesByPkData_identity_certReceivedAggregateBuilder> { - _$GIdentitiesByPkData_identity_certReceivedAggregate? _$v; +class GIdentitiesByNameDataBuilder + implements Builder<GIdentitiesByNameData, GIdentitiesByNameDataBuilder> { + _$GIdentitiesByNameData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + ListBuilder<GIdentitiesByNameData_identity>? _identity; + ListBuilder<GIdentitiesByNameData_identity> get identity => + _$this._identity ??= new ListBuilder<GIdentitiesByNameData_identity>(); + set identity(ListBuilder<GIdentitiesByNameData_identity>? identity) => + _$this._identity = identity; - GIdentitiesByPkData_identity_certReceivedAggregateBuilder() { - GIdentitiesByPkData_identity_certReceivedAggregate._initializeBuilder(this); + GIdentitiesByNameDataBuilder() { + GIdentitiesByNameData._initializeBuilder(this); } - GIdentitiesByPkData_identity_certReceivedAggregateBuilder get _$this { + GIdentitiesByNameDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _identity = $v.identity.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_certReceivedAggregate other) { + void replace(GIdentitiesByNameData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_certReceivedAggregate; + _$v = other as _$GIdentitiesByNameData; } @override - void update( - void Function(GIdentitiesByPkData_identity_certReceivedAggregateBuilder)? - updates) { + void update(void Function(GIdentitiesByNameDataBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_certReceivedAggregate build() => _build(); + GIdentitiesByNameData build() => _build(); - _$GIdentitiesByPkData_identity_certReceivedAggregate _build() { - _$GIdentitiesByPkData_identity_certReceivedAggregate _$result; + _$GIdentitiesByNameData _build() { + _$GIdentitiesByNameData _$result; try { _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certReceivedAggregate._( + new _$GIdentitiesByNameData._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_certReceivedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + G__typename, r'GIdentitiesByNameData', 'G__typename'), + identity: identity.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'identity'; + identity.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_certReceivedAggregate', - _$failedField, - e.toString()); + r'GIdentitiesByNameData', _$failedField, e.toString()); } rethrow; } @@ -33938,304 +33179,583 @@ class GIdentitiesByPkData_identity_certReceivedAggregateBuilder } } -class _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate - extends GIdentitiesByPkData_identity_certReceivedAggregate_aggregate { +class _$GIdentitiesByNameData_identity extends GIdentitiesByNameData_identity { @override final String G__typename; @override - final int count; + final GIdentitiesByNameData_identity_account? account; + @override + final String? accountId; + @override + final String? accountRemovedId; + @override + final BuiltList<GIdentitiesByNameData_identity_certIssued> certIssued; + @override + final GIdentitiesByNameData_identity_certIssuedAggregate certIssuedAggregate; + @override + final BuiltList<GIdentitiesByNameData_identity_certReceived> certReceived; + @override + final GIdentitiesByNameData_identity_certReceivedAggregate + certReceivedAggregate; + @override + final String? createdInId; + @override + final int createdOn; + @override + final int expireOn; + @override + final String id; + @override + final int index; + @override + final bool isMember; + @override + final int lastChangeOn; + @override + final BuiltList<GIdentitiesByNameData_identity_linkedAccount> linkedAccount; + @override + final GIdentitiesByNameData_identity_linkedAccountAggregate + linkedAccountAggregate; + @override + final _i2.GIdentityStatusEnum? status; + @override + final BuiltList<GIdentitiesByNameData_identity_membershipHistory> + membershipHistory; + @override + final GIdentitiesByNameData_identity_membershipHistoryAggregate + membershipHistoryAggregate; + @override + final String name; + @override + final BuiltList<GIdentitiesByNameData_identity_ownerKeyChange> ownerKeyChange; + @override + final GIdentitiesByNameData_identity_ownerKeyChangeAggregate + ownerKeyChangeAggregate; + @override + final GIdentitiesByNameData_identity_smith? smith; + @override + final BuiltList<GIdentitiesByNameData_identity_udHistory>? udHistory; - factory _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate( - [void Function( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder)? - updates]) => - (new GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder() - ..update(updates)) - ._build(); + factory _$GIdentitiesByNameData_identity( + [void Function(GIdentitiesByNameData_identityBuilder)? updates]) => + (new GIdentitiesByNameData_identityBuilder()..update(updates))._build(); - _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentitiesByNameData_identity._( + {required this.G__typename, + this.account, + this.accountId, + this.accountRemovedId, + required this.certIssued, + required this.certIssuedAggregate, + required this.certReceived, + required this.certReceivedAggregate, + this.createdInId, + required this.createdOn, + required this.expireOn, + required this.id, + required this.index, + required this.isMember, + required this.lastChangeOn, + required this.linkedAccount, + required this.linkedAccountAggregate, + this.status, + required this.membershipHistory, + required this.membershipHistoryAggregate, + required this.name, + required this.ownerKeyChange, + required this.ownerKeyChangeAggregate, + this.smith, + this.udHistory}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate', - 'G__typename'); + G__typename, r'GIdentitiesByNameData_identity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate', - 'count'); + certIssued, r'GIdentitiesByNameData_identity', 'certIssued'); + BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, + r'GIdentitiesByNameData_identity', 'certIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull( + certReceived, r'GIdentitiesByNameData_identity', 'certReceived'); + BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, + r'GIdentitiesByNameData_identity', 'certReceivedAggregate'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByNameData_identity', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByNameData_identity', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity', 'id'); + BuiltValueNullFieldError.checkNotNull( + index, r'GIdentitiesByNameData_identity', 'index'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentitiesByNameData_identity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GIdentitiesByNameData_identity', 'lastChangeOn'); + BuiltValueNullFieldError.checkNotNull( + linkedAccount, r'GIdentitiesByNameData_identity', 'linkedAccount'); + BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, + r'GIdentitiesByNameData_identity', 'linkedAccountAggregate'); + BuiltValueNullFieldError.checkNotNull(membershipHistory, + r'GIdentitiesByNameData_identity', 'membershipHistory'); + BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, + r'GIdentitiesByNameData_identity', 'membershipHistoryAggregate'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByNameData_identity', 'name'); + BuiltValueNullFieldError.checkNotNull( + ownerKeyChange, r'GIdentitiesByNameData_identity', 'ownerKeyChange'); + BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, + r'GIdentitiesByNameData_identity', 'ownerKeyChangeAggregate'); } @override - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate rebuild( - void Function( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder) - updates) => + GIdentitiesByNameData_identity rebuild( + void Function(GIdentitiesByNameData_identityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder() - ..replace(this); + GIdentitiesByNameData_identityBuilder toBuilder() => + new GIdentitiesByNameData_identityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByPkData_identity_certReceivedAggregate_aggregate && + return other is GIdentitiesByNameData_identity && G__typename == other.G__typename && - count == other.count; + account == other.account && + accountId == other.accountId && + accountRemovedId == other.accountRemovedId && + certIssued == other.certIssued && + certIssuedAggregate == other.certIssuedAggregate && + certReceived == other.certReceived && + certReceivedAggregate == other.certReceivedAggregate && + createdInId == other.createdInId && + createdOn == other.createdOn && + expireOn == other.expireOn && + id == other.id && + index == other.index && + isMember == other.isMember && + lastChangeOn == other.lastChangeOn && + linkedAccount == other.linkedAccount && + linkedAccountAggregate == other.linkedAccountAggregate && + status == other.status && + membershipHistory == other.membershipHistory && + membershipHistoryAggregate == other.membershipHistoryAggregate && + name == other.name && + ownerKeyChange == other.ownerKeyChange && + ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && + smith == other.smith && + udHistory == other.udHistory; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, accountRemovedId.hashCode); + _$hash = $jc(_$hash, certIssued.hashCode); + _$hash = $jc(_$hash, certIssuedAggregate.hashCode); + _$hash = $jc(_$hash, certReceived.hashCode); + _$hash = $jc(_$hash, certReceivedAggregate.hashCode); + _$hash = $jc(_$hash, createdInId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, lastChangeOn.hashCode); + _$hash = $jc(_$hash, linkedAccount.hashCode); + _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, membershipHistory.hashCode); + _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, ownerKeyChange.hashCode); + _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); + _$hash = $jc(_$hash, smith.hashCode); + _$hash = $jc(_$hash, udHistory.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate') + return (newBuiltValueToStringHelper(r'GIdentitiesByNameData_identity') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('account', account) + ..add('accountId', accountId) + ..add('accountRemovedId', accountRemovedId) + ..add('certIssued', certIssued) + ..add('certIssuedAggregate', certIssuedAggregate) + ..add('certReceived', certReceived) + ..add('certReceivedAggregate', certReceivedAggregate) + ..add('createdInId', createdInId) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('id', id) + ..add('index', index) + ..add('isMember', isMember) + ..add('lastChangeOn', lastChangeOn) + ..add('linkedAccount', linkedAccount) + ..add('linkedAccountAggregate', linkedAccountAggregate) + ..add('status', status) + ..add('membershipHistory', membershipHistory) + ..add('membershipHistoryAggregate', membershipHistoryAggregate) + ..add('name', name) + ..add('ownerKeyChange', ownerKeyChange) + ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) + ..add('smith', smith) + ..add('udHistory', udHistory)) .toString(); } } -class GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder +class GIdentitiesByNameData_identityBuilder implements - Builder<GIdentitiesByPkData_identity_certReceivedAggregate_aggregate, - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder> { - _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate? _$v; + Builder<GIdentitiesByNameData_identity, + GIdentitiesByNameData_identityBuilder> { + _$GIdentitiesByNameData_identity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; - - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder() { - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate - ._initializeBuilder(this); - } + GIdentitiesByNameData_identity_accountBuilder? _account; + GIdentitiesByNameData_identity_accountBuilder get account => + _$this._account ??= new GIdentitiesByNameData_identity_accountBuilder(); + set account(GIdentitiesByNameData_identity_accountBuilder? account) => + _$this._account = account; - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder - get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _count = $v.count; - _$v = null; - } - return this; - } + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - @override - void replace( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate; - } + String? _accountRemovedId; + String? get accountRemovedId => _$this._accountRemovedId; + set accountRemovedId(String? accountRemovedId) => + _$this._accountRemovedId = accountRemovedId; - @override - void update( - void Function( - GIdentitiesByPkData_identity_certReceivedAggregate_aggregateBuilder)? - updates) { - if (updates != null) updates(this); - } + ListBuilder<GIdentitiesByNameData_identity_certIssued>? _certIssued; + ListBuilder<GIdentitiesByNameData_identity_certIssued> get certIssued => + _$this._certIssued ??= + new ListBuilder<GIdentitiesByNameData_identity_certIssued>(); + set certIssued( + ListBuilder<GIdentitiesByNameData_identity_certIssued>? certIssued) => + _$this._certIssued = certIssued; - @override - GIdentitiesByPkData_identity_certReceivedAggregate_aggregate build() => - _build(); + GIdentitiesByNameData_identity_certIssuedAggregateBuilder? + _certIssuedAggregate; + GIdentitiesByNameData_identity_certIssuedAggregateBuilder + get certIssuedAggregate => _$this._certIssuedAggregate ??= + new GIdentitiesByNameData_identity_certIssuedAggregateBuilder(); + set certIssuedAggregate( + GIdentitiesByNameData_identity_certIssuedAggregateBuilder? + certIssuedAggregate) => + _$this._certIssuedAggregate = certIssuedAggregate; - _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_certReceivedAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByPkData_identity_certReceivedAggregate_aggregate', - 'count')); - replace(_$result); - return _$result; - } -} + ListBuilder<GIdentitiesByNameData_identity_certReceived>? _certReceived; + ListBuilder<GIdentitiesByNameData_identity_certReceived> get certReceived => + _$this._certReceived ??= + new ListBuilder<GIdentitiesByNameData_identity_certReceived>(); + set certReceived( + ListBuilder<GIdentitiesByNameData_identity_certReceived>? + certReceived) => + _$this._certReceived = certReceived; -class _$GIdentitiesByPkData_identity_linkedAccount - extends GIdentitiesByPkData_identity_linkedAccount { - @override - final String G__typename; - @override - final String id; + GIdentitiesByNameData_identity_certReceivedAggregateBuilder? + _certReceivedAggregate; + GIdentitiesByNameData_identity_certReceivedAggregateBuilder + get certReceivedAggregate => _$this._certReceivedAggregate ??= + new GIdentitiesByNameData_identity_certReceivedAggregateBuilder(); + set certReceivedAggregate( + GIdentitiesByNameData_identity_certReceivedAggregateBuilder? + certReceivedAggregate) => + _$this._certReceivedAggregate = certReceivedAggregate; - factory _$GIdentitiesByPkData_identity_linkedAccount( - [void Function(GIdentitiesByPkData_identity_linkedAccountBuilder)? - updates]) => - (new GIdentitiesByPkData_identity_linkedAccountBuilder()..update(updates)) - ._build(); + String? _createdInId; + String? get createdInId => _$this._createdInId; + set createdInId(String? createdInId) => _$this._createdInId = createdInId; - _$GIdentitiesByPkData_identity_linkedAccount._( - {required this.G__typename, required this.id}) - : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_linkedAccount', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_linkedAccount', 'id'); - } + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - @override - GIdentitiesByPkData_identity_linkedAccount rebuild( - void Function(GIdentitiesByPkData_identity_linkedAccountBuilder) - updates) => - (toBuilder()..update(updates)).build(); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - @override - GIdentitiesByPkData_identity_linkedAccountBuilder toBuilder() => - new GIdentitiesByPkData_identity_linkedAccountBuilder()..replace(this); + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_linkedAccount && - G__typename == other.G__typename && - id == other.id; - } + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_linkedAccount') - ..add('G__typename', G__typename) - ..add('id', id)) - .toString(); - } -} + int? _lastChangeOn; + int? get lastChangeOn => _$this._lastChangeOn; + set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; -class GIdentitiesByPkData_identity_linkedAccountBuilder - implements - Builder<GIdentitiesByPkData_identity_linkedAccount, - GIdentitiesByPkData_identity_linkedAccountBuilder> { - _$GIdentitiesByPkData_identity_linkedAccount? _$v; + ListBuilder<GIdentitiesByNameData_identity_linkedAccount>? _linkedAccount; + ListBuilder<GIdentitiesByNameData_identity_linkedAccount> get linkedAccount => + _$this._linkedAccount ??= + new ListBuilder<GIdentitiesByNameData_identity_linkedAccount>(); + set linkedAccount( + ListBuilder<GIdentitiesByNameData_identity_linkedAccount>? + linkedAccount) => + _$this._linkedAccount = linkedAccount; - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder? + _linkedAccountAggregate; + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder + get linkedAccountAggregate => _$this._linkedAccountAggregate ??= + new GIdentitiesByNameData_identity_linkedAccountAggregateBuilder(); + set linkedAccountAggregate( + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder? + linkedAccountAggregate) => + _$this._linkedAccountAggregate = linkedAccountAggregate; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - GIdentitiesByPkData_identity_linkedAccountBuilder() { - GIdentitiesByPkData_identity_linkedAccount._initializeBuilder(this); + ListBuilder<GIdentitiesByNameData_identity_membershipHistory>? + _membershipHistory; + ListBuilder<GIdentitiesByNameData_identity_membershipHistory> + get membershipHistory => _$this._membershipHistory ??= + new ListBuilder<GIdentitiesByNameData_identity_membershipHistory>(); + set membershipHistory( + ListBuilder<GIdentitiesByNameData_identity_membershipHistory>? + membershipHistory) => + _$this._membershipHistory = membershipHistory; + + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder? + _membershipHistoryAggregate; + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder + get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= + new GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder(); + set membershipHistoryAggregate( + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder? + membershipHistoryAggregate) => + _$this._membershipHistoryAggregate = membershipHistoryAggregate; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + ListBuilder<GIdentitiesByNameData_identity_ownerKeyChange>? _ownerKeyChange; + ListBuilder<GIdentitiesByNameData_identity_ownerKeyChange> + get ownerKeyChange => _$this._ownerKeyChange ??= + new ListBuilder<GIdentitiesByNameData_identity_ownerKeyChange>(); + set ownerKeyChange( + ListBuilder<GIdentitiesByNameData_identity_ownerKeyChange>? + ownerKeyChange) => + _$this._ownerKeyChange = ownerKeyChange; + + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder? + _ownerKeyChangeAggregate; + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder + get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= + new GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder(); + set ownerKeyChangeAggregate( + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder? + ownerKeyChangeAggregate) => + _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; + + GIdentitiesByNameData_identity_smithBuilder? _smith; + GIdentitiesByNameData_identity_smithBuilder get smith => + _$this._smith ??= new GIdentitiesByNameData_identity_smithBuilder(); + set smith(GIdentitiesByNameData_identity_smithBuilder? smith) => + _$this._smith = smith; + + ListBuilder<GIdentitiesByNameData_identity_udHistory>? _udHistory; + ListBuilder<GIdentitiesByNameData_identity_udHistory> get udHistory => + _$this._udHistory ??= + new ListBuilder<GIdentitiesByNameData_identity_udHistory>(); + set udHistory( + ListBuilder<GIdentitiesByNameData_identity_udHistory>? udHistory) => + _$this._udHistory = udHistory; + + GIdentitiesByNameData_identityBuilder() { + GIdentitiesByNameData_identity._initializeBuilder(this); } - GIdentitiesByPkData_identity_linkedAccountBuilder get _$this { + GIdentitiesByNameData_identityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _account = $v.account?.toBuilder(); + _accountId = $v.accountId; + _accountRemovedId = $v.accountRemovedId; + _certIssued = $v.certIssued.toBuilder(); + _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); + _certReceived = $v.certReceived.toBuilder(); + _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); + _createdInId = $v.createdInId; + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; _id = $v.id; + _index = $v.index; + _isMember = $v.isMember; + _lastChangeOn = $v.lastChangeOn; + _linkedAccount = $v.linkedAccount.toBuilder(); + _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); + _status = $v.status; + _membershipHistory = $v.membershipHistory.toBuilder(); + _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); + _name = $v.name; + _ownerKeyChange = $v.ownerKeyChange.toBuilder(); + _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); + _smith = $v.smith?.toBuilder(); + _udHistory = $v.udHistory?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_linkedAccount other) { + void replace(GIdentitiesByNameData_identity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_linkedAccount; + _$v = other as _$GIdentitiesByNameData_identity; } @override - void update( - void Function(GIdentitiesByPkData_identity_linkedAccountBuilder)? - updates) { + void update(void Function(GIdentitiesByNameData_identityBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_linkedAccount build() => _build(); + GIdentitiesByNameData_identity build() => _build(); - _$GIdentitiesByPkData_identity_linkedAccount _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_linkedAccount._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_linkedAccount', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_linkedAccount', 'id')); + _$GIdentitiesByNameData_identity _build() { + _$GIdentitiesByNameData_identity _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByNameData_identity._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentitiesByNameData_identity', 'G__typename'), + account: _account?.build(), + accountId: accountId, + accountRemovedId: accountRemovedId, + certIssued: certIssued.build(), + certIssuedAggregate: certIssuedAggregate.build(), + certReceived: certReceived.build(), + certReceivedAggregate: certReceivedAggregate.build(), + createdInId: createdInId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByNameData_identity', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByNameData_identity', 'expireOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity', 'id'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GIdentitiesByNameData_identity', 'index'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentitiesByNameData_identity', 'isMember'), + lastChangeOn: BuiltValueNullFieldError.checkNotNull(lastChangeOn, + r'GIdentitiesByNameData_identity', 'lastChangeOn'), + linkedAccount: linkedAccount.build(), + linkedAccountAggregate: linkedAccountAggregate.build(), + status: status, + membershipHistory: membershipHistory.build(), + membershipHistoryAggregate: membershipHistoryAggregate.build(), + name: BuiltValueNullFieldError.checkNotNull(name, r'GIdentitiesByNameData_identity', 'name'), + ownerKeyChange: ownerKeyChange.build(), + ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), + smith: _smith?.build(), + udHistory: _udHistory?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + + _$failedField = 'certIssued'; + certIssued.build(); + _$failedField = 'certIssuedAggregate'; + certIssuedAggregate.build(); + _$failedField = 'certReceived'; + certReceived.build(); + _$failedField = 'certReceivedAggregate'; + certReceivedAggregate.build(); + + _$failedField = 'linkedAccount'; + linkedAccount.build(); + _$failedField = 'linkedAccountAggregate'; + linkedAccountAggregate.build(); + + _$failedField = 'membershipHistory'; + membershipHistory.build(); + _$failedField = 'membershipHistoryAggregate'; + membershipHistoryAggregate.build(); + + _$failedField = 'ownerKeyChange'; + ownerKeyChange.build(); + _$failedField = 'ownerKeyChangeAggregate'; + ownerKeyChangeAggregate.build(); + _$failedField = 'smith'; + _smith?.build(); + _$failedField = 'udHistory'; + _udHistory?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByNameData_identity', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_linkedAccountAggregate - extends GIdentitiesByPkData_identity_linkedAccountAggregate { +class _$GIdentitiesByNameData_identity_account + extends GIdentitiesByNameData_identity_account { @override final String G__typename; @override - final GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate? - aggregate; + final int createdOn; - factory _$GIdentitiesByPkData_identity_linkedAccountAggregate( - [void Function( - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder)? + factory _$GIdentitiesByNameData_identity_account( + [void Function(GIdentitiesByNameData_identity_accountBuilder)? updates]) => - (new GIdentitiesByPkData_identity_linkedAccountAggregateBuilder() - ..update(updates)) + (new GIdentitiesByNameData_identity_accountBuilder()..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_linkedAccountAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentitiesByNameData_identity_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_linkedAccountAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentitiesByNameData_identity_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByNameData_identity_account', 'createdOn'); } @override - GIdentitiesByPkData_identity_linkedAccountAggregate rebuild( - void Function( - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder) + GIdentitiesByNameData_identity_account rebuild( + void Function(GIdentitiesByNameData_identity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder toBuilder() => - new GIdentitiesByPkData_identity_linkedAccountAggregateBuilder() - ..replace(this); + GIdentitiesByNameData_identity_accountBuilder toBuilder() => + new GIdentitiesByNameData_identity_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_linkedAccountAggregate && + return other is GIdentitiesByNameData_identity_account && G__typename == other.G__typename && - aggregate == other.aggregate; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -34243,147 +33763,162 @@ class _$GIdentitiesByPkData_identity_linkedAccountAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_linkedAccountAggregate') + r'GIdentitiesByNameData_identity_account') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByPkData_identity_linkedAccountAggregateBuilder +class GIdentitiesByNameData_identity_accountBuilder implements - Builder<GIdentitiesByPkData_identity_linkedAccountAggregate, - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder> { - _$GIdentitiesByPkData_identity_linkedAccountAggregate? _$v; + Builder<GIdentitiesByNameData_identity_account, + GIdentitiesByNameData_identity_accountBuilder> { + _$GIdentitiesByNameData_identity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder() { - GIdentitiesByPkData_identity_linkedAccountAggregate._initializeBuilder( - this); + GIdentitiesByNameData_identity_accountBuilder() { + GIdentitiesByNameData_identity_account._initializeBuilder(this); } - GIdentitiesByPkData_identity_linkedAccountAggregateBuilder get _$this { + GIdentitiesByNameData_identity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_linkedAccountAggregate other) { + void replace(GIdentitiesByNameData_identity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_linkedAccountAggregate; + _$v = other as _$GIdentitiesByNameData_identity_account; } @override void update( - void Function(GIdentitiesByPkData_identity_linkedAccountAggregateBuilder)? - updates) { + void Function(GIdentitiesByNameData_identity_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_linkedAccountAggregate build() => _build(); + GIdentitiesByNameData_identity_account build() => _build(); - _$GIdentitiesByPkData_identity_linkedAccountAggregate _build() { - _$GIdentitiesByPkData_identity_linkedAccountAggregate _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByPkData_identity_linkedAccountAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_linkedAccountAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_linkedAccountAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByNameData_identity_account _build() { + final _$result = _$v ?? + new _$GIdentitiesByNameData_identity_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentitiesByNameData_identity_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate - extends GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate { +class _$GIdentitiesByNameData_identity_certIssued + extends GIdentitiesByNameData_identity_certIssued { @override final String G__typename; @override - final int count; + final String id; + @override + final String? issuerId; + @override + final GIdentitiesByNameData_identity_certIssued_issuer? issuer; + @override + final String? receiverId; + @override + final GIdentitiesByNameData_identity_certIssued_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate( - [void Function( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder)? + factory _$GIdentitiesByNameData_identity_certIssued( + [void Function(GIdentitiesByNameData_identity_certIssuedBuilder)? updates]) => - (new GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder() - ..update(updates)) + (new GIdentitiesByNameData_identity_certIssuedBuilder()..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentitiesByNameData_identity_certIssued._( + {required this.G__typename, + required this.id, + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_certIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate', - 'G__typename'); + id, r'GIdentitiesByNameData_identity_certIssued', 'id'); BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate', - 'count'); + createdOn, r'GIdentitiesByNameData_identity_certIssued', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByNameData_identity_certIssued', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentitiesByNameData_identity_certIssued', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GIdentitiesByNameData_identity_certIssued', 'updatedOn'); } @override - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate rebuild( - void Function( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder) + GIdentitiesByNameData_identity_certIssued rebuild( + void Function(GIdentitiesByNameData_identity_certIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder() - ..replace(this); + GIdentitiesByNameData_identity_certIssuedBuilder toBuilder() => + new GIdentitiesByNameData_identity_certIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate && + return other is GIdentitiesByNameData_identity_certIssued && G__typename == other.G__typename && - count == other.count; + id == other.id && + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -34391,149 +33926,240 @@ class _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate') + r'GIdentitiesByNameData_identity_certIssued') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder +class GIdentitiesByNameData_identity_certIssuedBuilder implements - Builder<GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate, - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder> { - _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate? _$v; + Builder<GIdentitiesByNameData_identity_certIssued, + GIdentitiesByNameData_identity_certIssuedBuilder> { + _$GIdentitiesByNameData_identity_certIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder() { - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate - ._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + GIdentitiesByNameData_identity_certIssued_issuerBuilder? _issuer; + GIdentitiesByNameData_identity_certIssued_issuerBuilder get issuer => + _$this._issuer ??= + new GIdentitiesByNameData_identity_certIssued_issuerBuilder(); + set issuer(GIdentitiesByNameData_identity_certIssued_issuerBuilder? issuer) => + _$this._issuer = issuer; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GIdentitiesByNameData_identity_certIssued_receiverBuilder? _receiver; + GIdentitiesByNameData_identity_certIssued_receiverBuilder get receiver => + _$this._receiver ??= + new GIdentitiesByNameData_identity_certIssued_receiverBuilder(); + set receiver( + GIdentitiesByNameData_identity_certIssued_receiverBuilder? + receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GIdentitiesByNameData_identity_certIssuedBuilder() { + GIdentitiesByNameData_identity_certIssued._initializeBuilder(this); } - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder - get _$this { + GIdentitiesByNameData_identity_certIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate other) { + void replace(GIdentitiesByNameData_identity_certIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate; + _$v = other as _$GIdentitiesByNameData_identity_certIssued; } @override void update( - void Function( - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregateBuilder)? + void Function(GIdentitiesByNameData_identity_certIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate build() => - _build(); + GIdentitiesByNameData_identity_certIssued build() => _build(); - _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate', - 'count')); + _$GIdentitiesByNameData_identity_certIssued _build() { + _$GIdentitiesByNameData_identity_certIssued _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByNameData_identity_certIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_certIssued', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_certIssued', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByNameData_identity_certIssued', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByNameData_identity_certIssued', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentitiesByNameData_identity_certIssued', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GIdentitiesByNameData_identity_certIssued', 'updatedOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByNameData_identity_certIssued', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_membershipHistory - extends GIdentitiesByPkData_identity_membershipHistory { +class _$GIdentitiesByNameData_identity_certIssued_issuer + extends GIdentitiesByNameData_identity_certIssued_issuer { @override final String G__typename; @override - final int blockNumber; - @override - final String? eventId; + final String? accountId; @override - final _i2.GEventTypeEnum? eventType; + final GIdentitiesByNameData_identity_certIssued_issuer_account? account; @override final String id; @override - final String? identityId; + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GIdentitiesByPkData_identity_membershipHistory( - [void Function(GIdentitiesByPkData_identity_membershipHistoryBuilder)? + factory _$GIdentitiesByNameData_identity_certIssued_issuer( + [void Function( + GIdentitiesByNameData_identity_certIssued_issuerBuilder)? updates]) => - (new GIdentitiesByPkData_identity_membershipHistoryBuilder() + (new GIdentitiesByNameData_identity_certIssued_issuerBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_membershipHistory._( + _$GIdentitiesByNameData_identity_certIssued_issuer._( {required this.G__typename, - required this.blockNumber, - this.eventId, - this.eventType, + this.accountId, + this.account, required this.id, - this.identityId}) + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_membershipHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentitiesByPkData_identity_membershipHistory', 'blockNumber'); + r'GIdentitiesByNameData_identity_certIssued_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_membershipHistory', 'id'); + id, r'GIdentitiesByNameData_identity_certIssued_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentitiesByNameData_identity_certIssued_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByNameData_identity_certIssued_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentitiesByNameData_identity_certIssued_issuer', 'expireOn'); } @override - GIdentitiesByPkData_identity_membershipHistory rebuild( - void Function(GIdentitiesByPkData_identity_membershipHistoryBuilder) + GIdentitiesByNameData_identity_certIssued_issuer rebuild( + void Function(GIdentitiesByNameData_identity_certIssued_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_membershipHistoryBuilder toBuilder() => - new GIdentitiesByPkData_identity_membershipHistoryBuilder() + GIdentitiesByNameData_identity_certIssued_issuerBuilder toBuilder() => + new GIdentitiesByNameData_identity_certIssued_issuerBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_membershipHistory && + return other is GIdentitiesByNameData_identity_certIssued_issuer && G__typename == other.G__typename && - blockNumber == other.blockNumber && - eventId == other.eventId && - eventType == other.eventType && + accountId == other.accountId && + account == other.account && id == other.id && - identityId == other.identityId; + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, eventType.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -34541,152 +34167,193 @@ class _$GIdentitiesByPkData_identity_membershipHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_membershipHistory') + r'GIdentitiesByNameData_identity_certIssued_issuer') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('eventType', eventType) + ..add('accountId', accountId) + ..add('account', account) ..add('id', id) - ..add('identityId', identityId)) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentitiesByPkData_identity_membershipHistoryBuilder +class GIdentitiesByNameData_identity_certIssued_issuerBuilder implements - Builder<GIdentitiesByPkData_identity_membershipHistory, - GIdentitiesByPkData_identity_membershipHistoryBuilder> { - _$GIdentitiesByPkData_identity_membershipHistory? _$v; + Builder<GIdentitiesByNameData_identity_certIssued_issuer, + GIdentitiesByNameData_identity_certIssued_issuerBuilder> { + _$GIdentitiesByNameData_identity_certIssued_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - _i2.GEventTypeEnum? _eventType; - _i2.GEventTypeEnum? get eventType => _$this._eventType; - set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder? _account; + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder get account => + _$this._account ??= + new GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder(); + set account( + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder? + account) => + _$this._account = account; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - GIdentitiesByPkData_identity_membershipHistoryBuilder() { - GIdentitiesByPkData_identity_membershipHistory._initializeBuilder(this); + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentitiesByNameData_identity_certIssued_issuerBuilder() { + GIdentitiesByNameData_identity_certIssued_issuer._initializeBuilder(this); } - GIdentitiesByPkData_identity_membershipHistoryBuilder get _$this { + GIdentitiesByNameData_identity_certIssued_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _eventType = $v.eventType; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _identityId = $v.identityId; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_membershipHistory other) { + void replace(GIdentitiesByNameData_identity_certIssued_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_membershipHistory; + _$v = other as _$GIdentitiesByNameData_identity_certIssued_issuer; } @override void update( - void Function(GIdentitiesByPkData_identity_membershipHistoryBuilder)? + void Function(GIdentitiesByNameData_identity_certIssued_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_membershipHistory build() => _build(); + GIdentitiesByNameData_identity_certIssued_issuer build() => _build(); - _$GIdentitiesByPkData_identity_membershipHistory _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_membershipHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_membershipHistory', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GIdentitiesByPkData_identity_membershipHistory', - 'blockNumber'), - eventId: eventId, - eventType: eventType, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_membershipHistory', 'id'), - identityId: identityId); + _$GIdentitiesByNameData_identity_certIssued_issuer _build() { + _$GIdentitiesByNameData_identity_certIssued_issuer _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByNameData_identity_certIssued_issuer._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certIssued_issuer', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_certIssued_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GIdentitiesByNameData_identity_certIssued_issuer', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GIdentitiesByNameData_identity_certIssued_issuer', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GIdentitiesByNameData_identity_certIssued_issuer', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByNameData_identity_certIssued_issuer', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_membershipHistoryAggregate - extends GIdentitiesByPkData_identity_membershipHistoryAggregate { +class _$GIdentitiesByNameData_identity_certIssued_issuer_account + extends GIdentitiesByNameData_identity_certIssued_issuer_account { @override final String G__typename; @override - final GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate? - aggregate; + final int createdOn; - factory _$GIdentitiesByPkData_identity_membershipHistoryAggregate( + factory _$GIdentitiesByNameData_identity_certIssued_issuer_account( [void Function( - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder)? + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder)? updates]) => - (new GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder() + (new GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_membershipHistoryAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentitiesByNameData_identity_certIssued_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByPkData_identity_membershipHistoryAggregate', + r'GIdentitiesByNameData_identity_certIssued_issuer_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByNameData_identity_certIssued_issuer_account', + 'createdOn'); } @override - GIdentitiesByPkData_identity_membershipHistoryAggregate rebuild( + GIdentitiesByNameData_identity_certIssued_issuer_account rebuild( void Function( - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder) + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder toBuilder() => - new GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder() + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder toBuilder() => + new GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_membershipHistoryAggregate && + return other is GIdentitiesByNameData_identity_certIssued_issuer_account && G__typename == other.G__typename && - aggregate == other.aggregate; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -34694,148 +34361,161 @@ class _$GIdentitiesByPkData_identity_membershipHistoryAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_membershipHistoryAggregate') + r'GIdentitiesByNameData_identity_certIssued_issuer_account') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder +class GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder implements - Builder<GIdentitiesByPkData_identity_membershipHistoryAggregate, - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder> { - _$GIdentitiesByPkData_identity_membershipHistoryAggregate? _$v; + Builder<GIdentitiesByNameData_identity_certIssued_issuer_account, + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder> { + _$GIdentitiesByNameData_identity_certIssued_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder() { - GIdentitiesByPkData_identity_membershipHistoryAggregate._initializeBuilder( + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder() { + GIdentitiesByNameData_identity_certIssued_issuer_account._initializeBuilder( this); } - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder get _$this { + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_membershipHistoryAggregate other) { + void replace(GIdentitiesByNameData_identity_certIssued_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_membershipHistoryAggregate; + _$v = other as _$GIdentitiesByNameData_identity_certIssued_issuer_account; } @override void update( void Function( - GIdentitiesByPkData_identity_membershipHistoryAggregateBuilder)? + GIdentitiesByNameData_identity_certIssued_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_membershipHistoryAggregate build() => _build(); + GIdentitiesByNameData_identity_certIssued_issuer_account build() => _build(); - _$GIdentitiesByPkData_identity_membershipHistoryAggregate _build() { - _$GIdentitiesByPkData_identity_membershipHistoryAggregate _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByPkData_identity_membershipHistoryAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_membershipHistoryAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_membershipHistoryAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByNameData_identity_certIssued_issuer_account _build() { + final _$result = _$v ?? + new _$GIdentitiesByNameData_identity_certIssued_issuer_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certIssued_issuer_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByNameData_identity_certIssued_issuer_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate - extends GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate { +class _$GIdentitiesByNameData_identity_certIssued_receiver + extends GIdentitiesByNameData_identity_certIssued_receiver { @override final String G__typename; @override - final int count; + final String? accountId; + @override + final GIdentitiesByNameData_identity_certIssued_receiver_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate( + factory _$GIdentitiesByNameData_identity_certIssued_receiver( [void Function( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_certIssued_receiverBuilder)? updates]) => - (new GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder() + (new GIdentitiesByNameData_identity_certIssued_receiverBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentitiesByNameData_identity_certIssued_receiver._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_certIssued_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate', - 'G__typename'); + id, r'GIdentitiesByNameData_identity_certIssued_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentitiesByNameData_identity_certIssued_receiver', 'isMember'); BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate', - 'count'); + name, r'GIdentitiesByNameData_identity_certIssued_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentitiesByNameData_identity_certIssued_receiver', 'expireOn'); } @override - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate rebuild( + GIdentitiesByNameData_identity_certIssued_receiver rebuild( void Function( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder) + GIdentitiesByNameData_identity_certIssued_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder() - ..replace(this); + GIdentitiesByNameData_identity_certIssued_receiverBuilder toBuilder() => + new GIdentitiesByNameData_identity_certIssued_receiverBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate && + return other is GIdentitiesByNameData_identity_certIssued_receiver && G__typename == other.G__typename && - count == other.count; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -34843,150 +34523,197 @@ class _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate') + r'GIdentitiesByNameData_identity_certIssued_receiver') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder +class GIdentitiesByNameData_identity_certIssued_receiverBuilder implements - Builder< - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate, - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder> { - _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate? _$v; + Builder<GIdentitiesByNameData_identity_certIssued_receiver, + GIdentitiesByNameData_identity_certIssued_receiverBuilder> { + _$GIdentitiesByNameData_identity_certIssued_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder() { - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate - ._initializeBuilder(this); + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder? _account; + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder + get account => _$this._account ??= + new GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder(); + set account( + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentitiesByNameData_identity_certIssued_receiverBuilder() { + GIdentitiesByNameData_identity_certIssued_receiver._initializeBuilder(this); } - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder - get _$this { + GIdentitiesByNameData_identity_certIssued_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; - _$v = null; - } + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; + _$v = null; + } return this; } @override - void replace( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate other) { + void replace(GIdentitiesByNameData_identity_certIssued_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate; + _$v = other as _$GIdentitiesByNameData_identity_certIssued_receiver; } @override void update( - void Function( - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregateBuilder)? + void Function(GIdentitiesByNameData_identity_certIssued_receiverBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate build() => - _build(); + GIdentitiesByNameData_identity_certIssued_receiver build() => _build(); - _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByPkData_identity_membershipHistoryAggregate_aggregate', - 'count')); + _$GIdentitiesByNameData_identity_certIssued_receiver _build() { + _$GIdentitiesByNameData_identity_certIssued_receiver _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByNameData_identity_certIssued_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certIssued_receiver', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_certIssued_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GIdentitiesByNameData_identity_certIssued_receiver', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GIdentitiesByNameData_identity_certIssued_receiver', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GIdentitiesByNameData_identity_certIssued_receiver', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByNameData_identity_certIssued_receiver', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_ownerKeyChange - extends GIdentitiesByPkData_identity_ownerKeyChange { +class _$GIdentitiesByNameData_identity_certIssued_receiver_account + extends GIdentitiesByNameData_identity_certIssued_receiver_account { @override final String G__typename; @override - final String id; - @override - final int blockNumber; - @override - final String? identityId; - @override - final String? nextId; - @override - final String? previousId; + final int createdOn; - factory _$GIdentitiesByPkData_identity_ownerKeyChange( - [void Function(GIdentitiesByPkData_identity_ownerKeyChangeBuilder)? + factory _$GIdentitiesByNameData_identity_certIssued_receiver_account( + [void Function( + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder)? updates]) => - (new GIdentitiesByPkData_identity_ownerKeyChangeBuilder() + (new GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_ownerKeyChange._( - {required this.G__typename, - required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + _$GIdentitiesByNameData_identity_certIssued_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_ownerKeyChange', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_ownerKeyChange', 'id'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentitiesByPkData_identity_ownerKeyChange', 'blockNumber'); + G__typename, + r'GIdentitiesByNameData_identity_certIssued_receiver_account', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByNameData_identity_certIssued_receiver_account', + 'createdOn'); } @override - GIdentitiesByPkData_identity_ownerKeyChange rebuild( - void Function(GIdentitiesByPkData_identity_ownerKeyChangeBuilder) + GIdentitiesByNameData_identity_certIssued_receiver_account rebuild( + void Function( + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_ownerKeyChangeBuilder toBuilder() => - new GIdentitiesByPkData_identity_ownerKeyChangeBuilder()..replace(this); + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder + toBuilder() => + new GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_ownerKeyChange && + return other + is GIdentitiesByNameData_identity_certIssued_receiver_account && G__typename == other.G__typename && - id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -34994,137 +34721,115 @@ class _$GIdentitiesByPkData_identity_ownerKeyChange @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_ownerKeyChange') + r'GIdentitiesByNameData_identity_certIssued_receiver_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByPkData_identity_ownerKeyChangeBuilder +class GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder implements - Builder<GIdentitiesByPkData_identity_ownerKeyChange, - GIdentitiesByPkData_identity_ownerKeyChangeBuilder> { - _$GIdentitiesByPkData_identity_ownerKeyChange? _$v; + Builder<GIdentitiesByNameData_identity_certIssued_receiver_account, + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder> { + _$GIdentitiesByNameData_identity_certIssued_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; - - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; - - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByPkData_identity_ownerKeyChangeBuilder() { - GIdentitiesByPkData_identity_ownerKeyChange._initializeBuilder(this); + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder() { + GIdentitiesByNameData_identity_certIssued_receiver_account + ._initializeBuilder(this); } - GIdentitiesByPkData_identity_ownerKeyChangeBuilder get _$this { + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_ownerKeyChange other) { + void replace( + GIdentitiesByNameData_identity_certIssued_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_ownerKeyChange; + _$v = other as _$GIdentitiesByNameData_identity_certIssued_receiver_account; } @override void update( - void Function(GIdentitiesByPkData_identity_ownerKeyChangeBuilder)? + void Function( + GIdentitiesByNameData_identity_certIssued_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_ownerKeyChange build() => _build(); + GIdentitiesByNameData_identity_certIssued_receiver_account build() => + _build(); - _$GIdentitiesByPkData_identity_ownerKeyChange _build() { + _$GIdentitiesByNameData_identity_certIssued_receiver_account _build() { final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_ownerKeyChange._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_ownerKeyChange', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_ownerKeyChange', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentitiesByPkData_identity_ownerKeyChange', 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + new _$GIdentitiesByNameData_identity_certIssued_receiver_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certIssued_receiver_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByNameData_identity_certIssued_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate - extends GIdentitiesByPkData_identity_ownerKeyChangeAggregate { +class _$GIdentitiesByNameData_identity_certIssuedAggregate + extends GIdentitiesByNameData_identity_certIssuedAggregate { @override final String G__typename; @override - final GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate? - aggregate; + final GIdentitiesByNameData_identity_certIssuedAggregate_aggregate? aggregate; - factory _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate( + factory _$GIdentitiesByNameData_identity_certIssuedAggregate( [void Function( - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder)? + GIdentitiesByNameData_identity_certIssuedAggregateBuilder)? updates]) => - (new GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder() + (new GIdentitiesByNameData_identity_certIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate._( + _$GIdentitiesByNameData_identity_certIssuedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate', 'G__typename'); + r'GIdentitiesByNameData_identity_certIssuedAggregate', 'G__typename'); } @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate rebuild( + GIdentitiesByNameData_identity_certIssuedAggregate rebuild( void Function( - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder) + GIdentitiesByNameData_identity_certIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder toBuilder() => - new GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder() + GIdentitiesByNameData_identity_certIssuedAggregateBuilder toBuilder() => + new GIdentitiesByNameData_identity_certIssuedAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_ownerKeyChangeAggregate && + return other is GIdentitiesByNameData_identity_certIssuedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -35141,39 +34846,38 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate') + r'GIdentitiesByNameData_identity_certIssuedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder +class GIdentitiesByNameData_identity_certIssuedAggregateBuilder implements - Builder<GIdentitiesByPkData_identity_ownerKeyChangeAggregate, - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder> { - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate? _$v; + Builder<GIdentitiesByNameData_identity_certIssuedAggregate, + GIdentitiesByNameData_identity_certIssuedAggregateBuilder> { + _$GIdentitiesByNameData_identity_certIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder? + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder? _aggregate; - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder(); set aggregate( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder? + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder() { - GIdentitiesByPkData_identity_ownerKeyChangeAggregate._initializeBuilder( - this); + GIdentitiesByNameData_identity_certIssuedAggregateBuilder() { + GIdentitiesByNameData_identity_certIssuedAggregate._initializeBuilder(this); } - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder get _$this { + GIdentitiesByNameData_identity_certIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -35184,30 +34888,29 @@ class GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder } @override - void replace(GIdentitiesByPkData_identity_ownerKeyChangeAggregate other) { + void replace(GIdentitiesByNameData_identity_certIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate; + _$v = other as _$GIdentitiesByNameData_identity_certIssuedAggregate; } @override void update( - void Function( - GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder)? + void Function(GIdentitiesByNameData_identity_certIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate build() => _build(); + GIdentitiesByNameData_identity_certIssuedAggregate build() => _build(); - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate _build() { - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate _$result; + _$GIdentitiesByNameData_identity_certIssuedAggregate _build() { + _$GIdentitiesByNameData_identity_certIssuedAggregate _$result; try { _$result = _$v ?? - new _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate._( + new _$GIdentitiesByNameData_identity_certIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate', + r'GIdentitiesByNameData_identity_certIssuedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -35217,7 +34920,7 @@ class GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate', + r'GIdentitiesByNameData_identity_certIssuedAggregate', _$failedField, e.toString()); } @@ -35228,52 +34931,52 @@ class GIdentitiesByPkData_identity_ownerKeyChangeAggregateBuilder } } -class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate - extends GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate { +class _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate + extends GIdentitiesByNameData_identity_certIssuedAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate( + factory _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate( [void Function( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() + (new GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate._( + _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate', + r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate', + r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate', 'count'); } @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate rebuild( + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate rebuild( void Function( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder) + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder toBuilder() => - new GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() + new GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate && + is GIdentitiesByNameData_identity_certIssuedAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -35290,18 +34993,18 @@ class _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate') + r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder +class GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder implements - Builder<GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate, - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder> { - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate? _$v; + Builder<GIdentitiesByNameData_identity_certIssuedAggregate_aggregate, + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder> { + _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -35311,12 +35014,12 @@ class GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder() { - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder() { + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate ._initializeBuilder(this); } - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -35329,112 +35032,120 @@ class GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder @override void replace( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate other) { + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate; + _$v = + other as _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate; } @override void update( void Function( - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate build() => + GIdentitiesByNameData_identity_certIssuedAggregate_aggregate build() => _build(); - _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate _build() { + _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate._( + new _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate', + r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByPkData_identity_ownerKeyChangeAggregate_aggregate', + r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_smith - extends GIdentitiesByPkData_identity_smith { +class _$GIdentitiesByNameData_identity_certReceived + extends GIdentitiesByNameData_identity_certReceived { @override final String G__typename; @override final String id; @override - final int forged; + final String? issuerId; @override - final int index; + final GIdentitiesByNameData_identity_certReceived_issuer? issuer; @override - final int? lastChanged; + final String? receiverId; @override - final int? lastForged; + final GIdentitiesByNameData_identity_certReceived_receiver? receiver; @override - final BuiltList<GIdentitiesByPkData_identity_smith_smithCertIssued> - smithCertIssued; + final int createdOn; @override - final BuiltList<GIdentitiesByPkData_identity_smith_smithCertReceived> - smithCertReceived; + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GIdentitiesByPkData_identity_smith( - [void Function(GIdentitiesByPkData_identity_smithBuilder)? + factory _$GIdentitiesByNameData_identity_certReceived( + [void Function(GIdentitiesByNameData_identity_certReceivedBuilder)? updates]) => - (new GIdentitiesByPkData_identity_smithBuilder()..update(updates)) + (new GIdentitiesByNameData_identity_certReceivedBuilder() + ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_smith._( + _$GIdentitiesByNameData_identity_certReceived._( {required this.G__typename, required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_certReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByPkData_identity_smith', 'G__typename'); + id, r'GIdentitiesByNameData_identity_certReceived', 'id'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_smith', 'id'); + createdOn, r'GIdentitiesByNameData_identity_certReceived', 'createdOn'); BuiltValueNullFieldError.checkNotNull( - forged, r'GIdentitiesByPkData_identity_smith', 'forged'); + expireOn, r'GIdentitiesByNameData_identity_certReceived', 'expireOn'); BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByPkData_identity_smith', 'index'); - BuiltValueNullFieldError.checkNotNull(smithCertIssued, - r'GIdentitiesByPkData_identity_smith', 'smithCertIssued'); - BuiltValueNullFieldError.checkNotNull(smithCertReceived, - r'GIdentitiesByPkData_identity_smith', 'smithCertReceived'); + isActive, r'GIdentitiesByNameData_identity_certReceived', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GIdentitiesByNameData_identity_certReceived', 'updatedOn'); } @override - GIdentitiesByPkData_identity_smith rebuild( - void Function(GIdentitiesByPkData_identity_smithBuilder) updates) => + GIdentitiesByNameData_identity_certReceived rebuild( + void Function(GIdentitiesByNameData_identity_certReceivedBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_smithBuilder toBuilder() => - new GIdentitiesByPkData_identity_smithBuilder()..replace(this); + GIdentitiesByNameData_identity_certReceivedBuilder toBuilder() => + new GIdentitiesByNameData_identity_certReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_smith && + return other is GIdentitiesByNameData_identity_certReceived && G__typename == other.G__typename && id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override @@ -35442,36 +35153,41 @@ class _$GIdentitiesByPkData_identity_smith var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentitiesByPkData_identity_smith') + return (newBuiltValueToStringHelper( + r'GIdentitiesByNameData_identity_certReceived') ..add('G__typename', G__typename) ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GIdentitiesByPkData_identity_smithBuilder +class GIdentitiesByNameData_identity_certReceivedBuilder implements - Builder<GIdentitiesByPkData_identity_smith, - GIdentitiesByPkData_identity_smithBuilder> { - _$GIdentitiesByPkData_identity_smith? _$v; + Builder<GIdentitiesByNameData_identity_certReceived, + GIdentitiesByNameData_identity_certReceivedBuilder> { + _$GIdentitiesByNameData_identity_certReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -35481,104 +35197,121 @@ class GIdentitiesByPkData_identity_smithBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; + GIdentitiesByNameData_identity_certReceived_issuerBuilder? _issuer; + GIdentitiesByNameData_identity_certReceived_issuerBuilder get issuer => + _$this._issuer ??= + new GIdentitiesByNameData_identity_certReceived_issuerBuilder(); + set issuer( + GIdentitiesByNameData_identity_certReceived_issuerBuilder? issuer) => + _$this._issuer = issuer; - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; + GIdentitiesByNameData_identity_certReceived_receiverBuilder? _receiver; + GIdentitiesByNameData_identity_certReceived_receiverBuilder get receiver => + _$this._receiver ??= + new GIdentitiesByNameData_identity_certReceived_receiverBuilder(); + set receiver( + GIdentitiesByNameData_identity_certReceived_receiverBuilder? + receiver) => + _$this._receiver = receiver; - ListBuilder<GIdentitiesByPkData_identity_smith_smithCertIssued>? - _smithCertIssued; - ListBuilder<GIdentitiesByPkData_identity_smith_smithCertIssued> - get smithCertIssued => _$this._smithCertIssued ??= - new ListBuilder<GIdentitiesByPkData_identity_smith_smithCertIssued>(); - set smithCertIssued( - ListBuilder<GIdentitiesByPkData_identity_smith_smithCertIssued>? - smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - ListBuilder<GIdentitiesByPkData_identity_smith_smithCertReceived>? - _smithCertReceived; - ListBuilder<GIdentitiesByPkData_identity_smith_smithCertReceived> - get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< - GIdentitiesByPkData_identity_smith_smithCertReceived>(); - set smithCertReceived( - ListBuilder<GIdentitiesByPkData_identity_smith_smithCertReceived>? - smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GIdentitiesByPkData_identity_smithBuilder() { - GIdentitiesByPkData_identity_smith._initializeBuilder(this); + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GIdentitiesByNameData_identity_certReceivedBuilder() { + GIdentitiesByNameData_identity_certReceived._initializeBuilder(this); } - GIdentitiesByPkData_identity_smithBuilder get _$this { + GIdentitiesByNameData_identity_certReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); - _$v = null; - } - return this; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; + _$v = null; + } + return this; } @override - void replace(GIdentitiesByPkData_identity_smith other) { + void replace(GIdentitiesByNameData_identity_certReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_smith; + _$v = other as _$GIdentitiesByNameData_identity_certReceived; } @override void update( - void Function(GIdentitiesByPkData_identity_smithBuilder)? updates) { + void Function(GIdentitiesByNameData_identity_certReceivedBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_smith build() => _build(); + GIdentitiesByNameData_identity_certReceived build() => _build(); - _$GIdentitiesByPkData_identity_smith _build() { - _$GIdentitiesByPkData_identity_smith _$result; + _$GIdentitiesByNameData_identity_certReceived _build() { + _$GIdentitiesByNameData_identity_certReceived _$result; try { _$result = _$v ?? - new _$GIdentitiesByPkData_identity_smith._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_smith', 'G__typename'), + new _$GIdentitiesByNameData_identity_certReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certReceived', + 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_smith', 'id'), - forged: BuiltValueNullFieldError.checkNotNull( - forged, r'GIdentitiesByPkData_identity_smith', 'forged'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByPkData_identity_smith', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); + id, r'GIdentitiesByNameData_identity_certReceived', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentitiesByNameData_identity_certReceived', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentitiesByNameData_identity_certReceived', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentitiesByNameData_identity_certReceived', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GIdentitiesByNameData_identity_certReceived', 'updatedOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_smith', _$failedField, e.toString()); + r'GIdentitiesByNameData_identity_certReceived', + _$failedField, + e.toString()); } rethrow; } @@ -35587,73 +35320,92 @@ class GIdentitiesByPkData_identity_smithBuilder } } -class _$GIdentitiesByPkData_identity_smith_smithCertIssued - extends GIdentitiesByPkData_identity_smith_smithCertIssued { +class _$GIdentitiesByNameData_identity_certReceived_issuer + extends GIdentitiesByNameData_identity_certReceived_issuer { @override final String G__typename; @override + final String? accountId; + @override + final GIdentitiesByNameData_identity_certReceived_issuer_account? account; + @override final String id; @override - final String? issuerId; + final bool isMember; @override - final String? receiverId; + final _i2.GIdentityStatusEnum? status; @override - final int createdOn; + final String name; + @override + final int expireOn; - factory _$GIdentitiesByPkData_identity_smith_smithCertIssued( + factory _$GIdentitiesByNameData_identity_certReceived_issuer( [void Function( - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder)? + GIdentitiesByNameData_identity_certReceived_issuerBuilder)? updates]) => - (new GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder() + (new GIdentitiesByNameData_identity_certReceived_issuerBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_smith_smithCertIssued._( + _$GIdentitiesByNameData_identity_certReceived_issuer._( {required this.G__typename, + this.accountId, + this.account, required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'G__typename'); + r'GIdentitiesByNameData_identity_certReceived_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'createdOn'); + id, r'GIdentitiesByNameData_identity_certReceived_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentitiesByNameData_identity_certReceived_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentitiesByNameData_identity_certReceived_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentitiesByNameData_identity_certReceived_issuer', 'expireOn'); } @override - GIdentitiesByPkData_identity_smith_smithCertIssued rebuild( + GIdentitiesByNameData_identity_certReceived_issuer rebuild( void Function( - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder) + GIdentitiesByNameData_identity_certReceived_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder toBuilder() => - new GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder() + GIdentitiesByNameData_identity_certReceived_issuerBuilder toBuilder() => + new GIdentitiesByNameData_identity_certReceived_issuerBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_smith_smithCertIssued && + return other is GIdentitiesByNameData_identity_certReceived_issuer && G__typename == other.G__typename && + accountId == other.accountId && + account == other.account && id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -35661,151 +35413,189 @@ class _$GIdentitiesByPkData_identity_smith_smithCertIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_smith_smithCertIssued') + r'GIdentitiesByNameData_identity_certReceived_issuer') ..add('G__typename', G__typename) + ..add('accountId', accountId) + ..add('account', account) ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder +class GIdentitiesByNameData_identity_certReceived_issuerBuilder implements - Builder<GIdentitiesByPkData_identity_smith_smithCertIssued, - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder> { - _$GIdentitiesByPkData_identity_smith_smithCertIssued? _$v; + Builder<GIdentitiesByNameData_identity_certReceived_issuer, + GIdentitiesByNameData_identity_certReceived_issuerBuilder> { + _$GIdentitiesByNameData_identity_certReceived_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder? _account; + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder + get account => _$this._account ??= + new GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder(); + set account( + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder? + account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder() { - GIdentitiesByPkData_identity_smith_smithCertIssued._initializeBuilder(this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentitiesByNameData_identity_certReceived_issuerBuilder() { + GIdentitiesByNameData_identity_certReceived_issuer._initializeBuilder(this); } - GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder get _$this { + GIdentitiesByNameData_identity_certReceived_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_smith_smithCertIssued other) { + void replace(GIdentitiesByNameData_identity_certReceived_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_smith_smithCertIssued; + _$v = other as _$GIdentitiesByNameData_identity_certReceived_issuer; } @override void update( - void Function(GIdentitiesByPkData_identity_smith_smithCertIssuedBuilder)? + void Function(GIdentitiesByNameData_identity_certReceived_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_smith_smithCertIssued build() => _build(); + GIdentitiesByNameData_identity_certReceived_issuer build() => _build(); - _$GIdentitiesByPkData_identity_smith_smithCertIssued _build() { - final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_smith_smithCertIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByPkData_identity_smith_smithCertIssued', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByPkData_identity_smith_smithCertIssued', 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GIdentitiesByPkData_identity_smith_smithCertIssued', - 'createdOn')); + _$GIdentitiesByNameData_identity_certReceived_issuer _build() { + _$GIdentitiesByNameData_identity_certReceived_issuer _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByNameData_identity_certReceived_issuer._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certReceived_issuer', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_certReceived_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GIdentitiesByNameData_identity_certReceived_issuer', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GIdentitiesByNameData_identity_certReceived_issuer', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GIdentitiesByNameData_identity_certReceived_issuer', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByNameData_identity_certReceived_issuer', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_smith_smithCertReceived - extends GIdentitiesByPkData_identity_smith_smithCertReceived { +class _$GIdentitiesByNameData_identity_certReceived_issuer_account + extends GIdentitiesByNameData_identity_certReceived_issuer_account { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override final int createdOn; - factory _$GIdentitiesByPkData_identity_smith_smithCertReceived( + factory _$GIdentitiesByNameData_identity_certReceived_issuer_account( [void Function( - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder)? + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder)? updates]) => - (new GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder() + (new GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_smith_smithCertReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GIdentitiesByNameData_identity_certReceived_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_smith_smithCertReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_smith_smithCertReceived', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GIdentitiesByPkData_identity_smith_smithCertReceived', 'createdOn'); + G__typename, + r'GIdentitiesByNameData_identity_certReceived_issuer_account', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByNameData_identity_certReceived_issuer_account', + 'createdOn'); } @override - GIdentitiesByPkData_identity_smith_smithCertReceived rebuild( + GIdentitiesByNameData_identity_certReceived_issuer_account rebuild( void Function( - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder) + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder toBuilder() => - new GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder() - ..replace(this); + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder + toBuilder() => + new GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_smith_smithCertReceived && + return other + is GIdentitiesByNameData_identity_certReceived_issuer_account && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && createdOn == other.createdOn; } @@ -35813,9 +35603,6 @@ class _$GIdentitiesByPkData_identity_smith_smithCertReceived int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; @@ -35824,54 +35611,36 @@ class _$GIdentitiesByPkData_identity_smith_smithCertReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_smith_smithCertReceived') + r'GIdentitiesByNameData_identity_certReceived_issuer_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder +class GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder implements - Builder<GIdentitiesByPkData_identity_smith_smithCertReceived, - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder> { - _$GIdentitiesByPkData_identity_smith_smithCertReceived? _$v; + Builder<GIdentitiesByNameData_identity_certReceived_issuer_account, + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder> { + _$GIdentitiesByNameData_identity_certReceived_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder() { - GIdentitiesByPkData_identity_smith_smithCertReceived._initializeBuilder( - this); + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder() { + GIdentitiesByNameData_identity_certReceived_issuer_account + ._initializeBuilder(this); } - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder get _$this { + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; _createdOn = $v.createdOn; _$v = null; } @@ -35879,102 +35648,126 @@ class GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder } @override - void replace(GIdentitiesByPkData_identity_smith_smithCertReceived other) { + void replace( + GIdentitiesByNameData_identity_certReceived_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_smith_smithCertReceived; + _$v = other as _$GIdentitiesByNameData_identity_certReceived_issuer_account; } @override void update( void Function( - GIdentitiesByPkData_identity_smith_smithCertReceivedBuilder)? + GIdentitiesByNameData_identity_certReceived_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_smith_smithCertReceived build() => _build(); + GIdentitiesByNameData_identity_certReceived_issuer_account build() => + _build(); - _$GIdentitiesByPkData_identity_smith_smithCertReceived _build() { + _$GIdentitiesByNameData_identity_certReceived_issuer_account _build() { final _$result = _$v ?? - new _$GIdentitiesByPkData_identity_smith_smithCertReceived._( + new _$GIdentitiesByNameData_identity_certReceived_issuer_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByPkData_identity_smith_smithCertReceived', + r'GIdentitiesByNameData_identity_certReceived_issuer_account', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByPkData_identity_smith_smithCertReceived', 'id'), - issuerId: issuerId, - receiverId: receiverId, createdOn: BuiltValueNullFieldError.checkNotNull( createdOn, - r'GIdentitiesByPkData_identity_smith_smithCertReceived', + r'GIdentitiesByNameData_identity_certReceived_issuer_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByPkData_identity_udHistory - extends GIdentitiesByPkData_identity_udHistory { +class _$GIdentitiesByNameData_identity_certReceived_receiver + extends GIdentitiesByNameData_identity_certReceived_receiver { @override final String G__typename; @override + final String? accountId; + @override + final GIdentitiesByNameData_identity_certReceived_receiver_account? account; + @override final String id; @override - final int amount; + final bool isMember; @override - final _i2.Gtimestamptz timestamp; + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GIdentitiesByPkData_identity_udHistory( - [void Function(GIdentitiesByPkData_identity_udHistoryBuilder)? + factory _$GIdentitiesByNameData_identity_certReceived_receiver( + [void Function( + GIdentitiesByNameData_identity_certReceived_receiverBuilder)? updates]) => - (new GIdentitiesByPkData_identity_udHistoryBuilder()..update(updates)) + (new GIdentitiesByNameData_identity_certReceived_receiverBuilder() + ..update(updates)) ._build(); - _$GIdentitiesByPkData_identity_udHistory._( + _$GIdentitiesByNameData_identity_certReceived_receiver._( {required this.G__typename, + this.accountId, + this.account, required this.id, - required this.amount, - required this.timestamp}) + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_certReceived_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByPkData_identity_udHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_udHistory', 'id'); - BuiltValueNullFieldError.checkNotNull( - amount, r'GIdentitiesByPkData_identity_udHistory', 'amount'); + id, r'GIdentitiesByNameData_identity_certReceived_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentitiesByNameData_identity_certReceived_receiver', 'isMember'); BuiltValueNullFieldError.checkNotNull( - timestamp, r'GIdentitiesByPkData_identity_udHistory', 'timestamp'); + name, r'GIdentitiesByNameData_identity_certReceived_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentitiesByNameData_identity_certReceived_receiver', 'expireOn'); } @override - GIdentitiesByPkData_identity_udHistory rebuild( - void Function(GIdentitiesByPkData_identity_udHistoryBuilder) + GIdentitiesByNameData_identity_certReceived_receiver rebuild( + void Function( + GIdentitiesByNameData_identity_certReceived_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByPkData_identity_udHistoryBuilder toBuilder() => - new GIdentitiesByPkData_identity_udHistoryBuilder()..replace(this); + GIdentitiesByNameData_identity_certReceived_receiverBuilder toBuilder() => + new GIdentitiesByNameData_identity_certReceived_receiverBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByPkData_identity_udHistory && + return other is GIdentitiesByNameData_identity_certReceived_receiver && G__typename == other.G__typename && + accountId == other.accountId && + account == other.account && id == other.id && - amount == other.amount && - timestamp == other.timestamp; + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -35982,90 +35775,132 @@ class _$GIdentitiesByPkData_identity_udHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByPkData_identity_udHistory') + r'GIdentitiesByNameData_identity_certReceived_receiver') ..add('G__typename', G__typename) + ..add('accountId', accountId) + ..add('account', account) ..add('id', id) - ..add('amount', amount) - ..add('timestamp', timestamp)) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentitiesByPkData_identity_udHistoryBuilder +class GIdentitiesByNameData_identity_certReceived_receiverBuilder implements - Builder<GIdentitiesByPkData_identity_udHistory, - GIdentitiesByPkData_identity_udHistoryBuilder> { - _$GIdentitiesByPkData_identity_udHistory? _$v; + Builder<GIdentitiesByNameData_identity_certReceived_receiver, + GIdentitiesByNameData_identity_certReceived_receiverBuilder> { + _$GIdentitiesByNameData_identity_certReceived_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder? _account; + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder + get account => _$this._account ??= + new GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder(); + set account( + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder? + account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - GIdentitiesByPkData_identity_udHistoryBuilder() { - GIdentitiesByPkData_identity_udHistory._initializeBuilder(this); + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentitiesByNameData_identity_certReceived_receiverBuilder() { + GIdentitiesByNameData_identity_certReceived_receiver._initializeBuilder( + this); } - GIdentitiesByPkData_identity_udHistoryBuilder get _$this { + GIdentitiesByNameData_identity_certReceived_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _amount = $v.amount; - _timestamp = $v.timestamp.toBuilder(); + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentitiesByPkData_identity_udHistory other) { + void replace(GIdentitiesByNameData_identity_certReceived_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByPkData_identity_udHistory; + _$v = other as _$GIdentitiesByNameData_identity_certReceived_receiver; } @override void update( - void Function(GIdentitiesByPkData_identity_udHistoryBuilder)? updates) { + void Function( + GIdentitiesByNameData_identity_certReceived_receiverBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByPkData_identity_udHistory build() => _build(); + GIdentitiesByNameData_identity_certReceived_receiver build() => _build(); - _$GIdentitiesByPkData_identity_udHistory _build() { - _$GIdentitiesByPkData_identity_udHistory _$result; + _$GIdentitiesByNameData_identity_certReceived_receiver _build() { + _$GIdentitiesByNameData_identity_certReceived_receiver _$result; try { _$result = _$v ?? - new _$GIdentitiesByPkData_identity_udHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByPkData_identity_udHistory', 'G__typename'), + new _$GIdentitiesByNameData_identity_certReceived_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certReceived_receiver', + 'G__typename'), + accountId: accountId, + account: _account?.build(), id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByPkData_identity_udHistory', 'id'), - amount: BuiltValueNullFieldError.checkNotNull( - amount, r'GIdentitiesByPkData_identity_udHistory', 'amount'), - timestamp: timestamp.build()); + id, r'GIdentitiesByNameData_identity_certReceived_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentitiesByNameData_identity_certReceived_receiver', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GIdentitiesByNameData_identity_certReceived_receiver', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GIdentitiesByNameData_identity_certReceived_receiver', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'timestamp'; - timestamp.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByPkData_identity_udHistory', + r'GIdentitiesByNameData_identity_certReceived_receiver', _$failedField, e.toString()); } @@ -36076,632 +35911,275 @@ class GIdentitiesByPkData_identity_udHistoryBuilder } } -class _$GIdentitiesByNameData extends GIdentitiesByNameData { +class _$GIdentitiesByNameData_identity_certReceived_receiver_account + extends GIdentitiesByNameData_identity_certReceived_receiver_account { @override final String G__typename; @override - final BuiltList<GIdentitiesByNameData_identity> identity; + final int createdOn; - factory _$GIdentitiesByNameData( - [void Function(GIdentitiesByNameDataBuilder)? updates]) => - (new GIdentitiesByNameDataBuilder()..update(updates))._build(); + factory _$GIdentitiesByNameData_identity_certReceived_receiver_account( + [void Function( + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder)? + updates]) => + (new GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder() + ..update(updates)) + ._build(); - _$GIdentitiesByNameData._({required this.G__typename, required this.identity}) + _$GIdentitiesByNameData_identity_certReceived_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByNameData', 'G__typename'); + G__typename, + r'GIdentitiesByNameData_identity_certReceived_receiver_account', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - identity, r'GIdentitiesByNameData', 'identity'); + createdOn, + r'GIdentitiesByNameData_identity_certReceived_receiver_account', + 'createdOn'); } @override - GIdentitiesByNameData rebuild( - void Function(GIdentitiesByNameDataBuilder) updates) => + GIdentitiesByNameData_identity_certReceived_receiver_account rebuild( + void Function( + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameDataBuilder toBuilder() => - new GIdentitiesByNameDataBuilder()..replace(this); + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder + toBuilder() => + new GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData && + return other + is GIdentitiesByNameData_identity_certReceived_receiver_account && G__typename == other.G__typename && - identity == other.identity; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, identity.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentitiesByNameData') + return (newBuiltValueToStringHelper( + r'GIdentitiesByNameData_identity_certReceived_receiver_account') ..add('G__typename', G__typename) - ..add('identity', identity)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameDataBuilder - implements Builder<GIdentitiesByNameData, GIdentitiesByNameDataBuilder> { - _$GIdentitiesByNameData? _$v; +class GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder + implements + Builder<GIdentitiesByNameData_identity_certReceived_receiver_account, + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder> { + _$GIdentitiesByNameData_identity_certReceived_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GIdentitiesByNameData_identity>? _identity; - ListBuilder<GIdentitiesByNameData_identity> get identity => - _$this._identity ??= new ListBuilder<GIdentitiesByNameData_identity>(); - set identity(ListBuilder<GIdentitiesByNameData_identity>? identity) => - _$this._identity = identity; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByNameDataBuilder() { - GIdentitiesByNameData._initializeBuilder(this); + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder() { + GIdentitiesByNameData_identity_certReceived_receiver_account + ._initializeBuilder(this); } - GIdentitiesByNameDataBuilder get _$this { + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _identity = $v.identity.toBuilder(); + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData other) { + void replace( + GIdentitiesByNameData_identity_certReceived_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData; + _$v = + other as _$GIdentitiesByNameData_identity_certReceived_receiver_account; } @override - void update(void Function(GIdentitiesByNameDataBuilder)? updates) { + void update( + void Function( + GIdentitiesByNameData_identity_certReceived_receiver_accountBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData build() => _build(); + GIdentitiesByNameData_identity_certReceived_receiver_account build() => + _build(); - _$GIdentitiesByNameData _build() { - _$GIdentitiesByNameData _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByNameData', 'G__typename'), - identity: identity.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'identity'; - identity.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData', _$failedField, e.toString()); - } - rethrow; - } + _$GIdentitiesByNameData_identity_certReceived_receiver_account _build() { + final _$result = _$v ?? + new _$GIdentitiesByNameData_identity_certReceived_receiver_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certReceived_receiver_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByNameData_identity_certReceived_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity extends GIdentitiesByNameData_identity { +class _$GIdentitiesByNameData_identity_certReceivedAggregate + extends GIdentitiesByNameData_identity_certReceivedAggregate { @override final String G__typename; @override - final String? accountId; - @override - final String? accountRemovedId; - @override - final BuiltList<GIdentitiesByNameData_identity_certIssued> certIssued; - @override - final GIdentitiesByNameData_identity_certIssuedAggregate certIssuedAggregate; - @override - final BuiltList<GIdentitiesByNameData_identity_certReceived> certReceived; - @override - final GIdentitiesByNameData_identity_certReceivedAggregate - certReceivedAggregate; - @override - final String? createdInId; - @override - final int createdOn; - @override - final int expireOn; - @override - final String id; - @override - final int index; - @override - final bool isMember; - @override - final int lastChangeOn; - @override - final BuiltList<GIdentitiesByNameData_identity_linkedAccount> linkedAccount; - @override - final GIdentitiesByNameData_identity_linkedAccountAggregate - linkedAccountAggregate; - @override - final _i2.GIdentityStatusEnum? status; - @override - final BuiltList<GIdentitiesByNameData_identity_membershipHistory> - membershipHistory; - @override - final GIdentitiesByNameData_identity_membershipHistoryAggregate - membershipHistoryAggregate; - @override - final String name; - @override - final BuiltList<GIdentitiesByNameData_identity_ownerKeyChange> ownerKeyChange; - @override - final GIdentitiesByNameData_identity_ownerKeyChangeAggregate - ownerKeyChangeAggregate; - @override - final GIdentitiesByNameData_identity_smith? smith; - @override - final BuiltList<GIdentitiesByNameData_identity_udHistory>? udHistory; + final GIdentitiesByNameData_identity_certReceivedAggregate_aggregate? + aggregate; - factory _$GIdentitiesByNameData_identity( - [void Function(GIdentitiesByNameData_identityBuilder)? updates]) => - (new GIdentitiesByNameData_identityBuilder()..update(updates))._build(); + factory _$GIdentitiesByNameData_identity_certReceivedAggregate( + [void Function( + GIdentitiesByNameData_identity_certReceivedAggregateBuilder)? + updates]) => + (new GIdentitiesByNameData_identity_certReceivedAggregateBuilder() + ..update(updates)) + ._build(); - _$GIdentitiesByNameData_identity._( - {required this.G__typename, - this.accountId, - this.accountRemovedId, - required this.certIssued, - required this.certIssuedAggregate, - required this.certReceived, - required this.certReceivedAggregate, - this.createdInId, - required this.createdOn, - required this.expireOn, - required this.id, - required this.index, - required this.isMember, - required this.lastChangeOn, - required this.linkedAccount, - required this.linkedAccountAggregate, - this.status, - required this.membershipHistory, - required this.membershipHistoryAggregate, - required this.name, - required this.ownerKeyChange, - required this.ownerKeyChangeAggregate, - this.smith, - this.udHistory}) + _$GIdentitiesByNameData_identity_certReceivedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByNameData_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - certIssued, r'GIdentitiesByNameData_identity', 'certIssued'); - BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, - r'GIdentitiesByNameData_identity', 'certIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - certReceived, r'GIdentitiesByNameData_identity', 'certReceived'); - BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, - r'GIdentitiesByNameData_identity', 'certReceivedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameData_identity', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameData_identity', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity', 'id'); - BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByNameData_identity', 'index'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentitiesByNameData_identity', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GIdentitiesByNameData_identity', 'lastChangeOn'); - BuiltValueNullFieldError.checkNotNull( - linkedAccount, r'GIdentitiesByNameData_identity', 'linkedAccount'); - BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, - r'GIdentitiesByNameData_identity', 'linkedAccountAggregate'); - BuiltValueNullFieldError.checkNotNull(membershipHistory, - r'GIdentitiesByNameData_identity', 'membershipHistory'); - BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, - r'GIdentitiesByNameData_identity', 'membershipHistoryAggregate'); - BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByNameData_identity', 'name'); - BuiltValueNullFieldError.checkNotNull( - ownerKeyChange, r'GIdentitiesByNameData_identity', 'ownerKeyChange'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, - r'GIdentitiesByNameData_identity', 'ownerKeyChangeAggregate'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_certReceivedAggregate', 'G__typename'); } @override - GIdentitiesByNameData_identity rebuild( - void Function(GIdentitiesByNameData_identityBuilder) updates) => + GIdentitiesByNameData_identity_certReceivedAggregate rebuild( + void Function( + GIdentitiesByNameData_identity_certReceivedAggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identityBuilder toBuilder() => - new GIdentitiesByNameData_identityBuilder()..replace(this); + GIdentitiesByNameData_identity_certReceivedAggregateBuilder toBuilder() => + new GIdentitiesByNameData_identity_certReceivedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity && + return other is GIdentitiesByNameData_identity_certReceivedAggregate && G__typename == other.G__typename && - accountId == other.accountId && - accountRemovedId == other.accountRemovedId && - certIssued == other.certIssued && - certIssuedAggregate == other.certIssuedAggregate && - certReceived == other.certReceived && - certReceivedAggregate == other.certReceivedAggregate && - createdInId == other.createdInId && - createdOn == other.createdOn && - expireOn == other.expireOn && - id == other.id && - index == other.index && - isMember == other.isMember && - lastChangeOn == other.lastChangeOn && - linkedAccount == other.linkedAccount && - linkedAccountAggregate == other.linkedAccountAggregate && - status == other.status && - membershipHistory == other.membershipHistory && - membershipHistoryAggregate == other.membershipHistoryAggregate && - name == other.name && - ownerKeyChange == other.ownerKeyChange && - ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && - smith == other.smith && - udHistory == other.udHistory; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, accountRemovedId.hashCode); - _$hash = $jc(_$hash, certIssued.hashCode); - _$hash = $jc(_$hash, certIssuedAggregate.hashCode); - _$hash = $jc(_$hash, certReceived.hashCode); - _$hash = $jc(_$hash, certReceivedAggregate.hashCode); - _$hash = $jc(_$hash, createdInId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, lastChangeOn.hashCode); - _$hash = $jc(_$hash, linkedAccount.hashCode); - _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, membershipHistory.hashCode); - _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); - _$hash = $jc(_$hash, name.hashCode); - _$hash = $jc(_$hash, ownerKeyChange.hashCode); - _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); - _$hash = $jc(_$hash, smith.hashCode); - _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentitiesByNameData_identity') + return (newBuiltValueToStringHelper( + r'GIdentitiesByNameData_identity_certReceivedAggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('accountRemovedId', accountRemovedId) - ..add('certIssued', certIssued) - ..add('certIssuedAggregate', certIssuedAggregate) - ..add('certReceived', certReceived) - ..add('certReceivedAggregate', certReceivedAggregate) - ..add('createdInId', createdInId) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('id', id) - ..add('index', index) - ..add('isMember', isMember) - ..add('lastChangeOn', lastChangeOn) - ..add('linkedAccount', linkedAccount) - ..add('linkedAccountAggregate', linkedAccountAggregate) - ..add('status', status) - ..add('membershipHistory', membershipHistory) - ..add('membershipHistoryAggregate', membershipHistoryAggregate) - ..add('name', name) - ..add('ownerKeyChange', ownerKeyChange) - ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) - ..add('smith', smith) - ..add('udHistory', udHistory)) + ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByNameData_identityBuilder +class GIdentitiesByNameData_identity_certReceivedAggregateBuilder implements - Builder<GIdentitiesByNameData_identity, - GIdentitiesByNameData_identityBuilder> { - _$GIdentitiesByNameData_identity? _$v; + Builder<GIdentitiesByNameData_identity_certReceivedAggregate, + GIdentitiesByNameData_identity_certReceivedAggregateBuilder> { + _$GIdentitiesByNameData_identity_certReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _accountRemovedId; - String? get accountRemovedId => _$this._accountRemovedId; - set accountRemovedId(String? accountRemovedId) => - _$this._accountRemovedId = accountRemovedId; - - ListBuilder<GIdentitiesByNameData_identity_certIssued>? _certIssued; - ListBuilder<GIdentitiesByNameData_identity_certIssued> get certIssued => - _$this._certIssued ??= - new ListBuilder<GIdentitiesByNameData_identity_certIssued>(); - set certIssued( - ListBuilder<GIdentitiesByNameData_identity_certIssued>? certIssued) => - _$this._certIssued = certIssued; - - GIdentitiesByNameData_identity_certIssuedAggregateBuilder? - _certIssuedAggregate; - GIdentitiesByNameData_identity_certIssuedAggregateBuilder - get certIssuedAggregate => _$this._certIssuedAggregate ??= - new GIdentitiesByNameData_identity_certIssuedAggregateBuilder(); - set certIssuedAggregate( - GIdentitiesByNameData_identity_certIssuedAggregateBuilder? - certIssuedAggregate) => - _$this._certIssuedAggregate = certIssuedAggregate; - - ListBuilder<GIdentitiesByNameData_identity_certReceived>? _certReceived; - ListBuilder<GIdentitiesByNameData_identity_certReceived> get certReceived => - _$this._certReceived ??= - new ListBuilder<GIdentitiesByNameData_identity_certReceived>(); - set certReceived( - ListBuilder<GIdentitiesByNameData_identity_certReceived>? - certReceived) => - _$this._certReceived = certReceived; - - GIdentitiesByNameData_identity_certReceivedAggregateBuilder? - _certReceivedAggregate; - GIdentitiesByNameData_identity_certReceivedAggregateBuilder - get certReceivedAggregate => _$this._certReceivedAggregate ??= - new GIdentitiesByNameData_identity_certReceivedAggregateBuilder(); - set certReceivedAggregate( - GIdentitiesByNameData_identity_certReceivedAggregateBuilder? - certReceivedAggregate) => - _$this._certReceivedAggregate = certReceivedAggregate; - - String? _createdInId; - String? get createdInId => _$this._createdInId; - set createdInId(String? createdInId) => _$this._createdInId = createdInId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - int? _lastChangeOn; - int? get lastChangeOn => _$this._lastChangeOn; - set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; - - ListBuilder<GIdentitiesByNameData_identity_linkedAccount>? _linkedAccount; - ListBuilder<GIdentitiesByNameData_identity_linkedAccount> get linkedAccount => - _$this._linkedAccount ??= - new ListBuilder<GIdentitiesByNameData_identity_linkedAccount>(); - set linkedAccount( - ListBuilder<GIdentitiesByNameData_identity_linkedAccount>? - linkedAccount) => - _$this._linkedAccount = linkedAccount; - - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder? - _linkedAccountAggregate; - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder - get linkedAccountAggregate => _$this._linkedAccountAggregate ??= - new GIdentitiesByNameData_identity_linkedAccountAggregateBuilder(); - set linkedAccountAggregate( - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder? - linkedAccountAggregate) => - _$this._linkedAccountAggregate = linkedAccountAggregate; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - ListBuilder<GIdentitiesByNameData_identity_membershipHistory>? - _membershipHistory; - ListBuilder<GIdentitiesByNameData_identity_membershipHistory> - get membershipHistory => _$this._membershipHistory ??= - new ListBuilder<GIdentitiesByNameData_identity_membershipHistory>(); - set membershipHistory( - ListBuilder<GIdentitiesByNameData_identity_membershipHistory>? - membershipHistory) => - _$this._membershipHistory = membershipHistory; - - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder? - _membershipHistoryAggregate; - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder - get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= - new GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder(); - set membershipHistoryAggregate( - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder? - membershipHistoryAggregate) => - _$this._membershipHistoryAggregate = membershipHistoryAggregate; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - ListBuilder<GIdentitiesByNameData_identity_ownerKeyChange>? _ownerKeyChange; - ListBuilder<GIdentitiesByNameData_identity_ownerKeyChange> - get ownerKeyChange => _$this._ownerKeyChange ??= - new ListBuilder<GIdentitiesByNameData_identity_ownerKeyChange>(); - set ownerKeyChange( - ListBuilder<GIdentitiesByNameData_identity_ownerKeyChange>? - ownerKeyChange) => - _$this._ownerKeyChange = ownerKeyChange; - - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder? - _ownerKeyChangeAggregate; - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder - get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= - new GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder(); - set ownerKeyChangeAggregate( - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder? - ownerKeyChangeAggregate) => - _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; - - GIdentitiesByNameData_identity_smithBuilder? _smith; - GIdentitiesByNameData_identity_smithBuilder get smith => - _$this._smith ??= new GIdentitiesByNameData_identity_smithBuilder(); - set smith(GIdentitiesByNameData_identity_smithBuilder? smith) => - _$this._smith = smith; - - ListBuilder<GIdentitiesByNameData_identity_udHistory>? _udHistory; - ListBuilder<GIdentitiesByNameData_identity_udHistory> get udHistory => - _$this._udHistory ??= - new ListBuilder<GIdentitiesByNameData_identity_udHistory>(); - set udHistory( - ListBuilder<GIdentitiesByNameData_identity_udHistory>? udHistory) => - _$this._udHistory = udHistory; + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder? + _aggregate; + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder(); + set aggregate( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GIdentitiesByNameData_identityBuilder() { - GIdentitiesByNameData_identity._initializeBuilder(this); + GIdentitiesByNameData_identity_certReceivedAggregateBuilder() { + GIdentitiesByNameData_identity_certReceivedAggregate._initializeBuilder( + this); } - GIdentitiesByNameData_identityBuilder get _$this { + GIdentitiesByNameData_identity_certReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _accountRemovedId = $v.accountRemovedId; - _certIssued = $v.certIssued.toBuilder(); - _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); - _certReceived = $v.certReceived.toBuilder(); - _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); - _createdInId = $v.createdInId; - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _id = $v.id; - _index = $v.index; - _isMember = $v.isMember; - _lastChangeOn = $v.lastChangeOn; - _linkedAccount = $v.linkedAccount.toBuilder(); - _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); - _status = $v.status; - _membershipHistory = $v.membershipHistory.toBuilder(); - _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); - _name = $v.name; - _ownerKeyChange = $v.ownerKeyChange.toBuilder(); - _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); - _smith = $v.smith?.toBuilder(); - _udHistory = $v.udHistory?.toBuilder(); + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity other) { + void replace(GIdentitiesByNameData_identity_certReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity; + _$v = other as _$GIdentitiesByNameData_identity_certReceivedAggregate; } @override - void update(void Function(GIdentitiesByNameData_identityBuilder)? updates) { + void update( + void Function( + GIdentitiesByNameData_identity_certReceivedAggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity build() => _build(); + GIdentitiesByNameData_identity_certReceivedAggregate build() => _build(); - _$GIdentitiesByNameData_identity _build() { - _$GIdentitiesByNameData_identity _$result; + _$GIdentitiesByNameData_identity_certReceivedAggregate _build() { + _$GIdentitiesByNameData_identity_certReceivedAggregate _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameData_identity._( + new _$GIdentitiesByNameData_identity_certReceivedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByNameData_identity', 'G__typename'), - accountId: accountId, - accountRemovedId: accountRemovedId, - certIssued: certIssued.build(), - certIssuedAggregate: certIssuedAggregate.build(), - certReceived: certReceived.build(), - certReceivedAggregate: certReceivedAggregate.build(), - createdInId: createdInId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameData_identity', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameData_identity', 'expireOn'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity', 'id'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByNameData_identity', 'index'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentitiesByNameData_identity', 'isMember'), - lastChangeOn: BuiltValueNullFieldError.checkNotNull(lastChangeOn, - r'GIdentitiesByNameData_identity', 'lastChangeOn'), - linkedAccount: linkedAccount.build(), - linkedAccountAggregate: linkedAccountAggregate.build(), - status: status, - membershipHistory: membershipHistory.build(), - membershipHistoryAggregate: membershipHistoryAggregate.build(), - name: BuiltValueNullFieldError.checkNotNull(name, r'GIdentitiesByNameData_identity', 'name'), - ownerKeyChange: ownerKeyChange.build(), - ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), - smith: _smith?.build(), - udHistory: _udHistory?.build()); + G__typename, + r'GIdentitiesByNameData_identity_certReceivedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'certIssued'; - certIssued.build(); - _$failedField = 'certIssuedAggregate'; - certIssuedAggregate.build(); - _$failedField = 'certReceived'; - certReceived.build(); - _$failedField = 'certReceivedAggregate'; - certReceivedAggregate.build(); - - _$failedField = 'linkedAccount'; - linkedAccount.build(); - _$failedField = 'linkedAccountAggregate'; - linkedAccountAggregate.build(); - - _$failedField = 'membershipHistory'; - membershipHistory.build(); - _$failedField = 'membershipHistoryAggregate'; - membershipHistoryAggregate.build(); - - _$failedField = 'ownerKeyChange'; - ownerKeyChange.build(); - _$failedField = 'ownerKeyChangeAggregate'; - ownerKeyChangeAggregate.build(); - _$failedField = 'smith'; - _smith?.build(); - _$failedField = 'udHistory'; - _udHistory?.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity', _$failedField, e.toString()); + r'GIdentitiesByNameData_identity_certReceivedAggregate', + _$failedField, + e.toString()); } rethrow; } @@ -36710,100 +36188,61 @@ class GIdentitiesByNameData_identityBuilder } } -class _$GIdentitiesByNameData_identity_certIssued - extends GIdentitiesByNameData_identity_certIssued { +class _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + extends GIdentitiesByNameData_identity_certReceivedAggregate_aggregate { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GIdentitiesByNameData_identity_certIssued_issuer? issuer; - @override - final String? receiverId; - @override - final GIdentitiesByNameData_identity_certIssued_receiver? receiver; - @override - final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; + final int count; - factory _$GIdentitiesByNameData_identity_certIssued( - [void Function(GIdentitiesByNameData_identity_certIssuedBuilder)? + factory _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate( + [void Function( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certIssuedBuilder()..update(updates)) + (new GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder() + ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certIssued', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameData_identity_certIssued', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameData_identity_certIssued', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByNameData_identity_certIssued', 'isActive'); + G__typename, + r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GIdentitiesByNameData_identity_certIssued', 'updatedOn'); + count, + r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate', + 'count'); } @override - GIdentitiesByNameData_identity_certIssued rebuild( - void Function(GIdentitiesByNameData_identity_certIssuedBuilder) + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate rebuild( + void Function( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certIssuedBuilder toBuilder() => - new GIdentitiesByNameData_identity_certIssuedBuilder()..replace(this); + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + toBuilder() => + new GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_certIssued && + return other + is GIdentitiesByNameData_identity_certReceivedAggregate_aggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -36811,228 +36250,125 @@ class _$GIdentitiesByNameData_identity_certIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certIssued') + r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('count', count)) .toString(); } } -class GIdentitiesByNameData_identity_certIssuedBuilder +class GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder implements - Builder<GIdentitiesByNameData_identity_certIssued, - GIdentitiesByNameData_identity_certIssuedBuilder> { - _$GIdentitiesByNameData_identity_certIssued? _$v; + Builder<GIdentitiesByNameData_identity_certReceivedAggregate_aggregate, + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder> { + _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GIdentitiesByNameData_identity_certIssued_issuerBuilder? _issuer; - GIdentitiesByNameData_identity_certIssued_issuerBuilder get issuer => - _$this._issuer ??= - new GIdentitiesByNameData_identity_certIssued_issuerBuilder(); - set issuer(GIdentitiesByNameData_identity_certIssued_issuerBuilder? issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GIdentitiesByNameData_identity_certIssued_receiverBuilder? _receiver; - GIdentitiesByNameData_identity_certIssued_receiverBuilder get receiver => - _$this._receiver ??= - new GIdentitiesByNameData_identity_certIssued_receiverBuilder(); - set receiver( - GIdentitiesByNameData_identity_certIssued_receiverBuilder? - receiver) => - _$this._receiver = receiver; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GIdentitiesByNameData_identity_certIssuedBuilder() { - GIdentitiesByNameData_identity_certIssued._initializeBuilder(this); + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder() { + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + ._initializeBuilder(this); } - GIdentitiesByNameData_identity_certIssuedBuilder get _$this { + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _count = $v.count; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_certIssued other) { + void replace( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_certIssued; + _$v = other + as _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate; } @override void update( - void Function(GIdentitiesByNameData_identity_certIssuedBuilder)? + void Function( + GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certIssued build() => _build(); - - _$GIdentitiesByNameData_identity_certIssued _build() { - _$GIdentitiesByNameData_identity_certIssued _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certIssued', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certIssued', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameData_identity_certIssued', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameData_identity_certIssued', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByNameData_identity_certIssued', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GIdentitiesByNameData_identity_certIssued', 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + GIdentitiesByNameData_identity_certReceivedAggregate_aggregate build() => + _build(); - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_certIssued', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_certIssued_issuer - extends GIdentitiesByNameData_identity_certIssued_issuer { +class _$GIdentitiesByNameData_identity_linkedAccount + extends GIdentitiesByNameData_identity_linkedAccount { @override final String G__typename; @override - final String? accountId; - @override final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; - factory _$GIdentitiesByNameData_identity_certIssued_issuer( - [void Function( - GIdentitiesByNameData_identity_certIssued_issuerBuilder)? + factory _$GIdentitiesByNameData_identity_linkedAccount( + [void Function(GIdentitiesByNameData_identity_linkedAccountBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certIssued_issuerBuilder() + (new GIdentitiesByNameData_identity_linkedAccountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certIssued_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentitiesByNameData_identity_linkedAccount._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certIssued_issuer', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certIssued_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByNameData_identity_certIssued_issuer', 'isMember'); + r'GIdentitiesByNameData_identity_linkedAccount', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByNameData_identity_certIssued_issuer', 'name'); + id, r'GIdentitiesByNameData_identity_linkedAccount', 'id'); } @override - GIdentitiesByNameData_identity_certIssued_issuer rebuild( - void Function(GIdentitiesByNameData_identity_certIssued_issuerBuilder) + GIdentitiesByNameData_identity_linkedAccount rebuild( + void Function(GIdentitiesByNameData_identity_linkedAccountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certIssued_issuerBuilder toBuilder() => - new GIdentitiesByNameData_identity_certIssued_issuerBuilder() - ..replace(this); + GIdentitiesByNameData_identity_linkedAccountBuilder toBuilder() => + new GIdentitiesByNameData_identity_linkedAccountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_certIssued_issuer && + return other is GIdentitiesByNameData_identity_linkedAccount && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -37040,177 +36376,119 @@ class _$GIdentitiesByNameData_identity_certIssued_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certIssued_issuer') + r'GIdentitiesByNameData_identity_linkedAccount') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('id', id)) .toString(); } } -class GIdentitiesByNameData_identity_certIssued_issuerBuilder +class GIdentitiesByNameData_identity_linkedAccountBuilder implements - Builder<GIdentitiesByNameData_identity_certIssued_issuer, - GIdentitiesByNameData_identity_certIssued_issuerBuilder> { - _$GIdentitiesByNameData_identity_certIssued_issuer? _$v; + Builder<GIdentitiesByNameData_identity_linkedAccount, + GIdentitiesByNameData_identity_linkedAccountBuilder> { + _$GIdentitiesByNameData_identity_linkedAccount? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - GIdentitiesByNameData_identity_certIssued_issuerBuilder() { - GIdentitiesByNameData_identity_certIssued_issuer._initializeBuilder(this); + GIdentitiesByNameData_identity_linkedAccountBuilder() { + GIdentitiesByNameData_identity_linkedAccount._initializeBuilder(this); } - GIdentitiesByNameData_identity_certIssued_issuerBuilder get _$this { + GIdentitiesByNameData_identity_linkedAccountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_certIssued_issuer other) { + void replace(GIdentitiesByNameData_identity_linkedAccount other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_certIssued_issuer; + _$v = other as _$GIdentitiesByNameData_identity_linkedAccount; } @override void update( - void Function(GIdentitiesByNameData_identity_certIssued_issuerBuilder)? + void Function(GIdentitiesByNameData_identity_linkedAccountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certIssued_issuer build() => _build(); + GIdentitiesByNameData_identity_linkedAccount build() => _build(); - _$GIdentitiesByNameData_identity_certIssued_issuer _build() { + _$GIdentitiesByNameData_identity_linkedAccount _build() { final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certIssued_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_certIssued_issuer', - 'G__typename'), - accountId: accountId, + new _$GIdentitiesByNameData_identity_linkedAccount._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_linkedAccount', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certIssued_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameData_identity_certIssued_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByNameData_identity_certIssued_issuer', 'name')); + id, r'GIdentitiesByNameData_identity_linkedAccount', 'id')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_certIssued_receiver - extends GIdentitiesByNameData_identity_certIssued_receiver { +class _$GIdentitiesByNameData_identity_linkedAccountAggregate + extends GIdentitiesByNameData_identity_linkedAccountAggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate? + aggregate; - factory _$GIdentitiesByNameData_identity_certIssued_receiver( + factory _$GIdentitiesByNameData_identity_linkedAccountAggregate( [void Function( - GIdentitiesByNameData_identity_certIssued_receiverBuilder)? + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certIssued_receiverBuilder() + (new GIdentitiesByNameData_identity_linkedAccountAggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certIssued_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentitiesByNameData_identity_linkedAccountAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certIssued_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certIssued_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByNameData_identity_certIssued_receiver', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByNameData_identity_certIssued_receiver', 'name'); + G__typename, + r'GIdentitiesByNameData_identity_linkedAccountAggregate', + 'G__typename'); } @override - GIdentitiesByNameData_identity_certIssued_receiver rebuild( + GIdentitiesByNameData_identity_linkedAccountAggregate rebuild( void Function( - GIdentitiesByNameData_identity_certIssued_receiverBuilder) + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certIssued_receiverBuilder toBuilder() => - new GIdentitiesByNameData_identity_certIssued_receiverBuilder() + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder toBuilder() => + new GIdentitiesByNameData_identity_linkedAccountAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_certIssued_receiver && + return other is GIdentitiesByNameData_identity_linkedAccountAggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -37218,189 +36496,39 @@ class _$GIdentitiesByNameData_identity_certIssued_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certIssued_receiver') + r'GIdentitiesByNameData_identity_linkedAccountAggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByNameData_identity_certIssued_receiverBuilder +class GIdentitiesByNameData_identity_linkedAccountAggregateBuilder implements - Builder<GIdentitiesByNameData_identity_certIssued_receiver, - GIdentitiesByNameData_identity_certIssued_receiverBuilder> { - _$GIdentitiesByNameData_identity_certIssued_receiver? _$v; + Builder<GIdentitiesByNameData_identity_linkedAccountAggregate, + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder> { + _$GIdentitiesByNameData_identity_linkedAccountAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder? + _aggregate; + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder(); + set aggregate( + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GIdentitiesByNameData_identity_certIssued_receiverBuilder() { - GIdentitiesByNameData_identity_certIssued_receiver._initializeBuilder(this); + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder() { + GIdentitiesByNameData_identity_linkedAccountAggregate._initializeBuilder( + this); } - GIdentitiesByNameData_identity_certIssued_receiverBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; - _$v = null; - } - return this; - } - - @override - void replace(GIdentitiesByNameData_identity_certIssued_receiver other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_certIssued_receiver; - } - - @override - void update( - void Function(GIdentitiesByNameData_identity_certIssued_receiverBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GIdentitiesByNameData_identity_certIssued_receiver build() => _build(); - - _$GIdentitiesByNameData_identity_certIssued_receiver _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certIssued_receiver._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_certIssued_receiver', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByNameData_identity_certIssued_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameData_identity_certIssued_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByNameData_identity_certIssued_receiver', 'name')); - replace(_$result); - return _$result; - } -} - -class _$GIdentitiesByNameData_identity_certIssuedAggregate - extends GIdentitiesByNameData_identity_certIssuedAggregate { - @override - final String G__typename; - @override - final GIdentitiesByNameData_identity_certIssuedAggregate_aggregate? aggregate; - - factory _$GIdentitiesByNameData_identity_certIssuedAggregate( - [void Function( - GIdentitiesByNameData_identity_certIssuedAggregateBuilder)? - updates]) => - (new GIdentitiesByNameData_identity_certIssuedAggregateBuilder() - ..update(updates)) - ._build(); - - _$GIdentitiesByNameData_identity_certIssuedAggregate._( - {required this.G__typename, this.aggregate}) - : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certIssuedAggregate', 'G__typename'); - } - - @override - GIdentitiesByNameData_identity_certIssuedAggregate rebuild( - void Function( - GIdentitiesByNameData_identity_certIssuedAggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GIdentitiesByNameData_identity_certIssuedAggregateBuilder toBuilder() => - new GIdentitiesByNameData_identity_certIssuedAggregateBuilder() - ..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_certIssuedAggregate && - G__typename == other.G__typename && - aggregate == other.aggregate; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certIssuedAggregate') - ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) - .toString(); - } -} - -class GIdentitiesByNameData_identity_certIssuedAggregateBuilder - implements - Builder<GIdentitiesByNameData_identity_certIssuedAggregate, - GIdentitiesByNameData_identity_certIssuedAggregateBuilder> { - _$GIdentitiesByNameData_identity_certIssuedAggregate? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; - - GIdentitiesByNameData_identity_certIssuedAggregateBuilder() { - GIdentitiesByNameData_identity_certIssuedAggregate._initializeBuilder(this); - } - - GIdentitiesByNameData_identity_certIssuedAggregateBuilder get _$this { + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -37411,29 +36539,30 @@ class GIdentitiesByNameData_identity_certIssuedAggregateBuilder } @override - void replace(GIdentitiesByNameData_identity_certIssuedAggregate other) { + void replace(GIdentitiesByNameData_identity_linkedAccountAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_certIssuedAggregate; + _$v = other as _$GIdentitiesByNameData_identity_linkedAccountAggregate; } @override void update( - void Function(GIdentitiesByNameData_identity_certIssuedAggregateBuilder)? + void Function( + GIdentitiesByNameData_identity_linkedAccountAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certIssuedAggregate build() => _build(); + GIdentitiesByNameData_identity_linkedAccountAggregate build() => _build(); - _$GIdentitiesByNameData_identity_certIssuedAggregate _build() { - _$GIdentitiesByNameData_identity_certIssuedAggregate _$result; + _$GIdentitiesByNameData_identity_linkedAccountAggregate _build() { + _$GIdentitiesByNameData_identity_linkedAccountAggregate _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certIssuedAggregate._( + new _$GIdentitiesByNameData_identity_linkedAccountAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_certIssuedAggregate', + r'GIdentitiesByNameData_identity_linkedAccountAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -37443,7 +36572,7 @@ class GIdentitiesByNameData_identity_certIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_certIssuedAggregate', + r'GIdentitiesByNameData_identity_linkedAccountAggregate', _$failedField, e.toString()); } @@ -37454,52 +36583,52 @@ class GIdentitiesByNameData_identity_certIssuedAggregateBuilder } } -class _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate - extends GIdentitiesByNameData_identity_certIssuedAggregate_aggregate { +class _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate + extends GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate( + factory _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate( [void Function( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder() + (new GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate._( + _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate', + r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate', + r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate', 'count'); } @override - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate rebuild( + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate rebuild( void Function( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder) + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder toBuilder() => - new GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder() + new GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GIdentitiesByNameData_identity_certIssuedAggregate_aggregate && + is GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -37516,18 +36645,18 @@ class _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate') + r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder +class GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder implements - Builder<GIdentitiesByNameData_identity_certIssuedAggregate_aggregate, - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder> { - _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate? _$v; + Builder<GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate, + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder> { + _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -37537,12 +36666,12 @@ class GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder() { - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder() { + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate ._initializeBuilder(this); } - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -37555,135 +36684,111 @@ class GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder @override void replace( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate other) { + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate; + _$v = other + as _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate; } @override void update( void Function( - GIdentitiesByNameData_identity_certIssuedAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certIssuedAggregate_aggregate build() => + GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate build() => _build(); - _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate _build() { + _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certIssuedAggregate_aggregate._( + new _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate', + r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByNameData_identity_certIssuedAggregate_aggregate', + r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_certReceived - extends GIdentitiesByNameData_identity_certReceived { +class _$GIdentitiesByNameData_identity_membershipHistory + extends GIdentitiesByNameData_identity_membershipHistory { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GIdentitiesByNameData_identity_certReceived_issuer? issuer; - @override - final String? receiverId; - @override - final GIdentitiesByNameData_identity_certReceived_receiver? receiver; + final int blockNumber; @override - final int createdOn; + final String? eventId; @override - final int expireOn; + final _i2.GEventTypeEnum? eventType; @override - final bool isActive; + final String id; @override - final int updatedOn; + final String? identityId; - factory _$GIdentitiesByNameData_identity_certReceived( - [void Function(GIdentitiesByNameData_identity_certReceivedBuilder)? + factory _$GIdentitiesByNameData_identity_membershipHistory( + [void Function( + GIdentitiesByNameData_identity_membershipHistoryBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certReceivedBuilder() + (new GIdentitiesByNameData_identity_membershipHistoryBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certReceived._( + _$GIdentitiesByNameData_identity_membershipHistory._( {required this.G__typename, + required this.blockNumber, + this.eventId, + this.eventType, required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + this.identityId}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certReceived', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certReceived', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameData_identity_certReceived', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameData_identity_certReceived', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByNameData_identity_certReceived', 'isActive'); + r'GIdentitiesByNameData_identity_membershipHistory', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GIdentitiesByNameData_identity_membershipHistory', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GIdentitiesByNameData_identity_certReceived', 'updatedOn'); + id, r'GIdentitiesByNameData_identity_membershipHistory', 'id'); } @override - GIdentitiesByNameData_identity_certReceived rebuild( - void Function(GIdentitiesByNameData_identity_certReceivedBuilder) + GIdentitiesByNameData_identity_membershipHistory rebuild( + void Function(GIdentitiesByNameData_identity_membershipHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certReceivedBuilder toBuilder() => - new GIdentitiesByNameData_identity_certReceivedBuilder()..replace(this); + GIdentitiesByNameData_identity_membershipHistoryBuilder toBuilder() => + new GIdentitiesByNameData_identity_membershipHistoryBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_certReceived && + return other is GIdentitiesByNameData_identity_membershipHistory && G__typename == other.G__typename && + blockNumber == other.blockNumber && + eventId == other.eventId && + eventType == other.eventType && id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + identityId == other.identityId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, eventType.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -37691,232 +36796,153 @@ class _$GIdentitiesByNameData_identity_certReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certReceived') + r'GIdentitiesByNameData_identity_membershipHistory') ..add('G__typename', G__typename) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('eventType', eventType) ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('identityId', identityId)) .toString(); } } -class GIdentitiesByNameData_identity_certReceivedBuilder +class GIdentitiesByNameData_identity_membershipHistoryBuilder implements - Builder<GIdentitiesByNameData_identity_certReceived, - GIdentitiesByNameData_identity_certReceivedBuilder> { - _$GIdentitiesByNameData_identity_certReceived? _$v; + Builder<GIdentitiesByNameData_identity_membershipHistory, + GIdentitiesByNameData_identity_membershipHistoryBuilder> { + _$GIdentitiesByNameData_identity_membershipHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GIdentitiesByNameData_identity_certReceived_issuerBuilder? _issuer; - GIdentitiesByNameData_identity_certReceived_issuerBuilder get issuer => - _$this._issuer ??= - new GIdentitiesByNameData_identity_certReceived_issuerBuilder(); - set issuer( - GIdentitiesByNameData_identity_certReceived_issuerBuilder? issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GIdentitiesByNameData_identity_certReceived_receiverBuilder? _receiver; - GIdentitiesByNameData_identity_certReceived_receiverBuilder get receiver => - _$this._receiver ??= - new GIdentitiesByNameData_identity_certReceived_receiverBuilder(); - set receiver( - GIdentitiesByNameData_identity_certReceived_receiverBuilder? - receiver) => - _$this._receiver = receiver; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; + _i2.GEventTypeEnum? _eventType; + _i2.GEventTypeEnum? get eventType => _$this._eventType; + set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - GIdentitiesByNameData_identity_certReceivedBuilder() { - GIdentitiesByNameData_identity_certReceived._initializeBuilder(this); + GIdentitiesByNameData_identity_membershipHistoryBuilder() { + GIdentitiesByNameData_identity_membershipHistory._initializeBuilder(this); } - GIdentitiesByNameData_identity_certReceivedBuilder get _$this { + GIdentitiesByNameData_identity_membershipHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _eventType = $v.eventType; _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _identityId = $v.identityId; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_certReceived other) { + void replace(GIdentitiesByNameData_identity_membershipHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_certReceived; + _$v = other as _$GIdentitiesByNameData_identity_membershipHistory; } @override void update( - void Function(GIdentitiesByNameData_identity_certReceivedBuilder)? + void Function(GIdentitiesByNameData_identity_membershipHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certReceived build() => _build(); - - _$GIdentitiesByNameData_identity_certReceived _build() { - _$GIdentitiesByNameData_identity_certReceived _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_certReceived', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certReceived', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentitiesByNameData_identity_certReceived', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentitiesByNameData_identity_certReceived', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentitiesByNameData_identity_certReceived', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GIdentitiesByNameData_identity_certReceived', 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + GIdentitiesByNameData_identity_membershipHistory build() => _build(); - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_certReceived', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByNameData_identity_membershipHistory _build() { + final _$result = _$v ?? + new _$GIdentitiesByNameData_identity_membershipHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_membershipHistory', + 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GIdentitiesByNameData_identity_membershipHistory', + 'blockNumber'), + eventId: eventId, + eventType: eventType, + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_membershipHistory', 'id'), + identityId: identityId); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_certReceived_issuer - extends GIdentitiesByNameData_identity_certReceived_issuer { +class _$GIdentitiesByNameData_identity_membershipHistoryAggregate + extends GIdentitiesByNameData_identity_membershipHistoryAggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate? + aggregate; - factory _$GIdentitiesByNameData_identity_certReceived_issuer( + factory _$GIdentitiesByNameData_identity_membershipHistoryAggregate( [void Function( - GIdentitiesByNameData_identity_certReceived_issuerBuilder)? + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certReceived_issuerBuilder() + (new GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certReceived_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentitiesByNameData_identity_membershipHistoryAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certReceived_issuer', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certReceived_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByNameData_identity_certReceived_issuer', 'isMember'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByNameData_identity_certReceived_issuer', 'name'); + G__typename, + r'GIdentitiesByNameData_identity_membershipHistoryAggregate', + 'G__typename'); } @override - GIdentitiesByNameData_identity_certReceived_issuer rebuild( + GIdentitiesByNameData_identity_membershipHistoryAggregate rebuild( void Function( - GIdentitiesByNameData_identity_certReceived_issuerBuilder) + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certReceived_issuerBuilder toBuilder() => - new GIdentitiesByNameData_identity_certReceived_issuerBuilder() - ..replace(this); + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder + toBuilder() => + new GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_certReceived_issuer && + return other is GIdentitiesByNameData_identity_membershipHistoryAggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -37924,177 +36950,302 @@ class _$GIdentitiesByNameData_identity_certReceived_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certReceived_issuer') + r'GIdentitiesByNameData_identity_membershipHistoryAggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByNameData_identity_certReceived_issuerBuilder +class GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder implements - Builder<GIdentitiesByNameData_identity_certReceived_issuer, - GIdentitiesByNameData_identity_certReceived_issuerBuilder> { - _$GIdentitiesByNameData_identity_certReceived_issuer? _$v; + Builder<GIdentitiesByNameData_identity_membershipHistoryAggregate, + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder> { + _$GIdentitiesByNameData_identity_membershipHistoryAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder? + _aggregate; + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder(); + set aggregate( + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder() { + GIdentitiesByNameData_identity_membershipHistoryAggregate + ._initializeBuilder(this); + } - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _aggregate = $v.aggregate?.toBuilder(); + _$v = null; + } + return this; + } - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + @override + void replace( + GIdentitiesByNameData_identity_membershipHistoryAggregate other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GIdentitiesByNameData_identity_membershipHistoryAggregate; + } - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + @override + void update( + void Function( + GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder)? + updates) { + if (updates != null) updates(this); + } - GIdentitiesByNameData_identity_certReceived_issuerBuilder() { - GIdentitiesByNameData_identity_certReceived_issuer._initializeBuilder(this); + @override + GIdentitiesByNameData_identity_membershipHistoryAggregate build() => _build(); + + _$GIdentitiesByNameData_identity_membershipHistoryAggregate _build() { + _$GIdentitiesByNameData_identity_membershipHistoryAggregate _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByNameData_identity_membershipHistoryAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_membershipHistoryAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByNameData_identity_membershipHistoryAggregate', + _$failedField, + e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; } +} - GIdentitiesByNameData_identity_certReceived_issuerBuilder get _$this { +class _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + extends GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate { + @override + final String G__typename; + @override + final int count; + + factory _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate( + [void Function( + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder)? + updates]) => + (new GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder() + ..update(updates)) + ._build(); + + _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate._( + {required this.G__typename, required this.count}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate', + 'count'); + } + + @override + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate rebuild( + void Function( + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder + toBuilder() => + new GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other + is GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate && + G__typename == other.G__typename && + count == other.count; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, count.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate') + ..add('G__typename', G__typename) + ..add('count', count)) + .toString(); + } +} + +class GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder + implements + Builder< + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate, + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder> { + _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder() { + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + ._initializeBuilder(this); + } + + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _count = $v.count; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_certReceived_issuer other) { + void replace( + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_certReceived_issuer; + _$v = other + as _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate; } @override void update( - void Function(GIdentitiesByNameData_identity_certReceived_issuerBuilder)? + void Function( + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certReceived_issuer build() => _build(); + GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate build() => + _build(); - _$GIdentitiesByNameData_identity_certReceived_issuer _build() { + _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + _build() { final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certReceived_issuer._( + new _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_certReceived_issuer', + r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByNameData_identity_certReceived_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameData_identity_certReceived_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GIdentitiesByNameData_identity_certReceived_issuer', 'name')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_certReceived_receiver - extends GIdentitiesByNameData_identity_certReceived_receiver { +class _$GIdentitiesByNameData_identity_ownerKeyChange + extends GIdentitiesByNameData_identity_ownerKeyChange { @override final String G__typename; @override - final String? accountId; - @override final String id; @override - final bool isMember; + final int blockNumber; @override - final _i2.GIdentityStatusEnum? status; + final String? identityId; @override - final String name; + final String? nextId; + @override + final String? previousId; - factory _$GIdentitiesByNameData_identity_certReceived_receiver( - [void Function( - GIdentitiesByNameData_identity_certReceived_receiverBuilder)? + factory _$GIdentitiesByNameData_identity_ownerKeyChange( + [void Function(GIdentitiesByNameData_identity_ownerKeyChangeBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certReceived_receiverBuilder() + (new GIdentitiesByNameData_identity_ownerKeyChangeBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certReceived_receiver._( + _$GIdentitiesByNameData_identity_ownerKeyChange._( {required this.G__typename, - this.accountId, required this.id, - required this.isMember, - this.status, - required this.name}) + required this.blockNumber, + this.identityId, + this.nextId, + this.previousId}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certReceived_receiver', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_certReceived_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentitiesByNameData_identity_certReceived_receiver', 'isMember'); + r'GIdentitiesByNameData_identity_ownerKeyChange', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentitiesByNameData_identity_certReceived_receiver', 'name'); + id, r'GIdentitiesByNameData_identity_ownerKeyChange', 'id'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GIdentitiesByNameData_identity_ownerKeyChange', 'blockNumber'); } @override - GIdentitiesByNameData_identity_certReceived_receiver rebuild( - void Function( - GIdentitiesByNameData_identity_certReceived_receiverBuilder) + GIdentitiesByNameData_identity_ownerKeyChange rebuild( + void Function(GIdentitiesByNameData_identity_ownerKeyChangeBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certReceived_receiverBuilder toBuilder() => - new GIdentitiesByNameData_identity_certReceived_receiverBuilder() - ..replace(this); + GIdentitiesByNameData_identity_ownerKeyChangeBuilder toBuilder() => + new GIdentitiesByNameData_identity_ownerKeyChangeBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_certReceived_receiver && + return other is GIdentitiesByNameData_identity_ownerKeyChange && G__typename == other.G__typename && - accountId == other.accountId && id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + blockNumber == other.blockNumber && + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -38102,146 +37253,143 @@ class _$GIdentitiesByNameData_identity_certReceived_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certReceived_receiver') + r'GIdentitiesByNameData_identity_ownerKeyChange') ..add('G__typename', G__typename) - ..add('accountId', accountId) ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('blockNumber', blockNumber) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GIdentitiesByNameData_identity_certReceived_receiverBuilder +class GIdentitiesByNameData_identity_ownerKeyChangeBuilder implements - Builder<GIdentitiesByNameData_identity_certReceived_receiver, - GIdentitiesByNameData_identity_certReceived_receiverBuilder> { - _$GIdentitiesByNameData_identity_certReceived_receiver? _$v; + Builder<GIdentitiesByNameData_identity_ownerKeyChange, + GIdentitiesByNameData_identity_ownerKeyChangeBuilder> { + _$GIdentitiesByNameData_identity_ownerKeyChange? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; - GIdentitiesByNameData_identity_certReceived_receiverBuilder() { - GIdentitiesByNameData_identity_certReceived_receiver._initializeBuilder( - this); + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; + + GIdentitiesByNameData_identity_ownerKeyChangeBuilder() { + GIdentitiesByNameData_identity_ownerKeyChange._initializeBuilder(this); } - GIdentitiesByNameData_identity_certReceived_receiverBuilder get _$this { + GIdentitiesByNameData_identity_ownerKeyChangeBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_certReceived_receiver other) { + void replace(GIdentitiesByNameData_identity_ownerKeyChange other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_certReceived_receiver; + _$v = other as _$GIdentitiesByNameData_identity_ownerKeyChange; } @override void update( - void Function( - GIdentitiesByNameData_identity_certReceived_receiverBuilder)? + void Function(GIdentitiesByNameData_identity_ownerKeyChangeBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certReceived_receiver build() => _build(); + GIdentitiesByNameData_identity_ownerKeyChange build() => _build(); - _$GIdentitiesByNameData_identity_certReceived_receiver _build() { + _$GIdentitiesByNameData_identity_ownerKeyChange _build() { final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certReceived_receiver._( + new _$GIdentitiesByNameData_identity_ownerKeyChange._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_certReceived_receiver', + r'GIdentitiesByNameData_identity_ownerKeyChange', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByNameData_identity_certReceived_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GIdentitiesByNameData_identity_certReceived_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GIdentitiesByNameData_identity_certReceived_receiver', - 'name')); + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_ownerKeyChange', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GIdentitiesByNameData_identity_ownerKeyChange', + 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_certReceivedAggregate - extends GIdentitiesByNameData_identity_certReceivedAggregate { +class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate + extends GIdentitiesByNameData_identity_ownerKeyChangeAggregate { @override final String G__typename; @override - final GIdentitiesByNameData_identity_certReceivedAggregate_aggregate? + final GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate? aggregate; - factory _$GIdentitiesByNameData_identity_certReceivedAggregate( + factory _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate( [void Function( - GIdentitiesByNameData_identity_certReceivedAggregateBuilder)? + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certReceivedAggregateBuilder() + (new GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certReceivedAggregate._( + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate._( {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_certReceivedAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate', + 'G__typename'); } @override - GIdentitiesByNameData_identity_certReceivedAggregate rebuild( + GIdentitiesByNameData_identity_ownerKeyChangeAggregate rebuild( void Function( - GIdentitiesByNameData_identity_certReceivedAggregateBuilder) + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certReceivedAggregateBuilder toBuilder() => - new GIdentitiesByNameData_identity_certReceivedAggregateBuilder() + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder toBuilder() => + new GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_certReceivedAggregate && + return other is GIdentitiesByNameData_identity_ownerKeyChangeAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -38258,39 +37406,39 @@ class _$GIdentitiesByNameData_identity_certReceivedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certReceivedAggregate') + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByNameData_identity_certReceivedAggregateBuilder +class GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder implements - Builder<GIdentitiesByNameData_identity_certReceivedAggregate, - GIdentitiesByNameData_identity_certReceivedAggregateBuilder> { - _$GIdentitiesByNameData_identity_certReceivedAggregate? _$v; + Builder<GIdentitiesByNameData_identity_ownerKeyChangeAggregate, + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder> { + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder? + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder? _aggregate; - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder(); + new GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder(); set aggregate( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder? + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GIdentitiesByNameData_identity_certReceivedAggregateBuilder() { - GIdentitiesByNameData_identity_certReceivedAggregate._initializeBuilder( + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder() { + GIdentitiesByNameData_identity_ownerKeyChangeAggregate._initializeBuilder( this); } - GIdentitiesByNameData_identity_certReceivedAggregateBuilder get _$this { + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -38301,30 +37449,30 @@ class GIdentitiesByNameData_identity_certReceivedAggregateBuilder } @override - void replace(GIdentitiesByNameData_identity_certReceivedAggregate other) { + void replace(GIdentitiesByNameData_identity_ownerKeyChangeAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_certReceivedAggregate; + _$v = other as _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate; } @override void update( void Function( - GIdentitiesByNameData_identity_certReceivedAggregateBuilder)? + GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certReceivedAggregate build() => _build(); + GIdentitiesByNameData_identity_ownerKeyChangeAggregate build() => _build(); - _$GIdentitiesByNameData_identity_certReceivedAggregate _build() { - _$GIdentitiesByNameData_identity_certReceivedAggregate _$result; + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate _build() { + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certReceivedAggregate._( + new _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_certReceivedAggregate', + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -38334,7 +37482,7 @@ class GIdentitiesByNameData_identity_certReceivedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_certReceivedAggregate', + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate', _$failedField, e.toString()); } @@ -38345,52 +37493,52 @@ class GIdentitiesByNameData_identity_certReceivedAggregateBuilder } } -class _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate - extends GIdentitiesByNameData_identity_certReceivedAggregate_aggregate { +class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate + extends GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate( + factory _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate( [void Function( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder() + (new GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate._( + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate', + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate', + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate', 'count'); } @override - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate rebuild( + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate rebuild( void Function( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder) + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder toBuilder() => - new GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder() + new GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GIdentitiesByNameData_identity_certReceivedAggregate_aggregate && + is GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -38407,18 +37555,19 @@ class _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate') + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder +class GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder implements - Builder<GIdentitiesByNameData_identity_certReceivedAggregate_aggregate, - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder> { - _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate? _$v; + Builder< + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate, + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder> { + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -38428,12 +37577,12 @@ class GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder() { - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder() { + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate ._initializeBuilder(this); } - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -38446,79 +37595,113 @@ class GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder @override void replace( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate other) { + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate; + as _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate; } @override void update( void Function( - GIdentitiesByNameData_identity_certReceivedAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_certReceivedAggregate_aggregate build() => + GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate build() => _build(); - _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate _build() { + _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_certReceivedAggregate_aggregate._( + new _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate', + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GIdentitiesByNameData_identity_certReceivedAggregate_aggregate', + r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_linkedAccount - extends GIdentitiesByNameData_identity_linkedAccount { +class _$GIdentitiesByNameData_identity_smith + extends GIdentitiesByNameData_identity_smith { @override final String G__typename; @override final String id; - - factory _$GIdentitiesByNameData_identity_linkedAccount( - [void Function(GIdentitiesByNameData_identity_linkedAccountBuilder)? - updates]) => - (new GIdentitiesByNameData_identity_linkedAccountBuilder() - ..update(updates)) + @override + final int forged; + @override + final int index; + @override + final int? lastChanged; + @override + final int? lastForged; + @override + final BuiltList<GIdentitiesByNameData_identity_smith_smithCertIssued> + smithCertIssued; + @override + final BuiltList<GIdentitiesByNameData_identity_smith_smithCertReceived> + smithCertReceived; + + factory _$GIdentitiesByNameData_identity_smith( + [void Function(GIdentitiesByNameData_identity_smithBuilder)? + updates]) => + (new GIdentitiesByNameData_identity_smithBuilder()..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_linkedAccount._( - {required this.G__typename, required this.id}) + _$GIdentitiesByNameData_identity_smith._( + {required this.G__typename, + required this.id, + required this.forged, + required this.index, + this.lastChanged, + this.lastForged, + required this.smithCertIssued, + required this.smithCertReceived}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_linkedAccount', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_linkedAccount', 'id'); + G__typename, r'GIdentitiesByNameData_identity_smith', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_smith', 'id'); + BuiltValueNullFieldError.checkNotNull( + forged, r'GIdentitiesByNameData_identity_smith', 'forged'); + BuiltValueNullFieldError.checkNotNull( + index, r'GIdentitiesByNameData_identity_smith', 'index'); + BuiltValueNullFieldError.checkNotNull(smithCertIssued, + r'GIdentitiesByNameData_identity_smith', 'smithCertIssued'); + BuiltValueNullFieldError.checkNotNull(smithCertReceived, + r'GIdentitiesByNameData_identity_smith', 'smithCertReceived'); } @override - GIdentitiesByNameData_identity_linkedAccount rebuild( - void Function(GIdentitiesByNameData_identity_linkedAccountBuilder) - updates) => + GIdentitiesByNameData_identity_smith rebuild( + void Function(GIdentitiesByNameData_identity_smithBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_linkedAccountBuilder toBuilder() => - new GIdentitiesByNameData_identity_linkedAccountBuilder()..replace(this); + GIdentitiesByNameData_identity_smithBuilder toBuilder() => + new GIdentitiesByNameData_identity_smithBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_linkedAccount && + return other is GIdentitiesByNameData_identity_smith && G__typename == other.G__typename && - id == other.id; + id == other.id && + forged == other.forged && + index == other.index && + lastChanged == other.lastChanged && + lastForged == other.lastForged && + smithCertIssued == other.smithCertIssued && + smithCertReceived == other.smithCertReceived; } @override @@ -38526,25 +37709,36 @@ class _$GIdentitiesByNameData_identity_linkedAccount var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, forged.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, lastChanged.hashCode); + _$hash = $jc(_$hash, lastForged.hashCode); + _$hash = $jc(_$hash, smithCertIssued.hashCode); + _$hash = $jc(_$hash, smithCertReceived.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_linkedAccount') + return (newBuiltValueToStringHelper(r'GIdentitiesByNameData_identity_smith') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('id', id) + ..add('forged', forged) + ..add('index', index) + ..add('lastChanged', lastChanged) + ..add('lastForged', lastForged) + ..add('smithCertIssued', smithCertIssued) + ..add('smithCertReceived', smithCertReceived)) .toString(); } } -class GIdentitiesByNameData_identity_linkedAccountBuilder +class GIdentitiesByNameData_identity_smithBuilder implements - Builder<GIdentitiesByNameData_identity_linkedAccount, - GIdentitiesByNameData_identity_linkedAccountBuilder> { - _$GIdentitiesByNameData_identity_linkedAccount? _$v; + Builder<GIdentitiesByNameData_identity_smith, + GIdentitiesByNameData_identity_smithBuilder> { + _$GIdentitiesByNameData_identity_smith? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -38554,98 +37748,181 @@ class GIdentitiesByNameData_identity_linkedAccountBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GIdentitiesByNameData_identity_linkedAccountBuilder() { - GIdentitiesByNameData_identity_linkedAccount._initializeBuilder(this); + int? _forged; + int? get forged => _$this._forged; + set forged(int? forged) => _$this._forged = forged; + + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + int? _lastChanged; + int? get lastChanged => _$this._lastChanged; + set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + + int? _lastForged; + int? get lastForged => _$this._lastForged; + set lastForged(int? lastForged) => _$this._lastForged = lastForged; + + ListBuilder<GIdentitiesByNameData_identity_smith_smithCertIssued>? + _smithCertIssued; + ListBuilder<GIdentitiesByNameData_identity_smith_smithCertIssued> + get smithCertIssued => _$this._smithCertIssued ??= new ListBuilder< + GIdentitiesByNameData_identity_smith_smithCertIssued>(); + set smithCertIssued( + ListBuilder<GIdentitiesByNameData_identity_smith_smithCertIssued>? + smithCertIssued) => + _$this._smithCertIssued = smithCertIssued; + + ListBuilder<GIdentitiesByNameData_identity_smith_smithCertReceived>? + _smithCertReceived; + ListBuilder<GIdentitiesByNameData_identity_smith_smithCertReceived> + get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< + GIdentitiesByNameData_identity_smith_smithCertReceived>(); + set smithCertReceived( + ListBuilder<GIdentitiesByNameData_identity_smith_smithCertReceived>? + smithCertReceived) => + _$this._smithCertReceived = smithCertReceived; + + GIdentitiesByNameData_identity_smithBuilder() { + GIdentitiesByNameData_identity_smith._initializeBuilder(this); } - GIdentitiesByNameData_identity_linkedAccountBuilder get _$this { + GIdentitiesByNameData_identity_smithBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; + _forged = $v.forged; + _index = $v.index; + _lastChanged = $v.lastChanged; + _lastForged = $v.lastForged; + _smithCertIssued = $v.smithCertIssued.toBuilder(); + _smithCertReceived = $v.smithCertReceived.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_linkedAccount other) { + void replace(GIdentitiesByNameData_identity_smith other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_linkedAccount; + _$v = other as _$GIdentitiesByNameData_identity_smith; } @override void update( - void Function(GIdentitiesByNameData_identity_linkedAccountBuilder)? - updates) { + void Function(GIdentitiesByNameData_identity_smithBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_linkedAccount build() => _build(); + GIdentitiesByNameData_identity_smith build() => _build(); - _$GIdentitiesByNameData_identity_linkedAccount _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_linkedAccount._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_linkedAccount', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_linkedAccount', 'id')); + _$GIdentitiesByNameData_identity_smith _build() { + _$GIdentitiesByNameData_identity_smith _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByNameData_identity_smith._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_smith', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_smith', 'id'), + forged: BuiltValueNullFieldError.checkNotNull( + forged, r'GIdentitiesByNameData_identity_smith', 'forged'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GIdentitiesByNameData_identity_smith', 'index'), + lastChanged: lastChanged, + lastForged: lastForged, + smithCertIssued: smithCertIssued.build(), + smithCertReceived: smithCertReceived.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'smithCertIssued'; + smithCertIssued.build(); + _$failedField = 'smithCertReceived'; + smithCertReceived.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByNameData_identity_smith', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_linkedAccountAggregate - extends GIdentitiesByNameData_identity_linkedAccountAggregate { +class _$GIdentitiesByNameData_identity_smith_smithCertIssued + extends GIdentitiesByNameData_identity_smith_smithCertIssued { @override final String G__typename; @override - final GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate? - aggregate; + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; - factory _$GIdentitiesByNameData_identity_linkedAccountAggregate( + factory _$GIdentitiesByNameData_identity_smith_smithCertIssued( [void Function( - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder)? + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder)? updates]) => - (new GIdentitiesByNameData_identity_linkedAccountAggregateBuilder() + (new GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_linkedAccountAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentitiesByNameData_identity_smith_smithCertIssued._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_smith_smithCertIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_linkedAccountAggregate', - 'G__typename'); + id, r'GIdentitiesByNameData_identity_smith_smithCertIssued', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentitiesByNameData_identity_smith_smithCertIssued', 'createdOn'); } @override - GIdentitiesByNameData_identity_linkedAccountAggregate rebuild( + GIdentitiesByNameData_identity_smith_smithCertIssued rebuild( void Function( - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder) + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder toBuilder() => - new GIdentitiesByNameData_identity_linkedAccountAggregateBuilder() + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder toBuilder() => + new GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_linkedAccountAggregate && + return other is GIdentitiesByNameData_identity_smith_smithCertIssued && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -38653,148 +37930,166 @@ class _$GIdentitiesByNameData_identity_linkedAccountAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_linkedAccountAggregate') + r'GIdentitiesByNameData_identity_smith_smithCertIssued') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameData_identity_linkedAccountAggregateBuilder +class GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder implements - Builder<GIdentitiesByNameData_identity_linkedAccountAggregate, - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder> { - _$GIdentitiesByNameData_identity_linkedAccountAggregate? _$v; + Builder<GIdentitiesByNameData_identity_smith_smithCertIssued, + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder> { + _$GIdentitiesByNameData_identity_smith_smithCertIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder() { - GIdentitiesByNameData_identity_linkedAccountAggregate._initializeBuilder( + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder() { + GIdentitiesByNameData_identity_smith_smithCertIssued._initializeBuilder( this); } - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder get _$this { + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_linkedAccountAggregate other) { + void replace(GIdentitiesByNameData_identity_smith_smithCertIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_linkedAccountAggregate; + _$v = other as _$GIdentitiesByNameData_identity_smith_smithCertIssued; } @override void update( void Function( - GIdentitiesByNameData_identity_linkedAccountAggregateBuilder)? + GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_linkedAccountAggregate build() => _build(); + GIdentitiesByNameData_identity_smith_smithCertIssued build() => _build(); - _$GIdentitiesByNameData_identity_linkedAccountAggregate _build() { - _$GIdentitiesByNameData_identity_linkedAccountAggregate _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameData_identity_linkedAccountAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_linkedAccountAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_linkedAccountAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentitiesByNameData_identity_smith_smithCertIssued _build() { + final _$result = _$v ?? + new _$GIdentitiesByNameData_identity_smith_smithCertIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentitiesByNameData_identity_smith_smithCertIssued', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull(id, + r'GIdentitiesByNameData_identity_smith_smithCertIssued', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByNameData_identity_smith_smithCertIssued', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate - extends GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate { +class _$GIdentitiesByNameData_identity_smith_smithCertReceived + extends GIdentitiesByNameData_identity_smith_smithCertReceived { @override final String G__typename; @override - final int count; + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; - factory _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate( + factory _$GIdentitiesByNameData_identity_smith_smithCertReceived( [void Function( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder)? updates]) => - (new GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder() + (new GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentitiesByNameData_identity_smith_smithCertReceived._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate', + r'GIdentitiesByNameData_identity_smith_smithCertReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate', - 'count'); + id, r'GIdentitiesByNameData_identity_smith_smithCertReceived', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentitiesByNameData_identity_smith_smithCertReceived', 'createdOn'); } @override - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate rebuild( + GIdentitiesByNameData_identity_smith_smithCertReceived rebuild( void Function( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder) + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder() - ..replace(this); + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder toBuilder() => + new GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate && + return other is GIdentitiesByNameData_identity_smith_smithCertReceived && G__typename == other.G__typename && - count == other.count; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -38802,150 +38097,159 @@ class _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate') + r'GIdentitiesByNameData_identity_smith_smithCertReceived') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder +class GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder implements - Builder<GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate, - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder> { - _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate? _$v; + Builder<GIdentitiesByNameData_identity_smith_smithCertReceived, + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder> { + _$GIdentitiesByNameData_identity_smith_smithCertReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder() { - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate - ._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder() { + GIdentitiesByNameData_identity_smith_smithCertReceived._initializeBuilder( + this); } - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder - get _$this { + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate other) { + void replace(GIdentitiesByNameData_identity_smith_smithCertReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate; + _$v = other as _$GIdentitiesByNameData_identity_smith_smithCertReceived; } @override void update( void Function( - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregateBuilder)? + GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate build() => - _build(); + GIdentitiesByNameData_identity_smith_smithCertReceived build() => _build(); - _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate _build() { + _$GIdentitiesByNameData_identity_smith_smithCertReceived _build() { final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate._( + new _$GIdentitiesByNameData_identity_smith_smithCertReceived._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate', + r'GIdentitiesByNameData_identity_smith_smithCertReceived', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate', - 'count')); + id: BuiltValueNullFieldError.checkNotNull( + id, + r'GIdentitiesByNameData_identity_smith_smithCertReceived', + 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentitiesByNameData_identity_smith_smithCertReceived', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_membershipHistory - extends GIdentitiesByNameData_identity_membershipHistory { +class _$GIdentitiesByNameData_identity_udHistory + extends GIdentitiesByNameData_identity_udHistory { @override final String G__typename; @override - final int blockNumber; - @override - final String? eventId; - @override - final _i2.GEventTypeEnum? eventType; - @override final String id; @override - final String? identityId; + final int amount; + @override + final _i2.Gtimestamptz timestamp; - factory _$GIdentitiesByNameData_identity_membershipHistory( - [void Function( - GIdentitiesByNameData_identity_membershipHistoryBuilder)? + factory _$GIdentitiesByNameData_identity_udHistory( + [void Function(GIdentitiesByNameData_identity_udHistoryBuilder)? updates]) => - (new GIdentitiesByNameData_identity_membershipHistoryBuilder() - ..update(updates)) + (new GIdentitiesByNameData_identity_udHistoryBuilder()..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_membershipHistory._( + _$GIdentitiesByNameData_identity_udHistory._( {required this.G__typename, - required this.blockNumber, - this.eventId, - this.eventType, required this.id, - this.identityId}) + required this.amount, + required this.timestamp}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_membershipHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentitiesByNameData_identity_membershipHistory', 'blockNumber'); + r'GIdentitiesByNameData_identity_udHistory', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_membershipHistory', 'id'); + id, r'GIdentitiesByNameData_identity_udHistory', 'id'); + BuiltValueNullFieldError.checkNotNull( + amount, r'GIdentitiesByNameData_identity_udHistory', 'amount'); + BuiltValueNullFieldError.checkNotNull( + timestamp, r'GIdentitiesByNameData_identity_udHistory', 'timestamp'); } @override - GIdentitiesByNameData_identity_membershipHistory rebuild( - void Function(GIdentitiesByNameData_identity_membershipHistoryBuilder) + GIdentitiesByNameData_identity_udHistory rebuild( + void Function(GIdentitiesByNameData_identity_udHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_membershipHistoryBuilder toBuilder() => - new GIdentitiesByNameData_identity_membershipHistoryBuilder() - ..replace(this); + GIdentitiesByNameData_identity_udHistoryBuilder toBuilder() => + new GIdentitiesByNameData_identity_udHistoryBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_membershipHistory && + return other is GIdentitiesByNameData_identity_udHistory && G__typename == other.G__typename && - blockNumber == other.blockNumber && - eventId == other.eventId && - eventType == other.eventType && id == other.id && - identityId == other.identityId; + amount == other.amount && + timestamp == other.timestamp; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, eventType.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -38953,240 +38257,208 @@ class _$GIdentitiesByNameData_identity_membershipHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_membershipHistory') + r'GIdentitiesByNameData_identity_udHistory') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('eventType', eventType) ..add('id', id) - ..add('identityId', identityId)) + ..add('amount', amount) + ..add('timestamp', timestamp)) .toString(); } } -class GIdentitiesByNameData_identity_membershipHistoryBuilder +class GIdentitiesByNameData_identity_udHistoryBuilder implements - Builder<GIdentitiesByNameData_identity_membershipHistory, - GIdentitiesByNameData_identity_membershipHistoryBuilder> { - _$GIdentitiesByNameData_identity_membershipHistory? _$v; + Builder<GIdentitiesByNameData_identity_udHistory, + GIdentitiesByNameData_identity_udHistoryBuilder> { + _$GIdentitiesByNameData_identity_udHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; - - _i2.GEventTypeEnum? _eventType; - _i2.GEventTypeEnum? get eventType => _$this._eventType; - set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - GIdentitiesByNameData_identity_membershipHistoryBuilder() { - GIdentitiesByNameData_identity_membershipHistory._initializeBuilder(this); + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; + + GIdentitiesByNameData_identity_udHistoryBuilder() { + GIdentitiesByNameData_identity_udHistory._initializeBuilder(this); } - GIdentitiesByNameData_identity_membershipHistoryBuilder get _$this { + GIdentitiesByNameData_identity_udHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _eventType = $v.eventType; _id = $v.id; - _identityId = $v.identityId; + _amount = $v.amount; + _timestamp = $v.timestamp.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_membershipHistory other) { + void replace(GIdentitiesByNameData_identity_udHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_membershipHistory; + _$v = other as _$GIdentitiesByNameData_identity_udHistory; } @override void update( - void Function(GIdentitiesByNameData_identity_membershipHistoryBuilder)? - updates) { + void Function(GIdentitiesByNameData_identity_udHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_membershipHistory build() => _build(); + GIdentitiesByNameData_identity_udHistory build() => _build(); - _$GIdentitiesByNameData_identity_membershipHistory _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_membershipHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_membershipHistory', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GIdentitiesByNameData_identity_membershipHistory', - 'blockNumber'), - eventId: eventId, - eventType: eventType, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_membershipHistory', 'id'), - identityId: identityId); + _$GIdentitiesByNameData_identity_udHistory _build() { + _$GIdentitiesByNameData_identity_udHistory _$result; + try { + _$result = _$v ?? + new _$GIdentitiesByNameData_identity_udHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentitiesByNameData_identity_udHistory', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentitiesByNameData_identity_udHistory', 'id'), + amount: BuiltValueNullFieldError.checkNotNull(amount, + r'GIdentitiesByNameData_identity_udHistory', 'amount'), + timestamp: timestamp.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentitiesByNameData_identity_udHistory', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_membershipHistoryAggregate - extends GIdentitiesByNameData_identity_membershipHistoryAggregate { +class _$GAccountByPkData extends GAccountByPkData { @override final String G__typename; @override - final GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate? - aggregate; + final GAccountByPkData_accountByPk? accountByPk; - factory _$GIdentitiesByNameData_identity_membershipHistoryAggregate( - [void Function( - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder)? - updates]) => - (new GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder() - ..update(updates)) - ._build(); + factory _$GAccountByPkData( + [void Function(GAccountByPkDataBuilder)? updates]) => + (new GAccountByPkDataBuilder()..update(updates))._build(); - _$GIdentitiesByNameData_identity_membershipHistoryAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountByPkData._({required this.G__typename, this.accountByPk}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_membershipHistoryAggregate', - 'G__typename'); + G__typename, r'GAccountByPkData', 'G__typename'); } @override - GIdentitiesByNameData_identity_membershipHistoryAggregate rebuild( - void Function( - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder) - updates) => + GAccountByPkData rebuild(void Function(GAccountByPkDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder - toBuilder() => - new GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder() - ..replace(this); + GAccountByPkDataBuilder toBuilder() => + new GAccountByPkDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_membershipHistoryAggregate && + return other is GAccountByPkData && G__typename == other.G__typename && - aggregate == other.aggregate; + accountByPk == other.accountByPk; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, accountByPk.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_membershipHistoryAggregate') + return (newBuiltValueToStringHelper(r'GAccountByPkData') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('accountByPk', accountByPk)) .toString(); } } -class GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder - implements - Builder<GIdentitiesByNameData_identity_membershipHistoryAggregate, - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder> { - _$GIdentitiesByNameData_identity_membershipHistoryAggregate? _$v; +class GAccountByPkDataBuilder + implements Builder<GAccountByPkData, GAccountByPkDataBuilder> { + _$GAccountByPkData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + GAccountByPkData_accountByPkBuilder? _accountByPk; + GAccountByPkData_accountByPkBuilder get accountByPk => + _$this._accountByPk ??= new GAccountByPkData_accountByPkBuilder(); + set accountByPk(GAccountByPkData_accountByPkBuilder? accountByPk) => + _$this._accountByPk = accountByPk; - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder() { - GIdentitiesByNameData_identity_membershipHistoryAggregate - ._initializeBuilder(this); + GAccountByPkDataBuilder() { + GAccountByPkData._initializeBuilder(this); } - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder get _$this { + GAccountByPkDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _accountByPk = $v.accountByPk?.toBuilder(); _$v = null; } return this; } @override - void replace( - GIdentitiesByNameData_identity_membershipHistoryAggregate other) { + void replace(GAccountByPkData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_membershipHistoryAggregate; + _$v = other as _$GAccountByPkData; } @override - void update( - void Function( - GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder)? - updates) { + void update(void Function(GAccountByPkDataBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_membershipHistoryAggregate build() => _build(); + GAccountByPkData build() => _build(); - _$GIdentitiesByNameData_identity_membershipHistoryAggregate _build() { - _$GIdentitiesByNameData_identity_membershipHistoryAggregate _$result; + _$GAccountByPkData _build() { + _$GAccountByPkData _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameData_identity_membershipHistoryAggregate._( + new _$GAccountByPkData._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_membershipHistoryAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + G__typename, r'GAccountByPkData', 'G__typename'), + accountByPk: _accountByPk?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'accountByPk'; + _accountByPk?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_membershipHistoryAggregate', - _$failedField, - e.toString()); + r'GAccountByPkData', _$failedField, e.toString()); } rethrow; } @@ -39195,367 +38467,497 @@ class GIdentitiesByNameData_identity_membershipHistoryAggregateBuilder } } -class _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate - extends GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate { +class _$GAccountByPkData_accountByPk extends GAccountByPkData_accountByPk { @override final String G__typename; @override - final int count; - - factory _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate( - [void Function( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder)? - updates]) => - (new GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder() - ..update(updates)) - ._build(); - - _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate._( - {required this.G__typename, required this.count}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate', - 'count'); - } - + final BuiltList<GAccountByPkData_accountByPk_commentsIssued> commentsIssued; @override - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate rebuild( - void Function( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); - + final GAccountByPkData_accountByPk_commentsIssuedAggregate + commentsIssuedAggregate; @override - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder() - ..replace(this); - + final int createdOn; @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other - is GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate && - G__typename == other.G__typename && - count == other.count; - } - + final String id; @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - + final GAccountByPkData_accountByPk_identity? identity; @override - String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate') - ..add('G__typename', G__typename) - ..add('count', count)) - .toString(); - } -} - -class GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder - implements - Builder< - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate, - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder> { - _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; - - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder() { - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate - ._initializeBuilder(this); - } - - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder - get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _count = $v.count; - _$v = null; - } - return this; - } - + final bool isActive; @override - void replace( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate - other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate; - } - + final GAccountByPkData_accountByPk_linkedIdentity? linkedIdentity; @override - void update( - void Function( - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregateBuilder)? - updates) { - if (updates != null) updates(this); - } - + final BuiltList<GAccountByPkData_accountByPk_removedIdentities> + removedIdentities; @override - GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate build() => - _build(); - - _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate - _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameData_identity_membershipHistoryAggregate_aggregate', - 'count')); - replace(_$result); - return _$result; - } -} - -class _$GIdentitiesByNameData_identity_ownerKeyChange - extends GIdentitiesByNameData_identity_ownerKeyChange { + final GAccountByPkData_accountByPk_removedIdentitiesAggregate + removedIdentitiesAggregate; @override - final String G__typename; + final BuiltList<GAccountByPkData_accountByPk_transfersIssued> transfersIssued; @override - final String id; + final GAccountByPkData_accountByPk_transfersIssuedAggregate + transfersIssuedAggregate; @override - final int blockNumber; + final BuiltList<GAccountByPkData_accountByPk_transfersReceived> + transfersReceived; @override - final String? identityId; + final GAccountByPkData_accountByPk_transfersReceivedAggregate + transfersReceivedAggregate; @override - final String? nextId; + final BuiltList<GAccountByPkData_accountByPk_wasIdentity> wasIdentity; @override - final String? previousId; + final GAccountByPkData_accountByPk_wasIdentityAggregate wasIdentityAggregate; - factory _$GIdentitiesByNameData_identity_ownerKeyChange( - [void Function(GIdentitiesByNameData_identity_ownerKeyChangeBuilder)? - updates]) => - (new GIdentitiesByNameData_identity_ownerKeyChangeBuilder() - ..update(updates)) - ._build(); + factory _$GAccountByPkData_accountByPk( + [void Function(GAccountByPkData_accountByPkBuilder)? updates]) => + (new GAccountByPkData_accountByPkBuilder()..update(updates))._build(); - _$GIdentitiesByNameData_identity_ownerKeyChange._( + _$GAccountByPkData_accountByPk._( {required this.G__typename, + required this.commentsIssued, + required this.commentsIssuedAggregate, + required this.createdOn, required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + this.identity, + required this.isActive, + this.linkedIdentity, + required this.removedIdentities, + required this.removedIdentitiesAggregate, + required this.transfersIssued, + required this.transfersIssuedAggregate, + required this.transfersReceived, + required this.transfersReceivedAggregate, + required this.wasIdentity, + required this.wasIdentityAggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_ownerKeyChange', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_ownerKeyChange', 'id'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentitiesByNameData_identity_ownerKeyChange', 'blockNumber'); + G__typename, r'GAccountByPkData_accountByPk', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + commentsIssued, r'GAccountByPkData_accountByPk', 'commentsIssued'); + BuiltValueNullFieldError.checkNotNull(commentsIssuedAggregate, + r'GAccountByPkData_accountByPk', 'commentsIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountByPkData_accountByPk', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk', 'id'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountByPkData_accountByPk', 'isActive'); + BuiltValueNullFieldError.checkNotNull(removedIdentities, + r'GAccountByPkData_accountByPk', 'removedIdentities'); + BuiltValueNullFieldError.checkNotNull(removedIdentitiesAggregate, + r'GAccountByPkData_accountByPk', 'removedIdentitiesAggregate'); + BuiltValueNullFieldError.checkNotNull( + transfersIssued, r'GAccountByPkData_accountByPk', 'transfersIssued'); + BuiltValueNullFieldError.checkNotNull(transfersIssuedAggregate, + r'GAccountByPkData_accountByPk', 'transfersIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull(transfersReceived, + r'GAccountByPkData_accountByPk', 'transfersReceived'); + BuiltValueNullFieldError.checkNotNull(transfersReceivedAggregate, + r'GAccountByPkData_accountByPk', 'transfersReceivedAggregate'); + BuiltValueNullFieldError.checkNotNull( + wasIdentity, r'GAccountByPkData_accountByPk', 'wasIdentity'); + BuiltValueNullFieldError.checkNotNull(wasIdentityAggregate, + r'GAccountByPkData_accountByPk', 'wasIdentityAggregate'); } @override - GIdentitiesByNameData_identity_ownerKeyChange rebuild( - void Function(GIdentitiesByNameData_identity_ownerKeyChangeBuilder) - updates) => + GAccountByPkData_accountByPk rebuild( + void Function(GAccountByPkData_accountByPkBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_ownerKeyChangeBuilder toBuilder() => - new GIdentitiesByNameData_identity_ownerKeyChangeBuilder()..replace(this); + GAccountByPkData_accountByPkBuilder toBuilder() => + new GAccountByPkData_accountByPkBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_ownerKeyChange && + return other is GAccountByPkData_accountByPk && G__typename == other.G__typename && + commentsIssued == other.commentsIssued && + commentsIssuedAggregate == other.commentsIssuedAggregate && + createdOn == other.createdOn && id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + identity == other.identity && + isActive == other.isActive && + linkedIdentity == other.linkedIdentity && + removedIdentities == other.removedIdentities && + removedIdentitiesAggregate == other.removedIdentitiesAggregate && + transfersIssued == other.transfersIssued && + transfersIssuedAggregate == other.transfersIssuedAggregate && + transfersReceived == other.transfersReceived && + transfersReceivedAggregate == other.transfersReceivedAggregate && + wasIdentity == other.wasIdentity && + wasIdentityAggregate == other.wasIdentityAggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, commentsIssued.hashCode); + _$hash = $jc(_$hash, commentsIssuedAggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, identity.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, linkedIdentity.hashCode); + _$hash = $jc(_$hash, removedIdentities.hashCode); + _$hash = $jc(_$hash, removedIdentitiesAggregate.hashCode); + _$hash = $jc(_$hash, transfersIssued.hashCode); + _$hash = $jc(_$hash, transfersIssuedAggregate.hashCode); + _$hash = $jc(_$hash, transfersReceived.hashCode); + _$hash = $jc(_$hash, transfersReceivedAggregate.hashCode); + _$hash = $jc(_$hash, wasIdentity.hashCode); + _$hash = $jc(_$hash, wasIdentityAggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_ownerKeyChange') + return (newBuiltValueToStringHelper(r'GAccountByPkData_accountByPk') ..add('G__typename', G__typename) + ..add('commentsIssued', commentsIssued) + ..add('commentsIssuedAggregate', commentsIssuedAggregate) + ..add('createdOn', createdOn) ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) - .toString(); - } -} + ..add('identity', identity) + ..add('isActive', isActive) + ..add('linkedIdentity', linkedIdentity) + ..add('removedIdentities', removedIdentities) + ..add('removedIdentitiesAggregate', removedIdentitiesAggregate) + ..add('transfersIssued', transfersIssued) + ..add('transfersIssuedAggregate', transfersIssuedAggregate) + ..add('transfersReceived', transfersReceived) + ..add('transfersReceivedAggregate', transfersReceivedAggregate) + ..add('wasIdentity', wasIdentity) + ..add('wasIdentityAggregate', wasIdentityAggregate)) + .toString(); + } +} -class GIdentitiesByNameData_identity_ownerKeyChangeBuilder +class GAccountByPkData_accountByPkBuilder implements - Builder<GIdentitiesByNameData_identity_ownerKeyChange, - GIdentitiesByNameData_identity_ownerKeyChangeBuilder> { - _$GIdentitiesByNameData_identity_ownerKeyChange? _$v; + Builder<GAccountByPkData_accountByPk, + GAccountByPkData_accountByPkBuilder> { + _$GAccountByPkData_accountByPk? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + ListBuilder<GAccountByPkData_accountByPk_commentsIssued>? _commentsIssued; + ListBuilder<GAccountByPkData_accountByPk_commentsIssued> get commentsIssued => + _$this._commentsIssued ??= + new ListBuilder<GAccountByPkData_accountByPk_commentsIssued>(); + set commentsIssued( + ListBuilder<GAccountByPkData_accountByPk_commentsIssued>? + commentsIssued) => + _$this._commentsIssued = commentsIssued; + + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder? + _commentsIssuedAggregate; + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder + get commentsIssuedAggregate => _$this._commentsIssuedAggregate ??= + new GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder(); + set commentsIssuedAggregate( + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder? + commentsIssuedAggregate) => + _$this._commentsIssuedAggregate = commentsIssuedAggregate; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + GAccountByPkData_accountByPk_identityBuilder? _identity; + GAccountByPkData_accountByPk_identityBuilder get identity => + _$this._identity ??= new GAccountByPkData_accountByPk_identityBuilder(); + set identity(GAccountByPkData_accountByPk_identityBuilder? identity) => + _$this._identity = identity; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; + GAccountByPkData_accountByPk_linkedIdentityBuilder? _linkedIdentity; + GAccountByPkData_accountByPk_linkedIdentityBuilder get linkedIdentity => + _$this._linkedIdentity ??= + new GAccountByPkData_accountByPk_linkedIdentityBuilder(); + set linkedIdentity( + GAccountByPkData_accountByPk_linkedIdentityBuilder? linkedIdentity) => + _$this._linkedIdentity = linkedIdentity; - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + ListBuilder<GAccountByPkData_accountByPk_removedIdentities>? + _removedIdentities; + ListBuilder<GAccountByPkData_accountByPk_removedIdentities> + get removedIdentities => _$this._removedIdentities ??= + new ListBuilder<GAccountByPkData_accountByPk_removedIdentities>(); + set removedIdentities( + ListBuilder<GAccountByPkData_accountByPk_removedIdentities>? + removedIdentities) => + _$this._removedIdentities = removedIdentities; - GIdentitiesByNameData_identity_ownerKeyChangeBuilder() { - GIdentitiesByNameData_identity_ownerKeyChange._initializeBuilder(this); + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder? + _removedIdentitiesAggregate; + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder + get removedIdentitiesAggregate => _$this._removedIdentitiesAggregate ??= + new GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder(); + set removedIdentitiesAggregate( + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder? + removedIdentitiesAggregate) => + _$this._removedIdentitiesAggregate = removedIdentitiesAggregate; + + ListBuilder<GAccountByPkData_accountByPk_transfersIssued>? _transfersIssued; + ListBuilder<GAccountByPkData_accountByPk_transfersIssued> + get transfersIssued => _$this._transfersIssued ??= + new ListBuilder<GAccountByPkData_accountByPk_transfersIssued>(); + set transfersIssued( + ListBuilder<GAccountByPkData_accountByPk_transfersIssued>? + transfersIssued) => + _$this._transfersIssued = transfersIssued; + + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder? + _transfersIssuedAggregate; + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder + get transfersIssuedAggregate => _$this._transfersIssuedAggregate ??= + new GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder(); + set transfersIssuedAggregate( + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder? + transfersIssuedAggregate) => + _$this._transfersIssuedAggregate = transfersIssuedAggregate; + + ListBuilder<GAccountByPkData_accountByPk_transfersReceived>? + _transfersReceived; + ListBuilder<GAccountByPkData_accountByPk_transfersReceived> + get transfersReceived => _$this._transfersReceived ??= + new ListBuilder<GAccountByPkData_accountByPk_transfersReceived>(); + set transfersReceived( + ListBuilder<GAccountByPkData_accountByPk_transfersReceived>? + transfersReceived) => + _$this._transfersReceived = transfersReceived; + + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder? + _transfersReceivedAggregate; + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder + get transfersReceivedAggregate => _$this._transfersReceivedAggregate ??= + new GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder(); + set transfersReceivedAggregate( + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder? + transfersReceivedAggregate) => + _$this._transfersReceivedAggregate = transfersReceivedAggregate; + + ListBuilder<GAccountByPkData_accountByPk_wasIdentity>? _wasIdentity; + ListBuilder<GAccountByPkData_accountByPk_wasIdentity> get wasIdentity => + _$this._wasIdentity ??= + new ListBuilder<GAccountByPkData_accountByPk_wasIdentity>(); + set wasIdentity( + ListBuilder<GAccountByPkData_accountByPk_wasIdentity>? wasIdentity) => + _$this._wasIdentity = wasIdentity; + + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder? + _wasIdentityAggregate; + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder + get wasIdentityAggregate => _$this._wasIdentityAggregate ??= + new GAccountByPkData_accountByPk_wasIdentityAggregateBuilder(); + set wasIdentityAggregate( + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder? + wasIdentityAggregate) => + _$this._wasIdentityAggregate = wasIdentityAggregate; + + GAccountByPkData_accountByPkBuilder() { + GAccountByPkData_accountByPk._initializeBuilder(this); } - GIdentitiesByNameData_identity_ownerKeyChangeBuilder get _$this { + GAccountByPkData_accountByPkBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _commentsIssued = $v.commentsIssued.toBuilder(); + _commentsIssuedAggregate = $v.commentsIssuedAggregate.toBuilder(); + _createdOn = $v.createdOn; _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _identity = $v.identity?.toBuilder(); + _isActive = $v.isActive; + _linkedIdentity = $v.linkedIdentity?.toBuilder(); + _removedIdentities = $v.removedIdentities.toBuilder(); + _removedIdentitiesAggregate = $v.removedIdentitiesAggregate.toBuilder(); + _transfersIssued = $v.transfersIssued.toBuilder(); + _transfersIssuedAggregate = $v.transfersIssuedAggregate.toBuilder(); + _transfersReceived = $v.transfersReceived.toBuilder(); + _transfersReceivedAggregate = $v.transfersReceivedAggregate.toBuilder(); + _wasIdentity = $v.wasIdentity.toBuilder(); + _wasIdentityAggregate = $v.wasIdentityAggregate.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_ownerKeyChange other) { + void replace(GAccountByPkData_accountByPk other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_ownerKeyChange; + _$v = other as _$GAccountByPkData_accountByPk; } @override - void update( - void Function(GIdentitiesByNameData_identity_ownerKeyChangeBuilder)? - updates) { + void update(void Function(GAccountByPkData_accountByPkBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_ownerKeyChange build() => _build(); + GAccountByPkData_accountByPk build() => _build(); - _$GIdentitiesByNameData_identity_ownerKeyChange _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_ownerKeyChange._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_ownerKeyChange', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_ownerKeyChange', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GIdentitiesByNameData_identity_ownerKeyChange', - 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + _$GAccountByPkData_accountByPk _build() { + _$GAccountByPkData_accountByPk _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountByPkData_accountByPk', 'G__typename'), + commentsIssued: commentsIssued.build(), + commentsIssuedAggregate: commentsIssuedAggregate.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountByPkData_accountByPk', 'createdOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk', 'id'), + identity: _identity?.build(), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountByPkData_accountByPk', 'isActive'), + linkedIdentity: _linkedIdentity?.build(), + removedIdentities: removedIdentities.build(), + removedIdentitiesAggregate: removedIdentitiesAggregate.build(), + transfersIssued: transfersIssued.build(), + transfersIssuedAggregate: transfersIssuedAggregate.build(), + transfersReceived: transfersReceived.build(), + transfersReceivedAggregate: transfersReceivedAggregate.build(), + wasIdentity: wasIdentity.build(), + wasIdentityAggregate: wasIdentityAggregate.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'commentsIssued'; + commentsIssued.build(); + _$failedField = 'commentsIssuedAggregate'; + commentsIssuedAggregate.build(); + + _$failedField = 'identity'; + _identity?.build(); + + _$failedField = 'linkedIdentity'; + _linkedIdentity?.build(); + _$failedField = 'removedIdentities'; + removedIdentities.build(); + _$failedField = 'removedIdentitiesAggregate'; + removedIdentitiesAggregate.build(); + _$failedField = 'transfersIssued'; + transfersIssued.build(); + _$failedField = 'transfersIssuedAggregate'; + transfersIssuedAggregate.build(); + _$failedField = 'transfersReceived'; + transfersReceived.build(); + _$failedField = 'transfersReceivedAggregate'; + transfersReceivedAggregate.build(); + _$failedField = 'wasIdentity'; + wasIdentity.build(); + _$failedField = 'wasIdentityAggregate'; + wasIdentityAggregate.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate - extends GIdentitiesByNameData_identity_ownerKeyChangeAggregate { +class _$GAccountByPkData_accountByPk_commentsIssued + extends GAccountByPkData_accountByPk_commentsIssued { @override final String G__typename; @override - final GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate? - aggregate; + final String? authorId; + @override + final int blockNumber; + @override + final String? eventId; + @override + final String hash; + @override + final String id; + @override + final String remark; + @override + final _i2.GCommentTypeEnum? type; - factory _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate( - [void Function( - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder)? + factory _$GAccountByPkData_accountByPk_commentsIssued( + [void Function(GAccountByPkData_accountByPk_commentsIssuedBuilder)? updates]) => - (new GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder() + (new GAccountByPkData_accountByPk_commentsIssuedBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountByPkData_accountByPk_commentsIssued._( + {required this.G__typename, + this.authorId, + required this.blockNumber, + this.eventId, + required this.hash, + required this.id, + required this.remark, + this.type}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_commentsIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountByPkData_accountByPk_commentsIssued', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate', - 'G__typename'); + hash, r'GAccountByPkData_accountByPk_commentsIssued', 'hash'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_commentsIssued', 'id'); + BuiltValueNullFieldError.checkNotNull( + remark, r'GAccountByPkData_accountByPk_commentsIssued', 'remark'); } @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate rebuild( - void Function( - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder) + GAccountByPkData_accountByPk_commentsIssued rebuild( + void Function(GAccountByPkData_accountByPk_commentsIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder toBuilder() => - new GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder() - ..replace(this); + GAccountByPkData_accountByPk_commentsIssuedBuilder toBuilder() => + new GAccountByPkData_accountByPk_commentsIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_ownerKeyChangeAggregate && + return other is GAccountByPkData_accountByPk_commentsIssued && G__typename == other.G__typename && - aggregate == other.aggregate; + authorId == other.authorId && + blockNumber == other.blockNumber && + eventId == other.eventId && + hash == other.hash && + id == other.id && + remark == other.remark && + type == other.type; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, authorId.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, hash.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, type.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -39563,148 +38965,162 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate') + r'GAccountByPkData_accountByPk_commentsIssued') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('authorId', authorId) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('hash', hash) + ..add('id', id) + ..add('remark', remark) + ..add('type', type)) .toString(); } } -class GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder +class GAccountByPkData_accountByPk_commentsIssuedBuilder implements - Builder<GIdentitiesByNameData_identity_ownerKeyChangeAggregate, - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder> { - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate? _$v; + Builder<GAccountByPkData_accountByPk_commentsIssued, + GAccountByPkData_accountByPk_commentsIssuedBuilder> { + _$GAccountByPkData_accountByPk_commentsIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder? - _aggregate; - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder(); - set aggregate( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _authorId; + String? get authorId => _$this._authorId; + set authorId(String? authorId) => _$this._authorId = authorId; - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder() { - GIdentitiesByNameData_identity_ownerKeyChangeAggregate._initializeBuilder( - this); + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + String? _hash; + String? get hash => _$this._hash; + set hash(String? hash) => _$this._hash = hash; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; + + _i2.GCommentTypeEnum? _type; + _i2.GCommentTypeEnum? get type => _$this._type; + set type(_i2.GCommentTypeEnum? type) => _$this._type = type; + + GAccountByPkData_accountByPk_commentsIssuedBuilder() { + GAccountByPkData_accountByPk_commentsIssued._initializeBuilder(this); } - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder get _$this { + GAccountByPkData_accountByPk_commentsIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _authorId = $v.authorId; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _hash = $v.hash; + _id = $v.id; + _remark = $v.remark; + _type = $v.type; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_ownerKeyChangeAggregate other) { + void replace(GAccountByPkData_accountByPk_commentsIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate; + _$v = other as _$GAccountByPkData_accountByPk_commentsIssued; } @override void update( - void Function( - GIdentitiesByNameData_identity_ownerKeyChangeAggregateBuilder)? + void Function(GAccountByPkData_accountByPk_commentsIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate build() => _build(); + GAccountByPkData_accountByPk_commentsIssued build() => _build(); - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate _build() { - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountByPkData_accountByPk_commentsIssued _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_commentsIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_commentsIssued', 'G__typename'), + authorId: authorId, + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountByPkData_accountByPk_commentsIssued', 'blockNumber'), + eventId: eventId, + hash: BuiltValueNullFieldError.checkNotNull( + hash, r'GAccountByPkData_accountByPk_commentsIssued', 'hash'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_commentsIssued', 'id'), + remark: BuiltValueNullFieldError.checkNotNull(remark, + r'GAccountByPkData_accountByPk_commentsIssued', 'remark'), + type: type); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate - extends GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate { +class _$GAccountByPkData_accountByPk_commentsIssuedAggregate + extends GAccountByPkData_accountByPk_commentsIssuedAggregate { @override final String G__typename; @override - final int count; + final GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate? + aggregate; - factory _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_commentsIssuedAggregate( [void Function( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder)? updates]) => - (new GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountByPkData_accountByPk_commentsIssuedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate', - 'count'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_commentsIssuedAggregate', 'G__typename'); } @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate rebuild( + GAccountByPkData_accountByPk_commentsIssuedAggregate rebuild( void Function( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder) + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder - toBuilder() => - new GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder() - ..replace(this); + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder toBuilder() => + new GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate && + return other is GAccountByPkData_accountByPk_commentsIssuedAggregate && G__typename == other.G__typename && - count == other.count; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -39712,374 +39128,430 @@ class _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate') + r'GAccountByPkData_accountByPk_commentsIssuedAggregate') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('aggregate', aggregate)) .toString(); } } -class GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder implements - Builder< - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate, - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder> { - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate? _$v; + Builder<GAccountByPkData_accountByPk_commentsIssuedAggregate, + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder> { + _$GAccountByPkData_accountByPk_commentsIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder? + _aggregate; + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder(); + set aggregate( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder() { - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate - ._initializeBuilder(this); + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder() { + GAccountByPkData_accountByPk_commentsIssuedAggregate._initializeBuilder( + this); } - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder - get _$this { + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate other) { + void replace(GAccountByPkData_accountByPk_commentsIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate; + _$v = other as _$GAccountByPkData_accountByPk_commentsIssuedAggregate; } @override void update( void Function( - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate build() => - _build(); + GAccountByPkData_accountByPk_commentsIssuedAggregate build() => _build(); - _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentitiesByNameData_identity_ownerKeyChangeAggregate_aggregate', - 'count')); + _$GAccountByPkData_accountByPk_commentsIssuedAggregate _build() { + _$GAccountByPkData_accountByPk_commentsIssuedAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_commentsIssuedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_commentsIssuedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_commentsIssuedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_smith - extends GIdentitiesByNameData_identity_smith { +class _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate + extends GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate { @override final String G__typename; @override - final String id; - @override - final int forged; - @override - final int index; - @override - final int? lastChanged; - @override - final int? lastForged; - @override - final BuiltList<GIdentitiesByNameData_identity_smith_smithCertIssued> - smithCertIssued; - @override - final BuiltList<GIdentitiesByNameData_identity_smith_smithCertReceived> - smithCertReceived; + final int count; - factory _$GIdentitiesByNameData_identity_smith( - [void Function(GIdentitiesByNameData_identity_smithBuilder)? + factory _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate( + [void Function( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder)? updates]) => - (new GIdentitiesByNameData_identity_smithBuilder()..update(updates)) + (new GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder() + ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_smith._( - {required this.G__typename, - required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) + _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentitiesByNameData_identity_smith', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_smith', 'id'); - BuiltValueNullFieldError.checkNotNull( - forged, r'GIdentitiesByNameData_identity_smith', 'forged'); + G__typename, + r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByNameData_identity_smith', 'index'); - BuiltValueNullFieldError.checkNotNull(smithCertIssued, - r'GIdentitiesByNameData_identity_smith', 'smithCertIssued'); - BuiltValueNullFieldError.checkNotNull(smithCertReceived, - r'GIdentitiesByNameData_identity_smith', 'smithCertReceived'); + count, + r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate', + 'count'); } @override - GIdentitiesByNameData_identity_smith rebuild( - void Function(GIdentitiesByNameData_identity_smithBuilder) updates) => + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate rebuild( + void Function( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_smithBuilder toBuilder() => - new GIdentitiesByNameData_identity_smithBuilder()..replace(this); + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + toBuilder() => + new GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_smith && + return other + is GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate && G__typename == other.G__typename && - id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentitiesByNameData_identity_smith') + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) + ..add('count', count)) .toString(); } } -class GIdentitiesByNameData_identity_smithBuilder +class GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder implements - Builder<GIdentitiesByNameData_identity_smith, - GIdentitiesByNameData_identity_smithBuilder> { - _$GIdentitiesByNameData_identity_smith? _$v; + Builder<GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate, + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; - - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; - - ListBuilder<GIdentitiesByNameData_identity_smith_smithCertIssued>? - _smithCertIssued; - ListBuilder<GIdentitiesByNameData_identity_smith_smithCertIssued> - get smithCertIssued => _$this._smithCertIssued ??= new ListBuilder< - GIdentitiesByNameData_identity_smith_smithCertIssued>(); - set smithCertIssued( - ListBuilder<GIdentitiesByNameData_identity_smith_smithCertIssued>? - smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; - - ListBuilder<GIdentitiesByNameData_identity_smith_smithCertReceived>? - _smithCertReceived; - ListBuilder<GIdentitiesByNameData_identity_smith_smithCertReceived> - get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< - GIdentitiesByNameData_identity_smith_smithCertReceived>(); - set smithCertReceived( - ListBuilder<GIdentitiesByNameData_identity_smith_smithCertReceived>? - smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GIdentitiesByNameData_identity_smithBuilder() { - GIdentitiesByNameData_identity_smith._initializeBuilder(this); + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate + ._initializeBuilder(this); } - GIdentitiesByNameData_identity_smithBuilder get _$this { + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); + _count = $v.count; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_smith other) { + void replace( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_smith; + _$v = other + as _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate; } @override void update( - void Function(GIdentitiesByNameData_identity_smithBuilder)? updates) { + void Function( + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_smith build() => _build(); + GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate build() => + _build(); - _$GIdentitiesByNameData_identity_smith _build() { - _$GIdentitiesByNameData_identity_smith _$result; - try { - _$result = _$v ?? - new _$GIdentitiesByNameData_identity_smith._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_smith', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_smith', 'id'), - forged: BuiltValueNullFieldError.checkNotNull( - forged, r'GIdentitiesByNameData_identity_smith', 'forged'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GIdentitiesByNameData_identity_smith', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_smith', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_smith_smithCertIssued - extends GIdentitiesByNameData_identity_smith_smithCertIssued { +class _$GAccountByPkData_accountByPk_identity + extends GAccountByPkData_accountByPk_identity { @override final String G__typename; @override - final String id; + final GAccountByPkData_accountByPk_identity_account? account; @override - final String? issuerId; + final String? accountId; @override - final String? receiverId; + final String? accountRemovedId; + @override + final BuiltList<GAccountByPkData_accountByPk_identity_certIssued> certIssued; + @override + final GAccountByPkData_accountByPk_identity_certIssuedAggregate + certIssuedAggregate; + @override + final BuiltList<GAccountByPkData_accountByPk_identity_certReceived> + certReceived; + @override + final GAccountByPkData_accountByPk_identity_certReceivedAggregate + certReceivedAggregate; + @override + final String? createdInId; @override final int createdOn; + @override + final int expireOn; + @override + final String id; + @override + final int index; + @override + final bool isMember; + @override + final int lastChangeOn; + @override + final BuiltList<GAccountByPkData_accountByPk_identity_linkedAccount> + linkedAccount; + @override + final GAccountByPkData_accountByPk_identity_linkedAccountAggregate + linkedAccountAggregate; + @override + final _i2.GIdentityStatusEnum? status; + @override + final BuiltList<GAccountByPkData_accountByPk_identity_membershipHistory> + membershipHistory; + @override + final GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + membershipHistoryAggregate; + @override + final String name; + @override + final BuiltList<GAccountByPkData_accountByPk_identity_ownerKeyChange> + ownerKeyChange; + @override + final GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate + ownerKeyChangeAggregate; + @override + final GAccountByPkData_accountByPk_identity_smith? smith; + @override + final BuiltList<GAccountByPkData_accountByPk_identity_udHistory>? udHistory; - factory _$GIdentitiesByNameData_identity_smith_smithCertIssued( - [void Function( - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder)? + factory _$GAccountByPkData_accountByPk_identity( + [void Function(GAccountByPkData_accountByPk_identityBuilder)? updates]) => - (new GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder() - ..update(updates)) + (new GAccountByPkData_accountByPk_identityBuilder()..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_smith_smithCertIssued._( + _$GAccountByPkData_accountByPk_identity._( {required this.G__typename, + this.account, + this.accountId, + this.accountRemovedId, + required this.certIssued, + required this.certIssuedAggregate, + required this.certReceived, + required this.certReceivedAggregate, + this.createdInId, + required this.createdOn, + required this.expireOn, required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + required this.index, + required this.isMember, + required this.lastChangeOn, + required this.linkedAccount, + required this.linkedAccountAggregate, + this.status, + required this.membershipHistory, + required this.membershipHistoryAggregate, + required this.name, + required this.ownerKeyChange, + required this.ownerKeyChangeAggregate, + this.smith, + this.udHistory}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_smith_smithCertIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_smith_smithCertIssued', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GIdentitiesByNameData_identity_smith_smithCertIssued', 'createdOn'); + G__typename, r'GAccountByPkData_accountByPk_identity', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + certIssued, r'GAccountByPkData_accountByPk_identity', 'certIssued'); + BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, + r'GAccountByPkData_accountByPk_identity', 'certIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull( + certReceived, r'GAccountByPkData_accountByPk_identity', 'certReceived'); + BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, + r'GAccountByPkData_accountByPk_identity', 'certReceivedAggregate'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountByPkData_accountByPk_identity', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountByPkData_accountByPk_identity', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity', 'id'); + BuiltValueNullFieldError.checkNotNull( + index, r'GAccountByPkData_accountByPk_identity', 'index'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountByPkData_accountByPk_identity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GAccountByPkData_accountByPk_identity', 'lastChangeOn'); + BuiltValueNullFieldError.checkNotNull(linkedAccount, + r'GAccountByPkData_accountByPk_identity', 'linkedAccount'); + BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, + r'GAccountByPkData_accountByPk_identity', 'linkedAccountAggregate'); + BuiltValueNullFieldError.checkNotNull(membershipHistory, + r'GAccountByPkData_accountByPk_identity', 'membershipHistory'); + BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, + r'GAccountByPkData_accountByPk_identity', 'membershipHistoryAggregate'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountByPkData_accountByPk_identity', 'name'); + BuiltValueNullFieldError.checkNotNull(ownerKeyChange, + r'GAccountByPkData_accountByPk_identity', 'ownerKeyChange'); + BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, + r'GAccountByPkData_accountByPk_identity', 'ownerKeyChangeAggregate'); } @override - GIdentitiesByNameData_identity_smith_smithCertIssued rebuild( - void Function( - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder) + GAccountByPkData_accountByPk_identity rebuild( + void Function(GAccountByPkData_accountByPk_identityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder toBuilder() => - new GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder() - ..replace(this); + GAccountByPkData_accountByPk_identityBuilder toBuilder() => + new GAccountByPkData_accountByPk_identityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_smith_smithCertIssued && + return other is GAccountByPkData_accountByPk_identity && G__typename == other.G__typename && + account == other.account && + accountId == other.accountId && + accountRemovedId == other.accountRemovedId && + certIssued == other.certIssued && + certIssuedAggregate == other.certIssuedAggregate && + certReceived == other.certReceived && + certReceivedAggregate == other.certReceivedAggregate && + createdInId == other.createdInId && + createdOn == other.createdOn && + expireOn == other.expireOn && id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + index == other.index && + isMember == other.isMember && + lastChangeOn == other.lastChangeOn && + linkedAccount == other.linkedAccount && + linkedAccountAggregate == other.linkedAccountAggregate && + status == other.status && + membershipHistory == other.membershipHistory && + membershipHistoryAggregate == other.membershipHistoryAggregate && + name == other.name && + ownerKeyChange == other.ownerKeyChange && + ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && + smith == other.smith && + udHistory == other.udHistory; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, accountRemovedId.hashCode); + _$hash = $jc(_$hash, certIssued.hashCode); + _$hash = $jc(_$hash, certIssuedAggregate.hashCode); + _$hash = $jc(_$hash, certReceived.hashCode); + _$hash = $jc(_$hash, certReceivedAggregate.hashCode); + _$hash = $jc(_$hash, createdInId.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, lastChangeOn.hashCode); + _$hash = $jc(_$hash, linkedAccount.hashCode); + _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, membershipHistory.hashCode); + _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, ownerKeyChange.hashCode); + _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); + _$hash = $jc(_$hash, smith.hashCode); + _$hash = $jc(_$hash, udHistory.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -40087,155 +39559,386 @@ class _$GIdentitiesByNameData_identity_smith_smithCertIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_smith_smithCertIssued') + r'GAccountByPkData_accountByPk_identity') ..add('G__typename', G__typename) + ..add('account', account) + ..add('accountId', accountId) + ..add('accountRemovedId', accountRemovedId) + ..add('certIssued', certIssued) + ..add('certIssuedAggregate', certIssuedAggregate) + ..add('certReceived', certReceived) + ..add('certReceivedAggregate', certReceivedAggregate) + ..add('createdInId', createdInId) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('index', index) + ..add('isMember', isMember) + ..add('lastChangeOn', lastChangeOn) + ..add('linkedAccount', linkedAccount) + ..add('linkedAccountAggregate', linkedAccountAggregate) + ..add('status', status) + ..add('membershipHistory', membershipHistory) + ..add('membershipHistoryAggregate', membershipHistoryAggregate) + ..add('name', name) + ..add('ownerKeyChange', ownerKeyChange) + ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) + ..add('smith', smith) + ..add('udHistory', udHistory)) .toString(); } } -class GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder +class GAccountByPkData_accountByPk_identityBuilder implements - Builder<GIdentitiesByNameData_identity_smith_smithCertIssued, - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder> { - _$GIdentitiesByNameData_identity_smith_smithCertIssued? _$v; + Builder<GAccountByPkData_accountByPk_identity, + GAccountByPkData_accountByPk_identityBuilder> { + _$GAccountByPkData_accountByPk_identity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GAccountByPkData_accountByPk_identity_accountBuilder? _account; + GAccountByPkData_accountByPk_identity_accountBuilder get account => + _$this._account ??= + new GAccountByPkData_accountByPk_identity_accountBuilder(); + set account(GAccountByPkData_accountByPk_identity_accountBuilder? account) => + _$this._account = account; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + String? _accountRemovedId; + String? get accountRemovedId => _$this._accountRemovedId; + set accountRemovedId(String? accountRemovedId) => + _$this._accountRemovedId = accountRemovedId; + + ListBuilder<GAccountByPkData_accountByPk_identity_certIssued>? _certIssued; + ListBuilder<GAccountByPkData_accountByPk_identity_certIssued> + get certIssued => _$this._certIssued ??= + new ListBuilder<GAccountByPkData_accountByPk_identity_certIssued>(); + set certIssued( + ListBuilder<GAccountByPkData_accountByPk_identity_certIssued>? + certIssued) => + _$this._certIssued = certIssued; + + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder? + _certIssuedAggregate; + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder + get certIssuedAggregate => _$this._certIssuedAggregate ??= + new GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder(); + set certIssuedAggregate( + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder? + certIssuedAggregate) => + _$this._certIssuedAggregate = certIssuedAggregate; + + ListBuilder<GAccountByPkData_accountByPk_identity_certReceived>? + _certReceived; + ListBuilder<GAccountByPkData_accountByPk_identity_certReceived> + get certReceived => _$this._certReceived ??= + new ListBuilder<GAccountByPkData_accountByPk_identity_certReceived>(); + set certReceived( + ListBuilder<GAccountByPkData_accountByPk_identity_certReceived>? + certReceived) => + _$this._certReceived = certReceived; + + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder? + _certReceivedAggregate; + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder + get certReceivedAggregate => _$this._certReceivedAggregate ??= + new GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder(); + set certReceivedAggregate( + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder? + certReceivedAggregate) => + _$this._certReceivedAggregate = certReceivedAggregate; + + String? _createdInId; + String? get createdInId => _$this._createdInId; + set createdInId(String? createdInId) => _$this._createdInId = createdInId; int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder() { - GIdentitiesByNameData_identity_smith_smithCertIssued._initializeBuilder( - this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + int? _lastChangeOn; + int? get lastChangeOn => _$this._lastChangeOn; + set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; + + ListBuilder<GAccountByPkData_accountByPk_identity_linkedAccount>? + _linkedAccount; + ListBuilder<GAccountByPkData_accountByPk_identity_linkedAccount> + get linkedAccount => _$this._linkedAccount ??= new ListBuilder< + GAccountByPkData_accountByPk_identity_linkedAccount>(); + set linkedAccount( + ListBuilder<GAccountByPkData_accountByPk_identity_linkedAccount>? + linkedAccount) => + _$this._linkedAccount = linkedAccount; + + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder? + _linkedAccountAggregate; + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder + get linkedAccountAggregate => _$this._linkedAccountAggregate ??= + new GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder(); + set linkedAccountAggregate( + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder? + linkedAccountAggregate) => + _$this._linkedAccountAggregate = linkedAccountAggregate; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + ListBuilder<GAccountByPkData_accountByPk_identity_membershipHistory>? + _membershipHistory; + ListBuilder<GAccountByPkData_accountByPk_identity_membershipHistory> + get membershipHistory => _$this._membershipHistory ??= new ListBuilder< + GAccountByPkData_accountByPk_identity_membershipHistory>(); + set membershipHistory( + ListBuilder<GAccountByPkData_accountByPk_identity_membershipHistory>? + membershipHistory) => + _$this._membershipHistory = membershipHistory; + + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder? + _membershipHistoryAggregate; + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder + get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= + new GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder(); + set membershipHistoryAggregate( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder? + membershipHistoryAggregate) => + _$this._membershipHistoryAggregate = membershipHistoryAggregate; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + ListBuilder<GAccountByPkData_accountByPk_identity_ownerKeyChange>? + _ownerKeyChange; + ListBuilder<GAccountByPkData_accountByPk_identity_ownerKeyChange> + get ownerKeyChange => _$this._ownerKeyChange ??= new ListBuilder< + GAccountByPkData_accountByPk_identity_ownerKeyChange>(); + set ownerKeyChange( + ListBuilder<GAccountByPkData_accountByPk_identity_ownerKeyChange>? + ownerKeyChange) => + _$this._ownerKeyChange = ownerKeyChange; + + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder? + _ownerKeyChangeAggregate; + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder + get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= + new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder(); + set ownerKeyChangeAggregate( + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder? + ownerKeyChangeAggregate) => + _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; + + GAccountByPkData_accountByPk_identity_smithBuilder? _smith; + GAccountByPkData_accountByPk_identity_smithBuilder get smith => + _$this._smith ??= + new GAccountByPkData_accountByPk_identity_smithBuilder(); + set smith(GAccountByPkData_accountByPk_identity_smithBuilder? smith) => + _$this._smith = smith; + + ListBuilder<GAccountByPkData_accountByPk_identity_udHistory>? _udHistory; + ListBuilder<GAccountByPkData_accountByPk_identity_udHistory> get udHistory => + _$this._udHistory ??= + new ListBuilder<GAccountByPkData_accountByPk_identity_udHistory>(); + set udHistory( + ListBuilder<GAccountByPkData_accountByPk_identity_udHistory>? + udHistory) => + _$this._udHistory = udHistory; + + GAccountByPkData_accountByPk_identityBuilder() { + GAccountByPkData_accountByPk_identity._initializeBuilder(this); } - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder get _$this { + GAccountByPkData_accountByPk_identityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; + _account = $v.account?.toBuilder(); + _accountId = $v.accountId; + _accountRemovedId = $v.accountRemovedId; + _certIssued = $v.certIssued.toBuilder(); + _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); + _certReceived = $v.certReceived.toBuilder(); + _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); + _createdInId = $v.createdInId; _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _id = $v.id; + _index = $v.index; + _isMember = $v.isMember; + _lastChangeOn = $v.lastChangeOn; + _linkedAccount = $v.linkedAccount.toBuilder(); + _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); + _status = $v.status; + _membershipHistory = $v.membershipHistory.toBuilder(); + _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); + _name = $v.name; + _ownerKeyChange = $v.ownerKeyChange.toBuilder(); + _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); + _smith = $v.smith?.toBuilder(); + _udHistory = $v.udHistory?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_smith_smithCertIssued other) { + void replace(GAccountByPkData_accountByPk_identity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_smith_smithCertIssued; + _$v = other as _$GAccountByPkData_accountByPk_identity; } @override void update( - void Function( - GIdentitiesByNameData_identity_smith_smithCertIssuedBuilder)? - updates) { + void Function(GAccountByPkData_accountByPk_identityBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_smith_smithCertIssued build() => _build(); + GAccountByPkData_accountByPk_identity build() => _build(); - _$GIdentitiesByNameData_identity_smith_smithCertIssued _build() { - final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_smith_smithCertIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_smith_smithCertIssued', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GIdentitiesByNameData_identity_smith_smithCertIssued', 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GIdentitiesByNameData_identity_smith_smithCertIssued', - 'createdOn')); + _$GAccountByPkData_accountByPk_identity _build() { + _$GAccountByPkData_accountByPk_identity _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountByPkData_accountByPk_identity', 'G__typename'), + account: _account?.build(), + accountId: accountId, + accountRemovedId: accountRemovedId, + certIssued: certIssued.build(), + certIssuedAggregate: certIssuedAggregate.build(), + certReceived: certReceived.build(), + certReceivedAggregate: certReceivedAggregate.build(), + createdInId: createdInId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountByPkData_accountByPk_identity', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountByPkData_accountByPk_identity', 'expireOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity', 'id'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GAccountByPkData_accountByPk_identity', 'index'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountByPkData_accountByPk_identity', 'isMember'), + lastChangeOn: BuiltValueNullFieldError.checkNotNull(lastChangeOn, + r'GAccountByPkData_accountByPk_identity', 'lastChangeOn'), + linkedAccount: linkedAccount.build(), + linkedAccountAggregate: linkedAccountAggregate.build(), + status: status, + membershipHistory: membershipHistory.build(), + membershipHistoryAggregate: membershipHistoryAggregate.build(), + name: BuiltValueNullFieldError.checkNotNull(name, r'GAccountByPkData_accountByPk_identity', 'name'), + ownerKeyChange: ownerKeyChange.build(), + ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), + smith: _smith?.build(), + udHistory: _udHistory?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + + _$failedField = 'certIssued'; + certIssued.build(); + _$failedField = 'certIssuedAggregate'; + certIssuedAggregate.build(); + _$failedField = 'certReceived'; + certReceived.build(); + _$failedField = 'certReceivedAggregate'; + certReceivedAggregate.build(); + + _$failedField = 'linkedAccount'; + linkedAccount.build(); + _$failedField = 'linkedAccountAggregate'; + linkedAccountAggregate.build(); + + _$failedField = 'membershipHistory'; + membershipHistory.build(); + _$failedField = 'membershipHistoryAggregate'; + membershipHistoryAggregate.build(); + + _$failedField = 'ownerKeyChange'; + ownerKeyChange.build(); + _$failedField = 'ownerKeyChangeAggregate'; + ownerKeyChangeAggregate.build(); + _$failedField = 'smith'; + _smith?.build(); + _$failedField = 'udHistory'; + _udHistory?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_identity', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_smith_smithCertReceived - extends GIdentitiesByNameData_identity_smith_smithCertReceived { +class _$GAccountByPkData_accountByPk_identity_account + extends GAccountByPkData_accountByPk_identity_account { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override final int createdOn; - factory _$GIdentitiesByNameData_identity_smith_smithCertReceived( - [void Function( - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder)? + factory _$GAccountByPkData_accountByPk_identity_account( + [void Function(GAccountByPkData_accountByPk_identity_accountBuilder)? updates]) => - (new GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder() + (new GAccountByPkData_accountByPk_identity_accountBuilder() ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_smith_smithCertReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GAccountByPkData_accountByPk_identity_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentitiesByNameData_identity_smith_smithCertReceived', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_smith_smithCertReceived', 'id'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_identity_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull(createdOn, - r'GIdentitiesByNameData_identity_smith_smithCertReceived', 'createdOn'); + r'GAccountByPkData_accountByPk_identity_account', 'createdOn'); } @override - GIdentitiesByNameData_identity_smith_smithCertReceived rebuild( - void Function( - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder) + GAccountByPkData_accountByPk_identity_account rebuild( + void Function(GAccountByPkData_accountByPk_identity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder toBuilder() => - new GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder() - ..replace(this); + GAccountByPkData_accountByPk_identity_accountBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_smith_smithCertReceived && + return other is GAccountByPkData_accountByPk_identity_account && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && createdOn == other.createdOn; } @@ -40243,9 +39946,6 @@ class _$GIdentitiesByNameData_identity_smith_smithCertReceived int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; @@ -40254,54 +39954,35 @@ class _$GIdentitiesByNameData_identity_smith_smithCertReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_smith_smithCertReceived') + r'GAccountByPkData_accountByPk_identity_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) ..add('createdOn', createdOn)) .toString(); } } -class GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder +class GAccountByPkData_accountByPk_identity_accountBuilder implements - Builder<GIdentitiesByNameData_identity_smith_smithCertReceived, - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder> { - _$GIdentitiesByNameData_identity_smith_smithCertReceived? _$v; + Builder<GAccountByPkData_accountByPk_identity_account, + GAccountByPkData_accountByPk_identity_accountBuilder> { + _$GAccountByPkData_accountByPk_identity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder() { - GIdentitiesByNameData_identity_smith_smithCertReceived._initializeBuilder( - this); + GAccountByPkData_accountByPk_identity_accountBuilder() { + GAccountByPkData_accountByPk_identity_account._initializeBuilder(this); } - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder get _$this { + GAccountByPkData_accountByPk_identity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; _createdOn = $v.createdOn; _$v = null; } @@ -40309,95 +39990,117 @@ class GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder } @override - void replace(GIdentitiesByNameData_identity_smith_smithCertReceived other) { + void replace(GAccountByPkData_accountByPk_identity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_smith_smithCertReceived; + _$v = other as _$GAccountByPkData_accountByPk_identity_account; } @override void update( - void Function( - GIdentitiesByNameData_identity_smith_smithCertReceivedBuilder)? + void Function(GAccountByPkData_accountByPk_identity_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_smith_smithCertReceived build() => _build(); + GAccountByPkData_accountByPk_identity_account build() => _build(); - _$GIdentitiesByNameData_identity_smith_smithCertReceived _build() { + _$GAccountByPkData_accountByPk_identity_account _build() { final _$result = _$v ?? - new _$GIdentitiesByNameData_identity_smith_smithCertReceived._( + new _$GAccountByPkData_accountByPk_identity_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentitiesByNameData_identity_smith_smithCertReceived', + r'GAccountByPkData_accountByPk_identity_account', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GIdentitiesByNameData_identity_smith_smithCertReceived', - 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GIdentitiesByNameData_identity_smith_smithCertReceived', - 'createdOn')); + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountByPkData_accountByPk_identity_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentitiesByNameData_identity_udHistory - extends GIdentitiesByNameData_identity_udHistory { +class _$GAccountByPkData_accountByPk_identity_certIssued + extends GAccountByPkData_accountByPk_identity_certIssued { @override final String G__typename; @override final String id; @override - final int amount; + final String? issuerId; @override - final _i2.Gtimestamptz timestamp; + final GAccountByPkData_accountByPk_identity_certIssued_issuer? issuer; + @override + final String? receiverId; + @override + final GAccountByPkData_accountByPk_identity_certIssued_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GIdentitiesByNameData_identity_udHistory( - [void Function(GIdentitiesByNameData_identity_udHistoryBuilder)? + factory _$GAccountByPkData_accountByPk_identity_certIssued( + [void Function( + GAccountByPkData_accountByPk_identity_certIssuedBuilder)? updates]) => - (new GIdentitiesByNameData_identity_udHistoryBuilder()..update(updates)) + (new GAccountByPkData_accountByPk_identity_certIssuedBuilder() + ..update(updates)) ._build(); - _$GIdentitiesByNameData_identity_udHistory._( + _$GAccountByPkData_accountByPk_identity_certIssued._( {required this.G__typename, required this.id, - required this.amount, - required this.timestamp}) + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_udHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_udHistory', 'id'); - BuiltValueNullFieldError.checkNotNull( - amount, r'GIdentitiesByNameData_identity_udHistory', 'amount'); + r'GAccountByPkData_accountByPk_identity_certIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - timestamp, r'GIdentitiesByNameData_identity_udHistory', 'timestamp'); + id, r'GAccountByPkData_accountByPk_identity_certIssued', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountByPkData_accountByPk_identity_certIssued', 'createdOn'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountByPkData_accountByPk_identity_certIssued', 'expireOn'); + BuiltValueNullFieldError.checkNotNull(isActive, + r'GAccountByPkData_accountByPk_identity_certIssued', 'isActive'); + BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GAccountByPkData_accountByPk_identity_certIssued', 'updatedOn'); } @override - GIdentitiesByNameData_identity_udHistory rebuild( - void Function(GIdentitiesByNameData_identity_udHistoryBuilder) + GAccountByPkData_accountByPk_identity_certIssued rebuild( + void Function(GAccountByPkData_accountByPk_identity_certIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentitiesByNameData_identity_udHistoryBuilder toBuilder() => - new GIdentitiesByNameData_identity_udHistoryBuilder()..replace(this); + GAccountByPkData_accountByPk_identity_certIssuedBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_certIssuedBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentitiesByNameData_identity_udHistory && + return other is GAccountByPkData_accountByPk_identity_certIssued && G__typename == other.G__typename && id == other.id && - amount == other.amount && - timestamp == other.timestamp; + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override @@ -40405,8 +40108,14 @@ class _$GIdentitiesByNameData_identity_udHistory var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -40414,20 +40123,26 @@ class _$GIdentitiesByNameData_identity_udHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentitiesByNameData_identity_udHistory') + r'GAccountByPkData_accountByPk_identity_certIssued') ..add('G__typename', G__typename) ..add('id', id) - ..add('amount', amount) - ..add('timestamp', timestamp)) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GIdentitiesByNameData_identity_udHistoryBuilder +class GAccountByPkData_accountByPk_identity_certIssuedBuilder implements - Builder<GIdentitiesByNameData_identity_udHistory, - GIdentitiesByNameData_identity_udHistoryBuilder> { - _$GIdentitiesByNameData_identity_udHistory? _$v; + Builder<GAccountByPkData_accountByPk_identity_certIssued, + GAccountByPkData_accountByPk_identity_certIssuedBuilder> { + _$GAccountByPkData_accountByPk_identity_certIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -40437,67 +40152,122 @@ class GIdentitiesByNameData_identity_udHistoryBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; - - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; - - GIdentitiesByNameData_identity_udHistoryBuilder() { - GIdentitiesByNameData_identity_udHistory._initializeBuilder(this); - } + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - GIdentitiesByNameData_identity_udHistoryBuilder get _$this { - final $v = _$v; + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder? _issuer; + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder get issuer => + _$this._issuer ??= + new GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder(); + set issuer( + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder? + issuer) => + _$this._issuer = issuer; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder? _receiver; + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder + get receiver => _$this._receiver ??= + new GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder(); + set receiver( + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder? + receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GAccountByPkData_accountByPk_identity_certIssuedBuilder() { + GAccountByPkData_accountByPk_identity_certIssued._initializeBuilder(this); + } + + GAccountByPkData_accountByPk_identity_certIssuedBuilder get _$this { + final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _amount = $v.amount; - _timestamp = $v.timestamp.toBuilder(); + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GIdentitiesByNameData_identity_udHistory other) { + void replace(GAccountByPkData_accountByPk_identity_certIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentitiesByNameData_identity_udHistory; + _$v = other as _$GAccountByPkData_accountByPk_identity_certIssued; } @override void update( - void Function(GIdentitiesByNameData_identity_udHistoryBuilder)? updates) { + void Function(GAccountByPkData_accountByPk_identity_certIssuedBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentitiesByNameData_identity_udHistory build() => _build(); + GAccountByPkData_accountByPk_identity_certIssued build() => _build(); - _$GIdentitiesByNameData_identity_udHistory _build() { - _$GIdentitiesByNameData_identity_udHistory _$result; + _$GAccountByPkData_accountByPk_identity_certIssued _build() { + _$GAccountByPkData_accountByPk_identity_certIssued _$result; try { _$result = _$v ?? - new _$GIdentitiesByNameData_identity_udHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentitiesByNameData_identity_udHistory', 'G__typename'), + new _$GAccountByPkData_accountByPk_identity_certIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued', + 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentitiesByNameData_identity_udHistory', 'id'), - amount: BuiltValueNullFieldError.checkNotNull(amount, - r'GIdentitiesByNameData_identity_udHistory', 'amount'), - timestamp: timestamp.build()); + id, r'GAccountByPkData_accountByPk_identity_certIssued', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountByPkData_accountByPk_identity_certIssued', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountByPkData_accountByPk_identity_certIssued', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountByPkData_accountByPk_identity_certIssued', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull( + updatedOn, + r'GAccountByPkData_accountByPk_identity_certIssued', + 'updatedOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'timestamp'; - timestamp.build(); + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentitiesByNameData_identity_udHistory', + r'GAccountByPkData_accountByPk_identity_certIssued', _$failedField, e.toString()); } @@ -40508,114 +40278,233 @@ class GIdentitiesByNameData_identity_udHistoryBuilder } } -class _$GAccountByPkData extends GAccountByPkData { +class _$GAccountByPkData_accountByPk_identity_certIssued_issuer + extends GAccountByPkData_accountByPk_identity_certIssued_issuer { @override final String G__typename; @override - final GAccountByPkData_accountByPk? accountByPk; + final String? accountId; + @override + final GAccountByPkData_accountByPk_identity_certIssued_issuer_account? + account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GAccountByPkData( - [void Function(GAccountByPkDataBuilder)? updates]) => - (new GAccountByPkDataBuilder()..update(updates))._build(); + factory _$GAccountByPkData_accountByPk_identity_certIssued_issuer( + [void Function( + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder() + ..update(updates)) + ._build(); - _$GAccountByPkData._({required this.G__typename, this.accountByPk}) + _$GAccountByPkData_accountByPk_identity_certIssued_issuer._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountByPkData', 'G__typename'); + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_certIssued_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull(name, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', 'expireOn'); } @override - GAccountByPkData rebuild(void Function(GAccountByPkDataBuilder) updates) => + GAccountByPkData_accountByPk_identity_certIssued_issuer rebuild( + void Function( + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkDataBuilder toBuilder() => - new GAccountByPkDataBuilder()..replace(this); + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData && + return other is GAccountByPkData_accountByPk_identity_certIssued_issuer && G__typename == other.G__typename && - accountByPk == other.accountByPk; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountByPk.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountByPkData') + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_identity_certIssued_issuer') ..add('G__typename', G__typename) - ..add('accountByPk', accountByPk)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountByPkDataBuilder - implements Builder<GAccountByPkData, GAccountByPkDataBuilder> { - _$GAccountByPkData? _$v; +class GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder + implements + Builder<GAccountByPkData_accountByPk_identity_certIssued_issuer, + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder> { + _$GAccountByPkData_accountByPk_identity_certIssued_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPkBuilder? _accountByPk; - GAccountByPkData_accountByPkBuilder get accountByPk => - _$this._accountByPk ??= new GAccountByPkData_accountByPkBuilder(); - set accountByPk(GAccountByPkData_accountByPkBuilder? accountByPk) => - _$this._accountByPk = accountByPk; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GAccountByPkDataBuilder() { - GAccountByPkData._initializeBuilder(this); + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder? + _account; + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder + get account => _$this._account ??= + new GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder(); + set account( + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder() { + GAccountByPkData_accountByPk_identity_certIssued_issuer._initializeBuilder( + this); } - GAccountByPkDataBuilder get _$this { + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountByPk = $v.accountByPk?.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountByPkData other) { + void replace(GAccountByPkData_accountByPk_identity_certIssued_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData; + _$v = other as _$GAccountByPkData_accountByPk_identity_certIssued_issuer; } @override - void update(void Function(GAccountByPkDataBuilder)? updates) { + void update( + void Function( + GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountByPkData build() => _build(); + GAccountByPkData_accountByPk_identity_certIssued_issuer build() => _build(); - _$GAccountByPkData _build() { - _$GAccountByPkData _$result; + _$GAccountByPkData_accountByPk_identity_certIssued_issuer _build() { + _$GAccountByPkData_accountByPk_identity_certIssued_issuer _$result; try { _$result = _$v ?? - new _$GAccountByPkData._( + new _$GAccountByPkData_accountByPk_identity_certIssued_issuer._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountByPkData', 'G__typename'), - accountByPk: _accountByPk?.build()); + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_certIssued_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'accountByPk'; - _accountByPk?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData', _$failedField, e.toString()); + r'GAccountByPkData_accountByPk_identity_certIssued_issuer', + _$failedField, + e.toString()); } rethrow; } @@ -40624,406 +40513,374 @@ class GAccountByPkDataBuilder } } -class _$GAccountByPkData_accountByPk extends GAccountByPkData_accountByPk { +class _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account + extends GAccountByPkData_accountByPk_identity_certIssued_issuer_account { @override final String G__typename; @override - final BuiltList<GAccountByPkData_accountByPk_commentsIssued> commentsIssued; - @override - final GAccountByPkData_accountByPk_commentsIssuedAggregate - commentsIssuedAggregate; - @override final int createdOn; - @override - final String id; - @override - final GAccountByPkData_accountByPk_identity? identity; - @override - final bool isActive; - @override - final GAccountByPkData_accountByPk_linkedIdentity? linkedIdentity; - @override - final BuiltList<GAccountByPkData_accountByPk_removedIdentities> - removedIdentities; - @override - final GAccountByPkData_accountByPk_removedIdentitiesAggregate - removedIdentitiesAggregate; - @override - final BuiltList<GAccountByPkData_accountByPk_transfersIssued> transfersIssued; - @override - final GAccountByPkData_accountByPk_transfersIssuedAggregate - transfersIssuedAggregate; - @override - final BuiltList<GAccountByPkData_accountByPk_transfersReceived> - transfersReceived; - @override - final GAccountByPkData_accountByPk_transfersReceivedAggregate - transfersReceivedAggregate; - @override - final BuiltList<GAccountByPkData_accountByPk_wasIdentity> wasIdentity; - @override - final GAccountByPkData_accountByPk_wasIdentityAggregate wasIdentityAggregate; - factory _$GAccountByPkData_accountByPk( - [void Function(GAccountByPkData_accountByPkBuilder)? updates]) => - (new GAccountByPkData_accountByPkBuilder()..update(updates))._build(); + factory _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account( + [void Function( + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder() + ..update(updates)) + ._build(); - _$GAccountByPkData_accountByPk._( - {required this.G__typename, - required this.commentsIssued, - required this.commentsIssuedAggregate, - required this.createdOn, - required this.id, - this.identity, - required this.isActive, - this.linkedIdentity, - required this.removedIdentities, - required this.removedIdentitiesAggregate, - required this.transfersIssued, - required this.transfersIssuedAggregate, - required this.transfersReceived, - required this.transfersReceivedAggregate, - required this.wasIdentity, - required this.wasIdentityAggregate}) + _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountByPkData_accountByPk', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - commentsIssued, r'GAccountByPkData_accountByPk', 'commentsIssued'); - BuiltValueNullFieldError.checkNotNull(commentsIssuedAggregate, - r'GAccountByPkData_accountByPk', 'commentsIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountByPkData_accountByPk', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk', 'id'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountByPkData_accountByPk', 'isActive'); - BuiltValueNullFieldError.checkNotNull(removedIdentities, - r'GAccountByPkData_accountByPk', 'removedIdentities'); - BuiltValueNullFieldError.checkNotNull(removedIdentitiesAggregate, - r'GAccountByPkData_accountByPk', 'removedIdentitiesAggregate'); - BuiltValueNullFieldError.checkNotNull( - transfersIssued, r'GAccountByPkData_accountByPk', 'transfersIssued'); - BuiltValueNullFieldError.checkNotNull(transfersIssuedAggregate, - r'GAccountByPkData_accountByPk', 'transfersIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull(transfersReceived, - r'GAccountByPkData_accountByPk', 'transfersReceived'); - BuiltValueNullFieldError.checkNotNull(transfersReceivedAggregate, - r'GAccountByPkData_accountByPk', 'transfersReceivedAggregate'); + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer_account', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - wasIdentity, r'GAccountByPkData_accountByPk', 'wasIdentity'); - BuiltValueNullFieldError.checkNotNull(wasIdentityAggregate, - r'GAccountByPkData_accountByPk', 'wasIdentityAggregate'); + createdOn, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer_account', + 'createdOn'); } @override - GAccountByPkData_accountByPk rebuild( - void Function(GAccountByPkData_accountByPkBuilder) updates) => + GAccountByPkData_accountByPk_identity_certIssued_issuer_account rebuild( + void Function( + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPkBuilder toBuilder() => - new GAccountByPkData_accountByPkBuilder()..replace(this); + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder + toBuilder() => + new GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk && + return other + is GAccountByPkData_accountByPk_identity_certIssued_issuer_account && G__typename == other.G__typename && - commentsIssued == other.commentsIssued && - commentsIssuedAggregate == other.commentsIssuedAggregate && - createdOn == other.createdOn && - id == other.id && - identity == other.identity && - isActive == other.isActive && - linkedIdentity == other.linkedIdentity && - removedIdentities == other.removedIdentities && - removedIdentitiesAggregate == other.removedIdentitiesAggregate && - transfersIssued == other.transfersIssued && - transfersIssuedAggregate == other.transfersIssuedAggregate && - transfersReceived == other.transfersReceived && - transfersReceivedAggregate == other.transfersReceivedAggregate && - wasIdentity == other.wasIdentity && - wasIdentityAggregate == other.wasIdentityAggregate; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, commentsIssued.hashCode); - _$hash = $jc(_$hash, commentsIssuedAggregate.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identity.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, linkedIdentity.hashCode); - _$hash = $jc(_$hash, removedIdentities.hashCode); - _$hash = $jc(_$hash, removedIdentitiesAggregate.hashCode); - _$hash = $jc(_$hash, transfersIssued.hashCode); - _$hash = $jc(_$hash, transfersIssuedAggregate.hashCode); - _$hash = $jc(_$hash, transfersReceived.hashCode); - _$hash = $jc(_$hash, transfersReceivedAggregate.hashCode); - _$hash = $jc(_$hash, wasIdentity.hashCode); - _$hash = $jc(_$hash, wasIdentityAggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountByPkData_accountByPk') + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_identity_certIssued_issuer_account') ..add('G__typename', G__typename) - ..add('commentsIssued', commentsIssued) - ..add('commentsIssuedAggregate', commentsIssuedAggregate) - ..add('createdOn', createdOn) - ..add('id', id) - ..add('identity', identity) - ..add('isActive', isActive) - ..add('linkedIdentity', linkedIdentity) - ..add('removedIdentities', removedIdentities) - ..add('removedIdentitiesAggregate', removedIdentitiesAggregate) - ..add('transfersIssued', transfersIssued) - ..add('transfersIssuedAggregate', transfersIssuedAggregate) - ..add('transfersReceived', transfersReceived) - ..add('transfersReceivedAggregate', transfersReceivedAggregate) - ..add('wasIdentity', wasIdentity) - ..add('wasIdentityAggregate', wasIdentityAggregate)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPkBuilder +class GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder implements - Builder<GAccountByPkData_accountByPk, - GAccountByPkData_accountByPkBuilder> { - _$GAccountByPkData_accountByPk? _$v; + Builder<GAccountByPkData_accountByPk_identity_certIssued_issuer_account, + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder> { + _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GAccountByPkData_accountByPk_commentsIssued>? _commentsIssued; - ListBuilder<GAccountByPkData_accountByPk_commentsIssued> get commentsIssued => - _$this._commentsIssued ??= - new ListBuilder<GAccountByPkData_accountByPk_commentsIssued>(); - set commentsIssued( - ListBuilder<GAccountByPkData_accountByPk_commentsIssued>? - commentsIssued) => - _$this._commentsIssued = commentsIssued; - - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder? - _commentsIssuedAggregate; - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder - get commentsIssuedAggregate => _$this._commentsIssuedAggregate ??= - new GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder(); - set commentsIssuedAggregate( - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder? - commentsIssuedAggregate) => - _$this._commentsIssuedAggregate = commentsIssuedAggregate; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder() { + GAccountByPkData_accountByPk_identity_certIssued_issuer_account + ._initializeBuilder(this); + } - GAccountByPkData_accountByPk_identityBuilder? _identity; - GAccountByPkData_accountByPk_identityBuilder get identity => - _$this._identity ??= new GAccountByPkData_accountByPk_identityBuilder(); - set identity(GAccountByPkData_accountByPk_identityBuilder? identity) => - _$this._identity = identity; + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder + get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _createdOn = $v.createdOn; + _$v = null; + } + return this; + } - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + @override + void replace( + GAccountByPkData_accountByPk_identity_certIssued_issuer_account other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other + as _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account; + } - GAccountByPkData_accountByPk_linkedIdentityBuilder? _linkedIdentity; - GAccountByPkData_accountByPk_linkedIdentityBuilder get linkedIdentity => - _$this._linkedIdentity ??= - new GAccountByPkData_accountByPk_linkedIdentityBuilder(); - set linkedIdentity( - GAccountByPkData_accountByPk_linkedIdentityBuilder? linkedIdentity) => - _$this._linkedIdentity = linkedIdentity; + @override + void update( + void Function( + GAccountByPkData_accountByPk_identity_certIssued_issuer_accountBuilder)? + updates) { + if (updates != null) updates(this); + } - ListBuilder<GAccountByPkData_accountByPk_removedIdentities>? - _removedIdentities; - ListBuilder<GAccountByPkData_accountByPk_removedIdentities> - get removedIdentities => _$this._removedIdentities ??= - new ListBuilder<GAccountByPkData_accountByPk_removedIdentities>(); - set removedIdentities( - ListBuilder<GAccountByPkData_accountByPk_removedIdentities>? - removedIdentities) => - _$this._removedIdentities = removedIdentities; + @override + GAccountByPkData_accountByPk_identity_certIssued_issuer_account build() => + _build(); - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder? - _removedIdentitiesAggregate; - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder - get removedIdentitiesAggregate => _$this._removedIdentitiesAggregate ??= - new GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder(); - set removedIdentitiesAggregate( - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder? - removedIdentitiesAggregate) => - _$this._removedIdentitiesAggregate = removedIdentitiesAggregate; + _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_certIssued_issuer_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_identity_certIssued_issuer_account', + 'createdOn')); + replace(_$result); + return _$result; + } +} - ListBuilder<GAccountByPkData_accountByPk_transfersIssued>? _transfersIssued; - ListBuilder<GAccountByPkData_accountByPk_transfersIssued> - get transfersIssued => _$this._transfersIssued ??= - new ListBuilder<GAccountByPkData_accountByPk_transfersIssued>(); - set transfersIssued( - ListBuilder<GAccountByPkData_accountByPk_transfersIssued>? - transfersIssued) => - _$this._transfersIssued = transfersIssued; +class _$GAccountByPkData_accountByPk_identity_certIssued_receiver + extends GAccountByPkData_accountByPk_identity_certIssued_receiver { + @override + final String G__typename; + @override + final String? accountId; + @override + final GAccountByPkData_accountByPk_identity_certIssued_receiver_account? + account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder? - _transfersIssuedAggregate; - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder - get transfersIssuedAggregate => _$this._transfersIssuedAggregate ??= - new GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder(); - set transfersIssuedAggregate( - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder? - transfersIssuedAggregate) => - _$this._transfersIssuedAggregate = transfersIssuedAggregate; + factory _$GAccountByPkData_accountByPk_identity_certIssued_receiver( + [void Function( + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder() + ..update(updates)) + ._build(); - ListBuilder<GAccountByPkData_accountByPk_transfersReceived>? - _transfersReceived; - ListBuilder<GAccountByPkData_accountByPk_transfersReceived> - get transfersReceived => _$this._transfersReceived ??= - new ListBuilder<GAccountByPkData_accountByPk_transfersReceived>(); - set transfersReceived( - ListBuilder<GAccountByPkData_accountByPk_transfersReceived>? - transfersReceived) => - _$this._transfersReceived = transfersReceived; + _$GAccountByPkData_accountByPk_identity_certIssued_receiver._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_certIssued_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + 'isMember'); + BuiltValueNullFieldError.checkNotNull(name, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + 'expireOn'); + } - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder? - _transfersReceivedAggregate; - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder - get transfersReceivedAggregate => _$this._transfersReceivedAggregate ??= - new GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder(); - set transfersReceivedAggregate( - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder? - transfersReceivedAggregate) => - _$this._transfersReceivedAggregate = transfersReceivedAggregate; + @override + GAccountByPkData_accountByPk_identity_certIssued_receiver rebuild( + void Function( + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder) + updates) => + (toBuilder()..update(updates)).build(); - ListBuilder<GAccountByPkData_accountByPk_wasIdentity>? _wasIdentity; - ListBuilder<GAccountByPkData_accountByPk_wasIdentity> get wasIdentity => - _$this._wasIdentity ??= - new ListBuilder<GAccountByPkData_accountByPk_wasIdentity>(); - set wasIdentity( - ListBuilder<GAccountByPkData_accountByPk_wasIdentity>? wasIdentity) => - _$this._wasIdentity = wasIdentity; + @override + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder + toBuilder() => + new GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder() + ..replace(this); - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder? - _wasIdentityAggregate; - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder - get wasIdentityAggregate => _$this._wasIdentityAggregate ??= - new GAccountByPkData_accountByPk_wasIdentityAggregateBuilder(); - set wasIdentityAggregate( - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder? - wasIdentityAggregate) => - _$this._wasIdentityAggregate = wasIdentityAggregate; + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountByPkData_accountByPk_identity_certIssued_receiver && + G__typename == other.G__typename && + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; + } - GAccountByPkData_accountByPkBuilder() { - GAccountByPkData_accountByPk._initializeBuilder(this); + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jf(_$hash); + return _$hash; } - GAccountByPkData_accountByPkBuilder get _$this { + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_identity_certIssued_receiver') + ..add('G__typename', G__typename) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) + .toString(); + } +} + +class GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder + implements + Builder<GAccountByPkData_accountByPk_identity_certIssued_receiver, + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder> { + _$GAccountByPkData_accountByPk_identity_certIssued_receiver? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder? + _account; + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder + get account => _$this._account ??= + new GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder(); + set account( + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder() { + GAccountByPkData_accountByPk_identity_certIssued_receiver + ._initializeBuilder(this); + } + + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _commentsIssued = $v.commentsIssued.toBuilder(); - _commentsIssuedAggregate = $v.commentsIssuedAggregate.toBuilder(); - _createdOn = $v.createdOn; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _identity = $v.identity?.toBuilder(); - _isActive = $v.isActive; - _linkedIdentity = $v.linkedIdentity?.toBuilder(); - _removedIdentities = $v.removedIdentities.toBuilder(); - _removedIdentitiesAggregate = $v.removedIdentitiesAggregate.toBuilder(); - _transfersIssued = $v.transfersIssued.toBuilder(); - _transfersIssuedAggregate = $v.transfersIssuedAggregate.toBuilder(); - _transfersReceived = $v.transfersReceived.toBuilder(); - _transfersReceivedAggregate = $v.transfersReceivedAggregate.toBuilder(); - _wasIdentity = $v.wasIdentity.toBuilder(); - _wasIdentityAggregate = $v.wasIdentityAggregate.toBuilder(); + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk other) { + void replace( + GAccountByPkData_accountByPk_identity_certIssued_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk; + _$v = other as _$GAccountByPkData_accountByPk_identity_certIssued_receiver; } @override - void update(void Function(GAccountByPkData_accountByPkBuilder)? updates) { + void update( + void Function( + GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk build() => _build(); + GAccountByPkData_accountByPk_identity_certIssued_receiver build() => _build(); - _$GAccountByPkData_accountByPk _build() { - _$GAccountByPkData_accountByPk _$result; + _$GAccountByPkData_accountByPk_identity_certIssued_receiver _build() { + _$GAccountByPkData_accountByPk_identity_certIssued_receiver _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk._( + new _$GAccountByPkData_accountByPk_identity_certIssued_receiver._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountByPkData_accountByPk', 'G__typename'), - commentsIssued: commentsIssued.build(), - commentsIssuedAggregate: commentsIssuedAggregate.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountByPkData_accountByPk', 'createdOn'), + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + 'G__typename'), + accountId: accountId, + account: _account?.build(), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk', 'id'), - identity: _identity?.build(), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountByPkData_accountByPk', 'isActive'), - linkedIdentity: _linkedIdentity?.build(), - removedIdentities: removedIdentities.build(), - removedIdentitiesAggregate: removedIdentitiesAggregate.build(), - transfersIssued: transfersIssued.build(), - transfersIssuedAggregate: transfersIssuedAggregate.build(), - transfersReceived: transfersReceived.build(), - transfersReceivedAggregate: transfersReceivedAggregate.build(), - wasIdentity: wasIdentity.build(), - wasIdentityAggregate: wasIdentityAggregate.build()); + id, r'GAccountByPkData_accountByPk_identity_certIssued_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'commentsIssued'; - commentsIssued.build(); - _$failedField = 'commentsIssuedAggregate'; - commentsIssuedAggregate.build(); - - _$failedField = 'identity'; - _identity?.build(); - - _$failedField = 'linkedIdentity'; - _linkedIdentity?.build(); - _$failedField = 'removedIdentities'; - removedIdentities.build(); - _$failedField = 'removedIdentitiesAggregate'; - removedIdentitiesAggregate.build(); - _$failedField = 'transfersIssued'; - transfersIssued.build(); - _$failedField = 'transfersIssuedAggregate'; - transfersIssuedAggregate.build(); - _$failedField = 'transfersReceived'; - transfersReceived.build(); - _$failedField = 'transfersReceivedAggregate'; - transfersReceivedAggregate.build(); - _$failedField = 'wasIdentity'; - wasIdentity.build(); - _$failedField = 'wasIdentityAggregate'; - wasIdentityAggregate.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk', _$failedField, e.toString()); + r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + _$failedField, + e.toString()); } rethrow; } @@ -41032,89 +40889,61 @@ class GAccountByPkData_accountByPkBuilder } } -class _$GAccountByPkData_accountByPk_commentsIssued - extends GAccountByPkData_accountByPk_commentsIssued { +class _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account + extends GAccountByPkData_accountByPk_identity_certIssued_receiver_account { @override final String G__typename; @override - final String? authorId; - @override - final int blockNumber; - @override - final String? eventId; - @override - final String hash; - @override - final String id; - @override - final String remark; - @override - final _i2.GCommentTypeEnum? type; + final int createdOn; - factory _$GAccountByPkData_accountByPk_commentsIssued( - [void Function(GAccountByPkData_accountByPk_commentsIssuedBuilder)? + factory _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account( + [void Function( + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder)? updates]) => - (new GAccountByPkData_accountByPk_commentsIssuedBuilder() + (new GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_commentsIssued._( - {required this.G__typename, - this.authorId, - required this.blockNumber, - this.eventId, - required this.hash, - required this.id, - required this.remark, - this.type}) + _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_commentsIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountByPkData_accountByPk_commentsIssued', 'blockNumber'); - BuiltValueNullFieldError.checkNotNull( - hash, r'GAccountByPkData_accountByPk_commentsIssued', 'hash'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_commentsIssued', 'id'); + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver_account', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - remark, r'GAccountByPkData_accountByPk_commentsIssued', 'remark'); + createdOn, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver_account', + 'createdOn'); } @override - GAccountByPkData_accountByPk_commentsIssued rebuild( - void Function(GAccountByPkData_accountByPk_commentsIssuedBuilder) + GAccountByPkData_accountByPk_identity_certIssued_receiver_account rebuild( + void Function( + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_commentsIssuedBuilder toBuilder() => - new GAccountByPkData_accountByPk_commentsIssuedBuilder()..replace(this); + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder + toBuilder() => + new GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_commentsIssued && + return other + is GAccountByPkData_accountByPk_identity_certIssued_receiver_account && G__typename == other.G__typename && - authorId == other.authorId && - blockNumber == other.blockNumber && - eventId == other.eventId && - hash == other.hash && - id == other.id && - remark == other.remark && - type == other.type; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, authorId.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, hash.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, remark.hashCode); - _$hash = $jc(_$hash, type.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -41122,153 +40951,123 @@ class _$GAccountByPkData_accountByPk_commentsIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_commentsIssued') + r'GAccountByPkData_accountByPk_identity_certIssued_receiver_account') ..add('G__typename', G__typename) - ..add('authorId', authorId) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('hash', hash) - ..add('id', id) - ..add('remark', remark) - ..add('type', type)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_commentsIssuedBuilder +class GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder implements - Builder<GAccountByPkData_accountByPk_commentsIssued, - GAccountByPkData_accountByPk_commentsIssuedBuilder> { - _$GAccountByPkData_accountByPk_commentsIssued? _$v; + Builder< + GAccountByPkData_accountByPk_identity_certIssued_receiver_account, + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder> { + _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _authorId; - String? get authorId => _$this._authorId; - set authorId(String? authorId) => _$this._authorId = authorId; - - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; - - String? _hash; - String? get hash => _$this._hash; - set hash(String? hash) => _$this._hash = hash; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; - - _i2.GCommentTypeEnum? _type; - _i2.GCommentTypeEnum? get type => _$this._type; - set type(_i2.GCommentTypeEnum? type) => _$this._type = type; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountByPkData_accountByPk_commentsIssuedBuilder() { - GAccountByPkData_accountByPk_commentsIssued._initializeBuilder(this); + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder() { + GAccountByPkData_accountByPk_identity_certIssued_receiver_account + ._initializeBuilder(this); } - GAccountByPkData_accountByPk_commentsIssuedBuilder get _$this { + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _authorId = $v.authorId; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _hash = $v.hash; - _id = $v.id; - _remark = $v.remark; - _type = $v.type; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_commentsIssued other) { + void replace( + GAccountByPkData_accountByPk_identity_certIssued_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_commentsIssued; + _$v = other + as _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account; } @override void update( - void Function(GAccountByPkData_accountByPk_commentsIssuedBuilder)? + void Function( + GAccountByPkData_accountByPk_identity_certIssued_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_commentsIssued build() => _build(); + GAccountByPkData_accountByPk_identity_certIssued_receiver_account build() => + _build(); - _$GAccountByPkData_accountByPk_commentsIssued _build() { + _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_commentsIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_commentsIssued', 'G__typename'), - authorId: authorId, - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountByPkData_accountByPk_commentsIssued', 'blockNumber'), - eventId: eventId, - hash: BuiltValueNullFieldError.checkNotNull( - hash, r'GAccountByPkData_accountByPk_commentsIssued', 'hash'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_commentsIssued', 'id'), - remark: BuiltValueNullFieldError.checkNotNull(remark, - r'GAccountByPkData_accountByPk_commentsIssued', 'remark'), - type: type); + new _$GAccountByPkData_accountByPk_identity_certIssued_receiver_account + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_identity_certIssued_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_commentsIssuedAggregate - extends GAccountByPkData_accountByPk_commentsIssuedAggregate { +class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate + extends GAccountByPkData_accountByPk_identity_certIssuedAggregate { @override final String G__typename; @override - final GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate? + final GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate? aggregate; - factory _$GAccountByPkData_accountByPk_commentsIssuedAggregate( + factory _$GAccountByPkData_accountByPk_identity_certIssuedAggregate( [void Function( - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder)? + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder() + (new GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_commentsIssuedAggregate._( + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate._( {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_commentsIssuedAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate', + 'G__typename'); } @override - GAccountByPkData_accountByPk_commentsIssuedAggregate rebuild( + GAccountByPkData_accountByPk_identity_certIssuedAggregate rebuild( void Function( - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder) + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder() - ..replace(this); + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder + toBuilder() => + new GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_commentsIssuedAggregate && + return other is GAccountByPkData_accountByPk_identity_certIssuedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -41285,39 +41084,39 @@ class _$GAccountByPkData_accountByPk_commentsIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_commentsIssuedAggregate') + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder +class GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder implements - Builder<GAccountByPkData_accountByPk_commentsIssuedAggregate, - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder> { - _$GAccountByPkData_accountByPk_commentsIssuedAggregate? _$v; + Builder<GAccountByPkData_accountByPk_identity_certIssuedAggregate, + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder? _aggregate; - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder(); set aggregate( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder() { - GAccountByPkData_accountByPk_commentsIssuedAggregate._initializeBuilder( - this); + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder() { + GAccountByPkData_accountByPk_identity_certIssuedAggregate + ._initializeBuilder(this); } - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder get _$this { + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -41328,30 +41127,31 @@ class GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder } @override - void replace(GAccountByPkData_accountByPk_commentsIssuedAggregate other) { + void replace( + GAccountByPkData_accountByPk_identity_certIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_commentsIssuedAggregate; + _$v = other as _$GAccountByPkData_accountByPk_identity_certIssuedAggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder)? + GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_commentsIssuedAggregate build() => _build(); + GAccountByPkData_accountByPk_identity_certIssuedAggregate build() => _build(); - _$GAccountByPkData_accountByPk_commentsIssuedAggregate _build() { - _$GAccountByPkData_accountByPk_commentsIssuedAggregate _$result; + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate _build() { + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_commentsIssuedAggregate._( + new _$GAccountByPkData_accountByPk_identity_certIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_commentsIssuedAggregate', + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -41361,7 +41161,7 @@ class GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_commentsIssuedAggregate', + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate', _$failedField, e.toString()); } @@ -41372,52 +41172,52 @@ class GAccountByPkData_accountByPk_commentsIssuedAggregateBuilder } } -class _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate - extends GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate { +class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + extends GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate._( + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate', 'count'); } @override - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate rebuild( + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate rebuild( void Function( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder) + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder() + new GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate && + is GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -41434,18 +41234,19 @@ class _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate') + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder implements - Builder<GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate, - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate? _$v; + Builder< + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate, + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -41455,12 +41256,12 @@ class GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -41473,208 +41274,384 @@ class GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder @override void replace( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate other) { + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate; + as _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate build() => + GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate build() => _build(); - _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate _build() { + _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate._( + new _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity - extends GAccountByPkData_accountByPk_identity { +class _$GAccountByPkData_accountByPk_identity_certReceived + extends GAccountByPkData_accountByPk_identity_certReceived { @override final String G__typename; @override - final String? accountId; - @override - final String? accountRemovedId; - @override - final BuiltList<GAccountByPkData_accountByPk_identity_certIssued> certIssued; + final String id; @override - final GAccountByPkData_accountByPk_identity_certIssuedAggregate - certIssuedAggregate; + final String? issuerId; @override - final BuiltList<GAccountByPkData_accountByPk_identity_certReceived> - certReceived; + final GAccountByPkData_accountByPk_identity_certReceived_issuer? issuer; @override - final GAccountByPkData_accountByPk_identity_certReceivedAggregate - certReceivedAggregate; + final String? receiverId; @override - final String? createdInId; + final GAccountByPkData_accountByPk_identity_certReceived_receiver? receiver; @override final int createdOn; @override final int expireOn; @override - final String id; + final bool isActive; @override - final int index; + final int updatedOn; + + factory _$GAccountByPkData_accountByPk_identity_certReceived( + [void Function( + GAccountByPkData_accountByPk_identity_certReceivedBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_identity_certReceivedBuilder() + ..update(updates)) + ._build(); + + _$GAccountByPkData_accountByPk_identity_certReceived._( + {required this.G__typename, + required this.id, + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_identity_certReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_certReceived', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountByPkData_accountByPk_identity_certReceived', 'createdOn'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountByPkData_accountByPk_identity_certReceived', 'expireOn'); + BuiltValueNullFieldError.checkNotNull(isActive, + r'GAccountByPkData_accountByPk_identity_certReceived', 'isActive'); + BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GAccountByPkData_accountByPk_identity_certReceived', 'updatedOn'); + } + @override - final bool isMember; + GAccountByPkData_accountByPk_identity_certReceived rebuild( + void Function( + GAccountByPkData_accountByPk_identity_certReceivedBuilder) + updates) => + (toBuilder()..update(updates)).build(); + @override - final int lastChangeOn; + GAccountByPkData_accountByPk_identity_certReceivedBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_certReceivedBuilder() + ..replace(this); + @override - final BuiltList<GAccountByPkData_accountByPk_identity_linkedAccount> - linkedAccount; + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountByPkData_accountByPk_identity_certReceived && + G__typename == other.G__typename && + id == other.id && + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; + } + @override - final GAccountByPkData_accountByPk_identity_linkedAccountAggregate - linkedAccountAggregate; + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + @override - final _i2.GIdentityStatusEnum? status; + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_identity_certReceived') + ..add('G__typename', G__typename) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) + .toString(); + } +} + +class GAccountByPkData_accountByPk_identity_certReceivedBuilder + implements + Builder<GAccountByPkData_accountByPk_identity_certReceived, + GAccountByPkData_accountByPk_identity_certReceivedBuilder> { + _$GAccountByPkData_accountByPk_identity_certReceived? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder? _issuer; + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder get issuer => + _$this._issuer ??= + new GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder(); + set issuer( + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder? + issuer) => + _$this._issuer = issuer; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder? _receiver; + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder + get receiver => _$this._receiver ??= + new GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder(); + set receiver( + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder? + receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GAccountByPkData_accountByPk_identity_certReceivedBuilder() { + GAccountByPkData_accountByPk_identity_certReceived._initializeBuilder(this); + } + + GAccountByPkData_accountByPk_identity_certReceivedBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _id = $v.id; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; + _$v = null; + } + return this; + } + @override - final BuiltList<GAccountByPkData_accountByPk_identity_membershipHistory> - membershipHistory; + void replace(GAccountByPkData_accountByPk_identity_certReceived other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountByPkData_accountByPk_identity_certReceived; + } + @override - final GAccountByPkData_accountByPk_identity_membershipHistoryAggregate - membershipHistoryAggregate; + void update( + void Function(GAccountByPkData_accountByPk_identity_certReceivedBuilder)? + updates) { + if (updates != null) updates(this); + } + @override - final String name; + GAccountByPkData_accountByPk_identity_certReceived build() => _build(); + + _$GAccountByPkData_accountByPk_identity_certReceived _build() { + _$GAccountByPkData_accountByPk_identity_certReceived _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_certReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_certReceived', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_certReceived', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountByPkData_accountByPk_identity_certReceived', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountByPkData_accountByPk_identity_certReceived', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountByPkData_accountByPk_identity_certReceived', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull( + updatedOn, + r'GAccountByPkData_accountByPk_identity_certReceived', + 'updatedOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_identity_certReceived', + _$failedField, + e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + +class _$GAccountByPkData_accountByPk_identity_certReceived_issuer + extends GAccountByPkData_accountByPk_identity_certReceived_issuer { @override - final BuiltList<GAccountByPkData_accountByPk_identity_ownerKeyChange> - ownerKeyChange; + final String G__typename; @override - final GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate - ownerKeyChangeAggregate; + final String? accountId; @override - final GAccountByPkData_accountByPk_identity_smith? smith; + final GAccountByPkData_accountByPk_identity_certReceived_issuer_account? + account; @override - final BuiltList<GAccountByPkData_accountByPk_identity_udHistory>? udHistory; + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GAccountByPkData_accountByPk_identity( - [void Function(GAccountByPkData_accountByPk_identityBuilder)? + factory _$GAccountByPkData_accountByPk_identity_certReceived_issuer( + [void Function( + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identityBuilder()..update(updates)) + (new GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder() + ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity._( + _$GAccountByPkData_accountByPk_identity_certReceived_issuer._( {required this.G__typename, this.accountId, - this.accountRemovedId, - required this.certIssued, - required this.certIssuedAggregate, - required this.certReceived, - required this.certReceivedAggregate, - this.createdInId, - required this.createdOn, - required this.expireOn, + this.account, required this.id, - required this.index, required this.isMember, - required this.lastChangeOn, - required this.linkedAccount, - required this.linkedAccountAggregate, this.status, - required this.membershipHistory, - required this.membershipHistoryAggregate, required this.name, - required this.ownerKeyChange, - required this.ownerKeyChangeAggregate, - this.smith, - this.udHistory}) + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountByPkData_accountByPk_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - certIssued, r'GAccountByPkData_accountByPk_identity', 'certIssued'); - BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, - r'GAccountByPkData_accountByPk_identity', 'certIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - certReceived, r'GAccountByPkData_accountByPk_identity', 'certReceived'); - BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, - r'GAccountByPkData_accountByPk_identity', 'certReceivedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountByPkData_accountByPk_identity', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountByPkData_accountByPk_identity', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity', 'id'); - BuiltValueNullFieldError.checkNotNull( - index, r'GAccountByPkData_accountByPk_identity', 'index'); + G__typename, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountByPkData_accountByPk_identity', 'isMember'); + id, r'GAccountByPkData_accountByPk_identity_certReceived_issuer', 'id'); BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GAccountByPkData_accountByPk_identity', 'lastChangeOn'); - BuiltValueNullFieldError.checkNotNull(linkedAccount, - r'GAccountByPkData_accountByPk_identity', 'linkedAccount'); - BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, - r'GAccountByPkData_accountByPk_identity', 'linkedAccountAggregate'); - BuiltValueNullFieldError.checkNotNull(membershipHistory, - r'GAccountByPkData_accountByPk_identity', 'membershipHistory'); - BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, - r'GAccountByPkData_accountByPk_identity', 'membershipHistoryAggregate'); + isMember, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + 'isMember'); + BuiltValueNullFieldError.checkNotNull(name, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', 'name'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountByPkData_accountByPk_identity', 'name'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChange, - r'GAccountByPkData_accountByPk_identity', 'ownerKeyChange'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, - r'GAccountByPkData_accountByPk_identity', 'ownerKeyChangeAggregate'); + expireOn, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + 'expireOn'); } @override - GAccountByPkData_accountByPk_identity rebuild( - void Function(GAccountByPkData_accountByPk_identityBuilder) + GAccountByPkData_accountByPk_identity_certReceived_issuer rebuild( + void Function( + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identityBuilder toBuilder() => - new GAccountByPkData_accountByPk_identityBuilder()..replace(this); + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder + toBuilder() => + new GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity && + return other is GAccountByPkData_accountByPk_identity_certReceived_issuer && G__typename == other.G__typename && accountId == other.accountId && - accountRemovedId == other.accountRemovedId && - certIssued == other.certIssued && - certIssuedAggregate == other.certIssuedAggregate && - certReceived == other.certReceived && - certReceivedAggregate == other.certReceivedAggregate && - createdInId == other.createdInId && - createdOn == other.createdOn && - expireOn == other.expireOn && + account == other.account && id == other.id && - index == other.index && isMember == other.isMember && - lastChangeOn == other.lastChangeOn && - linkedAccount == other.linkedAccount && - linkedAccountAggregate == other.linkedAccountAggregate && status == other.status && - membershipHistory == other.membershipHistory && - membershipHistoryAggregate == other.membershipHistoryAggregate && name == other.name && - ownerKeyChange == other.ownerKeyChange && - ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && - smith == other.smith && - udHistory == other.udHistory; + expireOn == other.expireOn; } @override @@ -41682,28 +41659,12 @@ class _$GAccountByPkData_accountByPk_identity var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, accountRemovedId.hashCode); - _$hash = $jc(_$hash, certIssued.hashCode); - _$hash = $jc(_$hash, certIssuedAggregate.hashCode); - _$hash = $jc(_$hash, certReceived.hashCode); - _$hash = $jc(_$hash, certReceivedAggregate.hashCode); - _$hash = $jc(_$hash, createdInId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, index.hashCode); _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, lastChangeOn.hashCode); - _$hash = $jc(_$hash, linkedAccount.hashCode); - _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, membershipHistory.hashCode); - _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); _$hash = $jc(_$hash, name.hashCode); - _$hash = $jc(_$hash, ownerKeyChange.hashCode); - _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); - _$hash = $jc(_$hash, smith.hashCode); - _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -41711,40 +41672,24 @@ class _$GAccountByPkData_accountByPk_identity @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity') + r'GAccountByPkData_accountByPk_identity_certReceived_issuer') ..add('G__typename', G__typename) ..add('accountId', accountId) - ..add('accountRemovedId', accountRemovedId) - ..add('certIssued', certIssued) - ..add('certIssuedAggregate', certIssuedAggregate) - ..add('certReceived', certReceived) - ..add('certReceivedAggregate', certReceivedAggregate) - ..add('createdInId', createdInId) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) + ..add('account', account) ..add('id', id) - ..add('index', index) ..add('isMember', isMember) - ..add('lastChangeOn', lastChangeOn) - ..add('linkedAccount', linkedAccount) - ..add('linkedAccountAggregate', linkedAccountAggregate) ..add('status', status) - ..add('membershipHistory', membershipHistory) - ..add('membershipHistoryAggregate', membershipHistoryAggregate) ..add('name', name) - ..add('ownerKeyChange', ownerKeyChange) - ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) - ..add('smith', smith) - ..add('udHistory', udHistory)) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountByPkData_accountByPk_identityBuilder +class GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder implements - Builder<GAccountByPkData_accountByPk_identity, - GAccountByPkData_accountByPk_identityBuilder> { - _$GAccountByPkData_accountByPk_identity? _$v; + Builder<GAccountByPkData_accountByPk_identity_certReceived_issuer, + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder> { + _$GAccountByPkData_accountByPk_identity_certReceived_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -41754,282 +41699,109 @@ class GAccountByPkData_accountByPk_identityBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; - String? _accountRemovedId; - String? get accountRemovedId => _$this._accountRemovedId; - set accountRemovedId(String? accountRemovedId) => - _$this._accountRemovedId = accountRemovedId; + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder? + _account; + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder + get account => _$this._account ??= + new GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder(); + set account( + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder? + account) => + _$this._account = account; - ListBuilder<GAccountByPkData_accountByPk_identity_certIssued>? _certIssued; - ListBuilder<GAccountByPkData_accountByPk_identity_certIssued> - get certIssued => _$this._certIssued ??= - new ListBuilder<GAccountByPkData_accountByPk_identity_certIssued>(); - set certIssued( - ListBuilder<GAccountByPkData_accountByPk_identity_certIssued>? - certIssued) => - _$this._certIssued = certIssued; - - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder? - _certIssuedAggregate; - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder - get certIssuedAggregate => _$this._certIssuedAggregate ??= - new GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder(); - set certIssuedAggregate( - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder? - certIssuedAggregate) => - _$this._certIssuedAggregate = certIssuedAggregate; - - ListBuilder<GAccountByPkData_accountByPk_identity_certReceived>? - _certReceived; - ListBuilder<GAccountByPkData_accountByPk_identity_certReceived> - get certReceived => _$this._certReceived ??= - new ListBuilder<GAccountByPkData_accountByPk_identity_certReceived>(); - set certReceived( - ListBuilder<GAccountByPkData_accountByPk_identity_certReceived>? - certReceived) => - _$this._certReceived = certReceived; - - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder? - _certReceivedAggregate; - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder - get certReceivedAggregate => _$this._certReceivedAggregate ??= - new GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder(); - set certReceivedAggregate( - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder? - certReceivedAggregate) => - _$this._certReceivedAggregate = certReceivedAggregate; - - String? _createdInId; - String? get createdInId => _$this._createdInId; - set createdInId(String? createdInId) => _$this._createdInId = createdInId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; bool? _isMember; bool? get isMember => _$this._isMember; set isMember(bool? isMember) => _$this._isMember = isMember; - int? _lastChangeOn; - int? get lastChangeOn => _$this._lastChangeOn; - set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; - - ListBuilder<GAccountByPkData_accountByPk_identity_linkedAccount>? - _linkedAccount; - ListBuilder<GAccountByPkData_accountByPk_identity_linkedAccount> - get linkedAccount => _$this._linkedAccount ??= new ListBuilder< - GAccountByPkData_accountByPk_identity_linkedAccount>(); - set linkedAccount( - ListBuilder<GAccountByPkData_accountByPk_identity_linkedAccount>? - linkedAccount) => - _$this._linkedAccount = linkedAccount; - - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder? - _linkedAccountAggregate; - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder - get linkedAccountAggregate => _$this._linkedAccountAggregate ??= - new GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder(); - set linkedAccountAggregate( - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder? - linkedAccountAggregate) => - _$this._linkedAccountAggregate = linkedAccountAggregate; - _i2.GIdentityStatusEnum? _status; _i2.GIdentityStatusEnum? get status => _$this._status; set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - ListBuilder<GAccountByPkData_accountByPk_identity_membershipHistory>? - _membershipHistory; - ListBuilder<GAccountByPkData_accountByPk_identity_membershipHistory> - get membershipHistory => _$this._membershipHistory ??= new ListBuilder< - GAccountByPkData_accountByPk_identity_membershipHistory>(); - set membershipHistory( - ListBuilder<GAccountByPkData_accountByPk_identity_membershipHistory>? - membershipHistory) => - _$this._membershipHistory = membershipHistory; - - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder? - _membershipHistoryAggregate; - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder - get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= - new GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder(); - set membershipHistoryAggregate( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder? - membershipHistoryAggregate) => - _$this._membershipHistoryAggregate = membershipHistoryAggregate; - String? _name; String? get name => _$this._name; set name(String? name) => _$this._name = name; - ListBuilder<GAccountByPkData_accountByPk_identity_ownerKeyChange>? - _ownerKeyChange; - ListBuilder<GAccountByPkData_accountByPk_identity_ownerKeyChange> - get ownerKeyChange => _$this._ownerKeyChange ??= new ListBuilder< - GAccountByPkData_accountByPk_identity_ownerKeyChange>(); - set ownerKeyChange( - ListBuilder<GAccountByPkData_accountByPk_identity_ownerKeyChange>? - ownerKeyChange) => - _$this._ownerKeyChange = ownerKeyChange; - - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder? - _ownerKeyChangeAggregate; - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder - get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= - new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder(); - set ownerKeyChangeAggregate( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder? - ownerKeyChangeAggregate) => - _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; - - GAccountByPkData_accountByPk_identity_smithBuilder? _smith; - GAccountByPkData_accountByPk_identity_smithBuilder get smith => - _$this._smith ??= - new GAccountByPkData_accountByPk_identity_smithBuilder(); - set smith(GAccountByPkData_accountByPk_identity_smithBuilder? smith) => - _$this._smith = smith; - - ListBuilder<GAccountByPkData_accountByPk_identity_udHistory>? _udHistory; - ListBuilder<GAccountByPkData_accountByPk_identity_udHistory> get udHistory => - _$this._udHistory ??= - new ListBuilder<GAccountByPkData_accountByPk_identity_udHistory>(); - set udHistory( - ListBuilder<GAccountByPkData_accountByPk_identity_udHistory>? - udHistory) => - _$this._udHistory = udHistory; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GAccountByPkData_accountByPk_identityBuilder() { - GAccountByPkData_accountByPk_identity._initializeBuilder(this); + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder() { + GAccountByPkData_accountByPk_identity_certReceived_issuer + ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identityBuilder get _$this { + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; - _accountRemovedId = $v.accountRemovedId; - _certIssued = $v.certIssued.toBuilder(); - _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); - _certReceived = $v.certReceived.toBuilder(); - _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); - _createdInId = $v.createdInId; - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; + _account = $v.account?.toBuilder(); _id = $v.id; - _index = $v.index; _isMember = $v.isMember; - _lastChangeOn = $v.lastChangeOn; - _linkedAccount = $v.linkedAccount.toBuilder(); - _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); _status = $v.status; - _membershipHistory = $v.membershipHistory.toBuilder(); - _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); _name = $v.name; - _ownerKeyChange = $v.ownerKeyChange.toBuilder(); - _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); - _smith = $v.smith?.toBuilder(); - _udHistory = $v.udHistory?.toBuilder(); + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity other) { + void replace( + GAccountByPkData_accountByPk_identity_certReceived_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity; + _$v = other as _$GAccountByPkData_accountByPk_identity_certReceived_issuer; } @override void update( - void Function(GAccountByPkData_accountByPk_identityBuilder)? updates) { + void Function( + GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity build() => _build(); + GAccountByPkData_accountByPk_identity_certReceived_issuer build() => _build(); - _$GAccountByPkData_accountByPk_identity _build() { - _$GAccountByPkData_accountByPk_identity _$result; + _$GAccountByPkData_accountByPk_identity_certReceived_issuer _build() { + _$GAccountByPkData_accountByPk_identity_certReceived_issuer _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity._( + new _$GAccountByPkData_accountByPk_identity_certReceived_issuer._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountByPkData_accountByPk_identity', 'G__typename'), + G__typename, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + 'G__typename'), accountId: accountId, - accountRemovedId: accountRemovedId, - certIssued: certIssued.build(), - certIssuedAggregate: certIssuedAggregate.build(), - certReceived: certReceived.build(), - certReceivedAggregate: certReceivedAggregate.build(), - createdInId: createdInId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountByPkData_accountByPk_identity', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountByPkData_accountByPk_identity', 'expireOn'), + account: _account?.build(), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity', 'id'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GAccountByPkData_accountByPk_identity', 'index'), + id, r'GAccountByPkData_accountByPk_identity_certReceived_issuer', 'id'), isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountByPkData_accountByPk_identity', 'isMember'), - lastChangeOn: BuiltValueNullFieldError.checkNotNull(lastChangeOn, - r'GAccountByPkData_accountByPk_identity', 'lastChangeOn'), - linkedAccount: linkedAccount.build(), - linkedAccountAggregate: linkedAccountAggregate.build(), + isMember, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + 'isMember'), status: status, - membershipHistory: membershipHistory.build(), - membershipHistoryAggregate: membershipHistoryAggregate.build(), - name: BuiltValueNullFieldError.checkNotNull(name, r'GAccountByPkData_accountByPk_identity', 'name'), - ownerKeyChange: ownerKeyChange.build(), - ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), - smith: _smith?.build(), - udHistory: _udHistory?.build()); + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'certIssued'; - certIssued.build(); - _$failedField = 'certIssuedAggregate'; - certIssuedAggregate.build(); - _$failedField = 'certReceived'; - certReceived.build(); - _$failedField = 'certReceivedAggregate'; - certReceivedAggregate.build(); - - _$failedField = 'linkedAccount'; - linkedAccount.build(); - _$failedField = 'linkedAccountAggregate'; - linkedAccountAggregate.build(); - - _$failedField = 'membershipHistory'; - membershipHistory.build(); - _$failedField = 'membershipHistoryAggregate'; - membershipHistoryAggregate.build(); - - _$failedField = 'ownerKeyChange'; - ownerKeyChange.build(); - _$failedField = 'ownerKeyChangeAggregate'; - ownerKeyChangeAggregate.build(); - _$failedField = 'smith'; - _smith?.build(); - _$failedField = 'udHistory'; - _udHistory?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity', + r'GAccountByPkData_accountByPk_identity_certReceived_issuer', _$failedField, e.toString()); } @@ -42040,103 +41812,61 @@ class GAccountByPkData_accountByPk_identityBuilder } } -class _$GAccountByPkData_accountByPk_identity_certIssued - extends GAccountByPkData_accountByPk_identity_certIssued { +class _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account + extends GAccountByPkData_accountByPk_identity_certReceived_issuer_account { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GAccountByPkData_accountByPk_identity_certIssued_issuer? issuer; - @override - final String? receiverId; - @override - final GAccountByPkData_accountByPk_identity_certIssued_receiver? receiver; - @override final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; - factory _$GAccountByPkData_accountByPk_identity_certIssued( + factory _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account( [void Function( - GAccountByPkData_accountByPk_identity_certIssuedBuilder)? + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certIssuedBuilder() + (new GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_identity_certIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_certIssued', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GAccountByPkData_accountByPk_identity_certIssued', 'createdOn'); - BuiltValueNullFieldError.checkNotNull(expireOn, - r'GAccountByPkData_accountByPk_identity_certIssued', 'expireOn'); - BuiltValueNullFieldError.checkNotNull(isActive, - r'GAccountByPkData_accountByPk_identity_certIssued', 'isActive'); - BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GAccountByPkData_accountByPk_identity_certIssued', 'updatedOn'); + G__typename, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer_account', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer_account', + 'createdOn'); } @override - GAccountByPkData_accountByPk_identity_certIssued rebuild( - void Function(GAccountByPkData_accountByPk_identity_certIssuedBuilder) + GAccountByPkData_accountByPk_identity_certReceived_issuer_account rebuild( + void Function( + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certIssuedBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certIssuedBuilder() - ..replace(this); + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder + toBuilder() => + new GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_certIssued && + return other + is GAccountByPkData_accountByPk_identity_certReceived_issuer_account && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -42144,168 +41874,91 @@ class _$GAccountByPkData_accountByPk_identity_certIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certIssued') + r'GAccountByPkData_accountByPk_identity_certReceived_issuer_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certIssuedBuilder +class GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder implements - Builder<GAccountByPkData_accountByPk_identity_certIssued, - GAccountByPkData_accountByPk_identity_certIssuedBuilder> { - _$GAccountByPkData_accountByPk_identity_certIssued? _$v; + Builder< + GAccountByPkData_accountByPk_identity_certReceived_issuer_account, + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder> { + _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder? _issuer; - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder get issuer => - _$this._issuer ??= - new GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder(); - set issuer( - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder? - issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder? _receiver; - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder - get receiver => _$this._receiver ??= - new GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder(); - set receiver( - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder? - receiver) => - _$this._receiver = receiver; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - - GAccountByPkData_accountByPk_identity_certIssuedBuilder() { - GAccountByPkData_accountByPk_identity_certIssued._initializeBuilder(this); + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder() { + GAccountByPkData_accountByPk_identity_certReceived_issuer_account + ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_certIssuedBuilder get _$this { + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity_certIssued other) { + void replace( + GAccountByPkData_accountByPk_identity_certReceived_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_certIssued; + _$v = other + as _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account; } @override void update( - void Function(GAccountByPkData_accountByPk_identity_certIssuedBuilder)? + void Function( + GAccountByPkData_accountByPk_identity_certReceived_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certIssued build() => _build(); - - _$GAccountByPkData_accountByPk_identity_certIssued _build() { - _$GAccountByPkData_accountByPk_identity_certIssued _$result; - try { - _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_certIssued', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_certIssued', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountByPkData_accountByPk_identity_certIssued', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountByPkData_accountByPk_identity_certIssued', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountByPkData_accountByPk_identity_certIssued', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, - r'GAccountByPkData_accountByPk_identity_certIssued', - 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + GAccountByPkData_accountByPk_identity_certReceived_issuer_account build() => + _build(); - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_certIssued', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_certReceived_issuer_account + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_identity_certReceived_issuer_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_certIssued_issuer - extends GAccountByPkData_accountByPk_identity_certIssued_issuer { +class _$GAccountByPkData_accountByPk_identity_certReceived_receiver + extends GAccountByPkData_accountByPk_identity_certReceived_receiver { @override final String G__typename; @override final String? accountId; @override + final GAccountByPkData_accountByPk_identity_certReceived_receiver_account? + account; + @override final String id; @override final bool isMember; @@ -42313,57 +41966,71 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_issuer final _i2.GIdentityStatusEnum? status; @override final String name; + @override + final int expireOn; - factory _$GAccountByPkData_accountByPk_identity_certIssued_issuer( + factory _$GAccountByPkData_accountByPk_identity_certReceived_receiver( [void Function( - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder)? + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder() + (new GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certIssued_issuer._( + _$GAccountByPkData_accountByPk_identity_certReceived_receiver._( {required this.G__typename, this.accountId, + this.account, required this.id, required this.isMember, this.status, - required this.name}) + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certIssued_issuer', + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(id, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', 'id'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_certIssued_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountByPkData_accountByPk_identity_certIssued_issuer', 'isMember'); + isMember, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + 'isMember'); BuiltValueNullFieldError.checkNotNull(name, - r'GAccountByPkData_accountByPk_identity_certIssued_issuer', 'name'); + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + 'expireOn'); } @override - GAccountByPkData_accountByPk_identity_certIssued_issuer rebuild( + GAccountByPkData_accountByPk_identity_certReceived_receiver rebuild( void Function( - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder) + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder() - ..replace(this); + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder + toBuilder() => + new GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_certIssued_issuer && + return other + is GAccountByPkData_accountByPk_identity_certReceived_receiver && G__typename == other.G__typename && accountId == other.accountId && + account == other.account && id == other.id && isMember == other.isMember && status == other.status && - name == other.name; + name == other.name && + expireOn == other.expireOn; } @override @@ -42371,10 +42038,12 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_issuer var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, isMember.hashCode); _$hash = $jc(_$hash, status.hashCode); _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -42382,22 +42051,24 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certIssued_issuer') + r'GAccountByPkData_accountByPk_identity_certReceived_receiver') ..add('G__typename', G__typename) ..add('accountId', accountId) + ..add('account', account) ..add('id', id) ..add('isMember', isMember) ..add('status', status) - ..add('name', name)) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder +class GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder implements - Builder<GAccountByPkData_accountByPk_identity_certIssued_issuer, - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder> { - _$GAccountByPkData_accountByPk_identity_certIssued_issuer? _$v; + Builder<GAccountByPkData_accountByPk_identity_certReceived_receiver, + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder> { + _$GAccountByPkData_accountByPk_identity_certReceived_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -42407,6 +42078,16 @@ class GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder? + _account; + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder + get account => _$this._account ??= + new GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder(); + set account( + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder? + account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; @@ -42423,147 +42104,151 @@ class GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder String? get name => _$this._name; set name(String? name) => _$this._name = name; - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder() { - GAccountByPkData_accountByPk_identity_certIssued_issuer._initializeBuilder( - this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder() { + GAccountByPkData_accountByPk_identity_certReceived_receiver + ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder get _$this { + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; _isMember = $v.isMember; _status = $v.status; _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity_certIssued_issuer other) { + void replace( + GAccountByPkData_accountByPk_identity_certReceived_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_certIssued_issuer; - } + _$v = + other as _$GAccountByPkData_accountByPk_identity_certReceived_receiver; + } @override void update( void Function( - GAccountByPkData_accountByPk_identity_certIssued_issuerBuilder)? + GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certIssued_issuer build() => _build(); + GAccountByPkData_accountByPk_identity_certReceived_receiver build() => + _build(); - _$GAccountByPkData_accountByPk_identity_certIssued_issuer _build() { - final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certIssued_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_certIssued_issuer', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountByPkData_accountByPk_identity_certIssued_issuer', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountByPkData_accountByPk_identity_certIssued_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GAccountByPkData_accountByPk_identity_certIssued_issuer', - 'name')); + _$GAccountByPkData_accountByPk_identity_certReceived_receiver _build() { + _$GAccountByPkData_accountByPk_identity_certReceived_receiver _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_certReceived_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_certReceived_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_certIssued_receiver - extends GAccountByPkData_accountByPk_identity_certIssued_receiver { +class _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account + extends GAccountByPkData_accountByPk_identity_certReceived_receiver_account { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int createdOn; - factory _$GAccountByPkData_accountByPk_identity_certIssued_receiver( + factory _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account( [void Function( - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder)? + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder() + (new GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certIssued_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + r'GAccountByPkData_accountByPk_identity_certReceived_receiver_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_certIssued_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountByPkData_accountByPk_identity_certIssued_receiver', - 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GAccountByPkData_accountByPk_identity_certIssued_receiver', 'name'); + createdOn, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver_account', + 'createdOn'); } @override - GAccountByPkData_accountByPk_identity_certIssued_receiver rebuild( + GAccountByPkData_accountByPk_identity_certReceived_receiver_account rebuild( void Function( - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder) + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder() + new GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_certIssued_receiver && + return other + is GAccountByPkData_accountByPk_identity_certReceived_receiver_account && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -42571,61 +42256,39 @@ class _$GAccountByPkData_accountByPk_identity_certIssued_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certIssued_receiver') + r'GAccountByPkData_accountByPk_identity_certReceived_receiver_account') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder +class GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder implements - Builder<GAccountByPkData_accountByPk_identity_certIssued_receiver, - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder> { - _$GAccountByPkData_accountByPk_identity_certIssued_receiver? _$v; + Builder< + GAccountByPkData_accountByPk_identity_certReceived_receiver_account, + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder> { + _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder() { - GAccountByPkData_accountByPk_identity_certIssued_receiver + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder() { + GAccountByPkData_accountByPk_identity_certReceived_receiver_account ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder get _$this { + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _createdOn = $v.createdOn; _$v = null; } return this; @@ -42633,90 +42296,86 @@ class GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder @override void replace( - GAccountByPkData_accountByPk_identity_certIssued_receiver other) { + GAccountByPkData_accountByPk_identity_certReceived_receiver_account + other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_certIssued_receiver; + _$v = other + as _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_certIssued_receiverBuilder)? + GAccountByPkData_accountByPk_identity_certReceived_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certIssued_receiver build() => _build(); + GAccountByPkData_accountByPk_identity_certReceived_receiver_account build() => + _build(); - _$GAccountByPkData_accountByPk_identity_certIssued_receiver _build() { + _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account + _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certIssued_receiver._( + new _$GAccountByPkData_accountByPk_identity_certReceived_receiver_account + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certIssued_receiver', + r'GAccountByPkData_accountByPk_identity_certReceived_receiver_account', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountByPkData_accountByPk_identity_certIssued_receiver', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountByPkData_accountByPk_identity_certIssued_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GAccountByPkData_accountByPk_identity_certIssued_receiver', - 'name')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_identity_certReceived_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate - extends GAccountByPkData_accountByPk_identity_certIssuedAggregate { +class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate + extends GAccountByPkData_accountByPk_identity_certReceivedAggregate { @override final String G__typename; @override - final GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate? + final GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate? aggregate; - factory _$GAccountByPkData_accountByPk_identity_certIssuedAggregate( + factory _$GAccountByPkData_accountByPk_identity_certReceivedAggregate( [void Function( - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder)? + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder() + (new GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate._( + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate', + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate', 'G__typename'); } @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate rebuild( + GAccountByPkData_accountByPk_identity_certReceivedAggregate rebuild( void Function( - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder) + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder() + new GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_certIssuedAggregate && + return other + is GAccountByPkData_accountByPk_identity_certReceivedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -42733,39 +42392,40 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate') + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder +class GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder implements - Builder<GAccountByPkData_accountByPk_identity_certIssuedAggregate, - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate? _$v; + Builder<GAccountByPkData_accountByPk_identity_certReceivedAggregate, + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder? _aggregate; - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder(); set aggregate( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder() { - GAccountByPkData_accountByPk_identity_certIssuedAggregate + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder() { + GAccountByPkData_accountByPk_identity_certReceivedAggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder get _$this { + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -42777,30 +42437,32 @@ class GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder @override void replace( - GAccountByPkData_accountByPk_identity_certIssuedAggregate other) { + GAccountByPkData_accountByPk_identity_certReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_certIssuedAggregate; + _$v = + other as _$GAccountByPkData_accountByPk_identity_certReceivedAggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder)? + GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate build() => _build(); + GAccountByPkData_accountByPk_identity_certReceivedAggregate build() => + _build(); - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate _build() { - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate _$result; + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate _build() { + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certIssuedAggregate._( + new _$GAccountByPkData_accountByPk_identity_certReceivedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate', + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -42810,7 +42472,7 @@ class GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate', + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate', _$failedField, e.toString()); } @@ -42821,52 +42483,52 @@ class GAccountByPkData_accountByPk_identity_certIssuedAggregateBuilder } } -class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate - extends GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate { +class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + extends GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate._( + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate', 'count'); } @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate rebuild( + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate rebuild( void Function( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder) + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder() + new GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate && + is GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -42883,19 +42545,19 @@ class _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate') + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder implements Builder< - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate, - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate? _$v; + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate, + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -42905,12 +42567,12 @@ class GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -42923,126 +42585,85 @@ class GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder @override void replace( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate; + as _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate build() => - _build(); + GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + build() => _build(); - _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate + new _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_certReceived - extends GAccountByPkData_accountByPk_identity_certReceived { +class _$GAccountByPkData_accountByPk_identity_linkedAccount + extends GAccountByPkData_accountByPk_identity_linkedAccount { @override final String G__typename; @override final String id; - @override - final String? issuerId; - @override - final GAccountByPkData_accountByPk_identity_certReceived_issuer? issuer; - @override - final String? receiverId; - @override - final GAccountByPkData_accountByPk_identity_certReceived_receiver? receiver; - @override - final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; - factory _$GAccountByPkData_accountByPk_identity_certReceived( + factory _$GAccountByPkData_accountByPk_identity_linkedAccount( [void Function( - GAccountByPkData_accountByPk_identity_certReceivedBuilder)? + GAccountByPkData_accountByPk_identity_linkedAccountBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certReceivedBuilder() + (new GAccountByPkData_accountByPk_identity_linkedAccountBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GAccountByPkData_accountByPk_identity_linkedAccount._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_identity_certReceived', 'G__typename'); + r'GAccountByPkData_accountByPk_identity_linkedAccount', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_certReceived', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GAccountByPkData_accountByPk_identity_certReceived', 'createdOn'); - BuiltValueNullFieldError.checkNotNull(expireOn, - r'GAccountByPkData_accountByPk_identity_certReceived', 'expireOn'); - BuiltValueNullFieldError.checkNotNull(isActive, - r'GAccountByPkData_accountByPk_identity_certReceived', 'isActive'); - BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GAccountByPkData_accountByPk_identity_certReceived', 'updatedOn'); + id, r'GAccountByPkData_accountByPk_identity_linkedAccount', 'id'); } @override - GAccountByPkData_accountByPk_identity_certReceived rebuild( + GAccountByPkData_accountByPk_identity_linkedAccount rebuild( void Function( - GAccountByPkData_accountByPk_identity_certReceivedBuilder) + GAccountByPkData_accountByPk_identity_linkedAccountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certReceivedBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certReceivedBuilder() + GAccountByPkData_accountByPk_identity_linkedAccountBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_linkedAccountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_certReceived && + return other is GAccountByPkData_accountByPk_identity_linkedAccount && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + id == other.id; } @override @@ -43050,14 +42671,6 @@ class _$GAccountByPkData_accountByPk_identity_certReceived var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -43065,26 +42678,18 @@ class _$GAccountByPkData_accountByPk_identity_certReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certReceived') + r'GAccountByPkData_accountByPk_identity_linkedAccount') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('id', id)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certReceivedBuilder +class GAccountByPkData_accountByPk_identity_linkedAccountBuilder implements - Builder<GAccountByPkData_accountByPk_identity_certReceived, - GAccountByPkData_accountByPk_identity_certReceivedBuilder> { - _$GAccountByPkData_accountByPk_identity_certReceived? _$v; + Builder<GAccountByPkData_accountByPk_identity_linkedAccount, + GAccountByPkData_accountByPk_identity_linkedAccountBuilder> { + _$GAccountByPkData_accountByPk_identity_linkedAccount? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -43094,211 +42699,103 @@ class GAccountByPkData_accountByPk_identity_certReceivedBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder? _issuer; - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder get issuer => - _$this._issuer ??= - new GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder(); - set issuer( - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder? - issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder? _receiver; - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder - get receiver => _$this._receiver ??= - new GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder(); - set receiver( - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder? - receiver) => - _$this._receiver = receiver; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - - GAccountByPkData_accountByPk_identity_certReceivedBuilder() { - GAccountByPkData_accountByPk_identity_certReceived._initializeBuilder(this); + GAccountByPkData_accountByPk_identity_linkedAccountBuilder() { + GAccountByPkData_accountByPk_identity_linkedAccount._initializeBuilder( + this); } - GAccountByPkData_accountByPk_identity_certReceivedBuilder get _$this { + GAccountByPkData_accountByPk_identity_linkedAccountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity_certReceived other) { + void replace(GAccountByPkData_accountByPk_identity_linkedAccount other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_certReceived; + _$v = other as _$GAccountByPkData_accountByPk_identity_linkedAccount; } @override void update( - void Function(GAccountByPkData_accountByPk_identity_certReceivedBuilder)? + void Function(GAccountByPkData_accountByPk_identity_linkedAccountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certReceived build() => _build(); - - _$GAccountByPkData_accountByPk_identity_certReceived _build() { - _$GAccountByPkData_accountByPk_identity_certReceived _$result; - try { - _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_certReceived', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_certReceived', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountByPkData_accountByPk_identity_certReceived', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountByPkData_accountByPk_identity_certReceived', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountByPkData_accountByPk_identity_certReceived', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, - r'GAccountByPkData_accountByPk_identity_certReceived', - 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + GAccountByPkData_accountByPk_identity_linkedAccount build() => _build(); - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_certReceived', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountByPkData_accountByPk_identity_linkedAccount _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_linkedAccount._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_linkedAccount', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull(id, + r'GAccountByPkData_accountByPk_identity_linkedAccount', 'id')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_certReceived_issuer - extends GAccountByPkData_accountByPk_identity_certReceived_issuer { +class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate + extends GAccountByPkData_accountByPk_identity_linkedAccountAggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate? + aggregate; - factory _$GAccountByPkData_accountByPk_identity_certReceived_issuer( + factory _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate( [void Function( - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder)? + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder() + (new GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certReceived_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_certReceived_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountByPkData_accountByPk_identity_certReceived_issuer', - 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GAccountByPkData_accountByPk_identity_certReceived_issuer', 'name'); } @override - GAccountByPkData_accountByPk_identity_certReceived_issuer rebuild( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate rebuild( void Function( - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder) + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder() + new GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_certReceived_issuer && + return other + is GAccountByPkData_accountByPk_identity_linkedAccountAggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -43306,61 +42803,192 @@ class _$GAccountByPkData_accountByPk_identity_certReceived_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certReceived_issuer') + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder +class GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder implements - Builder<GAccountByPkData_accountByPk_identity_certReceived_issuer, - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder> { - _$GAccountByPkData_accountByPk_identity_certReceived_issuer? _$v; + Builder<GAccountByPkData_accountByPk_identity_linkedAccountAggregate, + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder? + _aggregate; + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder(); + set aggregate( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder() { + GAccountByPkData_accountByPk_identity_linkedAccountAggregate + ._initializeBuilder(this); + } - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder + get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _aggregate = $v.aggregate?.toBuilder(); + _$v = null; + } + return this; + } - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + @override + void replace( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = + other as _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate; + } - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + @override + void update( + void Function( + GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder)? + updates) { + if (updates != null) updates(this); + } - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder() { - GAccountByPkData_accountByPk_identity_certReceived_issuer + @override + GAccountByPkData_accountByPk_identity_linkedAccountAggregate build() => + _build(); + + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate _build() { + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate', + _$failedField, + e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + +class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + extends GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate { + @override + final String G__typename; + @override + final int count; + + factory _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate( + [void Function( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate._( + {required this.G__typename, required this.count}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate', + 'count'); + } + + @override + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate rebuild( + void Function( + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + toBuilder() => + new GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other + is GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate && + G__typename == other.G__typename && + count == other.count; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, count.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate') + ..add('G__typename', G__typename) + ..add('count', count)) + .toString(); + } +} + +class GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + implements + Builder< + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate, + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder get _$this { + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _count = $v.count; _$v = null; } return this; @@ -43368,128 +42996,119 @@ class GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder @override void replace( - GAccountByPkData_accountByPk_identity_certReceived_issuer other) { + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_certReceived_issuer; + _$v = other + as _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_certReceived_issuerBuilder)? + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certReceived_issuer build() => _build(); + GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + build() => _build(); - _$GAccountByPkData_accountByPk_identity_certReceived_issuer _build() { + _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certReceived_issuer._( + new _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certReceived_issuer', + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountByPkData_accountByPk_identity_certReceived_issuer', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountByPkData_accountByPk_identity_certReceived_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GAccountByPkData_accountByPk_identity_certReceived_issuer', - 'name')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_certReceived_receiver - extends GAccountByPkData_accountByPk_identity_certReceived_receiver { +class _$GAccountByPkData_accountByPk_identity_membershipHistory + extends GAccountByPkData_accountByPk_identity_membershipHistory { @override final String G__typename; @override - final String? accountId; + final int blockNumber; @override - final String id; + final String? eventId; @override - final bool isMember; + final _i2.GEventTypeEnum? eventType; @override - final _i2.GIdentityStatusEnum? status; + final String id; @override - final String name; + final String? identityId; - factory _$GAccountByPkData_accountByPk_identity_certReceived_receiver( + factory _$GAccountByPkData_accountByPk_identity_membershipHistory( [void Function( - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder)? + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder() + (new GAccountByPkData_accountByPk_identity_membershipHistoryBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certReceived_receiver._( + _$GAccountByPkData_accountByPk_identity_membershipHistory._( {required this.G__typename, - this.accountId, + required this.blockNumber, + this.eventId, + this.eventType, required this.id, - required this.isMember, - this.status, - required this.name}) + this.identityId}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + r'GAccountByPkData_accountByPk_identity_membershipHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, - r'GAccountByPkData_accountByPk_identity_certReceived_receiver', 'id'); BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountByPkData_accountByPk_identity_certReceived_receiver', - 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GAccountByPkData_accountByPk_identity_certReceived_receiver', 'name'); + blockNumber, + r'GAccountByPkData_accountByPk_identity_membershipHistory', + 'blockNumber'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_membershipHistory', 'id'); } @override - GAccountByPkData_accountByPk_identity_certReceived_receiver rebuild( + GAccountByPkData_accountByPk_identity_membershipHistory rebuild( void Function( - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder) + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder - toBuilder() => - new GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder() - ..replace(this); + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_membershipHistoryBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountByPkData_accountByPk_identity_certReceived_receiver && + return other is GAccountByPkData_accountByPk_identity_membershipHistory && G__typename == other.G__typename && - accountId == other.accountId && + blockNumber == other.blockNumber && + eventId == other.eventId && + eventType == other.eventType && id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + identityId == other.identityId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, eventType.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -43497,156 +43116,149 @@ class _$GAccountByPkData_accountByPk_identity_certReceived_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certReceived_receiver') + r'GAccountByPkData_accountByPk_identity_membershipHistory') ..add('G__typename', G__typename) - ..add('accountId', accountId) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('eventType', eventType) ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('identityId', identityId)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder +class GAccountByPkData_accountByPk_identity_membershipHistoryBuilder implements - Builder<GAccountByPkData_accountByPk_identity_certReceived_receiver, - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder> { - _$GAccountByPkData_accountByPk_identity_certReceived_receiver? _$v; + Builder<GAccountByPkData_accountByPk_identity_membershipHistory, + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder> { + _$GAccountByPkData_accountByPk_identity_membershipHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + _i2.GEventTypeEnum? _eventType; + _i2.GEventTypeEnum? get eventType => _$this._eventType; + set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder() { - GAccountByPkData_accountByPk_identity_certReceived_receiver - ._initializeBuilder(this); + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder() { + GAccountByPkData_accountByPk_identity_membershipHistory._initializeBuilder( + this); } - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder - get _$this { + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _eventType = $v.eventType; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _identityId = $v.identityId; _$v = null; } return this; } @override - void replace( - GAccountByPkData_accountByPk_identity_certReceived_receiver other) { + void replace(GAccountByPkData_accountByPk_identity_membershipHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountByPkData_accountByPk_identity_certReceived_receiver; + _$v = other as _$GAccountByPkData_accountByPk_identity_membershipHistory; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_certReceived_receiverBuilder)? + GAccountByPkData_accountByPk_identity_membershipHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certReceived_receiver build() => - _build(); + GAccountByPkData_accountByPk_identity_membershipHistory build() => _build(); - _$GAccountByPkData_accountByPk_identity_certReceived_receiver _build() { + _$GAccountByPkData_accountByPk_identity_membershipHistory _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certReceived_receiver._( + new _$GAccountByPkData_accountByPk_identity_membershipHistory._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + r'GAccountByPkData_accountByPk_identity_membershipHistory', 'G__typename'), - accountId: accountId, + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountByPkData_accountByPk_identity_membershipHistory', + 'blockNumber'), + eventId: eventId, + eventType: eventType, id: BuiltValueNullFieldError.checkNotNull( id, - r'GAccountByPkData_accountByPk_identity_certReceived_receiver', + r'GAccountByPkData_accountByPk_identity_membershipHistory', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountByPkData_accountByPk_identity_certReceived_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GAccountByPkData_accountByPk_identity_certReceived_receiver', - 'name')); + identityId: identityId); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate - extends GAccountByPkData_accountByPk_identity_certReceivedAggregate { +class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + extends GAccountByPkData_accountByPk_identity_membershipHistoryAggregate { @override final String G__typename; @override - final GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate? + final GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate? aggregate; - factory _$GAccountByPkData_accountByPk_identity_certReceivedAggregate( + factory _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate( [void Function( - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder)? + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder() + (new GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate._( + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate', + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate', 'G__typename'); } @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate rebuild( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate rebuild( void Function( - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder) + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder() + new GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_identity_certReceivedAggregate && + is GAccountByPkData_accountByPk_identity_membershipHistoryAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -43663,39 +43275,40 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate') + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder +class GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder implements - Builder<GAccountByPkData_accountByPk_identity_certReceivedAggregate, - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate? _$v; + Builder< + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate, + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder? _aggregate; - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder(); set aggregate( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder() { - GAccountByPkData_accountByPk_identity_certReceivedAggregate + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder() { + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -43708,32 +43321,33 @@ class GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder @override void replace( - GAccountByPkData_accountByPk_identity_certReceivedAggregate other) { + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountByPkData_accountByPk_identity_certReceivedAggregate; + _$v = other + as _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder)? + GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate build() => + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate build() => _build(); - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate _build() { - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate _$result; + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate _build() { + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certReceivedAggregate._( + new _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate', + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -43743,7 +43357,7 @@ class GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate', + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate', _$failedField, e.toString()); } @@ -43754,52 +43368,53 @@ class GAccountByPkData_accountByPk_identity_certReceivedAggregateBuilder } } -class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate - extends GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate { +class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + extends GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate._( + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate', 'count'); } @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate rebuild( - void Function( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); - + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + rebuild( + void Function( + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder() + new GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate && + is GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -43816,19 +43431,20 @@ class _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate') + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder implements Builder< - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate, - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate? _$v; + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate, + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate? + _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -43838,12 +43454,12 @@ class GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuild int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -43856,85 +43472,104 @@ class GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuild @override void replace( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate; + as _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate build() => _build(); - _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate + new _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_linkedAccount - extends GAccountByPkData_accountByPk_identity_linkedAccount { +class _$GAccountByPkData_accountByPk_identity_ownerKeyChange + extends GAccountByPkData_accountByPk_identity_ownerKeyChange { @override final String G__typename; @override final String id; + @override + final int blockNumber; + @override + final String? identityId; + @override + final String? nextId; + @override + final String? previousId; - factory _$GAccountByPkData_accountByPk_identity_linkedAccount( + factory _$GAccountByPkData_accountByPk_identity_ownerKeyChange( [void Function( - GAccountByPkData_accountByPk_identity_linkedAccountBuilder)? + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_linkedAccountBuilder() + (new GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_linkedAccount._( - {required this.G__typename, required this.id}) + _$GAccountByPkData_accountByPk_identity_ownerKeyChange._( + {required this.G__typename, + required this.id, + required this.blockNumber, + this.identityId, + this.nextId, + this.previousId}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_identity_linkedAccount', 'G__typename'); + r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_linkedAccount', 'id'); + id, r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'id'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'blockNumber'); } @override - GAccountByPkData_accountByPk_identity_linkedAccount rebuild( + GAccountByPkData_accountByPk_identity_ownerKeyChange rebuild( void Function( - GAccountByPkData_accountByPk_identity_linkedAccountBuilder) + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_linkedAccountBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_linkedAccountBuilder() + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_linkedAccount && + return other is GAccountByPkData_accountByPk_identity_ownerKeyChange && G__typename == other.G__typename && - id == other.id; + id == other.id && + blockNumber == other.blockNumber && + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override @@ -43942,6 +43577,10 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccount var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -43949,18 +43588,22 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccount @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_linkedAccount') + r'GAccountByPkData_accountByPk_identity_ownerKeyChange') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('id', id) + ..add('blockNumber', blockNumber) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GAccountByPkData_accountByPk_identity_linkedAccountBuilder +class GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder implements - Builder<GAccountByPkData_accountByPk_identity_linkedAccount, - GAccountByPkData_accountByPk_identity_linkedAccountBuilder> { - _$GAccountByPkData_accountByPk_identity_linkedAccount? _$v; + Builder<GAccountByPkData_accountByPk_identity_ownerKeyChange, + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder> { + _$GAccountByPkData_accountByPk_identity_ownerKeyChange? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -43970,94 +43613,122 @@ class GAccountByPkData_accountByPk_identity_linkedAccountBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountByPkData_accountByPk_identity_linkedAccountBuilder() { - GAccountByPkData_accountByPk_identity_linkedAccount._initializeBuilder( + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; + + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; + + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; + + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder() { + GAccountByPkData_accountByPk_identity_ownerKeyChange._initializeBuilder( this); } - GAccountByPkData_accountByPk_identity_linkedAccountBuilder get _$this { + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity_linkedAccount other) { + void replace(GAccountByPkData_accountByPk_identity_ownerKeyChange other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_linkedAccount; + _$v = other as _$GAccountByPkData_accountByPk_identity_ownerKeyChange; } @override void update( - void Function(GAccountByPkData_accountByPk_identity_linkedAccountBuilder)? + void Function( + GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_linkedAccount build() => _build(); + GAccountByPkData_accountByPk_identity_ownerKeyChange build() => _build(); - _$GAccountByPkData_accountByPk_identity_linkedAccount _build() { + _$GAccountByPkData_accountByPk_identity_ownerKeyChange _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_linkedAccount._( + new _$GAccountByPkData_accountByPk_identity_ownerKeyChange._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_linkedAccount', + r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull(id, - r'GAccountByPkData_accountByPk_identity_linkedAccount', 'id')); + r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountByPkData_accountByPk_identity_ownerKeyChange', + 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate - extends GAccountByPkData_accountByPk_identity_linkedAccountAggregate { +class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate + extends GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate { @override final String G__typename; @override - final GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate? + final GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate? aggregate; - factory _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate( + factory _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate( [void Function( - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder)? + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder() + (new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate._( + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate', + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate', 'G__typename'); } @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate rebuild( + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate rebuild( void Function( - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder) + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder() + new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_identity_linkedAccountAggregate && + is GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -44074,39 +43745,39 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate') + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder +class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder implements - Builder<GAccountByPkData_accountByPk_identity_linkedAccountAggregate, - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate? _$v; + Builder<GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate, + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder? _aggregate; - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder(); set aggregate( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder() { - GAccountByPkData_accountByPk_identity_linkedAccountAggregate + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder() { + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -44119,32 +43790,32 @@ class GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder @override void replace( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate other) { + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate; + _$v = other + as _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder)? + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate build() => + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate build() => _build(); - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate _build() { - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate _$result; + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate _build() { + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate._( + new _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate', + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -44154,7 +43825,7 @@ class GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate', + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate', _$failedField, e.toString()); } @@ -44165,52 +43836,52 @@ class GAccountByPkData_accountByPk_identity_linkedAccountAggregateBuilder } } -class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate - extends GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate { +class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate + extends GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate._( + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate', 'count'); } @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate rebuild( + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate rebuild( void Function( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder) + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder() + new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate && + is GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -44227,19 +43898,20 @@ class _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate') + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder implements Builder< - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate, - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate? _$v; + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate, + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate? + _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -44249,12 +43921,12 @@ class GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuil int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -44267,119 +43939,130 @@ class GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuil @override void replace( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate; + as _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate build() => _build(); - _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate + new _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_membershipHistory - extends GAccountByPkData_accountByPk_identity_membershipHistory { +class _$GAccountByPkData_accountByPk_identity_smith + extends GAccountByPkData_accountByPk_identity_smith { @override final String G__typename; @override - final int blockNumber; + final String id; @override - final String? eventId; + final int forged; @override - final _i2.GEventTypeEnum? eventType; + final int index; @override - final String id; + final int? lastChanged; @override - final String? identityId; + final int? lastForged; + @override + final BuiltList<GAccountByPkData_accountByPk_identity_smith_smithCertIssued> + smithCertIssued; + @override + final BuiltList<GAccountByPkData_accountByPk_identity_smith_smithCertReceived> + smithCertReceived; - factory _$GAccountByPkData_accountByPk_identity_membershipHistory( - [void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder)? + factory _$GAccountByPkData_accountByPk_identity_smith( + [void Function(GAccountByPkData_accountByPk_identity_smithBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_membershipHistoryBuilder() + (new GAccountByPkData_accountByPk_identity_smithBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_membershipHistory._( + _$GAccountByPkData_accountByPk_identity_smith._( {required this.G__typename, - required this.blockNumber, - this.eventId, - this.eventType, required this.id, - this.identityId}) + required this.forged, + required this.index, + this.lastChanged, + this.lastForged, + required this.smithCertIssued, + required this.smithCertReceived}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_identity_smith', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_membershipHistory', - 'G__typename'); + id, r'GAccountByPkData_accountByPk_identity_smith', 'id'); BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GAccountByPkData_accountByPk_identity_membershipHistory', - 'blockNumber'); + forged, r'GAccountByPkData_accountByPk_identity_smith', 'forged'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_membershipHistory', 'id'); + index, r'GAccountByPkData_accountByPk_identity_smith', 'index'); + BuiltValueNullFieldError.checkNotNull(smithCertIssued, + r'GAccountByPkData_accountByPk_identity_smith', 'smithCertIssued'); + BuiltValueNullFieldError.checkNotNull(smithCertReceived, + r'GAccountByPkData_accountByPk_identity_smith', 'smithCertReceived'); } @override - GAccountByPkData_accountByPk_identity_membershipHistory rebuild( - void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder) + GAccountByPkData_accountByPk_identity_smith rebuild( + void Function(GAccountByPkData_accountByPk_identity_smithBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_membershipHistoryBuilder() - ..replace(this); + GAccountByPkData_accountByPk_identity_smithBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_smithBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_membershipHistory && + return other is GAccountByPkData_accountByPk_identity_smith && G__typename == other.G__typename && - blockNumber == other.blockNumber && - eventId == other.eventId && - eventType == other.eventType && id == other.id && - identityId == other.identityId; + forged == other.forged && + index == other.index && + lastChanged == other.lastChanged && + lastForged == other.lastForged && + smithCertIssued == other.smithCertIssued && + smithCertReceived == other.smithCertReceived; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, eventType.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, forged.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, lastChanged.hashCode); + _$hash = $jc(_$hash, lastForged.hashCode); + _$hash = $jc(_$hash, smithCertIssued.hashCode); + _$hash = $jc(_$hash, smithCertReceived.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -44387,158 +44070,219 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_membershipHistory') + r'GAccountByPkData_accountByPk_identity_smith') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('eventType', eventType) ..add('id', id) - ..add('identityId', identityId)) + ..add('forged', forged) + ..add('index', index) + ..add('lastChanged', lastChanged) + ..add('lastForged', lastForged) + ..add('smithCertIssued', smithCertIssued) + ..add('smithCertReceived', smithCertReceived)) .toString(); } } -class GAccountByPkData_accountByPk_identity_membershipHistoryBuilder +class GAccountByPkData_accountByPk_identity_smithBuilder implements - Builder<GAccountByPkData_accountByPk_identity_membershipHistory, - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder> { - _$GAccountByPkData_accountByPk_identity_membershipHistory? _$v; + Builder<GAccountByPkData_accountByPk_identity_smith, + GAccountByPkData_accountByPk_identity_smithBuilder> { + _$GAccountByPkData_accountByPk_identity_smith? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; - - _i2.GEventTypeEnum? _eventType; - _i2.GEventTypeEnum? get eventType => _$this._eventType; - set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + int? _forged; + int? get forged => _$this._forged; + set forged(int? forged) => _$this._forged = forged; - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder() { - GAccountByPkData_accountByPk_identity_membershipHistory._initializeBuilder( - this); + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + int? _lastChanged; + int? get lastChanged => _$this._lastChanged; + set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + + int? _lastForged; + int? get lastForged => _$this._lastForged; + set lastForged(int? lastForged) => _$this._lastForged = lastForged; + + ListBuilder<GAccountByPkData_accountByPk_identity_smith_smithCertIssued>? + _smithCertIssued; + ListBuilder<GAccountByPkData_accountByPk_identity_smith_smithCertIssued> + get smithCertIssued => _$this._smithCertIssued ??= new ListBuilder< + GAccountByPkData_accountByPk_identity_smith_smithCertIssued>(); + set smithCertIssued( + ListBuilder< + GAccountByPkData_accountByPk_identity_smith_smithCertIssued>? + smithCertIssued) => + _$this._smithCertIssued = smithCertIssued; + + ListBuilder<GAccountByPkData_accountByPk_identity_smith_smithCertReceived>? + _smithCertReceived; + ListBuilder<GAccountByPkData_accountByPk_identity_smith_smithCertReceived> + get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< + GAccountByPkData_accountByPk_identity_smith_smithCertReceived>(); + set smithCertReceived( + ListBuilder< + GAccountByPkData_accountByPk_identity_smith_smithCertReceived>? + smithCertReceived) => + _$this._smithCertReceived = smithCertReceived; + + GAccountByPkData_accountByPk_identity_smithBuilder() { + GAccountByPkData_accountByPk_identity_smith._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder get _$this { + GAccountByPkData_accountByPk_identity_smithBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _eventType = $v.eventType; _id = $v.id; - _identityId = $v.identityId; + _forged = $v.forged; + _index = $v.index; + _lastChanged = $v.lastChanged; + _lastForged = $v.lastForged; + _smithCertIssued = $v.smithCertIssued.toBuilder(); + _smithCertReceived = $v.smithCertReceived.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity_membershipHistory other) { + void replace(GAccountByPkData_accountByPk_identity_smith other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_membershipHistory; + _$v = other as _$GAccountByPkData_accountByPk_identity_smith; } @override void update( - void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryBuilder)? + void Function(GAccountByPkData_accountByPk_identity_smithBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_membershipHistory build() => _build(); - - _$GAccountByPkData_accountByPk_identity_membershipHistory _build() { - final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_membershipHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_membershipHistory', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GAccountByPkData_accountByPk_identity_membershipHistory', - 'blockNumber'), - eventId: eventId, - eventType: eventType, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountByPkData_accountByPk_identity_membershipHistory', - 'id'), - identityId: identityId); - replace(_$result); - return _$result; - } -} - -class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate - extends GAccountByPkData_accountByPk_identity_membershipHistoryAggregate { - @override - final String G__typename; - @override - final GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate? - aggregate; + GAccountByPkData_accountByPk_identity_smith build() => _build(); - factory _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate( - [void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder)? + _$GAccountByPkData_accountByPk_identity_smith _build() { + _$GAccountByPkData_accountByPk_identity_smith _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_smith._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_smith', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_smith', 'id'), + forged: BuiltValueNullFieldError.checkNotNull(forged, + r'GAccountByPkData_accountByPk_identity_smith', 'forged'), + index: BuiltValueNullFieldError.checkNotNull(index, + r'GAccountByPkData_accountByPk_identity_smith', 'index'), + lastChanged: lastChanged, + lastForged: lastForged, + smithCertIssued: smithCertIssued.build(), + smithCertReceived: smithCertReceived.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'smithCertIssued'; + smithCertIssued.build(); + _$failedField = 'smithCertReceived'; + smithCertReceived.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_identity_smith', + _$failedField, + e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + +class _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued + extends GAccountByPkData_accountByPk_identity_smith_smithCertIssued { + @override + final String G__typename; + @override + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; + + factory _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued( + [void Function( + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder() + (new GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate', + r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(id, + r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', + 'createdOn'); } @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate rebuild( + GAccountByPkData_accountByPk_identity_smith_smithCertIssued rebuild( void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder) + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder() + new GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_identity_membershipHistoryAggregate && + is GAccountByPkData_accountByPk_identity_smith_smithCertIssued && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -44546,45 +44290,56 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate') + r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder +class GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder implements - Builder< - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate, - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate? _$v; + Builder<GAccountByPkData_accountByPk_identity_smith_smithCertIssued, + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder> { + _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder? - _aggregate; - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder(); - set aggregate( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder() { - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder() { + GAccountByPkData_accountByPk_identity_smith_smithCertIssued ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; @@ -44592,109 +44347,119 @@ class GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder @override void replace( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate other) { + GAccountByPkData_accountByPk_identity_smith_smithCertIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate; + _$v = + other as _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregateBuilder)? + GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate build() => + GAccountByPkData_accountByPk_identity_smith_smithCertIssued build() => _build(); - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate _build() { - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate _$result; - try { - _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, + r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', + 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate - extends GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate { +class _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived + extends GAccountByPkData_accountByPk_identity_smith_smithCertReceived { @override final String G__typename; @override - final int count; + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; - factory _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived( [void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(id, + r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', 'id'); BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate', - 'count'); + createdOn, + r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', + 'createdOn'); } @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate - rebuild( - void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); + GAccountByPkData_accountByPk_identity_smith_smithCertReceived rebuild( + void Function( + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder) + updates) => + (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder() + new GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate && + is GAccountByPkData_accountByPk_identity_smith_smithCertReceived && G__typename == other.G__typename && - count == other.count; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -44702,40 +44467,56 @@ class _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggrega @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate') + r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder implements - Builder< - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate, - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate? - _$v; + Builder<GAccountByPkData_accountByPk_identity_smith_smithCertReceived, + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder> { + _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder() { + GAccountByPkData_accountByPk_identity_smith_smithCertReceived ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; @@ -44743,104 +44524,100 @@ class GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate @override void replace( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate - other) { + GAccountByPkData_accountByPk_identity_smith_smithCertReceived other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate; + as _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate - build() => _build(); + GAccountByPkData_accountByPk_identity_smith_smithCertReceived build() => + _build(); - _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate - _build() { + _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate - ._( + new _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate', + r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountByPkData_accountByPk_identity_membershipHistoryAggregate_aggregate', - 'count')); + id: BuiltValueNullFieldError.checkNotNull( + id, + r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', + 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_ownerKeyChange - extends GAccountByPkData_accountByPk_identity_ownerKeyChange { +class _$GAccountByPkData_accountByPk_identity_udHistory + extends GAccountByPkData_accountByPk_identity_udHistory { @override final String G__typename; @override final String id; @override - final int blockNumber; - @override - final String? identityId; - @override - final String? nextId; + final int amount; @override - final String? previousId; + final _i2.Gtimestamptz timestamp; - factory _$GAccountByPkData_accountByPk_identity_ownerKeyChange( + factory _$GAccountByPkData_accountByPk_identity_udHistory( [void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder)? + GAccountByPkData_accountByPk_identity_udHistoryBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder() + (new GAccountByPkData_accountByPk_identity_udHistoryBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_ownerKeyChange._( + _$GAccountByPkData_accountByPk_identity_udHistory._( {required this.G__typename, required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + required this.amount, + required this.timestamp}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'G__typename'); + r'GAccountByPkData_accountByPk_identity_udHistory', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'id'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'blockNumber'); + id, r'GAccountByPkData_accountByPk_identity_udHistory', 'id'); + BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountByPkData_accountByPk_identity_udHistory', 'amount'); + BuiltValueNullFieldError.checkNotNull(timestamp, + r'GAccountByPkData_accountByPk_identity_udHistory', 'timestamp'); } @override - GAccountByPkData_accountByPk_identity_ownerKeyChange rebuild( - void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder) + GAccountByPkData_accountByPk_identity_udHistory rebuild( + void Function(GAccountByPkData_accountByPk_identity_udHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder() + GAccountByPkData_accountByPk_identity_udHistoryBuilder toBuilder() => + new GAccountByPkData_accountByPk_identity_udHistoryBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_ownerKeyChange && + return other is GAccountByPkData_accountByPk_identity_udHistory && G__typename == other.G__typename && id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + amount == other.amount && + timestamp == other.timestamp; } @override @@ -44848,10 +44625,8 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChange var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -44859,22 +44634,20 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChange @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_ownerKeyChange') + r'GAccountByPkData_accountByPk_identity_udHistory') ..add('G__typename', G__typename) ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('amount', amount) + ..add('timestamp', timestamp)) .toString(); } } -class GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder +class GAccountByPkData_accountByPk_identity_udHistoryBuilder implements - Builder<GAccountByPkData_accountByPk_identity_ownerKeyChange, - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder> { - _$GAccountByPkData_accountByPk_identity_ownerKeyChange? _$v; + Builder<GAccountByPkData_accountByPk_identity_udHistory, + GAccountByPkData_accountByPk_identity_udHistoryBuilder> { + _$GAccountByPkData_accountByPk_identity_udHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -44884,131 +44657,163 @@ class GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; - - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder() { - GAccountByPkData_accountByPk_identity_ownerKeyChange._initializeBuilder( - this); + GAccountByPkData_accountByPk_identity_udHistoryBuilder() { + GAccountByPkData_accountByPk_identity_udHistory._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder get _$this { + GAccountByPkData_accountByPk_identity_udHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _amount = $v.amount; + _timestamp = $v.timestamp.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity_ownerKeyChange other) { + void replace(GAccountByPkData_accountByPk_identity_udHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_ownerKeyChange; + _$v = other as _$GAccountByPkData_accountByPk_identity_udHistory; } @override void update( - void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeBuilder)? + void Function(GAccountByPkData_accountByPk_identity_udHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_ownerKeyChange build() => _build(); + GAccountByPkData_accountByPk_identity_udHistory build() => _build(); - _$GAccountByPkData_accountByPk_identity_ownerKeyChange _build() { - final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_ownerKeyChange._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_ownerKeyChange', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GAccountByPkData_accountByPk_identity_ownerKeyChange', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GAccountByPkData_accountByPk_identity_ownerKeyChange', - 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + _$GAccountByPkData_accountByPk_identity_udHistory _build() { + _$GAccountByPkData_accountByPk_identity_udHistory _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_identity_udHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_identity_udHistory', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_identity_udHistory', 'id'), + amount: BuiltValueNullFieldError.checkNotNull(amount, + r'GAccountByPkData_accountByPk_identity_udHistory', 'amount'), + timestamp: timestamp.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_identity_udHistory', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate - extends GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate { +class _$GAccountByPkData_accountByPk_linkedIdentity + extends GAccountByPkData_accountByPk_linkedIdentity { @override final String G__typename; @override - final GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate? - aggregate; - - factory _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate( - [void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder)? - updates]) => - (new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder() + final String? accountId; + @override + final GAccountByPkData_accountByPk_linkedIdentity_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; + + factory _$GAccountByPkData_accountByPk_linkedIdentity( + [void Function(GAccountByPkData_accountByPk_linkedIdentityBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_linkedIdentityBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountByPkData_accountByPk_linkedIdentity._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_linkedIdentity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate', - 'G__typename'); + id, r'GAccountByPkData_accountByPk_linkedIdentity', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountByPkData_accountByPk_linkedIdentity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountByPkData_accountByPk_linkedIdentity', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountByPkData_accountByPk_linkedIdentity', 'expireOn'); } @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate rebuild( - void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder) + GAccountByPkData_accountByPk_linkedIdentity rebuild( + void Function(GAccountByPkData_accountByPk_linkedIdentityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder - toBuilder() => - new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder() - ..replace(this); + GAccountByPkData_accountByPk_linkedIdentityBuilder toBuilder() => + new GAccountByPkData_accountByPk_linkedIdentityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate && + return other is GAccountByPkData_accountByPk_linkedIdentity && G__typename == other.G__typename && - aggregate == other.aggregate; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -45016,87 +44821,126 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate') + r'GAccountByPkData_accountByPk_linkedIdentity') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder +class GAccountByPkData_accountByPk_linkedIdentityBuilder implements - Builder<GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate, - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate? _$v; + Builder<GAccountByPkData_accountByPk_linkedIdentity, + GAccountByPkData_accountByPk_linkedIdentityBuilder> { + _$GAccountByPkData_accountByPk_linkedIdentity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder? - _aggregate; - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder(); - set aggregate( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder() { - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate - ._initializeBuilder(this); + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder? _account; + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder get account => + _$this._account ??= + new GAccountByPkData_accountByPk_linkedIdentity_accountBuilder(); + set account( + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountByPkData_accountByPk_linkedIdentityBuilder() { + GAccountByPkData_accountByPk_linkedIdentity._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder - get _$this { + GAccountByPkData_accountByPk_linkedIdentityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate other) { + void replace(GAccountByPkData_accountByPk_linkedIdentity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate; + _$v = other as _$GAccountByPkData_accountByPk_linkedIdentity; } @override void update( - void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder)? + void Function(GAccountByPkData_accountByPk_linkedIdentityBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate build() => - _build(); + GAccountByPkData_accountByPk_linkedIdentity build() => _build(); - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate _build() { - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate _$result; + _$GAccountByPkData_accountByPk_linkedIdentity _build() { + _$GAccountByPkData_accountByPk_linkedIdentity _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate._( + new _$GAccountByPkData_accountByPk_linkedIdentity._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate', + r'GAccountByPkData_accountByPk_linkedIdentity', 'G__typename'), - aggregate: _aggregate?.build()); + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_linkedIdentity', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountByPkData_accountByPk_linkedIdentity', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GAccountByPkData_accountByPk_linkedIdentity', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountByPkData_accountByPk_linkedIdentity', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate', + r'GAccountByPkData_accountByPk_linkedIdentity', _$failedField, e.toString()); } @@ -45107,61 +44951,55 @@ class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregateBuilder } } -class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - extends GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate { +class _$GAccountByPkData_accountByPk_linkedIdentity_account + extends GAccountByPkData_accountByPk_linkedIdentity_account { @override final String G__typename; @override - final int count; + final int createdOn; - factory _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_linkedIdentity_account( [void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_linkedIdentity_accountBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountByPkData_accountByPk_linkedIdentity_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate', - 'count'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_linkedIdentity_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountByPkData_accountByPk_linkedIdentity_account', 'createdOn'); } @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate rebuild( + GAccountByPkData_accountByPk_linkedIdentity_account rebuild( void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder) + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder - toBuilder() => - new GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder() - ..replace(this); + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder toBuilder() => + new GAccountByPkData_accountByPk_linkedIdentity_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate && + return other is GAccountByPkData_accountByPk_linkedIdentity_account && G__typename == other.G__typename && - count == other.count; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -45169,171 +45007,158 @@ class _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate') + r'GAccountByPkData_accountByPk_linkedIdentity_account') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_linkedIdentity_accountBuilder implements - Builder< - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate, - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate? - _$v; + Builder<GAccountByPkData_accountByPk_linkedIdentity_account, + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder> { + _$GAccountByPkData_accountByPk_linkedIdentity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - ._initializeBuilder(this); + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder() { + GAccountByPkData_accountByPk_linkedIdentity_account._initializeBuilder( + this); } - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder - get _$this { + GAccountByPkData_accountByPk_linkedIdentity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - other) { + void replace(GAccountByPkData_accountByPk_linkedIdentity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate; + _$v = other as _$GAccountByPkData_accountByPk_linkedIdentity_account; } @override void update( - void Function( - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregateBuilder)? + void Function(GAccountByPkData_accountByPk_linkedIdentity_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - build() => _build(); + GAccountByPkData_accountByPk_linkedIdentity_account build() => _build(); - _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - _build() { + _$GAccountByPkData_accountByPk_linkedIdentity_account _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate - ._( + new _$GAccountByPkData_accountByPk_linkedIdentity_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate', + r'GAccountByPkData_accountByPk_linkedIdentity_account', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountByPkData_accountByPk_identity_ownerKeyChangeAggregate_aggregate', - 'count')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountByPkData_accountByPk_linkedIdentity_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_smith - extends GAccountByPkData_accountByPk_identity_smith { +class _$GAccountByPkData_accountByPk_removedIdentities + extends GAccountByPkData_accountByPk_removedIdentities { @override final String G__typename; @override - final String id; + final String? accountId; @override - final int forged; + final GAccountByPkData_accountByPk_removedIdentities_account? account; @override - final int index; + final String id; @override - final int? lastChanged; + final bool isMember; @override - final int? lastForged; + final _i2.GIdentityStatusEnum? status; @override - final BuiltList<GAccountByPkData_accountByPk_identity_smith_smithCertIssued> - smithCertIssued; + final String name; @override - final BuiltList<GAccountByPkData_accountByPk_identity_smith_smithCertReceived> - smithCertReceived; + final int expireOn; - factory _$GAccountByPkData_accountByPk_identity_smith( - [void Function(GAccountByPkData_accountByPk_identity_smithBuilder)? + factory _$GAccountByPkData_accountByPk_removedIdentities( + [void Function(GAccountByPkData_accountByPk_removedIdentitiesBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_smithBuilder() + (new GAccountByPkData_accountByPk_removedIdentitiesBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_smith._( + _$GAccountByPkData_accountByPk_removedIdentities._( {required this.G__typename, + this.accountId, + this.account, required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_identity_smith', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_smith', 'id'); + r'GAccountByPkData_accountByPk_removedIdentities', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - forged, r'GAccountByPkData_accountByPk_identity_smith', 'forged'); + id, r'GAccountByPkData_accountByPk_removedIdentities', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountByPkData_accountByPk_removedIdentities', 'isMember'); BuiltValueNullFieldError.checkNotNull( - index, r'GAccountByPkData_accountByPk_identity_smith', 'index'); - BuiltValueNullFieldError.checkNotNull(smithCertIssued, - r'GAccountByPkData_accountByPk_identity_smith', 'smithCertIssued'); - BuiltValueNullFieldError.checkNotNull(smithCertReceived, - r'GAccountByPkData_accountByPk_identity_smith', 'smithCertReceived'); + name, r'GAccountByPkData_accountByPk_removedIdentities', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountByPkData_accountByPk_removedIdentities', 'expireOn'); } @override - GAccountByPkData_accountByPk_identity_smith rebuild( - void Function(GAccountByPkData_accountByPk_identity_smithBuilder) + GAccountByPkData_accountByPk_removedIdentities rebuild( + void Function(GAccountByPkData_accountByPk_removedIdentitiesBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_smithBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_smithBuilder()..replace(this); + GAccountByPkData_accountByPk_removedIdentitiesBuilder toBuilder() => + new GAccountByPkData_accountByPk_removedIdentitiesBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_smith && + return other is GAccountByPkData_accountByPk_removedIdentities && G__typename == other.G__typename && + accountId == other.accountId && + account == other.account && id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -45341,136 +45166,130 @@ class _$GAccountByPkData_accountByPk_identity_smith @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_smith') + r'GAccountByPkData_accountByPk_removedIdentities') ..add('G__typename', G__typename) + ..add('accountId', accountId) + ..add('account', account) ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_smithBuilder +class GAccountByPkData_accountByPk_removedIdentitiesBuilder implements - Builder<GAccountByPkData_accountByPk_identity_smith, - GAccountByPkData_accountByPk_identity_smithBuilder> { - _$GAccountByPkData_accountByPk_identity_smith? _$v; + Builder<GAccountByPkData_accountByPk_removedIdentities, + GAccountByPkData_accountByPk_removedIdentitiesBuilder> { + _$GAccountByPkData_accountByPk_removedIdentities? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GAccountByPkData_accountByPk_removedIdentities_accountBuilder? _account; + GAccountByPkData_accountByPk_removedIdentities_accountBuilder get account => + _$this._account ??= + new GAccountByPkData_accountByPk_removedIdentities_accountBuilder(); + set account( + GAccountByPkData_accountByPk_removedIdentities_accountBuilder? + account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - ListBuilder<GAccountByPkData_accountByPk_identity_smith_smithCertIssued>? - _smithCertIssued; - ListBuilder<GAccountByPkData_accountByPk_identity_smith_smithCertIssued> - get smithCertIssued => _$this._smithCertIssued ??= new ListBuilder< - GAccountByPkData_accountByPk_identity_smith_smithCertIssued>(); - set smithCertIssued( - ListBuilder< - GAccountByPkData_accountByPk_identity_smith_smithCertIssued>? - smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; - ListBuilder<GAccountByPkData_accountByPk_identity_smith_smithCertReceived>? - _smithCertReceived; - ListBuilder<GAccountByPkData_accountByPk_identity_smith_smithCertReceived> - get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< - GAccountByPkData_accountByPk_identity_smith_smithCertReceived>(); - set smithCertReceived( - ListBuilder< - GAccountByPkData_accountByPk_identity_smith_smithCertReceived>? - smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GAccountByPkData_accountByPk_identity_smithBuilder() { - GAccountByPkData_accountByPk_identity_smith._initializeBuilder(this); + GAccountByPkData_accountByPk_removedIdentitiesBuilder() { + GAccountByPkData_accountByPk_removedIdentities._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_smithBuilder get _$this { + GAccountByPkData_accountByPk_removedIdentitiesBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity_smith other) { + void replace(GAccountByPkData_accountByPk_removedIdentities other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_smith; + _$v = other as _$GAccountByPkData_accountByPk_removedIdentities; } @override void update( - void Function(GAccountByPkData_accountByPk_identity_smithBuilder)? + void Function(GAccountByPkData_accountByPk_removedIdentitiesBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_smith build() => _build(); + GAccountByPkData_accountByPk_removedIdentities build() => _build(); - _$GAccountByPkData_accountByPk_identity_smith _build() { - _$GAccountByPkData_accountByPk_identity_smith _$result; + _$GAccountByPkData_accountByPk_removedIdentities _build() { + _$GAccountByPkData_accountByPk_removedIdentities _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_smith._( + new _$GAccountByPkData_accountByPk_removedIdentities._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_smith', + r'GAccountByPkData_accountByPk_removedIdentities', 'G__typename'), + accountId: accountId, + account: _account?.build(), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_smith', 'id'), - forged: BuiltValueNullFieldError.checkNotNull(forged, - r'GAccountByPkData_accountByPk_identity_smith', 'forged'), - index: BuiltValueNullFieldError.checkNotNull(index, - r'GAccountByPkData_accountByPk_identity_smith', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); + id, r'GAccountByPkData_accountByPk_removedIdentities', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountByPkData_accountByPk_removedIdentities', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GAccountByPkData_accountByPk_removedIdentities', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountByPkData_accountByPk_removedIdentities', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_smith', + r'GAccountByPkData_accountByPk_removedIdentities', _$failedField, e.toString()); } @@ -45481,68 +45300,49 @@ class GAccountByPkData_accountByPk_identity_smithBuilder } } -class _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued - extends GAccountByPkData_accountByPk_identity_smith_smithCertIssued { +class _$GAccountByPkData_accountByPk_removedIdentities_account + extends GAccountByPkData_accountByPk_removedIdentities_account { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override final int createdOn; - factory _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued( + factory _$GAccountByPkData_accountByPk_removedIdentities_account( [void Function( - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder)? + GAccountByPkData_accountByPk_removedIdentities_accountBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder() + (new GAccountByPkData_accountByPk_removedIdentities_accountBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GAccountByPkData_accountByPk_removedIdentities_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', + r'GAccountByPkData_accountByPk_removedIdentities_account', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, - r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', - 'createdOn'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountByPkData_accountByPk_removedIdentities_account', 'createdOn'); } @override - GAccountByPkData_accountByPk_identity_smith_smithCertIssued rebuild( + GAccountByPkData_accountByPk_removedIdentities_account rebuild( void Function( - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder) + GAccountByPkData_accountByPk_removedIdentities_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder - toBuilder() => - new GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder() - ..replace(this); + GAccountByPkData_accountByPk_removedIdentities_accountBuilder toBuilder() => + new GAccountByPkData_accountByPk_removedIdentities_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountByPkData_accountByPk_identity_smith_smithCertIssued && + return other is GAccountByPkData_accountByPk_removedIdentities_account && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && createdOn == other.createdOn; } @@ -45550,9 +45350,6 @@ class _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; @@ -45561,55 +45358,36 @@ class _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued') + r'GAccountByPkData_accountByPk_removedIdentities_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder +class GAccountByPkData_accountByPk_removedIdentities_accountBuilder implements - Builder<GAccountByPkData_accountByPk_identity_smith_smithCertIssued, - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder> { - _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued? _$v; + Builder<GAccountByPkData_accountByPk_removedIdentities_account, + GAccountByPkData_accountByPk_removedIdentities_accountBuilder> { + _$GAccountByPkData_accountByPk_removedIdentities_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder() { - GAccountByPkData_accountByPk_identity_smith_smithCertIssued - ._initializeBuilder(this); + GAccountByPkData_accountByPk_removedIdentities_accountBuilder() { + GAccountByPkData_accountByPk_removedIdentities_account._initializeBuilder( + this); } - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder - get _$this { + GAccountByPkData_accountByPk_removedIdentities_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; _createdOn = $v.createdOn; _$v = null; } @@ -45617,120 +45395,237 @@ class GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder } @override - void replace( - GAccountByPkData_accountByPk_identity_smith_smithCertIssued other) { + void replace(GAccountByPkData_accountByPk_removedIdentities_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued; + _$v = other as _$GAccountByPkData_accountByPk_removedIdentities_account; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_smith_smithCertIssuedBuilder)? + GAccountByPkData_accountByPk_removedIdentities_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_smith_smithCertIssued build() => - _build(); + GAccountByPkData_accountByPk_removedIdentities_account build() => _build(); - _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued _build() { + _$GAccountByPkData_accountByPk_removedIdentities_account _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_smith_smithCertIssued._( + new _$GAccountByPkData_accountByPk_removedIdentities_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', + r'GAccountByPkData_accountByPk_removedIdentities_account', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', - 'id'), - issuerId: issuerId, - receiverId: receiverId, createdOn: BuiltValueNullFieldError.checkNotNull( createdOn, - r'GAccountByPkData_accountByPk_identity_smith_smithCertIssued', + r'GAccountByPkData_accountByPk_removedIdentities_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived - extends GAccountByPkData_accountByPk_identity_smith_smithCertReceived { +class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate + extends GAccountByPkData_accountByPk_removedIdentitiesAggregate { @override final String G__typename; @override - final String id; + final GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate? + aggregate; + + factory _$GAccountByPkData_accountByPk_removedIdentitiesAggregate( + [void Function( + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate._( + {required this.G__typename, this.aggregate}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate', + 'G__typename'); + } + @override - final String? issuerId; + GAccountByPkData_accountByPk_removedIdentitiesAggregate rebuild( + void Function( + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + @override - final String? receiverId; + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder toBuilder() => + new GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder() + ..replace(this); + @override - final int createdOn; + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountByPkData_accountByPk_removedIdentitiesAggregate && + G__typename == other.G__typename && + aggregate == other.aggregate; + } - factory _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived( + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate') + ..add('G__typename', G__typename) + ..add('aggregate', aggregate)) + .toString(); + } +} + +class GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder + implements + Builder<GAccountByPkData_accountByPk_removedIdentitiesAggregate, + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder> { + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder? + _aggregate; + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder(); + set aggregate( + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; + + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder() { + GAccountByPkData_accountByPk_removedIdentitiesAggregate._initializeBuilder( + this); + } + + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _aggregate = $v.aggregate?.toBuilder(); + _$v = null; + } + return this; + } + + @override + void replace(GAccountByPkData_accountByPk_removedIdentitiesAggregate other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountByPkData_accountByPk_removedIdentitiesAggregate; + } + + @override + void update( + void Function( + GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountByPkData_accountByPk_removedIdentitiesAggregate build() => _build(); + + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate _build() { + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_removedIdentitiesAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate', + _$failedField, + e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + +class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate + extends GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate { + @override + final String G__typename; + @override + final int count; + + factory _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder)? + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder() + (new GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, - r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', 'id'); BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', - 'createdOn'); + count, + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate', + 'count'); } @override - GAccountByPkData_accountByPk_identity_smith_smithCertReceived rebuild( + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate rebuild( void Function( - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder) + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder() + new GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_identity_smith_smithCertReceived && + is GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -45738,56 +45633,39 @@ class _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived') + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('count', count)) .toString(); } } -class GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder +class GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder implements - Builder<GAccountByPkData_accountByPk_identity_smith_smithCertReceived, - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder> { - _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived? _$v; + Builder< + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate, + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder() { - GAccountByPkData_accountByPk_identity_smith_smithCertReceived + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _count = $v.count; _$v = null; } return this; @@ -45795,109 +45673,117 @@ class GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder @override void replace( - GAccountByPkData_accountByPk_identity_smith_smithCertReceived other) { + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived; + as _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_identity_smith_smithCertReceivedBuilder)? + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_smith_smithCertReceived build() => + GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate build() => _build(); - _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived _build() { + _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_smith_smithCertReceived._( + new _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', - 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountByPkData_accountByPk_identity_smith_smithCertReceived', - 'createdOn')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_identity_udHistory - extends GAccountByPkData_accountByPk_identity_udHistory { +class _$GAccountByPkData_accountByPk_transfersIssued + extends GAccountByPkData_accountByPk_transfersIssued { @override final String G__typename; @override - final String id; + final int blockNumber; + @override + final _i2.Gtimestamptz timestamp; @override final int amount; @override - final _i2.Gtimestamptz timestamp; + final GAccountByPkData_accountByPk_transfersIssued_to? to; + @override + final GAccountByPkData_accountByPk_transfersIssued_from? from; + @override + final GAccountByPkData_accountByPk_transfersIssued_comment? comment; - factory _$GAccountByPkData_accountByPk_identity_udHistory( - [void Function( - GAccountByPkData_accountByPk_identity_udHistoryBuilder)? + factory _$GAccountByPkData_accountByPk_transfersIssued( + [void Function(GAccountByPkData_accountByPk_transfersIssuedBuilder)? updates]) => - (new GAccountByPkData_accountByPk_identity_udHistoryBuilder() + (new GAccountByPkData_accountByPk_transfersIssuedBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_identity_udHistory._( + _$GAccountByPkData_accountByPk_transfersIssued._( {required this.G__typename, - required this.id, + required this.blockNumber, + required this.timestamp, required this.amount, - required this.timestamp}) + this.to, + this.from, + this.comment}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_identity_udHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_udHistory', 'id'); - BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountByPkData_accountByPk_identity_udHistory', 'amount'); + r'GAccountByPkData_accountByPk_transfersIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountByPkData_accountByPk_transfersIssued', 'blockNumber'); BuiltValueNullFieldError.checkNotNull(timestamp, - r'GAccountByPkData_accountByPk_identity_udHistory', 'timestamp'); + r'GAccountByPkData_accountByPk_transfersIssued', 'timestamp'); + BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountByPkData_accountByPk_transfersIssued', 'amount'); } @override - GAccountByPkData_accountByPk_identity_udHistory rebuild( - void Function(GAccountByPkData_accountByPk_identity_udHistoryBuilder) + GAccountByPkData_accountByPk_transfersIssued rebuild( + void Function(GAccountByPkData_accountByPk_transfersIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_identity_udHistoryBuilder toBuilder() => - new GAccountByPkData_accountByPk_identity_udHistoryBuilder() - ..replace(this); + GAccountByPkData_accountByPk_transfersIssuedBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_identity_udHistory && + return other is GAccountByPkData_accountByPk_transfersIssued && G__typename == other.G__typename && - id == other.id && + blockNumber == other.blockNumber && + timestamp == other.timestamp && amount == other.amount && - timestamp == other.timestamp; + to == other.to && + from == other.from && + comment == other.comment; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, to.hashCode); + _$hash = $jc(_$hash, from.hashCode); + _$hash = $jc(_$hash, comment.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -45905,32 +45791,31 @@ class _$GAccountByPkData_accountByPk_identity_udHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_identity_udHistory') + r'GAccountByPkData_accountByPk_transfersIssued') ..add('G__typename', G__typename) - ..add('id', id) + ..add('blockNumber', blockNumber) + ..add('timestamp', timestamp) ..add('amount', amount) - ..add('timestamp', timestamp)) + ..add('to', to) + ..add('from', from) + ..add('comment', comment)) .toString(); } } -class GAccountByPkData_accountByPk_identity_udHistoryBuilder +class GAccountByPkData_accountByPk_transfersIssuedBuilder implements - Builder<GAccountByPkData_accountByPk_identity_udHistory, - GAccountByPkData_accountByPk_identity_udHistoryBuilder> { - _$GAccountByPkData_accountByPk_identity_udHistory? _$v; + Builder<GAccountByPkData_accountByPk_transfersIssued, + GAccountByPkData_accountByPk_transfersIssuedBuilder> { + _$GAccountByPkData_accountByPk_transfersIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; _i2.GtimestamptzBuilder? _timestamp; _i2.GtimestamptzBuilder get timestamp => @@ -45938,60 +45823,102 @@ class GAccountByPkData_accountByPk_identity_udHistoryBuilder set timestamp(_i2.GtimestamptzBuilder? timestamp) => _$this._timestamp = timestamp; - GAccountByPkData_accountByPk_identity_udHistoryBuilder() { - GAccountByPkData_accountByPk_identity_udHistory._initializeBuilder(this); + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; + + GAccountByPkData_accountByPk_transfersIssued_toBuilder? _to; + GAccountByPkData_accountByPk_transfersIssued_toBuilder get to => + _$this._to ??= + new GAccountByPkData_accountByPk_transfersIssued_toBuilder(); + set to(GAccountByPkData_accountByPk_transfersIssued_toBuilder? to) => + _$this._to = to; + + GAccountByPkData_accountByPk_transfersIssued_fromBuilder? _from; + GAccountByPkData_accountByPk_transfersIssued_fromBuilder get from => + _$this._from ??= + new GAccountByPkData_accountByPk_transfersIssued_fromBuilder(); + set from(GAccountByPkData_accountByPk_transfersIssued_fromBuilder? from) => + _$this._from = from; + + GAccountByPkData_accountByPk_transfersIssued_commentBuilder? _comment; + GAccountByPkData_accountByPk_transfersIssued_commentBuilder get comment => + _$this._comment ??= + new GAccountByPkData_accountByPk_transfersIssued_commentBuilder(); + set comment( + GAccountByPkData_accountByPk_transfersIssued_commentBuilder? + comment) => + _$this._comment = comment; + + GAccountByPkData_accountByPk_transfersIssuedBuilder() { + GAccountByPkData_accountByPk_transfersIssued._initializeBuilder(this); } - GAccountByPkData_accountByPk_identity_udHistoryBuilder get _$this { + GAccountByPkData_accountByPk_transfersIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _amount = $v.amount; + _blockNumber = $v.blockNumber; _timestamp = $v.timestamp.toBuilder(); + _amount = $v.amount; + _to = $v.to?.toBuilder(); + _from = $v.from?.toBuilder(); + _comment = $v.comment?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_identity_udHistory other) { + void replace(GAccountByPkData_accountByPk_transfersIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_identity_udHistory; + _$v = other as _$GAccountByPkData_accountByPk_transfersIssued; } @override void update( - void Function(GAccountByPkData_accountByPk_identity_udHistoryBuilder)? + void Function(GAccountByPkData_accountByPk_transfersIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_identity_udHistory build() => _build(); + GAccountByPkData_accountByPk_transfersIssued build() => _build(); - _$GAccountByPkData_accountByPk_identity_udHistory _build() { - _$GAccountByPkData_accountByPk_identity_udHistory _$result; + _$GAccountByPkData_accountByPk_transfersIssued _build() { + _$GAccountByPkData_accountByPk_transfersIssued _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_identity_udHistory._( + new _$GAccountByPkData_accountByPk_transfersIssued._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_identity_udHistory', + r'GAccountByPkData_accountByPk_transfersIssued', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_identity_udHistory', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountByPkData_accountByPk_transfersIssued', + 'blockNumber'), + timestamp: timestamp.build(), amount: BuiltValueNullFieldError.checkNotNull(amount, - r'GAccountByPkData_accountByPk_identity_udHistory', 'amount'), - timestamp: timestamp.build()); + r'GAccountByPkData_accountByPk_transfersIssued', 'amount'), + to: _to?.build(), + from: _from?.build(), + comment: _comment?.build()); } catch (_) { late String _$failedField; try { _$failedField = 'timestamp'; timestamp.build(); + + _$failedField = 'to'; + _to?.build(); + _$failedField = 'from'; + _from?.build(); + _$failedField = 'comment'; + _comment?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_identity_udHistory', + r'GAccountByPkData_accountByPk_transfersIssued', _$failedField, e.toString()); } @@ -46002,77 +45929,54 @@ class GAccountByPkData_accountByPk_identity_udHistoryBuilder } } -class _$GAccountByPkData_accountByPk_linkedIdentity - extends GAccountByPkData_accountByPk_linkedIdentity { +class _$GAccountByPkData_accountByPk_transfersIssued_to + extends GAccountByPkData_accountByPk_transfersIssued_to { @override final String G__typename; @override - final String? accountId; - @override final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; - factory _$GAccountByPkData_accountByPk_linkedIdentity( - [void Function(GAccountByPkData_accountByPk_linkedIdentityBuilder)? + factory _$GAccountByPkData_accountByPk_transfersIssued_to( + [void Function( + GAccountByPkData_accountByPk_transfersIssued_toBuilder)? updates]) => - (new GAccountByPkData_accountByPk_linkedIdentityBuilder() + (new GAccountByPkData_accountByPk_transfersIssued_toBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_linkedIdentity._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountByPkData_accountByPk_transfersIssued_to._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_linkedIdentity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_linkedIdentity', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountByPkData_accountByPk_linkedIdentity', 'isMember'); + r'GAccountByPkData_accountByPk_transfersIssued_to', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountByPkData_accountByPk_linkedIdentity', 'name'); + id, r'GAccountByPkData_accountByPk_transfersIssued_to', 'id'); } @override - GAccountByPkData_accountByPk_linkedIdentity rebuild( - void Function(GAccountByPkData_accountByPk_linkedIdentityBuilder) + GAccountByPkData_accountByPk_transfersIssued_to rebuild( + void Function(GAccountByPkData_accountByPk_transfersIssued_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_linkedIdentityBuilder toBuilder() => - new GAccountByPkData_accountByPk_linkedIdentityBuilder()..replace(this); + GAccountByPkData_accountByPk_transfersIssued_toBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersIssued_toBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_linkedIdentity && + return other is GAccountByPkData_accountByPk_transfersIssued_to && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -46080,171 +45984,120 @@ class _$GAccountByPkData_accountByPk_linkedIdentity @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_linkedIdentity') + r'GAccountByPkData_accountByPk_transfersIssued_to') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('id', id)) .toString(); } } -class GAccountByPkData_accountByPk_linkedIdentityBuilder +class GAccountByPkData_accountByPk_transfersIssued_toBuilder implements - Builder<GAccountByPkData_accountByPk_linkedIdentity, - GAccountByPkData_accountByPk_linkedIdentityBuilder> { - _$GAccountByPkData_accountByPk_linkedIdentity? _$v; + Builder<GAccountByPkData_accountByPk_transfersIssued_to, + GAccountByPkData_accountByPk_transfersIssued_toBuilder> { + _$GAccountByPkData_accountByPk_transfersIssued_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - GAccountByPkData_accountByPk_linkedIdentityBuilder() { - GAccountByPkData_accountByPk_linkedIdentity._initializeBuilder(this); + GAccountByPkData_accountByPk_transfersIssued_toBuilder() { + GAccountByPkData_accountByPk_transfersIssued_to._initializeBuilder(this); } - GAccountByPkData_accountByPk_linkedIdentityBuilder get _$this { + GAccountByPkData_accountByPk_transfersIssued_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_linkedIdentity other) { + void replace(GAccountByPkData_accountByPk_transfersIssued_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_linkedIdentity; + _$v = other as _$GAccountByPkData_accountByPk_transfersIssued_to; } @override void update( - void Function(GAccountByPkData_accountByPk_linkedIdentityBuilder)? + void Function(GAccountByPkData_accountByPk_transfersIssued_toBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_linkedIdentity build() => _build(); + GAccountByPkData_accountByPk_transfersIssued_to build() => _build(); - _$GAccountByPkData_accountByPk_linkedIdentity _build() { + _$GAccountByPkData_accountByPk_transfersIssued_to _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_linkedIdentity._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_linkedIdentity', 'G__typename'), - accountId: accountId, + new _$GAccountByPkData_accountByPk_transfersIssued_to._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_transfersIssued_to', + 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_linkedIdentity', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountByPkData_accountByPk_linkedIdentity', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GAccountByPkData_accountByPk_linkedIdentity', 'name')); + id, r'GAccountByPkData_accountByPk_transfersIssued_to', 'id')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_removedIdentities - extends GAccountByPkData_accountByPk_removedIdentities { +class _$GAccountByPkData_accountByPk_transfersIssued_from + extends GAccountByPkData_accountByPk_transfersIssued_from { @override final String G__typename; @override - final String? accountId; - @override final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; - factory _$GAccountByPkData_accountByPk_removedIdentities( - [void Function(GAccountByPkData_accountByPk_removedIdentitiesBuilder)? + factory _$GAccountByPkData_accountByPk_transfersIssued_from( + [void Function( + GAccountByPkData_accountByPk_transfersIssued_fromBuilder)? updates]) => - (new GAccountByPkData_accountByPk_removedIdentitiesBuilder() + (new GAccountByPkData_accountByPk_transfersIssued_fromBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_removedIdentities._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountByPkData_accountByPk_transfersIssued_from._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_removedIdentities', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_removedIdentities', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountByPkData_accountByPk_removedIdentities', 'isMember'); + r'GAccountByPkData_accountByPk_transfersIssued_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountByPkData_accountByPk_removedIdentities', 'name'); + id, r'GAccountByPkData_accountByPk_transfersIssued_from', 'id'); } @override - GAccountByPkData_accountByPk_removedIdentities rebuild( - void Function(GAccountByPkData_accountByPk_removedIdentitiesBuilder) + GAccountByPkData_accountByPk_transfersIssued_from rebuild( + void Function( + GAccountByPkData_accountByPk_transfersIssued_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_removedIdentitiesBuilder toBuilder() => - new GAccountByPkData_accountByPk_removedIdentitiesBuilder() + GAccountByPkData_accountByPk_transfersIssued_fromBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersIssued_fromBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_removedIdentities && + return other is GAccountByPkData_accountByPk_transfersIssued_from && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -46252,142 +46105,237 @@ class _$GAccountByPkData_accountByPk_removedIdentities @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_removedIdentities') + r'GAccountByPkData_accountByPk_transfersIssued_from') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('id', id)) .toString(); } } -class GAccountByPkData_accountByPk_removedIdentitiesBuilder +class GAccountByPkData_accountByPk_transfersIssued_fromBuilder implements - Builder<GAccountByPkData_accountByPk_removedIdentities, - GAccountByPkData_accountByPk_removedIdentitiesBuilder> { - _$GAccountByPkData_accountByPk_removedIdentities? _$v; + Builder<GAccountByPkData_accountByPk_transfersIssued_from, + GAccountByPkData_accountByPk_transfersIssued_fromBuilder> { + _$GAccountByPkData_accountByPk_transfersIssued_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + GAccountByPkData_accountByPk_transfersIssued_fromBuilder() { + GAccountByPkData_accountByPk_transfersIssued_from._initializeBuilder(this); + } - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + GAccountByPkData_accountByPk_transfersIssued_fromBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _id = $v.id; + _$v = null; + } + return this; + } - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + @override + void replace(GAccountByPkData_accountByPk_transfersIssued_from other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountByPkData_accountByPk_transfersIssued_from; + } - GAccountByPkData_accountByPk_removedIdentitiesBuilder() { - GAccountByPkData_accountByPk_removedIdentities._initializeBuilder(this); + @override + void update( + void Function(GAccountByPkData_accountByPk_transfersIssued_fromBuilder)? + updates) { + if (updates != null) updates(this); } - GAccountByPkData_accountByPk_removedIdentitiesBuilder get _$this { + @override + GAccountByPkData_accountByPk_transfersIssued_from build() => _build(); + + _$GAccountByPkData_accountByPk_transfersIssued_from _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_transfersIssued_from._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_transfersIssued_from', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull(id, + r'GAccountByPkData_accountByPk_transfersIssued_from', 'id')); + replace(_$result); + return _$result; + } +} + +class _$GAccountByPkData_accountByPk_transfersIssued_comment + extends GAccountByPkData_accountByPk_transfersIssued_comment { + @override + final String G__typename; + @override + final String remark; + + factory _$GAccountByPkData_accountByPk_transfersIssued_comment( + [void Function( + GAccountByPkData_accountByPk_transfersIssued_commentBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_transfersIssued_commentBuilder() + ..update(updates)) + ._build(); + + _$GAccountByPkData_accountByPk_transfersIssued_comment._( + {required this.G__typename, required this.remark}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_transfersIssued_comment', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(remark, + r'GAccountByPkData_accountByPk_transfersIssued_comment', 'remark'); + } + + @override + GAccountByPkData_accountByPk_transfersIssued_comment rebuild( + void Function( + GAccountByPkData_accountByPk_transfersIssued_commentBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountByPkData_accountByPk_transfersIssued_commentBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersIssued_commentBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountByPkData_accountByPk_transfersIssued_comment && + G__typename == other.G__typename && + remark == other.remark; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_transfersIssued_comment') + ..add('G__typename', G__typename) + ..add('remark', remark)) + .toString(); + } +} + +class GAccountByPkData_accountByPk_transfersIssued_commentBuilder + implements + Builder<GAccountByPkData_accountByPk_transfersIssued_comment, + GAccountByPkData_accountByPk_transfersIssued_commentBuilder> { + _$GAccountByPkData_accountByPk_transfersIssued_comment? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; + + GAccountByPkData_accountByPk_transfersIssued_commentBuilder() { + GAccountByPkData_accountByPk_transfersIssued_comment._initializeBuilder( + this); + } + + GAccountByPkData_accountByPk_transfersIssued_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _remark = $v.remark; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_removedIdentities other) { + void replace(GAccountByPkData_accountByPk_transfersIssued_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_removedIdentities; + _$v = other as _$GAccountByPkData_accountByPk_transfersIssued_comment; } @override void update( - void Function(GAccountByPkData_accountByPk_removedIdentitiesBuilder)? + void Function( + GAccountByPkData_accountByPk_transfersIssued_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_removedIdentities build() => _build(); + GAccountByPkData_accountByPk_transfersIssued_comment build() => _build(); - _$GAccountByPkData_accountByPk_removedIdentities _build() { + _$GAccountByPkData_accountByPk_transfersIssued_comment _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_removedIdentities._( + new _$GAccountByPkData_accountByPk_transfersIssued_comment._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_removedIdentities', + r'GAccountByPkData_accountByPk_transfersIssued_comment', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_removedIdentities', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountByPkData_accountByPk_removedIdentities', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GAccountByPkData_accountByPk_removedIdentities', 'name')); + remark: BuiltValueNullFieldError.checkNotNull( + remark, + r'GAccountByPkData_accountByPk_transfersIssued_comment', + 'remark')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate - extends GAccountByPkData_accountByPk_removedIdentitiesAggregate { +class _$GAccountByPkData_accountByPk_transfersIssuedAggregate + extends GAccountByPkData_accountByPk_transfersIssuedAggregate { @override final String G__typename; @override - final GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate? + final GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate? aggregate; - factory _$GAccountByPkData_accountByPk_removedIdentitiesAggregate( + factory _$GAccountByPkData_accountByPk_transfersIssuedAggregate( [void Function( - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder)? + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder() + (new GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate._( + _$GAccountByPkData_accountByPk_transfersIssuedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate', + r'GAccountByPkData_accountByPk_transfersIssuedAggregate', 'G__typename'); } @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate rebuild( + GAccountByPkData_accountByPk_transfersIssuedAggregate rebuild( void Function( - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder) + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder() + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_removedIdentitiesAggregate && + return other is GAccountByPkData_accountByPk_transfersIssuedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -46404,39 +46352,39 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate') + r'GAccountByPkData_accountByPk_transfersIssuedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder +class GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder implements - Builder<GAccountByPkData_accountByPk_removedIdentitiesAggregate, - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder> { - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate? _$v; + Builder<GAccountByPkData_accountByPk_transfersIssuedAggregate, + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder> { + _$GAccountByPkData_accountByPk_transfersIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder? _aggregate; - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder(); set aggregate( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder() { - GAccountByPkData_accountByPk_removedIdentitiesAggregate._initializeBuilder( + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder() { + GAccountByPkData_accountByPk_transfersIssuedAggregate._initializeBuilder( this); } - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder get _$this { + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -46447,30 +46395,30 @@ class GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder } @override - void replace(GAccountByPkData_accountByPk_removedIdentitiesAggregate other) { + void replace(GAccountByPkData_accountByPk_transfersIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_removedIdentitiesAggregate; + _$v = other as _$GAccountByPkData_accountByPk_transfersIssuedAggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder)? + GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate build() => _build(); + GAccountByPkData_accountByPk_transfersIssuedAggregate build() => _build(); - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate _build() { - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate _$result; + _$GAccountByPkData_accountByPk_transfersIssuedAggregate _build() { + _$GAccountByPkData_accountByPk_transfersIssuedAggregate _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_removedIdentitiesAggregate._( + new _$GAccountByPkData_accountByPk_transfersIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate', + r'GAccountByPkData_accountByPk_transfersIssuedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -46480,7 +46428,7 @@ class GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate', + r'GAccountByPkData_accountByPk_transfersIssuedAggregate', _$failedField, e.toString()); } @@ -46491,53 +46439,57 @@ class GAccountByPkData_accountByPk_removedIdentitiesAggregateBuilder } } -class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate - extends GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate { +class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate + extends GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate { @override final String G__typename; @override + final GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum? + sum; + @override final int count; - factory _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate._( + {required this.G__typename, this.sum, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate', + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate', + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', 'count'); } @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate rebuild( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate rebuild( void Function( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder) + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder() + new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate && + is GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate && G__typename == other.G__typename && + sum == other.sum && count == other.count; } @@ -46545,6 +46497,7 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, sum.hashCode); _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; @@ -46553,38 +46506,49 @@ class _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate') + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate') ..add('G__typename', G__typename) + ..add('sum', sum) ..add('count', count)) .toString(); } } -class GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder implements - Builder< - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate, - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate? _$v; + Builder<GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate, + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder? + _sum; + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder + get sum => _$this._sum ??= + new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder(); + set sum( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder? + sum) => + _$this._sum = sum; + int? _count; int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _sum = $v.sum?.toBuilder(); _count = $v.count; _$v = null; } @@ -46593,98 +46557,247 @@ class GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder @override void replace( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate other) { + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate; + as _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate build() => + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate build() => _build(); - _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate', - 'count')); + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate _build() { + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', + 'G__typename'), + sum: _sum?.build(), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', + 'count')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'sum'; + _sum?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_transfersIssued - extends GAccountByPkData_accountByPk_transfersIssued { +class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + extends GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum { @override final String G__typename; @override - final int blockNumber; - @override - final _i2.Gtimestamptz timestamp; - @override - final int amount; - @override - final GAccountByPkData_accountByPk_transfersIssued_to? to; - @override - final GAccountByPkData_accountByPk_transfersIssued_from? from; - @override - final GAccountByPkData_accountByPk_transfersIssued_comment? comment; + final int? amount; - factory _$GAccountByPkData_accountByPk_transfersIssued( - [void Function(GAccountByPkData_accountByPk_transfersIssuedBuilder)? + factory _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum( + [void Function( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersIssuedBuilder() + (new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersIssued._( - {required this.G__typename, - required this.blockNumber, - required this.timestamp, - required this.amount, - this.to, - this.from, - this.comment}) + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum._( + {required this.G__typename, this.amount}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_transfersIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountByPkData_accountByPk_transfersIssued', 'blockNumber'); - BuiltValueNullFieldError.checkNotNull(timestamp, - r'GAccountByPkData_accountByPk_transfersIssued', 'timestamp'); BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountByPkData_accountByPk_transfersIssued', 'amount'); + G__typename, + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum', + 'G__typename'); } @override - GAccountByPkData_accountByPk_transfersIssued rebuild( - void Function(GAccountByPkData_accountByPk_transfersIssuedBuilder) + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum rebuild( + void Function( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersIssuedBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersIssuedBuilder()..replace(this); + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder + toBuilder() => + new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersIssued && + return other + is GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum && + G__typename == other.G__typename && + amount == other.amount; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum') + ..add('G__typename', G__typename) + ..add('amount', amount)) + .toString(); + } +} + +class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder + implements + Builder< + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum, + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder> { + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; + + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder() { + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + ._initializeBuilder(this); + } + + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder + get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _amount = $v.amount; + _$v = null; + } + return this; + } + + @override + void replace( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other + as _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum; + } + + @override + void update( + void Function( + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum build() => + _build(); + + _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum', + 'G__typename'), + amount: amount); + replace(_$result); + return _$result; + } +} + +class _$GAccountByPkData_accountByPk_transfersReceived + extends GAccountByPkData_accountByPk_transfersReceived { + @override + final String G__typename; + @override + final int blockNumber; + @override + final _i2.Gtimestamptz timestamp; + @override + final int amount; + @override + final GAccountByPkData_accountByPk_transfersReceived_to? to; + @override + final GAccountByPkData_accountByPk_transfersReceived_from? from; + @override + final GAccountByPkData_accountByPk_transfersReceived_comment? comment; + + factory _$GAccountByPkData_accountByPk_transfersReceived( + [void Function(GAccountByPkData_accountByPk_transfersReceivedBuilder)? + updates]) => + (new GAccountByPkData_accountByPk_transfersReceivedBuilder() + ..update(updates)) + ._build(); + + _$GAccountByPkData_accountByPk_transfersReceived._( + {required this.G__typename, + required this.blockNumber, + required this.timestamp, + required this.amount, + this.to, + this.from, + this.comment}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_transfersReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountByPkData_accountByPk_transfersReceived', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull(timestamp, + r'GAccountByPkData_accountByPk_transfersReceived', 'timestamp'); + BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountByPkData_accountByPk_transfersReceived', 'amount'); + } + + @override + GAccountByPkData_accountByPk_transfersReceived rebuild( + void Function(GAccountByPkData_accountByPk_transfersReceivedBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountByPkData_accountByPk_transfersReceivedBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersReceivedBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountByPkData_accountByPk_transfersReceived && G__typename == other.G__typename && blockNumber == other.blockNumber && timestamp == other.timestamp && @@ -46711,7 +46824,7 @@ class _$GAccountByPkData_accountByPk_transfersIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersIssued') + r'GAccountByPkData_accountByPk_transfersReceived') ..add('G__typename', G__typename) ..add('blockNumber', blockNumber) ..add('timestamp', timestamp) @@ -46723,11 +46836,11 @@ class _$GAccountByPkData_accountByPk_transfersIssued } } -class GAccountByPkData_accountByPk_transfersIssuedBuilder +class GAccountByPkData_accountByPk_transfersReceivedBuilder implements - Builder<GAccountByPkData_accountByPk_transfersIssued, - GAccountByPkData_accountByPk_transfersIssuedBuilder> { - _$GAccountByPkData_accountByPk_transfersIssued? _$v; + Builder<GAccountByPkData_accountByPk_transfersReceived, + GAccountByPkData_accountByPk_transfersReceivedBuilder> { + _$GAccountByPkData_accountByPk_transfersReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -46747,34 +46860,34 @@ class GAccountByPkData_accountByPk_transfersIssuedBuilder int? get amount => _$this._amount; set amount(int? amount) => _$this._amount = amount; - GAccountByPkData_accountByPk_transfersIssued_toBuilder? _to; - GAccountByPkData_accountByPk_transfersIssued_toBuilder get to => + GAccountByPkData_accountByPk_transfersReceived_toBuilder? _to; + GAccountByPkData_accountByPk_transfersReceived_toBuilder get to => _$this._to ??= - new GAccountByPkData_accountByPk_transfersIssued_toBuilder(); - set to(GAccountByPkData_accountByPk_transfersIssued_toBuilder? to) => + new GAccountByPkData_accountByPk_transfersReceived_toBuilder(); + set to(GAccountByPkData_accountByPk_transfersReceived_toBuilder? to) => _$this._to = to; - GAccountByPkData_accountByPk_transfersIssued_fromBuilder? _from; - GAccountByPkData_accountByPk_transfersIssued_fromBuilder get from => + GAccountByPkData_accountByPk_transfersReceived_fromBuilder? _from; + GAccountByPkData_accountByPk_transfersReceived_fromBuilder get from => _$this._from ??= - new GAccountByPkData_accountByPk_transfersIssued_fromBuilder(); - set from(GAccountByPkData_accountByPk_transfersIssued_fromBuilder? from) => + new GAccountByPkData_accountByPk_transfersReceived_fromBuilder(); + set from(GAccountByPkData_accountByPk_transfersReceived_fromBuilder? from) => _$this._from = from; - GAccountByPkData_accountByPk_transfersIssued_commentBuilder? _comment; - GAccountByPkData_accountByPk_transfersIssued_commentBuilder get comment => + GAccountByPkData_accountByPk_transfersReceived_commentBuilder? _comment; + GAccountByPkData_accountByPk_transfersReceived_commentBuilder get comment => _$this._comment ??= - new GAccountByPkData_accountByPk_transfersIssued_commentBuilder(); + new GAccountByPkData_accountByPk_transfersReceived_commentBuilder(); set comment( - GAccountByPkData_accountByPk_transfersIssued_commentBuilder? + GAccountByPkData_accountByPk_transfersReceived_commentBuilder? comment) => _$this._comment = comment; - GAccountByPkData_accountByPk_transfersIssuedBuilder() { - GAccountByPkData_accountByPk_transfersIssued._initializeBuilder(this); + GAccountByPkData_accountByPk_transfersReceivedBuilder() { + GAccountByPkData_accountByPk_transfersReceived._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersIssuedBuilder get _$this { + GAccountByPkData_accountByPk_transfersReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -46790,37 +46903,37 @@ class GAccountByPkData_accountByPk_transfersIssuedBuilder } @override - void replace(GAccountByPkData_accountByPk_transfersIssued other) { + void replace(GAccountByPkData_accountByPk_transfersReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersIssued; + _$v = other as _$GAccountByPkData_accountByPk_transfersReceived; } @override void update( - void Function(GAccountByPkData_accountByPk_transfersIssuedBuilder)? + void Function(GAccountByPkData_accountByPk_transfersReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersIssued build() => _build(); + GAccountByPkData_accountByPk_transfersReceived build() => _build(); - _$GAccountByPkData_accountByPk_transfersIssued _build() { - _$GAccountByPkData_accountByPk_transfersIssued _$result; + _$GAccountByPkData_accountByPk_transfersReceived _build() { + _$GAccountByPkData_accountByPk_transfersReceived _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersIssued._( + new _$GAccountByPkData_accountByPk_transfersReceived._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssued', + r'GAccountByPkData_accountByPk_transfersReceived', 'G__typename'), blockNumber: BuiltValueNullFieldError.checkNotNull( blockNumber, - r'GAccountByPkData_accountByPk_transfersIssued', + r'GAccountByPkData_accountByPk_transfersReceived', 'blockNumber'), timestamp: timestamp.build(), amount: BuiltValueNullFieldError.checkNotNull(amount, - r'GAccountByPkData_accountByPk_transfersIssued', 'amount'), + r'GAccountByPkData_accountByPk_transfersReceived', 'amount'), to: _to?.build(), from: _from?.build(), comment: _comment?.build()); @@ -46838,7 +46951,7 @@ class GAccountByPkData_accountByPk_transfersIssuedBuilder _comment?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_transfersIssued', + r'GAccountByPkData_accountByPk_transfersReceived', _$failedField, e.toString()); } @@ -46849,45 +46962,46 @@ class GAccountByPkData_accountByPk_transfersIssuedBuilder } } -class _$GAccountByPkData_accountByPk_transfersIssued_to - extends GAccountByPkData_accountByPk_transfersIssued_to { +class _$GAccountByPkData_accountByPk_transfersReceived_to + extends GAccountByPkData_accountByPk_transfersReceived_to { @override final String G__typename; @override final String id; - factory _$GAccountByPkData_accountByPk_transfersIssued_to( + factory _$GAccountByPkData_accountByPk_transfersReceived_to( [void Function( - GAccountByPkData_accountByPk_transfersIssued_toBuilder)? + GAccountByPkData_accountByPk_transfersReceived_toBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersIssued_toBuilder() + (new GAccountByPkData_accountByPk_transfersReceived_toBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersIssued_to._( + _$GAccountByPkData_accountByPk_transfersReceived_to._( {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_transfersIssued_to', 'G__typename'); + r'GAccountByPkData_accountByPk_transfersReceived_to', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_transfersIssued_to', 'id'); + id, r'GAccountByPkData_accountByPk_transfersReceived_to', 'id'); } @override - GAccountByPkData_accountByPk_transfersIssued_to rebuild( - void Function(GAccountByPkData_accountByPk_transfersIssued_toBuilder) + GAccountByPkData_accountByPk_transfersReceived_to rebuild( + void Function( + GAccountByPkData_accountByPk_transfersReceived_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersIssued_toBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersIssued_toBuilder() + GAccountByPkData_accountByPk_transfersReceived_toBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersReceived_toBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersIssued_to && + return other is GAccountByPkData_accountByPk_transfersReceived_to && G__typename == other.G__typename && id == other.id; } @@ -46904,18 +47018,18 @@ class _$GAccountByPkData_accountByPk_transfersIssued_to @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersIssued_to') + r'GAccountByPkData_accountByPk_transfersReceived_to') ..add('G__typename', G__typename) ..add('id', id)) .toString(); } } -class GAccountByPkData_accountByPk_transfersIssued_toBuilder +class GAccountByPkData_accountByPk_transfersReceived_toBuilder implements - Builder<GAccountByPkData_accountByPk_transfersIssued_to, - GAccountByPkData_accountByPk_transfersIssued_toBuilder> { - _$GAccountByPkData_accountByPk_transfersIssued_to? _$v; + Builder<GAccountByPkData_accountByPk_transfersReceived_to, + GAccountByPkData_accountByPk_transfersReceived_toBuilder> { + _$GAccountByPkData_accountByPk_transfersReceived_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -46925,11 +47039,11 @@ class GAccountByPkData_accountByPk_transfersIssued_toBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountByPkData_accountByPk_transfersIssued_toBuilder() { - GAccountByPkData_accountByPk_transfersIssued_to._initializeBuilder(this); + GAccountByPkData_accountByPk_transfersReceived_toBuilder() { + GAccountByPkData_accountByPk_transfersReceived_to._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersIssued_toBuilder get _$this { + GAccountByPkData_accountByPk_transfersReceived_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -46940,75 +47054,75 @@ class GAccountByPkData_accountByPk_transfersIssued_toBuilder } @override - void replace(GAccountByPkData_accountByPk_transfersIssued_to other) { + void replace(GAccountByPkData_accountByPk_transfersReceived_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersIssued_to; + _$v = other as _$GAccountByPkData_accountByPk_transfersReceived_to; } @override void update( - void Function(GAccountByPkData_accountByPk_transfersIssued_toBuilder)? + void Function(GAccountByPkData_accountByPk_transfersReceived_toBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersIssued_to build() => _build(); + GAccountByPkData_accountByPk_transfersReceived_to build() => _build(); - _$GAccountByPkData_accountByPk_transfersIssued_to _build() { + _$GAccountByPkData_accountByPk_transfersReceived_to _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersIssued_to._( + new _$GAccountByPkData_accountByPk_transfersReceived_to._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssued_to', + r'GAccountByPkData_accountByPk_transfersReceived_to', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_transfersIssued_to', 'id')); + id: BuiltValueNullFieldError.checkNotNull(id, + r'GAccountByPkData_accountByPk_transfersReceived_to', 'id')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_transfersIssued_from - extends GAccountByPkData_accountByPk_transfersIssued_from { +class _$GAccountByPkData_accountByPk_transfersReceived_from + extends GAccountByPkData_accountByPk_transfersReceived_from { @override final String G__typename; @override final String id; - factory _$GAccountByPkData_accountByPk_transfersIssued_from( + factory _$GAccountByPkData_accountByPk_transfersReceived_from( [void Function( - GAccountByPkData_accountByPk_transfersIssued_fromBuilder)? + GAccountByPkData_accountByPk_transfersReceived_fromBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersIssued_fromBuilder() + (new GAccountByPkData_accountByPk_transfersReceived_fromBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersIssued_from._( + _$GAccountByPkData_accountByPk_transfersReceived_from._( {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_transfersIssued_from', 'G__typename'); + r'GAccountByPkData_accountByPk_transfersReceived_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_transfersIssued_from', 'id'); + id, r'GAccountByPkData_accountByPk_transfersReceived_from', 'id'); } @override - GAccountByPkData_accountByPk_transfersIssued_from rebuild( + GAccountByPkData_accountByPk_transfersReceived_from rebuild( void Function( - GAccountByPkData_accountByPk_transfersIssued_fromBuilder) + GAccountByPkData_accountByPk_transfersReceived_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersIssued_fromBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersIssued_fromBuilder() + GAccountByPkData_accountByPk_transfersReceived_fromBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersReceived_fromBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersIssued_from && + return other is GAccountByPkData_accountByPk_transfersReceived_from && G__typename == other.G__typename && id == other.id; } @@ -47025,18 +47139,18 @@ class _$GAccountByPkData_accountByPk_transfersIssued_from @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersIssued_from') + r'GAccountByPkData_accountByPk_transfersReceived_from') ..add('G__typename', G__typename) ..add('id', id)) .toString(); } } -class GAccountByPkData_accountByPk_transfersIssued_fromBuilder +class GAccountByPkData_accountByPk_transfersReceived_fromBuilder implements - Builder<GAccountByPkData_accountByPk_transfersIssued_from, - GAccountByPkData_accountByPk_transfersIssued_fromBuilder> { - _$GAccountByPkData_accountByPk_transfersIssued_from? _$v; + Builder<GAccountByPkData_accountByPk_transfersReceived_from, + GAccountByPkData_accountByPk_transfersReceived_fromBuilder> { + _$GAccountByPkData_accountByPk_transfersReceived_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -47046,11 +47160,12 @@ class GAccountByPkData_accountByPk_transfersIssued_fromBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountByPkData_accountByPk_transfersIssued_fromBuilder() { - GAccountByPkData_accountByPk_transfersIssued_from._initializeBuilder(this); + GAccountByPkData_accountByPk_transfersReceived_fromBuilder() { + GAccountByPkData_accountByPk_transfersReceived_from._initializeBuilder( + this); } - GAccountByPkData_accountByPk_transfersIssued_fromBuilder get _$this { + GAccountByPkData_accountByPk_transfersReceived_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -47061,75 +47176,77 @@ class GAccountByPkData_accountByPk_transfersIssued_fromBuilder } @override - void replace(GAccountByPkData_accountByPk_transfersIssued_from other) { + void replace(GAccountByPkData_accountByPk_transfersReceived_from other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersIssued_from; + _$v = other as _$GAccountByPkData_accountByPk_transfersReceived_from; } @override void update( - void Function(GAccountByPkData_accountByPk_transfersIssued_fromBuilder)? + void Function(GAccountByPkData_accountByPk_transfersReceived_fromBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersIssued_from build() => _build(); + GAccountByPkData_accountByPk_transfersReceived_from build() => _build(); - _$GAccountByPkData_accountByPk_transfersIssued_from _build() { + _$GAccountByPkData_accountByPk_transfersReceived_from _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersIssued_from._( + new _$GAccountByPkData_accountByPk_transfersReceived_from._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssued_from', + r'GAccountByPkData_accountByPk_transfersReceived_from', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull(id, - r'GAccountByPkData_accountByPk_transfersIssued_from', 'id')); + r'GAccountByPkData_accountByPk_transfersReceived_from', 'id')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_transfersIssued_comment - extends GAccountByPkData_accountByPk_transfersIssued_comment { +class _$GAccountByPkData_accountByPk_transfersReceived_comment + extends GAccountByPkData_accountByPk_transfersReceived_comment { @override final String G__typename; @override final String remark; - factory _$GAccountByPkData_accountByPk_transfersIssued_comment( + factory _$GAccountByPkData_accountByPk_transfersReceived_comment( [void Function( - GAccountByPkData_accountByPk_transfersIssued_commentBuilder)? + GAccountByPkData_accountByPk_transfersReceived_commentBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersIssued_commentBuilder() + (new GAccountByPkData_accountByPk_transfersReceived_commentBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersIssued_comment._( + _$GAccountByPkData_accountByPk_transfersReceived_comment._( {required this.G__typename, required this.remark}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_transfersIssued_comment', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_transfersReceived_comment', + 'G__typename'); BuiltValueNullFieldError.checkNotNull(remark, - r'GAccountByPkData_accountByPk_transfersIssued_comment', 'remark'); + r'GAccountByPkData_accountByPk_transfersReceived_comment', 'remark'); } @override - GAccountByPkData_accountByPk_transfersIssued_comment rebuild( + GAccountByPkData_accountByPk_transfersReceived_comment rebuild( void Function( - GAccountByPkData_accountByPk_transfersIssued_commentBuilder) + GAccountByPkData_accountByPk_transfersReceived_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersIssued_commentBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersIssued_commentBuilder() + GAccountByPkData_accountByPk_transfersReceived_commentBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersReceived_commentBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersIssued_comment && + return other is GAccountByPkData_accountByPk_transfersReceived_comment && G__typename == other.G__typename && remark == other.remark; } @@ -47146,18 +47263,18 @@ class _$GAccountByPkData_accountByPk_transfersIssued_comment @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersIssued_comment') + r'GAccountByPkData_accountByPk_transfersReceived_comment') ..add('G__typename', G__typename) ..add('remark', remark)) .toString(); } } -class GAccountByPkData_accountByPk_transfersIssued_commentBuilder +class GAccountByPkData_accountByPk_transfersReceived_commentBuilder implements - Builder<GAccountByPkData_accountByPk_transfersIssued_comment, - GAccountByPkData_accountByPk_transfersIssued_commentBuilder> { - _$GAccountByPkData_accountByPk_transfersIssued_comment? _$v; + Builder<GAccountByPkData_accountByPk_transfersReceived_comment, + GAccountByPkData_accountByPk_transfersReceived_commentBuilder> { + _$GAccountByPkData_accountByPk_transfersReceived_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -47167,12 +47284,12 @@ class GAccountByPkData_accountByPk_transfersIssued_commentBuilder String? get remark => _$this._remark; set remark(String? remark) => _$this._remark = remark; - GAccountByPkData_accountByPk_transfersIssued_commentBuilder() { - GAccountByPkData_accountByPk_transfersIssued_comment._initializeBuilder( + GAccountByPkData_accountByPk_transfersReceived_commentBuilder() { + GAccountByPkData_accountByPk_transfersReceived_comment._initializeBuilder( this); } - GAccountByPkData_accountByPk_transfersIssued_commentBuilder get _$this { + GAccountByPkData_accountByPk_transfersReceived_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -47183,79 +47300,79 @@ class GAccountByPkData_accountByPk_transfersIssued_commentBuilder } @override - void replace(GAccountByPkData_accountByPk_transfersIssued_comment other) { + void replace(GAccountByPkData_accountByPk_transfersReceived_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersIssued_comment; + _$v = other as _$GAccountByPkData_accountByPk_transfersReceived_comment; } @override void update( void Function( - GAccountByPkData_accountByPk_transfersIssued_commentBuilder)? + GAccountByPkData_accountByPk_transfersReceived_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersIssued_comment build() => _build(); + GAccountByPkData_accountByPk_transfersReceived_comment build() => _build(); - _$GAccountByPkData_accountByPk_transfersIssued_comment _build() { + _$GAccountByPkData_accountByPk_transfersReceived_comment _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersIssued_comment._( + new _$GAccountByPkData_accountByPk_transfersReceived_comment._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssued_comment', + r'GAccountByPkData_accountByPk_transfersReceived_comment', 'G__typename'), remark: BuiltValueNullFieldError.checkNotNull( remark, - r'GAccountByPkData_accountByPk_transfersIssued_comment', + r'GAccountByPkData_accountByPk_transfersReceived_comment', 'remark')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_transfersIssuedAggregate - extends GAccountByPkData_accountByPk_transfersIssuedAggregate { +class _$GAccountByPkData_accountByPk_transfersReceivedAggregate + extends GAccountByPkData_accountByPk_transfersReceivedAggregate { @override final String G__typename; @override - final GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate? + final GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate? aggregate; - factory _$GAccountByPkData_accountByPk_transfersIssuedAggregate( + factory _$GAccountByPkData_accountByPk_transfersReceivedAggregate( [void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder)? + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder() + (new GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersIssuedAggregate._( + _$GAccountByPkData_accountByPk_transfersReceivedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssuedAggregate', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate', 'G__typename'); } @override - GAccountByPkData_accountByPk_transfersIssuedAggregate rebuild( + GAccountByPkData_accountByPk_transfersReceivedAggregate rebuild( void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder) + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder() + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder toBuilder() => + new GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersIssuedAggregate && + return other is GAccountByPkData_accountByPk_transfersReceivedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -47272,39 +47389,39 @@ class _$GAccountByPkData_accountByPk_transfersIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersIssuedAggregate') + r'GAccountByPkData_accountByPk_transfersReceivedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder +class GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder implements - Builder<GAccountByPkData_accountByPk_transfersIssuedAggregate, - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder> { - _$GAccountByPkData_accountByPk_transfersIssuedAggregate? _$v; + Builder<GAccountByPkData_accountByPk_transfersReceivedAggregate, + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder> { + _$GAccountByPkData_accountByPk_transfersReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder? _aggregate; - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder(); + new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder(); set aggregate( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder? + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder() { - GAccountByPkData_accountByPk_transfersIssuedAggregate._initializeBuilder( + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder() { + GAccountByPkData_accountByPk_transfersReceivedAggregate._initializeBuilder( this); } - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder get _$this { + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -47315,30 +47432,30 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder } @override - void replace(GAccountByPkData_accountByPk_transfersIssuedAggregate other) { + void replace(GAccountByPkData_accountByPk_transfersReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersIssuedAggregate; + _$v = other as _$GAccountByPkData_accountByPk_transfersReceivedAggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder)? + GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersIssuedAggregate build() => _build(); + GAccountByPkData_accountByPk_transfersReceivedAggregate build() => _build(); - _$GAccountByPkData_accountByPk_transfersIssuedAggregate _build() { - _$GAccountByPkData_accountByPk_transfersIssuedAggregate _$result; + _$GAccountByPkData_accountByPk_transfersReceivedAggregate _build() { + _$GAccountByPkData_accountByPk_transfersReceivedAggregate _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersIssuedAggregate._( + new _$GAccountByPkData_accountByPk_transfersReceivedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssuedAggregate', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -47348,7 +47465,7 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_transfersIssuedAggregate', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate', _$failedField, e.toString()); } @@ -47359,55 +47476,55 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregateBuilder } } -class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate - extends GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate { +class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate + extends GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate { @override final String G__typename; @override - final GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum? + final GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum? sum; @override final int count; - factory _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate( + factory _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder() + (new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate._( + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate._( {required this.G__typename, this.sum, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', 'count'); } @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate rebuild( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate rebuild( void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder) + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder() + new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate && + is GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate && G__typename == other.G__typename && sum == other.sum && count == other.count; @@ -47426,7 +47543,7 @@ class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate') + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate') ..add('G__typename', G__typename) ..add('sum', sum) ..add('count', count)) @@ -47434,23 +47551,24 @@ class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate } } -class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder +class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder implements - Builder<GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate, - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate? _$v; + Builder< + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate, + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder? + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder? _sum; - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder get sum => _$this._sum ??= - new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder(); + new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder(); set sum( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder? + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder? sum) => _$this._sum = sum; @@ -47458,12 +47576,12 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -47477,38 +47595,39 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder @override void replace( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate other) { + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate; + as _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder)? + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate build() => + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate build() => _build(); - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate _build() { - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate _$result; + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate _build() { + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate + _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate + new _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', 'G__typename'), sum: _sum?.build(), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', 'count')); } catch (_) { late String _$failedField; @@ -47517,7 +47636,7 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder _sum?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', _$failedField, e.toString()); } @@ -47528,48 +47647,48 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregateBuilder } } -class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum - extends GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum { +class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + extends GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum { @override final String G__typename; @override final int? amount; - factory _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum( + factory _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum( [void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder)? + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder() + (new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum._( + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum._( {required this.G__typename, this.amount}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum', 'G__typename'); } @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum rebuild( + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum rebuild( void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder) + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder() + new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum && + is GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum && G__typename == other.G__typename && amount == other.amount; } @@ -47586,19 +47705,19 @@ class _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum') + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum') ..add('G__typename', G__typename) ..add('amount', amount)) .toString(); } } -class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder +class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder implements Builder< - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum, - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder> { - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum? _$v; + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum, + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder> { + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -47608,12 +47727,12 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder int? get amount => _$this._amount; set amount(int? amount) => _$this._amount = amount; - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder() { - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder() { + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum ._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder get _$this { final $v = _$v; if ($v != null) { @@ -47626,33 +47745,33 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder @override void replace( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum; + as _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum; } @override void update( void Function( - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder)? + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum build() => - _build(); + GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum + build() => _build(); - _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum + new _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sum', + r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum', 'G__typename'), amount: amount); replace(_$result); @@ -47660,83 +47779,74 @@ class GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate_sumBuilder } } -class _$GAccountByPkData_accountByPk_transfersReceived - extends GAccountByPkData_accountByPk_transfersReceived { +class _$GAccountByPkData_accountByPk_wasIdentity + extends GAccountByPkData_accountByPk_wasIdentity { @override final String G__typename; @override - final int blockNumber; - @override - final _i2.Gtimestamptz timestamp; + final String id; @override - final int amount; + final int blockNumber; @override - final GAccountByPkData_accountByPk_transfersReceived_to? to; + final String? identityId; @override - final GAccountByPkData_accountByPk_transfersReceived_from? from; + final String? nextId; @override - final GAccountByPkData_accountByPk_transfersReceived_comment? comment; + final String? previousId; - factory _$GAccountByPkData_accountByPk_transfersReceived( - [void Function(GAccountByPkData_accountByPk_transfersReceivedBuilder)? + factory _$GAccountByPkData_accountByPk_wasIdentity( + [void Function(GAccountByPkData_accountByPk_wasIdentityBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersReceivedBuilder() - ..update(updates)) + (new GAccountByPkData_accountByPk_wasIdentityBuilder()..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersReceived._( + _$GAccountByPkData_accountByPk_wasIdentity._( {required this.G__typename, + required this.id, required this.blockNumber, - required this.timestamp, - required this.amount, - this.to, - this.from, - this.comment}) + this.identityId, + this.nextId, + this.previousId}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_transfersReceived', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountByPkData_accountByPk_transfersReceived', 'blockNumber'); - BuiltValueNullFieldError.checkNotNull(timestamp, - r'GAccountByPkData_accountByPk_transfersReceived', 'timestamp'); + r'GAccountByPkData_accountByPk_wasIdentity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountByPkData_accountByPk_transfersReceived', 'amount'); + id, r'GAccountByPkData_accountByPk_wasIdentity', 'id'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountByPkData_accountByPk_wasIdentity', 'blockNumber'); } @override - GAccountByPkData_accountByPk_transfersReceived rebuild( - void Function(GAccountByPkData_accountByPk_transfersReceivedBuilder) + GAccountByPkData_accountByPk_wasIdentity rebuild( + void Function(GAccountByPkData_accountByPk_wasIdentityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersReceivedBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersReceivedBuilder() - ..replace(this); + GAccountByPkData_accountByPk_wasIdentityBuilder toBuilder() => + new GAccountByPkData_accountByPk_wasIdentityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersReceived && + return other is GAccountByPkData_accountByPk_wasIdentity && G__typename == other.G__typename && + id == other.id && blockNumber == other.blockNumber && - timestamp == other.timestamp && - amount == other.amount && - to == other.to && - from == other.from && - comment == other.comment; + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, to.hashCode); - _$hash = $jc(_$hash, from.hashCode); - _$hash = $jc(_$hash, comment.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -47744,193 +47854,144 @@ class _$GAccountByPkData_accountByPk_transfersReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersReceived') + r'GAccountByPkData_accountByPk_wasIdentity') ..add('G__typename', G__typename) + ..add('id', id) ..add('blockNumber', blockNumber) - ..add('timestamp', timestamp) - ..add('amount', amount) - ..add('to', to) - ..add('from', from) - ..add('comment', comment)) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GAccountByPkData_accountByPk_transfersReceivedBuilder +class GAccountByPkData_accountByPk_wasIdentityBuilder implements - Builder<GAccountByPkData_accountByPk_transfersReceived, - GAccountByPkData_accountByPk_transfersReceivedBuilder> { - _$GAccountByPkData_accountByPk_transfersReceived? _$v; + Builder<GAccountByPkData_accountByPk_wasIdentity, + GAccountByPkData_accountByPk_wasIdentityBuilder> { + _$GAccountByPkData_accountByPk_wasIdentity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + int? _blockNumber; int? get blockNumber => _$this._blockNumber; set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; - - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; - - GAccountByPkData_accountByPk_transfersReceived_toBuilder? _to; - GAccountByPkData_accountByPk_transfersReceived_toBuilder get to => - _$this._to ??= - new GAccountByPkData_accountByPk_transfersReceived_toBuilder(); - set to(GAccountByPkData_accountByPk_transfersReceived_toBuilder? to) => - _$this._to = to; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - GAccountByPkData_accountByPk_transfersReceived_fromBuilder? _from; - GAccountByPkData_accountByPk_transfersReceived_fromBuilder get from => - _$this._from ??= - new GAccountByPkData_accountByPk_transfersReceived_fromBuilder(); - set from(GAccountByPkData_accountByPk_transfersReceived_fromBuilder? from) => - _$this._from = from; + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; - GAccountByPkData_accountByPk_transfersReceived_commentBuilder? _comment; - GAccountByPkData_accountByPk_transfersReceived_commentBuilder get comment => - _$this._comment ??= - new GAccountByPkData_accountByPk_transfersReceived_commentBuilder(); - set comment( - GAccountByPkData_accountByPk_transfersReceived_commentBuilder? - comment) => - _$this._comment = comment; + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; - GAccountByPkData_accountByPk_transfersReceivedBuilder() { - GAccountByPkData_accountByPk_transfersReceived._initializeBuilder(this); + GAccountByPkData_accountByPk_wasIdentityBuilder() { + GAccountByPkData_accountByPk_wasIdentity._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersReceivedBuilder get _$this { + GAccountByPkData_accountByPk_wasIdentityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _id = $v.id; _blockNumber = $v.blockNumber; - _timestamp = $v.timestamp.toBuilder(); - _amount = $v.amount; - _to = $v.to?.toBuilder(); - _from = $v.from?.toBuilder(); - _comment = $v.comment?.toBuilder(); + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_transfersReceived other) { + void replace(GAccountByPkData_accountByPk_wasIdentity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersReceived; + _$v = other as _$GAccountByPkData_accountByPk_wasIdentity; } @override void update( - void Function(GAccountByPkData_accountByPk_transfersReceivedBuilder)? - updates) { + void Function(GAccountByPkData_accountByPk_wasIdentityBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersReceived build() => _build(); - - _$GAccountByPkData_accountByPk_transfersReceived _build() { - _$GAccountByPkData_accountByPk_transfersReceived _$result; - try { - _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceived', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GAccountByPkData_accountByPk_transfersReceived', - 'blockNumber'), - timestamp: timestamp.build(), - amount: BuiltValueNullFieldError.checkNotNull(amount, - r'GAccountByPkData_accountByPk_transfersReceived', 'amount'), - to: _to?.build(), - from: _from?.build(), - comment: _comment?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'timestamp'; - timestamp.build(); + GAccountByPkData_accountByPk_wasIdentity build() => _build(); - _$failedField = 'to'; - _to?.build(); - _$failedField = 'from'; - _from?.build(); - _$failedField = 'comment'; - _comment?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_transfersReceived', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountByPkData_accountByPk_wasIdentity _build() { + final _$result = _$v ?? + new _$GAccountByPkData_accountByPk_wasIdentity._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountByPkData_accountByPk_wasIdentity', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountByPkData_accountByPk_wasIdentity', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountByPkData_accountByPk_wasIdentity', 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_transfersReceived_to - extends GAccountByPkData_accountByPk_transfersReceived_to { +class _$GAccountByPkData_accountByPk_wasIdentityAggregate + extends GAccountByPkData_accountByPk_wasIdentityAggregate { @override final String G__typename; @override - final String id; + final GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate? aggregate; - factory _$GAccountByPkData_accountByPk_transfersReceived_to( + factory _$GAccountByPkData_accountByPk_wasIdentityAggregate( [void Function( - GAccountByPkData_accountByPk_transfersReceived_toBuilder)? + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersReceived_toBuilder() + (new GAccountByPkData_accountByPk_wasIdentityAggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersReceived_to._( - {required this.G__typename, required this.id}) + _$GAccountByPkData_accountByPk_wasIdentityAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_transfersReceived_to', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_transfersReceived_to', 'id'); + r'GAccountByPkData_accountByPk_wasIdentityAggregate', 'G__typename'); } @override - GAccountByPkData_accountByPk_transfersReceived_to rebuild( + GAccountByPkData_accountByPk_wasIdentityAggregate rebuild( void Function( - GAccountByPkData_accountByPk_transfersReceived_toBuilder) + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersReceived_toBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersReceived_toBuilder() + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder toBuilder() => + new GAccountByPkData_accountByPk_wasIdentityAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersReceived_to && + return other is GAccountByPkData_accountByPk_wasIdentityAggregate && G__typename == other.G__typename && - id == other.id; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -47938,120 +47999,146 @@ class _$GAccountByPkData_accountByPk_transfersReceived_to @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersReceived_to') + r'GAccountByPkData_accountByPk_wasIdentityAggregate') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountByPkData_accountByPk_transfersReceived_toBuilder +class GAccountByPkData_accountByPk_wasIdentityAggregateBuilder implements - Builder<GAccountByPkData_accountByPk_transfersReceived_to, - GAccountByPkData_accountByPk_transfersReceived_toBuilder> { - _$GAccountByPkData_accountByPk_transfersReceived_to? _$v; + Builder<GAccountByPkData_accountByPk_wasIdentityAggregate, + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder> { + _$GAccountByPkData_accountByPk_wasIdentityAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder? + _aggregate; + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder(); + set aggregate( + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountByPkData_accountByPk_transfersReceived_toBuilder() { - GAccountByPkData_accountByPk_transfersReceived_to._initializeBuilder(this); + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder() { + GAccountByPkData_accountByPk_wasIdentityAggregate._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersReceived_toBuilder get _$this { + GAccountByPkData_accountByPk_wasIdentityAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_transfersReceived_to other) { + void replace(GAccountByPkData_accountByPk_wasIdentityAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersReceived_to; + _$v = other as _$GAccountByPkData_accountByPk_wasIdentityAggregate; } @override void update( - void Function(GAccountByPkData_accountByPk_transfersReceived_toBuilder)? + void Function(GAccountByPkData_accountByPk_wasIdentityAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersReceived_to build() => _build(); + GAccountByPkData_accountByPk_wasIdentityAggregate build() => _build(); - _$GAccountByPkData_accountByPk_transfersReceived_to _build() { - final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersReceived_to._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceived_to', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GAccountByPkData_accountByPk_transfersReceived_to', 'id')); + _$GAccountByPkData_accountByPk_wasIdentityAggregate _build() { + _$GAccountByPkData_accountByPk_wasIdentityAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountByPkData_accountByPk_wasIdentityAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountByPkData_accountByPk_wasIdentityAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountByPkData_accountByPk_wasIdentityAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_transfersReceived_from - extends GAccountByPkData_accountByPk_transfersReceived_from { +class _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate + extends GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate { @override final String G__typename; @override - final String id; + final int count; - factory _$GAccountByPkData_accountByPk_transfersReceived_from( + factory _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate( [void Function( - GAccountByPkData_accountByPk_transfersReceived_fromBuilder)? + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersReceived_fromBuilder() + (new GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersReceived_from._( - {required this.G__typename, required this.id}) + _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_transfersReceived_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_transfersReceived_from', 'id'); + G__typename, + r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate', + 'count'); } @override - GAccountByPkData_accountByPk_transfersReceived_from rebuild( + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate rebuild( void Function( - GAccountByPkData_accountByPk_transfersReceived_fromBuilder) + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersReceived_fromBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersReceived_fromBuilder() - ..replace(this); + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder + toBuilder() => + new GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersReceived_from && + return other + is GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate && G__typename == other.G__typename && - id == other.id; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -48059,335 +48146,593 @@ class _$GAccountByPkData_accountByPk_transfersReceived_from @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersReceived_from') + r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('count', count)) .toString(); } } -class GAccountByPkData_accountByPk_transfersReceived_fromBuilder +class GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder implements - Builder<GAccountByPkData_accountByPk_transfersReceived_from, - GAccountByPkData_accountByPk_transfersReceived_fromBuilder> { - _$GAccountByPkData_accountByPk_transfersReceived_from? _$v; + Builder<GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate, + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder> { + _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_transfersReceived_fromBuilder() { - GAccountByPkData_accountByPk_transfersReceived_from._initializeBuilder( - this); + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder() { + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate + ._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersReceived_fromBuilder get _$this { + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_transfersReceived_from other) { + void replace( + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersReceived_from; + _$v = + other as _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate; } @override void update( - void Function(GAccountByPkData_accountByPk_transfersReceived_fromBuilder)? + void Function( + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersReceived_from build() => _build(); + GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate build() => + _build(); - _$GAccountByPkData_accountByPk_transfersReceived_from _build() { + _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersReceived_from._( + new _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersReceived_from', + r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GAccountByPkData_accountByPk_transfersReceived_from', 'id')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_transfersReceived_comment - extends GAccountByPkData_accountByPk_transfersReceived_comment { +class _$GAccountsByPkData extends GAccountsByPkData { @override final String G__typename; @override - final String remark; - - factory _$GAccountByPkData_accountByPk_transfersReceived_comment( - [void Function( - GAccountByPkData_accountByPk_transfersReceived_commentBuilder)? - updates]) => - (new GAccountByPkData_accountByPk_transfersReceived_commentBuilder() - ..update(updates)) - ._build(); + final BuiltList<GAccountsByPkData_account> account; - _$GAccountByPkData_accountByPk_transfersReceived_comment._( - {required this.G__typename, required this.remark}) + factory _$GAccountsByPkData( + [void Function(GAccountsByPkDataBuilder)? updates]) => + (new GAccountsByPkDataBuilder()..update(updates))._build(); + + _$GAccountsByPkData._({required this.G__typename, required this.account}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceived_comment', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull(remark, - r'GAccountByPkData_accountByPk_transfersReceived_comment', 'remark'); + G__typename, r'GAccountsByPkData', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + account, r'GAccountsByPkData', 'account'); } @override - GAccountByPkData_accountByPk_transfersReceived_comment rebuild( - void Function( - GAccountByPkData_accountByPk_transfersReceived_commentBuilder) - updates) => + GAccountsByPkData rebuild(void Function(GAccountsByPkDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersReceived_commentBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersReceived_commentBuilder() - ..replace(this); + GAccountsByPkDataBuilder toBuilder() => + new GAccountsByPkDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersReceived_comment && + return other is GAccountsByPkData && G__typename == other.G__typename && - remark == other.remark; + account == other.account; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersReceived_comment') + return (newBuiltValueToStringHelper(r'GAccountsByPkData') ..add('G__typename', G__typename) - ..add('remark', remark)) + ..add('account', account)) .toString(); } } -class GAccountByPkData_accountByPk_transfersReceived_commentBuilder - implements - Builder<GAccountByPkData_accountByPk_transfersReceived_comment, - GAccountByPkData_accountByPk_transfersReceived_commentBuilder> { - _$GAccountByPkData_accountByPk_transfersReceived_comment? _$v; +class GAccountsByPkDataBuilder + implements Builder<GAccountsByPkData, GAccountsByPkDataBuilder> { + _$GAccountsByPkData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; + ListBuilder<GAccountsByPkData_account>? _account; + ListBuilder<GAccountsByPkData_account> get account => + _$this._account ??= new ListBuilder<GAccountsByPkData_account>(); + set account(ListBuilder<GAccountsByPkData_account>? account) => + _$this._account = account; - GAccountByPkData_accountByPk_transfersReceived_commentBuilder() { - GAccountByPkData_accountByPk_transfersReceived_comment._initializeBuilder( - this); + GAccountsByPkDataBuilder() { + GAccountsByPkData._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersReceived_commentBuilder get _$this { + GAccountsByPkDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _remark = $v.remark; + _account = $v.account.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_transfersReceived_comment other) { + void replace(GAccountsByPkData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersReceived_comment; + _$v = other as _$GAccountsByPkData; } @override - void update( - void Function( - GAccountByPkData_accountByPk_transfersReceived_commentBuilder)? - updates) { + void update(void Function(GAccountsByPkDataBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersReceived_comment build() => _build(); + GAccountsByPkData build() => _build(); - _$GAccountByPkData_accountByPk_transfersReceived_comment _build() { - final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersReceived_comment._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceived_comment', - 'G__typename'), - remark: BuiltValueNullFieldError.checkNotNull( - remark, - r'GAccountByPkData_accountByPk_transfersReceived_comment', - 'remark')); + _$GAccountsByPkData _build() { + _$GAccountsByPkData _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountsByPkData', 'G__typename'), + account: account.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + account.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_transfersReceivedAggregate - extends GAccountByPkData_accountByPk_transfersReceivedAggregate { +class _$GAccountsByPkData_account extends GAccountsByPkData_account { @override final String G__typename; @override - final GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate? - aggregate; + final BuiltList<GAccountsByPkData_account_commentsIssued> commentsIssued; + @override + final GAccountsByPkData_account_commentsIssuedAggregate + commentsIssuedAggregate; + @override + final int createdOn; + @override + final String id; + @override + final GAccountsByPkData_account_identity? identity; + @override + final bool isActive; + @override + final GAccountsByPkData_account_linkedIdentity? linkedIdentity; + @override + final BuiltList<GAccountsByPkData_account_removedIdentities> + removedIdentities; + @override + final GAccountsByPkData_account_removedIdentitiesAggregate + removedIdentitiesAggregate; + @override + final BuiltList<GAccountsByPkData_account_transfersIssued> transfersIssued; + @override + final GAccountsByPkData_account_transfersIssuedAggregate + transfersIssuedAggregate; + @override + final BuiltList<GAccountsByPkData_account_transfersReceived> + transfersReceived; + @override + final GAccountsByPkData_account_transfersReceivedAggregate + transfersReceivedAggregate; + @override + final BuiltList<GAccountsByPkData_account_wasIdentity> wasIdentity; + @override + final GAccountsByPkData_account_wasIdentityAggregate wasIdentityAggregate; - factory _$GAccountByPkData_accountByPk_transfersReceivedAggregate( - [void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder)? - updates]) => - (new GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder() - ..update(updates)) - ._build(); + factory _$GAccountsByPkData_account( + [void Function(GAccountsByPkData_accountBuilder)? updates]) => + (new GAccountsByPkData_accountBuilder()..update(updates))._build(); - _$GAccountByPkData_accountByPk_transfersReceivedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountsByPkData_account._( + {required this.G__typename, + required this.commentsIssued, + required this.commentsIssuedAggregate, + required this.createdOn, + required this.id, + this.identity, + required this.isActive, + this.linkedIdentity, + required this.removedIdentities, + required this.removedIdentitiesAggregate, + required this.transfersIssued, + required this.transfersIssuedAggregate, + required this.transfersReceived, + required this.transfersReceivedAggregate, + required this.wasIdentity, + required this.wasIdentityAggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceivedAggregate', - 'G__typename'); + G__typename, r'GAccountsByPkData_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + commentsIssued, r'GAccountsByPkData_account', 'commentsIssued'); + BuiltValueNullFieldError.checkNotNull(commentsIssuedAggregate, + r'GAccountsByPkData_account', 'commentsIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountsByPkData_account', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account', 'id'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountsByPkData_account', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + removedIdentities, r'GAccountsByPkData_account', 'removedIdentities'); + BuiltValueNullFieldError.checkNotNull(removedIdentitiesAggregate, + r'GAccountsByPkData_account', 'removedIdentitiesAggregate'); + BuiltValueNullFieldError.checkNotNull( + transfersIssued, r'GAccountsByPkData_account', 'transfersIssued'); + BuiltValueNullFieldError.checkNotNull(transfersIssuedAggregate, + r'GAccountsByPkData_account', 'transfersIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull( + transfersReceived, r'GAccountsByPkData_account', 'transfersReceived'); + BuiltValueNullFieldError.checkNotNull(transfersReceivedAggregate, + r'GAccountsByPkData_account', 'transfersReceivedAggregate'); + BuiltValueNullFieldError.checkNotNull( + wasIdentity, r'GAccountsByPkData_account', 'wasIdentity'); + BuiltValueNullFieldError.checkNotNull(wasIdentityAggregate, + r'GAccountsByPkData_account', 'wasIdentityAggregate'); } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate rebuild( - void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder) - updates) => + GAccountsByPkData_account rebuild( + void Function(GAccountsByPkData_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder() - ..replace(this); + GAccountsByPkData_accountBuilder toBuilder() => + new GAccountsByPkData_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_transfersReceivedAggregate && + return other is GAccountsByPkData_account && G__typename == other.G__typename && - aggregate == other.aggregate; + commentsIssued == other.commentsIssued && + commentsIssuedAggregate == other.commentsIssuedAggregate && + createdOn == other.createdOn && + id == other.id && + identity == other.identity && + isActive == other.isActive && + linkedIdentity == other.linkedIdentity && + removedIdentities == other.removedIdentities && + removedIdentitiesAggregate == other.removedIdentitiesAggregate && + transfersIssued == other.transfersIssued && + transfersIssuedAggregate == other.transfersIssuedAggregate && + transfersReceived == other.transfersReceived && + transfersReceivedAggregate == other.transfersReceivedAggregate && + wasIdentity == other.wasIdentity && + wasIdentityAggregate == other.wasIdentityAggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, commentsIssued.hashCode); + _$hash = $jc(_$hash, commentsIssuedAggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, identity.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, linkedIdentity.hashCode); + _$hash = $jc(_$hash, removedIdentities.hashCode); + _$hash = $jc(_$hash, removedIdentitiesAggregate.hashCode); + _$hash = $jc(_$hash, transfersIssued.hashCode); + _$hash = $jc(_$hash, transfersIssuedAggregate.hashCode); + _$hash = $jc(_$hash, transfersReceived.hashCode); + _$hash = $jc(_$hash, transfersReceivedAggregate.hashCode); + _$hash = $jc(_$hash, wasIdentity.hashCode); + _$hash = $jc(_$hash, wasIdentityAggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersReceivedAggregate') + return (newBuiltValueToStringHelper(r'GAccountsByPkData_account') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('commentsIssued', commentsIssued) + ..add('commentsIssuedAggregate', commentsIssuedAggregate) + ..add('createdOn', createdOn) + ..add('id', id) + ..add('identity', identity) + ..add('isActive', isActive) + ..add('linkedIdentity', linkedIdentity) + ..add('removedIdentities', removedIdentities) + ..add('removedIdentitiesAggregate', removedIdentitiesAggregate) + ..add('transfersIssued', transfersIssued) + ..add('transfersIssuedAggregate', transfersIssuedAggregate) + ..add('transfersReceived', transfersReceived) + ..add('transfersReceivedAggregate', transfersReceivedAggregate) + ..add('wasIdentity', wasIdentity) + ..add('wasIdentityAggregate', wasIdentityAggregate)) .toString(); } } -class GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder +class GAccountsByPkData_accountBuilder implements - Builder<GAccountByPkData_accountByPk_transfersReceivedAggregate, - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder> { - _$GAccountByPkData_accountByPk_transfersReceivedAggregate? _$v; + Builder<GAccountsByPkData_account, GAccountsByPkData_accountBuilder> { + _$GAccountsByPkData_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder? - _aggregate; - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder(); - set aggregate( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + ListBuilder<GAccountsByPkData_account_commentsIssued>? _commentsIssued; + ListBuilder<GAccountsByPkData_account_commentsIssued> get commentsIssued => + _$this._commentsIssued ??= + new ListBuilder<GAccountsByPkData_account_commentsIssued>(); + set commentsIssued( + ListBuilder<GAccountsByPkData_account_commentsIssued>? + commentsIssued) => + _$this._commentsIssued = commentsIssued; - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder() { - GAccountByPkData_accountByPk_transfersReceivedAggregate._initializeBuilder( - this); + GAccountsByPkData_account_commentsIssuedAggregateBuilder? + _commentsIssuedAggregate; + GAccountsByPkData_account_commentsIssuedAggregateBuilder + get commentsIssuedAggregate => _$this._commentsIssuedAggregate ??= + new GAccountsByPkData_account_commentsIssuedAggregateBuilder(); + set commentsIssuedAggregate( + GAccountsByPkData_account_commentsIssuedAggregateBuilder? + commentsIssuedAggregate) => + _$this._commentsIssuedAggregate = commentsIssuedAggregate; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + GAccountsByPkData_account_identityBuilder? _identity; + GAccountsByPkData_account_identityBuilder get identity => + _$this._identity ??= new GAccountsByPkData_account_identityBuilder(); + set identity(GAccountsByPkData_account_identityBuilder? identity) => + _$this._identity = identity; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + GAccountsByPkData_account_linkedIdentityBuilder? _linkedIdentity; + GAccountsByPkData_account_linkedIdentityBuilder get linkedIdentity => + _$this._linkedIdentity ??= + new GAccountsByPkData_account_linkedIdentityBuilder(); + set linkedIdentity( + GAccountsByPkData_account_linkedIdentityBuilder? linkedIdentity) => + _$this._linkedIdentity = linkedIdentity; + + ListBuilder<GAccountsByPkData_account_removedIdentities>? _removedIdentities; + ListBuilder<GAccountsByPkData_account_removedIdentities> + get removedIdentities => _$this._removedIdentities ??= + new ListBuilder<GAccountsByPkData_account_removedIdentities>(); + set removedIdentities( + ListBuilder<GAccountsByPkData_account_removedIdentities>? + removedIdentities) => + _$this._removedIdentities = removedIdentities; + + GAccountsByPkData_account_removedIdentitiesAggregateBuilder? + _removedIdentitiesAggregate; + GAccountsByPkData_account_removedIdentitiesAggregateBuilder + get removedIdentitiesAggregate => _$this._removedIdentitiesAggregate ??= + new GAccountsByPkData_account_removedIdentitiesAggregateBuilder(); + set removedIdentitiesAggregate( + GAccountsByPkData_account_removedIdentitiesAggregateBuilder? + removedIdentitiesAggregate) => + _$this._removedIdentitiesAggregate = removedIdentitiesAggregate; + + ListBuilder<GAccountsByPkData_account_transfersIssued>? _transfersIssued; + ListBuilder<GAccountsByPkData_account_transfersIssued> get transfersIssued => + _$this._transfersIssued ??= + new ListBuilder<GAccountsByPkData_account_transfersIssued>(); + set transfersIssued( + ListBuilder<GAccountsByPkData_account_transfersIssued>? + transfersIssued) => + _$this._transfersIssued = transfersIssued; + + GAccountsByPkData_account_transfersIssuedAggregateBuilder? + _transfersIssuedAggregate; + GAccountsByPkData_account_transfersIssuedAggregateBuilder + get transfersIssuedAggregate => _$this._transfersIssuedAggregate ??= + new GAccountsByPkData_account_transfersIssuedAggregateBuilder(); + set transfersIssuedAggregate( + GAccountsByPkData_account_transfersIssuedAggregateBuilder? + transfersIssuedAggregate) => + _$this._transfersIssuedAggregate = transfersIssuedAggregate; + + ListBuilder<GAccountsByPkData_account_transfersReceived>? _transfersReceived; + ListBuilder<GAccountsByPkData_account_transfersReceived> + get transfersReceived => _$this._transfersReceived ??= + new ListBuilder<GAccountsByPkData_account_transfersReceived>(); + set transfersReceived( + ListBuilder<GAccountsByPkData_account_transfersReceived>? + transfersReceived) => + _$this._transfersReceived = transfersReceived; + + GAccountsByPkData_account_transfersReceivedAggregateBuilder? + _transfersReceivedAggregate; + GAccountsByPkData_account_transfersReceivedAggregateBuilder + get transfersReceivedAggregate => _$this._transfersReceivedAggregate ??= + new GAccountsByPkData_account_transfersReceivedAggregateBuilder(); + set transfersReceivedAggregate( + GAccountsByPkData_account_transfersReceivedAggregateBuilder? + transfersReceivedAggregate) => + _$this._transfersReceivedAggregate = transfersReceivedAggregate; + + ListBuilder<GAccountsByPkData_account_wasIdentity>? _wasIdentity; + ListBuilder<GAccountsByPkData_account_wasIdentity> get wasIdentity => + _$this._wasIdentity ??= + new ListBuilder<GAccountsByPkData_account_wasIdentity>(); + set wasIdentity( + ListBuilder<GAccountsByPkData_account_wasIdentity>? wasIdentity) => + _$this._wasIdentity = wasIdentity; + + GAccountsByPkData_account_wasIdentityAggregateBuilder? _wasIdentityAggregate; + GAccountsByPkData_account_wasIdentityAggregateBuilder + get wasIdentityAggregate => _$this._wasIdentityAggregate ??= + new GAccountsByPkData_account_wasIdentityAggregateBuilder(); + set wasIdentityAggregate( + GAccountsByPkData_account_wasIdentityAggregateBuilder? + wasIdentityAggregate) => + _$this._wasIdentityAggregate = wasIdentityAggregate; + + GAccountsByPkData_accountBuilder() { + GAccountsByPkData_account._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder get _$this { + GAccountsByPkData_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _commentsIssued = $v.commentsIssued.toBuilder(); + _commentsIssuedAggregate = $v.commentsIssuedAggregate.toBuilder(); + _createdOn = $v.createdOn; + _id = $v.id; + _identity = $v.identity?.toBuilder(); + _isActive = $v.isActive; + _linkedIdentity = $v.linkedIdentity?.toBuilder(); + _removedIdentities = $v.removedIdentities.toBuilder(); + _removedIdentitiesAggregate = $v.removedIdentitiesAggregate.toBuilder(); + _transfersIssued = $v.transfersIssued.toBuilder(); + _transfersIssuedAggregate = $v.transfersIssuedAggregate.toBuilder(); + _transfersReceived = $v.transfersReceived.toBuilder(); + _transfersReceivedAggregate = $v.transfersReceivedAggregate.toBuilder(); + _wasIdentity = $v.wasIdentity.toBuilder(); + _wasIdentityAggregate = $v.wasIdentityAggregate.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_transfersReceivedAggregate other) { + void replace(GAccountsByPkData_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_transfersReceivedAggregate; + _$v = other as _$GAccountsByPkData_account; } @override - void update( - void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder)? - updates) { + void update(void Function(GAccountsByPkData_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate build() => _build(); + GAccountsByPkData_account build() => _build(); - _$GAccountByPkData_accountByPk_transfersReceivedAggregate _build() { - _$GAccountByPkData_accountByPk_transfersReceivedAggregate _$result; + _$GAccountsByPkData_account _build() { + _$GAccountsByPkData_account _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersReceivedAggregate._( + new _$GAccountsByPkData_account._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceivedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + G__typename, r'GAccountsByPkData_account', 'G__typename'), + commentsIssued: commentsIssued.build(), + commentsIssuedAggregate: commentsIssuedAggregate.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountsByPkData_account', 'createdOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account', 'id'), + identity: _identity?.build(), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountsByPkData_account', 'isActive'), + linkedIdentity: _linkedIdentity?.build(), + removedIdentities: removedIdentities.build(), + removedIdentitiesAggregate: removedIdentitiesAggregate.build(), + transfersIssued: transfersIssued.build(), + transfersIssuedAggregate: transfersIssuedAggregate.build(), + transfersReceived: transfersReceived.build(), + transfersReceivedAggregate: transfersReceivedAggregate.build(), + wasIdentity: wasIdentity.build(), + wasIdentityAggregate: wasIdentityAggregate.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'commentsIssued'; + commentsIssued.build(); + _$failedField = 'commentsIssuedAggregate'; + commentsIssuedAggregate.build(); + + _$failedField = 'identity'; + _identity?.build(); + + _$failedField = 'linkedIdentity'; + _linkedIdentity?.build(); + _$failedField = 'removedIdentities'; + removedIdentities.build(); + _$failedField = 'removedIdentitiesAggregate'; + removedIdentitiesAggregate.build(); + _$failedField = 'transfersIssued'; + transfersIssued.build(); + _$failedField = 'transfersIssuedAggregate'; + transfersIssuedAggregate.build(); + _$failedField = 'transfersReceived'; + transfersReceived.build(); + _$failedField = 'transfersReceivedAggregate'; + transfersReceivedAggregate.build(); + _$failedField = 'wasIdentity'; + wasIdentity.build(); + _$failedField = 'wasIdentityAggregate'; + wasIdentityAggregate.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_transfersReceivedAggregate', - _$failedField, - e.toString()); + r'GAccountsByPkData_account', _$failedField, e.toString()); } rethrow; } @@ -48396,57 +48741,388 @@ class GAccountByPkData_accountByPk_transfersReceivedAggregateBuilder } } -class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate - extends GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate { +class _$GAccountsByPkData_account_commentsIssued + extends GAccountsByPkData_account_commentsIssued { @override final String G__typename; @override - final GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum? - sum; + final String? authorId; @override - final int count; - - factory _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate( - [void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder)? - updates]) => - (new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder() - ..update(updates)) - ._build(); - - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate._( - {required this.G__typename, this.sum, required this.count}) + final int blockNumber; + @override + final String? eventId; + @override + final String hash; + @override + final String id; + @override + final String remark; + @override + final _i2.GCommentTypeEnum? type; + + factory _$GAccountsByPkData_account_commentsIssued( + [void Function(GAccountsByPkData_account_commentsIssuedBuilder)? + updates]) => + (new GAccountsByPkData_account_commentsIssuedBuilder()..update(updates)) + ._build(); + + _$GAccountsByPkData_account_commentsIssued._( + {required this.G__typename, + this.authorId, + required this.blockNumber, + this.eventId, + required this.hash, + required this.id, + required this.remark, + this.type}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_commentsIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountsByPkData_account_commentsIssued', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull( + hash, r'GAccountsByPkData_account_commentsIssued', 'hash'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_commentsIssued', 'id'); + BuiltValueNullFieldError.checkNotNull( + remark, r'GAccountsByPkData_account_commentsIssued', 'remark'); + } + + @override + GAccountsByPkData_account_commentsIssued rebuild( + void Function(GAccountsByPkData_account_commentsIssuedBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountsByPkData_account_commentsIssuedBuilder toBuilder() => + new GAccountsByPkData_account_commentsIssuedBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountsByPkData_account_commentsIssued && + G__typename == other.G__typename && + authorId == other.authorId && + blockNumber == other.blockNumber && + eventId == other.eventId && + hash == other.hash && + id == other.id && + remark == other.remark && + type == other.type; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, authorId.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, hash.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, type.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_commentsIssued') + ..add('G__typename', G__typename) + ..add('authorId', authorId) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('hash', hash) + ..add('id', id) + ..add('remark', remark) + ..add('type', type)) + .toString(); + } +} + +class GAccountsByPkData_account_commentsIssuedBuilder + implements + Builder<GAccountsByPkData_account_commentsIssued, + GAccountsByPkData_account_commentsIssuedBuilder> { + _$GAccountsByPkData_account_commentsIssued? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + String? _authorId; + String? get authorId => _$this._authorId; + set authorId(String? authorId) => _$this._authorId = authorId; + + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + String? _hash; + String? get hash => _$this._hash; + set hash(String? hash) => _$this._hash = hash; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; + + _i2.GCommentTypeEnum? _type; + _i2.GCommentTypeEnum? get type => _$this._type; + set type(_i2.GCommentTypeEnum? type) => _$this._type = type; + + GAccountsByPkData_account_commentsIssuedBuilder() { + GAccountsByPkData_account_commentsIssued._initializeBuilder(this); + } + + GAccountsByPkData_account_commentsIssuedBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _authorId = $v.authorId; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _hash = $v.hash; + _id = $v.id; + _remark = $v.remark; + _type = $v.type; + _$v = null; + } + return this; + } + + @override + void replace(GAccountsByPkData_account_commentsIssued other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountsByPkData_account_commentsIssued; + } + + @override + void update( + void Function(GAccountsByPkData_account_commentsIssuedBuilder)? updates) { + if (updates != null) updates(this); + } + + @override + GAccountsByPkData_account_commentsIssued build() => _build(); + + _$GAccountsByPkData_account_commentsIssued _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_commentsIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_commentsIssued', 'G__typename'), + authorId: authorId, + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountsByPkData_account_commentsIssued', 'blockNumber'), + eventId: eventId, + hash: BuiltValueNullFieldError.checkNotNull( + hash, r'GAccountsByPkData_account_commentsIssued', 'hash'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_commentsIssued', 'id'), + remark: BuiltValueNullFieldError.checkNotNull( + remark, r'GAccountsByPkData_account_commentsIssued', 'remark'), + type: type); + replace(_$result); + return _$result; + } +} + +class _$GAccountsByPkData_account_commentsIssuedAggregate + extends GAccountsByPkData_account_commentsIssuedAggregate { + @override + final String G__typename; + @override + final GAccountsByPkData_account_commentsIssuedAggregate_aggregate? aggregate; + + factory _$GAccountsByPkData_account_commentsIssuedAggregate( + [void Function( + GAccountsByPkData_account_commentsIssuedAggregateBuilder)? + updates]) => + (new GAccountsByPkData_account_commentsIssuedAggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountsByPkData_account_commentsIssuedAggregate._( + {required this.G__typename, this.aggregate}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_commentsIssuedAggregate', 'G__typename'); + } + + @override + GAccountsByPkData_account_commentsIssuedAggregate rebuild( + void Function( + GAccountsByPkData_account_commentsIssuedAggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountsByPkData_account_commentsIssuedAggregateBuilder toBuilder() => + new GAccountsByPkData_account_commentsIssuedAggregateBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountsByPkData_account_commentsIssuedAggregate && + G__typename == other.G__typename && + aggregate == other.aggregate; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_commentsIssuedAggregate') + ..add('G__typename', G__typename) + ..add('aggregate', aggregate)) + .toString(); + } +} + +class GAccountsByPkData_account_commentsIssuedAggregateBuilder + implements + Builder<GAccountsByPkData_account_commentsIssuedAggregate, + GAccountsByPkData_account_commentsIssuedAggregateBuilder> { + _$GAccountsByPkData_account_commentsIssuedAggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder? + _aggregate; + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder(); + set aggregate( + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; + + GAccountsByPkData_account_commentsIssuedAggregateBuilder() { + GAccountsByPkData_account_commentsIssuedAggregate._initializeBuilder(this); + } + + GAccountsByPkData_account_commentsIssuedAggregateBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _aggregate = $v.aggregate?.toBuilder(); + _$v = null; + } + return this; + } + + @override + void replace(GAccountsByPkData_account_commentsIssuedAggregate other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountsByPkData_account_commentsIssuedAggregate; + } + + @override + void update( + void Function(GAccountsByPkData_account_commentsIssuedAggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountsByPkData_account_commentsIssuedAggregate build() => _build(); + + _$GAccountsByPkData_account_commentsIssuedAggregate _build() { + _$GAccountsByPkData_account_commentsIssuedAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_commentsIssuedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_commentsIssuedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_commentsIssuedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + +class _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate + extends GAccountsByPkData_account_commentsIssuedAggregate_aggregate { + @override + final String G__typename; + @override + final int count; + + factory _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate( + [void Function( + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder)? + updates]) => + (new GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', + r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', + r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate', 'count'); } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate rebuild( + GAccountsByPkData_account_commentsIssuedAggregate_aggregate rebuild( void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder) + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder() + new GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate && + is GAccountsByPkData_account_commentsIssuedAggregate_aggregate && G__typename == other.G__typename && - sum == other.sum && count == other.count; } @@ -48454,7 +49130,6 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, sum.hashCode); _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; @@ -48463,50 +49138,37 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate') + r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('sum', sum) ..add('count', count)) .toString(); } } -class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder +class GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder implements - Builder< - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate, - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate? _$v; + Builder<GAccountsByPkData_account_commentsIssuedAggregate_aggregate, + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder? - _sum; - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder - get sum => _$this._sum ??= - new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder(); - set sum( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder? - sum) => - _$this._sum = sum; - int? _count; int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder() { + GAccountsByPkData_account_commentsIssuedAggregate_aggregate ._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _sum = $v.sum?.toBuilder(); _count = $v.count; _$v = null; } @@ -48515,50 +49177,575 @@ class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder @override void replace( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate other) { + GAccountsByPkData_account_commentsIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate; + _$v = + other as _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate; } @override void update( void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder)? + GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate build() => + GAccountsByPkData_account_commentsIssuedAggregate_aggregate build() => _build(); - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate _build() { - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate - _$result; + _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate', + 'count')); + replace(_$result); + return _$result; + } +} + +class _$GAccountsByPkData_account_identity + extends GAccountsByPkData_account_identity { + @override + final String G__typename; + @override + final GAccountsByPkData_account_identity_account? account; + @override + final String? accountId; + @override + final String? accountRemovedId; + @override + final BuiltList<GAccountsByPkData_account_identity_certIssued> certIssued; + @override + final GAccountsByPkData_account_identity_certIssuedAggregate + certIssuedAggregate; + @override + final BuiltList<GAccountsByPkData_account_identity_certReceived> certReceived; + @override + final GAccountsByPkData_account_identity_certReceivedAggregate + certReceivedAggregate; + @override + final String? createdInId; + @override + final int createdOn; + @override + final int expireOn; + @override + final String id; + @override + final int index; + @override + final bool isMember; + @override + final int lastChangeOn; + @override + final BuiltList<GAccountsByPkData_account_identity_linkedAccount> + linkedAccount; + @override + final GAccountsByPkData_account_identity_linkedAccountAggregate + linkedAccountAggregate; + @override + final _i2.GIdentityStatusEnum? status; + @override + final BuiltList<GAccountsByPkData_account_identity_membershipHistory> + membershipHistory; + @override + final GAccountsByPkData_account_identity_membershipHistoryAggregate + membershipHistoryAggregate; + @override + final String name; + @override + final BuiltList<GAccountsByPkData_account_identity_ownerKeyChange> + ownerKeyChange; + @override + final GAccountsByPkData_account_identity_ownerKeyChangeAggregate + ownerKeyChangeAggregate; + @override + final GAccountsByPkData_account_identity_smith? smith; + @override + final BuiltList<GAccountsByPkData_account_identity_udHistory>? udHistory; + + factory _$GAccountsByPkData_account_identity( + [void Function(GAccountsByPkData_account_identityBuilder)? + updates]) => + (new GAccountsByPkData_account_identityBuilder()..update(updates)) + ._build(); + + _$GAccountsByPkData_account_identity._( + {required this.G__typename, + this.account, + this.accountId, + this.accountRemovedId, + required this.certIssued, + required this.certIssuedAggregate, + required this.certReceived, + required this.certReceivedAggregate, + this.createdInId, + required this.createdOn, + required this.expireOn, + required this.id, + required this.index, + required this.isMember, + required this.lastChangeOn, + required this.linkedAccount, + required this.linkedAccountAggregate, + this.status, + required this.membershipHistory, + required this.membershipHistoryAggregate, + required this.name, + required this.ownerKeyChange, + required this.ownerKeyChangeAggregate, + this.smith, + this.udHistory}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountsByPkData_account_identity', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + certIssued, r'GAccountsByPkData_account_identity', 'certIssued'); + BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, + r'GAccountsByPkData_account_identity', 'certIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull( + certReceived, r'GAccountsByPkData_account_identity', 'certReceived'); + BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, + r'GAccountsByPkData_account_identity', 'certReceivedAggregate'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountsByPkData_account_identity', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountsByPkData_account_identity', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity', 'id'); + BuiltValueNullFieldError.checkNotNull( + index, r'GAccountsByPkData_account_identity', 'index'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountsByPkData_account_identity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GAccountsByPkData_account_identity', 'lastChangeOn'); + BuiltValueNullFieldError.checkNotNull( + linkedAccount, r'GAccountsByPkData_account_identity', 'linkedAccount'); + BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, + r'GAccountsByPkData_account_identity', 'linkedAccountAggregate'); + BuiltValueNullFieldError.checkNotNull(membershipHistory, + r'GAccountsByPkData_account_identity', 'membershipHistory'); + BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, + r'GAccountsByPkData_account_identity', 'membershipHistoryAggregate'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountsByPkData_account_identity', 'name'); + BuiltValueNullFieldError.checkNotNull(ownerKeyChange, + r'GAccountsByPkData_account_identity', 'ownerKeyChange'); + BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, + r'GAccountsByPkData_account_identity', 'ownerKeyChangeAggregate'); + } + + @override + GAccountsByPkData_account_identity rebuild( + void Function(GAccountsByPkData_account_identityBuilder) updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountsByPkData_account_identityBuilder toBuilder() => + new GAccountsByPkData_account_identityBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountsByPkData_account_identity && + G__typename == other.G__typename && + account == other.account && + accountId == other.accountId && + accountRemovedId == other.accountRemovedId && + certIssued == other.certIssued && + certIssuedAggregate == other.certIssuedAggregate && + certReceived == other.certReceived && + certReceivedAggregate == other.certReceivedAggregate && + createdInId == other.createdInId && + createdOn == other.createdOn && + expireOn == other.expireOn && + id == other.id && + index == other.index && + isMember == other.isMember && + lastChangeOn == other.lastChangeOn && + linkedAccount == other.linkedAccount && + linkedAccountAggregate == other.linkedAccountAggregate && + status == other.status && + membershipHistory == other.membershipHistory && + membershipHistoryAggregate == other.membershipHistoryAggregate && + name == other.name && + ownerKeyChange == other.ownerKeyChange && + ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && + smith == other.smith && + udHistory == other.udHistory; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, accountRemovedId.hashCode); + _$hash = $jc(_$hash, certIssued.hashCode); + _$hash = $jc(_$hash, certIssuedAggregate.hashCode); + _$hash = $jc(_$hash, certReceived.hashCode); + _$hash = $jc(_$hash, certReceivedAggregate.hashCode); + _$hash = $jc(_$hash, createdInId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, lastChangeOn.hashCode); + _$hash = $jc(_$hash, linkedAccount.hashCode); + _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, membershipHistory.hashCode); + _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, ownerKeyChange.hashCode); + _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); + _$hash = $jc(_$hash, smith.hashCode); + _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper(r'GAccountsByPkData_account_identity') + ..add('G__typename', G__typename) + ..add('account', account) + ..add('accountId', accountId) + ..add('accountRemovedId', accountRemovedId) + ..add('certIssued', certIssued) + ..add('certIssuedAggregate', certIssuedAggregate) + ..add('certReceived', certReceived) + ..add('certReceivedAggregate', certReceivedAggregate) + ..add('createdInId', createdInId) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('id', id) + ..add('index', index) + ..add('isMember', isMember) + ..add('lastChangeOn', lastChangeOn) + ..add('linkedAccount', linkedAccount) + ..add('linkedAccountAggregate', linkedAccountAggregate) + ..add('status', status) + ..add('membershipHistory', membershipHistory) + ..add('membershipHistoryAggregate', membershipHistoryAggregate) + ..add('name', name) + ..add('ownerKeyChange', ownerKeyChange) + ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) + ..add('smith', smith) + ..add('udHistory', udHistory)) + .toString(); + } +} + +class GAccountsByPkData_account_identityBuilder + implements + Builder<GAccountsByPkData_account_identity, + GAccountsByPkData_account_identityBuilder> { + _$GAccountsByPkData_account_identity? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + GAccountsByPkData_account_identity_accountBuilder? _account; + GAccountsByPkData_account_identity_accountBuilder get account => + _$this._account ??= + new GAccountsByPkData_account_identity_accountBuilder(); + set account(GAccountsByPkData_account_identity_accountBuilder? account) => + _$this._account = account; + + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + String? _accountRemovedId; + String? get accountRemovedId => _$this._accountRemovedId; + set accountRemovedId(String? accountRemovedId) => + _$this._accountRemovedId = accountRemovedId; + + ListBuilder<GAccountsByPkData_account_identity_certIssued>? _certIssued; + ListBuilder<GAccountsByPkData_account_identity_certIssued> get certIssued => + _$this._certIssued ??= + new ListBuilder<GAccountsByPkData_account_identity_certIssued>(); + set certIssued( + ListBuilder<GAccountsByPkData_account_identity_certIssued>? + certIssued) => + _$this._certIssued = certIssued; + + GAccountsByPkData_account_identity_certIssuedAggregateBuilder? + _certIssuedAggregate; + GAccountsByPkData_account_identity_certIssuedAggregateBuilder + get certIssuedAggregate => _$this._certIssuedAggregate ??= + new GAccountsByPkData_account_identity_certIssuedAggregateBuilder(); + set certIssuedAggregate( + GAccountsByPkData_account_identity_certIssuedAggregateBuilder? + certIssuedAggregate) => + _$this._certIssuedAggregate = certIssuedAggregate; + + ListBuilder<GAccountsByPkData_account_identity_certReceived>? _certReceived; + ListBuilder<GAccountsByPkData_account_identity_certReceived> + get certReceived => _$this._certReceived ??= + new ListBuilder<GAccountsByPkData_account_identity_certReceived>(); + set certReceived( + ListBuilder<GAccountsByPkData_account_identity_certReceived>? + certReceived) => + _$this._certReceived = certReceived; + + GAccountsByPkData_account_identity_certReceivedAggregateBuilder? + _certReceivedAggregate; + GAccountsByPkData_account_identity_certReceivedAggregateBuilder + get certReceivedAggregate => _$this._certReceivedAggregate ??= + new GAccountsByPkData_account_identity_certReceivedAggregateBuilder(); + set certReceivedAggregate( + GAccountsByPkData_account_identity_certReceivedAggregateBuilder? + certReceivedAggregate) => + _$this._certReceivedAggregate = certReceivedAggregate; + + String? _createdInId; + String? get createdInId => _$this._createdInId; + set createdInId(String? createdInId) => _$this._createdInId = createdInId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + int? _lastChangeOn; + int? get lastChangeOn => _$this._lastChangeOn; + set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; + + ListBuilder<GAccountsByPkData_account_identity_linkedAccount>? _linkedAccount; + ListBuilder<GAccountsByPkData_account_identity_linkedAccount> + get linkedAccount => _$this._linkedAccount ??= + new ListBuilder<GAccountsByPkData_account_identity_linkedAccount>(); + set linkedAccount( + ListBuilder<GAccountsByPkData_account_identity_linkedAccount>? + linkedAccount) => + _$this._linkedAccount = linkedAccount; + + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder? + _linkedAccountAggregate; + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder + get linkedAccountAggregate => _$this._linkedAccountAggregate ??= + new GAccountsByPkData_account_identity_linkedAccountAggregateBuilder(); + set linkedAccountAggregate( + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder? + linkedAccountAggregate) => + _$this._linkedAccountAggregate = linkedAccountAggregate; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + ListBuilder<GAccountsByPkData_account_identity_membershipHistory>? + _membershipHistory; + ListBuilder<GAccountsByPkData_account_identity_membershipHistory> + get membershipHistory => _$this._membershipHistory ??= new ListBuilder< + GAccountsByPkData_account_identity_membershipHistory>(); + set membershipHistory( + ListBuilder<GAccountsByPkData_account_identity_membershipHistory>? + membershipHistory) => + _$this._membershipHistory = membershipHistory; + + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder? + _membershipHistoryAggregate; + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder + get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= + new GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder(); + set membershipHistoryAggregate( + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder? + membershipHistoryAggregate) => + _$this._membershipHistoryAggregate = membershipHistoryAggregate; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + ListBuilder<GAccountsByPkData_account_identity_ownerKeyChange>? + _ownerKeyChange; + ListBuilder<GAccountsByPkData_account_identity_ownerKeyChange> + get ownerKeyChange => _$this._ownerKeyChange ??= + new ListBuilder<GAccountsByPkData_account_identity_ownerKeyChange>(); + set ownerKeyChange( + ListBuilder<GAccountsByPkData_account_identity_ownerKeyChange>? + ownerKeyChange) => + _$this._ownerKeyChange = ownerKeyChange; + + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder? + _ownerKeyChangeAggregate; + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder + get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= + new GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder(); + set ownerKeyChangeAggregate( + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder? + ownerKeyChangeAggregate) => + _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; + + GAccountsByPkData_account_identity_smithBuilder? _smith; + GAccountsByPkData_account_identity_smithBuilder get smith => + _$this._smith ??= new GAccountsByPkData_account_identity_smithBuilder(); + set smith(GAccountsByPkData_account_identity_smithBuilder? smith) => + _$this._smith = smith; + + ListBuilder<GAccountsByPkData_account_identity_udHistory>? _udHistory; + ListBuilder<GAccountsByPkData_account_identity_udHistory> get udHistory => + _$this._udHistory ??= + new ListBuilder<GAccountsByPkData_account_identity_udHistory>(); + set udHistory( + ListBuilder<GAccountsByPkData_account_identity_udHistory>? + udHistory) => + _$this._udHistory = udHistory; + + GAccountsByPkData_account_identityBuilder() { + GAccountsByPkData_account_identity._initializeBuilder(this); + } + + GAccountsByPkData_account_identityBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _account = $v.account?.toBuilder(); + _accountId = $v.accountId; + _accountRemovedId = $v.accountRemovedId; + _certIssued = $v.certIssued.toBuilder(); + _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); + _certReceived = $v.certReceived.toBuilder(); + _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); + _createdInId = $v.createdInId; + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _id = $v.id; + _index = $v.index; + _isMember = $v.isMember; + _lastChangeOn = $v.lastChangeOn; + _linkedAccount = $v.linkedAccount.toBuilder(); + _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); + _status = $v.status; + _membershipHistory = $v.membershipHistory.toBuilder(); + _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); + _name = $v.name; + _ownerKeyChange = $v.ownerKeyChange.toBuilder(); + _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); + _smith = $v.smith?.toBuilder(); + _udHistory = $v.udHistory?.toBuilder(); + _$v = null; + } + return this; + } + + @override + void replace(GAccountsByPkData_account_identity other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountsByPkData_account_identity; + } + + @override + void update( + void Function(GAccountsByPkData_account_identityBuilder)? updates) { + if (updates != null) updates(this); + } + + @override + GAccountsByPkData_account_identity build() => _build(); + + _$GAccountsByPkData_account_identity _build() { + _$GAccountsByPkData_account_identity _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate - ._( + new _$GAccountsByPkData_account_identity._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', - 'G__typename'), - sum: _sum?.build(), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', - 'count')); + G__typename, r'GAccountsByPkData_account_identity', 'G__typename'), + account: _account?.build(), + accountId: accountId, + accountRemovedId: accountRemovedId, + certIssued: certIssued.build(), + certIssuedAggregate: certIssuedAggregate.build(), + certReceived: certReceived.build(), + certReceivedAggregate: certReceivedAggregate.build(), + createdInId: createdInId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountsByPkData_account_identity', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountsByPkData_account_identity', 'expireOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity', 'id'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GAccountsByPkData_account_identity', 'index'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountsByPkData_account_identity', 'isMember'), + lastChangeOn: BuiltValueNullFieldError.checkNotNull(lastChangeOn, + r'GAccountsByPkData_account_identity', 'lastChangeOn'), + linkedAccount: linkedAccount.build(), + linkedAccountAggregate: linkedAccountAggregate.build(), + status: status, + membershipHistory: membershipHistory.build(), + membershipHistoryAggregate: membershipHistoryAggregate.build(), + name: BuiltValueNullFieldError.checkNotNull(name, r'GAccountsByPkData_account_identity', 'name'), + ownerKeyChange: ownerKeyChange.build(), + ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), + smith: _smith?.build(), + udHistory: _udHistory?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'sum'; - _sum?.build(); + _$failedField = 'account'; + _account?.build(); + + _$failedField = 'certIssued'; + certIssued.build(); + _$failedField = 'certIssuedAggregate'; + certIssuedAggregate.build(); + _$failedField = 'certReceived'; + certReceived.build(); + _$failedField = 'certReceivedAggregate'; + certReceivedAggregate.build(); + + _$failedField = 'linkedAccount'; + linkedAccount.build(); + _$failedField = 'linkedAccountAggregate'; + linkedAccountAggregate.build(); + + _$failedField = 'membershipHistory'; + membershipHistory.build(); + _$failedField = 'membershipHistoryAggregate'; + membershipHistoryAggregate.build(); + + _$failedField = 'ownerKeyChange'; + ownerKeyChange.build(); + _$failedField = 'ownerKeyChangeAggregate'; + ownerKeyChangeAggregate.build(); + _$failedField = 'smith'; + _smith?.build(); + _$failedField = 'udHistory'; + _udHistory?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate', - _$failedField, - e.toString()); + r'GAccountsByPkData_account_identity', _$failedField, e.toString()); } rethrow; } @@ -48567,57 +49754,51 @@ class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregateBuilder } } -class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum - extends GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum { +class _$GAccountsByPkData_account_identity_account + extends GAccountsByPkData_account_identity_account { @override final String G__typename; @override - final int? amount; + final int createdOn; - factory _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum( - [void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder)? + factory _$GAccountsByPkData_account_identity_account( + [void Function(GAccountsByPkData_account_identity_accountBuilder)? updates]) => - (new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder() - ..update(updates)) + (new GAccountsByPkData_account_identity_accountBuilder()..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum._( - {required this.G__typename, this.amount}) + _$GAccountsByPkData_account_identity_account._( + {required this.G__typename, required this.createdOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_identity_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum', - 'G__typename'); + createdOn, r'GAccountsByPkData_account_identity_account', 'createdOn'); } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum rebuild( - void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder) + GAccountsByPkData_account_identity_account rebuild( + void Function(GAccountsByPkData_account_identity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder - toBuilder() => - new GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder() - ..replace(this); + GAccountsByPkData_account_identity_accountBuilder toBuilder() => + new GAccountsByPkData_account_identity_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum && + return other is GAccountsByPkData_account_identity_account && G__typename == other.G__typename && - amount == other.amount; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -48625,137 +49806,149 @@ class _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum') + r'GAccountsByPkData_account_identity_account') ..add('G__typename', G__typename) - ..add('amount', amount)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder +class GAccountsByPkData_account_identity_accountBuilder implements - Builder< - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum, - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder> { - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum? _$v; + Builder<GAccountsByPkData_account_identity_account, + GAccountsByPkData_account_identity_accountBuilder> { + _$GAccountsByPkData_account_identity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder() { - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum - ._initializeBuilder(this); + GAccountsByPkData_account_identity_accountBuilder() { + GAccountsByPkData_account_identity_account._initializeBuilder(this); } - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder - get _$this { + GAccountsByPkData_account_identity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _amount = $v.amount; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum - other) { + void replace(GAccountsByPkData_account_identity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum; + _$v = other as _$GAccountsByPkData_account_identity_account; } @override void update( - void Function( - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sumBuilder)? + void Function(GAccountsByPkData_account_identity_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum - build() => _build(); + GAccountsByPkData_account_identity_account build() => _build(); - _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum - _build() { + _$GAccountsByPkData_account_identity_account _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountByPkData_accountByPk_transfersReceivedAggregate_aggregate_sum', - 'G__typename'), - amount: amount); + new _$GAccountsByPkData_account_identity_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_identity_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountsByPkData_account_identity_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_wasIdentity - extends GAccountByPkData_accountByPk_wasIdentity { +class _$GAccountsByPkData_account_identity_certIssued + extends GAccountsByPkData_account_identity_certIssued { @override final String G__typename; @override final String id; @override - final int blockNumber; + final String? issuerId; @override - final String? identityId; + final GAccountsByPkData_account_identity_certIssued_issuer? issuer; @override - final String? nextId; + final String? receiverId; @override - final String? previousId; + final GAccountsByPkData_account_identity_certIssued_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GAccountByPkData_accountByPk_wasIdentity( - [void Function(GAccountByPkData_accountByPk_wasIdentityBuilder)? + factory _$GAccountsByPkData_account_identity_certIssued( + [void Function(GAccountsByPkData_account_identity_certIssuedBuilder)? updates]) => - (new GAccountByPkData_accountByPk_wasIdentityBuilder()..update(updates)) + (new GAccountsByPkData_account_identity_certIssuedBuilder() + ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_wasIdentity._( + _$GAccountsByPkData_account_identity_certIssued._( {required this.G__typename, required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_wasIdentity', 'G__typename'); + r'GAccountsByPkData_account_identity_certIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_wasIdentity', 'id'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountByPkData_accountByPk_wasIdentity', 'blockNumber'); + id, r'GAccountsByPkData_account_identity_certIssued', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountsByPkData_account_identity_certIssued', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountsByPkData_account_identity_certIssued', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountsByPkData_account_identity_certIssued', 'isActive'); + BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GAccountsByPkData_account_identity_certIssued', 'updatedOn'); } @override - GAccountByPkData_accountByPk_wasIdentity rebuild( - void Function(GAccountByPkData_accountByPk_wasIdentityBuilder) + GAccountsByPkData_account_identity_certIssued rebuild( + void Function(GAccountsByPkData_account_identity_certIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_wasIdentityBuilder toBuilder() => - new GAccountByPkData_accountByPk_wasIdentityBuilder()..replace(this); + GAccountsByPkData_account_identity_certIssuedBuilder toBuilder() => + new GAccountsByPkData_account_identity_certIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_wasIdentity && + return other is GAccountsByPkData_account_identity_certIssued && G__typename == other.G__typename && id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override @@ -48763,10 +49956,14 @@ class _$GAccountByPkData_accountByPk_wasIdentity var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -48774,22 +49971,26 @@ class _$GAccountByPkData_accountByPk_wasIdentity @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_wasIdentity') + r'GAccountsByPkData_account_identity_certIssued') ..add('G__typename', G__typename) ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GAccountByPkData_accountByPk_wasIdentityBuilder +class GAccountsByPkData_account_identity_certIssuedBuilder implements - Builder<GAccountByPkData_accountByPk_wasIdentity, - GAccountByPkData_accountByPk_wasIdentityBuilder> { - _$GAccountByPkData_accountByPk_wasIdentity? _$v; + Builder<GAccountsByPkData_account_identity_certIssued, + GAccountsByPkData_account_identity_certIssuedBuilder> { + _$GAccountsByPkData_account_identity_certIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -48799,119 +50000,218 @@ class GAccountByPkData_accountByPk_wasIdentityBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + GAccountsByPkData_account_identity_certIssued_issuerBuilder? _issuer; + GAccountsByPkData_account_identity_certIssued_issuerBuilder get issuer => + _$this._issuer ??= + new GAccountsByPkData_account_identity_certIssued_issuerBuilder(); + set issuer( + GAccountsByPkData_account_identity_certIssued_issuerBuilder? + issuer) => + _$this._issuer = issuer; - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + GAccountsByPkData_account_identity_certIssued_receiverBuilder? _receiver; + GAccountsByPkData_account_identity_certIssued_receiverBuilder get receiver => + _$this._receiver ??= + new GAccountsByPkData_account_identity_certIssued_receiverBuilder(); + set receiver( + GAccountsByPkData_account_identity_certIssued_receiverBuilder? + receiver) => + _$this._receiver = receiver; - GAccountByPkData_accountByPk_wasIdentityBuilder() { - GAccountByPkData_accountByPk_wasIdentity._initializeBuilder(this); + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GAccountsByPkData_account_identity_certIssuedBuilder() { + GAccountsByPkData_account_identity_certIssued._initializeBuilder(this); } - GAccountByPkData_accountByPk_wasIdentityBuilder get _$this { + GAccountsByPkData_account_identity_certIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_wasIdentity other) { + void replace(GAccountsByPkData_account_identity_certIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_wasIdentity; + _$v = other as _$GAccountsByPkData_account_identity_certIssued; } @override void update( - void Function(GAccountByPkData_accountByPk_wasIdentityBuilder)? updates) { + void Function(GAccountsByPkData_account_identity_certIssuedBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_wasIdentity build() => _build(); + GAccountsByPkData_account_identity_certIssued build() => _build(); - _$GAccountByPkData_accountByPk_wasIdentity _build() { - final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_wasIdentity._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_wasIdentity', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountByPkData_accountByPk_wasIdentity', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountByPkData_accountByPk_wasIdentity', 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + _$GAccountsByPkData_account_identity_certIssued _build() { + _$GAccountsByPkData_account_identity_certIssued _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_identity_certIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_certIssued', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_certIssued', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountsByPkData_account_identity_certIssued', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountsByPkData_account_identity_certIssued', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountsByPkData_account_identity_certIssued', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull( + updatedOn, + r'GAccountsByPkData_account_identity_certIssued', + 'updatedOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_identity_certIssued', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountByPkData_accountByPk_wasIdentityAggregate - extends GAccountByPkData_accountByPk_wasIdentityAggregate { +class _$GAccountsByPkData_account_identity_certIssued_issuer + extends GAccountsByPkData_account_identity_certIssued_issuer { @override final String G__typename; @override - final GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate? aggregate; + final String? accountId; + @override + final GAccountsByPkData_account_identity_certIssued_issuer_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GAccountByPkData_accountByPk_wasIdentityAggregate( + factory _$GAccountsByPkData_account_identity_certIssued_issuer( [void Function( - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder)? + GAccountsByPkData_account_identity_certIssued_issuerBuilder)? updates]) => - (new GAccountByPkData_accountByPk_wasIdentityAggregateBuilder() + (new GAccountsByPkData_account_identity_certIssued_issuerBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_wasIdentityAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountsByPkData_account_identity_certIssued_issuer._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountByPkData_accountByPk_wasIdentityAggregate', 'G__typename'); + r'GAccountsByPkData_account_identity_certIssued_issuer', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_certIssued_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountsByPkData_account_identity_certIssued_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountsByPkData_account_identity_certIssued_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountsByPkData_account_identity_certIssued_issuer', 'expireOn'); } @override - GAccountByPkData_accountByPk_wasIdentityAggregate rebuild( + GAccountsByPkData_account_identity_certIssued_issuer rebuild( void Function( - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder) + GAccountsByPkData_account_identity_certIssued_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder toBuilder() => - new GAccountByPkData_accountByPk_wasIdentityAggregateBuilder() + GAccountsByPkData_account_identity_certIssued_issuerBuilder toBuilder() => + new GAccountsByPkData_account_identity_certIssued_issuerBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountByPkData_accountByPk_wasIdentityAggregate && + return other is GAccountsByPkData_account_identity_certIssued_issuer && G__typename == other.G__typename && - aggregate == other.aggregate; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -48919,81 +50219,132 @@ class _$GAccountByPkData_accountByPk_wasIdentityAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_wasIdentityAggregate') + r'GAccountsByPkData_account_identity_certIssued_issuer') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountByPkData_accountByPk_wasIdentityAggregateBuilder +class GAccountsByPkData_account_identity_certIssued_issuerBuilder implements - Builder<GAccountByPkData_accountByPk_wasIdentityAggregate, - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder> { - _$GAccountByPkData_accountByPk_wasIdentityAggregate? _$v; + Builder<GAccountsByPkData_account_identity_certIssued_issuer, + GAccountsByPkData_account_identity_certIssued_issuerBuilder> { + _$GAccountsByPkData_account_identity_certIssued_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder? - _aggregate; - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder(); - set aggregate( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder() { - GAccountByPkData_accountByPk_wasIdentityAggregate._initializeBuilder(this); + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder? _account; + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder + get account => _$this._account ??= + new GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder(); + set account( + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountsByPkData_account_identity_certIssued_issuerBuilder() { + GAccountsByPkData_account_identity_certIssued_issuer._initializeBuilder( + this); } - GAccountByPkData_accountByPk_wasIdentityAggregateBuilder get _$this { + GAccountsByPkData_account_identity_certIssued_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountByPkData_accountByPk_wasIdentityAggregate other) { + void replace(GAccountsByPkData_account_identity_certIssued_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountByPkData_accountByPk_wasIdentityAggregate; + _$v = other as _$GAccountsByPkData_account_identity_certIssued_issuer; } @override void update( - void Function(GAccountByPkData_accountByPk_wasIdentityAggregateBuilder)? + void Function( + GAccountsByPkData_account_identity_certIssued_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_wasIdentityAggregate build() => _build(); + GAccountsByPkData_account_identity_certIssued_issuer build() => _build(); - _$GAccountByPkData_accountByPk_wasIdentityAggregate _build() { - _$GAccountByPkData_accountByPk_wasIdentityAggregate _$result; + _$GAccountsByPkData_account_identity_certIssued_issuer _build() { + _$GAccountsByPkData_account_identity_certIssued_issuer _$result; try { _$result = _$v ?? - new _$GAccountByPkData_accountByPk_wasIdentityAggregate._( + new _$GAccountsByPkData_account_identity_certIssued_issuer._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_wasIdentityAggregate', + r'GAccountsByPkData_account_identity_certIssued_issuer', 'G__typename'), - aggregate: _aggregate?.build()); + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_certIssued_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountsByPkData_account_identity_certIssued_issuer', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GAccountsByPkData_account_identity_certIssued_issuer', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountsByPkData_account_identity_certIssued_issuer', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountByPkData_accountByPk_wasIdentityAggregate', + r'GAccountsByPkData_account_identity_certIssued_issuer', _$failedField, e.toString()); } @@ -49004,61 +50355,61 @@ class GAccountByPkData_accountByPk_wasIdentityAggregateBuilder } } -class _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate - extends GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate { +class _$GAccountsByPkData_account_identity_certIssued_issuer_account + extends GAccountsByPkData_account_identity_certIssued_issuer_account { @override final String G__typename; @override - final int count; + final int createdOn; - factory _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate( + factory _$GAccountsByPkData_account_identity_certIssued_issuer_account( [void Function( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder)? + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder)? updates]) => - (new GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder() + (new GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder() ..update(updates)) ._build(); - _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountsByPkData_account_identity_certIssued_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate', + r'GAccountsByPkData_account_identity_certIssued_issuer_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate', - 'count'); + createdOn, + r'GAccountsByPkData_account_identity_certIssued_issuer_account', + 'createdOn'); } @override - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate rebuild( + GAccountsByPkData_account_identity_certIssued_issuer_account rebuild( void Function( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder) + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder toBuilder() => - new GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder() + new GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate && + is GAccountsByPkData_account_identity_certIssued_issuer_account && G__typename == other.G__typename && - count == other.count; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -49066,38 +50417,38 @@ class _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate') + r'GAccountsByPkData_account_identity_certIssued_issuer_account') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder +class GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder implements - Builder<GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate, - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder> { - _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate? _$v; + Builder<GAccountsByPkData_account_identity_certIssued_issuer_account, + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder> { + _$GAccountsByPkData_account_identity_certIssued_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder() { - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder() { + GAccountsByPkData_account_identity_certIssued_issuer_account ._initializeBuilder(this); } - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _createdOn = $v.createdOn; _$v = null; } return this; @@ -49105,319 +50456,266 @@ class GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder @override void replace( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate other) { + GAccountsByPkData_account_identity_certIssued_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); _$v = - other as _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate; + other as _$GAccountsByPkData_account_identity_certIssued_issuer_account; } @override void update( void Function( - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregateBuilder)? + GAccountsByPkData_account_identity_certIssued_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate build() => + GAccountsByPkData_account_identity_certIssued_issuer_account build() => _build(); - _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate _build() { + _$GAccountsByPkData_account_identity_certIssued_issuer_account _build() { final _$result = _$v ?? - new _$GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate._( + new _$GAccountsByPkData_account_identity_certIssued_issuer_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate', + r'GAccountsByPkData_account_identity_certIssued_issuer_account', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountByPkData_accountByPk_wasIdentityAggregate_aggregate', - 'count')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_certIssued_issuer_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountBasicByPkData extends GAccountBasicByPkData { +class _$GAccountsByPkData_account_identity_certIssued_receiver + extends GAccountsByPkData_account_identity_certIssued_receiver { @override final String G__typename; @override - final GAccountBasicByPkData_accountByPk? accountByPk; - - factory _$GAccountBasicByPkData( - [void Function(GAccountBasicByPkDataBuilder)? updates]) => - (new GAccountBasicByPkDataBuilder()..update(updates))._build(); - - _$GAccountBasicByPkData._({required this.G__typename, this.accountByPk}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountBasicByPkData', 'G__typename'); - } - - @override - GAccountBasicByPkData rebuild( - void Function(GAccountBasicByPkDataBuilder) updates) => - (toBuilder()..update(updates)).build(); - - @override - GAccountBasicByPkDataBuilder toBuilder() => - new GAccountBasicByPkDataBuilder()..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GAccountBasicByPkData && - G__typename == other.G__typename && - accountByPk == other.accountByPk; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountByPk.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper(r'GAccountBasicByPkData') - ..add('G__typename', G__typename) - ..add('accountByPk', accountByPk)) - .toString(); - } -} - -class GAccountBasicByPkDataBuilder - implements Builder<GAccountBasicByPkData, GAccountBasicByPkDataBuilder> { - _$GAccountBasicByPkData? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - GAccountBasicByPkData_accountByPkBuilder? _accountByPk; - GAccountBasicByPkData_accountByPkBuilder get accountByPk => - _$this._accountByPk ??= new GAccountBasicByPkData_accountByPkBuilder(); - set accountByPk(GAccountBasicByPkData_accountByPkBuilder? accountByPk) => - _$this._accountByPk = accountByPk; - - GAccountBasicByPkDataBuilder() { - GAccountBasicByPkData._initializeBuilder(this); - } - - GAccountBasicByPkDataBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _accountByPk = $v.accountByPk?.toBuilder(); - _$v = null; - } - return this; - } - - @override - void replace(GAccountBasicByPkData other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountBasicByPkData; - } - - @override - void update(void Function(GAccountBasicByPkDataBuilder)? updates) { - if (updates != null) updates(this); - } - + final String? accountId; @override - GAccountBasicByPkData build() => _build(); - - _$GAccountBasicByPkData _build() { - _$GAccountBasicByPkData _$result; - try { - _$result = _$v ?? - new _$GAccountBasicByPkData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountBasicByPkData', 'G__typename'), - accountByPk: _accountByPk?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'accountByPk'; - _accountByPk?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountBasicByPkData', _$failedField, e.toString()); - } - rethrow; - } - replace(_$result); - return _$result; - } -} - -class _$GAccountBasicByPkData_accountByPk - extends GAccountBasicByPkData_accountByPk { + final GAccountsByPkData_account_identity_certIssued_receiver_account? account; @override - final String G__typename; + final String id; @override - final int createdOn; + final bool isMember; @override - final String id; + final _i2.GIdentityStatusEnum? status; @override - final GAccountBasicByPkData_accountByPk_identity? identity; + final String name; @override - final bool isActive; + final int expireOn; - factory _$GAccountBasicByPkData_accountByPk( - [void Function(GAccountBasicByPkData_accountByPkBuilder)? updates]) => - (new GAccountBasicByPkData_accountByPkBuilder()..update(updates)) + factory _$GAccountsByPkData_account_identity_certIssued_receiver( + [void Function( + GAccountsByPkData_account_identity_certIssued_receiverBuilder)? + updates]) => + (new GAccountsByPkData_account_identity_certIssued_receiverBuilder() + ..update(updates)) ._build(); - _$GAccountBasicByPkData_accountByPk._( + _$GAccountsByPkData_account_identity_certIssued_receiver._( {required this.G__typename, - required this.createdOn, + this.accountId, + this.account, required this.id, - this.identity, - required this.isActive}) + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountBasicByPkData_accountByPk', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountBasicByPkData_accountByPk', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountBasicByPkData_accountByPk', 'id'); + G__typename, + r'GAccountsByPkData_account_identity_certIssued_receiver', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountBasicByPkData_accountByPk', 'isActive'); + id, r'GAccountsByPkData_account_identity_certIssued_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountsByPkData_account_identity_certIssued_receiver', 'isMember'); + BuiltValueNullFieldError.checkNotNull(name, + r'GAccountsByPkData_account_identity_certIssued_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountsByPkData_account_identity_certIssued_receiver', 'expireOn'); } @override - GAccountBasicByPkData_accountByPk rebuild( - void Function(GAccountBasicByPkData_accountByPkBuilder) updates) => + GAccountsByPkData_account_identity_certIssued_receiver rebuild( + void Function( + GAccountsByPkData_account_identity_certIssued_receiverBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountBasicByPkData_accountByPkBuilder toBuilder() => - new GAccountBasicByPkData_accountByPkBuilder()..replace(this); + GAccountsByPkData_account_identity_certIssued_receiverBuilder toBuilder() => + new GAccountsByPkData_account_identity_certIssued_receiverBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountBasicByPkData_accountByPk && + return other is GAccountsByPkData_account_identity_certIssued_receiver && G__typename == other.G__typename && - createdOn == other.createdOn && + accountId == other.accountId && + account == other.account && id == other.id && - identity == other.identity && - isActive == other.isActive; + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identity.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountBasicByPkData_accountByPk') + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_identity_certIssued_receiver') ..add('G__typename', G__typename) - ..add('createdOn', createdOn) + ..add('accountId', accountId) + ..add('account', account) ..add('id', id) - ..add('identity', identity) - ..add('isActive', isActive)) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountBasicByPkData_accountByPkBuilder +class GAccountsByPkData_account_identity_certIssued_receiverBuilder implements - Builder<GAccountBasicByPkData_accountByPk, - GAccountBasicByPkData_accountByPkBuilder> { - _$GAccountBasicByPkData_accountByPk? _$v; + Builder<GAccountsByPkData_account_identity_certIssued_receiver, + GAccountsByPkData_account_identity_certIssued_receiverBuilder> { + _$GAccountsByPkData_account_identity_certIssued_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder? + _account; + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder + get account => _$this._account ??= + new GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder(); + set account( + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder? + account) => + _$this._account = account; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountBasicByPkData_accountByPk_identityBuilder? _identity; - GAccountBasicByPkData_accountByPk_identityBuilder get identity => - _$this._identity ??= - new GAccountBasicByPkData_accountByPk_identityBuilder(); - set identity(GAccountBasicByPkData_accountByPk_identityBuilder? identity) => - _$this._identity = identity; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - GAccountBasicByPkData_accountByPkBuilder() { - GAccountBasicByPkData_accountByPk._initializeBuilder(this); + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountsByPkData_account_identity_certIssued_receiverBuilder() { + GAccountsByPkData_account_identity_certIssued_receiver._initializeBuilder( + this); } - GAccountBasicByPkData_accountByPkBuilder get _$this { + GAccountsByPkData_account_identity_certIssued_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _createdOn = $v.createdOn; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _identity = $v.identity?.toBuilder(); - _isActive = $v.isActive; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountBasicByPkData_accountByPk other) { + void replace(GAccountsByPkData_account_identity_certIssued_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountBasicByPkData_accountByPk; + _$v = other as _$GAccountsByPkData_account_identity_certIssued_receiver; } @override void update( - void Function(GAccountBasicByPkData_accountByPkBuilder)? updates) { + void Function( + GAccountsByPkData_account_identity_certIssued_receiverBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountBasicByPkData_accountByPk build() => _build(); + GAccountsByPkData_account_identity_certIssued_receiver build() => _build(); - _$GAccountBasicByPkData_accountByPk _build() { - _$GAccountBasicByPkData_accountByPk _$result; + _$GAccountsByPkData_account_identity_certIssued_receiver _build() { + _$GAccountsByPkData_account_identity_certIssued_receiver _$result; try { _$result = _$v ?? - new _$GAccountBasicByPkData_accountByPk._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountBasicByPkData_accountByPk', 'G__typename'), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountBasicByPkData_accountByPk', 'createdOn'), + new _$GAccountsByPkData_account_identity_certIssued_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_certIssued_receiver', + 'G__typename'), + accountId: accountId, + account: _account?.build(), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountBasicByPkData_accountByPk', 'id'), - identity: _identity?.build(), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountBasicByPkData_accountByPk', 'isActive')); + id, r'GAccountsByPkData_account_identity_certIssued_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountsByPkData_account_identity_certIssued_receiver', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GAccountsByPkData_account_identity_certIssued_receiver', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountsByPkData_account_identity_certIssued_receiver', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'identity'; - _identity?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountBasicByPkData_accountByPk', _$failedField, e.toString()); + r'GAccountsByPkData_account_identity_certIssued_receiver', + _$failedField, + e.toString()); } rethrow; } @@ -49426,76 +50724,61 @@ class GAccountBasicByPkData_accountByPkBuilder } } -class _$GAccountBasicByPkData_accountByPk_identity - extends GAccountBasicByPkData_accountByPk_identity { +class _$GAccountsByPkData_account_identity_certIssued_receiver_account + extends GAccountsByPkData_account_identity_certIssued_receiver_account { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int createdOn; - factory _$GAccountBasicByPkData_accountByPk_identity( - [void Function(GAccountBasicByPkData_accountByPk_identityBuilder)? + factory _$GAccountsByPkData_account_identity_certIssued_receiver_account( + [void Function( + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder)? updates]) => - (new GAccountBasicByPkData_accountByPk_identityBuilder()..update(updates)) + (new GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder() + ..update(updates)) ._build(); - _$GAccountBasicByPkData_accountByPk_identity._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountsByPkData_account_identity_certIssued_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountBasicByPkData_accountByPk_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountBasicByPkData_accountByPk_identity', 'id'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountBasicByPkData_accountByPk_identity', 'isMember'); + G__typename, + r'GAccountsByPkData_account_identity_certIssued_receiver_account', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountBasicByPkData_accountByPk_identity', 'name'); + createdOn, + r'GAccountsByPkData_account_identity_certIssued_receiver_account', + 'createdOn'); } @override - GAccountBasicByPkData_accountByPk_identity rebuild( - void Function(GAccountBasicByPkData_accountByPk_identityBuilder) + GAccountsByPkData_account_identity_certIssued_receiver_account rebuild( + void Function( + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountBasicByPkData_accountByPk_identityBuilder toBuilder() => - new GAccountBasicByPkData_accountByPk_identityBuilder()..replace(this); + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder + toBuilder() => + new GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountBasicByPkData_accountByPk_identity && + return other + is GAccountsByPkData_account_identity_certIssued_receiver_account && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -49503,209 +50786,215 @@ class _$GAccountBasicByPkData_accountByPk_identity @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountBasicByPkData_accountByPk_identity') + r'GAccountsByPkData_account_identity_certIssued_receiver_account') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountBasicByPkData_accountByPk_identityBuilder +class GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder implements - Builder<GAccountBasicByPkData_accountByPk_identity, - GAccountBasicByPkData_accountByPk_identityBuilder> { - _$GAccountBasicByPkData_accountByPk_identity? _$v; + Builder<GAccountsByPkData_account_identity_certIssued_receiver_account, + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder> { + _$GAccountsByPkData_account_identity_certIssued_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountBasicByPkData_accountByPk_identityBuilder() { - GAccountBasicByPkData_accountByPk_identity._initializeBuilder(this); + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder() { + GAccountsByPkData_account_identity_certIssued_receiver_account + ._initializeBuilder(this); } - GAccountBasicByPkData_accountByPk_identityBuilder get _$this { + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GAccountBasicByPkData_accountByPk_identity other) { + void replace( + GAccountsByPkData_account_identity_certIssued_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountBasicByPkData_accountByPk_identity; + _$v = other + as _$GAccountsByPkData_account_identity_certIssued_receiver_account; } @override void update( - void Function(GAccountBasicByPkData_accountByPk_identityBuilder)? + void Function( + GAccountsByPkData_account_identity_certIssued_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountBasicByPkData_accountByPk_identity build() => _build(); + GAccountsByPkData_account_identity_certIssued_receiver_account build() => + _build(); - _$GAccountBasicByPkData_accountByPk_identity _build() { + _$GAccountsByPkData_account_identity_certIssued_receiver_account _build() { final _$result = _$v ?? - new _$GAccountBasicByPkData_accountByPk_identity._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountBasicByPkData_accountByPk_identity', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountBasicByPkData_accountByPk_identity', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountBasicByPkData_accountByPk_identity', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GAccountBasicByPkData_accountByPk_identity', 'name')); + new _$GAccountsByPkData_account_identity_certIssued_receiver_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_certIssued_receiver_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_certIssued_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountsByPkData extends GAccountsByPkData { +class _$GAccountsByPkData_account_identity_certIssuedAggregate + extends GAccountsByPkData_account_identity_certIssuedAggregate { @override final String G__typename; @override - final BuiltList<GAccountsByPkData_account> account; + final GAccountsByPkData_account_identity_certIssuedAggregate_aggregate? + aggregate; - factory _$GAccountsByPkData( - [void Function(GAccountsByPkDataBuilder)? updates]) => - (new GAccountsByPkDataBuilder()..update(updates))._build(); + factory _$GAccountsByPkData_account_identity_certIssuedAggregate( + [void Function( + GAccountsByPkData_account_identity_certIssuedAggregateBuilder)? + updates]) => + (new GAccountsByPkData_account_identity_certIssuedAggregateBuilder() + ..update(updates)) + ._build(); - _$GAccountsByPkData._({required this.G__typename, required this.account}) + _$GAccountsByPkData_account_identity_certIssuedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountsByPkData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - account, r'GAccountsByPkData', 'account'); + G__typename, + r'GAccountsByPkData_account_identity_certIssuedAggregate', + 'G__typename'); } @override - GAccountsByPkData rebuild(void Function(GAccountsByPkDataBuilder) updates) => + GAccountsByPkData_account_identity_certIssuedAggregate rebuild( + void Function( + GAccountsByPkData_account_identity_certIssuedAggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkDataBuilder toBuilder() => - new GAccountsByPkDataBuilder()..replace(this); + GAccountsByPkData_account_identity_certIssuedAggregateBuilder toBuilder() => + new GAccountsByPkData_account_identity_certIssuedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData && + return other is GAccountsByPkData_account_identity_certIssuedAggregate && G__typename == other.G__typename && - account == other.account; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountsByPkData') + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_identity_certIssuedAggregate') ..add('G__typename', G__typename) - ..add('account', account)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountsByPkDataBuilder - implements Builder<GAccountsByPkData, GAccountsByPkDataBuilder> { - _$GAccountsByPkData? _$v; +class GAccountsByPkData_account_identity_certIssuedAggregateBuilder + implements + Builder<GAccountsByPkData_account_identity_certIssuedAggregate, + GAccountsByPkData_account_identity_certIssuedAggregateBuilder> { + _$GAccountsByPkData_account_identity_certIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GAccountsByPkData_account>? _account; - ListBuilder<GAccountsByPkData_account> get account => - _$this._account ??= new ListBuilder<GAccountsByPkData_account>(); - set account(ListBuilder<GAccountsByPkData_account>? account) => - _$this._account = account; + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder? + _aggregate; + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder(); + set aggregate( + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountsByPkDataBuilder() { - GAccountsByPkData._initializeBuilder(this); + GAccountsByPkData_account_identity_certIssuedAggregateBuilder() { + GAccountsByPkData_account_identity_certIssuedAggregate._initializeBuilder( + this); } - GAccountsByPkDataBuilder get _$this { + GAccountsByPkData_account_identity_certIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _account = $v.account.toBuilder(); + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData other) { + void replace(GAccountsByPkData_account_identity_certIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData; + _$v = other as _$GAccountsByPkData_account_identity_certIssuedAggregate; } @override - void update(void Function(GAccountsByPkDataBuilder)? updates) { + void update( + void Function( + GAccountsByPkData_account_identity_certIssuedAggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountsByPkData build() => _build(); + GAccountsByPkData_account_identity_certIssuedAggregate build() => _build(); - _$GAccountsByPkData _build() { - _$GAccountsByPkData _$result; + _$GAccountsByPkData_account_identity_certIssuedAggregate _build() { + _$GAccountsByPkData_account_identity_certIssuedAggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData._( + new _$GAccountsByPkData_account_identity_certIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountsByPkData', 'G__typename'), - account: account.build()); + G__typename, + r'GAccountsByPkData_account_identity_certIssuedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'account'; - account.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData', _$failedField, e.toString()); + r'GAccountsByPkData_account_identity_certIssuedAggregate', + _$failedField, + e.toString()); } rethrow; } @@ -49714,492 +51003,240 @@ class GAccountsByPkDataBuilder } } -class _$GAccountsByPkData_account extends GAccountsByPkData_account { +class _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate + extends GAccountsByPkData_account_identity_certIssuedAggregate_aggregate { @override final String G__typename; @override - final BuiltList<GAccountsByPkData_account_commentsIssued> commentsIssued; - @override - final GAccountsByPkData_account_commentsIssuedAggregate - commentsIssuedAggregate; - @override - final int createdOn; - @override - final String id; - @override - final GAccountsByPkData_account_identity? identity; - @override - final bool isActive; - @override - final GAccountsByPkData_account_linkedIdentity? linkedIdentity; - @override - final BuiltList<GAccountsByPkData_account_removedIdentities> - removedIdentities; - @override - final GAccountsByPkData_account_removedIdentitiesAggregate - removedIdentitiesAggregate; - @override - final BuiltList<GAccountsByPkData_account_transfersIssued> transfersIssued; - @override - final GAccountsByPkData_account_transfersIssuedAggregate - transfersIssuedAggregate; - @override - final BuiltList<GAccountsByPkData_account_transfersReceived> - transfersReceived; - @override - final GAccountsByPkData_account_transfersReceivedAggregate - transfersReceivedAggregate; - @override - final BuiltList<GAccountsByPkData_account_wasIdentity> wasIdentity; - @override - final GAccountsByPkData_account_wasIdentityAggregate wasIdentityAggregate; + final int count; - factory _$GAccountsByPkData_account( - [void Function(GAccountsByPkData_accountBuilder)? updates]) => - (new GAccountsByPkData_accountBuilder()..update(updates))._build(); + factory _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate( + [void Function( + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder)? + updates]) => + (new GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder() + ..update(updates)) + ._build(); - _$GAccountsByPkData_account._( - {required this.G__typename, - required this.commentsIssued, - required this.commentsIssuedAggregate, - required this.createdOn, - required this.id, - this.identity, - required this.isActive, - this.linkedIdentity, - required this.removedIdentities, - required this.removedIdentitiesAggregate, - required this.transfersIssued, - required this.transfersIssuedAggregate, - required this.transfersReceived, - required this.transfersReceivedAggregate, - required this.wasIdentity, - required this.wasIdentityAggregate}) + _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountsByPkData_account', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - commentsIssued, r'GAccountsByPkData_account', 'commentsIssued'); - BuiltValueNullFieldError.checkNotNull(commentsIssuedAggregate, - r'GAccountsByPkData_account', 'commentsIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountsByPkData_account', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account', 'id'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountsByPkData_account', 'isActive'); - BuiltValueNullFieldError.checkNotNull( - removedIdentities, r'GAccountsByPkData_account', 'removedIdentities'); - BuiltValueNullFieldError.checkNotNull(removedIdentitiesAggregate, - r'GAccountsByPkData_account', 'removedIdentitiesAggregate'); - BuiltValueNullFieldError.checkNotNull( - transfersIssued, r'GAccountsByPkData_account', 'transfersIssued'); - BuiltValueNullFieldError.checkNotNull(transfersIssuedAggregate, - r'GAccountsByPkData_account', 'transfersIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - transfersReceived, r'GAccountsByPkData_account', 'transfersReceived'); - BuiltValueNullFieldError.checkNotNull(transfersReceivedAggregate, - r'GAccountsByPkData_account', 'transfersReceivedAggregate'); + G__typename, + r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - wasIdentity, r'GAccountsByPkData_account', 'wasIdentity'); - BuiltValueNullFieldError.checkNotNull(wasIdentityAggregate, - r'GAccountsByPkData_account', 'wasIdentityAggregate'); + count, + r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate', + 'count'); } @override - GAccountsByPkData_account rebuild( - void Function(GAccountsByPkData_accountBuilder) updates) => + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate rebuild( + void Function( + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_accountBuilder toBuilder() => - new GAccountsByPkData_accountBuilder()..replace(this); + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder + toBuilder() => + new GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account && + return other + is GAccountsByPkData_account_identity_certIssuedAggregate_aggregate && G__typename == other.G__typename && - commentsIssued == other.commentsIssued && - commentsIssuedAggregate == other.commentsIssuedAggregate && - createdOn == other.createdOn && - id == other.id && - identity == other.identity && - isActive == other.isActive && - linkedIdentity == other.linkedIdentity && - removedIdentities == other.removedIdentities && - removedIdentitiesAggregate == other.removedIdentitiesAggregate && - transfersIssued == other.transfersIssued && - transfersIssuedAggregate == other.transfersIssuedAggregate && - transfersReceived == other.transfersReceived && - transfersReceivedAggregate == other.transfersReceivedAggregate && - wasIdentity == other.wasIdentity && - wasIdentityAggregate == other.wasIdentityAggregate; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, commentsIssued.hashCode); - _$hash = $jc(_$hash, commentsIssuedAggregate.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identity.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, linkedIdentity.hashCode); - _$hash = $jc(_$hash, removedIdentities.hashCode); - _$hash = $jc(_$hash, removedIdentitiesAggregate.hashCode); - _$hash = $jc(_$hash, transfersIssued.hashCode); - _$hash = $jc(_$hash, transfersIssuedAggregate.hashCode); - _$hash = $jc(_$hash, transfersReceived.hashCode); - _$hash = $jc(_$hash, transfersReceivedAggregate.hashCode); - _$hash = $jc(_$hash, wasIdentity.hashCode); - _$hash = $jc(_$hash, wasIdentityAggregate.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountsByPkData_account') + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('commentsIssued', commentsIssued) - ..add('commentsIssuedAggregate', commentsIssuedAggregate) - ..add('createdOn', createdOn) - ..add('id', id) - ..add('identity', identity) - ..add('isActive', isActive) - ..add('linkedIdentity', linkedIdentity) - ..add('removedIdentities', removedIdentities) - ..add('removedIdentitiesAggregate', removedIdentitiesAggregate) - ..add('transfersIssued', transfersIssued) - ..add('transfersIssuedAggregate', transfersIssuedAggregate) - ..add('transfersReceived', transfersReceived) - ..add('transfersReceivedAggregate', transfersReceivedAggregate) - ..add('wasIdentity', wasIdentity) - ..add('wasIdentityAggregate', wasIdentityAggregate)) + ..add('count', count)) .toString(); } } -class GAccountsByPkData_accountBuilder +class GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder implements - Builder<GAccountsByPkData_account, GAccountsByPkData_accountBuilder> { - _$GAccountsByPkData_account? _$v; + Builder< + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate, + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GAccountsByPkData_account_commentsIssued>? _commentsIssued; - ListBuilder<GAccountsByPkData_account_commentsIssued> get commentsIssued => - _$this._commentsIssued ??= - new ListBuilder<GAccountsByPkData_account_commentsIssued>(); - set commentsIssued( - ListBuilder<GAccountsByPkData_account_commentsIssued>? - commentsIssued) => - _$this._commentsIssued = commentsIssued; - - GAccountsByPkData_account_commentsIssuedAggregateBuilder? - _commentsIssuedAggregate; - GAccountsByPkData_account_commentsIssuedAggregateBuilder - get commentsIssuedAggregate => _$this._commentsIssuedAggregate ??= - new GAccountsByPkData_account_commentsIssuedAggregateBuilder(); - set commentsIssuedAggregate( - GAccountsByPkData_account_commentsIssuedAggregateBuilder? - commentsIssuedAggregate) => - _$this._commentsIssuedAggregate = commentsIssuedAggregate; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - GAccountsByPkData_account_identityBuilder? _identity; - GAccountsByPkData_account_identityBuilder get identity => - _$this._identity ??= new GAccountsByPkData_account_identityBuilder(); - set identity(GAccountsByPkData_account_identityBuilder? identity) => - _$this._identity = identity; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - GAccountsByPkData_account_linkedIdentityBuilder? _linkedIdentity; - GAccountsByPkData_account_linkedIdentityBuilder get linkedIdentity => - _$this._linkedIdentity ??= - new GAccountsByPkData_account_linkedIdentityBuilder(); - set linkedIdentity( - GAccountsByPkData_account_linkedIdentityBuilder? linkedIdentity) => - _$this._linkedIdentity = linkedIdentity; - - ListBuilder<GAccountsByPkData_account_removedIdentities>? _removedIdentities; - ListBuilder<GAccountsByPkData_account_removedIdentities> - get removedIdentities => _$this._removedIdentities ??= - new ListBuilder<GAccountsByPkData_account_removedIdentities>(); - set removedIdentities( - ListBuilder<GAccountsByPkData_account_removedIdentities>? - removedIdentities) => - _$this._removedIdentities = removedIdentities; - - GAccountsByPkData_account_removedIdentitiesAggregateBuilder? - _removedIdentitiesAggregate; - GAccountsByPkData_account_removedIdentitiesAggregateBuilder - get removedIdentitiesAggregate => _$this._removedIdentitiesAggregate ??= - new GAccountsByPkData_account_removedIdentitiesAggregateBuilder(); - set removedIdentitiesAggregate( - GAccountsByPkData_account_removedIdentitiesAggregateBuilder? - removedIdentitiesAggregate) => - _$this._removedIdentitiesAggregate = removedIdentitiesAggregate; - - ListBuilder<GAccountsByPkData_account_transfersIssued>? _transfersIssued; - ListBuilder<GAccountsByPkData_account_transfersIssued> get transfersIssued => - _$this._transfersIssued ??= - new ListBuilder<GAccountsByPkData_account_transfersIssued>(); - set transfersIssued( - ListBuilder<GAccountsByPkData_account_transfersIssued>? - transfersIssued) => - _$this._transfersIssued = transfersIssued; - - GAccountsByPkData_account_transfersIssuedAggregateBuilder? - _transfersIssuedAggregate; - GAccountsByPkData_account_transfersIssuedAggregateBuilder - get transfersIssuedAggregate => _$this._transfersIssuedAggregate ??= - new GAccountsByPkData_account_transfersIssuedAggregateBuilder(); - set transfersIssuedAggregate( - GAccountsByPkData_account_transfersIssuedAggregateBuilder? - transfersIssuedAggregate) => - _$this._transfersIssuedAggregate = transfersIssuedAggregate; - - ListBuilder<GAccountsByPkData_account_transfersReceived>? _transfersReceived; - ListBuilder<GAccountsByPkData_account_transfersReceived> - get transfersReceived => _$this._transfersReceived ??= - new ListBuilder<GAccountsByPkData_account_transfersReceived>(); - set transfersReceived( - ListBuilder<GAccountsByPkData_account_transfersReceived>? - transfersReceived) => - _$this._transfersReceived = transfersReceived; - - GAccountsByPkData_account_transfersReceivedAggregateBuilder? - _transfersReceivedAggregate; - GAccountsByPkData_account_transfersReceivedAggregateBuilder - get transfersReceivedAggregate => _$this._transfersReceivedAggregate ??= - new GAccountsByPkData_account_transfersReceivedAggregateBuilder(); - set transfersReceivedAggregate( - GAccountsByPkData_account_transfersReceivedAggregateBuilder? - transfersReceivedAggregate) => - _$this._transfersReceivedAggregate = transfersReceivedAggregate; - - ListBuilder<GAccountsByPkData_account_wasIdentity>? _wasIdentity; - ListBuilder<GAccountsByPkData_account_wasIdentity> get wasIdentity => - _$this._wasIdentity ??= - new ListBuilder<GAccountsByPkData_account_wasIdentity>(); - set wasIdentity( - ListBuilder<GAccountsByPkData_account_wasIdentity>? wasIdentity) => - _$this._wasIdentity = wasIdentity; - - GAccountsByPkData_account_wasIdentityAggregateBuilder? _wasIdentityAggregate; - GAccountsByPkData_account_wasIdentityAggregateBuilder - get wasIdentityAggregate => _$this._wasIdentityAggregate ??= - new GAccountsByPkData_account_wasIdentityAggregateBuilder(); - set wasIdentityAggregate( - GAccountsByPkData_account_wasIdentityAggregateBuilder? - wasIdentityAggregate) => - _$this._wasIdentityAggregate = wasIdentityAggregate; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GAccountsByPkData_accountBuilder() { - GAccountsByPkData_account._initializeBuilder(this); + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder() { + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate + ._initializeBuilder(this); } - GAccountsByPkData_accountBuilder get _$this { + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _commentsIssued = $v.commentsIssued.toBuilder(); - _commentsIssuedAggregate = $v.commentsIssuedAggregate.toBuilder(); - _createdOn = $v.createdOn; - _id = $v.id; - _identity = $v.identity?.toBuilder(); - _isActive = $v.isActive; - _linkedIdentity = $v.linkedIdentity?.toBuilder(); - _removedIdentities = $v.removedIdentities.toBuilder(); - _removedIdentitiesAggregate = $v.removedIdentitiesAggregate.toBuilder(); - _transfersIssued = $v.transfersIssued.toBuilder(); - _transfersIssuedAggregate = $v.transfersIssuedAggregate.toBuilder(); - _transfersReceived = $v.transfersReceived.toBuilder(); - _transfersReceivedAggregate = $v.transfersReceivedAggregate.toBuilder(); - _wasIdentity = $v.wasIdentity.toBuilder(); - _wasIdentityAggregate = $v.wasIdentityAggregate.toBuilder(); + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account other) { + void replace( + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account; + _$v = other + as _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate; } @override - void update(void Function(GAccountsByPkData_accountBuilder)? updates) { + void update( + void Function( + GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account build() => _build(); - - _$GAccountsByPkData_account _build() { - _$GAccountsByPkData_account _$result; - try { - _$result = _$v ?? - new _$GAccountsByPkData_account._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountsByPkData_account', 'G__typename'), - commentsIssued: commentsIssued.build(), - commentsIssuedAggregate: commentsIssuedAggregate.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountsByPkData_account', 'createdOn'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account', 'id'), - identity: _identity?.build(), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountsByPkData_account', 'isActive'), - linkedIdentity: _linkedIdentity?.build(), - removedIdentities: removedIdentities.build(), - removedIdentitiesAggregate: removedIdentitiesAggregate.build(), - transfersIssued: transfersIssued.build(), - transfersIssuedAggregate: transfersIssuedAggregate.build(), - transfersReceived: transfersReceived.build(), - transfersReceivedAggregate: transfersReceivedAggregate.build(), - wasIdentity: wasIdentity.build(), - wasIdentityAggregate: wasIdentityAggregate.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'commentsIssued'; - commentsIssued.build(); - _$failedField = 'commentsIssuedAggregate'; - commentsIssuedAggregate.build(); - - _$failedField = 'identity'; - _identity?.build(); + GAccountsByPkData_account_identity_certIssuedAggregate_aggregate build() => + _build(); - _$failedField = 'linkedIdentity'; - _linkedIdentity?.build(); - _$failedField = 'removedIdentities'; - removedIdentities.build(); - _$failedField = 'removedIdentitiesAggregate'; - removedIdentitiesAggregate.build(); - _$failedField = 'transfersIssued'; - transfersIssued.build(); - _$failedField = 'transfersIssuedAggregate'; - transfersIssuedAggregate.build(); - _$failedField = 'transfersReceived'; - transfersReceived.build(); - _$failedField = 'transfersReceivedAggregate'; - transfersReceivedAggregate.build(); - _$failedField = 'wasIdentity'; - wasIdentity.build(); - _$failedField = 'wasIdentityAggregate'; - wasIdentityAggregate.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account', _$failedField, e.toString()); - } - rethrow; - } + _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_commentsIssued - extends GAccountsByPkData_account_commentsIssued { +class _$GAccountsByPkData_account_identity_certReceived + extends GAccountsByPkData_account_identity_certReceived { @override final String G__typename; @override - final String? authorId; + final String id; @override - final int blockNumber; + final String? issuerId; @override - final String? eventId; + final GAccountsByPkData_account_identity_certReceived_issuer? issuer; @override - final String hash; + final String? receiverId; @override - final String id; + final GAccountsByPkData_account_identity_certReceived_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; @override - final String remark; + final bool isActive; @override - final _i2.GCommentTypeEnum? type; + final int updatedOn; - factory _$GAccountsByPkData_account_commentsIssued( - [void Function(GAccountsByPkData_account_commentsIssuedBuilder)? + factory _$GAccountsByPkData_account_identity_certReceived( + [void Function( + GAccountsByPkData_account_identity_certReceivedBuilder)? updates]) => - (new GAccountsByPkData_account_commentsIssuedBuilder()..update(updates)) + (new GAccountsByPkData_account_identity_certReceivedBuilder() + ..update(updates)) ._build(); - _$GAccountsByPkData_account_commentsIssued._( + _$GAccountsByPkData_account_identity_certReceived._( {required this.G__typename, - this.authorId, - required this.blockNumber, - this.eventId, - required this.hash, required this.id, - required this.remark, - this.type}) + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_commentsIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountsByPkData_account_commentsIssued', 'blockNumber'); - BuiltValueNullFieldError.checkNotNull( - hash, r'GAccountsByPkData_account_commentsIssued', 'hash'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_commentsIssued', 'id'); + r'GAccountsByPkData_account_identity_certReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - remark, r'GAccountsByPkData_account_commentsIssued', 'remark'); + id, r'GAccountsByPkData_account_identity_certReceived', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountsByPkData_account_identity_certReceived', 'createdOn'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountsByPkData_account_identity_certReceived', 'expireOn'); + BuiltValueNullFieldError.checkNotNull(isActive, + r'GAccountsByPkData_account_identity_certReceived', 'isActive'); + BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GAccountsByPkData_account_identity_certReceived', 'updatedOn'); } @override - GAccountsByPkData_account_commentsIssued rebuild( - void Function(GAccountsByPkData_account_commentsIssuedBuilder) + GAccountsByPkData_account_identity_certReceived rebuild( + void Function(GAccountsByPkData_account_identity_certReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_commentsIssuedBuilder toBuilder() => - new GAccountsByPkData_account_commentsIssuedBuilder()..replace(this); + GAccountsByPkData_account_identity_certReceivedBuilder toBuilder() => + new GAccountsByPkData_account_identity_certReceivedBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_commentsIssued && + return other is GAccountsByPkData_account_identity_certReceived && G__typename == other.G__typename && - authorId == other.authorId && - blockNumber == other.blockNumber && - eventId == other.eventId && - hash == other.hash && id == other.id && - remark == other.remark && - type == other.type; + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, authorId.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, hash.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, remark.hashCode); - _$hash = $jc(_$hash, type.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -50207,160 +51244,249 @@ class _$GAccountsByPkData_account_commentsIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_commentsIssued') + r'GAccountsByPkData_account_identity_certReceived') ..add('G__typename', G__typename) - ..add('authorId', authorId) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('hash', hash) ..add('id', id) - ..add('remark', remark) - ..add('type', type)) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GAccountsByPkData_account_commentsIssuedBuilder +class GAccountsByPkData_account_identity_certReceivedBuilder implements - Builder<GAccountsByPkData_account_commentsIssued, - GAccountsByPkData_account_commentsIssuedBuilder> { - _$GAccountsByPkData_account_commentsIssued? _$v; + Builder<GAccountsByPkData_account_identity_certReceived, + GAccountsByPkData_account_identity_certReceivedBuilder> { + _$GAccountsByPkData_account_identity_certReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _authorId; - String? get authorId => _$this._authorId; - set authorId(String? authorId) => _$this._authorId = authorId; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; + GAccountsByPkData_account_identity_certReceived_issuerBuilder? _issuer; + GAccountsByPkData_account_identity_certReceived_issuerBuilder get issuer => + _$this._issuer ??= + new GAccountsByPkData_account_identity_certReceived_issuerBuilder(); + set issuer( + GAccountsByPkData_account_identity_certReceived_issuerBuilder? + issuer) => + _$this._issuer = issuer; - String? _hash; - String? get hash => _$this._hash; - set hash(String? hash) => _$this._hash = hash; + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GAccountsByPkData_account_identity_certReceived_receiverBuilder? _receiver; + GAccountsByPkData_account_identity_certReceived_receiverBuilder + get receiver => _$this._receiver ??= + new GAccountsByPkData_account_identity_certReceived_receiverBuilder(); + set receiver( + GAccountsByPkData_account_identity_certReceived_receiverBuilder? + receiver) => + _$this._receiver = receiver; - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - _i2.GCommentTypeEnum? _type; - _i2.GCommentTypeEnum? get type => _$this._type; - set type(_i2.GCommentTypeEnum? type) => _$this._type = type; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GAccountsByPkData_account_commentsIssuedBuilder() { - GAccountsByPkData_account_commentsIssued._initializeBuilder(this); + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GAccountsByPkData_account_identity_certReceivedBuilder() { + GAccountsByPkData_account_identity_certReceived._initializeBuilder(this); } - GAccountsByPkData_account_commentsIssuedBuilder get _$this { + GAccountsByPkData_account_identity_certReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _authorId = $v.authorId; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _hash = $v.hash; _id = $v.id; - _remark = $v.remark; - _type = $v.type; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_commentsIssued other) { + void replace(GAccountsByPkData_account_identity_certReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_commentsIssued; + _$v = other as _$GAccountsByPkData_account_identity_certReceived; } @override void update( - void Function(GAccountsByPkData_account_commentsIssuedBuilder)? updates) { + void Function(GAccountsByPkData_account_identity_certReceivedBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_commentsIssued build() => _build(); + GAccountsByPkData_account_identity_certReceived build() => _build(); - _$GAccountsByPkData_account_commentsIssued _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_commentsIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_commentsIssued', 'G__typename'), - authorId: authorId, - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountsByPkData_account_commentsIssued', 'blockNumber'), - eventId: eventId, - hash: BuiltValueNullFieldError.checkNotNull( - hash, r'GAccountsByPkData_account_commentsIssued', 'hash'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_commentsIssued', 'id'), - remark: BuiltValueNullFieldError.checkNotNull( - remark, r'GAccountsByPkData_account_commentsIssued', 'remark'), - type: type); + _$GAccountsByPkData_account_identity_certReceived _build() { + _$GAccountsByPkData_account_identity_certReceived _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_identity_certReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_certReceived', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_certReceived', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountsByPkData_account_identity_certReceived', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountsByPkData_account_identity_certReceived', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountsByPkData_account_identity_certReceived', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull( + updatedOn, + r'GAccountsByPkData_account_identity_certReceived', + 'updatedOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_identity_certReceived', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_commentsIssuedAggregate - extends GAccountsByPkData_account_commentsIssuedAggregate { +class _$GAccountsByPkData_account_identity_certReceived_issuer + extends GAccountsByPkData_account_identity_certReceived_issuer { @override final String G__typename; @override - final GAccountsByPkData_account_commentsIssuedAggregate_aggregate? aggregate; + final String? accountId; + @override + final GAccountsByPkData_account_identity_certReceived_issuer_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GAccountsByPkData_account_commentsIssuedAggregate( + factory _$GAccountsByPkData_account_identity_certReceived_issuer( [void Function( - GAccountsByPkData_account_commentsIssuedAggregateBuilder)? + GAccountsByPkData_account_identity_certReceived_issuerBuilder)? updates]) => - (new GAccountsByPkData_account_commentsIssuedAggregateBuilder() + (new GAccountsByPkData_account_identity_certReceived_issuerBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_commentsIssuedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountsByPkData_account_identity_certReceived_issuer._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_commentsIssuedAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_certReceived_issuer', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_certReceived_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountsByPkData_account_identity_certReceived_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull(name, + r'GAccountsByPkData_account_identity_certReceived_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountsByPkData_account_identity_certReceived_issuer', 'expireOn'); } @override - GAccountsByPkData_account_commentsIssuedAggregate rebuild( + GAccountsByPkData_account_identity_certReceived_issuer rebuild( void Function( - GAccountsByPkData_account_commentsIssuedAggregateBuilder) + GAccountsByPkData_account_identity_certReceived_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_commentsIssuedAggregateBuilder toBuilder() => - new GAccountsByPkData_account_commentsIssuedAggregateBuilder() + GAccountsByPkData_account_identity_certReceived_issuerBuilder toBuilder() => + new GAccountsByPkData_account_identity_certReceived_issuerBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_commentsIssuedAggregate && + return other is GAccountsByPkData_account_identity_certReceived_issuer && G__typename == other.G__typename && - aggregate == other.aggregate; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -50368,81 +51494,135 @@ class _$GAccountsByPkData_account_commentsIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_commentsIssuedAggregate') + r'GAccountsByPkData_account_identity_certReceived_issuer') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountsByPkData_account_commentsIssuedAggregateBuilder +class GAccountsByPkData_account_identity_certReceived_issuerBuilder implements - Builder<GAccountsByPkData_account_commentsIssuedAggregate, - GAccountsByPkData_account_commentsIssuedAggregateBuilder> { - _$GAccountsByPkData_account_commentsIssuedAggregate? _$v; + Builder<GAccountsByPkData_account_identity_certReceived_issuer, + GAccountsByPkData_account_identity_certReceived_issuerBuilder> { + _$GAccountsByPkData_account_identity_certReceived_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder? - _aggregate; - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder(); - set aggregate( - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GAccountsByPkData_account_commentsIssuedAggregateBuilder() { - GAccountsByPkData_account_commentsIssuedAggregate._initializeBuilder(this); + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder? + _account; + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder + get account => _$this._account ??= + new GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder(); + set account( + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountsByPkData_account_identity_certReceived_issuerBuilder() { + GAccountsByPkData_account_identity_certReceived_issuer._initializeBuilder( + this); } - GAccountsByPkData_account_commentsIssuedAggregateBuilder get _$this { + GAccountsByPkData_account_identity_certReceived_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_commentsIssuedAggregate other) { + void replace(GAccountsByPkData_account_identity_certReceived_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_commentsIssuedAggregate; + _$v = other as _$GAccountsByPkData_account_identity_certReceived_issuer; } @override void update( - void Function(GAccountsByPkData_account_commentsIssuedAggregateBuilder)? + void Function( + GAccountsByPkData_account_identity_certReceived_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_commentsIssuedAggregate build() => _build(); + GAccountsByPkData_account_identity_certReceived_issuer build() => _build(); - _$GAccountsByPkData_account_commentsIssuedAggregate _build() { - _$GAccountsByPkData_account_commentsIssuedAggregate _$result; + _$GAccountsByPkData_account_identity_certReceived_issuer _build() { + _$GAccountsByPkData_account_identity_certReceived_issuer _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_commentsIssuedAggregate._( + new _$GAccountsByPkData_account_identity_certReceived_issuer._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_commentsIssuedAggregate', + r'GAccountsByPkData_account_identity_certReceived_issuer', 'G__typename'), - aggregate: _aggregate?.build()); + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_certReceived_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountsByPkData_account_identity_certReceived_issuer', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GAccountsByPkData_account_identity_certReceived_issuer', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountsByPkData_account_identity_certReceived_issuer', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_commentsIssuedAggregate', + r'GAccountsByPkData_account_identity_certReceived_issuer', _$failedField, e.toString()); } @@ -50453,61 +51633,61 @@ class GAccountsByPkData_account_commentsIssuedAggregateBuilder } } -class _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate - extends GAccountsByPkData_account_commentsIssuedAggregate_aggregate { +class _$GAccountsByPkData_account_identity_certReceived_issuer_account + extends GAccountsByPkData_account_identity_certReceived_issuer_account { @override final String G__typename; @override - final int count; + final int createdOn; - factory _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate( + factory _$GAccountsByPkData_account_identity_certReceived_issuer_account( [void Function( - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder)? + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder)? updates]) => - (new GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder() + (new GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountsByPkData_account_identity_certReceived_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate', + r'GAccountsByPkData_account_identity_certReceived_issuer_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate', - 'count'); + createdOn, + r'GAccountsByPkData_account_identity_certReceived_issuer_account', + 'createdOn'); } @override - GAccountsByPkData_account_commentsIssuedAggregate_aggregate rebuild( + GAccountsByPkData_account_identity_certReceived_issuer_account rebuild( void Function( - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder) + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder toBuilder() => - new GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder() + new GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountsByPkData_account_commentsIssuedAggregate_aggregate && + is GAccountsByPkData_account_identity_certReceived_issuer_account && G__typename == other.G__typename && - count == other.count; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -50515,38 +51695,38 @@ class _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate') + r'GAccountsByPkData_account_identity_certReceived_issuer_account') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder +class GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder implements - Builder<GAccountsByPkData_account_commentsIssuedAggregate_aggregate, - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate? _$v; + Builder<GAccountsByPkData_account_identity_certReceived_issuer_account, + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder> { + _$GAccountsByPkData_account_identity_certReceived_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder() { - GAccountsByPkData_account_commentsIssuedAggregate_aggregate + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder() { + GAccountsByPkData_account_identity_certReceived_issuer_account ._initializeBuilder(this); } - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _createdOn = $v.createdOn; _$v = null; } return this; @@ -50554,206 +51734,120 @@ class GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder @override void replace( - GAccountsByPkData_account_commentsIssuedAggregate_aggregate other) { + GAccountsByPkData_account_identity_certReceived_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate; + _$v = other + as _$GAccountsByPkData_account_identity_certReceived_issuer_account; } @override void update( void Function( - GAccountsByPkData_account_commentsIssuedAggregate_aggregateBuilder)? + GAccountsByPkData_account_identity_certReceived_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_commentsIssuedAggregate_aggregate build() => + GAccountsByPkData_account_identity_certReceived_issuer_account build() => _build(); - _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate _build() { + _$GAccountsByPkData_account_identity_certReceived_issuer_account _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_commentsIssuedAggregate_aggregate._( + new _$GAccountsByPkData_account_identity_certReceived_issuer_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate', + r'GAccountsByPkData_account_identity_certReceived_issuer_account', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_commentsIssuedAggregate_aggregate', - 'count')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_certReceived_issuer_account', + 'createdOn')); replace(_$result); return _$result; - } -} - -class _$GAccountsByPkData_account_identity - extends GAccountsByPkData_account_identity { - @override - final String G__typename; - @override - final String? accountId; - @override - final String? accountRemovedId; - @override - final BuiltList<GAccountsByPkData_account_identity_certIssued> certIssued; - @override - final GAccountsByPkData_account_identity_certIssuedAggregate - certIssuedAggregate; - @override - final BuiltList<GAccountsByPkData_account_identity_certReceived> certReceived; - @override - final GAccountsByPkData_account_identity_certReceivedAggregate - certReceivedAggregate; - @override - final String? createdInId; - @override - final int createdOn; - @override - final int expireOn; - @override - final String id; - @override - final int index; - @override - final bool isMember; - @override - final int lastChangeOn; - @override - final BuiltList<GAccountsByPkData_account_identity_linkedAccount> - linkedAccount; - @override - final GAccountsByPkData_account_identity_linkedAccountAggregate - linkedAccountAggregate; + } +} + +class _$GAccountsByPkData_account_identity_certReceived_receiver + extends GAccountsByPkData_account_identity_certReceived_receiver { @override - final _i2.GIdentityStatusEnum? status; + final String G__typename; @override - final BuiltList<GAccountsByPkData_account_identity_membershipHistory> - membershipHistory; + final String? accountId; @override - final GAccountsByPkData_account_identity_membershipHistoryAggregate - membershipHistoryAggregate; + final GAccountsByPkData_account_identity_certReceived_receiver_account? + account; @override - final String name; + final String id; @override - final BuiltList<GAccountsByPkData_account_identity_ownerKeyChange> - ownerKeyChange; + final bool isMember; @override - final GAccountsByPkData_account_identity_ownerKeyChangeAggregate - ownerKeyChangeAggregate; + final _i2.GIdentityStatusEnum? status; @override - final GAccountsByPkData_account_identity_smith? smith; + final String name; @override - final BuiltList<GAccountsByPkData_account_identity_udHistory>? udHistory; + final int expireOn; - factory _$GAccountsByPkData_account_identity( - [void Function(GAccountsByPkData_account_identityBuilder)? + factory _$GAccountsByPkData_account_identity_certReceived_receiver( + [void Function( + GAccountsByPkData_account_identity_certReceived_receiverBuilder)? updates]) => - (new GAccountsByPkData_account_identityBuilder()..update(updates)) + (new GAccountsByPkData_account_identity_certReceived_receiverBuilder() + ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity._( + _$GAccountsByPkData_account_identity_certReceived_receiver._( {required this.G__typename, this.accountId, - this.accountRemovedId, - required this.certIssued, - required this.certIssuedAggregate, - required this.certReceived, - required this.certReceivedAggregate, - this.createdInId, - required this.createdOn, - required this.expireOn, + this.account, required this.id, - required this.index, required this.isMember, - required this.lastChangeOn, - required this.linkedAccount, - required this.linkedAccountAggregate, this.status, - required this.membershipHistory, - required this.membershipHistoryAggregate, required this.name, - required this.ownerKeyChange, - required this.ownerKeyChangeAggregate, - this.smith, - this.udHistory}) + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountsByPkData_account_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - certIssued, r'GAccountsByPkData_account_identity', 'certIssued'); - BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, - r'GAccountsByPkData_account_identity', 'certIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - certReceived, r'GAccountsByPkData_account_identity', 'certReceived'); - BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, - r'GAccountsByPkData_account_identity', 'certReceivedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountsByPkData_account_identity', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountsByPkData_account_identity', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity', 'id'); - BuiltValueNullFieldError.checkNotNull( - index, r'GAccountsByPkData_account_identity', 'index'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountsByPkData_account_identity', 'isMember'); + G__typename, + r'GAccountsByPkData_account_identity_certReceived_receiver', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GAccountsByPkData_account_identity', 'lastChangeOn'); + id, r'GAccountsByPkData_account_identity_certReceived_receiver', 'id'); BuiltValueNullFieldError.checkNotNull( - linkedAccount, r'GAccountsByPkData_account_identity', 'linkedAccount'); - BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, - r'GAccountsByPkData_account_identity', 'linkedAccountAggregate'); - BuiltValueNullFieldError.checkNotNull(membershipHistory, - r'GAccountsByPkData_account_identity', 'membershipHistory'); - BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, - r'GAccountsByPkData_account_identity', 'membershipHistoryAggregate'); + isMember, + r'GAccountsByPkData_account_identity_certReceived_receiver', + 'isMember'); + BuiltValueNullFieldError.checkNotNull(name, + r'GAccountsByPkData_account_identity_certReceived_receiver', 'name'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountsByPkData_account_identity', 'name'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChange, - r'GAccountsByPkData_account_identity', 'ownerKeyChange'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, - r'GAccountsByPkData_account_identity', 'ownerKeyChangeAggregate'); + expireOn, + r'GAccountsByPkData_account_identity_certReceived_receiver', + 'expireOn'); } @override - GAccountsByPkData_account_identity rebuild( - void Function(GAccountsByPkData_account_identityBuilder) updates) => + GAccountsByPkData_account_identity_certReceived_receiver rebuild( + void Function( + GAccountsByPkData_account_identity_certReceived_receiverBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identityBuilder toBuilder() => - new GAccountsByPkData_account_identityBuilder()..replace(this); + GAccountsByPkData_account_identity_certReceived_receiverBuilder toBuilder() => + new GAccountsByPkData_account_identity_certReceived_receiverBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity && + return other is GAccountsByPkData_account_identity_certReceived_receiver && G__typename == other.G__typename && accountId == other.accountId && - accountRemovedId == other.accountRemovedId && - certIssued == other.certIssued && - certIssuedAggregate == other.certIssuedAggregate && - certReceived == other.certReceived && - certReceivedAggregate == other.certReceivedAggregate && - createdInId == other.createdInId && - createdOn == other.createdOn && - expireOn == other.expireOn && + account == other.account && id == other.id && - index == other.index && isMember == other.isMember && - lastChangeOn == other.lastChangeOn && - linkedAccount == other.linkedAccount && - linkedAccountAggregate == other.linkedAccountAggregate && status == other.status && - membershipHistory == other.membershipHistory && - membershipHistoryAggregate == other.membershipHistoryAggregate && name == other.name && - ownerKeyChange == other.ownerKeyChange && - ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && - smith == other.smith && - udHistory == other.udHistory; + expireOn == other.expireOn; } @override @@ -50761,68 +51855,37 @@ class _$GAccountsByPkData_account_identity var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, accountRemovedId.hashCode); - _$hash = $jc(_$hash, certIssued.hashCode); - _$hash = $jc(_$hash, certIssuedAggregate.hashCode); - _$hash = $jc(_$hash, certReceived.hashCode); - _$hash = $jc(_$hash, certReceivedAggregate.hashCode); - _$hash = $jc(_$hash, createdInId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, index.hashCode); _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, lastChangeOn.hashCode); - _$hash = $jc(_$hash, linkedAccount.hashCode); - _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, membershipHistory.hashCode); - _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); _$hash = $jc(_$hash, name.hashCode); - _$hash = $jc(_$hash, ownerKeyChange.hashCode); - _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); - _$hash = $jc(_$hash, smith.hashCode); - _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountsByPkData_account_identity') + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_identity_certReceived_receiver') ..add('G__typename', G__typename) ..add('accountId', accountId) - ..add('accountRemovedId', accountRemovedId) - ..add('certIssued', certIssued) - ..add('certIssuedAggregate', certIssuedAggregate) - ..add('certReceived', certReceived) - ..add('certReceivedAggregate', certReceivedAggregate) - ..add('createdInId', createdInId) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) + ..add('account', account) ..add('id', id) - ..add('index', index) ..add('isMember', isMember) - ..add('lastChangeOn', lastChangeOn) - ..add('linkedAccount', linkedAccount) - ..add('linkedAccountAggregate', linkedAccountAggregate) ..add('status', status) - ..add('membershipHistory', membershipHistory) - ..add('membershipHistoryAggregate', membershipHistoryAggregate) ..add('name', name) - ..add('ownerKeyChange', ownerKeyChange) - ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) - ..add('smith', smith) - ..add('udHistory', udHistory)) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountsByPkData_account_identityBuilder +class GAccountsByPkData_account_identity_certReceived_receiverBuilder implements - Builder<GAccountsByPkData_account_identity, - GAccountsByPkData_account_identityBuilder> { - _$GAccountsByPkData_account_identity? _$v; + Builder<GAccountsByPkData_account_identity_certReceived_receiver, + GAccountsByPkData_account_identity_certReceived_receiverBuilder> { + _$GAccountsByPkData_account_identity_certReceived_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -50832,279 +51895,110 @@ class GAccountsByPkData_account_identityBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; - String? _accountRemovedId; - String? get accountRemovedId => _$this._accountRemovedId; - set accountRemovedId(String? accountRemovedId) => - _$this._accountRemovedId = accountRemovedId; - - ListBuilder<GAccountsByPkData_account_identity_certIssued>? _certIssued; - ListBuilder<GAccountsByPkData_account_identity_certIssued> get certIssued => - _$this._certIssued ??= - new ListBuilder<GAccountsByPkData_account_identity_certIssued>(); - set certIssued( - ListBuilder<GAccountsByPkData_account_identity_certIssued>? - certIssued) => - _$this._certIssued = certIssued; - - GAccountsByPkData_account_identity_certIssuedAggregateBuilder? - _certIssuedAggregate; - GAccountsByPkData_account_identity_certIssuedAggregateBuilder - get certIssuedAggregate => _$this._certIssuedAggregate ??= - new GAccountsByPkData_account_identity_certIssuedAggregateBuilder(); - set certIssuedAggregate( - GAccountsByPkData_account_identity_certIssuedAggregateBuilder? - certIssuedAggregate) => - _$this._certIssuedAggregate = certIssuedAggregate; - - ListBuilder<GAccountsByPkData_account_identity_certReceived>? _certReceived; - ListBuilder<GAccountsByPkData_account_identity_certReceived> - get certReceived => _$this._certReceived ??= - new ListBuilder<GAccountsByPkData_account_identity_certReceived>(); - set certReceived( - ListBuilder<GAccountsByPkData_account_identity_certReceived>? - certReceived) => - _$this._certReceived = certReceived; - - GAccountsByPkData_account_identity_certReceivedAggregateBuilder? - _certReceivedAggregate; - GAccountsByPkData_account_identity_certReceivedAggregateBuilder - get certReceivedAggregate => _$this._certReceivedAggregate ??= - new GAccountsByPkData_account_identity_certReceivedAggregateBuilder(); - set certReceivedAggregate( - GAccountsByPkData_account_identity_certReceivedAggregateBuilder? - certReceivedAggregate) => - _$this._certReceivedAggregate = certReceivedAggregate; - - String? _createdInId; - String? get createdInId => _$this._createdInId; - set createdInId(String? createdInId) => _$this._createdInId = createdInId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder? + _account; + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder + get account => _$this._account ??= + new GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder(); + set account( + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder? + account) => + _$this._account = account; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - bool? _isMember; bool? get isMember => _$this._isMember; set isMember(bool? isMember) => _$this._isMember = isMember; - int? _lastChangeOn; - int? get lastChangeOn => _$this._lastChangeOn; - set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; - - ListBuilder<GAccountsByPkData_account_identity_linkedAccount>? _linkedAccount; - ListBuilder<GAccountsByPkData_account_identity_linkedAccount> - get linkedAccount => _$this._linkedAccount ??= - new ListBuilder<GAccountsByPkData_account_identity_linkedAccount>(); - set linkedAccount( - ListBuilder<GAccountsByPkData_account_identity_linkedAccount>? - linkedAccount) => - _$this._linkedAccount = linkedAccount; - - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder? - _linkedAccountAggregate; - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder - get linkedAccountAggregate => _$this._linkedAccountAggregate ??= - new GAccountsByPkData_account_identity_linkedAccountAggregateBuilder(); - set linkedAccountAggregate( - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder? - linkedAccountAggregate) => - _$this._linkedAccountAggregate = linkedAccountAggregate; - _i2.GIdentityStatusEnum? _status; _i2.GIdentityStatusEnum? get status => _$this._status; set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - ListBuilder<GAccountsByPkData_account_identity_membershipHistory>? - _membershipHistory; - ListBuilder<GAccountsByPkData_account_identity_membershipHistory> - get membershipHistory => _$this._membershipHistory ??= new ListBuilder< - GAccountsByPkData_account_identity_membershipHistory>(); - set membershipHistory( - ListBuilder<GAccountsByPkData_account_identity_membershipHistory>? - membershipHistory) => - _$this._membershipHistory = membershipHistory; - - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder? - _membershipHistoryAggregate; - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder - get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= - new GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder(); - set membershipHistoryAggregate( - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder? - membershipHistoryAggregate) => - _$this._membershipHistoryAggregate = membershipHistoryAggregate; - String? _name; String? get name => _$this._name; set name(String? name) => _$this._name = name; - ListBuilder<GAccountsByPkData_account_identity_ownerKeyChange>? - _ownerKeyChange; - ListBuilder<GAccountsByPkData_account_identity_ownerKeyChange> - get ownerKeyChange => _$this._ownerKeyChange ??= - new ListBuilder<GAccountsByPkData_account_identity_ownerKeyChange>(); - set ownerKeyChange( - ListBuilder<GAccountsByPkData_account_identity_ownerKeyChange>? - ownerKeyChange) => - _$this._ownerKeyChange = ownerKeyChange; - - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder? - _ownerKeyChangeAggregate; - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder - get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= - new GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder(); - set ownerKeyChangeAggregate( - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder? - ownerKeyChangeAggregate) => - _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; - - GAccountsByPkData_account_identity_smithBuilder? _smith; - GAccountsByPkData_account_identity_smithBuilder get smith => - _$this._smith ??= new GAccountsByPkData_account_identity_smithBuilder(); - set smith(GAccountsByPkData_account_identity_smithBuilder? smith) => - _$this._smith = smith; - - ListBuilder<GAccountsByPkData_account_identity_udHistory>? _udHistory; - ListBuilder<GAccountsByPkData_account_identity_udHistory> get udHistory => - _$this._udHistory ??= - new ListBuilder<GAccountsByPkData_account_identity_udHistory>(); - set udHistory( - ListBuilder<GAccountsByPkData_account_identity_udHistory>? - udHistory) => - _$this._udHistory = udHistory; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GAccountsByPkData_account_identityBuilder() { - GAccountsByPkData_account_identity._initializeBuilder(this); + GAccountsByPkData_account_identity_certReceived_receiverBuilder() { + GAccountsByPkData_account_identity_certReceived_receiver._initializeBuilder( + this); } - GAccountsByPkData_account_identityBuilder get _$this { + GAccountsByPkData_account_identity_certReceived_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; - _accountRemovedId = $v.accountRemovedId; - _certIssued = $v.certIssued.toBuilder(); - _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); - _certReceived = $v.certReceived.toBuilder(); - _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); - _createdInId = $v.createdInId; - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; + _account = $v.account?.toBuilder(); _id = $v.id; - _index = $v.index; _isMember = $v.isMember; - _lastChangeOn = $v.lastChangeOn; - _linkedAccount = $v.linkedAccount.toBuilder(); - _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); _status = $v.status; - _membershipHistory = $v.membershipHistory.toBuilder(); - _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); _name = $v.name; - _ownerKeyChange = $v.ownerKeyChange.toBuilder(); - _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); - _smith = $v.smith?.toBuilder(); - _udHistory = $v.udHistory?.toBuilder(); + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity other) { + void replace(GAccountsByPkData_account_identity_certReceived_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity; + _$v = other as _$GAccountsByPkData_account_identity_certReceived_receiver; } @override void update( - void Function(GAccountsByPkData_account_identityBuilder)? updates) { + void Function( + GAccountsByPkData_account_identity_certReceived_receiverBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity build() => _build(); + GAccountsByPkData_account_identity_certReceived_receiver build() => _build(); - _$GAccountsByPkData_account_identity _build() { - _$GAccountsByPkData_account_identity _$result; + _$GAccountsByPkData_account_identity_certReceived_receiver _build() { + _$GAccountsByPkData_account_identity_certReceived_receiver _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_identity._( + new _$GAccountsByPkData_account_identity_certReceived_receiver._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountsByPkData_account_identity', 'G__typename'), + G__typename, + r'GAccountsByPkData_account_identity_certReceived_receiver', + 'G__typename'), accountId: accountId, - accountRemovedId: accountRemovedId, - certIssued: certIssued.build(), - certIssuedAggregate: certIssuedAggregate.build(), - certReceived: certReceived.build(), - certReceivedAggregate: certReceivedAggregate.build(), - createdInId: createdInId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountsByPkData_account_identity', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountsByPkData_account_identity', 'expireOn'), + account: _account?.build(), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity', 'id'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GAccountsByPkData_account_identity', 'index'), + id, r'GAccountsByPkData_account_identity_certReceived_receiver', 'id'), isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountsByPkData_account_identity', 'isMember'), - lastChangeOn: BuiltValueNullFieldError.checkNotNull(lastChangeOn, - r'GAccountsByPkData_account_identity', 'lastChangeOn'), - linkedAccount: linkedAccount.build(), - linkedAccountAggregate: linkedAccountAggregate.build(), + isMember, + r'GAccountsByPkData_account_identity_certReceived_receiver', + 'isMember'), status: status, - membershipHistory: membershipHistory.build(), - membershipHistoryAggregate: membershipHistoryAggregate.build(), - name: BuiltValueNullFieldError.checkNotNull(name, r'GAccountsByPkData_account_identity', 'name'), - ownerKeyChange: ownerKeyChange.build(), - ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), - smith: _smith?.build(), - udHistory: _udHistory?.build()); + name: BuiltValueNullFieldError.checkNotNull( + name, + r'GAccountsByPkData_account_identity_certReceived_receiver', + 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountsByPkData_account_identity_certReceived_receiver', + 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'certIssued'; - certIssued.build(); - _$failedField = 'certIssuedAggregate'; - certIssuedAggregate.build(); - _$failedField = 'certReceived'; - certReceived.build(); - _$failedField = 'certReceivedAggregate'; - certReceivedAggregate.build(); - - _$failedField = 'linkedAccount'; - linkedAccount.build(); - _$failedField = 'linkedAccountAggregate'; - linkedAccountAggregate.build(); - - _$failedField = 'membershipHistory'; - membershipHistory.build(); - _$failedField = 'membershipHistoryAggregate'; - membershipHistoryAggregate.build(); - - _$failedField = 'ownerKeyChange'; - ownerKeyChange.build(); - _$failedField = 'ownerKeyChangeAggregate'; - ownerKeyChangeAggregate.build(); - _$failedField = 'smith'; - _smith?.build(); - _$failedField = 'udHistory'; - _udHistory?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity', _$failedField, e.toString()); + r'GAccountsByPkData_account_identity_certReceived_receiver', + _$failedField, + e.toString()); } rethrow; } @@ -51113,101 +52007,193 @@ class GAccountsByPkData_account_identityBuilder } } -class _$GAccountsByPkData_account_identity_certIssued - extends GAccountsByPkData_account_identity_certIssued { +class _$GAccountsByPkData_account_identity_certReceived_receiver_account + extends GAccountsByPkData_account_identity_certReceived_receiver_account { + @override + final String G__typename; + @override + final int createdOn; + + factory _$GAccountsByPkData_account_identity_certReceived_receiver_account( + [void Function( + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder)? + updates]) => + (new GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder() + ..update(updates)) + ._build(); + + _$GAccountsByPkData_account_identity_certReceived_receiver_account._( + {required this.G__typename, required this.createdOn}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_certReceived_receiver_account', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_certReceived_receiver_account', + 'createdOn'); + } + + @override + GAccountsByPkData_account_identity_certReceived_receiver_account rebuild( + void Function( + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder + toBuilder() => + new GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other + is GAccountsByPkData_account_identity_certReceived_receiver_account && + G__typename == other.G__typename && + createdOn == other.createdOn; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_identity_certReceived_receiver_account') + ..add('G__typename', G__typename) + ..add('createdOn', createdOn)) + .toString(); + } +} + +class GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder + implements + Builder< + GAccountsByPkData_account_identity_certReceived_receiver_account, + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder> { + _$GAccountsByPkData_account_identity_certReceived_receiver_account? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder() { + GAccountsByPkData_account_identity_certReceived_receiver_account + ._initializeBuilder(this); + } + + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder + get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _createdOn = $v.createdOn; + _$v = null; + } + return this; + } + + @override + void replace( + GAccountsByPkData_account_identity_certReceived_receiver_account other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other + as _$GAccountsByPkData_account_identity_certReceived_receiver_account; + } + + @override + void update( + void Function( + GAccountsByPkData_account_identity_certReceived_receiver_accountBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountsByPkData_account_identity_certReceived_receiver_account build() => + _build(); + + _$GAccountsByPkData_account_identity_certReceived_receiver_account _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_identity_certReceived_receiver_account + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_certReceived_receiver_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_certReceived_receiver_account', + 'createdOn')); + replace(_$result); + return _$result; + } +} + +class _$GAccountsByPkData_account_identity_certReceivedAggregate + extends GAccountsByPkData_account_identity_certReceivedAggregate { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GAccountsByPkData_account_identity_certIssued_issuer? issuer; - @override - final String? receiverId; - @override - final GAccountsByPkData_account_identity_certIssued_receiver? receiver; - @override - final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; + final GAccountsByPkData_account_identity_certReceivedAggregate_aggregate? + aggregate; - factory _$GAccountsByPkData_account_identity_certIssued( - [void Function(GAccountsByPkData_account_identity_certIssuedBuilder)? + factory _$GAccountsByPkData_account_identity_certReceivedAggregate( + [void Function( + GAccountsByPkData_account_identity_certReceivedAggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certIssuedBuilder() + (new GAccountsByPkData_account_identity_certReceivedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GAccountsByPkData_account_identity_certReceivedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_certIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_certIssued', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GAccountsByPkData_account_identity_certIssued', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountsByPkData_account_identity_certIssued', 'expireOn'); BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountsByPkData_account_identity_certIssued', 'isActive'); - BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GAccountsByPkData_account_identity_certIssued', 'updatedOn'); + G__typename, + r'GAccountsByPkData_account_identity_certReceivedAggregate', + 'G__typename'); } @override - GAccountsByPkData_account_identity_certIssued rebuild( - void Function(GAccountsByPkData_account_identity_certIssuedBuilder) + GAccountsByPkData_account_identity_certReceivedAggregate rebuild( + void Function( + GAccountsByPkData_account_identity_certReceivedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certIssuedBuilder toBuilder() => - new GAccountsByPkData_account_identity_certIssuedBuilder()..replace(this); + GAccountsByPkData_account_identity_certReceivedAggregateBuilder toBuilder() => + new GAccountsByPkData_account_identity_certReceivedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_certIssued && + return other is GAccountsByPkData_account_identity_certReceivedAggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -51215,151 +52201,83 @@ class _$GAccountsByPkData_account_identity_certIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certIssued') + r'GAccountsByPkData_account_identity_certReceivedAggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountsByPkData_account_identity_certIssuedBuilder +class GAccountsByPkData_account_identity_certReceivedAggregateBuilder implements - Builder<GAccountsByPkData_account_identity_certIssued, - GAccountsByPkData_account_identity_certIssuedBuilder> { - _$GAccountsByPkData_account_identity_certIssued? _$v; + Builder<GAccountsByPkData_account_identity_certReceivedAggregate, + GAccountsByPkData_account_identity_certReceivedAggregateBuilder> { + _$GAccountsByPkData_account_identity_certReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GAccountsByPkData_account_identity_certIssued_issuerBuilder? _issuer; - GAccountsByPkData_account_identity_certIssued_issuerBuilder get issuer => - _$this._issuer ??= - new GAccountsByPkData_account_identity_certIssued_issuerBuilder(); - set issuer( - GAccountsByPkData_account_identity_certIssued_issuerBuilder? - issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GAccountsByPkData_account_identity_certIssued_receiverBuilder? _receiver; - GAccountsByPkData_account_identity_certIssued_receiverBuilder get receiver => - _$this._receiver ??= - new GAccountsByPkData_account_identity_certIssued_receiverBuilder(); - set receiver( - GAccountsByPkData_account_identity_certIssued_receiverBuilder? - receiver) => - _$this._receiver = receiver; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder? + _aggregate; + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder(); + set aggregate( + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountsByPkData_account_identity_certIssuedBuilder() { - GAccountsByPkData_account_identity_certIssued._initializeBuilder(this); + GAccountsByPkData_account_identity_certReceivedAggregateBuilder() { + GAccountsByPkData_account_identity_certReceivedAggregate._initializeBuilder( + this); } - GAccountsByPkData_account_identity_certIssuedBuilder get _$this { + GAccountsByPkData_account_identity_certReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_certIssued other) { + void replace(GAccountsByPkData_account_identity_certReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_certIssued; + _$v = other as _$GAccountsByPkData_account_identity_certReceivedAggregate; } @override void update( - void Function(GAccountsByPkData_account_identity_certIssuedBuilder)? + void Function( + GAccountsByPkData_account_identity_certReceivedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certIssued build() => _build(); + GAccountsByPkData_account_identity_certReceivedAggregate build() => _build(); - _$GAccountsByPkData_account_identity_certIssued _build() { - _$GAccountsByPkData_account_identity_certIssued _$result; + _$GAccountsByPkData_account_identity_certReceivedAggregate _build() { + _$GAccountsByPkData_account_identity_certReceivedAggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certIssued._( + new _$GAccountsByPkData_account_identity_certReceivedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certIssued', + r'GAccountsByPkData_account_identity_certReceivedAggregate', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_certIssued', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountsByPkData_account_identity_certIssued', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountsByPkData_account_identity_certIssued', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountsByPkData_account_identity_certIssued', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, - r'GAccountsByPkData_account_identity_certIssued', - 'updatedOn')); + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'issuer'; - _issuer?.build(); - - _$failedField = 'receiver'; - _receiver?.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_certIssued', + r'GAccountsByPkData_account_identity_certReceivedAggregate', _$failedField, e.toString()); } @@ -51370,80 +52288,61 @@ class GAccountsByPkData_account_identity_certIssuedBuilder } } -class _$GAccountsByPkData_account_identity_certIssued_issuer - extends GAccountsByPkData_account_identity_certIssued_issuer { +class _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + extends GAccountsByPkData_account_identity_certReceivedAggregate_aggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int count; - factory _$GAccountsByPkData_account_identity_certIssued_issuer( + factory _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate( [void Function( - GAccountsByPkData_account_identity_certIssued_issuerBuilder)? + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certIssued_issuerBuilder() + (new GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certIssued_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_certIssued_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_certIssued_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountsByPkData_account_identity_certIssued_issuer', 'isMember'); + G__typename, + r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountsByPkData_account_identity_certIssued_issuer', 'name'); + count, + r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate', + 'count'); } @override - GAccountsByPkData_account_identity_certIssued_issuer rebuild( + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate rebuild( void Function( - GAccountsByPkData_account_identity_certIssued_issuerBuilder) + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certIssued_issuerBuilder toBuilder() => - new GAccountsByPkData_account_identity_certIssued_issuerBuilder() - ..replace(this); + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder + toBuilder() => + new GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_certIssued_issuer && + return other + is GAccountsByPkData_account_identity_certReceivedAggregate_aggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -51451,183 +52350,131 @@ class _$GAccountsByPkData_account_identity_certIssued_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certIssued_issuer') + r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('count', count)) .toString(); } } -class GAccountsByPkData_account_identity_certIssued_issuerBuilder +class GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder implements - Builder<GAccountsByPkData_account_identity_certIssued_issuer, - GAccountsByPkData_account_identity_certIssued_issuerBuilder> { - _$GAccountsByPkData_account_identity_certIssued_issuer? _$v; + Builder< + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate, + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GAccountsByPkData_account_identity_certIssued_issuerBuilder() { - GAccountsByPkData_account_identity_certIssued_issuer._initializeBuilder( - this); + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder() { + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + ._initializeBuilder(this); } - GAccountsByPkData_account_identity_certIssued_issuerBuilder get _$this { + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_certIssued_issuer other) { + void replace( + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_certIssued_issuer; + _$v = other + as _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate; } @override void update( void Function( - GAccountsByPkData_account_identity_certIssued_issuerBuilder)? + GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certIssued_issuer build() => _build(); + GAccountsByPkData_account_identity_certReceivedAggregate_aggregate build() => + _build(); - _$GAccountsByPkData_account_identity_certIssued_issuer _build() { + _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certIssued_issuer._( + new _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certIssued_issuer', + r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GAccountsByPkData_account_identity_certIssued_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountsByPkData_account_identity_certIssued_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GAccountsByPkData_account_identity_certIssued_issuer', - 'name')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_certIssued_receiver - extends GAccountsByPkData_account_identity_certIssued_receiver { +class _$GAccountsByPkData_account_identity_linkedAccount + extends GAccountsByPkData_account_identity_linkedAccount { @override final String G__typename; @override - final String? accountId; - @override final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; - factory _$GAccountsByPkData_account_identity_certIssued_receiver( + factory _$GAccountsByPkData_account_identity_linkedAccount( [void Function( - GAccountsByPkData_account_identity_certIssued_receiverBuilder)? + GAccountsByPkData_account_identity_linkedAccountBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certIssued_receiverBuilder() + (new GAccountsByPkData_account_identity_linkedAccountBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certIssued_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountsByPkData_account_identity_linkedAccount._( + {required this.G__typename, required this.id}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_identity_linkedAccount', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_certIssued_receiver', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_certIssued_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountsByPkData_account_identity_certIssued_receiver', 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GAccountsByPkData_account_identity_certIssued_receiver', 'name'); + id, r'GAccountsByPkData_account_identity_linkedAccount', 'id'); } @override - GAccountsByPkData_account_identity_certIssued_receiver rebuild( - void Function( - GAccountsByPkData_account_identity_certIssued_receiverBuilder) + GAccountsByPkData_account_identity_linkedAccount rebuild( + void Function(GAccountsByPkData_account_identity_linkedAccountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certIssued_receiverBuilder toBuilder() => - new GAccountsByPkData_account_identity_certIssued_receiverBuilder() + GAccountsByPkData_account_identity_linkedAccountBuilder toBuilder() => + new GAccountsByPkData_account_identity_linkedAccountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_certIssued_receiver && + return other is GAccountsByPkData_account_identity_linkedAccount && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -51635,150 +52482,113 @@ class _$GAccountsByPkData_account_identity_certIssued_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certIssued_receiver') + r'GAccountsByPkData_account_identity_linkedAccount') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('id', id)) .toString(); } } -class GAccountsByPkData_account_identity_certIssued_receiverBuilder +class GAccountsByPkData_account_identity_linkedAccountBuilder implements - Builder<GAccountsByPkData_account_identity_certIssued_receiver, - GAccountsByPkData_account_identity_certIssued_receiverBuilder> { - _$GAccountsByPkData_account_identity_certIssued_receiver? _$v; + Builder<GAccountsByPkData_account_identity_linkedAccount, + GAccountsByPkData_account_identity_linkedAccountBuilder> { + _$GAccountsByPkData_account_identity_linkedAccount? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - GAccountsByPkData_account_identity_certIssued_receiverBuilder() { - GAccountsByPkData_account_identity_certIssued_receiver._initializeBuilder( - this); + GAccountsByPkData_account_identity_linkedAccountBuilder() { + GAccountsByPkData_account_identity_linkedAccount._initializeBuilder(this); } - GAccountsByPkData_account_identity_certIssued_receiverBuilder get _$this { + GAccountsByPkData_account_identity_linkedAccountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_certIssued_receiver other) { + void replace(GAccountsByPkData_account_identity_linkedAccount other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_certIssued_receiver; + _$v = other as _$GAccountsByPkData_account_identity_linkedAccount; } @override void update( - void Function( - GAccountsByPkData_account_identity_certIssued_receiverBuilder)? + void Function(GAccountsByPkData_account_identity_linkedAccountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certIssued_receiver build() => _build(); + GAccountsByPkData_account_identity_linkedAccount build() => _build(); - _$GAccountsByPkData_account_identity_certIssued_receiver _build() { + _$GAccountsByPkData_account_identity_linkedAccount _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certIssued_receiver._( + new _$GAccountsByPkData_account_identity_linkedAccount._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certIssued_receiver', + r'GAccountsByPkData_account_identity_linkedAccount', 'G__typename'), - accountId: accountId, id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountsByPkData_account_identity_certIssued_receiver', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountsByPkData_account_identity_certIssued_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GAccountsByPkData_account_identity_certIssued_receiver', - 'name')); + id, r'GAccountsByPkData_account_identity_linkedAccount', 'id')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_certIssuedAggregate - extends GAccountsByPkData_account_identity_certIssuedAggregate { +class _$GAccountsByPkData_account_identity_linkedAccountAggregate + extends GAccountsByPkData_account_identity_linkedAccountAggregate { @override final String G__typename; @override - final GAccountsByPkData_account_identity_certIssuedAggregate_aggregate? + final GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate? aggregate; - factory _$GAccountsByPkData_account_identity_certIssuedAggregate( + factory _$GAccountsByPkData_account_identity_linkedAccountAggregate( [void Function( - GAccountsByPkData_account_identity_certIssuedAggregateBuilder)? + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certIssuedAggregateBuilder() + (new GAccountsByPkData_account_identity_linkedAccountAggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certIssuedAggregate._( + _$GAccountsByPkData_account_identity_linkedAccountAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certIssuedAggregate', + r'GAccountsByPkData_account_identity_linkedAccountAggregate', 'G__typename'); } @override - GAccountsByPkData_account_identity_certIssuedAggregate rebuild( + GAccountsByPkData_account_identity_linkedAccountAggregate rebuild( void Function( - GAccountsByPkData_account_identity_certIssuedAggregateBuilder) + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certIssuedAggregateBuilder toBuilder() => - new GAccountsByPkData_account_identity_certIssuedAggregateBuilder() - ..replace(this); + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder + toBuilder() => + new GAccountsByPkData_account_identity_linkedAccountAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_certIssuedAggregate && + return other is GAccountsByPkData_account_identity_linkedAccountAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -51795,39 +52605,39 @@ class _$GAccountsByPkData_account_identity_certIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certIssuedAggregate') + r'GAccountsByPkData_account_identity_linkedAccountAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountsByPkData_account_identity_certIssuedAggregateBuilder +class GAccountsByPkData_account_identity_linkedAccountAggregateBuilder implements - Builder<GAccountsByPkData_account_identity_certIssuedAggregate, - GAccountsByPkData_account_identity_certIssuedAggregateBuilder> { - _$GAccountsByPkData_account_identity_certIssuedAggregate? _$v; + Builder<GAccountsByPkData_account_identity_linkedAccountAggregate, + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder> { + _$GAccountsByPkData_account_identity_linkedAccountAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder? + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder? _aggregate; - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder(); + new GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder(); set aggregate( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder? + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountsByPkData_account_identity_certIssuedAggregateBuilder() { - GAccountsByPkData_account_identity_certIssuedAggregate._initializeBuilder( - this); + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder() { + GAccountsByPkData_account_identity_linkedAccountAggregate + ._initializeBuilder(this); } - GAccountsByPkData_account_identity_certIssuedAggregateBuilder get _$this { + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -51838,30 +52648,31 @@ class GAccountsByPkData_account_identity_certIssuedAggregateBuilder } @override - void replace(GAccountsByPkData_account_identity_certIssuedAggregate other) { + void replace( + GAccountsByPkData_account_identity_linkedAccountAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_certIssuedAggregate; + _$v = other as _$GAccountsByPkData_account_identity_linkedAccountAggregate; } @override void update( void Function( - GAccountsByPkData_account_identity_certIssuedAggregateBuilder)? + GAccountsByPkData_account_identity_linkedAccountAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certIssuedAggregate build() => _build(); + GAccountsByPkData_account_identity_linkedAccountAggregate build() => _build(); - _$GAccountsByPkData_account_identity_certIssuedAggregate _build() { - _$GAccountsByPkData_account_identity_certIssuedAggregate _$result; + _$GAccountsByPkData_account_identity_linkedAccountAggregate _build() { + _$GAccountsByPkData_account_identity_linkedAccountAggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certIssuedAggregate._( + new _$GAccountsByPkData_account_identity_linkedAccountAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certIssuedAggregate', + r'GAccountsByPkData_account_identity_linkedAccountAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -51871,7 +52682,7 @@ class GAccountsByPkData_account_identity_certIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_certIssuedAggregate', + r'GAccountsByPkData_account_identity_linkedAccountAggregate', _$failedField, e.toString()); } @@ -51882,52 +52693,52 @@ class GAccountsByPkData_account_identity_certIssuedAggregateBuilder } } -class _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate - extends GAccountsByPkData_account_identity_certIssuedAggregate_aggregate { +class _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + extends GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate( + factory _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate( [void Function( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder)? + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder() + (new GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate._( + _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate', + r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate', + r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate', 'count'); } @override - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate rebuild( + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate rebuild( void Function( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder) + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder toBuilder() => - new GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder() + new GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountsByPkData_account_identity_certIssuedAggregate_aggregate && + is GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -51944,19 +52755,19 @@ class _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate') + r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder +class GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder implements Builder< - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate, - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate? _$v; + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate, + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -51966,12 +52777,12 @@ class GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder() { - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder() { + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate ._initializeBuilder(this); } - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -51984,138 +52795,115 @@ class GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder @override void replace( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate other) { + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate; + as _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate; } @override void update( void Function( - GAccountsByPkData_account_identity_certIssuedAggregate_aggregateBuilder)? + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certIssuedAggregate_aggregate build() => + GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate build() => _build(); - _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate _build() { + _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate + _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certIssuedAggregate_aggregate + new _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate', + r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountsByPkData_account_identity_certIssuedAggregate_aggregate', + r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_certReceived - extends GAccountsByPkData_account_identity_certReceived { +class _$GAccountsByPkData_account_identity_membershipHistory + extends GAccountsByPkData_account_identity_membershipHistory { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GAccountsByPkData_account_identity_certReceived_issuer? issuer; - @override - final String? receiverId; - @override - final GAccountsByPkData_account_identity_certReceived_receiver? receiver; + final int blockNumber; @override - final int createdOn; + final String? eventId; @override - final int expireOn; + final _i2.GEventTypeEnum? eventType; @override - final bool isActive; + final String id; @override - final int updatedOn; + final String? identityId; - factory _$GAccountsByPkData_account_identity_certReceived( + factory _$GAccountsByPkData_account_identity_membershipHistory( [void Function( - GAccountsByPkData_account_identity_certReceivedBuilder)? + GAccountsByPkData_account_identity_membershipHistoryBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certReceivedBuilder() + (new GAccountsByPkData_account_identity_membershipHistoryBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certReceived._( + _$GAccountsByPkData_account_identity_membershipHistory._( {required this.G__typename, + required this.blockNumber, + this.eventId, + this.eventType, required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + this.identityId}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_certReceived', 'G__typename'); + r'GAccountsByPkData_account_identity_membershipHistory', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountsByPkData_account_identity_membershipHistory', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_certReceived', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GAccountsByPkData_account_identity_certReceived', 'createdOn'); - BuiltValueNullFieldError.checkNotNull(expireOn, - r'GAccountsByPkData_account_identity_certReceived', 'expireOn'); - BuiltValueNullFieldError.checkNotNull(isActive, - r'GAccountsByPkData_account_identity_certReceived', 'isActive'); - BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GAccountsByPkData_account_identity_certReceived', 'updatedOn'); + id, r'GAccountsByPkData_account_identity_membershipHistory', 'id'); } @override - GAccountsByPkData_account_identity_certReceived rebuild( - void Function(GAccountsByPkData_account_identity_certReceivedBuilder) + GAccountsByPkData_account_identity_membershipHistory rebuild( + void Function( + GAccountsByPkData_account_identity_membershipHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certReceivedBuilder toBuilder() => - new GAccountsByPkData_account_identity_certReceivedBuilder() + GAccountsByPkData_account_identity_membershipHistoryBuilder toBuilder() => + new GAccountsByPkData_account_identity_membershipHistoryBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_certReceived && + return other is GAccountsByPkData_account_identity_membershipHistory && G__typename == other.G__typename && + blockNumber == other.blockNumber && + eventId == other.eventId && + eventType == other.eventType && id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + identityId == other.identityId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, eventType.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -52123,151 +52911,244 @@ class _$GAccountsByPkData_account_identity_certReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certReceived') + r'GAccountsByPkData_account_identity_membershipHistory') ..add('G__typename', G__typename) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('eventType', eventType) ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('identityId', identityId)) .toString(); } } -class GAccountsByPkData_account_identity_certReceivedBuilder +class GAccountsByPkData_account_identity_membershipHistoryBuilder implements - Builder<GAccountsByPkData_account_identity_certReceived, - GAccountsByPkData_account_identity_certReceivedBuilder> { - _$GAccountsByPkData_account_identity_certReceived? _$v; + Builder<GAccountsByPkData_account_identity_membershipHistory, + GAccountsByPkData_account_identity_membershipHistoryBuilder> { + _$GAccountsByPkData_account_identity_membershipHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + _i2.GEventTypeEnum? _eventType; + _i2.GEventTypeEnum? get eventType => _$this._eventType; + set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - GAccountsByPkData_account_identity_certReceived_issuerBuilder? _issuer; - GAccountsByPkData_account_identity_certReceived_issuerBuilder get issuer => - _$this._issuer ??= - new GAccountsByPkData_account_identity_certReceived_issuerBuilder(); - set issuer( - GAccountsByPkData_account_identity_certReceived_issuerBuilder? - issuer) => - _$this._issuer = issuer; + GAccountsByPkData_account_identity_membershipHistoryBuilder() { + GAccountsByPkData_account_identity_membershipHistory._initializeBuilder( + this); + } - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + GAccountsByPkData_account_identity_membershipHistoryBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _eventType = $v.eventType; + _id = $v.id; + _identityId = $v.identityId; + _$v = null; + } + return this; + } - GAccountsByPkData_account_identity_certReceived_receiverBuilder? _receiver; - GAccountsByPkData_account_identity_certReceived_receiverBuilder - get receiver => _$this._receiver ??= - new GAccountsByPkData_account_identity_certReceived_receiverBuilder(); - set receiver( - GAccountsByPkData_account_identity_certReceived_receiverBuilder? - receiver) => - _$this._receiver = receiver; + @override + void replace(GAccountsByPkData_account_identity_membershipHistory other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountsByPkData_account_identity_membershipHistory; + } - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + @override + void update( + void Function( + GAccountsByPkData_account_identity_membershipHistoryBuilder)? + updates) { + if (updates != null) updates(this); + } - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; + @override + GAccountsByPkData_account_identity_membershipHistory build() => _build(); - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + _$GAccountsByPkData_account_identity_membershipHistory _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_identity_membershipHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_membershipHistory', + 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountsByPkData_account_identity_membershipHistory', + 'blockNumber'), + eventId: eventId, + eventType: eventType, + id: BuiltValueNullFieldError.checkNotNull(id, + r'GAccountsByPkData_account_identity_membershipHistory', 'id'), + identityId: identityId); + replace(_$result); + return _$result; + } +} - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; +class _$GAccountsByPkData_account_identity_membershipHistoryAggregate + extends GAccountsByPkData_account_identity_membershipHistoryAggregate { + @override + final String G__typename; + @override + final GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate? + aggregate; - GAccountsByPkData_account_identity_certReceivedBuilder() { - GAccountsByPkData_account_identity_certReceived._initializeBuilder(this); + factory _$GAccountsByPkData_account_identity_membershipHistoryAggregate( + [void Function( + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder)? + updates]) => + (new GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountsByPkData_account_identity_membershipHistoryAggregate._( + {required this.G__typename, this.aggregate}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_membershipHistoryAggregate', + 'G__typename'); } - GAccountsByPkData_account_identity_certReceivedBuilder get _$this { + @override + GAccountsByPkData_account_identity_membershipHistoryAggregate rebuild( + void Function( + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder + toBuilder() => + new GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other + is GAccountsByPkData_account_identity_membershipHistoryAggregate && + G__typename == other.G__typename && + aggregate == other.aggregate; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_identity_membershipHistoryAggregate') + ..add('G__typename', G__typename) + ..add('aggregate', aggregate)) + .toString(); + } +} + +class GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder + implements + Builder<GAccountsByPkData_account_identity_membershipHistoryAggregate, + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder> { + _$GAccountsByPkData_account_identity_membershipHistoryAggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder? + _aggregate; + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder(); + set aggregate( + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; + + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder() { + GAccountsByPkData_account_identity_membershipHistoryAggregate + ._initializeBuilder(this); + } + + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_certReceived other) { + void replace( + GAccountsByPkData_account_identity_membershipHistoryAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_certReceived; + _$v = other + as _$GAccountsByPkData_account_identity_membershipHistoryAggregate; } @override void update( - void Function(GAccountsByPkData_account_identity_certReceivedBuilder)? + void Function( + GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certReceived build() => _build(); + GAccountsByPkData_account_identity_membershipHistoryAggregate build() => + _build(); - _$GAccountsByPkData_account_identity_certReceived _build() { - _$GAccountsByPkData_account_identity_certReceived _$result; + _$GAccountsByPkData_account_identity_membershipHistoryAggregate _build() { + _$GAccountsByPkData_account_identity_membershipHistoryAggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certReceived._( + new _$GAccountsByPkData_account_identity_membershipHistoryAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certReceived', + r'GAccountsByPkData_account_identity_membershipHistoryAggregate', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_certReceived', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountsByPkData_account_identity_certReceived', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountsByPkData_account_identity_certReceived', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountsByPkData_account_identity_certReceived', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, - r'GAccountsByPkData_account_identity_certReceived', - 'updatedOn')); + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'issuer'; - _issuer?.build(); - - _$failedField = 'receiver'; - _receiver?.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_certReceived', + r'GAccountsByPkData_account_identity_membershipHistoryAggregate', _$failedField, e.toString()); } @@ -52278,82 +53159,61 @@ class GAccountsByPkData_account_identity_certReceivedBuilder } } -class _$GAccountsByPkData_account_identity_certReceived_issuer - extends GAccountsByPkData_account_identity_certReceived_issuer { +class _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + extends GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int count; - factory _$GAccountsByPkData_account_identity_certReceived_issuer( + factory _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate( [void Function( - GAccountsByPkData_account_identity_certReceived_issuerBuilder)? + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certReceived_issuerBuilder() + (new GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certReceived_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certReceived_issuer', + r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_certReceived_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountsByPkData_account_identity_certReceived_issuer', 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GAccountsByPkData_account_identity_certReceived_issuer', 'name'); + count, + r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate', + 'count'); } @override - GAccountsByPkData_account_identity_certReceived_issuer rebuild( + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate rebuild( void Function( - GAccountsByPkData_account_identity_certReceived_issuerBuilder) + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certReceived_issuerBuilder toBuilder() => - new GAccountsByPkData_account_identity_certReceived_issuerBuilder() - ..replace(this); + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder + toBuilder() => + new GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_certReceived_issuer && + return other + is GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -52361,187 +53221,156 @@ class _$GAccountsByPkData_account_identity_certReceived_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certReceived_issuer') + r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('count', count)) .toString(); } } -class GAccountsByPkData_account_identity_certReceived_issuerBuilder +class GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder implements - Builder<GAccountsByPkData_account_identity_certReceived_issuer, - GAccountsByPkData_account_identity_certReceived_issuerBuilder> { - _$GAccountsByPkData_account_identity_certReceived_issuer? _$v; + Builder< + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate, + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate? + _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GAccountsByPkData_account_identity_certReceived_issuerBuilder() { - GAccountsByPkData_account_identity_certReceived_issuer._initializeBuilder( - this); + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder() { + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + ._initializeBuilder(this); } - GAccountsByPkData_account_identity_certReceived_issuerBuilder get _$this { + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_certReceived_issuer other) { + void replace( + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_certReceived_issuer; + _$v = other + as _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate; } @override void update( void Function( - GAccountsByPkData_account_identity_certReceived_issuerBuilder)? + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certReceived_issuer build() => _build(); + GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + build() => _build(); - _$GAccountsByPkData_account_identity_certReceived_issuer _build() { + _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certReceived_issuer._( + new _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certReceived_issuer', + r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountsByPkData_account_identity_certReceived_issuer', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountsByPkData_account_identity_certReceived_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GAccountsByPkData_account_identity_certReceived_issuer', - 'name')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_certReceived_receiver - extends GAccountsByPkData_account_identity_certReceived_receiver { +class _$GAccountsByPkData_account_identity_ownerKeyChange + extends GAccountsByPkData_account_identity_ownerKeyChange { @override final String G__typename; @override - final String? accountId; - @override final String id; @override - final bool isMember; + final int blockNumber; @override - final _i2.GIdentityStatusEnum? status; + final String? identityId; @override - final String name; + final String? nextId; + @override + final String? previousId; - factory _$GAccountsByPkData_account_identity_certReceived_receiver( + factory _$GAccountsByPkData_account_identity_ownerKeyChange( [void Function( - GAccountsByPkData_account_identity_certReceived_receiverBuilder)? + GAccountsByPkData_account_identity_ownerKeyChangeBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certReceived_receiverBuilder() + (new GAccountsByPkData_account_identity_ownerKeyChangeBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certReceived_receiver._( + _$GAccountsByPkData_account_identity_ownerKeyChange._( {required this.G__typename, - this.accountId, required this.id, - required this.isMember, - this.status, - required this.name}) + required this.blockNumber, + this.identityId, + this.nextId, + this.previousId}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_identity_ownerKeyChange', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_certReceived_receiver', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_certReceived_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountsByPkData_account_identity_certReceived_receiver', - 'isMember'); - BuiltValueNullFieldError.checkNotNull(name, - r'GAccountsByPkData_account_identity_certReceived_receiver', 'name'); + id, r'GAccountsByPkData_account_identity_ownerKeyChange', 'id'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountsByPkData_account_identity_ownerKeyChange', 'blockNumber'); } @override - GAccountsByPkData_account_identity_certReceived_receiver rebuild( + GAccountsByPkData_account_identity_ownerKeyChange rebuild( void Function( - GAccountsByPkData_account_identity_certReceived_receiverBuilder) + GAccountsByPkData_account_identity_ownerKeyChangeBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certReceived_receiverBuilder toBuilder() => - new GAccountsByPkData_account_identity_certReceived_receiverBuilder() + GAccountsByPkData_account_identity_ownerKeyChangeBuilder toBuilder() => + new GAccountsByPkData_account_identity_ownerKeyChangeBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_certReceived_receiver && + return other is GAccountsByPkData_account_identity_ownerKeyChange && G__typename == other.G__typename && - accountId == other.accountId && id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + blockNumber == other.blockNumber && + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -52549,150 +53378,145 @@ class _$GAccountsByPkData_account_identity_certReceived_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certReceived_receiver') + r'GAccountsByPkData_account_identity_ownerKeyChange') ..add('G__typename', G__typename) - ..add('accountId', accountId) ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('blockNumber', blockNumber) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GAccountsByPkData_account_identity_certReceived_receiverBuilder +class GAccountsByPkData_account_identity_ownerKeyChangeBuilder implements - Builder<GAccountsByPkData_account_identity_certReceived_receiver, - GAccountsByPkData_account_identity_certReceived_receiverBuilder> { - _$GAccountsByPkData_account_identity_certReceived_receiver? _$v; + Builder<GAccountsByPkData_account_identity_ownerKeyChange, + GAccountsByPkData_account_identity_ownerKeyChangeBuilder> { + _$GAccountsByPkData_account_identity_ownerKeyChange? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; - GAccountsByPkData_account_identity_certReceived_receiverBuilder() { - GAccountsByPkData_account_identity_certReceived_receiver._initializeBuilder( - this); + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; + + GAccountsByPkData_account_identity_ownerKeyChangeBuilder() { + GAccountsByPkData_account_identity_ownerKeyChange._initializeBuilder(this); } - GAccountsByPkData_account_identity_certReceived_receiverBuilder get _$this { + GAccountsByPkData_account_identity_ownerKeyChangeBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_certReceived_receiver other) { + void replace(GAccountsByPkData_account_identity_ownerKeyChange other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_certReceived_receiver; + _$v = other as _$GAccountsByPkData_account_identity_ownerKeyChange; } @override void update( - void Function( - GAccountsByPkData_account_identity_certReceived_receiverBuilder)? + void Function(GAccountsByPkData_account_identity_ownerKeyChangeBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certReceived_receiver build() => _build(); + GAccountsByPkData_account_identity_ownerKeyChange build() => _build(); - _$GAccountsByPkData_account_identity_certReceived_receiver _build() { + _$GAccountsByPkData_account_identity_ownerKeyChange _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certReceived_receiver._( + new _$GAccountsByPkData_account_identity_ownerKeyChange._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certReceived_receiver', + r'GAccountsByPkData_account_identity_ownerKeyChange', 'G__typename'), - accountId: accountId, id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountsByPkData_account_identity_certReceived_receiver', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountsByPkData_account_identity_certReceived_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GAccountsByPkData_account_identity_certReceived_receiver', - 'name')); + id, r'GAccountsByPkData_account_identity_ownerKeyChange', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountsByPkData_account_identity_ownerKeyChange', + 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_certReceivedAggregate - extends GAccountsByPkData_account_identity_certReceivedAggregate { +class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate + extends GAccountsByPkData_account_identity_ownerKeyChangeAggregate { @override final String G__typename; @override - final GAccountsByPkData_account_identity_certReceivedAggregate_aggregate? + final GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate? aggregate; - factory _$GAccountsByPkData_account_identity_certReceivedAggregate( + factory _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate( [void Function( - GAccountsByPkData_account_identity_certReceivedAggregateBuilder)? + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certReceivedAggregateBuilder() + (new GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certReceivedAggregate._( + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certReceivedAggregate', + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate', 'G__typename'); } @override - GAccountsByPkData_account_identity_certReceivedAggregate rebuild( + GAccountsByPkData_account_identity_ownerKeyChangeAggregate rebuild( void Function( - GAccountsByPkData_account_identity_certReceivedAggregateBuilder) + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certReceivedAggregateBuilder toBuilder() => - new GAccountsByPkData_account_identity_certReceivedAggregateBuilder() - ..replace(this); + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder + toBuilder() => + new GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_certReceivedAggregate && + return other + is GAccountsByPkData_account_identity_ownerKeyChangeAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -52709,39 +53533,39 @@ class _$GAccountsByPkData_account_identity_certReceivedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certReceivedAggregate') + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountsByPkData_account_identity_certReceivedAggregateBuilder +class GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder implements - Builder<GAccountsByPkData_account_identity_certReceivedAggregate, - GAccountsByPkData_account_identity_certReceivedAggregateBuilder> { - _$GAccountsByPkData_account_identity_certReceivedAggregate? _$v; + Builder<GAccountsByPkData_account_identity_ownerKeyChangeAggregate, + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder> { + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder? + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder? _aggregate; - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder(); + new GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder(); set aggregate( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder? + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountsByPkData_account_identity_certReceivedAggregateBuilder() { - GAccountsByPkData_account_identity_certReceivedAggregate._initializeBuilder( - this); + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder() { + GAccountsByPkData_account_identity_ownerKeyChangeAggregate + ._initializeBuilder(this); } - GAccountsByPkData_account_identity_certReceivedAggregateBuilder get _$this { + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -52752,30 +53576,32 @@ class GAccountsByPkData_account_identity_certReceivedAggregateBuilder } @override - void replace(GAccountsByPkData_account_identity_certReceivedAggregate other) { + void replace( + GAccountsByPkData_account_identity_ownerKeyChangeAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_certReceivedAggregate; + _$v = other as _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate; } @override void update( void Function( - GAccountsByPkData_account_identity_certReceivedAggregateBuilder)? + GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certReceivedAggregate build() => _build(); + GAccountsByPkData_account_identity_ownerKeyChangeAggregate build() => + _build(); - _$GAccountsByPkData_account_identity_certReceivedAggregate _build() { - _$GAccountsByPkData_account_identity_certReceivedAggregate _$result; + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate _build() { + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certReceivedAggregate._( + new _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certReceivedAggregate', + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -52785,7 +53611,7 @@ class GAccountsByPkData_account_identity_certReceivedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_certReceivedAggregate', + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate', _$failedField, e.toString()); } @@ -52796,61 +53622,231 @@ class GAccountsByPkData_account_identity_certReceivedAggregateBuilder } } -class _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate - extends GAccountsByPkData_account_identity_certReceivedAggregate_aggregate { +class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + extends GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate( + factory _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate( [void Function( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder)? + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder() + (new GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate._( + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate', + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate', + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate', 'count'); } @override - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate rebuild( + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate rebuild( void Function( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder) + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder toBuilder() => - new GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder() + new GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountsByPkData_account_identity_certReceivedAggregate_aggregate && + is GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate && + G__typename == other.G__typename && + count == other.count; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, count.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate') + ..add('G__typename', G__typename) + ..add('count', count)) + .toString(); + } +} + +class GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder + implements + Builder< + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate, + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() { + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + ._initializeBuilder(this); + } + + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder + get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _count = $v.count; + _$v = null; + } + return this; + } + + @override + void replace( + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other + as _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate; + } + + @override + void update( + void Function( + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + build() => _build(); + + _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate', + 'count')); + replace(_$result); + return _$result; + } +} + +class _$GAccountsByPkData_account_identity_smith + extends GAccountsByPkData_account_identity_smith { + @override + final String G__typename; + @override + final String id; + @override + final int forged; + @override + final int index; + @override + final int? lastChanged; + @override + final int? lastForged; + @override + final BuiltList<GAccountsByPkData_account_identity_smith_smithCertIssued> + smithCertIssued; + @override + final BuiltList<GAccountsByPkData_account_identity_smith_smithCertReceived> + smithCertReceived; + + factory _$GAccountsByPkData_account_identity_smith( + [void Function(GAccountsByPkData_account_identity_smithBuilder)? + updates]) => + (new GAccountsByPkData_account_identity_smithBuilder()..update(updates)) + ._build(); + + _$GAccountsByPkData_account_identity_smith._( + {required this.G__typename, + required this.id, + required this.forged, + required this.index, + this.lastChanged, + this.lastForged, + required this.smithCertIssued, + required this.smithCertReceived}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_identity_smith', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_smith', 'id'); + BuiltValueNullFieldError.checkNotNull( + forged, r'GAccountsByPkData_account_identity_smith', 'forged'); + BuiltValueNullFieldError.checkNotNull( + index, r'GAccountsByPkData_account_identity_smith', 'index'); + BuiltValueNullFieldError.checkNotNull(smithCertIssued, + r'GAccountsByPkData_account_identity_smith', 'smithCertIssued'); + BuiltValueNullFieldError.checkNotNull(smithCertReceived, + r'GAccountsByPkData_account_identity_smith', 'smithCertReceived'); + } + + @override + GAccountsByPkData_account_identity_smith rebuild( + void Function(GAccountsByPkData_account_identity_smithBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountsByPkData_account_identity_smithBuilder toBuilder() => + new GAccountsByPkData_account_identity_smithBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountsByPkData_account_identity_smith && G__typename == other.G__typename && - count == other.count; + id == other.id && + forged == other.forged && + index == other.index && + lastChanged == other.lastChanged && + lastForged == other.lastForged && + smithCertIssued == other.smithCertIssued && + smithCertReceived == other.smithCertReceived; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, forged.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, lastChanged.hashCode); + _$hash = $jc(_$hash, lastForged.hashCode); + _$hash = $jc(_$hash, smithCertIssued.hashCode); + _$hash = $jc(_$hash, smithCertReceived.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -52858,124 +53854,203 @@ class _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate') + r'GAccountsByPkData_account_identity_smith') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('forged', forged) + ..add('index', index) + ..add('lastChanged', lastChanged) + ..add('lastForged', lastForged) + ..add('smithCertIssued', smithCertIssued) + ..add('smithCertReceived', smithCertReceived)) .toString(); } } -class GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder +class GAccountsByPkData_account_identity_smithBuilder implements - Builder< - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate, - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate? _$v; + Builder<GAccountsByPkData_account_identity_smith, + GAccountsByPkData_account_identity_smithBuilder> { + _$GAccountsByPkData_account_identity_smith? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder() { - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate - ._initializeBuilder(this); + int? _forged; + int? get forged => _$this._forged; + set forged(int? forged) => _$this._forged = forged; + + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + int? _lastChanged; + int? get lastChanged => _$this._lastChanged; + set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + + int? _lastForged; + int? get lastForged => _$this._lastForged; + set lastForged(int? lastForged) => _$this._lastForged = lastForged; + + ListBuilder<GAccountsByPkData_account_identity_smith_smithCertIssued>? + _smithCertIssued; + ListBuilder<GAccountsByPkData_account_identity_smith_smithCertIssued> + get smithCertIssued => _$this._smithCertIssued ??= new ListBuilder< + GAccountsByPkData_account_identity_smith_smithCertIssued>(); + set smithCertIssued( + ListBuilder<GAccountsByPkData_account_identity_smith_smithCertIssued>? + smithCertIssued) => + _$this._smithCertIssued = smithCertIssued; + + ListBuilder<GAccountsByPkData_account_identity_smith_smithCertReceived>? + _smithCertReceived; + ListBuilder<GAccountsByPkData_account_identity_smith_smithCertReceived> + get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< + GAccountsByPkData_account_identity_smith_smithCertReceived>(); + set smithCertReceived( + ListBuilder< + GAccountsByPkData_account_identity_smith_smithCertReceived>? + smithCertReceived) => + _$this._smithCertReceived = smithCertReceived; + + GAccountsByPkData_account_identity_smithBuilder() { + GAccountsByPkData_account_identity_smith._initializeBuilder(this); } - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder - get _$this { + GAccountsByPkData_account_identity_smithBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _forged = $v.forged; + _index = $v.index; + _lastChanged = $v.lastChanged; + _lastForged = $v.lastForged; + _smithCertIssued = $v.smithCertIssued.toBuilder(); + _smithCertReceived = $v.smithCertReceived.toBuilder(); _$v = null; } return this; } @override - void replace( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate - other) { + void replace(GAccountsByPkData_account_identity_smith other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate; + _$v = other as _$GAccountsByPkData_account_identity_smith; } @override void update( - void Function( - GAccountsByPkData_account_identity_certReceivedAggregate_aggregateBuilder)? - updates) { + void Function(GAccountsByPkData_account_identity_smithBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_certReceivedAggregate_aggregate build() => - _build(); + GAccountsByPkData_account_identity_smith build() => _build(); - _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate - _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_certReceivedAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_identity_certReceivedAggregate_aggregate', - 'count')); + _$GAccountsByPkData_account_identity_smith _build() { + _$GAccountsByPkData_account_identity_smith _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_identity_smith._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_identity_smith', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_smith', 'id'), + forged: BuiltValueNullFieldError.checkNotNull(forged, + r'GAccountsByPkData_account_identity_smith', 'forged'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GAccountsByPkData_account_identity_smith', 'index'), + lastChanged: lastChanged, + lastForged: lastForged, + smithCertIssued: smithCertIssued.build(), + smithCertReceived: smithCertReceived.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'smithCertIssued'; + smithCertIssued.build(); + _$failedField = 'smithCertReceived'; + smithCertReceived.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_identity_smith', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_linkedAccount - extends GAccountsByPkData_account_identity_linkedAccount { +class _$GAccountsByPkData_account_identity_smith_smithCertIssued + extends GAccountsByPkData_account_identity_smith_smithCertIssued { @override final String G__typename; @override final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; - factory _$GAccountsByPkData_account_identity_linkedAccount( + factory _$GAccountsByPkData_account_identity_smith_smithCertIssued( [void Function( - GAccountsByPkData_account_identity_linkedAccountBuilder)? + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder)? updates]) => - (new GAccountsByPkData_account_identity_linkedAccountBuilder() + (new GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_linkedAccount._( - {required this.G__typename, required this.id}) + _$GAccountsByPkData_account_identity_smith_smithCertIssued._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_linkedAccount', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_linkedAccount', 'id'); + G__typename, + r'GAccountsByPkData_account_identity_smith_smithCertIssued', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_smith_smithCertIssued', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_smith_smithCertIssued', + 'createdOn'); } @override - GAccountsByPkData_account_identity_linkedAccount rebuild( - void Function(GAccountsByPkData_account_identity_linkedAccountBuilder) + GAccountsByPkData_account_identity_smith_smithCertIssued rebuild( + void Function( + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_linkedAccountBuilder toBuilder() => - new GAccountsByPkData_account_identity_linkedAccountBuilder() + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder toBuilder() => + new GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_linkedAccount && + return other is GAccountsByPkData_account_identity_smith_smithCertIssued && G__typename == other.G__typename && - id == other.id; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override @@ -52983,6 +54058,9 @@ class _$GAccountsByPkData_account_identity_linkedAccount var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -52990,18 +54068,21 @@ class _$GAccountsByPkData_account_identity_linkedAccount @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_linkedAccount') + r'GAccountsByPkData_account_identity_smith_smithCertIssued') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountsByPkData_account_identity_linkedAccountBuilder +class GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder implements - Builder<GAccountsByPkData_account_identity_linkedAccount, - GAccountsByPkData_account_identity_linkedAccountBuilder> { - _$GAccountsByPkData_account_identity_linkedAccount? _$v; + Builder<GAccountsByPkData_account_identity_smith_smithCertIssued, + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder> { + _$GAccountsByPkData_account_identity_smith_smithCertIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -53011,101 +54092,148 @@ class GAccountsByPkData_account_identity_linkedAccountBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountsByPkData_account_identity_linkedAccountBuilder() { - GAccountsByPkData_account_identity_linkedAccount._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder() { + GAccountsByPkData_account_identity_smith_smithCertIssued._initializeBuilder( + this); } - GAccountsByPkData_account_identity_linkedAccountBuilder get _$this { + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_linkedAccount other) { + void replace(GAccountsByPkData_account_identity_smith_smithCertIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_linkedAccount; + _$v = other as _$GAccountsByPkData_account_identity_smith_smithCertIssued; } @override void update( - void Function(GAccountsByPkData_account_identity_linkedAccountBuilder)? + void Function( + GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_linkedAccount build() => _build(); + GAccountsByPkData_account_identity_smith_smithCertIssued build() => _build(); - _$GAccountsByPkData_account_identity_linkedAccount _build() { + _$GAccountsByPkData_account_identity_smith_smithCertIssued _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_linkedAccount._( + new _$GAccountsByPkData_account_identity_smith_smithCertIssued._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_linkedAccount', + r'GAccountsByPkData_account_identity_smith_smithCertIssued', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_linkedAccount', 'id')); + id, + r'GAccountsByPkData_account_identity_smith_smithCertIssued', + 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_smith_smithCertIssued', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_linkedAccountAggregate - extends GAccountsByPkData_account_identity_linkedAccountAggregate { +class _$GAccountsByPkData_account_identity_smith_smithCertReceived + extends GAccountsByPkData_account_identity_smith_smithCertReceived { @override final String G__typename; @override - final GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate? - aggregate; + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; - factory _$GAccountsByPkData_account_identity_linkedAccountAggregate( + factory _$GAccountsByPkData_account_identity_smith_smithCertReceived( [void Function( - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder)? + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder)? updates]) => - (new GAccountsByPkData_account_identity_linkedAccountAggregateBuilder() + (new GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_linkedAccountAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountsByPkData_account_identity_smith_smithCertReceived._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_linkedAccountAggregate', + r'GAccountsByPkData_account_identity_smith_smithCertReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(id, + r'GAccountsByPkData_account_identity_smith_smithCertReceived', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_smith_smithCertReceived', + 'createdOn'); } @override - GAccountsByPkData_account_identity_linkedAccountAggregate rebuild( + GAccountsByPkData_account_identity_smith_smithCertReceived rebuild( void Function( - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder) + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder toBuilder() => - new GAccountsByPkData_account_identity_linkedAccountAggregateBuilder() + new GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_linkedAccountAggregate && + return other + is GAccountsByPkData_account_identity_smith_smithCertReceived && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -53113,43 +54241,55 @@ class _$GAccountsByPkData_account_identity_linkedAccountAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_linkedAccountAggregate') + r'GAccountsByPkData_account_identity_smith_smithCertReceived') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountsByPkData_account_identity_linkedAccountAggregateBuilder +class GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder implements - Builder<GAccountsByPkData_account_identity_linkedAccountAggregate, - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder> { - _$GAccountsByPkData_account_identity_linkedAccountAggregate? _$v; + Builder<GAccountsByPkData_account_identity_smith_smithCertReceived, + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder> { + _$GAccountsByPkData_account_identity_smith_smithCertReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder? - _aggregate; - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder(); - set aggregate( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder() { - GAccountsByPkData_account_identity_linkedAccountAggregate + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder() { + GAccountsByPkData_account_identity_smith_smithCertReceived ._initializeBuilder(this); } - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder get _$this { + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; @@ -53157,105 +54297,106 @@ class GAccountsByPkData_account_identity_linkedAccountAggregateBuilder @override void replace( - GAccountsByPkData_account_identity_linkedAccountAggregate other) { + GAccountsByPkData_account_identity_smith_smithCertReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_linkedAccountAggregate; + _$v = other as _$GAccountsByPkData_account_identity_smith_smithCertReceived; } @override void update( void Function( - GAccountsByPkData_account_identity_linkedAccountAggregateBuilder)? + GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_linkedAccountAggregate build() => _build(); + GAccountsByPkData_account_identity_smith_smithCertReceived build() => + _build(); - _$GAccountsByPkData_account_identity_linkedAccountAggregate _build() { - _$GAccountsByPkData_account_identity_linkedAccountAggregate _$result; - try { - _$result = _$v ?? - new _$GAccountsByPkData_account_identity_linkedAccountAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_linkedAccountAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_linkedAccountAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountsByPkData_account_identity_smith_smithCertReceived _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_identity_smith_smithCertReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_smith_smithCertReceived', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, + r'GAccountsByPkData_account_identity_smith_smithCertReceived', + 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_identity_smith_smithCertReceived', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - extends GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate { +class _$GAccountsByPkData_account_identity_udHistory + extends GAccountsByPkData_account_identity_udHistory { @override final String G__typename; @override - final int count; + final String id; + @override + final int amount; + @override + final _i2.Gtimestamptz timestamp; - factory _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate( - [void Function( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder)? + factory _$GAccountsByPkData_account_identity_udHistory( + [void Function(GAccountsByPkData_account_identity_udHistoryBuilder)? updates]) => - (new GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder() + (new GAccountsByPkData_account_identity_udHistoryBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountsByPkData_account_identity_udHistory._( + {required this.G__typename, + required this.id, + required this.amount, + required this.timestamp}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_identity_udHistory', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate', - 'G__typename'); + id, r'GAccountsByPkData_account_identity_udHistory', 'id'); BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate', - 'count'); + amount, r'GAccountsByPkData_account_identity_udHistory', 'amount'); + BuiltValueNullFieldError.checkNotNull(timestamp, + r'GAccountsByPkData_account_identity_udHistory', 'timestamp'); } @override - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate rebuild( - void Function( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder) + GAccountsByPkData_account_identity_udHistory rebuild( + void Function(GAccountsByPkData_account_identity_udHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder - toBuilder() => - new GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder() - ..replace(this); + GAccountsByPkData_account_identity_udHistoryBuilder toBuilder() => + new GAccountsByPkData_account_identity_udHistoryBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate && + return other is GAccountsByPkData_account_identity_udHistory && G__typename == other.G__typename && - count == other.count; + id == other.id && + amount == other.amount && + timestamp == other.timestamp; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -53263,155 +54404,185 @@ class _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate') + r'GAccountsByPkData_account_identity_udHistory') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('amount', amount) + ..add('timestamp', timestamp)) .toString(); } } -class GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder +class GAccountsByPkData_account_identity_udHistoryBuilder implements - Builder< - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate, - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate? _$v; + Builder<GAccountsByPkData_account_identity_udHistory, + GAccountsByPkData_account_identity_udHistoryBuilder> { + _$GAccountsByPkData_account_identity_udHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; + + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder() { - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - ._initializeBuilder(this); + GAccountsByPkData_account_identity_udHistoryBuilder() { + GAccountsByPkData_account_identity_udHistory._initializeBuilder(this); } - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder - get _$this { + GAccountsByPkData_account_identity_udHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _amount = $v.amount; + _timestamp = $v.timestamp.toBuilder(); _$v = null; } return this; } @override - void replace( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - other) { + void replace(GAccountsByPkData_account_identity_udHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate; + _$v = other as _$GAccountsByPkData_account_identity_udHistory; } @override void update( - void Function( - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregateBuilder)? + void Function(GAccountsByPkData_account_identity_udHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate build() => - _build(); + GAccountsByPkData_account_identity_udHistory build() => _build(); - _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate', - 'count')); + _$GAccountsByPkData_account_identity_udHistory _build() { + _$GAccountsByPkData_account_identity_udHistory _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_identity_udHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_identity_udHistory', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_identity_udHistory', 'id'), + amount: BuiltValueNullFieldError.checkNotNull(amount, + r'GAccountsByPkData_account_identity_udHistory', 'amount'), + timestamp: timestamp.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_identity_udHistory', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_membershipHistory - extends GAccountsByPkData_account_identity_membershipHistory { +class _$GAccountsByPkData_account_linkedIdentity + extends GAccountsByPkData_account_linkedIdentity { @override final String G__typename; @override - final int blockNumber; - @override - final String? eventId; + final String? accountId; @override - final _i2.GEventTypeEnum? eventType; + final GAccountsByPkData_account_linkedIdentity_account? account; @override final String id; @override - final String? identityId; + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GAccountsByPkData_account_identity_membershipHistory( - [void Function( - GAccountsByPkData_account_identity_membershipHistoryBuilder)? + factory _$GAccountsByPkData_account_linkedIdentity( + [void Function(GAccountsByPkData_account_linkedIdentityBuilder)? updates]) => - (new GAccountsByPkData_account_identity_membershipHistoryBuilder() - ..update(updates)) + (new GAccountsByPkData_account_linkedIdentityBuilder()..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_membershipHistory._( + _$GAccountsByPkData_account_linkedIdentity._( {required this.G__typename, - required this.blockNumber, - this.eventId, - this.eventType, + this.accountId, + this.account, required this.id, - this.identityId}) + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_membershipHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountsByPkData_account_identity_membershipHistory', 'blockNumber'); + r'GAccountsByPkData_account_linkedIdentity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_membershipHistory', 'id'); + id, r'GAccountsByPkData_account_linkedIdentity', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountsByPkData_account_linkedIdentity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountsByPkData_account_linkedIdentity', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountsByPkData_account_linkedIdentity', 'expireOn'); } @override - GAccountsByPkData_account_identity_membershipHistory rebuild( - void Function( - GAccountsByPkData_account_identity_membershipHistoryBuilder) + GAccountsByPkData_account_linkedIdentity rebuild( + void Function(GAccountsByPkData_account_linkedIdentityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_membershipHistoryBuilder toBuilder() => - new GAccountsByPkData_account_identity_membershipHistoryBuilder() - ..replace(this); + GAccountsByPkData_account_linkedIdentityBuilder toBuilder() => + new GAccountsByPkData_account_linkedIdentityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_membershipHistory && + return other is GAccountsByPkData_account_linkedIdentity && G__typename == other.G__typename && - blockNumber == other.blockNumber && - eventId == other.eventId && - eventType == other.eventType && + accountId == other.accountId && + account == other.account && id == other.id && - identityId == other.identityId; + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, eventType.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -53419,156 +54590,180 @@ class _$GAccountsByPkData_account_identity_membershipHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_membershipHistory') + r'GAccountsByPkData_account_linkedIdentity') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('eventType', eventType) + ..add('accountId', accountId) + ..add('account', account) ..add('id', id) - ..add('identityId', identityId)) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountsByPkData_account_identity_membershipHistoryBuilder +class GAccountsByPkData_account_linkedIdentityBuilder implements - Builder<GAccountsByPkData_account_identity_membershipHistory, - GAccountsByPkData_account_identity_membershipHistoryBuilder> { - _$GAccountsByPkData_account_identity_membershipHistory? _$v; + Builder<GAccountsByPkData_account_linkedIdentity, + GAccountsByPkData_account_linkedIdentityBuilder> { + _$GAccountsByPkData_account_linkedIdentity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - _i2.GEventTypeEnum? _eventType; - _i2.GEventTypeEnum? get eventType => _$this._eventType; - set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; + GAccountsByPkData_account_linkedIdentity_accountBuilder? _account; + GAccountsByPkData_account_linkedIdentity_accountBuilder get account => + _$this._account ??= + new GAccountsByPkData_account_linkedIdentity_accountBuilder(); + set account( + GAccountsByPkData_account_linkedIdentity_accountBuilder? account) => + _$this._account = account; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - GAccountsByPkData_account_identity_membershipHistoryBuilder() { - GAccountsByPkData_account_identity_membershipHistory._initializeBuilder( - this); + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountsByPkData_account_linkedIdentityBuilder() { + GAccountsByPkData_account_linkedIdentity._initializeBuilder(this); } - GAccountsByPkData_account_identity_membershipHistoryBuilder get _$this { + GAccountsByPkData_account_linkedIdentityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _eventType = $v.eventType; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _identityId = $v.identityId; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_membershipHistory other) { + void replace(GAccountsByPkData_account_linkedIdentity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_membershipHistory; + _$v = other as _$GAccountsByPkData_account_linkedIdentity; } @override void update( - void Function( - GAccountsByPkData_account_identity_membershipHistoryBuilder)? - updates) { + void Function(GAccountsByPkData_account_linkedIdentityBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_membershipHistory build() => _build(); + GAccountsByPkData_account_linkedIdentity build() => _build(); - _$GAccountsByPkData_account_identity_membershipHistory _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_membershipHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_membershipHistory', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GAccountsByPkData_account_identity_membershipHistory', - 'blockNumber'), - eventId: eventId, - eventType: eventType, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GAccountsByPkData_account_identity_membershipHistory', 'id'), - identityId: identityId); + _$GAccountsByPkData_account_linkedIdentity _build() { + _$GAccountsByPkData_account_linkedIdentity _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_linkedIdentity._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_linkedIdentity', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_linkedIdentity', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountsByPkData_account_linkedIdentity', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GAccountsByPkData_account_linkedIdentity', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountsByPkData_account_linkedIdentity', 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_linkedIdentity', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_membershipHistoryAggregate - extends GAccountsByPkData_account_identity_membershipHistoryAggregate { +class _$GAccountsByPkData_account_linkedIdentity_account + extends GAccountsByPkData_account_linkedIdentity_account { @override final String G__typename; @override - final GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate? - aggregate; + final int createdOn; - factory _$GAccountsByPkData_account_identity_membershipHistoryAggregate( + factory _$GAccountsByPkData_account_linkedIdentity_account( [void Function( - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder)? + GAccountsByPkData_account_linkedIdentity_accountBuilder)? updates]) => - (new GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder() + (new GAccountsByPkData_account_linkedIdentity_accountBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_membershipHistoryAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountsByPkData_account_linkedIdentity_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_membershipHistoryAggregate', - 'G__typename'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_linkedIdentity_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountsByPkData_account_linkedIdentity_account', 'createdOn'); } @override - GAccountsByPkData_account_identity_membershipHistoryAggregate rebuild( - void Function( - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder) + GAccountsByPkData_account_linkedIdentity_account rebuild( + void Function(GAccountsByPkData_account_linkedIdentity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder - toBuilder() => - new GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder() - ..replace(this); + GAccountsByPkData_account_linkedIdentity_accountBuilder toBuilder() => + new GAccountsByPkData_account_linkedIdentity_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountsByPkData_account_identity_membershipHistoryAggregate && + return other is GAccountsByPkData_account_linkedIdentity_account && G__typename == other.G__typename && - aggregate == other.aggregate; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -53576,152 +54771,156 @@ class _$GAccountsByPkData_account_identity_membershipHistoryAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_membershipHistoryAggregate') + r'GAccountsByPkData_account_linkedIdentity_account') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder +class GAccountsByPkData_account_linkedIdentity_accountBuilder implements - Builder<GAccountsByPkData_account_identity_membershipHistoryAggregate, - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder> { - _$GAccountsByPkData_account_identity_membershipHistoryAggregate? _$v; + Builder<GAccountsByPkData_account_linkedIdentity_account, + GAccountsByPkData_account_linkedIdentity_accountBuilder> { + _$GAccountsByPkData_account_linkedIdentity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder? - _aggregate; - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder(); - set aggregate( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder() { - GAccountsByPkData_account_identity_membershipHistoryAggregate - ._initializeBuilder(this); + GAccountsByPkData_account_linkedIdentity_accountBuilder() { + GAccountsByPkData_account_linkedIdentity_account._initializeBuilder(this); } - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder - get _$this { + GAccountsByPkData_account_linkedIdentity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GAccountsByPkData_account_identity_membershipHistoryAggregate other) { + void replace(GAccountsByPkData_account_linkedIdentity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountsByPkData_account_identity_membershipHistoryAggregate; + _$v = other as _$GAccountsByPkData_account_linkedIdentity_account; } @override void update( - void Function( - GAccountsByPkData_account_identity_membershipHistoryAggregateBuilder)? + void Function(GAccountsByPkData_account_linkedIdentity_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_membershipHistoryAggregate build() => - _build(); + GAccountsByPkData_account_linkedIdentity_account build() => _build(); - _$GAccountsByPkData_account_identity_membershipHistoryAggregate _build() { - _$GAccountsByPkData_account_identity_membershipHistoryAggregate _$result; - try { - _$result = _$v ?? - new _$GAccountsByPkData_account_identity_membershipHistoryAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_membershipHistoryAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_membershipHistoryAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountsByPkData_account_linkedIdentity_account _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_linkedIdentity_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_linkedIdentity_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_linkedIdentity_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - extends GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate { +class _$GAccountsByPkData_account_removedIdentities + extends GAccountsByPkData_account_removedIdentities { @override final String G__typename; @override - final int count; + final String? accountId; + @override + final GAccountsByPkData_account_removedIdentities_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate( - [void Function( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder)? + factory _$GAccountsByPkData_account_removedIdentities( + [void Function(GAccountsByPkData_account_removedIdentitiesBuilder)? updates]) => - (new GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder() + (new GAccountsByPkData_account_removedIdentitiesBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountsByPkData_account_removedIdentities._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_removedIdentities', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate', - 'G__typename'); + id, r'GAccountsByPkData_account_removedIdentities', 'id'); BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate', - 'count'); + isMember, r'GAccountsByPkData_account_removedIdentities', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountsByPkData_account_removedIdentities', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountsByPkData_account_removedIdentities', 'expireOn'); } @override - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate rebuild( - void Function( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder) + GAccountsByPkData_account_removedIdentities rebuild( + void Function(GAccountsByPkData_account_removedIdentitiesBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder - toBuilder() => - new GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder() - ..replace(this); + GAccountsByPkData_account_removedIdentitiesBuilder toBuilder() => + new GAccountsByPkData_account_removedIdentitiesBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate && + return other is GAccountsByPkData_account_removedIdentities && G__typename == other.G__typename && - count == other.count; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -53729,156 +54928,185 @@ class _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate') + r'GAccountsByPkData_account_removedIdentities') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder +class GAccountsByPkData_account_removedIdentitiesBuilder implements - Builder< - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate, - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate? - _$v; + Builder<GAccountsByPkData_account_removedIdentities, + GAccountsByPkData_account_removedIdentitiesBuilder> { + _$GAccountsByPkData_account_removedIdentities? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder() { - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - ._initializeBuilder(this); + GAccountsByPkData_account_removedIdentities_accountBuilder? _account; + GAccountsByPkData_account_removedIdentities_accountBuilder get account => + _$this._account ??= + new GAccountsByPkData_account_removedIdentities_accountBuilder(); + set account( + GAccountsByPkData_account_removedIdentities_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountsByPkData_account_removedIdentitiesBuilder() { + GAccountsByPkData_account_removedIdentities._initializeBuilder(this); } - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder - get _$this { + GAccountsByPkData_account_removedIdentitiesBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - other) { + void replace(GAccountsByPkData_account_removedIdentities other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate; + _$v = other as _$GAccountsByPkData_account_removedIdentities; } @override void update( - void Function( - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregateBuilder)? + void Function(GAccountsByPkData_account_removedIdentitiesBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - build() => _build(); - - _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_identity_membershipHistoryAggregate_aggregate', - 'count')); + GAccountsByPkData_account_removedIdentities build() => _build(); + + _$GAccountsByPkData_account_removedIdentities _build() { + _$GAccountsByPkData_account_removedIdentities _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_removedIdentities._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_removedIdentities', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_removedIdentities', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountsByPkData_account_removedIdentities', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GAccountsByPkData_account_removedIdentities', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountsByPkData_account_removedIdentities', 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_removedIdentities', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_ownerKeyChange - extends GAccountsByPkData_account_identity_ownerKeyChange { +class _$GAccountsByPkData_account_removedIdentities_account + extends GAccountsByPkData_account_removedIdentities_account { @override final String G__typename; @override - final String id; - @override - final int blockNumber; - @override - final String? identityId; - @override - final String? nextId; - @override - final String? previousId; + final int createdOn; - factory _$GAccountsByPkData_account_identity_ownerKeyChange( + factory _$GAccountsByPkData_account_removedIdentities_account( [void Function( - GAccountsByPkData_account_identity_ownerKeyChangeBuilder)? + GAccountsByPkData_account_removedIdentities_accountBuilder)? updates]) => - (new GAccountsByPkData_account_identity_ownerKeyChangeBuilder() + (new GAccountsByPkData_account_removedIdentities_accountBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_ownerKeyChange._( - {required this.G__typename, - required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + _$GAccountsByPkData_account_removedIdentities_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_ownerKeyChange', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_ownerKeyChange', 'id'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountsByPkData_account_identity_ownerKeyChange', 'blockNumber'); + r'GAccountsByPkData_account_removedIdentities_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountsByPkData_account_removedIdentities_account', 'createdOn'); } @override - GAccountsByPkData_account_identity_ownerKeyChange rebuild( + GAccountsByPkData_account_removedIdentities_account rebuild( void Function( - GAccountsByPkData_account_identity_ownerKeyChangeBuilder) + GAccountsByPkData_account_removedIdentities_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_ownerKeyChangeBuilder toBuilder() => - new GAccountsByPkData_account_identity_ownerKeyChangeBuilder() + GAccountsByPkData_account_removedIdentities_accountBuilder toBuilder() => + new GAccountsByPkData_account_removedIdentities_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_ownerKeyChange && + return other is GAccountsByPkData_account_removedIdentities_account && G__typename == other.G__typename && - id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -53886,145 +55114,113 @@ class _$GAccountsByPkData_account_identity_ownerKeyChange @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_ownerKeyChange') + r'GAccountsByPkData_account_removedIdentities_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountsByPkData_account_identity_ownerKeyChangeBuilder +class GAccountsByPkData_account_removedIdentities_accountBuilder implements - Builder<GAccountsByPkData_account_identity_ownerKeyChange, - GAccountsByPkData_account_identity_ownerKeyChangeBuilder> { - _$GAccountsByPkData_account_identity_ownerKeyChange? _$v; + Builder<GAccountsByPkData_account_removedIdentities_account, + GAccountsByPkData_account_removedIdentities_accountBuilder> { + _$GAccountsByPkData_account_removedIdentities_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; - - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; - - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountsByPkData_account_identity_ownerKeyChangeBuilder() { - GAccountsByPkData_account_identity_ownerKeyChange._initializeBuilder(this); + GAccountsByPkData_account_removedIdentities_accountBuilder() { + GAccountsByPkData_account_removedIdentities_account._initializeBuilder( + this); } - GAccountsByPkData_account_identity_ownerKeyChangeBuilder get _$this { + GAccountsByPkData_account_removedIdentities_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_ownerKeyChange other) { + void replace(GAccountsByPkData_account_removedIdentities_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_ownerKeyChange; + _$v = other as _$GAccountsByPkData_account_removedIdentities_account; } @override void update( - void Function(GAccountsByPkData_account_identity_ownerKeyChangeBuilder)? + void Function(GAccountsByPkData_account_removedIdentities_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_ownerKeyChange build() => _build(); + GAccountsByPkData_account_removedIdentities_account build() => _build(); - _$GAccountsByPkData_account_identity_ownerKeyChange _build() { + _$GAccountsByPkData_account_removedIdentities_account _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_ownerKeyChange._( + new _$GAccountsByPkData_account_removedIdentities_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_ownerKeyChange', + r'GAccountsByPkData_account_removedIdentities_account', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_ownerKeyChange', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GAccountsByPkData_account_identity_ownerKeyChange', - 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsByPkData_account_removedIdentities_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate - extends GAccountsByPkData_account_identity_ownerKeyChangeAggregate { +class _$GAccountsByPkData_account_removedIdentitiesAggregate + extends GAccountsByPkData_account_removedIdentitiesAggregate { @override final String G__typename; @override - final GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate? + final GAccountsByPkData_account_removedIdentitiesAggregate_aggregate? aggregate; - factory _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate( + factory _$GAccountsByPkData_account_removedIdentitiesAggregate( [void Function( - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder)? + GAccountsByPkData_account_removedIdentitiesAggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder() + (new GAccountsByPkData_account_removedIdentitiesAggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate._( + _$GAccountsByPkData_account_removedIdentitiesAggregate._( {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate', - 'G__typename'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_removedIdentitiesAggregate', 'G__typename'); } @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate rebuild( + GAccountsByPkData_account_removedIdentitiesAggregate rebuild( void Function( - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder) + GAccountsByPkData_account_removedIdentitiesAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder - toBuilder() => - new GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder() - ..replace(this); + GAccountsByPkData_account_removedIdentitiesAggregateBuilder toBuilder() => + new GAccountsByPkData_account_removedIdentitiesAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountsByPkData_account_identity_ownerKeyChangeAggregate && + return other is GAccountsByPkData_account_removedIdentitiesAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -54041,39 +55237,39 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate') + r'GAccountsByPkData_account_removedIdentitiesAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder +class GAccountsByPkData_account_removedIdentitiesAggregateBuilder implements - Builder<GAccountsByPkData_account_identity_ownerKeyChangeAggregate, - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder> { - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate? _$v; + Builder<GAccountsByPkData_account_removedIdentitiesAggregate, + GAccountsByPkData_account_removedIdentitiesAggregateBuilder> { + _$GAccountsByPkData_account_removedIdentitiesAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder? + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder? _aggregate; - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder(); set aggregate( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder? + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder() { - GAccountsByPkData_account_identity_ownerKeyChangeAggregate - ._initializeBuilder(this); + GAccountsByPkData_account_removedIdentitiesAggregateBuilder() { + GAccountsByPkData_account_removedIdentitiesAggregate._initializeBuilder( + this); } - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder get _$this { + GAccountsByPkData_account_removedIdentitiesAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -54084,32 +55280,30 @@ class GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder } @override - void replace( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate other) { + void replace(GAccountsByPkData_account_removedIdentitiesAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate; + _$v = other as _$GAccountsByPkData_account_removedIdentitiesAggregate; } @override void update( void Function( - GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder)? + GAccountsByPkData_account_removedIdentitiesAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate build() => - _build(); + GAccountsByPkData_account_removedIdentitiesAggregate build() => _build(); - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate _build() { - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate _$result; + _$GAccountsByPkData_account_removedIdentitiesAggregate _build() { + _$GAccountsByPkData_account_removedIdentitiesAggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate._( + new _$GAccountsByPkData_account_removedIdentitiesAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate', + r'GAccountsByPkData_account_removedIdentitiesAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -54119,7 +55313,7 @@ class GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate', + r'GAccountsByPkData_account_removedIdentitiesAggregate', _$failedField, e.toString()); } @@ -54130,52 +55324,52 @@ class GAccountsByPkData_account_identity_ownerKeyChangeAggregateBuilder } } -class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - extends GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate { +class _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate + extends GAccountsByPkData_account_removedIdentitiesAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate( + factory _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate( [void Function( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder)? updates]) => - (new GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() + (new GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate._( + _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate', + r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate', + r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate', 'count'); } @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate rebuild( + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate rebuild( void Function( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder) + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder toBuilder() => - new GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() + new GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate && + is GAccountsByPkData_account_removedIdentitiesAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -54192,19 +55386,18 @@ class _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate') + r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder +class GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder implements - Builder< - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate, - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate? _$v; + Builder<GAccountsByPkData_account_removedIdentitiesAggregate_aggregate, + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -54214,12 +55407,12 @@ class GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilde int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() { - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder() { + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate ._initializeBuilder(this); } - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -54232,343 +55425,115 @@ class GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilde @override void replace( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - other) { + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate; - } - - @override - void update( - void Function( - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregateBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - build() => _build(); - - _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_identity_ownerKeyChangeAggregate_aggregate', - 'count')); - replace(_$result); - return _$result; - } -} - -class _$GAccountsByPkData_account_identity_smith - extends GAccountsByPkData_account_identity_smith { - @override - final String G__typename; - @override - final String id; - @override - final int forged; - @override - final int index; - @override - final int? lastChanged; - @override - final int? lastForged; - @override - final BuiltList<GAccountsByPkData_account_identity_smith_smithCertIssued> - smithCertIssued; - @override - final BuiltList<GAccountsByPkData_account_identity_smith_smithCertReceived> - smithCertReceived; - - factory _$GAccountsByPkData_account_identity_smith( - [void Function(GAccountsByPkData_account_identity_smithBuilder)? - updates]) => - (new GAccountsByPkData_account_identity_smithBuilder()..update(updates)) - ._build(); - - _$GAccountsByPkData_account_identity_smith._( - {required this.G__typename, - required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) - : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_smith', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_smith', 'id'); - BuiltValueNullFieldError.checkNotNull( - forged, r'GAccountsByPkData_account_identity_smith', 'forged'); - BuiltValueNullFieldError.checkNotNull( - index, r'GAccountsByPkData_account_identity_smith', 'index'); - BuiltValueNullFieldError.checkNotNull(smithCertIssued, - r'GAccountsByPkData_account_identity_smith', 'smithCertIssued'); - BuiltValueNullFieldError.checkNotNull(smithCertReceived, - r'GAccountsByPkData_account_identity_smith', 'smithCertReceived'); - } - - @override - GAccountsByPkData_account_identity_smith rebuild( - void Function(GAccountsByPkData_account_identity_smithBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GAccountsByPkData_account_identity_smithBuilder toBuilder() => - new GAccountsByPkData_account_identity_smithBuilder()..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_smith && - G__typename == other.G__typename && - id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_smith') - ..add('G__typename', G__typename) - ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) - .toString(); - } -} - -class GAccountsByPkData_account_identity_smithBuilder - implements - Builder<GAccountsByPkData_account_identity_smith, - GAccountsByPkData_account_identity_smithBuilder> { - _$GAccountsByPkData_account_identity_smith? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; - - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; - - ListBuilder<GAccountsByPkData_account_identity_smith_smithCertIssued>? - _smithCertIssued; - ListBuilder<GAccountsByPkData_account_identity_smith_smithCertIssued> - get smithCertIssued => _$this._smithCertIssued ??= new ListBuilder< - GAccountsByPkData_account_identity_smith_smithCertIssued>(); - set smithCertIssued( - ListBuilder<GAccountsByPkData_account_identity_smith_smithCertIssued>? - smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; - - ListBuilder<GAccountsByPkData_account_identity_smith_smithCertReceived>? - _smithCertReceived; - ListBuilder<GAccountsByPkData_account_identity_smith_smithCertReceived> - get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< - GAccountsByPkData_account_identity_smith_smithCertReceived>(); - set smithCertReceived( - ListBuilder< - GAccountsByPkData_account_identity_smith_smithCertReceived>? - smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; - - GAccountsByPkData_account_identity_smithBuilder() { - GAccountsByPkData_account_identity_smith._initializeBuilder(this); - } - - GAccountsByPkData_account_identity_smithBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); - _$v = null; - } - return this; - } - - @override - void replace(GAccountsByPkData_account_identity_smith other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_smith; - } - - @override - void update( - void Function(GAccountsByPkData_account_identity_smithBuilder)? updates) { - if (updates != null) updates(this); + as _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate; } - - @override - GAccountsByPkData_account_identity_smith build() => _build(); - - _$GAccountsByPkData_account_identity_smith _build() { - _$GAccountsByPkData_account_identity_smith _$result; - try { - _$result = _$v ?? - new _$GAccountsByPkData_account_identity_smith._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_smith', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_smith', 'id'), - forged: BuiltValueNullFieldError.checkNotNull(forged, - r'GAccountsByPkData_account_identity_smith', 'forged'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GAccountsByPkData_account_identity_smith', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_smith', - _$failedField, - e.toString()); - } - rethrow; - } + + @override + void update( + void Function( + GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountsByPkData_account_removedIdentitiesAggregate_aggregate build() => + _build(); + + _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_smith_smithCertIssued - extends GAccountsByPkData_account_identity_smith_smithCertIssued { +class _$GAccountsByPkData_account_transfersIssued + extends GAccountsByPkData_account_transfersIssued { @override final String G__typename; @override - final String id; + final int blockNumber; @override - final String? issuerId; + final _i2.Gtimestamptz timestamp; @override - final String? receiverId; + final int amount; @override - final int createdOn; + final GAccountsByPkData_account_transfersIssued_to? to; + @override + final GAccountsByPkData_account_transfersIssued_from? from; + @override + final GAccountsByPkData_account_transfersIssued_comment? comment; - factory _$GAccountsByPkData_account_identity_smith_smithCertIssued( - [void Function( - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder)? + factory _$GAccountsByPkData_account_transfersIssued( + [void Function(GAccountsByPkData_account_transfersIssuedBuilder)? updates]) => - (new GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder() - ..update(updates)) + (new GAccountsByPkData_account_transfersIssuedBuilder()..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_smith_smithCertIssued._( + _$GAccountsByPkData_account_transfersIssued._( {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + required this.blockNumber, + required this.timestamp, + required this.amount, + this.to, + this.from, + this.comment}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_transfersIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountsByPkData_account_transfersIssued', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_smith_smithCertIssued', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_smith_smithCertIssued', 'id'); + timestamp, r'GAccountsByPkData_account_transfersIssued', 'timestamp'); BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountsByPkData_account_identity_smith_smithCertIssued', - 'createdOn'); + amount, r'GAccountsByPkData_account_transfersIssued', 'amount'); } @override - GAccountsByPkData_account_identity_smith_smithCertIssued rebuild( - void Function( - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder) + GAccountsByPkData_account_transfersIssued rebuild( + void Function(GAccountsByPkData_account_transfersIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder toBuilder() => - new GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder() - ..replace(this); + GAccountsByPkData_account_transfersIssuedBuilder toBuilder() => + new GAccountsByPkData_account_transfersIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_smith_smithCertIssued && + return other is GAccountsByPkData_account_transfersIssued && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + blockNumber == other.blockNumber && + timestamp == other.timestamp && + amount == other.amount && + to == other.to && + from == other.from && + comment == other.comment; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, to.hashCode); + _$hash = $jc(_$hash, from.hashCode); + _$hash = $jc(_$hash, comment.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -54576,162 +55541,177 @@ class _$GAccountsByPkData_account_identity_smith_smithCertIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_smith_smithCertIssued') + r'GAccountsByPkData_account_transfersIssued') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('blockNumber', blockNumber) + ..add('timestamp', timestamp) + ..add('amount', amount) + ..add('to', to) + ..add('from', from) + ..add('comment', comment)) .toString(); } } -class GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder +class GAccountsByPkData_account_transfersIssuedBuilder implements - Builder<GAccountsByPkData_account_identity_smith_smithCertIssued, - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder> { - _$GAccountsByPkData_account_identity_smith_smithCertIssued? _$v; + Builder<GAccountsByPkData_account_transfersIssued, + GAccountsByPkData_account_transfersIssuedBuilder> { + _$GAccountsByPkData_account_transfersIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + GAccountsByPkData_account_transfersIssued_toBuilder? _to; + GAccountsByPkData_account_transfersIssued_toBuilder get to => + _$this._to ??= new GAccountsByPkData_account_transfersIssued_toBuilder(); + set to(GAccountsByPkData_account_transfersIssued_toBuilder? to) => + _$this._to = to; - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder() { - GAccountsByPkData_account_identity_smith_smithCertIssued._initializeBuilder( - this); + GAccountsByPkData_account_transfersIssued_fromBuilder? _from; + GAccountsByPkData_account_transfersIssued_fromBuilder get from => + _$this._from ??= + new GAccountsByPkData_account_transfersIssued_fromBuilder(); + set from(GAccountsByPkData_account_transfersIssued_fromBuilder? from) => + _$this._from = from; + + GAccountsByPkData_account_transfersIssued_commentBuilder? _comment; + GAccountsByPkData_account_transfersIssued_commentBuilder get comment => + _$this._comment ??= + new GAccountsByPkData_account_transfersIssued_commentBuilder(); + set comment( + GAccountsByPkData_account_transfersIssued_commentBuilder? comment) => + _$this._comment = comment; + + GAccountsByPkData_account_transfersIssuedBuilder() { + GAccountsByPkData_account_transfersIssued._initializeBuilder(this); } - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder get _$this { + GAccountsByPkData_account_transfersIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _blockNumber = $v.blockNumber; + _timestamp = $v.timestamp.toBuilder(); + _amount = $v.amount; + _to = $v.to?.toBuilder(); + _from = $v.from?.toBuilder(); + _comment = $v.comment?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_smith_smithCertIssued other) { + void replace(GAccountsByPkData_account_transfersIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_smith_smithCertIssued; + _$v = other as _$GAccountsByPkData_account_transfersIssued; } @override void update( - void Function( - GAccountsByPkData_account_identity_smith_smithCertIssuedBuilder)? + void Function(GAccountsByPkData_account_transfersIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_smith_smithCertIssued build() => _build(); + GAccountsByPkData_account_transfersIssued build() => _build(); - _$GAccountsByPkData_account_identity_smith_smithCertIssued _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_smith_smithCertIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_smith_smithCertIssued', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountsByPkData_account_identity_smith_smithCertIssued', - 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountsByPkData_account_identity_smith_smithCertIssued', - 'createdOn')); + _$GAccountsByPkData_account_transfersIssued _build() { + _$GAccountsByPkData_account_transfersIssued _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_transfersIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_transfersIssued', 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountsByPkData_account_transfersIssued', 'blockNumber'), + timestamp: timestamp.build(), + amount: BuiltValueNullFieldError.checkNotNull(amount, + r'GAccountsByPkData_account_transfersIssued', 'amount'), + to: _to?.build(), + from: _from?.build(), + comment: _comment?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + + _$failedField = 'to'; + _to?.build(); + _$failedField = 'from'; + _from?.build(); + _$failedField = 'comment'; + _comment?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_transfersIssued', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_smith_smithCertReceived - extends GAccountsByPkData_account_identity_smith_smithCertReceived { +class _$GAccountsByPkData_account_transfersIssued_to + extends GAccountsByPkData_account_transfersIssued_to { @override final String G__typename; @override final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override - final int createdOn; - factory _$GAccountsByPkData_account_identity_smith_smithCertReceived( - [void Function( - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder)? + factory _$GAccountsByPkData_account_transfersIssued_to( + [void Function(GAccountsByPkData_account_transfersIssued_toBuilder)? updates]) => - (new GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder() + (new GAccountsByPkData_account_transfersIssued_toBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_smith_smithCertReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GAccountsByPkData_account_transfersIssued_to._( + {required this.G__typename, required this.id}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_transfersIssued_to', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_smith_smithCertReceived', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, - r'GAccountsByPkData_account_identity_smith_smithCertReceived', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountsByPkData_account_identity_smith_smithCertReceived', - 'createdOn'); + id, r'GAccountsByPkData_account_transfersIssued_to', 'id'); } @override - GAccountsByPkData_account_identity_smith_smithCertReceived rebuild( - void Function( - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder) + GAccountsByPkData_account_transfersIssued_to rebuild( + void Function(GAccountsByPkData_account_transfersIssued_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder - toBuilder() => - new GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder() - ..replace(this); + GAccountsByPkData_account_transfersIssued_toBuilder toBuilder() => + new GAccountsByPkData_account_transfersIssued_toBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountsByPkData_account_identity_smith_smithCertReceived && + return other is GAccountsByPkData_account_transfersIssued_to && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + id == other.id; } @override @@ -54739,9 +55719,6 @@ class _$GAccountsByPkData_account_identity_smith_smithCertReceived var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -54749,21 +55726,18 @@ class _$GAccountsByPkData_account_identity_smith_smithCertReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_smith_smithCertReceived') + r'GAccountsByPkData_account_transfersIssued_to') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('id', id)) .toString(); } } -class GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder +class GAccountsByPkData_account_transfersIssued_toBuilder implements - Builder<GAccountsByPkData_account_identity_smith_smithCertReceived, - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder> { - _$GAccountsByPkData_account_identity_smith_smithCertReceived? _$v; + Builder<GAccountsByPkData_account_transfersIssued_to, + GAccountsByPkData_account_transfersIssued_toBuilder> { + _$GAccountsByPkData_account_transfersIssued_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -54773,129 +55747,88 @@ class GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder() { - GAccountsByPkData_account_identity_smith_smithCertReceived - ._initializeBuilder(this); + GAccountsByPkData_account_transfersIssued_toBuilder() { + GAccountsByPkData_account_transfersIssued_to._initializeBuilder(this); } - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder get _$this { + GAccountsByPkData_account_transfersIssued_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GAccountsByPkData_account_identity_smith_smithCertReceived other) { + void replace(GAccountsByPkData_account_transfersIssued_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_smith_smithCertReceived; + _$v = other as _$GAccountsByPkData_account_transfersIssued_to; } @override void update( - void Function( - GAccountsByPkData_account_identity_smith_smithCertReceivedBuilder)? + void Function(GAccountsByPkData_account_transfersIssued_toBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_smith_smithCertReceived build() => - _build(); + GAccountsByPkData_account_transfersIssued_to build() => _build(); - _$GAccountsByPkData_account_identity_smith_smithCertReceived _build() { + _$GAccountsByPkData_account_transfersIssued_to _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_identity_smith_smithCertReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_smith_smithCertReceived', - 'G__typename'), + new _$GAccountsByPkData_account_transfersIssued_to._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_transfersIssued_to', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, - r'GAccountsByPkData_account_identity_smith_smithCertReceived', - 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountsByPkData_account_identity_smith_smithCertReceived', - 'createdOn')); + id, r'GAccountsByPkData_account_transfersIssued_to', 'id')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_identity_udHistory - extends GAccountsByPkData_account_identity_udHistory { +class _$GAccountsByPkData_account_transfersIssued_from + extends GAccountsByPkData_account_transfersIssued_from { @override final String G__typename; @override final String id; - @override - final int amount; - @override - final _i2.Gtimestamptz timestamp; - factory _$GAccountsByPkData_account_identity_udHistory( - [void Function(GAccountsByPkData_account_identity_udHistoryBuilder)? + factory _$GAccountsByPkData_account_transfersIssued_from( + [void Function(GAccountsByPkData_account_transfersIssued_fromBuilder)? updates]) => - (new GAccountsByPkData_account_identity_udHistoryBuilder() + (new GAccountsByPkData_account_transfersIssued_fromBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_identity_udHistory._( - {required this.G__typename, - required this.id, - required this.amount, - required this.timestamp}) + _$GAccountsByPkData_account_transfersIssued_from._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_identity_udHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_udHistory', 'id'); + r'GAccountsByPkData_account_transfersIssued_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountsByPkData_account_identity_udHistory', 'amount'); - BuiltValueNullFieldError.checkNotNull(timestamp, - r'GAccountsByPkData_account_identity_udHistory', 'timestamp'); + id, r'GAccountsByPkData_account_transfersIssued_from', 'id'); } @override - GAccountsByPkData_account_identity_udHistory rebuild( - void Function(GAccountsByPkData_account_identity_udHistoryBuilder) + GAccountsByPkData_account_transfersIssued_from rebuild( + void Function(GAccountsByPkData_account_transfersIssued_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_identity_udHistoryBuilder toBuilder() => - new GAccountsByPkData_account_identity_udHistoryBuilder()..replace(this); + GAccountsByPkData_account_transfersIssued_fromBuilder toBuilder() => + new GAccountsByPkData_account_transfersIssued_fromBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_identity_udHistory && + return other is GAccountsByPkData_account_transfersIssued_from && G__typename == other.G__typename && - id == other.id && - amount == other.amount && - timestamp == other.timestamp; + id == other.id; } @override @@ -54903,8 +55836,6 @@ class _$GAccountsByPkData_account_identity_udHistory var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -54912,20 +55843,18 @@ class _$GAccountsByPkData_account_identity_udHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_identity_udHistory') + r'GAccountsByPkData_account_transfersIssued_from') ..add('G__typename', G__typename) - ..add('id', id) - ..add('amount', amount) - ..add('timestamp', timestamp)) + ..add('id', id)) .toString(); } } -class GAccountsByPkData_account_identity_udHistoryBuilder +class GAccountsByPkData_account_transfersIssued_fromBuilder implements - Builder<GAccountsByPkData_account_identity_udHistory, - GAccountsByPkData_account_identity_udHistoryBuilder> { - _$GAccountsByPkData_account_identity_udHistory? _$v; + Builder<GAccountsByPkData_account_transfersIssued_from, + GAccountsByPkData_account_transfersIssued_fromBuilder> { + _$GAccountsByPkData_account_transfersIssued_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -54935,150 +55864,99 @@ class GAccountsByPkData_account_identity_udHistoryBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; - - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; - - GAccountsByPkData_account_identity_udHistoryBuilder() { - GAccountsByPkData_account_identity_udHistory._initializeBuilder(this); + GAccountsByPkData_account_transfersIssued_fromBuilder() { + GAccountsByPkData_account_transfersIssued_from._initializeBuilder(this); } - GAccountsByPkData_account_identity_udHistoryBuilder get _$this { + GAccountsByPkData_account_transfersIssued_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _amount = $v.amount; - _timestamp = $v.timestamp.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_identity_udHistory other) { + void replace(GAccountsByPkData_account_transfersIssued_from other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_identity_udHistory; + _$v = other as _$GAccountsByPkData_account_transfersIssued_from; } @override void update( - void Function(GAccountsByPkData_account_identity_udHistoryBuilder)? + void Function(GAccountsByPkData_account_transfersIssued_fromBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_identity_udHistory build() => _build(); + GAccountsByPkData_account_transfersIssued_from build() => _build(); - _$GAccountsByPkData_account_identity_udHistory _build() { - _$GAccountsByPkData_account_identity_udHistory _$result; - try { - _$result = _$v ?? - new _$GAccountsByPkData_account_identity_udHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_identity_udHistory', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_identity_udHistory', 'id'), - amount: BuiltValueNullFieldError.checkNotNull(amount, - r'GAccountsByPkData_account_identity_udHistory', 'amount'), - timestamp: timestamp.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'timestamp'; - timestamp.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_identity_udHistory', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountsByPkData_account_transfersIssued_from _build() { + final _$result = _$v ?? + new _$GAccountsByPkData_account_transfersIssued_from._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_transfersIssued_from', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsByPkData_account_transfersIssued_from', 'id')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_linkedIdentity - extends GAccountsByPkData_account_linkedIdentity { +class _$GAccountsByPkData_account_transfersIssued_comment + extends GAccountsByPkData_account_transfersIssued_comment { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final String remark; - factory _$GAccountsByPkData_account_linkedIdentity( - [void Function(GAccountsByPkData_account_linkedIdentityBuilder)? + factory _$GAccountsByPkData_account_transfersIssued_comment( + [void Function( + GAccountsByPkData_account_transfersIssued_commentBuilder)? updates]) => - (new GAccountsByPkData_account_linkedIdentityBuilder()..update(updates)) + (new GAccountsByPkData_account_transfersIssued_commentBuilder() + ..update(updates)) ._build(); - _$GAccountsByPkData_account_linkedIdentity._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountsByPkData_account_transfersIssued_comment._( + {required this.G__typename, required this.remark}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_linkedIdentity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_linkedIdentity', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountsByPkData_account_linkedIdentity', 'isMember'); + r'GAccountsByPkData_account_transfersIssued_comment', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountsByPkData_account_linkedIdentity', 'name'); + remark, r'GAccountsByPkData_account_transfersIssued_comment', 'remark'); } @override - GAccountsByPkData_account_linkedIdentity rebuild( - void Function(GAccountsByPkData_account_linkedIdentityBuilder) + GAccountsByPkData_account_transfersIssued_comment rebuild( + void Function( + GAccountsByPkData_account_transfersIssued_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_linkedIdentityBuilder toBuilder() => - new GAccountsByPkData_account_linkedIdentityBuilder()..replace(this); + GAccountsByPkData_account_transfersIssued_commentBuilder toBuilder() => + new GAccountsByPkData_account_transfersIssued_commentBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_linkedIdentity && + return other is GAccountsByPkData_account_transfersIssued_comment && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + remark == other.remark; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, remark.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -55086,169 +55964,120 @@ class _$GAccountsByPkData_account_linkedIdentity @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_linkedIdentity') + r'GAccountsByPkData_account_transfersIssued_comment') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('remark', remark)) .toString(); } } -class GAccountsByPkData_account_linkedIdentityBuilder +class GAccountsByPkData_account_transfersIssued_commentBuilder implements - Builder<GAccountsByPkData_account_linkedIdentity, - GAccountsByPkData_account_linkedIdentityBuilder> { - _$GAccountsByPkData_account_linkedIdentity? _$v; + Builder<GAccountsByPkData_account_transfersIssued_comment, + GAccountsByPkData_account_transfersIssued_commentBuilder> { + _$GAccountsByPkData_account_transfersIssued_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - GAccountsByPkData_account_linkedIdentityBuilder() { - GAccountsByPkData_account_linkedIdentity._initializeBuilder(this); + GAccountsByPkData_account_transfersIssued_commentBuilder() { + GAccountsByPkData_account_transfersIssued_comment._initializeBuilder(this); } - GAccountsByPkData_account_linkedIdentityBuilder get _$this { + GAccountsByPkData_account_transfersIssued_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _remark = $v.remark; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_linkedIdentity other) { + void replace(GAccountsByPkData_account_transfersIssued_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_linkedIdentity; + _$v = other as _$GAccountsByPkData_account_transfersIssued_comment; } @override void update( - void Function(GAccountsByPkData_account_linkedIdentityBuilder)? updates) { + void Function(GAccountsByPkData_account_transfersIssued_commentBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_linkedIdentity build() => _build(); + GAccountsByPkData_account_transfersIssued_comment build() => _build(); - _$GAccountsByPkData_account_linkedIdentity _build() { + _$GAccountsByPkData_account_transfersIssued_comment _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_linkedIdentity._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_linkedIdentity', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_linkedIdentity', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountsByPkData_account_linkedIdentity', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GAccountsByPkData_account_linkedIdentity', 'name')); + new _$GAccountsByPkData_account_transfersIssued_comment._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_transfersIssued_comment', + 'G__typename'), + remark: BuiltValueNullFieldError.checkNotNull( + remark, + r'GAccountsByPkData_account_transfersIssued_comment', + 'remark')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_removedIdentities - extends GAccountsByPkData_account_removedIdentities { +class _$GAccountsByPkData_account_transfersIssuedAggregate + extends GAccountsByPkData_account_transfersIssuedAggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final GAccountsByPkData_account_transfersIssuedAggregate_aggregate? aggregate; - factory _$GAccountsByPkData_account_removedIdentities( - [void Function(GAccountsByPkData_account_removedIdentitiesBuilder)? + factory _$GAccountsByPkData_account_transfersIssuedAggregate( + [void Function( + GAccountsByPkData_account_transfersIssuedAggregateBuilder)? updates]) => - (new GAccountsByPkData_account_removedIdentitiesBuilder() + (new GAccountsByPkData_account_transfersIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_removedIdentities._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountsByPkData_account_transfersIssuedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_removedIdentities', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_removedIdentities', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountsByPkData_account_removedIdentities', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, r'GAccountsByPkData_account_removedIdentities', 'name'); + r'GAccountsByPkData_account_transfersIssuedAggregate', 'G__typename'); } @override - GAccountsByPkData_account_removedIdentities rebuild( - void Function(GAccountsByPkData_account_removedIdentitiesBuilder) + GAccountsByPkData_account_transfersIssuedAggregate rebuild( + void Function( + GAccountsByPkData_account_transfersIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_removedIdentitiesBuilder toBuilder() => - new GAccountsByPkData_account_removedIdentitiesBuilder()..replace(this); + GAccountsByPkData_account_transfersIssuedAggregateBuilder toBuilder() => + new GAccountsByPkData_account_transfersIssuedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_removedIdentities && + return other is GAccountsByPkData_account_transfersIssuedAggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -55256,147 +56085,150 @@ class _$GAccountsByPkData_account_removedIdentities @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_removedIdentities') + r'GAccountsByPkData_account_transfersIssuedAggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountsByPkData_account_removedIdentitiesBuilder +class GAccountsByPkData_account_transfersIssuedAggregateBuilder implements - Builder<GAccountsByPkData_account_removedIdentities, - GAccountsByPkData_account_removedIdentitiesBuilder> { - _$GAccountsByPkData_account_removedIdentities? _$v; + Builder<GAccountsByPkData_account_transfersIssuedAggregate, + GAccountsByPkData_account_transfersIssuedAggregateBuilder> { + _$GAccountsByPkData_account_transfersIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder? + _aggregate; + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder(); + set aggregate( + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountsByPkData_account_removedIdentitiesBuilder() { - GAccountsByPkData_account_removedIdentities._initializeBuilder(this); + GAccountsByPkData_account_transfersIssuedAggregateBuilder() { + GAccountsByPkData_account_transfersIssuedAggregate._initializeBuilder(this); } - GAccountsByPkData_account_removedIdentitiesBuilder get _$this { + GAccountsByPkData_account_transfersIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_removedIdentities other) { + void replace(GAccountsByPkData_account_transfersIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_removedIdentities; + _$v = other as _$GAccountsByPkData_account_transfersIssuedAggregate; } @override void update( - void Function(GAccountsByPkData_account_removedIdentitiesBuilder)? + void Function(GAccountsByPkData_account_transfersIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_removedIdentities build() => _build(); + GAccountsByPkData_account_transfersIssuedAggregate build() => _build(); - _$GAccountsByPkData_account_removedIdentities _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_removedIdentities._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_removedIdentities', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_removedIdentities', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountsByPkData_account_removedIdentities', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GAccountsByPkData_account_removedIdentities', 'name')); + _$GAccountsByPkData_account_transfersIssuedAggregate _build() { + _$GAccountsByPkData_account_transfersIssuedAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_transfersIssuedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_transfersIssuedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_transfersIssuedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_removedIdentitiesAggregate - extends GAccountsByPkData_account_removedIdentitiesAggregate { +class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate + extends GAccountsByPkData_account_transfersIssuedAggregate_aggregate { @override final String G__typename; @override - final GAccountsByPkData_account_removedIdentitiesAggregate_aggregate? - aggregate; + final GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum? sum; + @override + final int count; - factory _$GAccountsByPkData_account_removedIdentitiesAggregate( + factory _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate( [void Function( - GAccountsByPkData_account_removedIdentitiesAggregateBuilder)? + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder)? updates]) => - (new GAccountsByPkData_account_removedIdentitiesAggregateBuilder() + (new GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_removedIdentitiesAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate._( + {required this.G__typename, this.sum, required this.count}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_removedIdentitiesAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', + 'count'); } @override - GAccountsByPkData_account_removedIdentitiesAggregate rebuild( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate rebuild( void Function( - GAccountsByPkData_account_removedIdentitiesAggregateBuilder) + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_removedIdentitiesAggregateBuilder toBuilder() => - new GAccountsByPkData_account_removedIdentitiesAggregateBuilder() - ..replace(this); + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder + toBuilder() => + new GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_removedIdentitiesAggregate && + return other + is GAccountsByPkData_account_transfersIssuedAggregate_aggregate && G__typename == other.G__typename && - aggregate == other.aggregate; + sum == other.sum && + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, sum.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -55404,83 +56236,96 @@ class _$GAccountsByPkData_account_removedIdentitiesAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_removedIdentitiesAggregate') + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('sum', sum) + ..add('count', count)) .toString(); } } -class GAccountsByPkData_account_removedIdentitiesAggregateBuilder +class GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder implements - Builder<GAccountsByPkData_account_removedIdentitiesAggregate, - GAccountsByPkData_account_removedIdentitiesAggregateBuilder> { - _$GAccountsByPkData_account_removedIdentitiesAggregate? _$v; + Builder<GAccountsByPkData_account_transfersIssuedAggregate_aggregate, + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder? - _aggregate; - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder(); - set aggregate( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder? _sum; + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder + get sum => _$this._sum ??= + new GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder(); + set sum( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder? + sum) => + _$this._sum = sum; - GAccountsByPkData_account_removedIdentitiesAggregateBuilder() { - GAccountsByPkData_account_removedIdentitiesAggregate._initializeBuilder( - this); + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder() { + GAccountsByPkData_account_transfersIssuedAggregate_aggregate + ._initializeBuilder(this); } - GAccountsByPkData_account_removedIdentitiesAggregateBuilder get _$this { + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _sum = $v.sum?.toBuilder(); + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_removedIdentitiesAggregate other) { + void replace( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_removedIdentitiesAggregate; + _$v = + other as _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate; } @override void update( void Function( - GAccountsByPkData_account_removedIdentitiesAggregateBuilder)? + GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_removedIdentitiesAggregate build() => _build(); + GAccountsByPkData_account_transfersIssuedAggregate_aggregate build() => + _build(); - _$GAccountsByPkData_account_removedIdentitiesAggregate _build() { - _$GAccountsByPkData_account_removedIdentitiesAggregate _$result; + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate _build() { + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_removedIdentitiesAggregate._( + new _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_removedIdentitiesAggregate', + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', 'G__typename'), - aggregate: _aggregate?.build()); + sum: _sum?.build(), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', + 'count')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'sum'; + _sum?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_removedIdentitiesAggregate', + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', _$failedField, e.toString()); } @@ -55491,61 +56336,57 @@ class GAccountsByPkData_account_removedIdentitiesAggregateBuilder } } -class _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate - extends GAccountsByPkData_account_removedIdentitiesAggregate_aggregate { +class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum + extends GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum { @override final String G__typename; @override - final int count; + final int? amount; - factory _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate( + factory _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum( [void Function( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder)? + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder)? updates]) => - (new GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder() + (new GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum._( + {required this.G__typename, this.amount}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate', + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate', - 'count'); } @override - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate rebuild( + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum rebuild( void Function( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder) + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder toBuilder() => - new GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder() + new GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountsByPkData_account_removedIdentitiesAggregate_aggregate && + is GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum && G__typename == other.G__typename && - count == other.count; + amount == other.amount; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, amount.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -55553,38 +56394,39 @@ class _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate') + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('amount', amount)) .toString(); } } -class GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder +class GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder implements - Builder<GAccountsByPkData_account_removedIdentitiesAggregate_aggregate, - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate? _$v; + Builder< + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum, + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder> { + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder() { - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder() { + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum ._initializeBuilder(this); } - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _amount = $v.amount; _$v = null; } return this; @@ -55592,42 +56434,40 @@ class GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder @override void replace( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate other) { + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate; + as _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum; } @override void update( void Function( - GAccountsByPkData_account_removedIdentitiesAggregate_aggregateBuilder)? + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_removedIdentitiesAggregate_aggregate build() => + GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum build() => _build(); - _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate _build() { + _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_removedIdentitiesAggregate_aggregate._( + new _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate', + r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_removedIdentitiesAggregate_aggregate', - 'count')); + amount: amount); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_transfersIssued - extends GAccountsByPkData_account_transfersIssued { +class _$GAccountsByPkData_account_transfersReceived + extends GAccountsByPkData_account_transfersReceived { @override final String G__typename; @override @@ -55637,19 +56477,20 @@ class _$GAccountsByPkData_account_transfersIssued @override final int amount; @override - final GAccountsByPkData_account_transfersIssued_to? to; + final GAccountsByPkData_account_transfersReceived_to? to; @override - final GAccountsByPkData_account_transfersIssued_from? from; + final GAccountsByPkData_account_transfersReceived_from? from; @override - final GAccountsByPkData_account_transfersIssued_comment? comment; + final GAccountsByPkData_account_transfersReceived_comment? comment; - factory _$GAccountsByPkData_account_transfersIssued( - [void Function(GAccountsByPkData_account_transfersIssuedBuilder)? + factory _$GAccountsByPkData_account_transfersReceived( + [void Function(GAccountsByPkData_account_transfersReceivedBuilder)? updates]) => - (new GAccountsByPkData_account_transfersIssuedBuilder()..update(updates)) + (new GAccountsByPkData_account_transfersReceivedBuilder() + ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersIssued._( + _$GAccountsByPkData_account_transfersReceived._( {required this.G__typename, required this.blockNumber, required this.timestamp, @@ -55659,29 +56500,29 @@ class _$GAccountsByPkData_account_transfersIssued this.comment}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersIssued', 'G__typename'); + r'GAccountsByPkData_account_transfersReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountsByPkData_account_transfersIssued', 'blockNumber'); + r'GAccountsByPkData_account_transfersReceived', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - timestamp, r'GAccountsByPkData_account_transfersIssued', 'timestamp'); + timestamp, r'GAccountsByPkData_account_transfersReceived', 'timestamp'); BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountsByPkData_account_transfersIssued', 'amount'); + amount, r'GAccountsByPkData_account_transfersReceived', 'amount'); } @override - GAccountsByPkData_account_transfersIssued rebuild( - void Function(GAccountsByPkData_account_transfersIssuedBuilder) + GAccountsByPkData_account_transfersReceived rebuild( + void Function(GAccountsByPkData_account_transfersReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersIssuedBuilder toBuilder() => - new GAccountsByPkData_account_transfersIssuedBuilder()..replace(this); + GAccountsByPkData_account_transfersReceivedBuilder toBuilder() => + new GAccountsByPkData_account_transfersReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersIssued && + return other is GAccountsByPkData_account_transfersReceived && G__typename == other.G__typename && blockNumber == other.blockNumber && timestamp == other.timestamp && @@ -55708,7 +56549,7 @@ class _$GAccountsByPkData_account_transfersIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersIssued') + r'GAccountsByPkData_account_transfersReceived') ..add('G__typename', G__typename) ..add('blockNumber', blockNumber) ..add('timestamp', timestamp) @@ -55720,11 +56561,11 @@ class _$GAccountsByPkData_account_transfersIssued } } -class GAccountsByPkData_account_transfersIssuedBuilder +class GAccountsByPkData_account_transfersReceivedBuilder implements - Builder<GAccountsByPkData_account_transfersIssued, - GAccountsByPkData_account_transfersIssuedBuilder> { - _$GAccountsByPkData_account_transfersIssued? _$v; + Builder<GAccountsByPkData_account_transfersReceived, + GAccountsByPkData_account_transfersReceivedBuilder> { + _$GAccountsByPkData_account_transfersReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -55744,32 +56585,33 @@ class GAccountsByPkData_account_transfersIssuedBuilder int? get amount => _$this._amount; set amount(int? amount) => _$this._amount = amount; - GAccountsByPkData_account_transfersIssued_toBuilder? _to; - GAccountsByPkData_account_transfersIssued_toBuilder get to => - _$this._to ??= new GAccountsByPkData_account_transfersIssued_toBuilder(); - set to(GAccountsByPkData_account_transfersIssued_toBuilder? to) => + GAccountsByPkData_account_transfersReceived_toBuilder? _to; + GAccountsByPkData_account_transfersReceived_toBuilder get to => _$this._to ??= + new GAccountsByPkData_account_transfersReceived_toBuilder(); + set to(GAccountsByPkData_account_transfersReceived_toBuilder? to) => _$this._to = to; - GAccountsByPkData_account_transfersIssued_fromBuilder? _from; - GAccountsByPkData_account_transfersIssued_fromBuilder get from => + GAccountsByPkData_account_transfersReceived_fromBuilder? _from; + GAccountsByPkData_account_transfersReceived_fromBuilder get from => _$this._from ??= - new GAccountsByPkData_account_transfersIssued_fromBuilder(); - set from(GAccountsByPkData_account_transfersIssued_fromBuilder? from) => + new GAccountsByPkData_account_transfersReceived_fromBuilder(); + set from(GAccountsByPkData_account_transfersReceived_fromBuilder? from) => _$this._from = from; - GAccountsByPkData_account_transfersIssued_commentBuilder? _comment; - GAccountsByPkData_account_transfersIssued_commentBuilder get comment => + GAccountsByPkData_account_transfersReceived_commentBuilder? _comment; + GAccountsByPkData_account_transfersReceived_commentBuilder get comment => _$this._comment ??= - new GAccountsByPkData_account_transfersIssued_commentBuilder(); + new GAccountsByPkData_account_transfersReceived_commentBuilder(); set comment( - GAccountsByPkData_account_transfersIssued_commentBuilder? comment) => + GAccountsByPkData_account_transfersReceived_commentBuilder? + comment) => _$this._comment = comment; - GAccountsByPkData_account_transfersIssuedBuilder() { - GAccountsByPkData_account_transfersIssued._initializeBuilder(this); + GAccountsByPkData_account_transfersReceivedBuilder() { + GAccountsByPkData_account_transfersReceived._initializeBuilder(this); } - GAccountsByPkData_account_transfersIssuedBuilder get _$this { + GAccountsByPkData_account_transfersReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -55785,33 +56627,37 @@ class GAccountsByPkData_account_transfersIssuedBuilder } @override - void replace(GAccountsByPkData_account_transfersIssued other) { + void replace(GAccountsByPkData_account_transfersReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersIssued; + _$v = other as _$GAccountsByPkData_account_transfersReceived; } @override void update( - void Function(GAccountsByPkData_account_transfersIssuedBuilder)? + void Function(GAccountsByPkData_account_transfersReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersIssued build() => _build(); + GAccountsByPkData_account_transfersReceived build() => _build(); - _$GAccountsByPkData_account_transfersIssued _build() { - _$GAccountsByPkData_account_transfersIssued _$result; + _$GAccountsByPkData_account_transfersReceived _build() { + _$GAccountsByPkData_account_transfersReceived _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_transfersIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersIssued', 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountsByPkData_account_transfersIssued', 'blockNumber'), + new _$GAccountsByPkData_account_transfersReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_transfersReceived', + 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountsByPkData_account_transfersReceived', + 'blockNumber'), timestamp: timestamp.build(), amount: BuiltValueNullFieldError.checkNotNull(amount, - r'GAccountsByPkData_account_transfersIssued', 'amount'), + r'GAccountsByPkData_account_transfersReceived', 'amount'), to: _to?.build(), from: _from?.build(), comment: _comment?.build()); @@ -55829,7 +56675,7 @@ class GAccountsByPkData_account_transfersIssuedBuilder _comment?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_transfersIssued', + r'GAccountsByPkData_account_transfersReceived', _$failedField, e.toString()); } @@ -55840,43 +56686,44 @@ class GAccountsByPkData_account_transfersIssuedBuilder } } -class _$GAccountsByPkData_account_transfersIssued_to - extends GAccountsByPkData_account_transfersIssued_to { +class _$GAccountsByPkData_account_transfersReceived_to + extends GAccountsByPkData_account_transfersReceived_to { @override final String G__typename; @override final String id; - factory _$GAccountsByPkData_account_transfersIssued_to( - [void Function(GAccountsByPkData_account_transfersIssued_toBuilder)? + factory _$GAccountsByPkData_account_transfersReceived_to( + [void Function(GAccountsByPkData_account_transfersReceived_toBuilder)? updates]) => - (new GAccountsByPkData_account_transfersIssued_toBuilder() + (new GAccountsByPkData_account_transfersReceived_toBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersIssued_to._( + _$GAccountsByPkData_account_transfersReceived_to._( {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersIssued_to', 'G__typename'); + r'GAccountsByPkData_account_transfersReceived_to', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_transfersIssued_to', 'id'); + id, r'GAccountsByPkData_account_transfersReceived_to', 'id'); } @override - GAccountsByPkData_account_transfersIssued_to rebuild( - void Function(GAccountsByPkData_account_transfersIssued_toBuilder) + GAccountsByPkData_account_transfersReceived_to rebuild( + void Function(GAccountsByPkData_account_transfersReceived_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersIssued_toBuilder toBuilder() => - new GAccountsByPkData_account_transfersIssued_toBuilder()..replace(this); + GAccountsByPkData_account_transfersReceived_toBuilder toBuilder() => + new GAccountsByPkData_account_transfersReceived_toBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersIssued_to && + return other is GAccountsByPkData_account_transfersReceived_to && G__typename == other.G__typename && id == other.id; } @@ -55893,18 +56740,18 @@ class _$GAccountsByPkData_account_transfersIssued_to @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersIssued_to') + r'GAccountsByPkData_account_transfersReceived_to') ..add('G__typename', G__typename) ..add('id', id)) .toString(); } } -class GAccountsByPkData_account_transfersIssued_toBuilder +class GAccountsByPkData_account_transfersReceived_toBuilder implements - Builder<GAccountsByPkData_account_transfersIssued_to, - GAccountsByPkData_account_transfersIssued_toBuilder> { - _$GAccountsByPkData_account_transfersIssued_to? _$v; + Builder<GAccountsByPkData_account_transfersReceived_to, + GAccountsByPkData_account_transfersReceived_toBuilder> { + _$GAccountsByPkData_account_transfersReceived_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -55914,11 +56761,11 @@ class GAccountsByPkData_account_transfersIssued_toBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountsByPkData_account_transfersIssued_toBuilder() { - GAccountsByPkData_account_transfersIssued_to._initializeBuilder(this); + GAccountsByPkData_account_transfersReceived_toBuilder() { + GAccountsByPkData_account_transfersReceived_to._initializeBuilder(this); } - GAccountsByPkData_account_transfersIssued_toBuilder get _$this { + GAccountsByPkData_account_transfersReceived_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -55929,71 +56776,74 @@ class GAccountsByPkData_account_transfersIssued_toBuilder } @override - void replace(GAccountsByPkData_account_transfersIssued_to other) { + void replace(GAccountsByPkData_account_transfersReceived_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersIssued_to; + _$v = other as _$GAccountsByPkData_account_transfersReceived_to; } @override void update( - void Function(GAccountsByPkData_account_transfersIssued_toBuilder)? + void Function(GAccountsByPkData_account_transfersReceived_toBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersIssued_to build() => _build(); + GAccountsByPkData_account_transfersReceived_to build() => _build(); - _$GAccountsByPkData_account_transfersIssued_to _build() { + _$GAccountsByPkData_account_transfersReceived_to _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_transfersIssued_to._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersIssued_to', 'G__typename'), + new _$GAccountsByPkData_account_transfersReceived_to._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_transfersReceived_to', + 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_transfersIssued_to', 'id')); + id, r'GAccountsByPkData_account_transfersReceived_to', 'id')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_transfersIssued_from - extends GAccountsByPkData_account_transfersIssued_from { +class _$GAccountsByPkData_account_transfersReceived_from + extends GAccountsByPkData_account_transfersReceived_from { @override final String G__typename; @override final String id; - factory _$GAccountsByPkData_account_transfersIssued_from( - [void Function(GAccountsByPkData_account_transfersIssued_fromBuilder)? + factory _$GAccountsByPkData_account_transfersReceived_from( + [void Function( + GAccountsByPkData_account_transfersReceived_fromBuilder)? updates]) => - (new GAccountsByPkData_account_transfersIssued_fromBuilder() + (new GAccountsByPkData_account_transfersReceived_fromBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersIssued_from._( + _$GAccountsByPkData_account_transfersReceived_from._( {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersIssued_from', 'G__typename'); + r'GAccountsByPkData_account_transfersReceived_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_transfersIssued_from', 'id'); + id, r'GAccountsByPkData_account_transfersReceived_from', 'id'); } @override - GAccountsByPkData_account_transfersIssued_from rebuild( - void Function(GAccountsByPkData_account_transfersIssued_fromBuilder) + GAccountsByPkData_account_transfersReceived_from rebuild( + void Function(GAccountsByPkData_account_transfersReceived_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersIssued_fromBuilder toBuilder() => - new GAccountsByPkData_account_transfersIssued_fromBuilder() + GAccountsByPkData_account_transfersReceived_fromBuilder toBuilder() => + new GAccountsByPkData_account_transfersReceived_fromBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersIssued_from && + return other is GAccountsByPkData_account_transfersReceived_from && G__typename == other.G__typename && id == other.id; } @@ -56010,18 +56860,18 @@ class _$GAccountsByPkData_account_transfersIssued_from @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersIssued_from') + r'GAccountsByPkData_account_transfersReceived_from') ..add('G__typename', G__typename) ..add('id', id)) .toString(); } } -class GAccountsByPkData_account_transfersIssued_fromBuilder +class GAccountsByPkData_account_transfersReceived_fromBuilder implements - Builder<GAccountsByPkData_account_transfersIssued_from, - GAccountsByPkData_account_transfersIssued_fromBuilder> { - _$GAccountsByPkData_account_transfersIssued_from? _$v; + Builder<GAccountsByPkData_account_transfersReceived_from, + GAccountsByPkData_account_transfersReceived_fromBuilder> { + _$GAccountsByPkData_account_transfersReceived_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -56031,11 +56881,11 @@ class GAccountsByPkData_account_transfersIssued_fromBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountsByPkData_account_transfersIssued_fromBuilder() { - GAccountsByPkData_account_transfersIssued_from._initializeBuilder(this); + GAccountsByPkData_account_transfersReceived_fromBuilder() { + GAccountsByPkData_account_transfersReceived_from._initializeBuilder(this); } - GAccountsByPkData_account_transfersIssued_fromBuilder get _$this { + GAccountsByPkData_account_transfersReceived_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -56046,75 +56896,75 @@ class GAccountsByPkData_account_transfersIssued_fromBuilder } @override - void replace(GAccountsByPkData_account_transfersIssued_from other) { + void replace(GAccountsByPkData_account_transfersReceived_from other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersIssued_from; + _$v = other as _$GAccountsByPkData_account_transfersReceived_from; } @override void update( - void Function(GAccountsByPkData_account_transfersIssued_fromBuilder)? + void Function(GAccountsByPkData_account_transfersReceived_fromBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersIssued_from build() => _build(); + GAccountsByPkData_account_transfersReceived_from build() => _build(); - _$GAccountsByPkData_account_transfersIssued_from _build() { + _$GAccountsByPkData_account_transfersReceived_from _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_transfersIssued_from._( + new _$GAccountsByPkData_account_transfersReceived_from._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_transfersIssued_from', + r'GAccountsByPkData_account_transfersReceived_from', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_transfersIssued_from', 'id')); + id, r'GAccountsByPkData_account_transfersReceived_from', 'id')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_transfersIssued_comment - extends GAccountsByPkData_account_transfersIssued_comment { +class _$GAccountsByPkData_account_transfersReceived_comment + extends GAccountsByPkData_account_transfersReceived_comment { @override final String G__typename; @override final String remark; - factory _$GAccountsByPkData_account_transfersIssued_comment( + factory _$GAccountsByPkData_account_transfersReceived_comment( [void Function( - GAccountsByPkData_account_transfersIssued_commentBuilder)? + GAccountsByPkData_account_transfersReceived_commentBuilder)? updates]) => - (new GAccountsByPkData_account_transfersIssued_commentBuilder() + (new GAccountsByPkData_account_transfersReceived_commentBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersIssued_comment._( + _$GAccountsByPkData_account_transfersReceived_comment._( {required this.G__typename, required this.remark}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersIssued_comment', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - remark, r'GAccountsByPkData_account_transfersIssued_comment', 'remark'); + r'GAccountsByPkData_account_transfersReceived_comment', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(remark, + r'GAccountsByPkData_account_transfersReceived_comment', 'remark'); } @override - GAccountsByPkData_account_transfersIssued_comment rebuild( + GAccountsByPkData_account_transfersReceived_comment rebuild( void Function( - GAccountsByPkData_account_transfersIssued_commentBuilder) + GAccountsByPkData_account_transfersReceived_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersIssued_commentBuilder toBuilder() => - new GAccountsByPkData_account_transfersIssued_commentBuilder() + GAccountsByPkData_account_transfersReceived_commentBuilder toBuilder() => + new GAccountsByPkData_account_transfersReceived_commentBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersIssued_comment && + return other is GAccountsByPkData_account_transfersReceived_comment && G__typename == other.G__typename && remark == other.remark; } @@ -56131,18 +56981,18 @@ class _$GAccountsByPkData_account_transfersIssued_comment @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersIssued_comment') + r'GAccountsByPkData_account_transfersReceived_comment') ..add('G__typename', G__typename) ..add('remark', remark)) .toString(); } } -class GAccountsByPkData_account_transfersIssued_commentBuilder +class GAccountsByPkData_account_transfersReceived_commentBuilder implements - Builder<GAccountsByPkData_account_transfersIssued_comment, - GAccountsByPkData_account_transfersIssued_commentBuilder> { - _$GAccountsByPkData_account_transfersIssued_comment? _$v; + Builder<GAccountsByPkData_account_transfersReceived_comment, + GAccountsByPkData_account_transfersReceived_commentBuilder> { + _$GAccountsByPkData_account_transfersReceived_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -56152,11 +57002,12 @@ class GAccountsByPkData_account_transfersIssued_commentBuilder String? get remark => _$this._remark; set remark(String? remark) => _$this._remark = remark; - GAccountsByPkData_account_transfersIssued_commentBuilder() { - GAccountsByPkData_account_transfersIssued_comment._initializeBuilder(this); + GAccountsByPkData_account_transfersReceived_commentBuilder() { + GAccountsByPkData_account_transfersReceived_comment._initializeBuilder( + this); } - GAccountsByPkData_account_transfersIssued_commentBuilder get _$this { + GAccountsByPkData_account_transfersReceived_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -56167,75 +57018,76 @@ class GAccountsByPkData_account_transfersIssued_commentBuilder } @override - void replace(GAccountsByPkData_account_transfersIssued_comment other) { + void replace(GAccountsByPkData_account_transfersReceived_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersIssued_comment; + _$v = other as _$GAccountsByPkData_account_transfersReceived_comment; } @override void update( - void Function(GAccountsByPkData_account_transfersIssued_commentBuilder)? + void Function(GAccountsByPkData_account_transfersReceived_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersIssued_comment build() => _build(); + GAccountsByPkData_account_transfersReceived_comment build() => _build(); - _$GAccountsByPkData_account_transfersIssued_comment _build() { + _$GAccountsByPkData_account_transfersReceived_comment _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_transfersIssued_comment._( + new _$GAccountsByPkData_account_transfersReceived_comment._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_transfersIssued_comment', + r'GAccountsByPkData_account_transfersReceived_comment', 'G__typename'), remark: BuiltValueNullFieldError.checkNotNull( remark, - r'GAccountsByPkData_account_transfersIssued_comment', + r'GAccountsByPkData_account_transfersReceived_comment', 'remark')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_transfersIssuedAggregate - extends GAccountsByPkData_account_transfersIssuedAggregate { +class _$GAccountsByPkData_account_transfersReceivedAggregate + extends GAccountsByPkData_account_transfersReceivedAggregate { @override final String G__typename; @override - final GAccountsByPkData_account_transfersIssuedAggregate_aggregate? aggregate; + final GAccountsByPkData_account_transfersReceivedAggregate_aggregate? + aggregate; - factory _$GAccountsByPkData_account_transfersIssuedAggregate( + factory _$GAccountsByPkData_account_transfersReceivedAggregate( [void Function( - GAccountsByPkData_account_transfersIssuedAggregateBuilder)? + GAccountsByPkData_account_transfersReceivedAggregateBuilder)? updates]) => - (new GAccountsByPkData_account_transfersIssuedAggregateBuilder() + (new GAccountsByPkData_account_transfersReceivedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersIssuedAggregate._( + _$GAccountsByPkData_account_transfersReceivedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersIssuedAggregate', 'G__typename'); + r'GAccountsByPkData_account_transfersReceivedAggregate', 'G__typename'); } @override - GAccountsByPkData_account_transfersIssuedAggregate rebuild( + GAccountsByPkData_account_transfersReceivedAggregate rebuild( void Function( - GAccountsByPkData_account_transfersIssuedAggregateBuilder) + GAccountsByPkData_account_transfersReceivedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersIssuedAggregateBuilder toBuilder() => - new GAccountsByPkData_account_transfersIssuedAggregateBuilder() + GAccountsByPkData_account_transfersReceivedAggregateBuilder toBuilder() => + new GAccountsByPkData_account_transfersReceivedAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersIssuedAggregate && + return other is GAccountsByPkData_account_transfersReceivedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -56252,38 +57104,39 @@ class _$GAccountsByPkData_account_transfersIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersIssuedAggregate') + r'GAccountsByPkData_account_transfersReceivedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountsByPkData_account_transfersIssuedAggregateBuilder +class GAccountsByPkData_account_transfersReceivedAggregateBuilder implements - Builder<GAccountsByPkData_account_transfersIssuedAggregate, - GAccountsByPkData_account_transfersIssuedAggregateBuilder> { - _$GAccountsByPkData_account_transfersIssuedAggregate? _$v; + Builder<GAccountsByPkData_account_transfersReceivedAggregate, + GAccountsByPkData_account_transfersReceivedAggregateBuilder> { + _$GAccountsByPkData_account_transfersReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder? + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder? _aggregate; - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder(); + new GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder(); set aggregate( - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder? + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountsByPkData_account_transfersIssuedAggregateBuilder() { - GAccountsByPkData_account_transfersIssuedAggregate._initializeBuilder(this); + GAccountsByPkData_account_transfersReceivedAggregateBuilder() { + GAccountsByPkData_account_transfersReceivedAggregate._initializeBuilder( + this); } - GAccountsByPkData_account_transfersIssuedAggregateBuilder get _$this { + GAccountsByPkData_account_transfersReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -56294,29 +57147,30 @@ class GAccountsByPkData_account_transfersIssuedAggregateBuilder } @override - void replace(GAccountsByPkData_account_transfersIssuedAggregate other) { + void replace(GAccountsByPkData_account_transfersReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersIssuedAggregate; + _$v = other as _$GAccountsByPkData_account_transfersReceivedAggregate; } @override void update( - void Function(GAccountsByPkData_account_transfersIssuedAggregateBuilder)? + void Function( + GAccountsByPkData_account_transfersReceivedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersIssuedAggregate build() => _build(); + GAccountsByPkData_account_transfersReceivedAggregate build() => _build(); - _$GAccountsByPkData_account_transfersIssuedAggregate _build() { - _$GAccountsByPkData_account_transfersIssuedAggregate _$result; + _$GAccountsByPkData_account_transfersReceivedAggregate _build() { + _$GAccountsByPkData_account_transfersReceivedAggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_transfersIssuedAggregate._( + new _$GAccountsByPkData_account_transfersReceivedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_transfersIssuedAggregate', + r'GAccountsByPkData_account_transfersReceivedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -56326,7 +57180,7 @@ class GAccountsByPkData_account_transfersIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_transfersIssuedAggregate', + r'GAccountsByPkData_account_transfersReceivedAggregate', _$failedField, e.toString()); } @@ -56337,54 +57191,54 @@ class GAccountsByPkData_account_transfersIssuedAggregateBuilder } } -class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate - extends GAccountsByPkData_account_transfersIssuedAggregate_aggregate { +class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate + extends GAccountsByPkData_account_transfersReceivedAggregate_aggregate { @override final String G__typename; @override - final GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum? sum; + final GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum? sum; @override final int count; - factory _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate( + factory _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate( [void Function( - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder)? + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder)? updates]) => - (new GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder() + (new GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate._( + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate._( {required this.G__typename, this.sum, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( count, - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', 'count'); } @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate rebuild( + GAccountsByPkData_account_transfersReceivedAggregate_aggregate rebuild( void Function( - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder) + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder toBuilder() => - new GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder() + new GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountsByPkData_account_transfersIssuedAggregate_aggregate && + is GAccountsByPkData_account_transfersReceivedAggregate_aggregate && G__typename == other.G__typename && sum == other.sum && count == other.count; @@ -56403,7 +57257,7 @@ class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate') + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate') ..add('G__typename', G__typename) ..add('sum', sum) ..add('count', count)) @@ -56411,22 +57265,23 @@ class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate } } -class GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder +class GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder implements - Builder<GAccountsByPkData_account_transfersIssuedAggregate_aggregate, - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate? _$v; + Builder<GAccountsByPkData_account_transfersReceivedAggregate_aggregate, + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder? _sum; - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder? + _sum; + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder get sum => _$this._sum ??= - new GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder(); + new GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder(); set sum( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder? + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder? sum) => _$this._sum = sum; @@ -56434,12 +57289,12 @@ class GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder() { - GAccountsByPkData_account_transfersIssuedAggregate_aggregate + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder() { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate ._initializeBuilder(this); } - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { @@ -56453,37 +57308,38 @@ class GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder @override void replace( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate other) { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate; + _$v = other + as _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate; } @override void update( void Function( - GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder)? + GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate build() => + GAccountsByPkData_account_transfersReceivedAggregate_aggregate build() => _build(); - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate _build() { - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate _$result; + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate _build() { + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate._( + new _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', 'G__typename'), sum: _sum?.build(), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', 'count')); } catch (_) { late String _$failedField; @@ -56492,7 +57348,7 @@ class GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder _sum?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate', + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', _$failedField, e.toString()); } @@ -56503,48 +57359,48 @@ class GAccountsByPkData_account_transfersIssuedAggregate_aggregateBuilder } } -class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum - extends GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum { +class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum + extends GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum { @override final String G__typename; @override final int? amount; - factory _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum( + factory _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum( [void Function( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder)? + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder)? updates]) => - (new GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder() + (new GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum._( + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum._( {required this.G__typename, this.amount}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum', + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum', 'G__typename'); } @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum rebuild( + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum rebuild( void Function( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder) + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder toBuilder() => - new GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder() + new GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum && + is GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum && G__typename == other.G__typename && amount == other.amount; } @@ -56561,19 +57417,19 @@ class _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum') + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum') ..add('G__typename', G__typename) ..add('amount', amount)) .toString(); } } -class GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder +class GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder implements Builder< - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum, - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder> { - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum? _$v; + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum, + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder> { + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -56583,12 +57439,12 @@ class GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder int? get amount => _$this._amount; set amount(int? amount) => _$this._amount = amount; - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder() { - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder() { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum ._initializeBuilder(this); } - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder get _$this { final $v = _$v; if ($v != null) { @@ -56601,31 +57457,33 @@ class GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder @override void replace( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum other) { + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum + other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum; + as _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum; } @override void update( void Function( - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder)? + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum build() => + GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum build() => _build(); - _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum _build() { + _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum + _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum + new _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sum', + r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum', 'G__typename'), amount: amount); replace(_$result); @@ -56633,82 +57491,74 @@ class GAccountsByPkData_account_transfersIssuedAggregate_aggregate_sumBuilder } } -class _$GAccountsByPkData_account_transfersReceived - extends GAccountsByPkData_account_transfersReceived { +class _$GAccountsByPkData_account_wasIdentity + extends GAccountsByPkData_account_wasIdentity { @override final String G__typename; @override - final int blockNumber; - @override - final _i2.Gtimestamptz timestamp; + final String id; @override - final int amount; + final int blockNumber; @override - final GAccountsByPkData_account_transfersReceived_to? to; + final String? identityId; @override - final GAccountsByPkData_account_transfersReceived_from? from; + final String? nextId; @override - final GAccountsByPkData_account_transfersReceived_comment? comment; + final String? previousId; - factory _$GAccountsByPkData_account_transfersReceived( - [void Function(GAccountsByPkData_account_transfersReceivedBuilder)? + factory _$GAccountsByPkData_account_wasIdentity( + [void Function(GAccountsByPkData_account_wasIdentityBuilder)? updates]) => - (new GAccountsByPkData_account_transfersReceivedBuilder() - ..update(updates)) + (new GAccountsByPkData_account_wasIdentityBuilder()..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersReceived._( + _$GAccountsByPkData_account_wasIdentity._( {required this.G__typename, + required this.id, required this.blockNumber, - required this.timestamp, - required this.amount, - this.to, - this.from, - this.comment}) + this.identityId, + this.nextId, + this.previousId}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersReceived', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountsByPkData_account_transfersReceived', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - timestamp, r'GAccountsByPkData_account_transfersReceived', 'timestamp'); + G__typename, r'GAccountsByPkData_account_wasIdentity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountsByPkData_account_transfersReceived', 'amount'); + id, r'GAccountsByPkData_account_wasIdentity', 'id'); + BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GAccountsByPkData_account_wasIdentity', 'blockNumber'); } @override - GAccountsByPkData_account_transfersReceived rebuild( - void Function(GAccountsByPkData_account_transfersReceivedBuilder) + GAccountsByPkData_account_wasIdentity rebuild( + void Function(GAccountsByPkData_account_wasIdentityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersReceivedBuilder toBuilder() => - new GAccountsByPkData_account_transfersReceivedBuilder()..replace(this); + GAccountsByPkData_account_wasIdentityBuilder toBuilder() => + new GAccountsByPkData_account_wasIdentityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersReceived && + return other is GAccountsByPkData_account_wasIdentity && G__typename == other.G__typename && + id == other.id && blockNumber == other.blockNumber && - timestamp == other.timestamp && - amount == other.amount && - to == other.to && - from == other.from && - comment == other.comment; + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, to.hashCode); - _$hash = $jc(_$hash, from.hashCode); - _$hash = $jc(_$hash, comment.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -56716,310 +57566,142 @@ class _$GAccountsByPkData_account_transfersReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersReceived') + r'GAccountsByPkData_account_wasIdentity') ..add('G__typename', G__typename) + ..add('id', id) ..add('blockNumber', blockNumber) - ..add('timestamp', timestamp) - ..add('amount', amount) - ..add('to', to) - ..add('from', from) - ..add('comment', comment)) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GAccountsByPkData_account_transfersReceivedBuilder +class GAccountsByPkData_account_wasIdentityBuilder implements - Builder<GAccountsByPkData_account_transfersReceived, - GAccountsByPkData_account_transfersReceivedBuilder> { - _$GAccountsByPkData_account_transfersReceived? _$v; + Builder<GAccountsByPkData_account_wasIdentity, + GAccountsByPkData_account_wasIdentityBuilder> { + _$GAccountsByPkData_account_wasIdentity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + int? _blockNumber; int? get blockNumber => _$this._blockNumber; set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; - - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; - - GAccountsByPkData_account_transfersReceived_toBuilder? _to; - GAccountsByPkData_account_transfersReceived_toBuilder get to => _$this._to ??= - new GAccountsByPkData_account_transfersReceived_toBuilder(); - set to(GAccountsByPkData_account_transfersReceived_toBuilder? to) => - _$this._to = to; - - GAccountsByPkData_account_transfersReceived_fromBuilder? _from; - GAccountsByPkData_account_transfersReceived_fromBuilder get from => - _$this._from ??= - new GAccountsByPkData_account_transfersReceived_fromBuilder(); - set from(GAccountsByPkData_account_transfersReceived_fromBuilder? from) => - _$this._from = from; - - GAccountsByPkData_account_transfersReceived_commentBuilder? _comment; - GAccountsByPkData_account_transfersReceived_commentBuilder get comment => - _$this._comment ??= - new GAccountsByPkData_account_transfersReceived_commentBuilder(); - set comment( - GAccountsByPkData_account_transfersReceived_commentBuilder? - comment) => - _$this._comment = comment; - - GAccountsByPkData_account_transfersReceivedBuilder() { - GAccountsByPkData_account_transfersReceived._initializeBuilder(this); - } - - GAccountsByPkData_account_transfersReceivedBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _timestamp = $v.timestamp.toBuilder(); - _amount = $v.amount; - _to = $v.to?.toBuilder(); - _from = $v.from?.toBuilder(); - _comment = $v.comment?.toBuilder(); - _$v = null; - } - return this; - } - - @override - void replace(GAccountsByPkData_account_transfersReceived other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersReceived; - } - - @override - void update( - void Function(GAccountsByPkData_account_transfersReceivedBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GAccountsByPkData_account_transfersReceived build() => _build(); - - _$GAccountsByPkData_account_transfersReceived _build() { - _$GAccountsByPkData_account_transfersReceived _$result; - try { - _$result = _$v ?? - new _$GAccountsByPkData_account_transfersReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_transfersReceived', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GAccountsByPkData_account_transfersReceived', - 'blockNumber'), - timestamp: timestamp.build(), - amount: BuiltValueNullFieldError.checkNotNull(amount, - r'GAccountsByPkData_account_transfersReceived', 'amount'), - to: _to?.build(), - from: _from?.build(), - comment: _comment?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'timestamp'; - timestamp.build(); - - _$failedField = 'to'; - _to?.build(); - _$failedField = 'from'; - _from?.build(); - _$failedField = 'comment'; - _comment?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_transfersReceived', - _$failedField, - e.toString()); - } - rethrow; - } - replace(_$result); - return _$result; - } -} - -class _$GAccountsByPkData_account_transfersReceived_to - extends GAccountsByPkData_account_transfersReceived_to { - @override - final String G__typename; - @override - final String id; - - factory _$GAccountsByPkData_account_transfersReceived_to( - [void Function(GAccountsByPkData_account_transfersReceived_toBuilder)? - updates]) => - (new GAccountsByPkData_account_transfersReceived_toBuilder() - ..update(updates)) - ._build(); - - _$GAccountsByPkData_account_transfersReceived_to._( - {required this.G__typename, required this.id}) - : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersReceived_to', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_transfersReceived_to', 'id'); - } - - @override - GAccountsByPkData_account_transfersReceived_to rebuild( - void Function(GAccountsByPkData_account_transfersReceived_toBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GAccountsByPkData_account_transfersReceived_toBuilder toBuilder() => - new GAccountsByPkData_account_transfersReceived_toBuilder() - ..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersReceived_to && - G__typename == other.G__typename && - id == other.id; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersReceived_to') - ..add('G__typename', G__typename) - ..add('id', id)) - .toString(); - } -} - -class GAccountsByPkData_account_transfersReceived_toBuilder - implements - Builder<GAccountsByPkData_account_transfersReceived_to, - GAccountsByPkData_account_transfersReceived_toBuilder> { - _$GAccountsByPkData_account_transfersReceived_to? _$v; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; - GAccountsByPkData_account_transfersReceived_toBuilder() { - GAccountsByPkData_account_transfersReceived_to._initializeBuilder(this); + GAccountsByPkData_account_wasIdentityBuilder() { + GAccountsByPkData_account_wasIdentity._initializeBuilder(this); } - GAccountsByPkData_account_transfersReceived_toBuilder get _$this { + GAccountsByPkData_account_wasIdentityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_transfersReceived_to other) { + void replace(GAccountsByPkData_account_wasIdentity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersReceived_to; + _$v = other as _$GAccountsByPkData_account_wasIdentity; } @override void update( - void Function(GAccountsByPkData_account_transfersReceived_toBuilder)? - updates) { + void Function(GAccountsByPkData_account_wasIdentityBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersReceived_to build() => _build(); + GAccountsByPkData_account_wasIdentity build() => _build(); - _$GAccountsByPkData_account_transfersReceived_to _build() { + _$GAccountsByPkData_account_wasIdentity _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_transfersReceived_to._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_transfersReceived_to', - 'G__typename'), + new _$GAccountsByPkData_account_wasIdentity._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsByPkData_account_wasIdentity', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_transfersReceived_to', 'id')); + id, r'GAccountsByPkData_account_wasIdentity', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountsByPkData_account_wasIdentity', 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_transfersReceived_from - extends GAccountsByPkData_account_transfersReceived_from { +class _$GAccountsByPkData_account_wasIdentityAggregate + extends GAccountsByPkData_account_wasIdentityAggregate { @override final String G__typename; @override - final String id; + final GAccountsByPkData_account_wasIdentityAggregate_aggregate? aggregate; - factory _$GAccountsByPkData_account_transfersReceived_from( - [void Function( - GAccountsByPkData_account_transfersReceived_fromBuilder)? + factory _$GAccountsByPkData_account_wasIdentityAggregate( + [void Function(GAccountsByPkData_account_wasIdentityAggregateBuilder)? updates]) => - (new GAccountsByPkData_account_transfersReceived_fromBuilder() + (new GAccountsByPkData_account_wasIdentityAggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersReceived_from._( - {required this.G__typename, required this.id}) + _$GAccountsByPkData_account_wasIdentityAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersReceived_from', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_transfersReceived_from', 'id'); + r'GAccountsByPkData_account_wasIdentityAggregate', 'G__typename'); } @override - GAccountsByPkData_account_transfersReceived_from rebuild( - void Function(GAccountsByPkData_account_transfersReceived_fromBuilder) + GAccountsByPkData_account_wasIdentityAggregate rebuild( + void Function(GAccountsByPkData_account_wasIdentityAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersReceived_fromBuilder toBuilder() => - new GAccountsByPkData_account_transfersReceived_fromBuilder() + GAccountsByPkData_account_wasIdentityAggregateBuilder toBuilder() => + new GAccountsByPkData_account_wasIdentityAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersReceived_from && + return other is GAccountsByPkData_account_wasIdentityAggregate && G__typename == other.G__typename && - id == other.id; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -57027,120 +57709,141 @@ class _$GAccountsByPkData_account_transfersReceived_from @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersReceived_from') + r'GAccountsByPkData_account_wasIdentityAggregate') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountsByPkData_account_transfersReceived_fromBuilder +class GAccountsByPkData_account_wasIdentityAggregateBuilder implements - Builder<GAccountsByPkData_account_transfersReceived_from, - GAccountsByPkData_account_transfersReceived_fromBuilder> { - _$GAccountsByPkData_account_transfersReceived_from? _$v; + Builder<GAccountsByPkData_account_wasIdentityAggregate, + GAccountsByPkData_account_wasIdentityAggregateBuilder> { + _$GAccountsByPkData_account_wasIdentityAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder? _aggregate; + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder(); + set aggregate( + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountsByPkData_account_transfersReceived_fromBuilder() { - GAccountsByPkData_account_transfersReceived_from._initializeBuilder(this); + GAccountsByPkData_account_wasIdentityAggregateBuilder() { + GAccountsByPkData_account_wasIdentityAggregate._initializeBuilder(this); } - GAccountsByPkData_account_transfersReceived_fromBuilder get _$this { + GAccountsByPkData_account_wasIdentityAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_transfersReceived_from other) { + void replace(GAccountsByPkData_account_wasIdentityAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersReceived_from; + _$v = other as _$GAccountsByPkData_account_wasIdentityAggregate; } @override void update( - void Function(GAccountsByPkData_account_transfersReceived_fromBuilder)? + void Function(GAccountsByPkData_account_wasIdentityAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersReceived_from build() => _build(); + GAccountsByPkData_account_wasIdentityAggregate build() => _build(); - _$GAccountsByPkData_account_transfersReceived_from _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_transfersReceived_from._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_transfersReceived_from', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_transfersReceived_from', 'id')); + _$GAccountsByPkData_account_wasIdentityAggregate _build() { + _$GAccountsByPkData_account_wasIdentityAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkData_account_wasIdentityAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_wasIdentityAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkData_account_wasIdentityAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_transfersReceived_comment - extends GAccountsByPkData_account_transfersReceived_comment { +class _$GAccountsByPkData_account_wasIdentityAggregate_aggregate + extends GAccountsByPkData_account_wasIdentityAggregate_aggregate { @override final String G__typename; @override - final String remark; + final int count; - factory _$GAccountsByPkData_account_transfersReceived_comment( + factory _$GAccountsByPkData_account_wasIdentityAggregate_aggregate( [void Function( - GAccountsByPkData_account_transfersReceived_commentBuilder)? + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder)? updates]) => - (new GAccountsByPkData_account_transfersReceived_commentBuilder() + (new GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersReceived_comment._( - {required this.G__typename, required this.remark}) + _$GAccountsByPkData_account_wasIdentityAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersReceived_comment', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(remark, - r'GAccountsByPkData_account_transfersReceived_comment', 'remark'); + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountsByPkData_account_wasIdentityAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull(count, + r'GAccountsByPkData_account_wasIdentityAggregate_aggregate', 'count'); } @override - GAccountsByPkData_account_transfersReceived_comment rebuild( + GAccountsByPkData_account_wasIdentityAggregate_aggregate rebuild( void Function( - GAccountsByPkData_account_transfersReceived_commentBuilder) + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersReceived_commentBuilder toBuilder() => - new GAccountsByPkData_account_transfersReceived_commentBuilder() + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder toBuilder() => + new GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersReceived_comment && + return other is GAccountsByPkData_account_wasIdentityAggregate_aggregate && G__typename == other.G__typename && - remark == other.remark; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -57148,208 +57851,184 @@ class _$GAccountsByPkData_account_transfersReceived_comment @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersReceived_comment') + r'GAccountsByPkData_account_wasIdentityAggregate_aggregate') ..add('G__typename', G__typename) - ..add('remark', remark)) + ..add('count', count)) .toString(); } } -class GAccountsByPkData_account_transfersReceived_commentBuilder +class GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder implements - Builder<GAccountsByPkData_account_transfersReceived_comment, - GAccountsByPkData_account_transfersReceived_commentBuilder> { - _$GAccountsByPkData_account_transfersReceived_comment? _$v; + Builder<GAccountsByPkData_account_wasIdentityAggregate_aggregate, + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder> { + _$GAccountsByPkData_account_wasIdentityAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GAccountsByPkData_account_transfersReceived_commentBuilder() { - GAccountsByPkData_account_transfersReceived_comment._initializeBuilder( + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder() { + GAccountsByPkData_account_wasIdentityAggregate_aggregate._initializeBuilder( this); } - GAccountsByPkData_account_transfersReceived_commentBuilder get _$this { + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _remark = $v.remark; + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_transfersReceived_comment other) { + void replace(GAccountsByPkData_account_wasIdentityAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersReceived_comment; + _$v = other as _$GAccountsByPkData_account_wasIdentityAggregate_aggregate; } @override void update( - void Function(GAccountsByPkData_account_transfersReceived_commentBuilder)? + void Function( + GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersReceived_comment build() => _build(); + GAccountsByPkData_account_wasIdentityAggregate_aggregate build() => _build(); - _$GAccountsByPkData_account_transfersReceived_comment _build() { + _$GAccountsByPkData_account_wasIdentityAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_transfersReceived_comment._( + new _$GAccountsByPkData_account_wasIdentityAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountsByPkData_account_transfersReceived_comment', + r'GAccountsByPkData_account_wasIdentityAggregate_aggregate', 'G__typename'), - remark: BuiltValueNullFieldError.checkNotNull( - remark, - r'GAccountsByPkData_account_transfersReceived_comment', - 'remark')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountsByPkData_account_wasIdentityAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_transfersReceivedAggregate - extends GAccountsByPkData_account_transfersReceivedAggregate { +class _$GAccountBasicByPkData extends GAccountBasicByPkData { @override final String G__typename; @override - final GAccountsByPkData_account_transfersReceivedAggregate_aggregate? - aggregate; + final GAccountBasicByPkData_accountByPk? accountByPk; - factory _$GAccountsByPkData_account_transfersReceivedAggregate( - [void Function( - GAccountsByPkData_account_transfersReceivedAggregateBuilder)? - updates]) => - (new GAccountsByPkData_account_transfersReceivedAggregateBuilder() - ..update(updates)) - ._build(); + factory _$GAccountBasicByPkData( + [void Function(GAccountBasicByPkDataBuilder)? updates]) => + (new GAccountBasicByPkDataBuilder()..update(updates))._build(); - _$GAccountsByPkData_account_transfersReceivedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountBasicByPkData._({required this.G__typename, this.accountByPk}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_transfersReceivedAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountBasicByPkData', 'G__typename'); } @override - GAccountsByPkData_account_transfersReceivedAggregate rebuild( - void Function( - GAccountsByPkData_account_transfersReceivedAggregateBuilder) - updates) => + GAccountBasicByPkData rebuild( + void Function(GAccountBasicByPkDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersReceivedAggregateBuilder toBuilder() => - new GAccountsByPkData_account_transfersReceivedAggregateBuilder() - ..replace(this); + GAccountBasicByPkDataBuilder toBuilder() => + new GAccountBasicByPkDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_transfersReceivedAggregate && + return other is GAccountBasicByPkData && G__typename == other.G__typename && - aggregate == other.aggregate; + accountByPk == other.accountByPk; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, accountByPk.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersReceivedAggregate') + return (newBuiltValueToStringHelper(r'GAccountBasicByPkData') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('accountByPk', accountByPk)) .toString(); } } -class GAccountsByPkData_account_transfersReceivedAggregateBuilder - implements - Builder<GAccountsByPkData_account_transfersReceivedAggregate, - GAccountsByPkData_account_transfersReceivedAggregateBuilder> { - _$GAccountsByPkData_account_transfersReceivedAggregate? _$v; +class GAccountBasicByPkDataBuilder + implements Builder<GAccountBasicByPkData, GAccountBasicByPkDataBuilder> { + _$GAccountBasicByPkData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder? - _aggregate; - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder(); - set aggregate( - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + GAccountBasicByPkData_accountByPkBuilder? _accountByPk; + GAccountBasicByPkData_accountByPkBuilder get accountByPk => + _$this._accountByPk ??= new GAccountBasicByPkData_accountByPkBuilder(); + set accountByPk(GAccountBasicByPkData_accountByPkBuilder? accountByPk) => + _$this._accountByPk = accountByPk; - GAccountsByPkData_account_transfersReceivedAggregateBuilder() { - GAccountsByPkData_account_transfersReceivedAggregate._initializeBuilder( - this); + GAccountBasicByPkDataBuilder() { + GAccountBasicByPkData._initializeBuilder(this); } - GAccountsByPkData_account_transfersReceivedAggregateBuilder get _$this { + GAccountBasicByPkDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _accountByPk = $v.accountByPk?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_transfersReceivedAggregate other) { + void replace(GAccountBasicByPkData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_transfersReceivedAggregate; + _$v = other as _$GAccountBasicByPkData; } @override - void update( - void Function( - GAccountsByPkData_account_transfersReceivedAggregateBuilder)? - updates) { + void update(void Function(GAccountBasicByPkDataBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersReceivedAggregate build() => _build(); + GAccountBasicByPkData build() => _build(); - _$GAccountsByPkData_account_transfersReceivedAggregate _build() { - _$GAccountsByPkData_account_transfersReceivedAggregate _$result; + _$GAccountBasicByPkData _build() { + _$GAccountBasicByPkData _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_transfersReceivedAggregate._( + new _$GAccountBasicByPkData._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_transfersReceivedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + G__typename, r'GAccountBasicByPkData', 'G__typename'), + accountByPk: _accountByPk?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'accountByPk'; + _accountByPk?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_transfersReceivedAggregate', - _$failedField, - e.toString()); + r'GAccountBasicByPkData', _$failedField, e.toString()); } rethrow; } @@ -57358,166 +58037,168 @@ class GAccountsByPkData_account_transfersReceivedAggregateBuilder } } -class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate - extends GAccountsByPkData_account_transfersReceivedAggregate_aggregate { +class _$GAccountBasicByPkData_accountByPk + extends GAccountBasicByPkData_accountByPk { @override final String G__typename; @override - final GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum? sum; + final int createdOn; @override - final int count; + final String id; + @override + final GAccountBasicByPkData_accountByPk_identity? identity; + @override + final bool isActive; - factory _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate( - [void Function( - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder)? - updates]) => - (new GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder() - ..update(updates)) + factory _$GAccountBasicByPkData_accountByPk( + [void Function(GAccountBasicByPkData_accountByPkBuilder)? updates]) => + (new GAccountBasicByPkData_accountByPkBuilder()..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate._( - {required this.G__typename, this.sum, required this.count}) + _$GAccountBasicByPkData_accountByPk._( + {required this.G__typename, + required this.createdOn, + required this.id, + this.identity, + required this.isActive}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', - 'G__typename'); + G__typename, r'GAccountBasicByPkData_accountByPk', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', - 'count'); + createdOn, r'GAccountBasicByPkData_accountByPk', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountBasicByPkData_accountByPk', 'id'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountBasicByPkData_accountByPk', 'isActive'); } @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate rebuild( - void Function( - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder) - updates) => + GAccountBasicByPkData_accountByPk rebuild( + void Function(GAccountBasicByPkData_accountByPkBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder - toBuilder() => - new GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder() - ..replace(this); + GAccountBasicByPkData_accountByPkBuilder toBuilder() => + new GAccountBasicByPkData_accountByPkBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountsByPkData_account_transfersReceivedAggregate_aggregate && + return other is GAccountBasicByPkData_accountByPk && G__typename == other.G__typename && - sum == other.sum && - count == other.count; + createdOn == other.createdOn && + id == other.id && + identity == other.identity && + isActive == other.isActive; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, sum.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, identity.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate') + return (newBuiltValueToStringHelper(r'GAccountBasicByPkData_accountByPk') ..add('G__typename', G__typename) - ..add('sum', sum) - ..add('count', count)) + ..add('createdOn', createdOn) + ..add('id', id) + ..add('identity', identity) + ..add('isActive', isActive)) .toString(); } } -class GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder +class GAccountBasicByPkData_accountByPkBuilder implements - Builder<GAccountsByPkData_account_transfersReceivedAggregate_aggregate, - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate? _$v; + Builder<GAccountBasicByPkData_accountByPk, + GAccountBasicByPkData_accountByPkBuilder> { + _$GAccountBasicByPkData_accountByPk? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder? - _sum; - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder - get sum => _$this._sum ??= - new GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder(); - set sum( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder? - sum) => - _$this._sum = sum; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder() { - GAccountsByPkData_account_transfersReceivedAggregate_aggregate - ._initializeBuilder(this); + GAccountBasicByPkData_accountByPk_identityBuilder? _identity; + GAccountBasicByPkData_accountByPk_identityBuilder get identity => + _$this._identity ??= + new GAccountBasicByPkData_accountByPk_identityBuilder(); + set identity(GAccountBasicByPkData_accountByPk_identityBuilder? identity) => + _$this._identity = identity; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + GAccountBasicByPkData_accountByPkBuilder() { + GAccountBasicByPkData_accountByPk._initializeBuilder(this); } - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder - get _$this { + GAccountBasicByPkData_accountByPkBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _sum = $v.sum?.toBuilder(); - _count = $v.count; + _createdOn = $v.createdOn; + _id = $v.id; + _identity = $v.identity?.toBuilder(); + _isActive = $v.isActive; _$v = null; } return this; } @override - void replace( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate other) { + void replace(GAccountBasicByPkData_accountByPk other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate; + _$v = other as _$GAccountBasicByPkData_accountByPk; } @override void update( - void Function( - GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder)? - updates) { + void Function(GAccountBasicByPkData_accountByPkBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate build() => - _build(); + GAccountBasicByPkData_accountByPk build() => _build(); - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate _build() { - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate _$result; + _$GAccountBasicByPkData_accountByPk _build() { + _$GAccountBasicByPkData_accountByPk _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', - 'G__typename'), - sum: _sum?.build(), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', - 'count')); + new _$GAccountBasicByPkData_accountByPk._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountBasicByPkData_accountByPk', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountBasicByPkData_accountByPk', 'createdOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountBasicByPkData_accountByPk', 'id'), + identity: _identity?.build(), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountBasicByPkData_accountByPk', 'isActive')); } catch (_) { late String _$failedField; try { - _$failedField = 'sum'; - _sum?.build(); + _$failedField = 'identity'; + _identity?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate', - _$failedField, - e.toString()); + r'GAccountBasicByPkData_accountByPk', _$failedField, e.toString()); } rethrow; } @@ -57526,57 +58207,88 @@ class GAccountsByPkData_account_transfersReceivedAggregate_aggregateBuilder } } -class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - extends GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum { +class _$GAccountBasicByPkData_accountByPk_identity + extends GAccountBasicByPkData_accountByPk_identity { @override final String G__typename; @override - final int? amount; + final String? accountId; + @override + final GAccountBasicByPkData_accountByPk_identity_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum( - [void Function( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder)? + factory _$GAccountBasicByPkData_accountByPk_identity( + [void Function(GAccountBasicByPkData_accountByPk_identityBuilder)? updates]) => - (new GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder() - ..update(updates)) + (new GAccountBasicByPkData_accountByPk_identityBuilder()..update(updates)) ._build(); - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum._( - {required this.G__typename, this.amount}) + _$GAccountBasicByPkData_accountByPk_identity._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountBasicByPkData_accountByPk_identity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum', - 'G__typename'); + id, r'GAccountBasicByPkData_accountByPk_identity', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountBasicByPkData_accountByPk_identity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountBasicByPkData_accountByPk_identity', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountBasicByPkData_accountByPk_identity', 'expireOn'); } @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum rebuild( - void Function( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder) + GAccountBasicByPkData_accountByPk_identity rebuild( + void Function(GAccountBasicByPkData_accountByPk_identityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder - toBuilder() => - new GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder() - ..replace(this); + GAccountBasicByPkData_accountByPk_identityBuilder toBuilder() => + new GAccountBasicByPkData_accountByPk_identityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum && + return other is GAccountBasicByPkData_accountByPk_identity && G__typename == other.G__typename && - amount == other.amount; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -57584,148 +58296,182 @@ class _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum') + r'GAccountBasicByPkData_accountByPk_identity') ..add('G__typename', G__typename) - ..add('amount', amount)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder +class GAccountBasicByPkData_accountByPk_identityBuilder implements - Builder< - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum, - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder> { - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum? _$v; + Builder<GAccountBasicByPkData_accountByPk_identity, + GAccountBasicByPkData_accountByPk_identityBuilder> { + _$GAccountBasicByPkData_accountByPk_identity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder() { - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - ._initializeBuilder(this); + GAccountBasicByPkData_accountByPk_identity_accountBuilder? _account; + GAccountBasicByPkData_accountByPk_identity_accountBuilder get account => + _$this._account ??= + new GAccountBasicByPkData_accountByPk_identity_accountBuilder(); + set account( + GAccountBasicByPkData_accountByPk_identity_accountBuilder? account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountBasicByPkData_accountByPk_identityBuilder() { + GAccountBasicByPkData_accountByPk_identity._initializeBuilder(this); } - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder - get _$this { + GAccountBasicByPkData_accountByPk_identityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _amount = $v.amount; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - other) { + void replace(GAccountBasicByPkData_accountByPk_identity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum; + _$v = other as _$GAccountBasicByPkData_accountByPk_identity; } @override void update( - void Function( - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sumBuilder)? + void Function(GAccountBasicByPkData_accountByPk_identityBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum build() => - _build(); + GAccountBasicByPkData_accountByPk_identity build() => _build(); - _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_transfersReceivedAggregate_aggregate_sum', - 'G__typename'), - amount: amount); + _$GAccountBasicByPkData_accountByPk_identity _build() { + _$GAccountBasicByPkData_accountByPk_identity _$result; + try { + _$result = _$v ?? + new _$GAccountBasicByPkData_accountByPk_identity._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountBasicByPkData_accountByPk_identity', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountBasicByPkData_accountByPk_identity', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountBasicByPkData_accountByPk_identity', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GAccountBasicByPkData_accountByPk_identity', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountBasicByPkData_accountByPk_identity', 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountBasicByPkData_accountByPk_identity', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_wasIdentity - extends GAccountsByPkData_account_wasIdentity { +class _$GAccountBasicByPkData_accountByPk_identity_account + extends GAccountBasicByPkData_accountByPk_identity_account { @override final String G__typename; @override - final String id; - @override - final int blockNumber; - @override - final String? identityId; - @override - final String? nextId; - @override - final String? previousId; + final int createdOn; - factory _$GAccountsByPkData_account_wasIdentity( - [void Function(GAccountsByPkData_account_wasIdentityBuilder)? + factory _$GAccountBasicByPkData_accountByPk_identity_account( + [void Function( + GAccountBasicByPkData_accountByPk_identity_accountBuilder)? updates]) => - (new GAccountsByPkData_account_wasIdentityBuilder()..update(updates)) + (new GAccountBasicByPkData_accountByPk_identity_accountBuilder() + ..update(updates)) ._build(); - _$GAccountsByPkData_account_wasIdentity._( - {required this.G__typename, - required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + _$GAccountBasicByPkData_accountByPk_identity_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountsByPkData_account_wasIdentity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_wasIdentity', 'id'); - BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GAccountsByPkData_account_wasIdentity', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountBasicByPkData_accountByPk_identity_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountBasicByPkData_accountByPk_identity_account', 'createdOn'); } @override - GAccountsByPkData_account_wasIdentity rebuild( - void Function(GAccountsByPkData_account_wasIdentityBuilder) + GAccountBasicByPkData_accountByPk_identity_account rebuild( + void Function( + GAccountBasicByPkData_accountByPk_identity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_wasIdentityBuilder toBuilder() => - new GAccountsByPkData_account_wasIdentityBuilder()..replace(this); + GAccountBasicByPkData_accountByPk_identity_accountBuilder toBuilder() => + new GAccountBasicByPkData_accountByPk_identity_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_wasIdentity && + return other is GAccountBasicByPkData_accountByPk_identity_account && G__typename == other.G__typename && - id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -57733,225 +58479,184 @@ class _$GAccountsByPkData_account_wasIdentity @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_wasIdentity') + r'GAccountBasicByPkData_accountByPk_identity_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountsByPkData_account_wasIdentityBuilder +class GAccountBasicByPkData_accountByPk_identity_accountBuilder implements - Builder<GAccountsByPkData_account_wasIdentity, - GAccountsByPkData_account_wasIdentityBuilder> { - _$GAccountsByPkData_account_wasIdentity? _$v; + Builder<GAccountBasicByPkData_accountByPk_identity_account, + GAccountBasicByPkData_accountByPk_identity_accountBuilder> { + _$GAccountBasicByPkData_accountByPk_identity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; - - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; - - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountsByPkData_account_wasIdentityBuilder() { - GAccountsByPkData_account_wasIdentity._initializeBuilder(this); + GAccountBasicByPkData_accountByPk_identity_accountBuilder() { + GAccountBasicByPkData_accountByPk_identity_account._initializeBuilder(this); } - GAccountsByPkData_account_wasIdentityBuilder get _$this { + GAccountBasicByPkData_accountByPk_identity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_wasIdentity other) { + void replace(GAccountBasicByPkData_accountByPk_identity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_wasIdentity; + _$v = other as _$GAccountBasicByPkData_accountByPk_identity_account; } @override void update( - void Function(GAccountsByPkData_account_wasIdentityBuilder)? updates) { + void Function(GAccountBasicByPkData_accountByPk_identity_accountBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_wasIdentity build() => _build(); + GAccountBasicByPkData_accountByPk_identity_account build() => _build(); - _$GAccountsByPkData_account_wasIdentity _build() { + _$GAccountBasicByPkData_accountByPk_identity_account _build() { final _$result = _$v ?? - new _$GAccountsByPkData_account_wasIdentity._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_wasIdentity', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountsByPkData_account_wasIdentity', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountsByPkData_account_wasIdentity', 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + new _$GAccountBasicByPkData_accountByPk_identity_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountBasicByPkData_accountByPk_identity_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountBasicByPkData_accountByPk_identity_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountsByPkData_account_wasIdentityAggregate - extends GAccountsByPkData_account_wasIdentityAggregate { +class _$GAccountsBasicByPkData extends GAccountsBasicByPkData { @override final String G__typename; @override - final GAccountsByPkData_account_wasIdentityAggregate_aggregate? aggregate; + final BuiltList<GAccountsBasicByPkData_account> account; - factory _$GAccountsByPkData_account_wasIdentityAggregate( - [void Function(GAccountsByPkData_account_wasIdentityAggregateBuilder)? - updates]) => - (new GAccountsByPkData_account_wasIdentityAggregateBuilder() - ..update(updates)) - ._build(); + factory _$GAccountsBasicByPkData( + [void Function(GAccountsBasicByPkDataBuilder)? updates]) => + (new GAccountsBasicByPkDataBuilder()..update(updates))._build(); - _$GAccountsByPkData_account_wasIdentityAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountsBasicByPkData._({required this.G__typename, required this.account}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountsByPkData_account_wasIdentityAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountsBasicByPkData', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + account, r'GAccountsBasicByPkData', 'account'); } @override - GAccountsByPkData_account_wasIdentityAggregate rebuild( - void Function(GAccountsByPkData_account_wasIdentityAggregateBuilder) - updates) => + GAccountsBasicByPkData rebuild( + void Function(GAccountsBasicByPkDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_wasIdentityAggregateBuilder toBuilder() => - new GAccountsByPkData_account_wasIdentityAggregateBuilder() - ..replace(this); + GAccountsBasicByPkDataBuilder toBuilder() => + new GAccountsBasicByPkDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_wasIdentityAggregate && + return other is GAccountsBasicByPkData && G__typename == other.G__typename && - aggregate == other.aggregate; + account == other.account; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_wasIdentityAggregate') + return (newBuiltValueToStringHelper(r'GAccountsBasicByPkData') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('account', account)) .toString(); } } -class GAccountsByPkData_account_wasIdentityAggregateBuilder - implements - Builder<GAccountsByPkData_account_wasIdentityAggregate, - GAccountsByPkData_account_wasIdentityAggregateBuilder> { - _$GAccountsByPkData_account_wasIdentityAggregate? _$v; +class GAccountsBasicByPkDataBuilder + implements Builder<GAccountsBasicByPkData, GAccountsBasicByPkDataBuilder> { + _$GAccountsBasicByPkData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder? _aggregate; - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder(); - set aggregate( - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + ListBuilder<GAccountsBasicByPkData_account>? _account; + ListBuilder<GAccountsBasicByPkData_account> get account => + _$this._account ??= new ListBuilder<GAccountsBasicByPkData_account>(); + set account(ListBuilder<GAccountsBasicByPkData_account>? account) => + _$this._account = account; - GAccountsByPkData_account_wasIdentityAggregateBuilder() { - GAccountsByPkData_account_wasIdentityAggregate._initializeBuilder(this); + GAccountsBasicByPkDataBuilder() { + GAccountsBasicByPkData._initializeBuilder(this); } - GAccountsByPkData_account_wasIdentityAggregateBuilder get _$this { + GAccountsBasicByPkDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _account = $v.account.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_wasIdentityAggregate other) { + void replace(GAccountsBasicByPkData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_wasIdentityAggregate; + _$v = other as _$GAccountsBasicByPkData; } @override - void update( - void Function(GAccountsByPkData_account_wasIdentityAggregateBuilder)? - updates) { + void update(void Function(GAccountsBasicByPkDataBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_wasIdentityAggregate build() => _build(); + GAccountsBasicByPkData build() => _build(); - _$GAccountsByPkData_account_wasIdentityAggregate _build() { - _$GAccountsByPkData_account_wasIdentityAggregate _$result; + _$GAccountsBasicByPkData _build() { + _$GAccountsBasicByPkData _$result; try { _$result = _$v ?? - new _$GAccountsByPkData_account_wasIdentityAggregate._( + new _$GAccountsBasicByPkData._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_wasIdentityAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + G__typename, r'GAccountsBasicByPkData', 'G__typename'), + account: account.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'account'; + account.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkData_account_wasIdentityAggregate', - _$failedField, - e.toString()); + r'GAccountsBasicByPkData', _$failedField, e.toString()); } rethrow; } @@ -57960,240 +58665,379 @@ class GAccountsByPkData_account_wasIdentityAggregateBuilder } } -class _$GAccountsByPkData_account_wasIdentityAggregate_aggregate - extends GAccountsByPkData_account_wasIdentityAggregate_aggregate { +class _$GAccountsBasicByPkData_account extends GAccountsBasicByPkData_account { @override final String G__typename; @override - final int count; + final int createdOn; + @override + final String id; + @override + final GAccountsBasicByPkData_account_identity? identity; + @override + final bool isActive; - factory _$GAccountsByPkData_account_wasIdentityAggregate_aggregate( - [void Function( - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder)? - updates]) => - (new GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder() - ..update(updates)) - ._build(); + factory _$GAccountsBasicByPkData_account( + [void Function(GAccountsBasicByPkData_accountBuilder)? updates]) => + (new GAccountsBasicByPkData_accountBuilder()..update(updates))._build(); - _$GAccountsByPkData_account_wasIdentityAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountsBasicByPkData_account._( + {required this.G__typename, + required this.createdOn, + required this.id, + this.identity, + required this.isActive}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_wasIdentityAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull(count, - r'GAccountsByPkData_account_wasIdentityAggregate_aggregate', 'count'); + G__typename, r'GAccountsBasicByPkData_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountsBasicByPkData_account', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsBasicByPkData_account', 'id'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountsBasicByPkData_account', 'isActive'); } @override - GAccountsByPkData_account_wasIdentityAggregate_aggregate rebuild( - void Function( - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder) - updates) => + GAccountsBasicByPkData_account rebuild( + void Function(GAccountsBasicByPkData_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder toBuilder() => - new GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder() - ..replace(this); + GAccountsBasicByPkData_accountBuilder toBuilder() => + new GAccountsBasicByPkData_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkData_account_wasIdentityAggregate_aggregate && + return other is GAccountsBasicByPkData_account && G__typename == other.G__typename && - count == other.count; + createdOn == other.createdOn && + id == other.id && + identity == other.identity && + isActive == other.isActive; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, identity.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountsByPkData_account_wasIdentityAggregate_aggregate') + return (newBuiltValueToStringHelper(r'GAccountsBasicByPkData_account') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('createdOn', createdOn) + ..add('id', id) + ..add('identity', identity) + ..add('isActive', isActive)) .toString(); } } -class GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder +class GAccountsBasicByPkData_accountBuilder implements - Builder<GAccountsByPkData_account_wasIdentityAggregate_aggregate, - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder> { - _$GAccountsByPkData_account_wasIdentityAggregate_aggregate? _$v; + Builder<GAccountsBasicByPkData_account, + GAccountsBasicByPkData_accountBuilder> { + _$GAccountsBasicByPkData_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder() { - GAccountsByPkData_account_wasIdentityAggregate_aggregate._initializeBuilder( - this); + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + GAccountsBasicByPkData_account_identityBuilder? _identity; + GAccountsBasicByPkData_account_identityBuilder get identity => + _$this._identity ??= new GAccountsBasicByPkData_account_identityBuilder(); + set identity(GAccountsBasicByPkData_account_identityBuilder? identity) => + _$this._identity = identity; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + GAccountsBasicByPkData_accountBuilder() { + GAccountsBasicByPkData_account._initializeBuilder(this); } - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder get _$this { + GAccountsBasicByPkData_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _createdOn = $v.createdOn; + _id = $v.id; + _identity = $v.identity?.toBuilder(); + _isActive = $v.isActive; _$v = null; } return this; } @override - void replace(GAccountsByPkData_account_wasIdentityAggregate_aggregate other) { + void replace(GAccountsBasicByPkData_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkData_account_wasIdentityAggregate_aggregate; + _$v = other as _$GAccountsBasicByPkData_account; } @override - void update( - void Function( - GAccountsByPkData_account_wasIdentityAggregate_aggregateBuilder)? - updates) { + void update(void Function(GAccountsBasicByPkData_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkData_account_wasIdentityAggregate_aggregate build() => _build(); + GAccountsBasicByPkData_account build() => _build(); - _$GAccountsByPkData_account_wasIdentityAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GAccountsByPkData_account_wasIdentityAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountsByPkData_account_wasIdentityAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountsByPkData_account_wasIdentityAggregate_aggregate', - 'count')); + _$GAccountsBasicByPkData_account _build() { + _$GAccountsBasicByPkData_account _$result; + try { + _$result = _$v ?? + new _$GAccountsBasicByPkData_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsBasicByPkData_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountsBasicByPkData_account', 'createdOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsBasicByPkData_account', 'id'), + identity: _identity?.build(), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountsBasicByPkData_account', 'isActive')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'identity'; + _identity?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsBasicByPkData_account', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GLastBlockData extends GLastBlockData { +class _$GAccountsBasicByPkData_account_identity + extends GAccountsBasicByPkData_account_identity { @override final String G__typename; @override - final BuiltList<GLastBlockData_block> block; + final String? accountId; + @override + final GAccountsBasicByPkData_account_identity_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GLastBlockData([void Function(GLastBlockDataBuilder)? updates]) => - (new GLastBlockDataBuilder()..update(updates))._build(); + factory _$GAccountsBasicByPkData_account_identity( + [void Function(GAccountsBasicByPkData_account_identityBuilder)? + updates]) => + (new GAccountsBasicByPkData_account_identityBuilder()..update(updates)) + ._build(); - _$GLastBlockData._({required this.G__typename, required this.block}) + _$GAccountsBasicByPkData_account_identity._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GLastBlockData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(block, r'GLastBlockData', 'block'); + G__typename, r'GAccountsBasicByPkData_account_identity', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsBasicByPkData_account_identity', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountsBasicByPkData_account_identity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountsBasicByPkData_account_identity', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountsBasicByPkData_account_identity', 'expireOn'); } @override - GLastBlockData rebuild(void Function(GLastBlockDataBuilder) updates) => + GAccountsBasicByPkData_account_identity rebuild( + void Function(GAccountsBasicByPkData_account_identityBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GLastBlockDataBuilder toBuilder() => - new GLastBlockDataBuilder()..replace(this); + GAccountsBasicByPkData_account_identityBuilder toBuilder() => + new GAccountsBasicByPkData_account_identityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GLastBlockData && + return other is GAccountsBasicByPkData_account_identity && G__typename == other.G__typename && - block == other.block; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, block.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GLastBlockData') + return (newBuiltValueToStringHelper( + r'GAccountsBasicByPkData_account_identity') ..add('G__typename', G__typename) - ..add('block', block)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GLastBlockDataBuilder - implements Builder<GLastBlockData, GLastBlockDataBuilder> { - _$GLastBlockData? _$v; +class GAccountsBasicByPkData_account_identityBuilder + implements + Builder<GAccountsBasicByPkData_account_identity, + GAccountsBasicByPkData_account_identityBuilder> { + _$GAccountsBasicByPkData_account_identity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GLastBlockData_block>? _block; - ListBuilder<GLastBlockData_block> get block => - _$this._block ??= new ListBuilder<GLastBlockData_block>(); - set block(ListBuilder<GLastBlockData_block>? block) => _$this._block = block; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GLastBlockDataBuilder() { - GLastBlockData._initializeBuilder(this); + GAccountsBasicByPkData_account_identity_accountBuilder? _account; + GAccountsBasicByPkData_account_identity_accountBuilder get account => + _$this._account ??= + new GAccountsBasicByPkData_account_identity_accountBuilder(); + set account( + GAccountsBasicByPkData_account_identity_accountBuilder? account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountsBasicByPkData_account_identityBuilder() { + GAccountsBasicByPkData_account_identity._initializeBuilder(this); } - GLastBlockDataBuilder get _$this { + GAccountsBasicByPkData_account_identityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _block = $v.block.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GLastBlockData other) { + void replace(GAccountsBasicByPkData_account_identity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GLastBlockData; + _$v = other as _$GAccountsBasicByPkData_account_identity; } @override - void update(void Function(GLastBlockDataBuilder)? updates) { + void update( + void Function(GAccountsBasicByPkData_account_identityBuilder)? updates) { if (updates != null) updates(this); } @override - GLastBlockData build() => _build(); + GAccountsBasicByPkData_account_identity build() => _build(); - _$GLastBlockData _build() { - _$GLastBlockData _$result; + _$GAccountsBasicByPkData_account_identity _build() { + _$GAccountsBasicByPkData_account_identity _$result; try { _$result = _$v ?? - new _$GLastBlockData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GLastBlockData', 'G__typename'), - block: block.build()); + new _$GAccountsBasicByPkData_account_identity._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsBasicByPkData_account_identity', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountsBasicByPkData_account_identity', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountsBasicByPkData_account_identity', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GAccountsBasicByPkData_account_identity', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountsBasicByPkData_account_identity', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'block'; - block.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GLastBlockData', _$failedField, e.toString()); + r'GAccountsBasicByPkData_account_identity', + _$failedField, + e.toString()); } rethrow; } @@ -58202,143 +59046,160 @@ class GLastBlockDataBuilder } } -class _$GLastBlockData_block extends GLastBlockData_block { +class _$GAccountsBasicByPkData_account_identity_account + extends GAccountsBasicByPkData_account_identity_account { @override final String G__typename; @override - final int height; + final int createdOn; - factory _$GLastBlockData_block( - [void Function(GLastBlockData_blockBuilder)? updates]) => - (new GLastBlockData_blockBuilder()..update(updates))._build(); + factory _$GAccountsBasicByPkData_account_identity_account( + [void Function( + GAccountsBasicByPkData_account_identity_accountBuilder)? + updates]) => + (new GAccountsBasicByPkData_account_identity_accountBuilder() + ..update(updates)) + ._build(); - _$GLastBlockData_block._({required this.G__typename, required this.height}) + _$GAccountsBasicByPkData_account_identity_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GLastBlockData_block', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - height, r'GLastBlockData_block', 'height'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountsBasicByPkData_account_identity_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountsBasicByPkData_account_identity_account', 'createdOn'); } @override - GLastBlockData_block rebuild( - void Function(GLastBlockData_blockBuilder) updates) => + GAccountsBasicByPkData_account_identity_account rebuild( + void Function(GAccountsBasicByPkData_account_identity_accountBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GLastBlockData_blockBuilder toBuilder() => - new GLastBlockData_blockBuilder()..replace(this); + GAccountsBasicByPkData_account_identity_accountBuilder toBuilder() => + new GAccountsBasicByPkData_account_identity_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GLastBlockData_block && + return other is GAccountsBasicByPkData_account_identity_account && G__typename == other.G__typename && - height == other.height; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, height.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GLastBlockData_block') + return (newBuiltValueToStringHelper( + r'GAccountsBasicByPkData_account_identity_account') ..add('G__typename', G__typename) - ..add('height', height)) + ..add('createdOn', createdOn)) .toString(); } } -class GLastBlockData_blockBuilder - implements Builder<GLastBlockData_block, GLastBlockData_blockBuilder> { - _$GLastBlockData_block? _$v; +class GAccountsBasicByPkData_account_identity_accountBuilder + implements + Builder<GAccountsBasicByPkData_account_identity_account, + GAccountsBasicByPkData_account_identity_accountBuilder> { + _$GAccountsBasicByPkData_account_identity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _height; - int? get height => _$this._height; - set height(int? height) => _$this._height = height; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GLastBlockData_blockBuilder() { - GLastBlockData_block._initializeBuilder(this); + GAccountsBasicByPkData_account_identity_accountBuilder() { + GAccountsBasicByPkData_account_identity_account._initializeBuilder(this); } - GLastBlockData_blockBuilder get _$this { + GAccountsBasicByPkData_account_identity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _height = $v.height; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GLastBlockData_block other) { + void replace(GAccountsBasicByPkData_account_identity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GLastBlockData_block; + _$v = other as _$GAccountsBasicByPkData_account_identity_account; } @override - void update(void Function(GLastBlockData_blockBuilder)? updates) { + void update( + void Function(GAccountsBasicByPkData_account_identity_accountBuilder)? + updates) { if (updates != null) updates(this); } @override - GLastBlockData_block build() => _build(); + GAccountsBasicByPkData_account_identity_account build() => _build(); - _$GLastBlockData_block _build() { + _$GAccountsBasicByPkData_account_identity_account _build() { final _$result = _$v ?? - new _$GLastBlockData_block._( + new _$GAccountsBasicByPkData_account_identity_account._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GLastBlockData_block', 'G__typename'), - height: BuiltValueNullFieldError.checkNotNull( - height, r'GLastBlockData_block', 'height')); + G__typename, + r'GAccountsBasicByPkData_account_identity_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountsBasicByPkData_account_identity_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData extends GGetHistoryAndBalanceData { +class _$GAccountTransactionsData extends GAccountTransactionsData { @override final String G__typename; @override - final BuiltList<GGetHistoryAndBalanceData_account> account; + final BuiltList<GAccountTransactionsData_account> account; - factory _$GGetHistoryAndBalanceData( - [void Function(GGetHistoryAndBalanceDataBuilder)? updates]) => - (new GGetHistoryAndBalanceDataBuilder()..update(updates))._build(); + factory _$GAccountTransactionsData( + [void Function(GAccountTransactionsDataBuilder)? updates]) => + (new GAccountTransactionsDataBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData._( + _$GAccountTransactionsData._( {required this.G__typename, required this.account}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GGetHistoryAndBalanceData', 'G__typename'); + G__typename, r'GAccountTransactionsData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - account, r'GGetHistoryAndBalanceData', 'account'); + account, r'GAccountTransactionsData', 'account'); } @override - GGetHistoryAndBalanceData rebuild( - void Function(GGetHistoryAndBalanceDataBuilder) updates) => + GAccountTransactionsData rebuild( + void Function(GAccountTransactionsDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceDataBuilder toBuilder() => - new GGetHistoryAndBalanceDataBuilder()..replace(this); + GAccountTransactionsDataBuilder toBuilder() => + new GAccountTransactionsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData && + return other is GAccountTransactionsData && G__typename == other.G__typename && account == other.account; } @@ -58354,33 +59215,33 @@ class _$GGetHistoryAndBalanceData extends GGetHistoryAndBalanceData { @override String toString() { - return (newBuiltValueToStringHelper(r'GGetHistoryAndBalanceData') + return (newBuiltValueToStringHelper(r'GAccountTransactionsData') ..add('G__typename', G__typename) ..add('account', account)) .toString(); } } -class GGetHistoryAndBalanceDataBuilder +class GAccountTransactionsDataBuilder implements - Builder<GGetHistoryAndBalanceData, GGetHistoryAndBalanceDataBuilder> { - _$GGetHistoryAndBalanceData? _$v; + Builder<GAccountTransactionsData, GAccountTransactionsDataBuilder> { + _$GAccountTransactionsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GGetHistoryAndBalanceData_account>? _account; - ListBuilder<GGetHistoryAndBalanceData_account> get account => - _$this._account ??= new ListBuilder<GGetHistoryAndBalanceData_account>(); - set account(ListBuilder<GGetHistoryAndBalanceData_account>? account) => + ListBuilder<GAccountTransactionsData_account>? _account; + ListBuilder<GAccountTransactionsData_account> get account => + _$this._account ??= new ListBuilder<GAccountTransactionsData_account>(); + set account(ListBuilder<GAccountTransactionsData_account>? account) => _$this._account = account; - GGetHistoryAndBalanceDataBuilder() { - GGetHistoryAndBalanceData._initializeBuilder(this); + GAccountTransactionsDataBuilder() { + GAccountTransactionsData._initializeBuilder(this); } - GGetHistoryAndBalanceDataBuilder get _$this { + GAccountTransactionsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -58391,26 +59252,26 @@ class GGetHistoryAndBalanceDataBuilder } @override - void replace(GGetHistoryAndBalanceData other) { + void replace(GAccountTransactionsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData; + _$v = other as _$GAccountTransactionsData; } @override - void update(void Function(GGetHistoryAndBalanceDataBuilder)? updates) { + void update(void Function(GAccountTransactionsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData build() => _build(); + GAccountTransactionsData build() => _build(); - _$GGetHistoryAndBalanceData _build() { - _$GGetHistoryAndBalanceData _$result; + _$GAccountTransactionsData _build() { + _$GAccountTransactionsData _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData._( + new _$GAccountTransactionsData._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GGetHistoryAndBalanceData', 'G__typename'), + G__typename, r'GAccountTransactionsData', 'G__typename'), account: account.build()); } catch (_) { late String _$failedField; @@ -58419,7 +59280,7 @@ class GGetHistoryAndBalanceDataBuilder account.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData', _$failedField, e.toString()); + r'GAccountTransactionsData', _$failedField, e.toString()); } rethrow; } @@ -58428,132 +59289,96 @@ class GGetHistoryAndBalanceDataBuilder } } -class _$GGetHistoryAndBalanceData_account - extends GGetHistoryAndBalanceData_account { +class _$GAccountTransactionsData_account + extends GAccountTransactionsData_account { @override final String G__typename; @override - final BuiltList<GGetHistoryAndBalanceData_account_commentsIssued> + final BuiltList<GAccountTransactionsData_account_commentsIssued> commentsIssued; @override - final GGetHistoryAndBalanceData_account_commentsIssuedAggregate + final GAccountTransactionsData_account_commentsIssuedAggregate commentsIssuedAggregate; @override final int createdOn; @override final String id; @override - final GGetHistoryAndBalanceData_account_identity? identity; - @override final bool isActive; @override - final GGetHistoryAndBalanceData_account_linkedIdentity? linkedIdentity; - @override - final BuiltList<GGetHistoryAndBalanceData_account_removedIdentities> - removedIdentities; - @override - final GGetHistoryAndBalanceData_account_removedIdentitiesAggregate - removedIdentitiesAggregate; - @override - final BuiltList<GGetHistoryAndBalanceData_account_transfersIssued> + final BuiltList<GAccountTransactionsData_account_transfersIssued> transfersIssued; @override - final GGetHistoryAndBalanceData_account_transfersIssuedAggregate + final GAccountTransactionsData_account_transfersIssuedAggregate transfersIssuedAggregate; @override - final BuiltList<GGetHistoryAndBalanceData_account_transfersReceived> + final BuiltList<GAccountTransactionsData_account_transfersReceived> transfersReceived; @override - final GGetHistoryAndBalanceData_account_transfersReceivedAggregate + final GAccountTransactionsData_account_transfersReceivedAggregate transfersReceivedAggregate; - @override - final BuiltList<GGetHistoryAndBalanceData_account_wasIdentity> wasIdentity; - @override - final GGetHistoryAndBalanceData_account_wasIdentityAggregate - wasIdentityAggregate; - factory _$GGetHistoryAndBalanceData_account( - [void Function(GGetHistoryAndBalanceData_accountBuilder)? updates]) => - (new GGetHistoryAndBalanceData_accountBuilder()..update(updates)) - ._build(); + factory _$GAccountTransactionsData_account( + [void Function(GAccountTransactionsData_accountBuilder)? updates]) => + (new GAccountTransactionsData_accountBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account._( + _$GAccountTransactionsData_account._( {required this.G__typename, required this.commentsIssued, required this.commentsIssuedAggregate, required this.createdOn, required this.id, - this.identity, required this.isActive, - this.linkedIdentity, - required this.removedIdentities, - required this.removedIdentitiesAggregate, required this.transfersIssued, required this.transfersIssuedAggregate, required this.transfersReceived, - required this.transfersReceivedAggregate, - required this.wasIdentity, - required this.wasIdentityAggregate}) + required this.transfersReceivedAggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GGetHistoryAndBalanceData_account', 'G__typename'); + G__typename, r'GAccountTransactionsData_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - commentsIssued, r'GGetHistoryAndBalanceData_account', 'commentsIssued'); + commentsIssued, r'GAccountTransactionsData_account', 'commentsIssued'); BuiltValueNullFieldError.checkNotNull(commentsIssuedAggregate, - r'GGetHistoryAndBalanceData_account', 'commentsIssuedAggregate'); + r'GAccountTransactionsData_account', 'commentsIssuedAggregate'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GGetHistoryAndBalanceData_account', 'createdOn'); + createdOn, r'GAccountTransactionsData_account', 'createdOn'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account', 'id'); + id, r'GAccountTransactionsData_account', 'id'); BuiltValueNullFieldError.checkNotNull( - isActive, r'GGetHistoryAndBalanceData_account', 'isActive'); - BuiltValueNullFieldError.checkNotNull(removedIdentities, - r'GGetHistoryAndBalanceData_account', 'removedIdentities'); - BuiltValueNullFieldError.checkNotNull(removedIdentitiesAggregate, - r'GGetHistoryAndBalanceData_account', 'removedIdentitiesAggregate'); + isActive, r'GAccountTransactionsData_account', 'isActive'); BuiltValueNullFieldError.checkNotNull(transfersIssued, - r'GGetHistoryAndBalanceData_account', 'transfersIssued'); + r'GAccountTransactionsData_account', 'transfersIssued'); BuiltValueNullFieldError.checkNotNull(transfersIssuedAggregate, - r'GGetHistoryAndBalanceData_account', 'transfersIssuedAggregate'); + r'GAccountTransactionsData_account', 'transfersIssuedAggregate'); BuiltValueNullFieldError.checkNotNull(transfersReceived, - r'GGetHistoryAndBalanceData_account', 'transfersReceived'); + r'GAccountTransactionsData_account', 'transfersReceived'); BuiltValueNullFieldError.checkNotNull(transfersReceivedAggregate, - r'GGetHistoryAndBalanceData_account', 'transfersReceivedAggregate'); - BuiltValueNullFieldError.checkNotNull( - wasIdentity, r'GGetHistoryAndBalanceData_account', 'wasIdentity'); - BuiltValueNullFieldError.checkNotNull(wasIdentityAggregate, - r'GGetHistoryAndBalanceData_account', 'wasIdentityAggregate'); + r'GAccountTransactionsData_account', 'transfersReceivedAggregate'); } @override - GGetHistoryAndBalanceData_account rebuild( - void Function(GGetHistoryAndBalanceData_accountBuilder) updates) => + GAccountTransactionsData_account rebuild( + void Function(GAccountTransactionsData_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_accountBuilder toBuilder() => - new GGetHistoryAndBalanceData_accountBuilder()..replace(this); + GAccountTransactionsData_accountBuilder toBuilder() => + new GAccountTransactionsData_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account && + return other is GAccountTransactionsData_account && G__typename == other.G__typename && commentsIssued == other.commentsIssued && commentsIssuedAggregate == other.commentsIssuedAggregate && createdOn == other.createdOn && id == other.id && - identity == other.identity && isActive == other.isActive && - linkedIdentity == other.linkedIdentity && - removedIdentities == other.removedIdentities && - removedIdentitiesAggregate == other.removedIdentitiesAggregate && transfersIssued == other.transfersIssued && transfersIssuedAggregate == other.transfersIssuedAggregate && transfersReceived == other.transfersReceived && - transfersReceivedAggregate == other.transfersReceivedAggregate && - wasIdentity == other.wasIdentity && - wasIdentityAggregate == other.wasIdentityAggregate; + transfersReceivedAggregate == other.transfersReceivedAggregate; } @override @@ -58564,71 +59389,58 @@ class _$GGetHistoryAndBalanceData_account _$hash = $jc(_$hash, commentsIssuedAggregate.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identity.hashCode); _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, linkedIdentity.hashCode); - _$hash = $jc(_$hash, removedIdentities.hashCode); - _$hash = $jc(_$hash, removedIdentitiesAggregate.hashCode); _$hash = $jc(_$hash, transfersIssued.hashCode); _$hash = $jc(_$hash, transfersIssuedAggregate.hashCode); _$hash = $jc(_$hash, transfersReceived.hashCode); _$hash = $jc(_$hash, transfersReceivedAggregate.hashCode); - _$hash = $jc(_$hash, wasIdentity.hashCode); - _$hash = $jc(_$hash, wasIdentityAggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GGetHistoryAndBalanceData_account') + return (newBuiltValueToStringHelper(r'GAccountTransactionsData_account') ..add('G__typename', G__typename) ..add('commentsIssued', commentsIssued) ..add('commentsIssuedAggregate', commentsIssuedAggregate) ..add('createdOn', createdOn) ..add('id', id) - ..add('identity', identity) ..add('isActive', isActive) - ..add('linkedIdentity', linkedIdentity) - ..add('removedIdentities', removedIdentities) - ..add('removedIdentitiesAggregate', removedIdentitiesAggregate) ..add('transfersIssued', transfersIssued) ..add('transfersIssuedAggregate', transfersIssuedAggregate) ..add('transfersReceived', transfersReceived) - ..add('transfersReceivedAggregate', transfersReceivedAggregate) - ..add('wasIdentity', wasIdentity) - ..add('wasIdentityAggregate', wasIdentityAggregate)) + ..add('transfersReceivedAggregate', transfersReceivedAggregate)) .toString(); } } -class GGetHistoryAndBalanceData_accountBuilder +class GAccountTransactionsData_accountBuilder implements - Builder<GGetHistoryAndBalanceData_account, - GGetHistoryAndBalanceData_accountBuilder> { - _$GGetHistoryAndBalanceData_account? _$v; + Builder<GAccountTransactionsData_account, + GAccountTransactionsData_accountBuilder> { + _$GAccountTransactionsData_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GGetHistoryAndBalanceData_account_commentsIssued>? - _commentsIssued; - ListBuilder<GGetHistoryAndBalanceData_account_commentsIssued> + ListBuilder<GAccountTransactionsData_account_commentsIssued>? _commentsIssued; + ListBuilder<GAccountTransactionsData_account_commentsIssued> get commentsIssued => _$this._commentsIssued ??= - new ListBuilder<GGetHistoryAndBalanceData_account_commentsIssued>(); + new ListBuilder<GAccountTransactionsData_account_commentsIssued>(); set commentsIssued( - ListBuilder<GGetHistoryAndBalanceData_account_commentsIssued>? + ListBuilder<GAccountTransactionsData_account_commentsIssued>? commentsIssued) => _$this._commentsIssued = commentsIssued; - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder? + GAccountTransactionsData_account_commentsIssuedAggregateBuilder? _commentsIssuedAggregate; - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder + GAccountTransactionsData_account_commentsIssuedAggregateBuilder get commentsIssuedAggregate => _$this._commentsIssuedAggregate ??= - new GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder(); + new GAccountTransactionsData_account_commentsIssuedAggregateBuilder(); set commentsIssuedAggregate( - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder? + GAccountTransactionsData_account_commentsIssuedAggregateBuilder? commentsIssuedAggregate) => _$this._commentsIssuedAggregate = commentsIssuedAggregate; @@ -58640,110 +59452,55 @@ class GGetHistoryAndBalanceData_accountBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_identityBuilder? _identity; - GGetHistoryAndBalanceData_account_identityBuilder get identity => - _$this._identity ??= - new GGetHistoryAndBalanceData_account_identityBuilder(); - set identity(GGetHistoryAndBalanceData_account_identityBuilder? identity) => - _$this._identity = identity; - bool? _isActive; bool? get isActive => _$this._isActive; set isActive(bool? isActive) => _$this._isActive = isActive; - GGetHistoryAndBalanceData_account_linkedIdentityBuilder? _linkedIdentity; - GGetHistoryAndBalanceData_account_linkedIdentityBuilder get linkedIdentity => - _$this._linkedIdentity ??= - new GGetHistoryAndBalanceData_account_linkedIdentityBuilder(); - set linkedIdentity( - GGetHistoryAndBalanceData_account_linkedIdentityBuilder? - linkedIdentity) => - _$this._linkedIdentity = linkedIdentity; - - ListBuilder<GGetHistoryAndBalanceData_account_removedIdentities>? - _removedIdentities; - ListBuilder<GGetHistoryAndBalanceData_account_removedIdentities> - get removedIdentities => _$this._removedIdentities ??= new ListBuilder< - GGetHistoryAndBalanceData_account_removedIdentities>(); - set removedIdentities( - ListBuilder<GGetHistoryAndBalanceData_account_removedIdentities>? - removedIdentities) => - _$this._removedIdentities = removedIdentities; - - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder? - _removedIdentitiesAggregate; - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder - get removedIdentitiesAggregate => _$this._removedIdentitiesAggregate ??= - new GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder(); - set removedIdentitiesAggregate( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder? - removedIdentitiesAggregate) => - _$this._removedIdentitiesAggregate = removedIdentitiesAggregate; - - ListBuilder<GGetHistoryAndBalanceData_account_transfersIssued>? + ListBuilder<GAccountTransactionsData_account_transfersIssued>? _transfersIssued; - ListBuilder<GGetHistoryAndBalanceData_account_transfersIssued> + ListBuilder<GAccountTransactionsData_account_transfersIssued> get transfersIssued => _$this._transfersIssued ??= - new ListBuilder<GGetHistoryAndBalanceData_account_transfersIssued>(); + new ListBuilder<GAccountTransactionsData_account_transfersIssued>(); set transfersIssued( - ListBuilder<GGetHistoryAndBalanceData_account_transfersIssued>? + ListBuilder<GAccountTransactionsData_account_transfersIssued>? transfersIssued) => _$this._transfersIssued = transfersIssued; - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder? + GAccountTransactionsData_account_transfersIssuedAggregateBuilder? _transfersIssuedAggregate; - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder + GAccountTransactionsData_account_transfersIssuedAggregateBuilder get transfersIssuedAggregate => _$this._transfersIssuedAggregate ??= - new GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder(); + new GAccountTransactionsData_account_transfersIssuedAggregateBuilder(); set transfersIssuedAggregate( - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder? + GAccountTransactionsData_account_transfersIssuedAggregateBuilder? transfersIssuedAggregate) => _$this._transfersIssuedAggregate = transfersIssuedAggregate; - ListBuilder<GGetHistoryAndBalanceData_account_transfersReceived>? + ListBuilder<GAccountTransactionsData_account_transfersReceived>? _transfersReceived; - ListBuilder<GGetHistoryAndBalanceData_account_transfersReceived> - get transfersReceived => _$this._transfersReceived ??= new ListBuilder< - GGetHistoryAndBalanceData_account_transfersReceived>(); + ListBuilder<GAccountTransactionsData_account_transfersReceived> + get transfersReceived => _$this._transfersReceived ??= + new ListBuilder<GAccountTransactionsData_account_transfersReceived>(); set transfersReceived( - ListBuilder<GGetHistoryAndBalanceData_account_transfersReceived>? + ListBuilder<GAccountTransactionsData_account_transfersReceived>? transfersReceived) => _$this._transfersReceived = transfersReceived; - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder? + GAccountTransactionsData_account_transfersReceivedAggregateBuilder? _transfersReceivedAggregate; - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder + GAccountTransactionsData_account_transfersReceivedAggregateBuilder get transfersReceivedAggregate => _$this._transfersReceivedAggregate ??= - new GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder(); + new GAccountTransactionsData_account_transfersReceivedAggregateBuilder(); set transfersReceivedAggregate( - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder? + GAccountTransactionsData_account_transfersReceivedAggregateBuilder? transfersReceivedAggregate) => _$this._transfersReceivedAggregate = transfersReceivedAggregate; - ListBuilder<GGetHistoryAndBalanceData_account_wasIdentity>? _wasIdentity; - ListBuilder<GGetHistoryAndBalanceData_account_wasIdentity> get wasIdentity => - _$this._wasIdentity ??= - new ListBuilder<GGetHistoryAndBalanceData_account_wasIdentity>(); - set wasIdentity( - ListBuilder<GGetHistoryAndBalanceData_account_wasIdentity>? - wasIdentity) => - _$this._wasIdentity = wasIdentity; - - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder? - _wasIdentityAggregate; - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder - get wasIdentityAggregate => _$this._wasIdentityAggregate ??= - new GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder(); - set wasIdentityAggregate( - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder? - wasIdentityAggregate) => - _$this._wasIdentityAggregate = wasIdentityAggregate; - - GGetHistoryAndBalanceData_accountBuilder() { - GGetHistoryAndBalanceData_account._initializeBuilder(this); + GAccountTransactionsData_accountBuilder() { + GAccountTransactionsData_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_accountBuilder get _$this { + GAccountTransactionsData_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -58751,62 +59508,49 @@ class GGetHistoryAndBalanceData_accountBuilder _commentsIssuedAggregate = $v.commentsIssuedAggregate.toBuilder(); _createdOn = $v.createdOn; _id = $v.id; - _identity = $v.identity?.toBuilder(); _isActive = $v.isActive; - _linkedIdentity = $v.linkedIdentity?.toBuilder(); - _removedIdentities = $v.removedIdentities.toBuilder(); - _removedIdentitiesAggregate = $v.removedIdentitiesAggregate.toBuilder(); _transfersIssued = $v.transfersIssued.toBuilder(); _transfersIssuedAggregate = $v.transfersIssuedAggregate.toBuilder(); _transfersReceived = $v.transfersReceived.toBuilder(); _transfersReceivedAggregate = $v.transfersReceivedAggregate.toBuilder(); - _wasIdentity = $v.wasIdentity.toBuilder(); - _wasIdentityAggregate = $v.wasIdentityAggregate.toBuilder(); _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account other) { + void replace(GAccountTransactionsData_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account; + _$v = other as _$GAccountTransactionsData_account; } @override - void update( - void Function(GGetHistoryAndBalanceData_accountBuilder)? updates) { + void update(void Function(GAccountTransactionsData_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account build() => _build(); + GAccountTransactionsData_account build() => _build(); - _$GGetHistoryAndBalanceData_account _build() { - _$GGetHistoryAndBalanceData_account _$result; + _$GAccountTransactionsData_account _build() { + _$GAccountTransactionsData_account _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account._( + new _$GAccountTransactionsData_account._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account', 'G__typename'), + r'GAccountTransactionsData_account', 'G__typename'), commentsIssued: commentsIssued.build(), commentsIssuedAggregate: commentsIssuedAggregate.build(), createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GGetHistoryAndBalanceData_account', 'createdOn'), + createdOn, r'GAccountTransactionsData_account', 'createdOn'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account', 'id'), - identity: _identity?.build(), + id, r'GAccountTransactionsData_account', 'id'), isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GGetHistoryAndBalanceData_account', 'isActive'), - linkedIdentity: _linkedIdentity?.build(), - removedIdentities: removedIdentities.build(), - removedIdentitiesAggregate: removedIdentitiesAggregate.build(), + isActive, r'GAccountTransactionsData_account', 'isActive'), transfersIssued: transfersIssued.build(), transfersIssuedAggregate: transfersIssuedAggregate.build(), transfersReceived: transfersReceived.build(), - transfersReceivedAggregate: transfersReceivedAggregate.build(), - wasIdentity: wasIdentity.build(), - wasIdentityAggregate: wasIdentityAggregate.build()); + transfersReceivedAggregate: transfersReceivedAggregate.build()); } catch (_) { late String _$failedField; try { @@ -58815,15 +59559,6 @@ class GGetHistoryAndBalanceData_accountBuilder _$failedField = 'commentsIssuedAggregate'; commentsIssuedAggregate.build(); - _$failedField = 'identity'; - _identity?.build(); - - _$failedField = 'linkedIdentity'; - _linkedIdentity?.build(); - _$failedField = 'removedIdentities'; - removedIdentities.build(); - _$failedField = 'removedIdentitiesAggregate'; - removedIdentitiesAggregate.build(); _$failedField = 'transfersIssued'; transfersIssued.build(); _$failedField = 'transfersIssuedAggregate'; @@ -58832,13 +59567,9 @@ class GGetHistoryAndBalanceData_accountBuilder transfersReceived.build(); _$failedField = 'transfersReceivedAggregate'; transfersReceivedAggregate.build(); - _$failedField = 'wasIdentity'; - wasIdentity.build(); - _$failedField = 'wasIdentityAggregate'; - wasIdentityAggregate.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account', _$failedField, e.toString()); + r'GAccountTransactionsData_account', _$failedField, e.toString()); } rethrow; } @@ -58847,8 +59578,8 @@ class GGetHistoryAndBalanceData_accountBuilder } } -class _$GGetHistoryAndBalanceData_account_commentsIssued - extends GGetHistoryAndBalanceData_account_commentsIssued { +class _$GAccountTransactionsData_account_commentsIssued + extends GAccountTransactionsData_account_commentsIssued { @override final String G__typename; @override @@ -58866,15 +59597,15 @@ class _$GGetHistoryAndBalanceData_account_commentsIssued @override final _i2.GCommentTypeEnum? type; - factory _$GGetHistoryAndBalanceData_account_commentsIssued( + factory _$GAccountTransactionsData_account_commentsIssued( [void Function( - GGetHistoryAndBalanceData_account_commentsIssuedBuilder)? + GAccountTransactionsData_account_commentsIssuedBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_commentsIssuedBuilder() + (new GAccountTransactionsData_account_commentsIssuedBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_commentsIssued._( + _$GAccountTransactionsData_account_commentsIssued._( {required this.G__typename, this.authorId, required this.blockNumber, @@ -58885,32 +59616,32 @@ class _$GGetHistoryAndBalanceData_account_commentsIssued this.type}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_commentsIssued', 'G__typename'); + r'GAccountTransactionsData_account_commentsIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GGetHistoryAndBalanceData_account_commentsIssued', 'blockNumber'); + r'GAccountTransactionsData_account_commentsIssued', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - hash, r'GGetHistoryAndBalanceData_account_commentsIssued', 'hash'); + hash, r'GAccountTransactionsData_account_commentsIssued', 'hash'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_commentsIssued', 'id'); + id, r'GAccountTransactionsData_account_commentsIssued', 'id'); BuiltValueNullFieldError.checkNotNull( - remark, r'GGetHistoryAndBalanceData_account_commentsIssued', 'remark'); + remark, r'GAccountTransactionsData_account_commentsIssued', 'remark'); } @override - GGetHistoryAndBalanceData_account_commentsIssued rebuild( - void Function(GGetHistoryAndBalanceData_account_commentsIssuedBuilder) + GAccountTransactionsData_account_commentsIssued rebuild( + void Function(GAccountTransactionsData_account_commentsIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_commentsIssuedBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_commentsIssuedBuilder() + GAccountTransactionsData_account_commentsIssuedBuilder toBuilder() => + new GAccountTransactionsData_account_commentsIssuedBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_commentsIssued && + return other is GAccountTransactionsData_account_commentsIssued && G__typename == other.G__typename && authorId == other.authorId && blockNumber == other.blockNumber && @@ -58939,7 +59670,7 @@ class _$GGetHistoryAndBalanceData_account_commentsIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_commentsIssued') + r'GAccountTransactionsData_account_commentsIssued') ..add('G__typename', G__typename) ..add('authorId', authorId) ..add('blockNumber', blockNumber) @@ -58952,11 +59683,11 @@ class _$GGetHistoryAndBalanceData_account_commentsIssued } } -class GGetHistoryAndBalanceData_account_commentsIssuedBuilder +class GAccountTransactionsData_account_commentsIssuedBuilder implements - Builder<GGetHistoryAndBalanceData_account_commentsIssued, - GGetHistoryAndBalanceData_account_commentsIssuedBuilder> { - _$GGetHistoryAndBalanceData_account_commentsIssued? _$v; + Builder<GAccountTransactionsData_account_commentsIssued, + GAccountTransactionsData_account_commentsIssuedBuilder> { + _$GAccountTransactionsData_account_commentsIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -58990,11 +59721,11 @@ class GGetHistoryAndBalanceData_account_commentsIssuedBuilder _i2.GCommentTypeEnum? get type => _$this._type; set type(_i2.GCommentTypeEnum? type) => _$this._type = type; - GGetHistoryAndBalanceData_account_commentsIssuedBuilder() { - GGetHistoryAndBalanceData_account_commentsIssued._initializeBuilder(this); + GAccountTransactionsData_account_commentsIssuedBuilder() { + GAccountTransactionsData_account_commentsIssued._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_commentsIssuedBuilder get _$this { + GAccountTransactionsData_account_commentsIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -59011,88 +59742,87 @@ class GGetHistoryAndBalanceData_account_commentsIssuedBuilder } @override - void replace(GGetHistoryAndBalanceData_account_commentsIssued other) { + void replace(GAccountTransactionsData_account_commentsIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_commentsIssued; + _$v = other as _$GAccountTransactionsData_account_commentsIssued; } @override void update( - void Function(GGetHistoryAndBalanceData_account_commentsIssuedBuilder)? + void Function(GAccountTransactionsData_account_commentsIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_commentsIssued build() => _build(); + GAccountTransactionsData_account_commentsIssued build() => _build(); - _$GGetHistoryAndBalanceData_account_commentsIssued _build() { + _$GAccountTransactionsData_account_commentsIssued _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_commentsIssued._( + new _$GAccountTransactionsData_account_commentsIssued._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_commentsIssued', + r'GAccountTransactionsData_account_commentsIssued', 'G__typename'), authorId: authorId, blockNumber: BuiltValueNullFieldError.checkNotNull( blockNumber, - r'GGetHistoryAndBalanceData_account_commentsIssued', + r'GAccountTransactionsData_account_commentsIssued', 'blockNumber'), eventId: eventId, hash: BuiltValueNullFieldError.checkNotNull( - hash, r'GGetHistoryAndBalanceData_account_commentsIssued', 'hash'), + hash, r'GAccountTransactionsData_account_commentsIssued', 'hash'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_commentsIssued', 'id'), + id, r'GAccountTransactionsData_account_commentsIssued', 'id'), remark: BuiltValueNullFieldError.checkNotNull(remark, - r'GGetHistoryAndBalanceData_account_commentsIssued', 'remark'), + r'GAccountTransactionsData_account_commentsIssued', 'remark'), type: type); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate - extends GGetHistoryAndBalanceData_account_commentsIssuedAggregate { +class _$GAccountTransactionsData_account_commentsIssuedAggregate + extends GAccountTransactionsData_account_commentsIssuedAggregate { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate? + final GAccountTransactionsData_account_commentsIssuedAggregate_aggregate? aggregate; - factory _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate( + factory _$GAccountTransactionsData_account_commentsIssuedAggregate( [void Function( - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder)? + GAccountTransactionsData_account_commentsIssuedAggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder() + (new GAccountTransactionsData_account_commentsIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate._( + _$GAccountTransactionsData_account_commentsIssuedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate', + r'GAccountTransactionsData_account_commentsIssuedAggregate', 'G__typename'); } @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate rebuild( + GAccountTransactionsData_account_commentsIssuedAggregate rebuild( void Function( - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder) + GAccountTransactionsData_account_commentsIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder() - ..replace(this); + GAccountTransactionsData_account_commentsIssuedAggregateBuilder toBuilder() => + new GAccountTransactionsData_account_commentsIssuedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_commentsIssuedAggregate && + return other is GAccountTransactionsData_account_commentsIssuedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -59109,39 +59839,39 @@ class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate') + r'GAccountTransactionsData_account_commentsIssuedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder +class GAccountTransactionsData_account_commentsIssuedAggregateBuilder implements - Builder<GGetHistoryAndBalanceData_account_commentsIssuedAggregate, - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate? _$v; + Builder<GAccountTransactionsData_account_commentsIssuedAggregate, + GAccountTransactionsData_account_commentsIssuedAggregateBuilder> { + _$GAccountTransactionsData_account_commentsIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder? + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder? _aggregate; - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder(); + new GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder(); set aggregate( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder? + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder() { - GGetHistoryAndBalanceData_account_commentsIssuedAggregate - ._initializeBuilder(this); + GAccountTransactionsData_account_commentsIssuedAggregateBuilder() { + GAccountTransactionsData_account_commentsIssuedAggregate._initializeBuilder( + this); } - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder get _$this { + GAccountTransactionsData_account_commentsIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -59152,31 +59882,30 @@ class GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder } @override - void replace( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate other) { + void replace(GAccountTransactionsData_account_commentsIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate; + _$v = other as _$GAccountTransactionsData_account_commentsIssuedAggregate; } @override void update( void Function( - GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder)? + GAccountTransactionsData_account_commentsIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate build() => _build(); + GAccountTransactionsData_account_commentsIssuedAggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate _build() { - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate _$result; + _$GAccountTransactionsData_account_commentsIssuedAggregate _build() { + _$GAccountTransactionsData_account_commentsIssuedAggregate _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate._( + new _$GAccountTransactionsData_account_commentsIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate', + r'GAccountTransactionsData_account_commentsIssuedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -59186,7 +59915,372 @@ class GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate', + r'GAccountTransactionsData_account_commentsIssuedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + +class _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate + extends GAccountTransactionsData_account_commentsIssuedAggregate_aggregate { + @override + final String G__typename; + @override + final int count; + + factory _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate( + [void Function( + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder)? + updates]) => + (new GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate._( + {required this.G__typename, required this.count}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTransactionsData_account_commentsIssuedAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountTransactionsData_account_commentsIssuedAggregate_aggregate', + 'count'); + } + + @override + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate rebuild( + void Function( + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder + toBuilder() => + new GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other + is GAccountTransactionsData_account_commentsIssuedAggregate_aggregate && + G__typename == other.G__typename && + count == other.count; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, count.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountTransactionsData_account_commentsIssuedAggregate_aggregate') + ..add('G__typename', G__typename) + ..add('count', count)) + .toString(); + } +} + +class GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder + implements + Builder< + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate, + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder> { + _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder() { + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate + ._initializeBuilder(this); + } + + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder + get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _count = $v.count; + _$v = null; + } + return this; + } + + @override + void replace( + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate + other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other + as _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate; + } + + @override + void update( + void Function( + GAccountTransactionsData_account_commentsIssuedAggregate_aggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate build() => + _build(); + + _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate + _build() { + final _$result = _$v ?? + new _$GAccountTransactionsData_account_commentsIssuedAggregate_aggregate + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTransactionsData_account_commentsIssuedAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountTransactionsData_account_commentsIssuedAggregate_aggregate', + 'count')); + replace(_$result); + return _$result; + } +} + +class _$GAccountTransactionsData_account_transfersIssued + extends GAccountTransactionsData_account_transfersIssued { + @override + final String G__typename; + @override + final int blockNumber; + @override + final _i2.Gtimestamptz timestamp; + @override + final int amount; + @override + final GAccountTransactionsData_account_transfersIssued_to? to; + @override + final GAccountTransactionsData_account_transfersIssued_from? from; + @override + final GAccountTransactionsData_account_transfersIssued_comment? comment; + + factory _$GAccountTransactionsData_account_transfersIssued( + [void Function( + GAccountTransactionsData_account_transfersIssuedBuilder)? + updates]) => + (new GAccountTransactionsData_account_transfersIssuedBuilder() + ..update(updates)) + ._build(); + + _$GAccountTransactionsData_account_transfersIssued._( + {required this.G__typename, + required this.blockNumber, + required this.timestamp, + required this.amount, + this.to, + this.from, + this.comment}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTransactionsData_account_transfersIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountTransactionsData_account_transfersIssued', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull(timestamp, + r'GAccountTransactionsData_account_transfersIssued', 'timestamp'); + BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountTransactionsData_account_transfersIssued', 'amount'); + } + + @override + GAccountTransactionsData_account_transfersIssued rebuild( + void Function(GAccountTransactionsData_account_transfersIssuedBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountTransactionsData_account_transfersIssuedBuilder toBuilder() => + new GAccountTransactionsData_account_transfersIssuedBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountTransactionsData_account_transfersIssued && + G__typename == other.G__typename && + blockNumber == other.blockNumber && + timestamp == other.timestamp && + amount == other.amount && + to == other.to && + from == other.from && + comment == other.comment; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, to.hashCode); + _$hash = $jc(_$hash, from.hashCode); + _$hash = $jc(_$hash, comment.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountTransactionsData_account_transfersIssued') + ..add('G__typename', G__typename) + ..add('blockNumber', blockNumber) + ..add('timestamp', timestamp) + ..add('amount', amount) + ..add('to', to) + ..add('from', from) + ..add('comment', comment)) + .toString(); + } +} + +class GAccountTransactionsData_account_transfersIssuedBuilder + implements + Builder<GAccountTransactionsData_account_transfersIssued, + GAccountTransactionsData_account_transfersIssuedBuilder> { + _$GAccountTransactionsData_account_transfersIssued? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; + + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; + + GAccountTransactionsData_account_transfersIssued_toBuilder? _to; + GAccountTransactionsData_account_transfersIssued_toBuilder get to => + _$this._to ??= + new GAccountTransactionsData_account_transfersIssued_toBuilder(); + set to(GAccountTransactionsData_account_transfersIssued_toBuilder? to) => + _$this._to = to; + + GAccountTransactionsData_account_transfersIssued_fromBuilder? _from; + GAccountTransactionsData_account_transfersIssued_fromBuilder get from => + _$this._from ??= + new GAccountTransactionsData_account_transfersIssued_fromBuilder(); + set from( + GAccountTransactionsData_account_transfersIssued_fromBuilder? from) => + _$this._from = from; + + GAccountTransactionsData_account_transfersIssued_commentBuilder? _comment; + GAccountTransactionsData_account_transfersIssued_commentBuilder get comment => + _$this._comment ??= + new GAccountTransactionsData_account_transfersIssued_commentBuilder(); + set comment( + GAccountTransactionsData_account_transfersIssued_commentBuilder? + comment) => + _$this._comment = comment; + + GAccountTransactionsData_account_transfersIssuedBuilder() { + GAccountTransactionsData_account_transfersIssued._initializeBuilder(this); + } + + GAccountTransactionsData_account_transfersIssuedBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _blockNumber = $v.blockNumber; + _timestamp = $v.timestamp.toBuilder(); + _amount = $v.amount; + _to = $v.to?.toBuilder(); + _from = $v.from?.toBuilder(); + _comment = $v.comment?.toBuilder(); + _$v = null; + } + return this; + } + + @override + void replace(GAccountTransactionsData_account_transfersIssued other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountTransactionsData_account_transfersIssued; + } + + @override + void update( + void Function(GAccountTransactionsData_account_transfersIssuedBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountTransactionsData_account_transfersIssued build() => _build(); + + _$GAccountTransactionsData_account_transfersIssued _build() { + _$GAccountTransactionsData_account_transfersIssued _$result; + try { + _$result = _$v ?? + new _$GAccountTransactionsData_account_transfersIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTransactionsData_account_transfersIssued', + 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountTransactionsData_account_transfersIssued', + 'blockNumber'), + timestamp: timestamp.build(), + amount: BuiltValueNullFieldError.checkNotNull( + amount, + r'GAccountTransactionsData_account_transfersIssued', + 'amount'), + to: _to?.build(), + from: _from?.build(), + comment: _comment?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + + _$failedField = 'to'; + _to?.build(); + _$failedField = 'from'; + _from?.build(); + _$failedField = 'comment'; + _comment?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountTransactionsData_account_transfersIssued', _$failedField, e.toString()); } @@ -59197,61 +60291,179 @@ class GGetHistoryAndBalanceData_account_commentsIssuedAggregateBuilder } } -class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate - extends GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate { +class _$GAccountTransactionsData_account_transfersIssued_to + extends GAccountTransactionsData_account_transfersIssued_to { + @override + final String G__typename; + @override + final String id; + + factory _$GAccountTransactionsData_account_transfersIssued_to( + [void Function( + GAccountTransactionsData_account_transfersIssued_toBuilder)? + updates]) => + (new GAccountTransactionsData_account_transfersIssued_toBuilder() + ..update(updates)) + ._build(); + + _$GAccountTransactionsData_account_transfersIssued_to._( + {required this.G__typename, required this.id}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTransactionsData_account_transfersIssued_to', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountTransactionsData_account_transfersIssued_to', 'id'); + } + + @override + GAccountTransactionsData_account_transfersIssued_to rebuild( + void Function( + GAccountTransactionsData_account_transfersIssued_toBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountTransactionsData_account_transfersIssued_toBuilder toBuilder() => + new GAccountTransactionsData_account_transfersIssued_toBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountTransactionsData_account_transfersIssued_to && + G__typename == other.G__typename && + id == other.id; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountTransactionsData_account_transfersIssued_to') + ..add('G__typename', G__typename) + ..add('id', id)) + .toString(); + } +} + +class GAccountTransactionsData_account_transfersIssued_toBuilder + implements + Builder<GAccountTransactionsData_account_transfersIssued_to, + GAccountTransactionsData_account_transfersIssued_toBuilder> { + _$GAccountTransactionsData_account_transfersIssued_to? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + GAccountTransactionsData_account_transfersIssued_toBuilder() { + GAccountTransactionsData_account_transfersIssued_to._initializeBuilder( + this); + } + + GAccountTransactionsData_account_transfersIssued_toBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _id = $v.id; + _$v = null; + } + return this; + } + + @override + void replace(GAccountTransactionsData_account_transfersIssued_to other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountTransactionsData_account_transfersIssued_to; + } + + @override + void update( + void Function(GAccountTransactionsData_account_transfersIssued_toBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountTransactionsData_account_transfersIssued_to build() => _build(); + + _$GAccountTransactionsData_account_transfersIssued_to _build() { + final _$result = _$v ?? + new _$GAccountTransactionsData_account_transfersIssued_to._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTransactionsData_account_transfersIssued_to', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull(id, + r'GAccountTransactionsData_account_transfersIssued_to', 'id')); + replace(_$result); + return _$result; + } +} + +class _$GAccountTransactionsData_account_transfersIssued_from + extends GAccountTransactionsData_account_transfersIssued_from { @override final String G__typename; @override - final int count; + final String id; - factory _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate( + factory _$GAccountTransactionsData_account_transfersIssued_from( [void Function( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder)? + GAccountTransactionsData_account_transfersIssued_fromBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder() + (new GAccountTransactionsData_account_transfersIssued_fromBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountTransactionsData_account_transfersIssued_from._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate', + r'GAccountTransactionsData_account_transfersIssued_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate', - 'count'); + id, r'GAccountTransactionsData_account_transfersIssued_from', 'id'); } @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate rebuild( + GAccountTransactionsData_account_transfersIssued_from rebuild( void Function( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder) + GAccountTransactionsData_account_transfersIssued_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder() - ..replace(this); + GAccountTransactionsData_account_transfersIssued_fromBuilder toBuilder() => + new GAccountTransactionsData_account_transfersIssued_fromBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate && + return other is GAccountTransactionsData_account_transfersIssued_from && G__typename == other.G__typename && - count == other.count; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -59259,288 +60471,126 @@ class _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate') + r'GAccountTransactionsData_account_transfersIssued_from') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id)) .toString(); } } -class GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder +class GAccountTransactionsData_account_transfersIssued_fromBuilder implements - Builder< - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate? _$v; + Builder<GAccountTransactionsData_account_transfersIssued_from, + GAccountTransactionsData_account_transfersIssued_fromBuilder> { + _$GAccountTransactionsData_account_transfersIssued_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate - ._initializeBuilder(this); + GAccountTransactionsData_account_transfersIssued_fromBuilder() { + GAccountTransactionsData_account_transfersIssued_from._initializeBuilder( + this); } - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder - get _$this { + GAccountTransactionsData_account_transfersIssued_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate - other) { + void replace(GAccountTransactionsData_account_transfersIssued_from other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate; + _$v = other as _$GAccountTransactionsData_account_transfersIssued_from; } @override void update( void Function( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregateBuilder)? + GAccountTransactionsData_account_transfersIssued_fromBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate build() => - _build(); + GAccountTransactionsData_account_transfersIssued_from build() => _build(); - _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate - _build() { + _$GAccountTransactionsData_account_transfersIssued_from _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate - ._( + new _$GAccountTransactionsData_account_transfersIssued_from._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate', + r'GAccountTransactionsData_account_transfersIssued_from', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate', - 'count')); + id: BuiltValueNullFieldError.checkNotNull( + id, + r'GAccountTransactionsData_account_transfersIssued_from', + 'id')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity - extends GGetHistoryAndBalanceData_account_identity { +class _$GAccountTransactionsData_account_transfersIssued_comment + extends GAccountTransactionsData_account_transfersIssued_comment { @override final String G__typename; @override - final String? accountId; - @override - final String? accountRemovedId; - @override - final BuiltList<GGetHistoryAndBalanceData_account_identity_certIssued> - certIssued; - @override - final GGetHistoryAndBalanceData_account_identity_certIssuedAggregate - certIssuedAggregate; - @override - final BuiltList<GGetHistoryAndBalanceData_account_identity_certReceived> - certReceived; - @override - final GGetHistoryAndBalanceData_account_identity_certReceivedAggregate - certReceivedAggregate; - @override - final String? createdInId; - @override - final int createdOn; - @override - final int expireOn; - @override - final String id; - @override - final int index; - @override - final bool isMember; - @override - final int lastChangeOn; - @override - final BuiltList<GGetHistoryAndBalanceData_account_identity_linkedAccount> - linkedAccount; - @override - final GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - linkedAccountAggregate; - @override - final _i2.GIdentityStatusEnum? status; - @override - final BuiltList<GGetHistoryAndBalanceData_account_identity_membershipHistory> - membershipHistory; - @override - final GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - membershipHistoryAggregate; - @override - final String name; - @override - final BuiltList<GGetHistoryAndBalanceData_account_identity_ownerKeyChange> - ownerKeyChange; - @override - final GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - ownerKeyChangeAggregate; - @override - final GGetHistoryAndBalanceData_account_identity_smith? smith; - @override - final BuiltList<GGetHistoryAndBalanceData_account_identity_udHistory>? - udHistory; + final String remark; - factory _$GGetHistoryAndBalanceData_account_identity( - [void Function(GGetHistoryAndBalanceData_account_identityBuilder)? + factory _$GAccountTransactionsData_account_transfersIssued_comment( + [void Function( + GAccountTransactionsData_account_transfersIssued_commentBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identityBuilder()..update(updates)) + (new GAccountTransactionsData_account_transfersIssued_commentBuilder() + ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity._( - {required this.G__typename, - this.accountId, - this.accountRemovedId, - required this.certIssued, - required this.certIssuedAggregate, - required this.certReceived, - required this.certReceivedAggregate, - this.createdInId, - required this.createdOn, - required this.expireOn, - required this.id, - required this.index, - required this.isMember, - required this.lastChangeOn, - required this.linkedAccount, - required this.linkedAccountAggregate, - this.status, - required this.membershipHistory, - required this.membershipHistoryAggregate, - required this.name, - required this.ownerKeyChange, - required this.ownerKeyChangeAggregate, - this.smith, - this.udHistory}) + _$GAccountTransactionsData_account_transfersIssued_comment._( + {required this.G__typename, required this.remark}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(certIssued, - r'GGetHistoryAndBalanceData_account_identity', 'certIssued'); - BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, - r'GGetHistoryAndBalanceData_account_identity', 'certIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull(certReceived, - r'GGetHistoryAndBalanceData_account_identity', 'certReceived'); - BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, - r'GGetHistoryAndBalanceData_account_identity', 'certReceivedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GGetHistoryAndBalanceData_account_identity', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GGetHistoryAndBalanceData_account_identity', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity', 'id'); - BuiltValueNullFieldError.checkNotNull( - index, r'GGetHistoryAndBalanceData_account_identity', 'index'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GGetHistoryAndBalanceData_account_identity', 'isMember'); - BuiltValueNullFieldError.checkNotNull(lastChangeOn, - r'GGetHistoryAndBalanceData_account_identity', 'lastChangeOn'); - BuiltValueNullFieldError.checkNotNull(linkedAccount, - r'GGetHistoryAndBalanceData_account_identity', 'linkedAccount'); - BuiltValueNullFieldError.checkNotNull( - linkedAccountAggregate, - r'GGetHistoryAndBalanceData_account_identity', - 'linkedAccountAggregate'); - BuiltValueNullFieldError.checkNotNull(membershipHistory, - r'GGetHistoryAndBalanceData_account_identity', 'membershipHistory'); - BuiltValueNullFieldError.checkNotNull( - membershipHistoryAggregate, - r'GGetHistoryAndBalanceData_account_identity', - 'membershipHistoryAggregate'); BuiltValueNullFieldError.checkNotNull( - name, r'GGetHistoryAndBalanceData_account_identity', 'name'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChange, - r'GGetHistoryAndBalanceData_account_identity', 'ownerKeyChange'); - BuiltValueNullFieldError.checkNotNull( - ownerKeyChangeAggregate, - r'GGetHistoryAndBalanceData_account_identity', - 'ownerKeyChangeAggregate'); + G__typename, + r'GAccountTransactionsData_account_transfersIssued_comment', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull(remark, + r'GAccountTransactionsData_account_transfersIssued_comment', 'remark'); } @override - GGetHistoryAndBalanceData_account_identity rebuild( - void Function(GGetHistoryAndBalanceData_account_identityBuilder) + GAccountTransactionsData_account_transfersIssued_comment rebuild( + void Function( + GAccountTransactionsData_account_transfersIssued_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identityBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identityBuilder()..replace(this); + GAccountTransactionsData_account_transfersIssued_commentBuilder toBuilder() => + new GAccountTransactionsData_account_transfersIssued_commentBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_identity && + return other is GAccountTransactionsData_account_transfersIssued_comment && G__typename == other.G__typename && - accountId == other.accountId && - accountRemovedId == other.accountRemovedId && - certIssued == other.certIssued && - certIssuedAggregate == other.certIssuedAggregate && - certReceived == other.certReceived && - certReceivedAggregate == other.certReceivedAggregate && - createdInId == other.createdInId && - createdOn == other.createdOn && - expireOn == other.expireOn && - id == other.id && - index == other.index && - isMember == other.isMember && - lastChangeOn == other.lastChangeOn && - linkedAccount == other.linkedAccount && - linkedAccountAggregate == other.linkedAccountAggregate && - status == other.status && - membershipHistory == other.membershipHistory && - membershipHistoryAggregate == other.membershipHistoryAggregate && - name == other.name && - ownerKeyChange == other.ownerKeyChange && - ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && - smith == other.smith && - udHistory == other.udHistory; + remark == other.remark; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, accountRemovedId.hashCode); - _$hash = $jc(_$hash, certIssued.hashCode); - _$hash = $jc(_$hash, certIssuedAggregate.hashCode); - _$hash = $jc(_$hash, certReceived.hashCode); - _$hash = $jc(_$hash, certReceivedAggregate.hashCode); - _$hash = $jc(_$hash, createdInId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, lastChangeOn.hashCode); - _$hash = $jc(_$hash, linkedAccount.hashCode); - _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, membershipHistory.hashCode); - _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); - _$hash = $jc(_$hash, name.hashCode); - _$hash = $jc(_$hash, ownerKeyChange.hashCode); - _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); - _$hash = $jc(_$hash, smith.hashCode); - _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jc(_$hash, remark.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -59548,440 +60598,126 @@ class _$GGetHistoryAndBalanceData_account_identity @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity') + r'GAccountTransactionsData_account_transfersIssued_comment') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('accountRemovedId', accountRemovedId) - ..add('certIssued', certIssued) - ..add('certIssuedAggregate', certIssuedAggregate) - ..add('certReceived', certReceived) - ..add('certReceivedAggregate', certReceivedAggregate) - ..add('createdInId', createdInId) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('id', id) - ..add('index', index) - ..add('isMember', isMember) - ..add('lastChangeOn', lastChangeOn) - ..add('linkedAccount', linkedAccount) - ..add('linkedAccountAggregate', linkedAccountAggregate) - ..add('status', status) - ..add('membershipHistory', membershipHistory) - ..add('membershipHistoryAggregate', membershipHistoryAggregate) - ..add('name', name) - ..add('ownerKeyChange', ownerKeyChange) - ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) - ..add('smith', smith) - ..add('udHistory', udHistory)) + ..add('remark', remark)) .toString(); } } -class GGetHistoryAndBalanceData_account_identityBuilder +class GAccountTransactionsData_account_transfersIssued_commentBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity, - GGetHistoryAndBalanceData_account_identityBuilder> { - _$GGetHistoryAndBalanceData_account_identity? _$v; + Builder<GAccountTransactionsData_account_transfersIssued_comment, + GAccountTransactionsData_account_transfersIssued_commentBuilder> { + _$GAccountTransactionsData_account_transfersIssued_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _accountRemovedId; - String? get accountRemovedId => _$this._accountRemovedId; - set accountRemovedId(String? accountRemovedId) => - _$this._accountRemovedId = accountRemovedId; - - ListBuilder<GGetHistoryAndBalanceData_account_identity_certIssued>? - _certIssued; - ListBuilder<GGetHistoryAndBalanceData_account_identity_certIssued> - get certIssued => _$this._certIssued ??= new ListBuilder< - GGetHistoryAndBalanceData_account_identity_certIssued>(); - set certIssued( - ListBuilder<GGetHistoryAndBalanceData_account_identity_certIssued>? - certIssued) => - _$this._certIssued = certIssued; - - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder? - _certIssuedAggregate; - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder - get certIssuedAggregate => _$this._certIssuedAggregate ??= - new GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder(); - set certIssuedAggregate( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder? - certIssuedAggregate) => - _$this._certIssuedAggregate = certIssuedAggregate; - - ListBuilder<GGetHistoryAndBalanceData_account_identity_certReceived>? - _certReceived; - ListBuilder<GGetHistoryAndBalanceData_account_identity_certReceived> - get certReceived => _$this._certReceived ??= new ListBuilder< - GGetHistoryAndBalanceData_account_identity_certReceived>(); - set certReceived( - ListBuilder<GGetHistoryAndBalanceData_account_identity_certReceived>? - certReceived) => - _$this._certReceived = certReceived; - - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder? - _certReceivedAggregate; - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder - get certReceivedAggregate => _$this._certReceivedAggregate ??= - new GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder(); - set certReceivedAggregate( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder? - certReceivedAggregate) => - _$this._certReceivedAggregate = certReceivedAggregate; - - String? _createdInId; - String? get createdInId => _$this._createdInId; - set createdInId(String? createdInId) => _$this._createdInId = createdInId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - int? _lastChangeOn; - int? get lastChangeOn => _$this._lastChangeOn; - set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; - - ListBuilder<GGetHistoryAndBalanceData_account_identity_linkedAccount>? - _linkedAccount; - ListBuilder<GGetHistoryAndBalanceData_account_identity_linkedAccount> - get linkedAccount => _$this._linkedAccount ??= new ListBuilder< - GGetHistoryAndBalanceData_account_identity_linkedAccount>(); - set linkedAccount( - ListBuilder<GGetHistoryAndBalanceData_account_identity_linkedAccount>? - linkedAccount) => - _$this._linkedAccount = linkedAccount; - - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder? - _linkedAccountAggregate; - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder - get linkedAccountAggregate => _$this._linkedAccountAggregate ??= - new GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder(); - set linkedAccountAggregate( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder? - linkedAccountAggregate) => - _$this._linkedAccountAggregate = linkedAccountAggregate; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - ListBuilder<GGetHistoryAndBalanceData_account_identity_membershipHistory>? - _membershipHistory; - ListBuilder<GGetHistoryAndBalanceData_account_identity_membershipHistory> - get membershipHistory => _$this._membershipHistory ??= new ListBuilder< - GGetHistoryAndBalanceData_account_identity_membershipHistory>(); - set membershipHistory( - ListBuilder< - GGetHistoryAndBalanceData_account_identity_membershipHistory>? - membershipHistory) => - _$this._membershipHistory = membershipHistory; - - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder? - _membershipHistoryAggregate; - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder - get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= - new GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder(); - set membershipHistoryAggregate( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder? - membershipHistoryAggregate) => - _$this._membershipHistoryAggregate = membershipHistoryAggregate; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - ListBuilder<GGetHistoryAndBalanceData_account_identity_ownerKeyChange>? - _ownerKeyChange; - ListBuilder<GGetHistoryAndBalanceData_account_identity_ownerKeyChange> - get ownerKeyChange => _$this._ownerKeyChange ??= new ListBuilder< - GGetHistoryAndBalanceData_account_identity_ownerKeyChange>(); - set ownerKeyChange( - ListBuilder< - GGetHistoryAndBalanceData_account_identity_ownerKeyChange>? - ownerKeyChange) => - _$this._ownerKeyChange = ownerKeyChange; - - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder? - _ownerKeyChangeAggregate; - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder - get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= - new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder(); - set ownerKeyChangeAggregate( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder? - ownerKeyChangeAggregate) => - _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; - - GGetHistoryAndBalanceData_account_identity_smithBuilder? _smith; - GGetHistoryAndBalanceData_account_identity_smithBuilder get smith => - _$this._smith ??= - new GGetHistoryAndBalanceData_account_identity_smithBuilder(); - set smith(GGetHistoryAndBalanceData_account_identity_smithBuilder? smith) => - _$this._smith = smith; - - ListBuilder<GGetHistoryAndBalanceData_account_identity_udHistory>? _udHistory; - ListBuilder<GGetHistoryAndBalanceData_account_identity_udHistory> - get udHistory => _$this._udHistory ??= new ListBuilder< - GGetHistoryAndBalanceData_account_identity_udHistory>(); - set udHistory( - ListBuilder<GGetHistoryAndBalanceData_account_identity_udHistory>? - udHistory) => - _$this._udHistory = udHistory; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - GGetHistoryAndBalanceData_account_identityBuilder() { - GGetHistoryAndBalanceData_account_identity._initializeBuilder(this); + GAccountTransactionsData_account_transfersIssued_commentBuilder() { + GAccountTransactionsData_account_transfersIssued_comment._initializeBuilder( + this); } - GGetHistoryAndBalanceData_account_identityBuilder get _$this { + GAccountTransactionsData_account_transfersIssued_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _accountRemovedId = $v.accountRemovedId; - _certIssued = $v.certIssued.toBuilder(); - _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); - _certReceived = $v.certReceived.toBuilder(); - _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); - _createdInId = $v.createdInId; - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _id = $v.id; - _index = $v.index; - _isMember = $v.isMember; - _lastChangeOn = $v.lastChangeOn; - _linkedAccount = $v.linkedAccount.toBuilder(); - _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); - _status = $v.status; - _membershipHistory = $v.membershipHistory.toBuilder(); - _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); - _name = $v.name; - _ownerKeyChange = $v.ownerKeyChange.toBuilder(); - _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); - _smith = $v.smith?.toBuilder(); - _udHistory = $v.udHistory?.toBuilder(); + _remark = $v.remark; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_identity other) { + void replace(GAccountTransactionsData_account_transfersIssued_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_identity; + _$v = other as _$GAccountTransactionsData_account_transfersIssued_comment; } @override void update( - void Function(GGetHistoryAndBalanceData_account_identityBuilder)? + void Function( + GAccountTransactionsData_account_transfersIssued_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity build() => _build(); - - _$GGetHistoryAndBalanceData_account_identity _build() { - _$GGetHistoryAndBalanceData_account_identity _$result; - try { - _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GGetHistoryAndBalanceData_account_identity', 'G__typename'), - accountId: accountId, - accountRemovedId: accountRemovedId, - certIssued: certIssued.build(), - certIssuedAggregate: certIssuedAggregate.build(), - certReceived: certReceived.build(), - certReceivedAggregate: certReceivedAggregate.build(), - createdInId: createdInId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GGetHistoryAndBalanceData_account_identity', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GGetHistoryAndBalanceData_account_identity', 'expireOn'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity', 'id'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GGetHistoryAndBalanceData_account_identity', 'index'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GGetHistoryAndBalanceData_account_identity', 'isMember'), - lastChangeOn: BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GGetHistoryAndBalanceData_account_identity', 'lastChangeOn'), - linkedAccount: linkedAccount.build(), - linkedAccountAggregate: linkedAccountAggregate.build(), - status: status, - membershipHistory: membershipHistory.build(), - membershipHistoryAggregate: membershipHistoryAggregate.build(), - name: BuiltValueNullFieldError.checkNotNull(name, r'GGetHistoryAndBalanceData_account_identity', 'name'), - ownerKeyChange: ownerKeyChange.build(), - ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), - smith: _smith?.build(), - udHistory: _udHistory?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'certIssued'; - certIssued.build(); - _$failedField = 'certIssuedAggregate'; - certIssuedAggregate.build(); - _$failedField = 'certReceived'; - certReceived.build(); - _$failedField = 'certReceivedAggregate'; - certReceivedAggregate.build(); - - _$failedField = 'linkedAccount'; - linkedAccount.build(); - _$failedField = 'linkedAccountAggregate'; - linkedAccountAggregate.build(); + GAccountTransactionsData_account_transfersIssued_comment build() => _build(); - _$failedField = 'membershipHistory'; - membershipHistory.build(); - _$failedField = 'membershipHistoryAggregate'; - membershipHistoryAggregate.build(); - - _$failedField = 'ownerKeyChange'; - ownerKeyChange.build(); - _$failedField = 'ownerKeyChangeAggregate'; - ownerKeyChangeAggregate.build(); - _$failedField = 'smith'; - _smith?.build(); - _$failedField = 'udHistory'; - _udHistory?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountTransactionsData_account_transfersIssued_comment _build() { + final _$result = _$v ?? + new _$GAccountTransactionsData_account_transfersIssued_comment._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTransactionsData_account_transfersIssued_comment', + 'G__typename'), + remark: BuiltValueNullFieldError.checkNotNull( + remark, + r'GAccountTransactionsData_account_transfersIssued_comment', + 'remark')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_certIssued - extends GGetHistoryAndBalanceData_account_identity_certIssued { +class _$GAccountTransactionsData_account_transfersIssuedAggregate + extends GAccountTransactionsData_account_transfersIssuedAggregate { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GGetHistoryAndBalanceData_account_identity_certIssued_issuer? issuer; - @override - final String? receiverId; - @override - final GGetHistoryAndBalanceData_account_identity_certIssued_receiver? - receiver; - @override - final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; + final GAccountTransactionsData_account_transfersIssuedAggregate_aggregate? + aggregate; - factory _$GGetHistoryAndBalanceData_account_identity_certIssued( + factory _$GAccountTransactionsData_account_transfersIssuedAggregate( [void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder)? + GAccountTransactionsData_account_transfersIssuedAggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certIssuedBuilder() + (new GAccountTransactionsData_account_transfersIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GAccountTransactionsData_account_transfersIssuedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssued', + r'GAccountTransactionsData_account_transfersIssuedAggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity_certIssued', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GGetHistoryAndBalanceData_account_identity_certIssued', 'createdOn'); - BuiltValueNullFieldError.checkNotNull(expireOn, - r'GGetHistoryAndBalanceData_account_identity_certIssued', 'expireOn'); - BuiltValueNullFieldError.checkNotNull(isActive, - r'GGetHistoryAndBalanceData_account_identity_certIssued', 'isActive'); - BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GGetHistoryAndBalanceData_account_identity_certIssued', 'updatedOn'); } @override - GGetHistoryAndBalanceData_account_identity_certIssued rebuild( + GAccountTransactionsData_account_transfersIssuedAggregate rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder) + GAccountTransactionsData_account_transfersIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certIssuedBuilder() - ..replace(this); + GAccountTransactionsData_account_transfersIssuedAggregateBuilder + toBuilder() => + new GAccountTransactionsData_account_transfersIssuedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_identity_certIssued && + return other is GAccountTransactionsData_account_transfersIssuedAggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -59989,154 +60725,84 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certIssued') + r'GAccountTransactionsData_account_transfersIssuedAggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('aggregate', aggregate)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certIssuedBuilder +class GAccountTransactionsData_account_transfersIssuedAggregateBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_certIssued, - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certIssued? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; + Builder<GAccountTransactionsData_account_transfersIssuedAggregate, + GAccountTransactionsData_account_transfersIssuedAggregateBuilder> { + _$GAccountTransactionsData_account_transfersIssuedAggregate? _$v; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder? _issuer; - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder - get issuer => _$this._issuer ??= - new GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder(); - set issuer( - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder? - issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder? - _receiver; - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder - get receiver => _$this._receiver ??= - new GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder(); - set receiver( - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder? - receiver) => - _$this._receiver = receiver; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder? + _aggregate; + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder(); + set aggregate( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder() { - GGetHistoryAndBalanceData_account_identity_certIssued._initializeBuilder( - this); + GAccountTransactionsData_account_transfersIssuedAggregateBuilder() { + GAccountTransactionsData_account_transfersIssuedAggregate + ._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder get _$this { + GAccountTransactionsData_account_transfersIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_identity_certIssued other) { + void replace( + GAccountTransactionsData_account_transfersIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_identity_certIssued; + _$v = other as _$GAccountTransactionsData_account_transfersIssuedAggregate; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedBuilder)? + GAccountTransactionsData_account_transfersIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certIssued build() => _build(); + GAccountTransactionsData_account_transfersIssuedAggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certIssued _build() { - _$GGetHistoryAndBalanceData_account_identity_certIssued _$result; + _$GAccountTransactionsData_account_transfersIssuedAggregate _build() { + _$GAccountTransactionsData_account_transfersIssuedAggregate _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certIssued._( + new _$GAccountTransactionsData_account_transfersIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssued', + r'GAccountTransactionsData_account_transfersIssuedAggregate', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity_certIssued', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GGetHistoryAndBalanceData_account_identity_certIssued', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GGetHistoryAndBalanceData_account_identity_certIssued', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GGetHistoryAndBalanceData_account_identity_certIssued', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, - r'GGetHistoryAndBalanceData_account_identity_certIssued', - 'updatedOn')); + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'issuer'; - _issuer?.build(); - - _$failedField = 'receiver'; - _receiver?.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_certIssued', + r'GAccountTransactionsData_account_transfersIssuedAggregate', _$failedField, e.toString()); } @@ -60147,88 +60813,66 @@ class GGetHistoryAndBalanceData_account_identity_certIssuedBuilder } } -class _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer - extends GGetHistoryAndBalanceData_account_identity_certIssued_issuer { +class _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + extends GAccountTransactionsData_account_transfersIssuedAggregate_aggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; + final GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum? + sum; @override - final String name; + final int count; - factory _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer( + factory _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate( [void Function( - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder)? + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder() + (new GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate._( + {required this.G__typename, this.sum, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer', + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer', 'id'); BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer', - 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer', - 'name'); + count, + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate', + 'count'); } @override - GGetHistoryAndBalanceData_account_identity_certIssued_issuer rebuild( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder) + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder() + new GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GGetHistoryAndBalanceData_account_identity_certIssued_issuer && + is GAccountTransactionsData_account_transfersIssuedAggregate_aggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + sum == other.sum && + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, sum.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -60236,62 +60880,51 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer') + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('sum', sum) + ..add('count', count)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder +class GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_certIssued_issuer, - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer? _$v; + Builder< + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder> { + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder? + _sum; + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder + get sum => _$this._sum ??= + new GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder(); + set sum( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder? + sum) => + _$this._sum = sum; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder() { - GGetHistoryAndBalanceData_account_identity_certIssued_issuer + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder() { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate ._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _sum = $v.sum?.toBuilder(); + _count = $v.count; _$v = null; } return this; @@ -60299,134 +60932,111 @@ class GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder @override void replace( - GGetHistoryAndBalanceData_account_identity_certIssued_issuer other) { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer; + _$v = other + as _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certIssued_issuerBuilder)? + GAccountTransactionsData_account_transfersIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certIssued_issuer build() => + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certIssued_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_identity_certIssued_issuer', - 'name')); + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + _build() { + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + _$result; + try { + _$result = _$v ?? + new _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate', + 'G__typename'), + sum: _sum?.build(), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate', + 'count')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'sum'; + _sum?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver - extends GGetHistoryAndBalanceData_account_identity_certIssued_receiver { +class _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum + extends GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int? amount; - factory _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver( + factory _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum( [void Function( - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder)? + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder() + (new GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum._( + {required this.G__typename, this.amount}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver', + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver', - 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver', - 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver', - 'name'); } @override - GGetHistoryAndBalanceData_account_identity_certIssued_receiver rebuild( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder) + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder() + new GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GGetHistoryAndBalanceData_account_identity_certIssued_receiver && + is GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + amount == other.amount; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, amount.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -60434,62 +61044,40 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver') + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('amount', amount)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder +class GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_certIssued_receiver, - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver? _$v; + Builder< + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder> { + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum? + _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder() { - GGetHistoryAndBalanceData_account_identity_certIssued_receiver + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder() { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum ._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _amount = $v.amount; _$v = null; } return this; @@ -60497,102 +61085,119 @@ class GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder @override void replace( - GGetHistoryAndBalanceData_account_identity_certIssued_receiver other) { + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum + other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver; + as _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certIssued_receiverBuilder)? + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sumBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certIssued_receiver build() => - _build(); + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum + build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver _build() { + _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum + _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certIssued_receiver._( + new _$GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum + ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver', + r'GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_identity_certIssued_receiver', - 'name')); + amount: amount); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate - extends GGetHistoryAndBalanceData_account_identity_certIssuedAggregate { +class _$GAccountTransactionsData_account_transfersReceived + extends GAccountTransactionsData_account_transfersReceived { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate? - aggregate; + final int blockNumber; + @override + final _i2.Gtimestamptz timestamp; + @override + final int amount; + @override + final GAccountTransactionsData_account_transfersReceived_to? to; + @override + final GAccountTransactionsData_account_transfersReceived_from? from; + @override + final GAccountTransactionsData_account_transfersReceived_comment? comment; - factory _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate( + factory _$GAccountTransactionsData_account_transfersReceived( [void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder)? + GAccountTransactionsData_account_transfersReceivedBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder() + (new GAccountTransactionsData_account_transfersReceivedBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountTransactionsData_account_transfersReceived._( + {required this.G__typename, + required this.blockNumber, + required this.timestamp, + required this.amount, + this.to, + this.from, + this.comment}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate', - 'G__typename'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTransactionsData_account_transfersReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountTransactionsData_account_transfersReceived', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull(timestamp, + r'GAccountTransactionsData_account_transfersReceived', 'timestamp'); + BuiltValueNullFieldError.checkNotNull(amount, + r'GAccountTransactionsData_account_transfersReceived', 'amount'); } @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate rebuild( + GAccountTransactionsData_account_transfersReceived rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder) + GAccountTransactionsData_account_transfersReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder() - ..replace(this); + GAccountTransactionsData_account_transfersReceivedBuilder toBuilder() => + new GAccountTransactionsData_account_transfersReceivedBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_certIssuedAggregate && + return other is GAccountTransactionsData_account_transfersReceived && G__typename == other.G__typename && - aggregate == other.aggregate; + blockNumber == other.blockNumber && + timestamp == other.timestamp && + amount == other.amount && + to == other.to && + from == other.from && + comment == other.comment; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, to.hashCode); + _$hash = $jc(_$hash, from.hashCode); + _$hash = $jc(_$hash, comment.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -60600,88 +61205,139 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate') + r'GAccountTransactionsData_account_transfersReceived') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('blockNumber', blockNumber) + ..add('timestamp', timestamp) + ..add('amount', amount) + ..add('to', to) + ..add('from', from) + ..add('comment', comment)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder +class GAccountTransactionsData_account_transfersReceivedBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_certIssuedAggregate, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate? _$v; + Builder<GAccountTransactionsData_account_transfersReceived, + GAccountTransactionsData_account_transfersReceivedBuilder> { + _$GAccountTransactionsData_account_transfersReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder(); - set aggregate( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate - ._initializeBuilder(this); + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; + + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; + + GAccountTransactionsData_account_transfersReceived_toBuilder? _to; + GAccountTransactionsData_account_transfersReceived_toBuilder get to => + _$this._to ??= + new GAccountTransactionsData_account_transfersReceived_toBuilder(); + set to(GAccountTransactionsData_account_transfersReceived_toBuilder? to) => + _$this._to = to; + + GAccountTransactionsData_account_transfersReceived_fromBuilder? _from; + GAccountTransactionsData_account_transfersReceived_fromBuilder get from => + _$this._from ??= + new GAccountTransactionsData_account_transfersReceived_fromBuilder(); + set from( + GAccountTransactionsData_account_transfersReceived_fromBuilder? + from) => + _$this._from = from; + + GAccountTransactionsData_account_transfersReceived_commentBuilder? _comment; + GAccountTransactionsData_account_transfersReceived_commentBuilder + get comment => _$this._comment ??= + new GAccountTransactionsData_account_transfersReceived_commentBuilder(); + set comment( + GAccountTransactionsData_account_transfersReceived_commentBuilder? + comment) => + _$this._comment = comment; + + GAccountTransactionsData_account_transfersReceivedBuilder() { + GAccountTransactionsData_account_transfersReceived._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder - get _$this { + GAccountTransactionsData_account_transfersReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _blockNumber = $v.blockNumber; + _timestamp = $v.timestamp.toBuilder(); + _amount = $v.amount; + _to = $v.to?.toBuilder(); + _from = $v.from?.toBuilder(); + _comment = $v.comment?.toBuilder(); _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate other) { + void replace(GAccountTransactionsData_account_transfersReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate; + _$v = other as _$GAccountTransactionsData_account_transfersReceived; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder)? + void Function(GAccountTransactionsData_account_transfersReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate build() => - _build(); + GAccountTransactionsData_account_transfersReceived build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate _build() { - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate _$result; + _$GAccountTransactionsData_account_transfersReceived _build() { + _$GAccountTransactionsData_account_transfersReceived _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate - ._( + new _$GAccountTransactionsData_account_transfersReceived._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate', + r'GAccountTransactionsData_account_transfersReceived', 'G__typename'), - aggregate: _aggregate?.build()); + blockNumber: + BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountTransactionsData_account_transfersReceived', + 'blockNumber'), + timestamp: timestamp.build(), + amount: BuiltValueNullFieldError.checkNotNull( + amount, + r'GAccountTransactionsData_account_transfersReceived', + 'amount'), + to: _to?.build(), + from: _from?.build(), + comment: _comment?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'timestamp'; + timestamp.build(); + + _$failedField = 'to'; + _to?.build(); + _$failedField = 'from'; + _from?.build(); + _$failedField = 'comment'; + _comment?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate', + r'GAccountTransactionsData_account_transfersReceived', _$failedField, e.toString()); } @@ -60692,61 +61348,57 @@ class GGetHistoryAndBalanceData_account_identity_certIssuedAggregateBuilder } } -class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - extends GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate { +class _$GAccountTransactionsData_account_transfersReceived_to + extends GAccountTransactionsData_account_transfersReceived_to { @override final String G__typename; @override - final int count; + final String id; - factory _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate( + factory _$GAccountTransactionsData_account_transfersReceived_to( [void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder)? + GAccountTransactionsData_account_transfersReceived_toBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder() + (new GAccountTransactionsData_account_transfersReceived_toBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountTransactionsData_account_transfersReceived_to._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate', + r'GAccountTransactionsData_account_transfersReceived_to', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate', - 'count'); + id, r'GAccountTransactionsData_account_transfersReceived_to', 'id'); } @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate rebuild( + GAccountTransactionsData_account_transfersReceived_to rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder) + GAccountTransactionsData_account_transfersReceived_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder() - ..replace(this); + GAccountTransactionsData_account_transfersReceived_toBuilder toBuilder() => + new GAccountTransactionsData_account_transfersReceived_toBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate && + return other is GAccountTransactionsData_account_transfersReceived_to && G__typename == other.G__typename && - count == other.count; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -60754,174 +61406,119 @@ class _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate') + r'GAccountTransactionsData_account_transfersReceived_to') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder +class GAccountTransactionsData_account_transfersReceived_toBuilder implements - Builder< - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate? - _$v; + Builder<GAccountTransactionsData_account_transfersReceived_to, + GAccountTransactionsData_account_transfersReceived_toBuilder> { + _$GAccountTransactionsData_account_transfersReceived_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - ._initializeBuilder(this); + GAccountTransactionsData_account_transfersReceived_toBuilder() { + GAccountTransactionsData_account_transfersReceived_to._initializeBuilder( + this); } - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder - get _$this { + GAccountTransactionsData_account_transfersReceived_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - other) { + void replace(GAccountTransactionsData_account_transfersReceived_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate; + _$v = other as _$GAccountTransactionsData_account_transfersReceived_to; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregateBuilder)? + GAccountTransactionsData_account_transfersReceived_toBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - build() => _build(); + GAccountTransactionsData_account_transfersReceived_to build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - _build() { + _$GAccountTransactionsData_account_transfersReceived_to _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - ._( + new _$GAccountTransactionsData_account_transfersReceived_to._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate', + r'GAccountTransactionsData_account_transfersReceived_to', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate', - 'count')); + id: BuiltValueNullFieldError.checkNotNull( + id, + r'GAccountTransactionsData_account_transfersReceived_to', + 'id')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_certReceived - extends GGetHistoryAndBalanceData_account_identity_certReceived { +class _$GAccountTransactionsData_account_transfersReceived_from + extends GAccountTransactionsData_account_transfersReceived_from { @override final String G__typename; @override final String id; - @override - final String? issuerId; - @override - final GGetHistoryAndBalanceData_account_identity_certReceived_issuer? issuer; - @override - final String? receiverId; - @override - final GGetHistoryAndBalanceData_account_identity_certReceived_receiver? - receiver; - @override - final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; - factory _$GGetHistoryAndBalanceData_account_identity_certReceived( + factory _$GAccountTransactionsData_account_transfersReceived_from( [void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder)? + GAccountTransactionsData_account_transfersReceived_fromBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certReceivedBuilder() + (new GAccountTransactionsData_account_transfersReceived_fromBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GAccountTransactionsData_account_transfersReceived_from._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceived', + r'GAccountTransactionsData_account_transfersReceived_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity_certReceived', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GGetHistoryAndBalanceData_account_identity_certReceived', - 'createdOn'); - BuiltValueNullFieldError.checkNotNull(expireOn, - r'GGetHistoryAndBalanceData_account_identity_certReceived', 'expireOn'); - BuiltValueNullFieldError.checkNotNull(isActive, - r'GGetHistoryAndBalanceData_account_identity_certReceived', 'isActive'); - BuiltValueNullFieldError.checkNotNull( - updatedOn, - r'GGetHistoryAndBalanceData_account_identity_certReceived', - 'updatedOn'); + id, r'GAccountTransactionsData_account_transfersReceived_from', 'id'); } @override - GGetHistoryAndBalanceData_account_identity_certReceived rebuild( + GAccountTransactionsData_account_transfersReceived_from rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder) + GAccountTransactionsData_account_transfersReceived_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certReceivedBuilder() + GAccountTransactionsData_account_transfersReceived_fromBuilder toBuilder() => + new GAccountTransactionsData_account_transfersReceived_fromBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_identity_certReceived && + return other is GAccountTransactionsData_account_transfersReceived_from && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + id == other.id; } @override @@ -60929,14 +61526,6 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -60944,26 +61533,18 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certReceived') + r'GAccountTransactionsData_account_transfersReceived_from') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('id', id)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certReceivedBuilder +class GAccountTransactionsData_account_transfersReceived_fromBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_certReceived, - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certReceived? _$v; + Builder<GAccountTransactionsData_account_transfersReceived_from, + GAccountTransactionsData_account_transfersReceived_fromBuilder> { + _$GAccountTransactionsData_account_transfersReceived_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -60973,218 +61554,109 @@ class GGetHistoryAndBalanceData_account_identity_certReceivedBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder? - _issuer; - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder - get issuer => _$this._issuer ??= - new GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder(); - set issuer( - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder? - issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder? - _receiver; - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder - get receiver => _$this._receiver ??= - new GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder(); - set receiver( - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder? - receiver) => - _$this._receiver = receiver; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder() { - GGetHistoryAndBalanceData_account_identity_certReceived._initializeBuilder( + GAccountTransactionsData_account_transfersReceived_fromBuilder() { + GAccountTransactionsData_account_transfersReceived_from._initializeBuilder( this); } - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder get _$this { + GAccountTransactionsData_account_transfersReceived_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_identity_certReceived other) { + void replace(GAccountTransactionsData_account_transfersReceived_from other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_identity_certReceived; + _$v = other as _$GAccountTransactionsData_account_transfersReceived_from; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedBuilder)? + GAccountTransactionsData_account_transfersReceived_fromBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certReceived build() => _build(); - - _$GGetHistoryAndBalanceData_account_identity_certReceived _build() { - _$GGetHistoryAndBalanceData_account_identity_certReceived _$result; - try { - _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceived', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity_certReceived', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GGetHistoryAndBalanceData_account_identity_certReceived', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GGetHistoryAndBalanceData_account_identity_certReceived', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GGetHistoryAndBalanceData_account_identity_certReceived', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GGetHistoryAndBalanceData_account_identity_certReceived', 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); - - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_certReceived', - _$failedField, - e.toString()); - } - rethrow; - } + GAccountTransactionsData_account_transfersReceived_from build() => _build(); + + _$GAccountTransactionsData_account_transfersReceived_from _build() { + final _$result = _$v ?? + new _$GAccountTransactionsData_account_transfersReceived_from._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTransactionsData_account_transfersReceived_from', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, + r'GAccountTransactionsData_account_transfersReceived_from', + 'id')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer - extends GGetHistoryAndBalanceData_account_identity_certReceived_issuer { +class _$GAccountTransactionsData_account_transfersReceived_comment + extends GAccountTransactionsData_account_transfersReceived_comment { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final String remark; - factory _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer( + factory _$GAccountTransactionsData_account_transfersReceived_comment( [void Function( - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder)? + GAccountTransactionsData_account_transfersReceived_commentBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder() + (new GAccountTransactionsData_account_transfersReceived_commentBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountTransactionsData_account_transfersReceived_comment._( + {required this.G__typename, required this.remark}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer', + r'GAccountTransactionsData_account_transfersReceived_comment', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer', - 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer', - 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer', - 'name'); + remark, + r'GAccountTransactionsData_account_transfersReceived_comment', + 'remark'); } @override - GGetHistoryAndBalanceData_account_identity_certReceived_issuer rebuild( + GAccountTransactionsData_account_transfersReceived_comment rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder) + GAccountTransactionsData_account_transfersReceived_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder + GAccountTransactionsData_account_transfersReceived_commentBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder() + new GAccountTransactionsData_account_transfersReceived_commentBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GGetHistoryAndBalanceData_account_identity_certReceived_issuer && + is GAccountTransactionsData_account_transfersReceived_comment && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + remark == other.remark; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, remark.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -61192,62 +61664,37 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer') + r'GAccountTransactionsData_account_transfersReceived_comment') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('remark', remark)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder +class GAccountTransactionsData_account_transfersReceived_commentBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_certReceived_issuer, - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer? _$v; + Builder<GAccountTransactionsData_account_transfersReceived_comment, + GAccountTransactionsData_account_transfersReceived_commentBuilder> { + _$GAccountTransactionsData_account_transfersReceived_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder() { - GGetHistoryAndBalanceData_account_identity_certReceived_issuer + GAccountTransactionsData_account_transfersReceived_commentBuilder() { + GAccountTransactionsData_account_transfersReceived_comment ._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder - get _$this { + GAccountTransactionsData_account_transfersReceived_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _remark = $v.remark; _$v = null; } return this; @@ -61255,134 +61702,91 @@ class GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder @override void replace( - GGetHistoryAndBalanceData_account_identity_certReceived_issuer other) { + GAccountTransactionsData_account_transfersReceived_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer; + _$v = other as _$GAccountTransactionsData_account_transfersReceived_comment; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certReceived_issuerBuilder)? + GAccountTransactionsData_account_transfersReceived_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certReceived_issuer build() => + GAccountTransactionsData_account_transfersReceived_comment build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer _build() { + _$GAccountTransactionsData_account_transfersReceived_comment _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certReceived_issuer._( + new _$GAccountTransactionsData_account_transfersReceived_comment._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer', + r'GAccountTransactionsData_account_transfersReceived_comment', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_identity_certReceived_issuer', - 'name')); + remark: BuiltValueNullFieldError.checkNotNull( + remark, + r'GAccountTransactionsData_account_transfersReceived_comment', + 'remark')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver - extends GGetHistoryAndBalanceData_account_identity_certReceived_receiver { +class _$GAccountTransactionsData_account_transfersReceivedAggregate + extends GAccountTransactionsData_account_transfersReceivedAggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final GAccountTransactionsData_account_transfersReceivedAggregate_aggregate? + aggregate; - factory _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver( + factory _$GAccountTransactionsData_account_transfersReceivedAggregate( [void Function( - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder)? + GAccountTransactionsData_account_transfersReceivedAggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder() + (new GAccountTransactionsData_account_transfersReceivedAggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountTransactionsData_account_transfersReceivedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver', + r'GAccountTransactionsData_account_transfersReceivedAggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver', - 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver', - 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver', - 'name'); } @override - GGetHistoryAndBalanceData_account_identity_certReceived_receiver rebuild( + GAccountTransactionsData_account_transfersReceivedAggregate rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder) + GAccountTransactionsData_account_transfersReceivedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder + GAccountTransactionsData_account_transfersReceivedAggregateBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder() + new GAccountTransactionsData_account_transfersReceivedAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GGetHistoryAndBalanceData_account_identity_certReceived_receiver && + is GAccountTransactionsData_account_transfersReceivedAggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -61390,63 +61794,44 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver') + r'GAccountTransactionsData_account_transfersReceivedAggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('aggregate', aggregate)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder +class GAccountTransactionsData_account_transfersReceivedAggregateBuilder implements - Builder< - GGetHistoryAndBalanceData_account_identity_certReceived_receiver, - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver? _$v; + Builder<GAccountTransactionsData_account_transfersReceivedAggregate, + GAccountTransactionsData_account_transfersReceivedAggregateBuilder> { + _$GAccountTransactionsData_account_transfersReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder? + _aggregate; + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder(); + set aggregate( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder() { - GGetHistoryAndBalanceData_account_identity_certReceived_receiver + GAccountTransactionsData_account_transfersReceivedAggregateBuilder() { + GAccountTransactionsData_account_transfersReceivedAggregate ._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder + GAccountTransactionsData_account_transfersReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; @@ -61454,102 +61839,112 @@ class GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder @override void replace( - GGetHistoryAndBalanceData_account_identity_certReceived_receiver other) { + GAccountTransactionsData_account_transfersReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver; + _$v = + other as _$GAccountTransactionsData_account_transfersReceivedAggregate; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certReceived_receiverBuilder)? + GAccountTransactionsData_account_transfersReceivedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certReceived_receiver build() => + GAccountTransactionsData_account_transfersReceivedAggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certReceived_receiver._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver', - 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_identity_certReceived_receiver', - 'name')); + _$GAccountTransactionsData_account_transfersReceivedAggregate _build() { + _$GAccountTransactionsData_account_transfersReceivedAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountTransactionsData_account_transfersReceivedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTransactionsData_account_transfersReceivedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountTransactionsData_account_transfersReceivedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate - extends GGetHistoryAndBalanceData_account_identity_certReceivedAggregate { +class _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate + extends GAccountTransactionsData_account_transfersReceivedAggregate_aggregate { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate? - aggregate; + final GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum? + sum; + @override + final int count; - factory _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate( + factory _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate( [void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder)? + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder() + (new GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate._( + {required this.G__typename, this.sum, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate', + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate', + 'count'); } @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate rebuild( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate rebuild( void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder) + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder() + new GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GGetHistoryAndBalanceData_account_identity_certReceivedAggregate && + is GAccountTransactionsData_account_transfersReceivedAggregate_aggregate && G__typename == other.G__typename && - aggregate == other.aggregate; + sum == other.sum && + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, sum.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -61557,45 +61952,51 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate') + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('sum', sum) + ..add('count', count)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder +class GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder implements Builder< - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate? _$v; + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder> { + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder(); - set aggregate( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder? + _sum; + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder + get sum => _$this._sum ??= + new GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder(); + set sum( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder? + sum) => + _$this._sum = sum; + + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder() { + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate ._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _sum = $v.sum?.toBuilder(); + _count = $v.count; _$v = null; } return this; @@ -61603,43 +62004,50 @@ class GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder @override void replace( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate other) { + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate + other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate; + as _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder)? + GAccountTransactionsData_account_transfersReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate build() => - _build(); + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate + build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate _build() { - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate _$result; + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate + _build() { + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate + _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate + new _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate', + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate', 'G__typename'), - aggregate: _aggregate?.build()); + sum: _sum?.build(), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate', + 'count')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'sum'; + _sum?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate', + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate', _$failedField, e.toString()); } @@ -61650,62 +62058,57 @@ class GGetHistoryAndBalanceData_account_identity_certReceivedAggregateBuilder } } -class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate - extends GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate { +class _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum + extends GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum { @override final String G__typename; @override - final int count; + final int? amount; - factory _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate( + factory _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum( [void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder)? + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder() + (new GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum._( + {required this.G__typename, this.amount}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate', + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate', - 'count'); } @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate - rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum rebuild( + void Function( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder) + updates) => + (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder() + new GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; return other - is GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate && + is GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum && G__typename == other.G__typename && - count == other.count; + amount == other.amount; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, amount.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -61713,40 +62116,40 @@ class _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggrega @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate') + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('amount', amount)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder +class GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder implements Builder< - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate? + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder> { + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder() { + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum ._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _amount = $v.amount; _$v = null; } return this; @@ -61754,1015 +62157,1298 @@ class GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate @override void replace( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum other) { ArgumentError.checkNotNull(other, 'other'); _$v = other - as _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate; + as _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum; } @override void update( void Function( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregateBuilder)? + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sumBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate + _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate + new _$GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum ._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate', + r'GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate', - 'count')); + amount: amount); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_linkedAccount - extends GGetHistoryAndBalanceData_account_identity_linkedAccount { +class _$GCertFieldsData extends GCertFieldsData { @override final String G__typename; @override final String id; + @override + final String? issuerId; + @override + final GCertFieldsData_issuer? issuer; + @override + final String? receiverId; + @override + final GCertFieldsData_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GGetHistoryAndBalanceData_account_identity_linkedAccount( - [void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder() - ..update(updates)) - ._build(); + factory _$GCertFieldsData([void Function(GCertFieldsDataBuilder)? updates]) => + (new GCertFieldsDataBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_linkedAccount._( - {required this.G__typename, required this.id}) + _$GCertFieldsData._( + {required this.G__typename, + required this.id, + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GCertFieldsData', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(id, r'GCertFieldsData', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GCertFieldsData', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GCertFieldsData', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GCertFieldsData', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GCertFieldsData', 'updatedOn'); + } + + @override + GCertFieldsData rebuild(void Function(GCertFieldsDataBuilder) updates) => + (toBuilder()..update(updates)).build(); + + @override + GCertFieldsDataBuilder toBuilder() => + new GCertFieldsDataBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GCertFieldsData && + G__typename == other.G__typename && + id == other.id && + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper(r'GCertFieldsData') + ..add('G__typename', G__typename) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) + .toString(); + } +} + +class GCertFieldsDataBuilder + implements Builder<GCertFieldsData, GCertFieldsDataBuilder> { + _$GCertFieldsData? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + GCertFieldsData_issuerBuilder? _issuer; + GCertFieldsData_issuerBuilder get issuer => + _$this._issuer ??= new GCertFieldsData_issuerBuilder(); + set issuer(GCertFieldsData_issuerBuilder? issuer) => _$this._issuer = issuer; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GCertFieldsData_receiverBuilder? _receiver; + GCertFieldsData_receiverBuilder get receiver => + _$this._receiver ??= new GCertFieldsData_receiverBuilder(); + set receiver(GCertFieldsData_receiverBuilder? receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GCertFieldsDataBuilder() { + GCertFieldsData._initializeBuilder(this); + } + + GCertFieldsDataBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _id = $v.id; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; + _$v = null; + } + return this; + } + + @override + void replace(GCertFieldsData other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GCertFieldsData; + } + + @override + void update(void Function(GCertFieldsDataBuilder)? updates) { + if (updates != null) updates(this); + } + + @override + GCertFieldsData build() => _build(); + + _$GCertFieldsData _build() { + _$GCertFieldsData _$result; + try { + _$result = _$v ?? + new _$GCertFieldsData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GCertFieldsData', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GCertFieldsData', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GCertFieldsData', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GCertFieldsData', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GCertFieldsData', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GCertFieldsData', 'updatedOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GCertFieldsData', _$failedField, e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + +class _$GCertFieldsData_issuer extends GCertFieldsData_issuer { + @override + final String G__typename; + @override + final String? accountId; + @override + final GCertFieldsData_issuer_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; + + factory _$GCertFieldsData_issuer( + [void Function(GCertFieldsData_issuerBuilder)? updates]) => + (new GCertFieldsData_issuerBuilder()..update(updates))._build(); + + _$GCertFieldsData_issuer._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_linkedAccount', - 'G__typename'); + G__typename, r'GCertFieldsData_issuer', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(id, r'GCertFieldsData_issuer', 'id'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity_linkedAccount', 'id'); + isMember, r'GCertFieldsData_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GCertFieldsData_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GCertFieldsData_issuer', 'expireOn'); } @override - GGetHistoryAndBalanceData_account_identity_linkedAccount rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder) - updates) => + GCertFieldsData_issuer rebuild( + void Function(GCertFieldsData_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder() - ..replace(this); + GCertFieldsData_issuerBuilder toBuilder() => + new GCertFieldsData_issuerBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_identity_linkedAccount && + return other is GCertFieldsData_issuer && G__typename == other.G__typename && - id == other.id; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_linkedAccount') + return (newBuiltValueToStringHelper(r'GCertFieldsData_issuer') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder - implements - Builder<GGetHistoryAndBalanceData_account_identity_linkedAccount, - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder> { - _$GGetHistoryAndBalanceData_account_identity_linkedAccount? _$v; +class GCertFieldsData_issuerBuilder + implements Builder<GCertFieldsData_issuer, GCertFieldsData_issuerBuilder> { + _$GCertFieldsData_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GCertFieldsData_issuer_accountBuilder? _account; + GCertFieldsData_issuer_accountBuilder get account => + _$this._account ??= new GCertFieldsData_issuer_accountBuilder(); + set account(GCertFieldsData_issuer_accountBuilder? account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder() { - GGetHistoryAndBalanceData_account_identity_linkedAccount._initializeBuilder( - this); + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GCertFieldsData_issuerBuilder() { + GCertFieldsData_issuer._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder get _$this { + GCertFieldsData_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_identity_linkedAccount other) { + void replace(GCertFieldsData_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_identity_linkedAccount; + _$v = other as _$GCertFieldsData_issuer; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountBuilder)? - updates) { + void update(void Function(GCertFieldsData_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_linkedAccount build() => _build(); + GCertFieldsData_issuer build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_linkedAccount _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_linkedAccount._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_linkedAccount', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_linkedAccount', - 'id')); + _$GCertFieldsData_issuer _build() { + _$GCertFieldsData_issuer _$result; + try { + _$result = _$v ?? + new _$GCertFieldsData_issuer._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GCertFieldsData_issuer', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GCertFieldsData_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GCertFieldsData_issuer', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GCertFieldsData_issuer', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GCertFieldsData_issuer', 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GCertFieldsData_issuer', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - extends GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate { +class _$GCertFieldsData_issuer_account extends GCertFieldsData_issuer_account { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate? - aggregate; + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder() - ..update(updates)) - ._build(); + factory _$GCertFieldsData_issuer_account( + [void Function(GCertFieldsData_issuer_accountBuilder)? updates]) => + (new GCertFieldsData_issuer_accountBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate._( - {required this.G__typename, this.aggregate}) + _$GCertFieldsData_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate', - 'G__typename'); + G__typename, r'GCertFieldsData_issuer_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GCertFieldsData_issuer_account', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder) - updates) => + GCertFieldsData_issuer_account rebuild( + void Function(GCertFieldsData_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder() - ..replace(this); + GCertFieldsData_issuer_accountBuilder toBuilder() => + new GCertFieldsData_issuer_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate && + return other is GCertFieldsData_issuer_account && G__typename == other.G__typename && - aggregate == other.aggregate; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate') + return (newBuiltValueToStringHelper(r'GCertFieldsData_issuer_account') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder +class GCertFieldsData_issuer_accountBuilder implements - Builder< - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate? _$v; + Builder<GCertFieldsData_issuer_account, + GCertFieldsData_issuer_accountBuilder> { + _$GCertFieldsData_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder(); - set aggregate( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - ._initializeBuilder(this); + GCertFieldsData_issuer_accountBuilder() { + GCertFieldsData_issuer_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder - get _$this { + GCertFieldsData_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate other) { + void replace(GCertFieldsData_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate; + _$v = other as _$GCertFieldsData_issuer_account; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregateBuilder)? - updates) { + void update(void Function(GCertFieldsData_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate build() => - _build(); + GCertFieldsData_issuer_account build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate _build() { - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - _$result; - try { - _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GCertFieldsData_issuer_account _build() { + final _$result = _$v ?? + new _$GCertFieldsData_issuer_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GCertFieldsData_issuer_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GCertFieldsData_issuer_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - extends GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate { +class _$GCertFieldsData_receiver extends GCertFieldsData_receiver { @override final String G__typename; @override - final int count; + final String? accountId; + @override + final GCertFieldsData_receiver_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder() - ..update(updates)) - ._build(); + factory _$GCertFieldsData_receiver( + [void Function(GCertFieldsData_receiverBuilder)? updates]) => + (new GCertFieldsData_receiverBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GCertFieldsData_receiver._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate', - 'G__typename'); + G__typename, r'GCertFieldsData_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate', - 'count'); + id, r'GCertFieldsData_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GCertFieldsData_receiver', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GCertFieldsData_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GCertFieldsData_receiver', 'expireOn'); } @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); + GCertFieldsData_receiver rebuild( + void Function(GCertFieldsData_receiverBuilder) updates) => + (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder() - ..replace(this); + GCertFieldsData_receiverBuilder toBuilder() => + new GCertFieldsData_receiverBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate && + return other is GCertFieldsData_receiver && G__typename == other.G__typename && - count == other.count; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate') + return (newBuiltValueToStringHelper(r'GCertFieldsData_receiver') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder +class GCertFieldsData_receiverBuilder implements - Builder< - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate? - _$v; + Builder<GCertFieldsData_receiver, GCertFieldsData_receiverBuilder> { + _$GCertFieldsData_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - ._initializeBuilder(this); + GCertFieldsData_receiver_accountBuilder? _account; + GCertFieldsData_receiver_accountBuilder get account => + _$this._account ??= new GCertFieldsData_receiver_accountBuilder(); + set account(GCertFieldsData_receiver_accountBuilder? account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GCertFieldsData_receiverBuilder() { + GCertFieldsData_receiver._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder - get _$this { + GCertFieldsData_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - other) { + void replace(GCertFieldsData_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate; + _$v = other as _$GCertFieldsData_receiver; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregateBuilder)? - updates) { + void update(void Function(GCertFieldsData_receiverBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - build() => _build(); + GCertFieldsData_receiver build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate', - 'count')); + _$GCertFieldsData_receiver _build() { + _$GCertFieldsData_receiver _$result; + try { + _$result = _$v ?? + new _$GCertFieldsData_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GCertFieldsData_receiver', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GCertFieldsData_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GCertFieldsData_receiver', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GCertFieldsData_receiver', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GCertFieldsData_receiver', 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GCertFieldsData_receiver', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_membershipHistory - extends GGetHistoryAndBalanceData_account_identity_membershipHistory { +class _$GCertFieldsData_receiver_account + extends GCertFieldsData_receiver_account { @override final String G__typename; @override - final int blockNumber; - @override - final String? eventId; - @override - final _i2.GEventTypeEnum? eventType; - @override - final String id; - @override - final String? identityId; + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_identity_membershipHistory( - [void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder() - ..update(updates)) - ._build(); + factory _$GCertFieldsData_receiver_account( + [void Function(GCertFieldsData_receiver_accountBuilder)? updates]) => + (new GCertFieldsData_receiver_accountBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_membershipHistory._( - {required this.G__typename, - required this.blockNumber, - this.eventId, - this.eventType, - required this.id, - this.identityId}) + _$GCertFieldsData_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_membershipHistory', - 'G__typename'); + G__typename, r'GCertFieldsData_receiver_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GGetHistoryAndBalanceData_account_identity_membershipHistory', - 'blockNumber'); - BuiltValueNullFieldError.checkNotNull(id, - r'GGetHistoryAndBalanceData_account_identity_membershipHistory', 'id'); + createdOn, r'GCertFieldsData_receiver_account', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_identity_membershipHistory rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder) - updates) => + GCertFieldsData_receiver_account rebuild( + void Function(GCertFieldsData_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder() - ..replace(this); + GCertFieldsData_receiver_accountBuilder toBuilder() => + new GCertFieldsData_receiver_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_membershipHistory && + return other is GCertFieldsData_receiver_account && G__typename == other.G__typename && - blockNumber == other.blockNumber && - eventId == other.eventId && - eventType == other.eventType && - id == other.id && - identityId == other.identityId; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, eventType.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_membershipHistory') + return (newBuiltValueToStringHelper(r'GCertFieldsData_receiver_account') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('eventType', eventType) - ..add('id', id) - ..add('identityId', identityId)) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder +class GCertFieldsData_receiver_accountBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_membershipHistory, - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder> { - _$GGetHistoryAndBalanceData_account_identity_membershipHistory? _$v; + Builder<GCertFieldsData_receiver_account, + GCertFieldsData_receiver_accountBuilder> { + _$GCertFieldsData_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; - - _i2.GEventTypeEnum? _eventType; - _i2.GEventTypeEnum? get eventType => _$this._eventType; - set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder() { - GGetHistoryAndBalanceData_account_identity_membershipHistory - ._initializeBuilder(this); + GCertFieldsData_receiver_accountBuilder() { + GCertFieldsData_receiver_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder - get _$this { + GCertFieldsData_receiver_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _eventType = $v.eventType; - _id = $v.id; - _identityId = $v.identityId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_membershipHistory other) { + void replace(GCertFieldsData_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GGetHistoryAndBalanceData_account_identity_membershipHistory; + _$v = other as _$GCertFieldsData_receiver_account; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryBuilder)? - updates) { + void update(void Function(GCertFieldsData_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_membershipHistory build() => - _build(); + GCertFieldsData_receiver_account build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_membershipHistory _build() { + _$GCertFieldsData_receiver_account _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_membershipHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_membershipHistory', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GGetHistoryAndBalanceData_account_identity_membershipHistory', - 'blockNumber'), - eventId: eventId, - eventType: eventType, - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_membershipHistory', - 'id'), - identityId: identityId); + new _$GCertFieldsData_receiver_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GCertFieldsData_receiver_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GCertFieldsData_receiver_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - extends GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate { +class _$GSmithCertFieldsData extends GSmithCertFieldsData { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate? - aggregate; + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder() - ..update(updates)) - ._build(); + factory _$GSmithCertFieldsData( + [void Function(GSmithCertFieldsDataBuilder)? updates]) => + (new GSmithCertFieldsDataBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate._( - {required this.G__typename, this.aggregate}) + _$GSmithCertFieldsData._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate', - 'G__typename'); + G__typename, r'GSmithCertFieldsData', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(id, r'GSmithCertFieldsData', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GSmithCertFieldsData', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder) - updates) => + GSmithCertFieldsData rebuild( + void Function(GSmithCertFieldsDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder() - ..replace(this); + GSmithCertFieldsDataBuilder toBuilder() => + new GSmithCertFieldsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate && + return other is GSmithCertFieldsData && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate') + return (newBuiltValueToStringHelper(r'GSmithCertFieldsData') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder - implements - Builder< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate? _$v; +class GSmithCertFieldsDataBuilder + implements Builder<GSmithCertFieldsData, GSmithCertFieldsDataBuilder> { + _$GSmithCertFieldsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder(); - set aggregate( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - ._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GSmithCertFieldsDataBuilder() { + GSmithCertFieldsData._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder - get _$this { + GSmithCertFieldsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - other) { + void replace(GSmithCertFieldsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate; + _$v = other as _$GSmithCertFieldsData; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregateBuilder)? - updates) { + void update(void Function(GSmithCertFieldsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - build() => _build(); + GSmithCertFieldsData build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - _build() { - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - _$result; - try { - _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GSmithCertFieldsData _build() { + final _$result = _$v ?? + new _$GSmithCertFieldsData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GSmithCertFieldsData', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GSmithCertFieldsData', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GSmithCertFieldsData', 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - extends GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate { +class _$GSmithFieldsData extends GSmithFieldsData { @override final String G__typename; @override - final int count; + final String id; + @override + final int forged; + @override + final int index; + @override + final int? lastChanged; + @override + final int? lastForged; + @override + final BuiltList<GSmithFieldsData_smithCertIssued> smithCertIssued; + @override + final BuiltList<GSmithFieldsData_smithCertReceived> smithCertReceived; - factory _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder() - ..update(updates)) - ._build(); + factory _$GSmithFieldsData( + [void Function(GSmithFieldsDataBuilder)? updates]) => + (new GSmithFieldsDataBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GSmithFieldsData._( + {required this.G__typename, + required this.id, + required this.forged, + required this.index, + this.lastChanged, + this.lastForged, + required this.smithCertIssued, + required this.smithCertReceived}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate', - 'G__typename'); + G__typename, r'GSmithFieldsData', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(id, r'GSmithFieldsData', 'id'); BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate', - 'count'); + forged, r'GSmithFieldsData', 'forged'); + BuiltValueNullFieldError.checkNotNull(index, r'GSmithFieldsData', 'index'); + BuiltValueNullFieldError.checkNotNull( + smithCertIssued, r'GSmithFieldsData', 'smithCertIssued'); + BuiltValueNullFieldError.checkNotNull( + smithCertReceived, r'GSmithFieldsData', 'smithCertReceived'); } @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); + GSmithFieldsData rebuild(void Function(GSmithFieldsDataBuilder) updates) => + (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder() - ..replace(this); + GSmithFieldsDataBuilder toBuilder() => + new GSmithFieldsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate && + return other is GSmithFieldsData && G__typename == other.G__typename && - count == other.count; + id == other.id && + forged == other.forged && + index == other.index && + lastChanged == other.lastChanged && + lastForged == other.lastForged && + smithCertIssued == other.smithCertIssued && + smithCertReceived == other.smithCertReceived; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, forged.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, lastChanged.hashCode); + _$hash = $jc(_$hash, lastForged.hashCode); + _$hash = $jc(_$hash, smithCertIssued.hashCode); + _$hash = $jc(_$hash, smithCertReceived.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate') + return (newBuiltValueToStringHelper(r'GSmithFieldsData') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('forged', forged) + ..add('index', index) + ..add('lastChanged', lastChanged) + ..add('lastForged', lastForged) + ..add('smithCertIssued', smithCertIssued) + ..add('smithCertReceived', smithCertReceived)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder - implements - Builder< - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate? - _$v; +class GSmithFieldsDataBuilder + implements Builder<GSmithFieldsData, GSmithFieldsDataBuilder> { + _$GSmithFieldsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - ._initializeBuilder(this); + int? _forged; + int? get forged => _$this._forged; + set forged(int? forged) => _$this._forged = forged; + + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + int? _lastChanged; + int? get lastChanged => _$this._lastChanged; + set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + + int? _lastForged; + int? get lastForged => _$this._lastForged; + set lastForged(int? lastForged) => _$this._lastForged = lastForged; + + ListBuilder<GSmithFieldsData_smithCertIssued>? _smithCertIssued; + ListBuilder<GSmithFieldsData_smithCertIssued> get smithCertIssued => + _$this._smithCertIssued ??= + new ListBuilder<GSmithFieldsData_smithCertIssued>(); + set smithCertIssued( + ListBuilder<GSmithFieldsData_smithCertIssued>? smithCertIssued) => + _$this._smithCertIssued = smithCertIssued; + + ListBuilder<GSmithFieldsData_smithCertReceived>? _smithCertReceived; + ListBuilder<GSmithFieldsData_smithCertReceived> get smithCertReceived => + _$this._smithCertReceived ??= + new ListBuilder<GSmithFieldsData_smithCertReceived>(); + set smithCertReceived( + ListBuilder<GSmithFieldsData_smithCertReceived>? smithCertReceived) => + _$this._smithCertReceived = smithCertReceived; + + GSmithFieldsDataBuilder() { + GSmithFieldsData._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder - get _$this { + GSmithFieldsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _forged = $v.forged; + _index = $v.index; + _lastChanged = $v.lastChanged; + _lastForged = $v.lastForged; + _smithCertIssued = $v.smithCertIssued.toBuilder(); + _smithCertReceived = $v.smithCertReceived.toBuilder(); _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - other) { + void replace(GSmithFieldsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate; + _$v = other as _$GSmithFieldsData; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregateBuilder)? - updates) { + void update(void Function(GSmithFieldsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - build() => _build(); + GSmithFieldsData build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate', - 'count')); + _$GSmithFieldsData _build() { + _$GSmithFieldsData _$result; + try { + _$result = _$v ?? + new _$GSmithFieldsData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GSmithFieldsData', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GSmithFieldsData', 'id'), + forged: BuiltValueNullFieldError.checkNotNull( + forged, r'GSmithFieldsData', 'forged'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GSmithFieldsData', 'index'), + lastChanged: lastChanged, + lastForged: lastForged, + smithCertIssued: smithCertIssued.build(), + smithCertReceived: smithCertReceived.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'smithCertIssued'; + smithCertIssued.build(); + _$failedField = 'smithCertReceived'; + smithCertReceived.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GSmithFieldsData', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange - extends GGetHistoryAndBalanceData_account_identity_ownerKeyChange { +class _$GSmithFieldsData_smithCertIssued + extends GSmithFieldsData_smithCertIssued { @override final String G__typename; @override final String id; @override - final int blockNumber; - @override - final String? identityId; + final String? issuerId; @override - final String? nextId; + final String? receiverId; @override - final String? previousId; + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange( - [void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder() - ..update(updates)) - ._build(); + factory _$GSmithFieldsData_smithCertIssued( + [void Function(GSmithFieldsData_smithCertIssuedBuilder)? updates]) => + (new GSmithFieldsData_smithCertIssuedBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange._( + _$GSmithFieldsData_smithCertIssued._( {required this.G__typename, required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChange', - 'G__typename'); + G__typename, r'GSmithFieldsData_smithCertIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity_ownerKeyChange', 'id'); + id, r'GSmithFieldsData_smithCertIssued', 'id'); BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChange', - 'blockNumber'); + createdOn, r'GSmithFieldsData_smithCertIssued', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChange rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder) - updates) => + GSmithFieldsData_smithCertIssued rebuild( + void Function(GSmithFieldsData_smithCertIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder() - ..replace(this); + GSmithFieldsData_smithCertIssuedBuilder toBuilder() => + new GSmithFieldsData_smithCertIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_identity_ownerKeyChange && + return other is GSmithFieldsData_smithCertIssued && G__typename == other.G__typename && id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override @@ -62770,33 +63456,30 @@ class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChange') + return (newBuiltValueToStringHelper(r'GSmithFieldsData_smithCertIssued') ..add('G__typename', G__typename) ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder +class GSmithFieldsData_smithCertIssuedBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_ownerKeyChange, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder> { - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange? _$v; + Builder<GSmithFieldsData_smithCertIssued, + GSmithFieldsData_smithCertIssuedBuilder> { + _$GSmithFieldsData_smithCertIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -62806,614 +63489,572 @@ class GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder() { - GGetHistoryAndBalanceData_account_identity_ownerKeyChange - ._initializeBuilder(this); + GSmithFieldsData_smithCertIssuedBuilder() { + GSmithFieldsData_smithCertIssued._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder get _$this { + GSmithFieldsData_smithCertIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_ownerKeyChange other) { + void replace(GSmithFieldsData_smithCertIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange; + _$v = other as _$GSmithFieldsData_smithCertIssued; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeBuilder)? - updates) { + void update(void Function(GSmithFieldsData_smithCertIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChange build() => _build(); + GSmithFieldsData_smithCertIssued build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange _build() { + _$GSmithFieldsData_smithCertIssued _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_ownerKeyChange._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChange', - 'G__typename'), + new _$GSmithFieldsData_smithCertIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GSmithFieldsData_smithCertIssued', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChange', - 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChange', - 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + id, r'GSmithFieldsData_smithCertIssued', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GSmithFieldsData_smithCertIssued', 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - extends GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate { +class _$GSmithFieldsData_smithCertReceived + extends GSmithFieldsData_smithCertReceived { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate? - aggregate; + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder)? + factory _$GSmithFieldsData_smithCertReceived( + [void Function(GSmithFieldsData_smithCertReceivedBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder() - ..update(updates)) + (new GSmithFieldsData_smithCertReceivedBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate._( - {required this.G__typename, this.aggregate}) + _$GSmithFieldsData_smithCertReceived._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate', - 'G__typename'); + G__typename, r'GSmithFieldsData_smithCertReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GSmithFieldsData_smithCertReceived', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GSmithFieldsData_smithCertReceived', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder) - updates) => + GSmithFieldsData_smithCertReceived rebuild( + void Function(GSmithFieldsData_smithCertReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder() - ..replace(this); + GSmithFieldsData_smithCertReceivedBuilder toBuilder() => + new GSmithFieldsData_smithCertReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate && + return other is GSmithFieldsData_smithCertReceived && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate') + return (newBuiltValueToStringHelper(r'GSmithFieldsData_smithCertReceived') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder +class GSmithFieldsData_smithCertReceivedBuilder implements - Builder< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate? _$v; + Builder<GSmithFieldsData_smithCertReceived, + GSmithFieldsData_smithCertReceivedBuilder> { + _$GSmithFieldsData_smithCertReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder(); - set aggregate( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - ._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GSmithFieldsData_smithCertReceivedBuilder() { + GSmithFieldsData_smithCertReceived._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder - get _$this { + GSmithFieldsData_smithCertReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - other) { + void replace(GSmithFieldsData_smithCertReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate; + _$v = other as _$GSmithFieldsData_smithCertReceived; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregateBuilder)? - updates) { + void Function(GSmithFieldsData_smithCertReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate build() => - _build(); + GSmithFieldsData_smithCertReceived build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - _build() { - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - _$result; - try { - _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GSmithFieldsData_smithCertReceived _build() { + final _$result = _$v ?? + new _$GSmithFieldsData_smithCertReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GSmithFieldsData_smithCertReceived', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GSmithFieldsData_smithCertReceived', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GSmithFieldsData_smithCertReceived', 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - extends GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate { +class _$GOwnerKeyChangeFieldsData extends GOwnerKeyChangeFieldsData { @override final String G__typename; @override - final int count; + final String id; + @override + final int blockNumber; + @override + final String? identityId; + @override + final String? nextId; + @override + final String? previousId; - factory _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() - ..update(updates)) - ._build(); + factory _$GOwnerKeyChangeFieldsData( + [void Function(GOwnerKeyChangeFieldsDataBuilder)? updates]) => + (new GOwnerKeyChangeFieldsDataBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GOwnerKeyChangeFieldsData._( + {required this.G__typename, + required this.id, + required this.blockNumber, + this.identityId, + this.nextId, + this.previousId}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate', - 'G__typename'); + G__typename, r'GOwnerKeyChangeFieldsData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate', - 'count'); + id, r'GOwnerKeyChangeFieldsData', 'id'); + BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GOwnerKeyChangeFieldsData', 'blockNumber'); } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); + GOwnerKeyChangeFieldsData rebuild( + void Function(GOwnerKeyChangeFieldsDataBuilder) updates) => + (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() - ..replace(this); + GOwnerKeyChangeFieldsDataBuilder toBuilder() => + new GOwnerKeyChangeFieldsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate && + return other is GOwnerKeyChangeFieldsData && G__typename == other.G__typename && - count == other.count; + id == other.id && + blockNumber == other.blockNumber && + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate') + return (newBuiltValueToStringHelper(r'GOwnerKeyChangeFieldsData') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('blockNumber', blockNumber) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder +class GOwnerKeyChangeFieldsDataBuilder implements - Builder< - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate? - _$v; + Builder<GOwnerKeyChangeFieldsData, GOwnerKeyChangeFieldsDataBuilder> { + _$GOwnerKeyChangeFieldsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - ._initializeBuilder(this); + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; + + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; + + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; + + GOwnerKeyChangeFieldsDataBuilder() { + GOwnerKeyChangeFieldsData._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder - get _$this { + GOwnerKeyChangeFieldsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - other) { + void replace(GOwnerKeyChangeFieldsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate; + _$v = other as _$GOwnerKeyChangeFieldsData; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregateBuilder)? - updates) { + void update(void Function(GOwnerKeyChangeFieldsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - build() => _build(); + GOwnerKeyChangeFieldsData build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - _build() { + _$GOwnerKeyChangeFieldsData _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - ._( + new _$GOwnerKeyChangeFieldsData._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate', - 'count')); + G__typename, r'GOwnerKeyChangeFieldsData', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GOwnerKeyChangeFieldsData', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GOwnerKeyChangeFieldsData', 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_smith - extends GGetHistoryAndBalanceData_account_identity_smith { +class _$GIdentityBasicFieldsData extends GIdentityBasicFieldsData { @override final String G__typename; @override - final String id; + final String? accountId; @override - final int forged; + final GIdentityBasicFieldsData_account? account; @override - final int index; + final String id; @override - final int? lastChanged; + final bool isMember; @override - final int? lastForged; + final _i2.GIdentityStatusEnum? status; @override - final BuiltList< - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued> - smithCertIssued; + final String name; @override - final BuiltList< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived> - smithCertReceived; + final int expireOn; - factory _$GGetHistoryAndBalanceData_account_identity_smith( - [void Function( - GGetHistoryAndBalanceData_account_identity_smithBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_smithBuilder() - ..update(updates)) - ._build(); + factory _$GIdentityBasicFieldsData( + [void Function(GIdentityBasicFieldsDataBuilder)? updates]) => + (new GIdentityBasicFieldsDataBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_smith._( + _$GIdentityBasicFieldsData._( {required this.G__typename, + this.accountId, + this.account, required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_identity_smith', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity_smith', 'id'); + G__typename, r'GIdentityBasicFieldsData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - forged, r'GGetHistoryAndBalanceData_account_identity_smith', 'forged'); + id, r'GIdentityBasicFieldsData', 'id'); BuiltValueNullFieldError.checkNotNull( - index, r'GGetHistoryAndBalanceData_account_identity_smith', 'index'); - BuiltValueNullFieldError.checkNotNull(smithCertIssued, - r'GGetHistoryAndBalanceData_account_identity_smith', 'smithCertIssued'); + isMember, r'GIdentityBasicFieldsData', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityBasicFieldsData', 'name'); BuiltValueNullFieldError.checkNotNull( - smithCertReceived, - r'GGetHistoryAndBalanceData_account_identity_smith', - 'smithCertReceived'); + expireOn, r'GIdentityBasicFieldsData', 'expireOn'); } @override - GGetHistoryAndBalanceData_account_identity_smith rebuild( - void Function(GGetHistoryAndBalanceData_account_identity_smithBuilder) - updates) => + GIdentityBasicFieldsData rebuild( + void Function(GIdentityBasicFieldsDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_smithBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_smithBuilder() - ..replace(this); + GIdentityBasicFieldsDataBuilder toBuilder() => + new GIdentityBasicFieldsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_identity_smith && + return other is GIdentityBasicFieldsData && G__typename == other.G__typename && + accountId == other.accountId && + account == other.account && id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_smith') + return (newBuiltValueToStringHelper(r'GIdentityBasicFieldsData') ..add('G__typename', G__typename) + ..add('accountId', accountId) + ..add('account', account) ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_smithBuilder +class GIdentityBasicFieldsDataBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_smith, - GGetHistoryAndBalanceData_account_identity_smithBuilder> { - _$GGetHistoryAndBalanceData_account_identity_smith? _$v; + Builder<GIdentityBasicFieldsData, GIdentityBasicFieldsDataBuilder> { + _$GIdentityBasicFieldsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GIdentityBasicFieldsData_accountBuilder? _account; + GIdentityBasicFieldsData_accountBuilder get account => + _$this._account ??= new GIdentityBasicFieldsData_accountBuilder(); + set account(GIdentityBasicFieldsData_accountBuilder? account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - ListBuilder<GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued>? - _smithCertIssued; - ListBuilder<GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued> - get smithCertIssued => _$this._smithCertIssued ??= new ListBuilder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued>(); - set smithCertIssued( - ListBuilder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued>? - smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; - ListBuilder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived>? - _smithCertReceived; - ListBuilder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived> - get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived>(); - set smithCertReceived( - ListBuilder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived>? - smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GGetHistoryAndBalanceData_account_identity_smithBuilder() { - GGetHistoryAndBalanceData_account_identity_smith._initializeBuilder(this); + GIdentityBasicFieldsDataBuilder() { + GIdentityBasicFieldsData._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_smithBuilder get _$this { + GIdentityBasicFieldsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_identity_smith other) { + void replace(GIdentityBasicFieldsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_identity_smith; + _$v = other as _$GIdentityBasicFieldsData; } @override - void update( - void Function(GGetHistoryAndBalanceData_account_identity_smithBuilder)? - updates) { + void update(void Function(GIdentityBasicFieldsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_smith build() => _build(); + GIdentityBasicFieldsData build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_smith _build() { - _$GGetHistoryAndBalanceData_account_identity_smith _$result; + _$GIdentityBasicFieldsData _build() { + _$GIdentityBasicFieldsData _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_smith._( + new _$GIdentityBasicFieldsData._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_smith', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GGetHistoryAndBalanceData_account_identity_smith', 'id'), - forged: BuiltValueNullFieldError.checkNotNull( - forged, - r'GGetHistoryAndBalanceData_account_identity_smith', - 'forged'), - index: BuiltValueNullFieldError.checkNotNull(index, - r'GGetHistoryAndBalanceData_account_identity_smith', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); + G__typename, r'GIdentityBasicFieldsData', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityBasicFieldsData', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentityBasicFieldsData', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityBasicFieldsData', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityBasicFieldsData', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_smith', - _$failedField, - e.toString()); + r'GIdentityBasicFieldsData', _$failedField, e.toString()); } rethrow; } @@ -63422,70 +64063,40 @@ class GGetHistoryAndBalanceData_account_identity_smithBuilder } } -class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued - extends GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued { +class _$GIdentityBasicFieldsData_account + extends GIdentityBasicFieldsData_account { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override final int createdOn; - factory _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued( - [void Function( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder() - ..update(updates)) - ._build(); + factory _$GIdentityBasicFieldsData_account( + [void Function(GIdentityBasicFieldsData_accountBuilder)? updates]) => + (new GIdentityBasicFieldsData_accountBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GIdentityBasicFieldsData_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued', - 'G__typename'); + G__typename, r'GIdentityBasicFieldsData_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued', - 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued', - 'createdOn'); + createdOn, r'GIdentityBasicFieldsData_account', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder) - updates) => + GIdentityBasicFieldsData_account rebuild( + void Function(GIdentityBasicFieldsData_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder() - ..replace(this); + GIdentityBasicFieldsData_accountBuilder toBuilder() => + new GIdentityBasicFieldsData_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued && + return other is GIdentityBasicFieldsData_account && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && createdOn == other.createdOn; } @@ -63493,9 +64104,6 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; @@ -63503,57 +64111,35 @@ class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued') + return (newBuiltValueToStringHelper(r'GIdentityBasicFieldsData_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder +class GIdentityBasicFieldsData_accountBuilder implements - Builder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued, - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder> { - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued? _$v; + Builder<GIdentityBasicFieldsData_account, + GIdentityBasicFieldsData_accountBuilder> { + _$GIdentityBasicFieldsData_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder() { - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued - ._initializeBuilder(this); + GIdentityBasicFieldsData_accountBuilder() { + GIdentityBasicFieldsData_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder - get _$this { + GIdentityBasicFieldsData_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; _createdOn = $v.createdOn; _$v = null; } @@ -63561,589 +64147,897 @@ class GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder } @override - void replace( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued other) { + void replace(GIdentityBasicFieldsData_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued; + _$v = other as _$GIdentityBasicFieldsData_account; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssuedBuilder)? - updates) { + void update(void Function(GIdentityBasicFieldsData_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued build() => - _build(); + GIdentityBasicFieldsData_account build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued _build() { + _$GIdentityBasicFieldsData_account _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued', - 'id'), - issuerId: issuerId, - receiverId: receiverId, + new _$GIdentityBasicFieldsData_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityBasicFieldsData_account', 'G__typename'), createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued', - 'createdOn')); + createdOn, r'GIdentityBasicFieldsData_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - extends GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived { +class _$GIdentityFieldsData extends GIdentityFieldsData { @override final String G__typename; @override - final String id; + final GIdentityFieldsData_account? account; @override - final String? issuerId; + final String? accountId; @override - final String? receiverId; + final String? accountRemovedId; + @override + final BuiltList<GIdentityFieldsData_certIssued> certIssued; + @override + final GIdentityFieldsData_certIssuedAggregate certIssuedAggregate; + @override + final BuiltList<GIdentityFieldsData_certReceived> certReceived; + @override + final GIdentityFieldsData_certReceivedAggregate certReceivedAggregate; + @override + final String? createdInId; @override final int createdOn; + @override + final int expireOn; + @override + final String id; + @override + final int index; + @override + final bool isMember; + @override + final int lastChangeOn; + @override + final BuiltList<GIdentityFieldsData_linkedAccount> linkedAccount; + @override + final GIdentityFieldsData_linkedAccountAggregate linkedAccountAggregate; + @override + final _i2.GIdentityStatusEnum? status; + @override + final BuiltList<GIdentityFieldsData_membershipHistory> membershipHistory; + @override + final GIdentityFieldsData_membershipHistoryAggregate + membershipHistoryAggregate; + @override + final String name; + @override + final BuiltList<GIdentityFieldsData_ownerKeyChange> ownerKeyChange; + @override + final GIdentityFieldsData_ownerKeyChangeAggregate ownerKeyChangeAggregate; + @override + final GIdentityFieldsData_smith? smith; + @override + final BuiltList<GIdentityFieldsData_udHistory>? udHistory; - factory _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived( - [void Function( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder() - ..update(updates)) - ._build(); + factory _$GIdentityFieldsData( + [void Function(GIdentityFieldsDataBuilder)? updates]) => + (new GIdentityFieldsDataBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived._( + _$GIdentityFieldsData._( {required this.G__typename, + this.account, + this.accountId, + this.accountRemovedId, + required this.certIssued, + required this.certIssuedAggregate, + required this.certReceived, + required this.certReceivedAggregate, + this.createdInId, + required this.createdOn, + required this.expireOn, required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + required this.index, + required this.isMember, + required this.lastChangeOn, + required this.linkedAccount, + required this.linkedAccountAggregate, + this.status, + required this.membershipHistory, + required this.membershipHistoryAggregate, + required this.name, + required this.ownerKeyChange, + required this.ownerKeyChangeAggregate, + this.smith, + this.udHistory}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived', - 'G__typename'); + G__typename, r'GIdentityFieldsData', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + certIssued, r'GIdentityFieldsData', 'certIssued'); BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived', - 'id'); + certIssuedAggregate, r'GIdentityFieldsData', 'certIssuedAggregate'); BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived', - 'createdOn'); + certReceived, r'GIdentityFieldsData', 'certReceived'); + BuiltValueNullFieldError.checkNotNull( + certReceivedAggregate, r'GIdentityFieldsData', 'certReceivedAggregate'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentityFieldsData', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData', 'expireOn'); + BuiltValueNullFieldError.checkNotNull(id, r'GIdentityFieldsData', 'id'); + BuiltValueNullFieldError.checkNotNull( + index, r'GIdentityFieldsData', 'index'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentityFieldsData', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GIdentityFieldsData', 'lastChangeOn'); + BuiltValueNullFieldError.checkNotNull( + linkedAccount, r'GIdentityFieldsData', 'linkedAccount'); + BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, + r'GIdentityFieldsData', 'linkedAccountAggregate'); + BuiltValueNullFieldError.checkNotNull( + membershipHistory, r'GIdentityFieldsData', 'membershipHistory'); + BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, + r'GIdentityFieldsData', 'membershipHistoryAggregate'); + BuiltValueNullFieldError.checkNotNull(name, r'GIdentityFieldsData', 'name'); + BuiltValueNullFieldError.checkNotNull( + ownerKeyChange, r'GIdentityFieldsData', 'ownerKeyChange'); + BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, + r'GIdentityFieldsData', 'ownerKeyChangeAggregate'); } @override - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder) - updates) => + GIdentityFieldsData rebuild( + void Function(GIdentityFieldsDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder() - ..replace(this); + GIdentityFieldsDataBuilder toBuilder() => + new GIdentityFieldsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived && + return other is GIdentityFieldsData && G__typename == other.G__typename && + account == other.account && + accountId == other.accountId && + accountRemovedId == other.accountRemovedId && + certIssued == other.certIssued && + certIssuedAggregate == other.certIssuedAggregate && + certReceived == other.certReceived && + certReceivedAggregate == other.certReceivedAggregate && + createdInId == other.createdInId && + createdOn == other.createdOn && + expireOn == other.expireOn && id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + index == other.index && + isMember == other.isMember && + lastChangeOn == other.lastChangeOn && + linkedAccount == other.linkedAccount && + linkedAccountAggregate == other.linkedAccountAggregate && + status == other.status && + membershipHistory == other.membershipHistory && + membershipHistoryAggregate == other.membershipHistoryAggregate && + name == other.name && + ownerKeyChange == other.ownerKeyChange && + ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && + smith == other.smith && + udHistory == other.udHistory; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, accountRemovedId.hashCode); + _$hash = $jc(_$hash, certIssued.hashCode); + _$hash = $jc(_$hash, certIssuedAggregate.hashCode); + _$hash = $jc(_$hash, certReceived.hashCode); + _$hash = $jc(_$hash, certReceivedAggregate.hashCode); + _$hash = $jc(_$hash, createdInId.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, lastChangeOn.hashCode); + _$hash = $jc(_$hash, linkedAccount.hashCode); + _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, membershipHistory.hashCode); + _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, ownerKeyChange.hashCode); + _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); + _$hash = $jc(_$hash, smith.hashCode); + _$hash = $jc(_$hash, udHistory.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived') + return (newBuiltValueToStringHelper(r'GIdentityFieldsData') ..add('G__typename', G__typename) + ..add('account', account) + ..add('accountId', accountId) + ..add('accountRemovedId', accountRemovedId) + ..add('certIssued', certIssued) + ..add('certIssuedAggregate', certIssuedAggregate) + ..add('certReceived', certReceived) + ..add('certReceivedAggregate', certReceivedAggregate) + ..add('createdInId', createdInId) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('index', index) + ..add('isMember', isMember) + ..add('lastChangeOn', lastChangeOn) + ..add('linkedAccount', linkedAccount) + ..add('linkedAccountAggregate', linkedAccountAggregate) + ..add('status', status) + ..add('membershipHistory', membershipHistory) + ..add('membershipHistoryAggregate', membershipHistoryAggregate) + ..add('name', name) + ..add('ownerKeyChange', ownerKeyChange) + ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) + ..add('smith', smith) + ..add('udHistory', udHistory)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder - implements - Builder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived, - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder> { - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived? _$v; +class GIdentityFieldsDataBuilder + implements Builder<GIdentityFieldsData, GIdentityFieldsDataBuilder> { + _$GIdentityFieldsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GIdentityFieldsData_accountBuilder? _account; + GIdentityFieldsData_accountBuilder get account => + _$this._account ??= new GIdentityFieldsData_accountBuilder(); + set account(GIdentityFieldsData_accountBuilder? account) => + _$this._account = account; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + String? _accountRemovedId; + String? get accountRemovedId => _$this._accountRemovedId; + set accountRemovedId(String? accountRemovedId) => + _$this._accountRemovedId = accountRemovedId; + + ListBuilder<GIdentityFieldsData_certIssued>? _certIssued; + ListBuilder<GIdentityFieldsData_certIssued> get certIssued => + _$this._certIssued ??= new ListBuilder<GIdentityFieldsData_certIssued>(); + set certIssued(ListBuilder<GIdentityFieldsData_certIssued>? certIssued) => + _$this._certIssued = certIssued; + + GIdentityFieldsData_certIssuedAggregateBuilder? _certIssuedAggregate; + GIdentityFieldsData_certIssuedAggregateBuilder get certIssuedAggregate => + _$this._certIssuedAggregate ??= + new GIdentityFieldsData_certIssuedAggregateBuilder(); + set certIssuedAggregate( + GIdentityFieldsData_certIssuedAggregateBuilder? + certIssuedAggregate) => + _$this._certIssuedAggregate = certIssuedAggregate; + + ListBuilder<GIdentityFieldsData_certReceived>? _certReceived; + ListBuilder<GIdentityFieldsData_certReceived> get certReceived => + _$this._certReceived ??= + new ListBuilder<GIdentityFieldsData_certReceived>(); + set certReceived( + ListBuilder<GIdentityFieldsData_certReceived>? certReceived) => + _$this._certReceived = certReceived; + + GIdentityFieldsData_certReceivedAggregateBuilder? _certReceivedAggregate; + GIdentityFieldsData_certReceivedAggregateBuilder get certReceivedAggregate => + _$this._certReceivedAggregate ??= + new GIdentityFieldsData_certReceivedAggregateBuilder(); + set certReceivedAggregate( + GIdentityFieldsData_certReceivedAggregateBuilder? + certReceivedAggregate) => + _$this._certReceivedAggregate = certReceivedAggregate; + + String? _createdInId; + String? get createdInId => _$this._createdInId; + set createdInId(String? createdInId) => _$this._createdInId = createdInId; int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder() { - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - ._initializeBuilder(this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + int? _lastChangeOn; + int? get lastChangeOn => _$this._lastChangeOn; + set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; + + ListBuilder<GIdentityFieldsData_linkedAccount>? _linkedAccount; + ListBuilder<GIdentityFieldsData_linkedAccount> get linkedAccount => + _$this._linkedAccount ??= + new ListBuilder<GIdentityFieldsData_linkedAccount>(); + set linkedAccount( + ListBuilder<GIdentityFieldsData_linkedAccount>? linkedAccount) => + _$this._linkedAccount = linkedAccount; + + GIdentityFieldsData_linkedAccountAggregateBuilder? _linkedAccountAggregate; + GIdentityFieldsData_linkedAccountAggregateBuilder + get linkedAccountAggregate => _$this._linkedAccountAggregate ??= + new GIdentityFieldsData_linkedAccountAggregateBuilder(); + set linkedAccountAggregate( + GIdentityFieldsData_linkedAccountAggregateBuilder? + linkedAccountAggregate) => + _$this._linkedAccountAggregate = linkedAccountAggregate; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + ListBuilder<GIdentityFieldsData_membershipHistory>? _membershipHistory; + ListBuilder<GIdentityFieldsData_membershipHistory> get membershipHistory => + _$this._membershipHistory ??= + new ListBuilder<GIdentityFieldsData_membershipHistory>(); + set membershipHistory( + ListBuilder<GIdentityFieldsData_membershipHistory>? + membershipHistory) => + _$this._membershipHistory = membershipHistory; + + GIdentityFieldsData_membershipHistoryAggregateBuilder? + _membershipHistoryAggregate; + GIdentityFieldsData_membershipHistoryAggregateBuilder + get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= + new GIdentityFieldsData_membershipHistoryAggregateBuilder(); + set membershipHistoryAggregate( + GIdentityFieldsData_membershipHistoryAggregateBuilder? + membershipHistoryAggregate) => + _$this._membershipHistoryAggregate = membershipHistoryAggregate; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + ListBuilder<GIdentityFieldsData_ownerKeyChange>? _ownerKeyChange; + ListBuilder<GIdentityFieldsData_ownerKeyChange> get ownerKeyChange => + _$this._ownerKeyChange ??= + new ListBuilder<GIdentityFieldsData_ownerKeyChange>(); + set ownerKeyChange( + ListBuilder<GIdentityFieldsData_ownerKeyChange>? ownerKeyChange) => + _$this._ownerKeyChange = ownerKeyChange; + + GIdentityFieldsData_ownerKeyChangeAggregateBuilder? _ownerKeyChangeAggregate; + GIdentityFieldsData_ownerKeyChangeAggregateBuilder + get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= + new GIdentityFieldsData_ownerKeyChangeAggregateBuilder(); + set ownerKeyChangeAggregate( + GIdentityFieldsData_ownerKeyChangeAggregateBuilder? + ownerKeyChangeAggregate) => + _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; + + GIdentityFieldsData_smithBuilder? _smith; + GIdentityFieldsData_smithBuilder get smith => + _$this._smith ??= new GIdentityFieldsData_smithBuilder(); + set smith(GIdentityFieldsData_smithBuilder? smith) => _$this._smith = smith; + + ListBuilder<GIdentityFieldsData_udHistory>? _udHistory; + ListBuilder<GIdentityFieldsData_udHistory> get udHistory => + _$this._udHistory ??= new ListBuilder<GIdentityFieldsData_udHistory>(); + set udHistory(ListBuilder<GIdentityFieldsData_udHistory>? udHistory) => + _$this._udHistory = udHistory; + + GIdentityFieldsDataBuilder() { + GIdentityFieldsData._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder - get _$this { + GIdentityFieldsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; + _account = $v.account?.toBuilder(); + _accountId = $v.accountId; + _accountRemovedId = $v.accountRemovedId; + _certIssued = $v.certIssued.toBuilder(); + _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); + _certReceived = $v.certReceived.toBuilder(); + _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); + _createdInId = $v.createdInId; _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _id = $v.id; + _index = $v.index; + _isMember = $v.isMember; + _lastChangeOn = $v.lastChangeOn; + _linkedAccount = $v.linkedAccount.toBuilder(); + _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); + _status = $v.status; + _membershipHistory = $v.membershipHistory.toBuilder(); + _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); + _name = $v.name; + _ownerKeyChange = $v.ownerKeyChange.toBuilder(); + _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); + _smith = $v.smith?.toBuilder(); + _udHistory = $v.udHistory?.toBuilder(); _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - other) { + void replace(GIdentityFieldsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived; + _$v = other as _$GIdentityFieldsData; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceivedBuilder)? - updates) { + void update(void Function(GIdentityFieldsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived build() => - _build(); + GIdentityFieldsData build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived', - 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived', - 'createdOn')); + _$GIdentityFieldsData _build() { + _$GIdentityFieldsData _$result; + try { + _$result = _$v ?? + new _$GIdentityFieldsData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentityFieldsData', 'G__typename'), + account: _account?.build(), + accountId: accountId, + accountRemovedId: accountRemovedId, + certIssued: certIssued.build(), + certIssuedAggregate: certIssuedAggregate.build(), + certReceived: certReceived.build(), + certReceivedAggregate: certReceivedAggregate.build(), + createdInId: createdInId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentityFieldsData', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData', 'expireOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData', 'id'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GIdentityFieldsData', 'index'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentityFieldsData', 'isMember'), + lastChangeOn: BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GIdentityFieldsData', 'lastChangeOn'), + linkedAccount: linkedAccount.build(), + linkedAccountAggregate: linkedAccountAggregate.build(), + status: status, + membershipHistory: membershipHistory.build(), + membershipHistoryAggregate: membershipHistoryAggregate.build(), + name: BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData', 'name'), + ownerKeyChange: ownerKeyChange.build(), + ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), + smith: _smith?.build(), + udHistory: _udHistory?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + + _$failedField = 'certIssued'; + certIssued.build(); + _$failedField = 'certIssuedAggregate'; + certIssuedAggregate.build(); + _$failedField = 'certReceived'; + certReceived.build(); + _$failedField = 'certReceivedAggregate'; + certReceivedAggregate.build(); + + _$failedField = 'linkedAccount'; + linkedAccount.build(); + _$failedField = 'linkedAccountAggregate'; + linkedAccountAggregate.build(); + + _$failedField = 'membershipHistory'; + membershipHistory.build(); + _$failedField = 'membershipHistoryAggregate'; + membershipHistoryAggregate.build(); + + _$failedField = 'ownerKeyChange'; + ownerKeyChange.build(); + _$failedField = 'ownerKeyChangeAggregate'; + ownerKeyChangeAggregate.build(); + _$failedField = 'smith'; + _smith?.build(); + _$failedField = 'udHistory'; + _udHistory?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentityFieldsData', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_identity_udHistory - extends GGetHistoryAndBalanceData_account_identity_udHistory { +class _$GIdentityFieldsData_account extends GIdentityFieldsData_account { @override final String G__typename; @override - final String id; - @override - final int amount; - @override - final _i2.Gtimestamptz timestamp; + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_identity_udHistory( - [void Function( - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_identity_udHistoryBuilder() - ..update(updates)) - ._build(); + factory _$GIdentityFieldsData_account( + [void Function(GIdentityFieldsData_accountBuilder)? updates]) => + (new GIdentityFieldsData_accountBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_identity_udHistory._( - {required this.G__typename, - required this.id, - required this.amount, - required this.timestamp}) + _$GIdentityFieldsData_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_identity_udHistory', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_identity_udHistory', 'id'); - BuiltValueNullFieldError.checkNotNull(amount, - r'GGetHistoryAndBalanceData_account_identity_udHistory', 'amount'); - BuiltValueNullFieldError.checkNotNull(timestamp, - r'GGetHistoryAndBalanceData_account_identity_udHistory', 'timestamp'); + G__typename, r'GIdentityFieldsData_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentityFieldsData_account', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_identity_udHistory rebuild( - void Function( - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder) - updates) => + GIdentityFieldsData_account rebuild( + void Function(GIdentityFieldsData_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_identity_udHistoryBuilder() - ..replace(this); + GIdentityFieldsData_accountBuilder toBuilder() => + new GIdentityFieldsData_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_identity_udHistory && + return other is GIdentityFieldsData_account && G__typename == other.G__typename && - id == other.id && - amount == other.amount && - timestamp == other.timestamp; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_identity_udHistory') + return (newBuiltValueToStringHelper(r'GIdentityFieldsData_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('amount', amount) - ..add('timestamp', timestamp)) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_identity_udHistoryBuilder +class GIdentityFieldsData_accountBuilder implements - Builder<GGetHistoryAndBalanceData_account_identity_udHistory, - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder> { - _$GGetHistoryAndBalanceData_account_identity_udHistory? _$v; + Builder<GIdentityFieldsData_account, + GIdentityFieldsData_accountBuilder> { + _$GIdentityFieldsData_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; - - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder() { - GGetHistoryAndBalanceData_account_identity_udHistory._initializeBuilder( - this); + GIdentityFieldsData_accountBuilder() { + GIdentityFieldsData_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder get _$this { + GIdentityFieldsData_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _amount = $v.amount; - _timestamp = $v.timestamp.toBuilder(); + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_identity_udHistory other) { + void replace(GIdentityFieldsData_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_identity_udHistory; + _$v = other as _$GIdentityFieldsData_account; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_identity_udHistoryBuilder)? - updates) { + void update(void Function(GIdentityFieldsData_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_identity_udHistory build() => _build(); + GIdentityFieldsData_account build() => _build(); - _$GGetHistoryAndBalanceData_account_identity_udHistory _build() { - _$GGetHistoryAndBalanceData_account_identity_udHistory _$result; - try { - _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_identity_udHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_identity_udHistory', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_identity_udHistory', - 'id'), - amount: BuiltValueNullFieldError.checkNotNull( - amount, - r'GGetHistoryAndBalanceData_account_identity_udHistory', - 'amount'), - timestamp: timestamp.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'timestamp'; - timestamp.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_identity_udHistory', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentityFieldsData_account _build() { + final _$result = _$v ?? + new _$GIdentityFieldsData_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentityFieldsData_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentityFieldsData_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_linkedIdentity - extends GGetHistoryAndBalanceData_account_linkedIdentity { +class _$GIdentityFieldsData_certIssued extends GIdentityFieldsData_certIssued { @override final String G__typename; @override - final String? accountId; - @override final String id; @override - final bool isMember; + final String? issuerId; @override - final _i2.GIdentityStatusEnum? status; + final GIdentityFieldsData_certIssued_issuer? issuer; @override - final String name; + final String? receiverId; + @override + final GIdentityFieldsData_certIssued_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GGetHistoryAndBalanceData_account_linkedIdentity( - [void Function( - GGetHistoryAndBalanceData_account_linkedIdentityBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_linkedIdentityBuilder() - ..update(updates)) - ._build(); + factory _$GIdentityFieldsData_certIssued( + [void Function(GIdentityFieldsData_certIssuedBuilder)? updates]) => + (new GIdentityFieldsData_certIssuedBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_linkedIdentity._( + _$GIdentityFieldsData_certIssued._( {required this.G__typename, - this.accountId, required this.id, - required this.isMember, - this.status, - required this.name}) + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_linkedIdentity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_linkedIdentity', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GGetHistoryAndBalanceData_account_linkedIdentity', 'isMember'); + G__typename, r'GIdentityFieldsData_certIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certIssued', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentityFieldsData_certIssued', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData_certIssued', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentityFieldsData_certIssued', 'isActive'); BuiltValueNullFieldError.checkNotNull( - name, r'GGetHistoryAndBalanceData_account_linkedIdentity', 'name'); + updatedOn, r'GIdentityFieldsData_certIssued', 'updatedOn'); } @override - GGetHistoryAndBalanceData_account_linkedIdentity rebuild( - void Function(GGetHistoryAndBalanceData_account_linkedIdentityBuilder) - updates) => + GIdentityFieldsData_certIssued rebuild( + void Function(GIdentityFieldsData_certIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_linkedIdentityBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_linkedIdentityBuilder() - ..replace(this); + GIdentityFieldsData_certIssuedBuilder toBuilder() => + new GIdentityFieldsData_certIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_linkedIdentity && + return other is GIdentityFieldsData_certIssued && G__typename == other.G__typename && - accountId == other.accountId && id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_linkedIdentity') + return (newBuiltValueToStringHelper(r'GIdentityFieldsData_certIssued') ..add('G__typename', G__typename) - ..add('accountId', accountId) ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_linkedIdentityBuilder +class GIdentityFieldsData_certIssuedBuilder implements - Builder<GGetHistoryAndBalanceData_account_linkedIdentity, - GGetHistoryAndBalanceData_account_linkedIdentityBuilder> { - _$GGetHistoryAndBalanceData_account_linkedIdentity? _$v; + Builder<GIdentityFieldsData_certIssued, + GIdentityFieldsData_certIssuedBuilder> { + _$GIdentityFieldsData_certIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + GIdentityFieldsData_certIssued_issuerBuilder? _issuer; + GIdentityFieldsData_certIssued_issuerBuilder get issuer => + _$this._issuer ??= new GIdentityFieldsData_certIssued_issuerBuilder(); + set issuer(GIdentityFieldsData_certIssued_issuerBuilder? issuer) => + _$this._issuer = issuer; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GIdentityFieldsData_certIssued_receiverBuilder? _receiver; + GIdentityFieldsData_certIssued_receiverBuilder get receiver => + _$this._receiver ??= new GIdentityFieldsData_certIssued_receiverBuilder(); + set receiver(GIdentityFieldsData_certIssued_receiverBuilder? receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - GGetHistoryAndBalanceData_account_linkedIdentityBuilder() { - GGetHistoryAndBalanceData_account_linkedIdentity._initializeBuilder(this); + GIdentityFieldsData_certIssuedBuilder() { + GIdentityFieldsData_certIssued._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_linkedIdentityBuilder get _$this { + GIdentityFieldsData_certIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_linkedIdentity other) { + void replace(GIdentityFieldsData_certIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_linkedIdentity; + _$v = other as _$GIdentityFieldsData_certIssued; } @override - void update( - void Function(GGetHistoryAndBalanceData_account_linkedIdentityBuilder)? - updates) { + void update(void Function(GIdentityFieldsData_certIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_linkedIdentity build() => _build(); + GIdentityFieldsData_certIssued build() => _build(); - _$GGetHistoryAndBalanceData_account_linkedIdentity _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_linkedIdentity._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_linkedIdentity', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_linkedIdentity', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_linkedIdentity', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GGetHistoryAndBalanceData_account_linkedIdentity', 'name')); + _$GIdentityFieldsData_certIssued _build() { + _$GIdentityFieldsData_certIssued _$result; + try { + _$result = _$v ?? + new _$GIdentityFieldsData_certIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certIssued', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certIssued', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentityFieldsData_certIssued', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData_certIssued', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentityFieldsData_certIssued', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GIdentityFieldsData_certIssued', 'updatedOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentityFieldsData_certIssued', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_removedIdentities - extends GGetHistoryAndBalanceData_account_removedIdentities { +class _$GIdentityFieldsData_certIssued_issuer + extends GIdentityFieldsData_certIssued_issuer { @override final String G__typename; @override final String? accountId; @override + final GIdentityFieldsData_certIssued_issuer_account? account; + @override final String id; @override final bool isMember; @@ -64151,55 +65045,59 @@ class _$GGetHistoryAndBalanceData_account_removedIdentities final _i2.GIdentityStatusEnum? status; @override final String name; + @override + final int expireOn; - factory _$GGetHistoryAndBalanceData_account_removedIdentities( - [void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder)? + factory _$GIdentityFieldsData_certIssued_issuer( + [void Function(GIdentityFieldsData_certIssued_issuerBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_removedIdentitiesBuilder() - ..update(updates)) + (new GIdentityFieldsData_certIssued_issuerBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_removedIdentities._( + _$GIdentityFieldsData_certIssued_issuer._( {required this.G__typename, this.accountId, + this.account, required this.id, required this.isMember, this.status, - required this.name}) + required this.name, + required this.expireOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_removedIdentities', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_removedIdentities', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GGetHistoryAndBalanceData_account_removedIdentities', 'isMember'); + G__typename, r'GIdentityFieldsData_certIssued_issuer', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certIssued_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentityFieldsData_certIssued_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData_certIssued_issuer', 'name'); BuiltValueNullFieldError.checkNotNull( - name, r'GGetHistoryAndBalanceData_account_removedIdentities', 'name'); + expireOn, r'GIdentityFieldsData_certIssued_issuer', 'expireOn'); } @override - GGetHistoryAndBalanceData_account_removedIdentities rebuild( - void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder) + GIdentityFieldsData_certIssued_issuer rebuild( + void Function(GIdentityFieldsData_certIssued_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_removedIdentitiesBuilder() - ..replace(this); + GIdentityFieldsData_certIssued_issuerBuilder toBuilder() => + new GIdentityFieldsData_certIssued_issuerBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_removedIdentities && + return other is GIdentityFieldsData_certIssued_issuer && G__typename == other.G__typename && accountId == other.accountId && + account == other.account && id == other.id && isMember == other.isMember && status == other.status && - name == other.name; + name == other.name && + expireOn == other.expireOn; } @override @@ -64207,10 +65105,12 @@ class _$GGetHistoryAndBalanceData_account_removedIdentities var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, isMember.hashCode); _$hash = $jc(_$hash, status.hashCode); _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -64218,22 +65118,24 @@ class _$GGetHistoryAndBalanceData_account_removedIdentities @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_removedIdentities') + r'GIdentityFieldsData_certIssued_issuer') ..add('G__typename', G__typename) ..add('accountId', accountId) + ..add('account', account) ..add('id', id) ..add('isMember', isMember) ..add('status', status) - ..add('name', name)) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_removedIdentitiesBuilder +class GIdentityFieldsData_certIssued_issuerBuilder implements - Builder<GGetHistoryAndBalanceData_account_removedIdentities, - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder> { - _$GGetHistoryAndBalanceData_account_removedIdentities? _$v; + Builder<GIdentityFieldsData_certIssued_issuer, + GIdentityFieldsData_certIssued_issuerBuilder> { + _$GIdentityFieldsData_certIssued_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -64243,6 +65145,13 @@ class GGetHistoryAndBalanceData_account_removedIdentitiesBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; + GIdentityFieldsData_certIssued_issuer_accountBuilder? _account; + GIdentityFieldsData_certIssued_issuer_accountBuilder get account => + _$this._account ??= + new GIdentityFieldsData_certIssued_issuer_accountBuilder(); + set account(GIdentityFieldsData_certIssued_issuer_accountBuilder? account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; @@ -64259,205 +65168,71 @@ class GGetHistoryAndBalanceData_account_removedIdentitiesBuilder String? get name => _$this._name; set name(String? name) => _$this._name = name; - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder() { - GGetHistoryAndBalanceData_account_removedIdentities._initializeBuilder( - this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentityFieldsData_certIssued_issuerBuilder() { + GIdentityFieldsData_certIssued_issuer._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_removedIdentitiesBuilder get _$this { + GIdentityFieldsData_certIssued_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; _isMember = $v.isMember; _status = $v.status; _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_removedIdentities other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_removedIdentities; - } - - @override - void update( - void Function(GGetHistoryAndBalanceData_account_removedIdentitiesBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GGetHistoryAndBalanceData_account_removedIdentities build() => _build(); - - _$GGetHistoryAndBalanceData_account_removedIdentities _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_removedIdentities._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_removedIdentities', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull(id, - r'GGetHistoryAndBalanceData_account_removedIdentities', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GGetHistoryAndBalanceData_account_removedIdentities', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, - r'GGetHistoryAndBalanceData_account_removedIdentities', - 'name')); - replace(_$result); - return _$result; - } -} - -class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate - extends GGetHistoryAndBalanceData_account_removedIdentitiesAggregate { - @override - final String G__typename; - @override - final GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate? - aggregate; - - factory _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate( - [void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder() - ..update(updates)) - ._build(); - - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate._( - {required this.G__typename, this.aggregate}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate', - 'G__typename'); - } - - @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder() - ..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_removedIdentitiesAggregate && - G__typename == other.G__typename && - aggregate == other.aggregate; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate') - ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) - .toString(); - } -} - -class GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder - implements - Builder<GGetHistoryAndBalanceData_account_removedIdentitiesAggregate, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder(); - set aggregate( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; - - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder() { - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate - ._initializeBuilder(this); - } - - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder - get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); - _$v = null; - } - return this; - } - - @override - void replace( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate other) { + void replace(GIdentityFieldsData_certIssued_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate; + _$v = other as _$GIdentityFieldsData_certIssued_issuer; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder)? - updates) { + void Function(GIdentityFieldsData_certIssued_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate build() => - _build(); + GIdentityFieldsData_certIssued_issuer build() => _build(); - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate _build() { - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate _$result; + _$GIdentityFieldsData_certIssued_issuer _build() { + _$GIdentityFieldsData_certIssued_issuer _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + new _$GIdentityFieldsData_certIssued_issuer._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certIssued_issuer', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certIssued_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentityFieldsData_certIssued_issuer', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData_certIssued_issuer', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentityFieldsData_certIssued_issuer', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate', + r'GIdentityFieldsData_certIssued_issuer', _$failedField, e.toString()); } @@ -64468,61 +65243,52 @@ class GGetHistoryAndBalanceData_account_removedIdentitiesAggregateBuilder } } -class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - extends GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate { +class _$GIdentityFieldsData_certIssued_issuer_account + extends GIdentityFieldsData_certIssued_issuer_account { @override final String G__typename; @override - final int count; + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder)? + factory _$GIdentityFieldsData_certIssued_issuer_account( + [void Function(GIdentityFieldsData_certIssued_issuer_accountBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder() + (new GIdentityFieldsData_certIssued_issuer_accountBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GIdentityFieldsData_certIssued_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate', - 'count'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certIssued_issuer_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentityFieldsData_certIssued_issuer_account', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder) + GIdentityFieldsData_certIssued_issuer_account rebuild( + void Function(GIdentityFieldsData_certIssued_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder() - ..replace(this); + GIdentityFieldsData_certIssued_issuer_accountBuilder toBuilder() => + new GIdentityFieldsData_certIssued_issuer_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate && + return other is GIdentityFieldsData_certIssued_issuer_account && G__typename == other.G__typename && - count == other.count; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -64530,162 +65296,153 @@ class _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate') + r'GIdentityFieldsData_certIssued_issuer_account') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder +class GIdentityFieldsData_certIssued_issuer_accountBuilder implements - Builder< - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate? _$v; + Builder<GIdentityFieldsData_certIssued_issuer_account, + GIdentityFieldsData_certIssued_issuer_accountBuilder> { + _$GIdentityFieldsData_certIssued_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - ._initializeBuilder(this); + GIdentityFieldsData_certIssued_issuer_accountBuilder() { + GIdentityFieldsData_certIssued_issuer_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder - get _$this { + GIdentityFieldsData_certIssued_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - other) { + void replace(GIdentityFieldsData_certIssued_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate; + _$v = other as _$GIdentityFieldsData_certIssued_issuer_account; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregateBuilder)? + void Function(GIdentityFieldsData_certIssued_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - build() => _build(); + GIdentityFieldsData_certIssued_issuer_account build() => _build(); - _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - _build() { + _$GIdentityFieldsData_certIssued_issuer_account _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - ._( + new _$GIdentityFieldsData_certIssued_issuer_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate', + r'GIdentityFieldsData_certIssued_issuer_account', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate', - 'count')); + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentityFieldsData_certIssued_issuer_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersIssued - extends GGetHistoryAndBalanceData_account_transfersIssued { +class _$GIdentityFieldsData_certIssued_receiver + extends GIdentityFieldsData_certIssued_receiver { @override final String G__typename; @override - final int blockNumber; + final String? accountId; @override - final _i2.Gtimestamptz timestamp; + final GIdentityFieldsData_certIssued_receiver_account? account; @override - final int amount; + final String id; + @override + final bool isMember; @override - final GGetHistoryAndBalanceData_account_transfersIssued_to? to; + final _i2.GIdentityStatusEnum? status; @override - final GGetHistoryAndBalanceData_account_transfersIssued_from? from; + final String name; @override - final GGetHistoryAndBalanceData_account_transfersIssued_comment? comment; + final int expireOn; - factory _$GGetHistoryAndBalanceData_account_transfersIssued( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssuedBuilder)? + factory _$GIdentityFieldsData_certIssued_receiver( + [void Function(GIdentityFieldsData_certIssued_receiverBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersIssuedBuilder() - ..update(updates)) + (new GIdentityFieldsData_certIssued_receiverBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersIssued._( + _$GIdentityFieldsData_certIssued_receiver._( {required this.G__typename, - required this.blockNumber, - required this.timestamp, - required this.amount, - this.to, - this.from, - this.comment}) + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GGetHistoryAndBalanceData_account_transfersIssued', 'blockNumber'); - BuiltValueNullFieldError.checkNotNull(timestamp, - r'GGetHistoryAndBalanceData_account_transfersIssued', 'timestamp'); BuiltValueNullFieldError.checkNotNull( - amount, r'GGetHistoryAndBalanceData_account_transfersIssued', 'amount'); + G__typename, r'GIdentityFieldsData_certIssued_receiver', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certIssued_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentityFieldsData_certIssued_receiver', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData_certIssued_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData_certIssued_receiver', 'expireOn'); } @override - GGetHistoryAndBalanceData_account_transfersIssued rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersIssuedBuilder) + GIdentityFieldsData_certIssued_receiver rebuild( + void Function(GIdentityFieldsData_certIssued_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersIssuedBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_transfersIssuedBuilder() - ..replace(this); + GIdentityFieldsData_certIssued_receiverBuilder toBuilder() => + new GIdentityFieldsData_certIssued_receiverBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_transfersIssued && + return other is GIdentityFieldsData_certIssued_receiver && G__typename == other.G__typename && - blockNumber == other.blockNumber && - timestamp == other.timestamp && - amount == other.amount && - to == other.to && - from == other.from && - comment == other.comment; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, to.hashCode); - _$hash = $jc(_$hash, from.hashCode); - _$hash = $jc(_$hash, comment.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -64693,138 +65450,122 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersIssued') + r'GIdentityFieldsData_certIssued_receiver') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('timestamp', timestamp) - ..add('amount', amount) - ..add('to', to) - ..add('from', from) - ..add('comment', comment)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersIssuedBuilder +class GIdentityFieldsData_certIssued_receiverBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersIssued, - GGetHistoryAndBalanceData_account_transfersIssuedBuilder> { - _$GGetHistoryAndBalanceData_account_transfersIssued? _$v; + Builder<GIdentityFieldsData_certIssued_receiver, + GIdentityFieldsData_certIssued_receiverBuilder> { + _$GIdentityFieldsData_certIssued_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; + GIdentityFieldsData_certIssued_receiver_accountBuilder? _account; + GIdentityFieldsData_certIssued_receiver_accountBuilder get account => + _$this._account ??= + new GIdentityFieldsData_certIssued_receiver_accountBuilder(); + set account( + GIdentityFieldsData_certIssued_receiver_accountBuilder? account) => + _$this._account = account; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder? _to; - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder get to => - _$this._to ??= - new GGetHistoryAndBalanceData_account_transfersIssued_toBuilder(); - set to(GGetHistoryAndBalanceData_account_transfersIssued_toBuilder? to) => - _$this._to = to; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder? _from; - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder get from => - _$this._from ??= - new GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder(); - set from( - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder? - from) => - _$this._from = from; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder? _comment; - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder - get comment => _$this._comment ??= - new GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder(); - set comment( - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder? - comment) => - _$this._comment = comment; + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GGetHistoryAndBalanceData_account_transfersIssuedBuilder() { - GGetHistoryAndBalanceData_account_transfersIssued._initializeBuilder(this); + GIdentityFieldsData_certIssued_receiverBuilder() { + GIdentityFieldsData_certIssued_receiver._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersIssuedBuilder get _$this { + GIdentityFieldsData_certIssued_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _timestamp = $v.timestamp.toBuilder(); - _amount = $v.amount; - _to = $v.to?.toBuilder(); - _from = $v.from?.toBuilder(); - _comment = $v.comment?.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_transfersIssued other) { + void replace(GIdentityFieldsData_certIssued_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_transfersIssued; + _$v = other as _$GIdentityFieldsData_certIssued_receiver; } @override void update( - void Function(GGetHistoryAndBalanceData_account_transfersIssuedBuilder)? - updates) { + void Function(GIdentityFieldsData_certIssued_receiverBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersIssued build() => _build(); + GIdentityFieldsData_certIssued_receiver build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersIssued _build() { - _$GGetHistoryAndBalanceData_account_transfersIssued _$result; + _$GIdentityFieldsData_certIssued_receiver _build() { + _$GIdentityFieldsData_certIssued_receiver _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssued', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GGetHistoryAndBalanceData_account_transfersIssued', - 'blockNumber'), - timestamp: timestamp.build(), - amount: BuiltValueNullFieldError.checkNotNull( - amount, - r'GGetHistoryAndBalanceData_account_transfersIssued', - 'amount'), - to: _to?.build(), - from: _from?.build(), - comment: _comment?.build()); + new _$GIdentityFieldsData_certIssued_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certIssued_receiver', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certIssued_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentityFieldsData_certIssued_receiver', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData_certIssued_receiver', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentityFieldsData_certIssued_receiver', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'timestamp'; - timestamp.build(); - - _$failedField = 'to'; - _to?.build(); - _$failedField = 'from'; - _from?.build(); - _$failedField = 'comment'; - _comment?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_transfersIssued', + r'GIdentityFieldsData_certIssued_receiver', _$failedField, e.toString()); } @@ -64835,55 +65576,54 @@ class GGetHistoryAndBalanceData_account_transfersIssuedBuilder } } -class _$GGetHistoryAndBalanceData_account_transfersIssued_to - extends GGetHistoryAndBalanceData_account_transfersIssued_to { +class _$GIdentityFieldsData_certIssued_receiver_account + extends GIdentityFieldsData_certIssued_receiver_account { @override final String G__typename; @override - final String id; + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_transfersIssued_to( + factory _$GIdentityFieldsData_certIssued_receiver_account( [void Function( - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder)? + GIdentityFieldsData_certIssued_receiver_accountBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersIssued_toBuilder() + (new GIdentityFieldsData_certIssued_receiver_accountBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersIssued_to._( - {required this.G__typename, required this.id}) + _$GIdentityFieldsData_certIssued_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssued_to', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_transfersIssued_to', 'id'); + r'GIdentityFieldsData_certIssued_receiver_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentityFieldsData_certIssued_receiver_account', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_transfersIssued_to rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder) + GIdentityFieldsData_certIssued_receiver_account rebuild( + void Function(GIdentityFieldsData_certIssued_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_transfersIssued_toBuilder() + GIdentityFieldsData_certIssued_receiver_accountBuilder toBuilder() => + new GIdentityFieldsData_certIssued_receiver_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_transfersIssued_to && + return other is GIdentityFieldsData_certIssued_receiver_account && G__typename == other.G__typename && - id == other.id; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -64891,124 +65631,116 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_to @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersIssued_to') + r'GIdentityFieldsData_certIssued_receiver_account') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersIssued_toBuilder +class GIdentityFieldsData_certIssued_receiver_accountBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersIssued_to, - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder> { - _$GGetHistoryAndBalanceData_account_transfersIssued_to? _$v; + Builder<GIdentityFieldsData_certIssued_receiver_account, + GIdentityFieldsData_certIssued_receiver_accountBuilder> { + _$GIdentityFieldsData_certIssued_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder() { - GGetHistoryAndBalanceData_account_transfersIssued_to._initializeBuilder( - this); + GIdentityFieldsData_certIssued_receiver_accountBuilder() { + GIdentityFieldsData_certIssued_receiver_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder get _$this { + GIdentityFieldsData_certIssued_receiver_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_transfersIssued_to other) { + void replace(GIdentityFieldsData_certIssued_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_transfersIssued_to; + _$v = other as _$GIdentityFieldsData_certIssued_receiver_account; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersIssued_toBuilder)? + void Function(GIdentityFieldsData_certIssued_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersIssued_to build() => _build(); + GIdentityFieldsData_certIssued_receiver_account build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersIssued_to _build() { + _$GIdentityFieldsData_certIssued_receiver_account _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersIssued_to._( + new _$GIdentityFieldsData_certIssued_receiver_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssued_to', + r'GIdentityFieldsData_certIssued_receiver_account', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GGetHistoryAndBalanceData_account_transfersIssued_to', 'id')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentityFieldsData_certIssued_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersIssued_from - extends GGetHistoryAndBalanceData_account_transfersIssued_from { +class _$GIdentityFieldsData_certIssuedAggregate + extends GIdentityFieldsData_certIssuedAggregate { @override final String G__typename; @override - final String id; + final GIdentityFieldsData_certIssuedAggregate_aggregate? aggregate; - factory _$GGetHistoryAndBalanceData_account_transfersIssued_from( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder)? + factory _$GIdentityFieldsData_certIssuedAggregate( + [void Function(GIdentityFieldsData_certIssuedAggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder() - ..update(updates)) + (new GIdentityFieldsData_certIssuedAggregateBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersIssued_from._( - {required this.G__typename, required this.id}) + _$GIdentityFieldsData_certIssuedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssued_from', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_transfersIssued_from', 'id'); + G__typename, r'GIdentityFieldsData_certIssuedAggregate', 'G__typename'); } @override - GGetHistoryAndBalanceData_account_transfersIssued_from rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder) + GIdentityFieldsData_certIssuedAggregate rebuild( + void Function(GIdentityFieldsData_certIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder() - ..replace(this); + GIdentityFieldsData_certIssuedAggregateBuilder toBuilder() => + new GIdentityFieldsData_certIssuedAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_transfersIssued_from && + return other is GIdentityFieldsData_certIssuedAggregate && G__typename == other.G__typename && - id == other.id; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -65016,127 +65748,136 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_from @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersIssued_from') + r'GIdentityFieldsData_certIssuedAggregate') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('aggregate', aggregate)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder +class GIdentityFieldsData_certIssuedAggregateBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersIssued_from, - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder> { - _$GGetHistoryAndBalanceData_account_transfersIssued_from? _$v; + Builder<GIdentityFieldsData_certIssuedAggregate, + GIdentityFieldsData_certIssuedAggregateBuilder> { + _$GIdentityFieldsData_certIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder? _aggregate; + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder get aggregate => + _$this._aggregate ??= + new GIdentityFieldsData_certIssuedAggregate_aggregateBuilder(); + set aggregate( + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder() { - GGetHistoryAndBalanceData_account_transfersIssued_from._initializeBuilder( - this); + GIdentityFieldsData_certIssuedAggregateBuilder() { + GIdentityFieldsData_certIssuedAggregate._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder get _$this { + GIdentityFieldsData_certIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_transfersIssued_from other) { + void replace(GIdentityFieldsData_certIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_transfersIssued_from; + _$v = other as _$GIdentityFieldsData_certIssuedAggregate; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersIssued_fromBuilder)? - updates) { + void Function(GIdentityFieldsData_certIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersIssued_from build() => _build(); + GIdentityFieldsData_certIssuedAggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersIssued_from _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersIssued_from._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssued_from', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_transfersIssued_from', - 'id')); + _$GIdentityFieldsData_certIssuedAggregate _build() { + _$GIdentityFieldsData_certIssuedAggregate _$result; + try { + _$result = _$v ?? + new _$GIdentityFieldsData_certIssuedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certIssuedAggregate', 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentityFieldsData_certIssuedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersIssued_comment - extends GGetHistoryAndBalanceData_account_transfersIssued_comment { +class _$GIdentityFieldsData_certIssuedAggregate_aggregate + extends GIdentityFieldsData_certIssuedAggregate_aggregate { @override final String G__typename; @override - final String remark; + final int count; - factory _$GGetHistoryAndBalanceData_account_transfersIssued_comment( + factory _$GIdentityFieldsData_certIssuedAggregate_aggregate( [void Function( - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder)? + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder() + (new GIdentityFieldsData_certIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersIssued_comment._( - {required this.G__typename, required this.remark}) + _$GIdentityFieldsData_certIssuedAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certIssuedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssued_comment', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull(remark, - r'GGetHistoryAndBalanceData_account_transfersIssued_comment', 'remark'); + count, r'GIdentityFieldsData_certIssuedAggregate_aggregate', 'count'); } @override - GGetHistoryAndBalanceData_account_transfersIssued_comment rebuild( + GIdentityFieldsData_certIssuedAggregate_aggregate rebuild( void Function( - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder) + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder() - ..replace(this); + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder toBuilder() => + new GIdentityFieldsData_certIssuedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_transfersIssued_comment && + return other is GIdentityFieldsData_certIssuedAggregate_aggregate && G__typename == other.G__typename && - remark == other.remark; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -65144,216 +65885,302 @@ class _$GGetHistoryAndBalanceData_account_transfersIssued_comment @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersIssued_comment') + r'GIdentityFieldsData_certIssuedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('remark', remark)) + ..add('count', count)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder +class GIdentityFieldsData_certIssuedAggregate_aggregateBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersIssued_comment, - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder> { - _$GGetHistoryAndBalanceData_account_transfersIssued_comment? _$v; + Builder<GIdentityFieldsData_certIssuedAggregate_aggregate, + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder> { + _$GIdentityFieldsData_certIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder() { - GGetHistoryAndBalanceData_account_transfersIssued_comment - ._initializeBuilder(this); + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder() { + GIdentityFieldsData_certIssuedAggregate_aggregate._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder get _$this { + GIdentityFieldsData_certIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _remark = $v.remark; + _count = $v.count; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_transfersIssued_comment other) { + void replace(GIdentityFieldsData_certIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_transfersIssued_comment; + _$v = other as _$GIdentityFieldsData_certIssuedAggregate_aggregate; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersIssued_commentBuilder)? + void Function(GIdentityFieldsData_certIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersIssued_comment build() => _build(); + GIdentityFieldsData_certIssuedAggregate_aggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersIssued_comment _build() { + _$GIdentityFieldsData_certIssuedAggregate_aggregate _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersIssued_comment._( + new _$GIdentityFieldsData_certIssuedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssued_comment', + r'GIdentityFieldsData_certIssuedAggregate_aggregate', 'G__typename'), - remark: BuiltValueNullFieldError.checkNotNull( - remark, - r'GGetHistoryAndBalanceData_account_transfersIssued_comment', - 'remark')); + count: BuiltValueNullFieldError.checkNotNull(count, + r'GIdentityFieldsData_certIssuedAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate - extends GGetHistoryAndBalanceData_account_transfersIssuedAggregate { +class _$GIdentityFieldsData_certReceived + extends GIdentityFieldsData_certReceived { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate? - aggregate; + final String id; + @override + final String? issuerId; + @override + final GIdentityFieldsData_certReceived_issuer? issuer; + @override + final String? receiverId; + @override + final GIdentityFieldsData_certReceived_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder() - ..update(updates)) - ._build(); + factory _$GIdentityFieldsData_certReceived( + [void Function(GIdentityFieldsData_certReceivedBuilder)? updates]) => + (new GIdentityFieldsData_certReceivedBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentityFieldsData_certReceived._( + {required this.G__typename, + required this.id, + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate', - 'G__typename'); + G__typename, r'GIdentityFieldsData_certReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certReceived', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentityFieldsData_certReceived', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData_certReceived', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentityFieldsData_certReceived', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GIdentityFieldsData_certReceived', 'updatedOn'); } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder) - updates) => + GIdentityFieldsData_certReceived rebuild( + void Function(GIdentityFieldsData_certReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder() - ..replace(this); + GIdentityFieldsData_certReceivedBuilder toBuilder() => + new GIdentityFieldsData_certReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_transfersIssuedAggregate && + return other is GIdentityFieldsData_certReceived && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate') + return (newBuiltValueToStringHelper(r'GIdentityFieldsData_certReceived') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder +class GIdentityFieldsData_certReceivedBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersIssuedAggregate, - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate? _$v; + Builder<GIdentityFieldsData_certReceived, + GIdentityFieldsData_certReceivedBuilder> { + _$GIdentityFieldsData_certReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder(); - set aggregate( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder() { - GGetHistoryAndBalanceData_account_transfersIssuedAggregate - ._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + GIdentityFieldsData_certReceived_issuerBuilder? _issuer; + GIdentityFieldsData_certReceived_issuerBuilder get issuer => + _$this._issuer ??= new GIdentityFieldsData_certReceived_issuerBuilder(); + set issuer(GIdentityFieldsData_certReceived_issuerBuilder? issuer) => + _$this._issuer = issuer; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GIdentityFieldsData_certReceived_receiverBuilder? _receiver; + GIdentityFieldsData_certReceived_receiverBuilder get receiver => + _$this._receiver ??= + new GIdentityFieldsData_certReceived_receiverBuilder(); + set receiver(GIdentityFieldsData_certReceived_receiverBuilder? receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GIdentityFieldsData_certReceivedBuilder() { + GIdentityFieldsData_certReceived._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder get _$this { + GIdentityFieldsData_certReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate other) { + void replace(GIdentityFieldsData_certReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate; + _$v = other as _$GIdentityFieldsData_certReceived; } @override - void update( - void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder)? - updates) { + void update(void Function(GIdentityFieldsData_certReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate build() => - _build(); + GIdentityFieldsData_certReceived build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate _build() { - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate _$result; + _$GIdentityFieldsData_certReceived _build() { + _$GIdentityFieldsData_certReceived _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); + new _$GIdentityFieldsData_certReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certReceived', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certReceived', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GIdentityFieldsData_certReceived', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData_certReceived', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GIdentityFieldsData_certReceived', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GIdentityFieldsData_certReceived', 'updatedOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate', - _$failedField, - e.toString()); + r'GIdentityFieldsData_certReceived', _$failedField, e.toString()); } rethrow; } @@ -65362,66 +66189,88 @@ class GGetHistoryAndBalanceData_account_transfersIssuedAggregateBuilder } } -class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - extends GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate { +class _$GIdentityFieldsData_certReceived_issuer + extends GIdentityFieldsData_certReceived_issuer { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum? - sum; + final String? accountId; @override - final int count; + final GIdentityFieldsData_certReceived_issuer_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder)? + factory _$GIdentityFieldsData_certReceived_issuer( + [void Function(GIdentityFieldsData_certReceived_issuerBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder() - ..update(updates)) + (new GIdentityFieldsData_certReceived_issuerBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate._( - {required this.G__typename, this.sum, required this.count}) + _$GIdentityFieldsData_certReceived_issuer._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate', - 'G__typename'); + G__typename, r'GIdentityFieldsData_certReceived_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate', - 'count'); + id, r'GIdentityFieldsData_certReceived_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentityFieldsData_certReceived_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData_certReceived_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData_certReceived_issuer', 'expireOn'); } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder) + GIdentityFieldsData_certReceived_issuer rebuild( + void Function(GIdentityFieldsData_certReceived_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder() - ..replace(this); + GIdentityFieldsData_certReceived_issuerBuilder toBuilder() => + new GIdentityFieldsData_certReceived_issuerBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate && + return other is GIdentityFieldsData_certReceived_issuer && G__typename == other.G__typename && - sum == other.sum && - count == other.count; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, sum.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -65429,102 +66278,122 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate') + r'GIdentityFieldsData_certReceived_issuer') ..add('G__typename', G__typename) - ..add('sum', sum) - ..add('count', count)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder +class GIdentityFieldsData_certReceived_issuerBuilder implements - Builder< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate? _$v; + Builder<GIdentityFieldsData_certReceived_issuer, + GIdentityFieldsData_certReceived_issuerBuilder> { + _$GIdentityFieldsData_certReceived_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder? - _sum; - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder - get sum => _$this._sum ??= - new GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder(); - set sum( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder? - sum) => - _$this._sum = sum; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + GIdentityFieldsData_certReceived_issuer_accountBuilder? _account; + GIdentityFieldsData_certReceived_issuer_accountBuilder get account => + _$this._account ??= + new GIdentityFieldsData_certReceived_issuer_accountBuilder(); + set account( + GIdentityFieldsData_certReceived_issuer_accountBuilder? account) => + _$this._account = account; - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - ._initializeBuilder(this); + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentityFieldsData_certReceived_issuerBuilder() { + GIdentityFieldsData_certReceived_issuer._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder - get _$this { + GIdentityFieldsData_certReceived_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _sum = $v.sum?.toBuilder(); - _count = $v.count; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - other) { + void replace(GIdentityFieldsData_certReceived_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate; + _$v = other as _$GIdentityFieldsData_certReceived_issuer; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilder)? - updates) { + void Function(GIdentityFieldsData_certReceived_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - build() => _build(); + GIdentityFieldsData_certReceived_issuer build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - _build() { - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - _$result; + _$GIdentityFieldsData_certReceived_issuer _build() { + _$GIdentityFieldsData_certReceived_issuer _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate', - 'G__typename'), - sum: _sum?.build(), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate', - 'count')); + new _$GIdentityFieldsData_certReceived_issuer._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certReceived_issuer', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certReceived_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentityFieldsData_certReceived_issuer', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData_certReceived_issuer', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentityFieldsData_certReceived_issuer', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'sum'; - _sum?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate', + r'GIdentityFieldsData_certReceived_issuer', _$failedField, e.toString()); } @@ -65535,57 +66404,54 @@ class GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregateBuilde } } -class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - extends GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum { +class _$GIdentityFieldsData_certReceived_issuer_account + extends GIdentityFieldsData_certReceived_issuer_account { @override final String G__typename; @override - final int? amount; + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum( + factory _$GIdentityFieldsData_certReceived_issuer_account( [void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder)? + GIdentityFieldsData_certReceived_issuer_accountBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder() + (new GIdentityFieldsData_certReceived_issuer_accountBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum._( - {required this.G__typename, this.amount}) + _$GIdentityFieldsData_certReceived_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum', - 'G__typename'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certReceived_issuer_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentityFieldsData_certReceived_issuer_account', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder) + GIdentityFieldsData_certReceived_issuer_account rebuild( + void Function(GIdentityFieldsData_certReceived_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder() - ..replace(this); + GIdentityFieldsData_certReceived_issuer_accountBuilder toBuilder() => + new GIdentityFieldsData_certReceived_issuer_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum && + return other is GIdentityFieldsData_certReceived_issuer_account && G__typename == other.G__typename && - amount == other.amount; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -65593,160 +66459,155 @@ class _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum') + r'GIdentityFieldsData_certReceived_issuer_account') ..add('G__typename', G__typename) - ..add('amount', amount)) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder +class GIdentityFieldsData_certReceived_issuer_accountBuilder implements - Builder< - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder> { - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum? - _$v; + Builder<GIdentityFieldsData_certReceived_issuer_account, + GIdentityFieldsData_certReceived_issuer_accountBuilder> { + _$GIdentityFieldsData_certReceived_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder() { - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - ._initializeBuilder(this); + GIdentityFieldsData_certReceived_issuer_accountBuilder() { + GIdentityFieldsData_certReceived_issuer_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder - get _$this { + GIdentityFieldsData_certReceived_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _amount = $v.amount; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - other) { + void replace(GIdentityFieldsData_certReceived_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum; + _$v = other as _$GIdentityFieldsData_certReceived_issuer_account; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sumBuilder)? + void Function(GIdentityFieldsData_certReceived_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - build() => _build(); + GIdentityFieldsData_certReceived_issuer_account build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - _build() { + _$GIdentityFieldsData_certReceived_issuer_account _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - ._( + new _$GIdentityFieldsData_certReceived_issuer_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum', + r'GIdentityFieldsData_certReceived_issuer_account', 'G__typename'), - amount: amount); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentityFieldsData_certReceived_issuer_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersReceived - extends GGetHistoryAndBalanceData_account_transfersReceived { +class _$GIdentityFieldsData_certReceived_receiver + extends GIdentityFieldsData_certReceived_receiver { @override final String G__typename; @override - final int blockNumber; + final String? accountId; @override - final _i2.Gtimestamptz timestamp; + final GIdentityFieldsData_certReceived_receiver_account? account; @override - final int amount; + final String id; + @override + final bool isMember; @override - final GGetHistoryAndBalanceData_account_transfersReceived_to? to; + final _i2.GIdentityStatusEnum? status; @override - final GGetHistoryAndBalanceData_account_transfersReceived_from? from; + final String name; @override - final GGetHistoryAndBalanceData_account_transfersReceived_comment? comment; + final int expireOn; - factory _$GGetHistoryAndBalanceData_account_transfersReceived( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceivedBuilder)? + factory _$GIdentityFieldsData_certReceived_receiver( + [void Function(GIdentityFieldsData_certReceived_receiverBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersReceivedBuilder() - ..update(updates)) + (new GIdentityFieldsData_certReceived_receiverBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersReceived._( + _$GIdentityFieldsData_certReceived_receiver._( {required this.G__typename, - required this.blockNumber, - required this.timestamp, - required this.amount, - this.to, - this.from, - this.comment}) + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceived', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GGetHistoryAndBalanceData_account_transfersReceived', 'blockNumber'); - BuiltValueNullFieldError.checkNotNull(timestamp, - r'GGetHistoryAndBalanceData_account_transfersReceived', 'timestamp'); - BuiltValueNullFieldError.checkNotNull(amount, - r'GGetHistoryAndBalanceData_account_transfersReceived', 'amount'); + r'GIdentityFieldsData_certReceived_receiver', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certReceived_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GIdentityFieldsData_certReceived_receiver', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData_certReceived_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GIdentityFieldsData_certReceived_receiver', 'expireOn'); } @override - GGetHistoryAndBalanceData_account_transfersReceived rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersReceivedBuilder) + GIdentityFieldsData_certReceived_receiver rebuild( + void Function(GIdentityFieldsData_certReceived_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersReceivedBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_transfersReceivedBuilder() - ..replace(this); + GIdentityFieldsData_certReceived_receiverBuilder toBuilder() => + new GIdentityFieldsData_certReceived_receiverBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_transfersReceived && + return other is GIdentityFieldsData_certReceived_receiver && G__typename == other.G__typename && - blockNumber == other.blockNumber && - timestamp == other.timestamp && - amount == other.amount && - to == other.to && - from == other.from && - comment == other.comment; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, to.hashCode); - _$hash = $jc(_$hash, from.hashCode); - _$hash = $jc(_$hash, comment.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -65754,139 +66615,123 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersReceived') + r'GIdentityFieldsData_certReceived_receiver') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('timestamp', timestamp) - ..add('amount', amount) - ..add('to', to) - ..add('from', from) - ..add('comment', comment)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersReceivedBuilder +class GIdentityFieldsData_certReceived_receiverBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersReceived, - GGetHistoryAndBalanceData_account_transfersReceivedBuilder> { - _$GGetHistoryAndBalanceData_account_transfersReceived? _$v; + Builder<GIdentityFieldsData_certReceived_receiver, + GIdentityFieldsData_certReceived_receiverBuilder> { + _$GIdentityFieldsData_certReceived_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; + GIdentityFieldsData_certReceived_receiver_accountBuilder? _account; + GIdentityFieldsData_certReceived_receiver_accountBuilder get account => + _$this._account ??= + new GIdentityFieldsData_certReceived_receiver_accountBuilder(); + set account( + GIdentityFieldsData_certReceived_receiver_accountBuilder? account) => + _$this._account = account; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder? _to; - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder get to => - _$this._to ??= - new GGetHistoryAndBalanceData_account_transfersReceived_toBuilder(); - set to(GGetHistoryAndBalanceData_account_transfersReceived_toBuilder? to) => - _$this._to = to; + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder? _from; - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder get from => - _$this._from ??= - new GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder(); - set from( - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder? - from) => - _$this._from = from; + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder? _comment; - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder - get comment => _$this._comment ??= - new GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder(); - set comment( - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder? - comment) => - _$this._comment = comment; + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; - GGetHistoryAndBalanceData_account_transfersReceivedBuilder() { - GGetHistoryAndBalanceData_account_transfersReceived._initializeBuilder( - this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GIdentityFieldsData_certReceived_receiverBuilder() { + GIdentityFieldsData_certReceived_receiver._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersReceivedBuilder get _$this { + GIdentityFieldsData_certReceived_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _timestamp = $v.timestamp.toBuilder(); - _amount = $v.amount; - _to = $v.to?.toBuilder(); - _from = $v.from?.toBuilder(); - _comment = $v.comment?.toBuilder(); + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_transfersReceived other) { + void replace(GIdentityFieldsData_certReceived_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_transfersReceived; + _$v = other as _$GIdentityFieldsData_certReceived_receiver; } @override void update( - void Function(GGetHistoryAndBalanceData_account_transfersReceivedBuilder)? + void Function(GIdentityFieldsData_certReceived_receiverBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersReceived build() => _build(); + GIdentityFieldsData_certReceived_receiver build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersReceived _build() { - _$GGetHistoryAndBalanceData_account_transfersReceived _$result; + _$GIdentityFieldsData_certReceived_receiver _build() { + _$GIdentityFieldsData_certReceived_receiver _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceived', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GGetHistoryAndBalanceData_account_transfersReceived', - 'blockNumber'), - timestamp: timestamp.build(), - amount: BuiltValueNullFieldError.checkNotNull( - amount, - r'GGetHistoryAndBalanceData_account_transfersReceived', - 'amount'), - to: _to?.build(), - from: _from?.build(), - comment: _comment?.build()); + new _$GIdentityFieldsData_certReceived_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certReceived_receiver', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_certReceived_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GIdentityFieldsData_certReceived_receiver', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GIdentityFieldsData_certReceived_receiver', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GIdentityFieldsData_certReceived_receiver', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'timestamp'; - timestamp.build(); - - _$failedField = 'to'; - _to?.build(); - _$failedField = 'from'; - _from?.build(); - _$failedField = 'comment'; - _comment?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_transfersReceived', + r'GIdentityFieldsData_certReceived_receiver', _$failedField, e.toString()); } @@ -65897,57 +66742,55 @@ class GGetHistoryAndBalanceData_account_transfersReceivedBuilder } } -class _$GGetHistoryAndBalanceData_account_transfersReceived_to - extends GGetHistoryAndBalanceData_account_transfersReceived_to { +class _$GIdentityFieldsData_certReceived_receiver_account + extends GIdentityFieldsData_certReceived_receiver_account { @override final String G__typename; @override - final String id; + final int createdOn; - factory _$GGetHistoryAndBalanceData_account_transfersReceived_to( + factory _$GIdentityFieldsData_certReceived_receiver_account( [void Function( - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder)? + GIdentityFieldsData_certReceived_receiver_accountBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersReceived_toBuilder() + (new GIdentityFieldsData_certReceived_receiver_accountBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersReceived_to._( - {required this.G__typename, required this.id}) + _$GIdentityFieldsData_certReceived_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceived_to', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_transfersReceived_to', 'id'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certReceived_receiver_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentityFieldsData_certReceived_receiver_account', 'createdOn'); } @override - GGetHistoryAndBalanceData_account_transfersReceived_to rebuild( + GIdentityFieldsData_certReceived_receiver_account rebuild( void Function( - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder) + GIdentityFieldsData_certReceived_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_transfersReceived_toBuilder() + GIdentityFieldsData_certReceived_receiver_accountBuilder toBuilder() => + new GIdentityFieldsData_certReceived_receiver_accountBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_transfersReceived_to && + return other is GIdentityFieldsData_certReceived_receiver_account && G__typename == other.G__typename && - id == other.id; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -65955,126 +66798,116 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_to @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersReceived_to') + r'GIdentityFieldsData_certReceived_receiver_account') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('createdOn', createdOn)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersReceived_toBuilder +class GIdentityFieldsData_certReceived_receiver_accountBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersReceived_to, - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder> { - _$GGetHistoryAndBalanceData_account_transfersReceived_to? _$v; + Builder<GIdentityFieldsData_certReceived_receiver_account, + GIdentityFieldsData_certReceived_receiver_accountBuilder> { + _$GIdentityFieldsData_certReceived_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder() { - GGetHistoryAndBalanceData_account_transfersReceived_to._initializeBuilder( - this); + GIdentityFieldsData_certReceived_receiver_accountBuilder() { + GIdentityFieldsData_certReceived_receiver_account._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder get _$this { + GIdentityFieldsData_certReceived_receiver_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_transfersReceived_to other) { + void replace(GIdentityFieldsData_certReceived_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_transfersReceived_to; + _$v = other as _$GIdentityFieldsData_certReceived_receiver_account; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersReceived_toBuilder)? + void Function(GIdentityFieldsData_certReceived_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersReceived_to build() => _build(); + GIdentityFieldsData_certReceived_receiver_account build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersReceived_to _build() { + _$GIdentityFieldsData_certReceived_receiver_account _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersReceived_to._( + new _$GIdentityFieldsData_certReceived_receiver_account._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceived_to', + r'GIdentityFieldsData_certReceived_receiver_account', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_transfersReceived_to', - 'id')); + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GIdentityFieldsData_certReceived_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersReceived_from - extends GGetHistoryAndBalanceData_account_transfersReceived_from { +class _$GIdentityFieldsData_certReceivedAggregate + extends GIdentityFieldsData_certReceivedAggregate { @override final String G__typename; @override - final String id; + final GIdentityFieldsData_certReceivedAggregate_aggregate? aggregate; - factory _$GGetHistoryAndBalanceData_account_transfersReceived_from( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder)? + factory _$GIdentityFieldsData_certReceivedAggregate( + [void Function(GIdentityFieldsData_certReceivedAggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder() - ..update(updates)) + (new GIdentityFieldsData_certReceivedAggregateBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersReceived_from._( - {required this.G__typename, required this.id}) + _$GIdentityFieldsData_certReceivedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceived_from', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_transfersReceived_from', 'id'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certReceivedAggregate', 'G__typename'); } @override - GGetHistoryAndBalanceData_account_transfersReceived_from rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder) + GIdentityFieldsData_certReceivedAggregate rebuild( + void Function(GIdentityFieldsData_certReceivedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder() - ..replace(this); + GIdentityFieldsData_certReceivedAggregateBuilder toBuilder() => + new GIdentityFieldsData_certReceivedAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_transfersReceived_from && + return other is GIdentityFieldsData_certReceivedAggregate && G__typename == other.G__typename && - id == other.id; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -66082,130 +66915,137 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_from @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersReceived_from') + r'GIdentityFieldsData_certReceivedAggregate') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('aggregate', aggregate)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder +class GIdentityFieldsData_certReceivedAggregateBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersReceived_from, - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder> { - _$GGetHistoryAndBalanceData_account_transfersReceived_from? _$v; + Builder<GIdentityFieldsData_certReceivedAggregate, + GIdentityFieldsData_certReceivedAggregateBuilder> { + _$GIdentityFieldsData_certReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder? _aggregate; + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder get aggregate => + _$this._aggregate ??= + new GIdentityFieldsData_certReceivedAggregate_aggregateBuilder(); + set aggregate( + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder() { - GGetHistoryAndBalanceData_account_transfersReceived_from._initializeBuilder( - this); + GIdentityFieldsData_certReceivedAggregateBuilder() { + GIdentityFieldsData_certReceivedAggregate._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder get _$this { + GIdentityFieldsData_certReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_transfersReceived_from other) { + void replace(GIdentityFieldsData_certReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_transfersReceived_from; + _$v = other as _$GIdentityFieldsData_certReceivedAggregate; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersReceived_fromBuilder)? + void Function(GIdentityFieldsData_certReceivedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersReceived_from build() => _build(); + GIdentityFieldsData_certReceivedAggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersReceived_from _build() { - final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersReceived_from._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceived_from', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, - r'GGetHistoryAndBalanceData_account_transfersReceived_from', - 'id')); + _$GIdentityFieldsData_certReceivedAggregate _build() { + _$GIdentityFieldsData_certReceivedAggregate _$result; + try { + _$result = _$v ?? + new _$GIdentityFieldsData_certReceivedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certReceivedAggregate', 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentityFieldsData_certReceivedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersReceived_comment - extends GGetHistoryAndBalanceData_account_transfersReceived_comment { +class _$GIdentityFieldsData_certReceivedAggregate_aggregate + extends GIdentityFieldsData_certReceivedAggregate_aggregate { @override final String G__typename; @override - final String remark; + final int count; - factory _$GGetHistoryAndBalanceData_account_transfersReceived_comment( + factory _$GIdentityFieldsData_certReceivedAggregate_aggregate( [void Function( - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder)? + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder() + (new GIdentityFieldsData_certReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersReceived_comment._( - {required this.G__typename, required this.remark}) + _$GIdentityFieldsData_certReceivedAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_certReceivedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceived_comment', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - remark, - r'GGetHistoryAndBalanceData_account_transfersReceived_comment', - 'remark'); + count, r'GIdentityFieldsData_certReceivedAggregate_aggregate', 'count'); } @override - GGetHistoryAndBalanceData_account_transfersReceived_comment rebuild( + GIdentityFieldsData_certReceivedAggregate_aggregate rebuild( void Function( - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder) + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder() - ..replace(this); + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder toBuilder() => + new GIdentityFieldsData_certReceivedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_transfersReceived_comment && + return other is GIdentityFieldsData_certReceivedAggregate_aggregate && G__typename == other.G__typename && - remark == other.remark; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -66213,289 +67053,228 @@ class _$GGetHistoryAndBalanceData_account_transfersReceived_comment @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersReceived_comment') + r'GIdentityFieldsData_certReceivedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('remark', remark)) + ..add('count', count)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder +class GIdentityFieldsData_certReceivedAggregate_aggregateBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersReceived_comment, - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder> { - _$GGetHistoryAndBalanceData_account_transfersReceived_comment? _$v; + Builder<GIdentityFieldsData_certReceivedAggregate_aggregate, + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder> { + _$GIdentityFieldsData_certReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder() { - GGetHistoryAndBalanceData_account_transfersReceived_comment - ._initializeBuilder(this); + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder() { + GIdentityFieldsData_certReceivedAggregate_aggregate._initializeBuilder( + this); } - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder - get _$this { + GIdentityFieldsData_certReceivedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _remark = $v.remark; + _count = $v.count; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_transfersReceived_comment other) { + void replace(GIdentityFieldsData_certReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GGetHistoryAndBalanceData_account_transfersReceived_comment; + _$v = other as _$GIdentityFieldsData_certReceivedAggregate_aggregate; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersReceived_commentBuilder)? + void Function(GIdentityFieldsData_certReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersReceived_comment build() => - _build(); + GIdentityFieldsData_certReceivedAggregate_aggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersReceived_comment _build() { + _$GIdentityFieldsData_certReceivedAggregate_aggregate _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersReceived_comment._( + new _$GIdentityFieldsData_certReceivedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceived_comment', + r'GIdentityFieldsData_certReceivedAggregate_aggregate', 'G__typename'), - remark: BuiltValueNullFieldError.checkNotNull( - remark, - r'GGetHistoryAndBalanceData_account_transfersReceived_comment', - 'remark')); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentityFieldsData_certReceivedAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate - extends GGetHistoryAndBalanceData_account_transfersReceivedAggregate { +class _$GIdentityFieldsData_linkedAccount + extends GIdentityFieldsData_linkedAccount { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate? - aggregate; + final String id; - factory _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder)? - updates]) => - (new GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder() - ..update(updates)) + factory _$GIdentityFieldsData_linkedAccount( + [void Function(GIdentityFieldsData_linkedAccountBuilder)? updates]) => + (new GIdentityFieldsData_linkedAccountBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate._( - {required this.G__typename, this.aggregate}) + _$GIdentityFieldsData_linkedAccount._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate', - 'G__typename'); + G__typename, r'GIdentityFieldsData_linkedAccount', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_linkedAccount', 'id'); } @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder) - updates) => + GIdentityFieldsData_linkedAccount rebuild( + void Function(GIdentityFieldsData_linkedAccountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder() - ..replace(this); + GIdentityFieldsData_linkedAccountBuilder toBuilder() => + new GIdentityFieldsData_linkedAccountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_transfersReceivedAggregate && + return other is GIdentityFieldsData_linkedAccount && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate') + return (newBuiltValueToStringHelper(r'GIdentityFieldsData_linkedAccount') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder +class GIdentityFieldsData_linkedAccountBuilder implements - Builder<GGetHistoryAndBalanceData_account_transfersReceivedAggregate, - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate? _$v; + Builder<GIdentityFieldsData_linkedAccount, + GIdentityFieldsData_linkedAccountBuilder> { + _$GIdentityFieldsData_linkedAccount? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder(); - set aggregate( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder() { - GGetHistoryAndBalanceData_account_transfersReceivedAggregate - ._initializeBuilder(this); + GIdentityFieldsData_linkedAccountBuilder() { + GIdentityFieldsData_linkedAccount._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder - get _$this { + GIdentityFieldsData_linkedAccountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate other) { + void replace(GIdentityFieldsData_linkedAccount other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate; + _$v = other as _$GIdentityFieldsData_linkedAccount; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregateBuilder)? - updates) { + void Function(GIdentityFieldsData_linkedAccountBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate build() => - _build(); + GIdentityFieldsData_linkedAccount build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate _build() { - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate _$result; - try { - _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GIdentityFieldsData_linkedAccount _build() { + final _$result = _$v ?? + new _$GIdentityFieldsData_linkedAccount._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_linkedAccount', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_linkedAccount', 'id')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - extends GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate { +class _$GIdentityFieldsData_linkedAccountAggregate + extends GIdentityFieldsData_linkedAccountAggregate { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum? - sum; - @override - final int count; + final GIdentityFieldsData_linkedAccountAggregate_aggregate? aggregate; - factory _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate( - [void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder)? + factory _$GIdentityFieldsData_linkedAccountAggregate( + [void Function(GIdentityFieldsData_linkedAccountAggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder() - ..update(updates)) + (new GIdentityFieldsData_linkedAccountAggregateBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate._( - {required this.G__typename, this.sum, required this.count}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate', - 'count'); + _$GIdentityFieldsData_linkedAccountAggregate._( + {required this.G__typename, this.aggregate}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_linkedAccountAggregate', 'G__typename'); } @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder) + GIdentityFieldsData_linkedAccountAggregate rebuild( + void Function(GIdentityFieldsData_linkedAccountAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder() - ..replace(this); + GIdentityFieldsData_linkedAccountAggregateBuilder toBuilder() => + new GIdentityFieldsData_linkedAccountAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate && + return other is GIdentityFieldsData_linkedAccountAggregate && G__typename == other.G__typename && - sum == other.sum && - count == other.count; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, sum.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -66503,102 +67282,78 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate') + r'GIdentityFieldsData_linkedAccountAggregate') ..add('G__typename', G__typename) - ..add('sum', sum) - ..add('count', count)) + ..add('aggregate', aggregate)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder +class GIdentityFieldsData_linkedAccountAggregateBuilder implements - Builder< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate? _$v; + Builder<GIdentityFieldsData_linkedAccountAggregate, + GIdentityFieldsData_linkedAccountAggregateBuilder> { + _$GIdentityFieldsData_linkedAccountAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder? - _sum; - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder - get sum => _$this._sum ??= - new GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder(); - set sum( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder? - sum) => - _$this._sum = sum; - - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder? _aggregate; + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder get aggregate => + _$this._aggregate ??= + new GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder(); + set aggregate( + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - ._initializeBuilder(this); + GIdentityFieldsData_linkedAccountAggregateBuilder() { + GIdentityFieldsData_linkedAccountAggregate._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder - get _$this { + GIdentityFieldsData_linkedAccountAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _sum = $v.sum?.toBuilder(); - _count = $v.count; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - other) { + void replace(GIdentityFieldsData_linkedAccountAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate; + _$v = other as _$GIdentityFieldsData_linkedAccountAggregate; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuilder)? + void Function(GIdentityFieldsData_linkedAccountAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - build() => _build(); + GIdentityFieldsData_linkedAccountAggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - _build() { - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - _$result; + _$GIdentityFieldsData_linkedAccountAggregate _build() { + _$GIdentityFieldsData_linkedAccountAggregate _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate', - 'G__typename'), - sum: _sum?.build(), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate', - 'count')); + new _$GIdentityFieldsData_linkedAccountAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_linkedAccountAggregate', 'G__typename'), + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'sum'; - _sum?.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate', + r'GIdentityFieldsData_linkedAccountAggregate', _$failedField, e.toString()); } @@ -66609,58 +67364,55 @@ class GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregateBuil } } -class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - extends GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum { +class _$GIdentityFieldsData_linkedAccountAggregate_aggregate + extends GIdentityFieldsData_linkedAccountAggregate_aggregate { @override final String G__typename; @override - final int? amount; + final int count; - factory _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum( + factory _$GIdentityFieldsData_linkedAccountAggregate_aggregate( [void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder)? + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder() + (new GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum._( - {required this.G__typename, this.amount}) + _$GIdentityFieldsData_linkedAccountAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum', - 'G__typename'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_linkedAccountAggregate_aggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(count, + r'GIdentityFieldsData_linkedAccountAggregate_aggregate', 'count'); } @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - rebuild( - void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder) - updates) => - (toBuilder()..update(updates)).build(); + GIdentityFieldsData_linkedAccountAggregate_aggregate rebuild( + void Function( + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder() - ..replace(this); + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder toBuilder() => + new GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum && + return other is GIdentityFieldsData_linkedAccountAggregate_aggregate && G__typename == other.G__typename && - amount == other.amount; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -66668,150 +67420,143 @@ class _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_s @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum') + r'GIdentityFieldsData_linkedAccountAggregate_aggregate') ..add('G__typename', G__typename) - ..add('amount', amount)) + ..add('count', count)) .toString(); } } -class GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder +class GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder implements - Builder< - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder> { - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum? - _$v; + Builder<GIdentityFieldsData_linkedAccountAggregate_aggregate, + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder> { + _$GIdentityFieldsData_linkedAccountAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder() { - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - ._initializeBuilder(this); + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder() { + GIdentityFieldsData_linkedAccountAggregate_aggregate._initializeBuilder( + this); } - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder - get _$this { + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _amount = $v.amount; + _count = $v.count; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - other) { + void replace(GIdentityFieldsData_linkedAccountAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum; + _$v = other as _$GIdentityFieldsData_linkedAccountAggregate_aggregate; } @override void update( void Function( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sumBuilder)? + GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - build() => _build(); + GIdentityFieldsData_linkedAccountAggregate_aggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - _build() { + _$GIdentityFieldsData_linkedAccountAggregate_aggregate _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - ._( + new _$GIdentityFieldsData_linkedAccountAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum', + r'GIdentityFieldsData_linkedAccountAggregate_aggregate', 'G__typename'), - amount: amount); + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentityFieldsData_linkedAccountAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_wasIdentity - extends GGetHistoryAndBalanceData_account_wasIdentity { +class _$GIdentityFieldsData_membershipHistory + extends GIdentityFieldsData_membershipHistory { @override final String G__typename; @override - final String id; - @override final int blockNumber; @override - final String? identityId; + final String? eventId; @override - final String? nextId; + final _i2.GEventTypeEnum? eventType; @override - final String? previousId; + final String id; + @override + final String? identityId; - factory _$GGetHistoryAndBalanceData_account_wasIdentity( - [void Function(GGetHistoryAndBalanceData_account_wasIdentityBuilder)? + factory _$GIdentityFieldsData_membershipHistory( + [void Function(GIdentityFieldsData_membershipHistoryBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_wasIdentityBuilder() - ..update(updates)) + (new GIdentityFieldsData_membershipHistoryBuilder()..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_wasIdentity._( + _$GIdentityFieldsData_membershipHistory._( {required this.G__typename, - required this.id, required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + this.eventId, + this.eventType, + required this.id, + this.identityId}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GGetHistoryAndBalanceData_account_wasIdentity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_wasIdentity', 'id'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GGetHistoryAndBalanceData_account_wasIdentity', 'blockNumber'); + G__typename, r'GIdentityFieldsData_membershipHistory', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GIdentityFieldsData_membershipHistory', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_membershipHistory', 'id'); } @override - GGetHistoryAndBalanceData_account_wasIdentity rebuild( - void Function(GGetHistoryAndBalanceData_account_wasIdentityBuilder) + GIdentityFieldsData_membershipHistory rebuild( + void Function(GIdentityFieldsData_membershipHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_wasIdentityBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_wasIdentityBuilder()..replace(this); + GIdentityFieldsData_membershipHistoryBuilder toBuilder() => + new GIdentityFieldsData_membershipHistoryBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_wasIdentity && + return other is GIdentityFieldsData_membershipHistory && G__typename == other.G__typename && - id == other.id && blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + eventId == other.eventId && + eventType == other.eventType && + id == other.id && + identityId == other.identityId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, eventType.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -66819,143 +67564,133 @@ class _$GGetHistoryAndBalanceData_account_wasIdentity @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_wasIdentity') + r'GIdentityFieldsData_membershipHistory') ..add('G__typename', G__typename) - ..add('id', id) ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('eventId', eventId) + ..add('eventType', eventType) + ..add('id', id) + ..add('identityId', identityId)) .toString(); } } -class GGetHistoryAndBalanceData_account_wasIdentityBuilder +class GIdentityFieldsData_membershipHistoryBuilder implements - Builder<GGetHistoryAndBalanceData_account_wasIdentity, - GGetHistoryAndBalanceData_account_wasIdentityBuilder> { - _$GGetHistoryAndBalanceData_account_wasIdentity? _$v; + Builder<GIdentityFieldsData_membershipHistory, + GIdentityFieldsData_membershipHistoryBuilder> { + _$GIdentityFieldsData_membershipHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - int? _blockNumber; int? get blockNumber => _$this._blockNumber; set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + _i2.GEventTypeEnum? _eventType; + _i2.GEventTypeEnum? get eventType => _$this._eventType; + set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + String? _identityId; String? get identityId => _$this._identityId; set identityId(String? identityId) => _$this._identityId = identityId; - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; - - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; - - GGetHistoryAndBalanceData_account_wasIdentityBuilder() { - GGetHistoryAndBalanceData_account_wasIdentity._initializeBuilder(this); + GIdentityFieldsData_membershipHistoryBuilder() { + GIdentityFieldsData_membershipHistory._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_wasIdentityBuilder get _$this { + GIdentityFieldsData_membershipHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _eventType = $v.eventType; + _id = $v.id; _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GGetHistoryAndBalanceData_account_wasIdentity other) { + void replace(GIdentityFieldsData_membershipHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_wasIdentity; + _$v = other as _$GIdentityFieldsData_membershipHistory; } @override void update( - void Function(GGetHistoryAndBalanceData_account_wasIdentityBuilder)? - updates) { + void Function(GIdentityFieldsData_membershipHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_wasIdentity build() => _build(); + GIdentityFieldsData_membershipHistory build() => _build(); - _$GGetHistoryAndBalanceData_account_wasIdentity _build() { + _$GIdentityFieldsData_membershipHistory _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_wasIdentity._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_wasIdentity', - 'G__typename'), + new _$GIdentityFieldsData_membershipHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_membershipHistory', 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GIdentityFieldsData_membershipHistory', 'blockNumber'), + eventId: eventId, + eventType: eventType, id: BuiltValueNullFieldError.checkNotNull( - id, r'GGetHistoryAndBalanceData_account_wasIdentity', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GGetHistoryAndBalanceData_account_wasIdentity', - 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + id, r'GIdentityFieldsData_membershipHistory', 'id'), + identityId: identityId); replace(_$result); return _$result; } } -class _$GGetHistoryAndBalanceData_account_wasIdentityAggregate - extends GGetHistoryAndBalanceData_account_wasIdentityAggregate { +class _$GIdentityFieldsData_membershipHistoryAggregate + extends GIdentityFieldsData_membershipHistoryAggregate { @override final String G__typename; @override - final GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate? - aggregate; + final GIdentityFieldsData_membershipHistoryAggregate_aggregate? aggregate; - factory _$GGetHistoryAndBalanceData_account_wasIdentityAggregate( - [void Function( - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder)? + factory _$GIdentityFieldsData_membershipHistoryAggregate( + [void Function(GIdentityFieldsData_membershipHistoryAggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder() + (new GIdentityFieldsData_membershipHistoryAggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate._( + _$GIdentityFieldsData_membershipHistoryAggregate._( {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate', - 'G__typename'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_membershipHistoryAggregate', 'G__typename'); } @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate rebuild( - void Function( - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder) + GIdentityFieldsData_membershipHistoryAggregate rebuild( + void Function(GIdentityFieldsData_membershipHistoryAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder toBuilder() => - new GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder() + GIdentityFieldsData_membershipHistoryAggregateBuilder toBuilder() => + new GIdentityFieldsData_membershipHistoryAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceData_account_wasIdentityAggregate && + return other is GIdentityFieldsData_membershipHistoryAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -66972,39 +67707,37 @@ class _$GGetHistoryAndBalanceData_account_wasIdentityAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate') + r'GIdentityFieldsData_membershipHistoryAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder +class GIdentityFieldsData_membershipHistoryAggregateBuilder implements - Builder<GGetHistoryAndBalanceData_account_wasIdentityAggregate, - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder> { - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate? _$v; + Builder<GIdentityFieldsData_membershipHistoryAggregate, + GIdentityFieldsData_membershipHistoryAggregateBuilder> { + _$GIdentityFieldsData_membershipHistoryAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder? - _aggregate; - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder? _aggregate; + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder(); + new GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder(); set aggregate( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder? + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder() { - GGetHistoryAndBalanceData_account_wasIdentityAggregate._initializeBuilder( - this); + GIdentityFieldsData_membershipHistoryAggregateBuilder() { + GIdentityFieldsData_membershipHistoryAggregate._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder get _$this { + GIdentityFieldsData_membershipHistoryAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -67015,30 +67748,29 @@ class GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder } @override - void replace(GGetHistoryAndBalanceData_account_wasIdentityAggregate other) { + void replace(GIdentityFieldsData_membershipHistoryAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceData_account_wasIdentityAggregate; + _$v = other as _$GIdentityFieldsData_membershipHistoryAggregate; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder)? + void Function(GIdentityFieldsData_membershipHistoryAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate build() => _build(); + GIdentityFieldsData_membershipHistoryAggregate build() => _build(); - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate _build() { - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate _$result; + _$GIdentityFieldsData_membershipHistoryAggregate _build() { + _$GIdentityFieldsData_membershipHistoryAggregate _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_wasIdentityAggregate._( + new _$GIdentityFieldsData_membershipHistoryAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate', + r'GIdentityFieldsData_membershipHistoryAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -67048,7 +67780,7 @@ class GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate', + r'GIdentityFieldsData_membershipHistoryAggregate', _$failedField, e.toString()); } @@ -67059,52 +67791,48 @@ class GGetHistoryAndBalanceData_account_wasIdentityAggregateBuilder } } -class _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate - extends GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate { +class _$GIdentityFieldsData_membershipHistoryAggregate_aggregate + extends GIdentityFieldsData_membershipHistoryAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate( + factory _$GIdentityFieldsData_membershipHistoryAggregate_aggregate( [void Function( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder)? + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder)? updates]) => - (new GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder() + (new GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate._( + _$GIdentityFieldsData_membershipHistoryAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate', + r'GIdentityFieldsData_membershipHistoryAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate', - 'count'); + BuiltValueNullFieldError.checkNotNull(count, + r'GIdentityFieldsData_membershipHistoryAggregate_aggregate', 'count'); } @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate rebuild( + GIdentityFieldsData_membershipHistoryAggregate_aggregate rebuild( void Function( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder) + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder - toBuilder() => - new GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder() - ..replace(this); + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder toBuilder() => + new GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate && + return other is GIdentityFieldsData_membershipHistoryAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -67121,304 +67849,366 @@ class _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate') + r'GIdentityFieldsData_membershipHistoryAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder +class GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder implements - Builder< - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate, - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder> { - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate? _$v; + Builder<GIdentityFieldsData_membershipHistoryAggregate_aggregate, + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder> { + _$GIdentityFieldsData_membershipHistoryAggregate_aggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder() { + GIdentityFieldsData_membershipHistoryAggregate_aggregate._initializeBuilder( + this); + } + + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _count = $v.count; + _$v = null; + } + return this; + } + + @override + void replace(GIdentityFieldsData_membershipHistoryAggregate_aggregate other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GIdentityFieldsData_membershipHistoryAggregate_aggregate; + } + + @override + void update( + void Function( + GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GIdentityFieldsData_membershipHistoryAggregate_aggregate build() => _build(); + + _$GIdentityFieldsData_membershipHistoryAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GIdentityFieldsData_membershipHistoryAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GIdentityFieldsData_membershipHistoryAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentityFieldsData_membershipHistoryAggregate_aggregate', + 'count')); + replace(_$result); + return _$result; + } +} + +class _$GIdentityFieldsData_ownerKeyChange + extends GIdentityFieldsData_ownerKeyChange { + @override + final String G__typename; + @override + final String id; + @override + final int blockNumber; + @override + final String? identityId; + @override + final String? nextId; + @override + final String? previousId; + + factory _$GIdentityFieldsData_ownerKeyChange( + [void Function(GIdentityFieldsData_ownerKeyChangeBuilder)? + updates]) => + (new GIdentityFieldsData_ownerKeyChangeBuilder()..update(updates)) + ._build(); + + _$GIdentityFieldsData_ownerKeyChange._( + {required this.G__typename, + required this.id, + required this.blockNumber, + this.identityId, + this.nextId, + this.previousId}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentityFieldsData_ownerKeyChange', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_ownerKeyChange', 'id'); + BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GIdentityFieldsData_ownerKeyChange', 'blockNumber'); + } + + @override + GIdentityFieldsData_ownerKeyChange rebuild( + void Function(GIdentityFieldsData_ownerKeyChangeBuilder) updates) => + (toBuilder()..update(updates)).build(); + + @override + GIdentityFieldsData_ownerKeyChangeBuilder toBuilder() => + new GIdentityFieldsData_ownerKeyChangeBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GIdentityFieldsData_ownerKeyChange && + G__typename == other.G__typename && + id == other.id && + blockNumber == other.blockNumber && + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper(r'GIdentityFieldsData_ownerKeyChange') + ..add('G__typename', G__typename) + ..add('id', id) + ..add('blockNumber', blockNumber) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) + .toString(); + } +} + +class GIdentityFieldsData_ownerKeyChangeBuilder + implements + Builder<GIdentityFieldsData_ownerKeyChange, + GIdentityFieldsData_ownerKeyChangeBuilder> { + _$GIdentityFieldsData_ownerKeyChange? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder() { - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate - ._initializeBuilder(this); + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; + + GIdentityFieldsData_ownerKeyChangeBuilder() { + GIdentityFieldsData_ownerKeyChange._initializeBuilder(this); } - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder - get _$this { + GIdentityFieldsData_ownerKeyChangeBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate other) { + void replace(GIdentityFieldsData_ownerKeyChange other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate; + _$v = other as _$GIdentityFieldsData_ownerKeyChange; } @override void update( - void Function( - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregateBuilder)? - updates) { + void Function(GIdentityFieldsData_ownerKeyChangeBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate build() => - _build(); + GIdentityFieldsData_ownerKeyChange build() => _build(); - _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate _build() { + _$GIdentityFieldsData_ownerKeyChange _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate', - 'count')); + new _$GIdentityFieldsData_ownerKeyChange._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_ownerKeyChange', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_ownerKeyChange', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GIdentityFieldsData_ownerKeyChange', 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GCertFieldsData extends GCertFieldsData { +class _$GIdentityFieldsData_ownerKeyChangeAggregate + extends GIdentityFieldsData_ownerKeyChangeAggregate { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GCertFieldsData_issuer? issuer; - @override - final String? receiverId; - @override - final GCertFieldsData_receiver? receiver; - @override - final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; + final GIdentityFieldsData_ownerKeyChangeAggregate_aggregate? aggregate; - factory _$GCertFieldsData([void Function(GCertFieldsDataBuilder)? updates]) => - (new GCertFieldsDataBuilder()..update(updates))._build(); + factory _$GIdentityFieldsData_ownerKeyChangeAggregate( + [void Function(GIdentityFieldsData_ownerKeyChangeAggregateBuilder)? + updates]) => + (new GIdentityFieldsData_ownerKeyChangeAggregateBuilder() + ..update(updates)) + ._build(); - _$GCertFieldsData._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GIdentityFieldsData_ownerKeyChangeAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GCertFieldsData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, r'GCertFieldsData', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GCertFieldsData', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GCertFieldsData', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GCertFieldsData', 'isActive'); - BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GCertFieldsData', 'updatedOn'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_ownerKeyChangeAggregate', 'G__typename'); } @override - GCertFieldsData rebuild(void Function(GCertFieldsDataBuilder) updates) => + GIdentityFieldsData_ownerKeyChangeAggregate rebuild( + void Function(GIdentityFieldsData_ownerKeyChangeAggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GCertFieldsDataBuilder toBuilder() => - new GCertFieldsDataBuilder()..replace(this); + GIdentityFieldsData_ownerKeyChangeAggregateBuilder toBuilder() => + new GIdentityFieldsData_ownerKeyChangeAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GCertFieldsData && + return other is GIdentityFieldsData_ownerKeyChangeAggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GCertFieldsData') + return (newBuiltValueToStringHelper( + r'GIdentityFieldsData_ownerKeyChangeAggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('aggregate', aggregate)) .toString(); } } -class GCertFieldsDataBuilder - implements Builder<GCertFieldsData, GCertFieldsDataBuilder> { - _$GCertFieldsData? _$v; +class GIdentityFieldsData_ownerKeyChangeAggregateBuilder + implements + Builder<GIdentityFieldsData_ownerKeyChangeAggregate, + GIdentityFieldsData_ownerKeyChangeAggregateBuilder> { + _$GIdentityFieldsData_ownerKeyChangeAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GCertFieldsData_issuerBuilder? _issuer; - GCertFieldsData_issuerBuilder get issuer => - _$this._issuer ??= new GCertFieldsData_issuerBuilder(); - set issuer(GCertFieldsData_issuerBuilder? issuer) => _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GCertFieldsData_receiverBuilder? _receiver; - GCertFieldsData_receiverBuilder get receiver => - _$this._receiver ??= new GCertFieldsData_receiverBuilder(); - set receiver(GCertFieldsData_receiverBuilder? receiver) => - _$this._receiver = receiver; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder? _aggregate; + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder get aggregate => + _$this._aggregate ??= + new GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder(); + set aggregate( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GCertFieldsDataBuilder() { - GCertFieldsData._initializeBuilder(this); + GIdentityFieldsData_ownerKeyChangeAggregateBuilder() { + GIdentityFieldsData_ownerKeyChangeAggregate._initializeBuilder(this); } - GCertFieldsDataBuilder get _$this { + GIdentityFieldsData_ownerKeyChangeAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GCertFieldsData other) { + void replace(GIdentityFieldsData_ownerKeyChangeAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GCertFieldsData; + _$v = other as _$GIdentityFieldsData_ownerKeyChangeAggregate; } @override - void update(void Function(GCertFieldsDataBuilder)? updates) { + void update( + void Function(GIdentityFieldsData_ownerKeyChangeAggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GCertFieldsData build() => _build(); + GIdentityFieldsData_ownerKeyChangeAggregate build() => _build(); - _$GCertFieldsData _build() { - _$GCertFieldsData _$result; + _$GIdentityFieldsData_ownerKeyChangeAggregate _build() { + _$GIdentityFieldsData_ownerKeyChangeAggregate _$result; try { _$result = _$v ?? - new _$GCertFieldsData._( + new _$GIdentityFieldsData_ownerKeyChangeAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GCertFieldsData', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GCertFieldsData', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GCertFieldsData', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GCertFieldsData', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GCertFieldsData', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GCertFieldsData', 'updatedOn')); + G__typename, + r'GIdentityFieldsData_ownerKeyChangeAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'issuer'; - _issuer?.build(); - - _$failedField = 'receiver'; - _receiver?.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GCertFieldsData', _$failedField, e.toString()); + r'GIdentityFieldsData_ownerKeyChangeAggregate', + _$failedField, + e.toString()); } rethrow; } @@ -67427,329 +68217,351 @@ class GCertFieldsDataBuilder } } -class _$GCertFieldsData_issuer extends GCertFieldsData_issuer { +class _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate + extends GIdentityFieldsData_ownerKeyChangeAggregate_aggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int count; - factory _$GCertFieldsData_issuer( - [void Function(GCertFieldsData_issuerBuilder)? updates]) => - (new GCertFieldsData_issuerBuilder()..update(updates))._build(); + factory _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate( + [void Function( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder)? + updates]) => + (new GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder() + ..update(updates)) + ._build(); - _$GCertFieldsData_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GCertFieldsData_issuer', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, r'GCertFieldsData_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GCertFieldsData_issuer', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, r'GCertFieldsData_issuer', 'name'); + G__typename, + r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull(count, + r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate', 'count'); } @override - GCertFieldsData_issuer rebuild( - void Function(GCertFieldsData_issuerBuilder) updates) => + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate rebuild( + void Function( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GCertFieldsData_issuerBuilder toBuilder() => - new GCertFieldsData_issuerBuilder()..replace(this); + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder toBuilder() => + new GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GCertFieldsData_issuer && + return other is GIdentityFieldsData_ownerKeyChangeAggregate_aggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GCertFieldsData_issuer') + return (newBuiltValueToStringHelper( + r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('count', count)) .toString(); } } -class GCertFieldsData_issuerBuilder - implements Builder<GCertFieldsData_issuer, GCertFieldsData_issuerBuilder> { - _$GCertFieldsData_issuer? _$v; +class GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder + implements + Builder<GIdentityFieldsData_ownerKeyChangeAggregate_aggregate, + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder> { + _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GCertFieldsData_issuerBuilder() { - GCertFieldsData_issuer._initializeBuilder(this); + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder() { + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate._initializeBuilder( + this); } - GCertFieldsData_issuerBuilder get _$this { + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _count = $v.count; _$v = null; } return this; } @override - void replace(GCertFieldsData_issuer other) { + void replace(GIdentityFieldsData_ownerKeyChangeAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GCertFieldsData_issuer; + _$v = other as _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate; } @override - void update(void Function(GCertFieldsData_issuerBuilder)? updates) { + void update( + void Function( + GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GCertFieldsData_issuer build() => _build(); + GIdentityFieldsData_ownerKeyChangeAggregate_aggregate build() => _build(); - _$GCertFieldsData_issuer _build() { + _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate _build() { final _$result = _$v ?? - new _$GCertFieldsData_issuer._( + new _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GCertFieldsData_issuer', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GCertFieldsData_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GCertFieldsData_issuer', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GCertFieldsData_issuer', 'name')); + G__typename, + r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GCertFieldsData_receiver extends GCertFieldsData_receiver { +class _$GIdentityFieldsData_smith extends GIdentityFieldsData_smith { @override final String G__typename; @override - final String? accountId; - @override final String id; @override - final bool isMember; + final int forged; @override - final _i2.GIdentityStatusEnum? status; + final int index; @override - final String name; + final int? lastChanged; + @override + final int? lastForged; + @override + final BuiltList<GIdentityFieldsData_smith_smithCertIssued> smithCertIssued; + @override + final BuiltList<GIdentityFieldsData_smith_smithCertReceived> + smithCertReceived; - factory _$GCertFieldsData_receiver( - [void Function(GCertFieldsData_receiverBuilder)? updates]) => - (new GCertFieldsData_receiverBuilder()..update(updates))._build(); + factory _$GIdentityFieldsData_smith( + [void Function(GIdentityFieldsData_smithBuilder)? updates]) => + (new GIdentityFieldsData_smithBuilder()..update(updates))._build(); - _$GCertFieldsData_receiver._( + _$GIdentityFieldsData_smith._( {required this.G__typename, - this.accountId, required this.id, - required this.isMember, - this.status, - required this.name}) + required this.forged, + required this.index, + this.lastChanged, + this.lastForged, + required this.smithCertIssued, + required this.smithCertReceived}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GCertFieldsData_receiver', 'G__typename'); + G__typename, r'GIdentityFieldsData_smith', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GCertFieldsData_receiver', 'id'); + id, r'GIdentityFieldsData_smith', 'id'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GCertFieldsData_receiver', 'isMember'); + forged, r'GIdentityFieldsData_smith', 'forged'); BuiltValueNullFieldError.checkNotNull( - name, r'GCertFieldsData_receiver', 'name'); + index, r'GIdentityFieldsData_smith', 'index'); + BuiltValueNullFieldError.checkNotNull( + smithCertIssued, r'GIdentityFieldsData_smith', 'smithCertIssued'); + BuiltValueNullFieldError.checkNotNull( + smithCertReceived, r'GIdentityFieldsData_smith', 'smithCertReceived'); } @override - GCertFieldsData_receiver rebuild( - void Function(GCertFieldsData_receiverBuilder) updates) => + GIdentityFieldsData_smith rebuild( + void Function(GIdentityFieldsData_smithBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GCertFieldsData_receiverBuilder toBuilder() => - new GCertFieldsData_receiverBuilder()..replace(this); + GIdentityFieldsData_smithBuilder toBuilder() => + new GIdentityFieldsData_smithBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GCertFieldsData_receiver && + return other is GIdentityFieldsData_smith && G__typename == other.G__typename && - accountId == other.accountId && id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + forged == other.forged && + index == other.index && + lastChanged == other.lastChanged && + lastForged == other.lastForged && + smithCertIssued == other.smithCertIssued && + smithCertReceived == other.smithCertReceived; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, forged.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, lastChanged.hashCode); + _$hash = $jc(_$hash, lastForged.hashCode); + _$hash = $jc(_$hash, smithCertIssued.hashCode); + _$hash = $jc(_$hash, smithCertReceived.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GCertFieldsData_receiver') + return (newBuiltValueToStringHelper(r'GIdentityFieldsData_smith') ..add('G__typename', G__typename) - ..add('accountId', accountId) ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('forged', forged) + ..add('index', index) + ..add('lastChanged', lastChanged) + ..add('lastForged', lastForged) + ..add('smithCertIssued', smithCertIssued) + ..add('smithCertReceived', smithCertReceived)) .toString(); } } -class GCertFieldsData_receiverBuilder +class GIdentityFieldsData_smithBuilder implements - Builder<GCertFieldsData_receiver, GCertFieldsData_receiverBuilder> { - _$GCertFieldsData_receiver? _$v; + Builder<GIdentityFieldsData_smith, GIdentityFieldsData_smithBuilder> { + _$GIdentityFieldsData_smith? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + int? _forged; + int? get forged => _$this._forged; + set forged(int? forged) => _$this._forged = forged; + + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + + int? _lastChanged; + int? get lastChanged => _$this._lastChanged; + set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; + + int? _lastForged; + int? get lastForged => _$this._lastForged; + set lastForged(int? lastForged) => _$this._lastForged = lastForged; - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + ListBuilder<GIdentityFieldsData_smith_smithCertIssued>? _smithCertIssued; + ListBuilder<GIdentityFieldsData_smith_smithCertIssued> get smithCertIssued => + _$this._smithCertIssued ??= + new ListBuilder<GIdentityFieldsData_smith_smithCertIssued>(); + set smithCertIssued( + ListBuilder<GIdentityFieldsData_smith_smithCertIssued>? + smithCertIssued) => + _$this._smithCertIssued = smithCertIssued; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + ListBuilder<GIdentityFieldsData_smith_smithCertReceived>? _smithCertReceived; + ListBuilder<GIdentityFieldsData_smith_smithCertReceived> + get smithCertReceived => _$this._smithCertReceived ??= + new ListBuilder<GIdentityFieldsData_smith_smithCertReceived>(); + set smithCertReceived( + ListBuilder<GIdentityFieldsData_smith_smithCertReceived>? + smithCertReceived) => + _$this._smithCertReceived = smithCertReceived; - GCertFieldsData_receiverBuilder() { - GCertFieldsData_receiver._initializeBuilder(this); + GIdentityFieldsData_smithBuilder() { + GIdentityFieldsData_smith._initializeBuilder(this); } - GCertFieldsData_receiverBuilder get _$this { + GIdentityFieldsData_smithBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _forged = $v.forged; + _index = $v.index; + _lastChanged = $v.lastChanged; + _lastForged = $v.lastForged; + _smithCertIssued = $v.smithCertIssued.toBuilder(); + _smithCertReceived = $v.smithCertReceived.toBuilder(); _$v = null; } return this; } @override - void replace(GCertFieldsData_receiver other) { + void replace(GIdentityFieldsData_smith other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GCertFieldsData_receiver; + _$v = other as _$GIdentityFieldsData_smith; } @override - void update(void Function(GCertFieldsData_receiverBuilder)? updates) { + void update(void Function(GIdentityFieldsData_smithBuilder)? updates) { if (updates != null) updates(this); } @override - GCertFieldsData_receiver build() => _build(); + GIdentityFieldsData_smith build() => _build(); - _$GCertFieldsData_receiver _build() { - final _$result = _$v ?? - new _$GCertFieldsData_receiver._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GCertFieldsData_receiver', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GCertFieldsData_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GCertFieldsData_receiver', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GCertFieldsData_receiver', 'name')); + _$GIdentityFieldsData_smith _build() { + _$GIdentityFieldsData_smith _$result; + try { + _$result = _$v ?? + new _$GIdentityFieldsData_smith._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentityFieldsData_smith', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_smith', 'id'), + forged: BuiltValueNullFieldError.checkNotNull( + forged, r'GIdentityFieldsData_smith', 'forged'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GIdentityFieldsData_smith', 'index'), + lastChanged: lastChanged, + lastForged: lastForged, + smithCertIssued: smithCertIssued.build(), + smithCertReceived: smithCertReceived.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'smithCertIssued'; + smithCertIssued.build(); + _$failedField = 'smithCertReceived'; + smithCertReceived.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentityFieldsData_smith', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GSmithCertFieldsData extends GSmithCertFieldsData { +class _$GIdentityFieldsData_smith_smithCertIssued + extends GIdentityFieldsData_smith_smithCertIssued { @override final String G__typename; @override @@ -67761,37 +68573,41 @@ class _$GSmithCertFieldsData extends GSmithCertFieldsData { @override final int createdOn; - factory _$GSmithCertFieldsData( - [void Function(GSmithCertFieldsDataBuilder)? updates]) => - (new GSmithCertFieldsDataBuilder()..update(updates))._build(); + factory _$GIdentityFieldsData_smith_smithCertIssued( + [void Function(GIdentityFieldsData_smith_smithCertIssuedBuilder)? + updates]) => + (new GIdentityFieldsData_smith_smithCertIssuedBuilder()..update(updates)) + ._build(); - _$GSmithCertFieldsData._( + _$GIdentityFieldsData_smith_smithCertIssued._( {required this.G__typename, required this.id, this.issuerId, this.receiverId, required this.createdOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_smith_smithCertIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GSmithCertFieldsData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, r'GSmithCertFieldsData', 'id'); + id, r'GIdentityFieldsData_smith_smithCertIssued', 'id'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GSmithCertFieldsData', 'createdOn'); + createdOn, r'GIdentityFieldsData_smith_smithCertIssued', 'createdOn'); } @override - GSmithCertFieldsData rebuild( - void Function(GSmithCertFieldsDataBuilder) updates) => + GIdentityFieldsData_smith_smithCertIssued rebuild( + void Function(GIdentityFieldsData_smith_smithCertIssuedBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GSmithCertFieldsDataBuilder toBuilder() => - new GSmithCertFieldsDataBuilder()..replace(this); + GIdentityFieldsData_smith_smithCertIssuedBuilder toBuilder() => + new GIdentityFieldsData_smith_smithCertIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GSmithCertFieldsData && + return other is GIdentityFieldsData_smith_smithCertIssued && G__typename == other.G__typename && id == other.id && issuerId == other.issuerId && @@ -67813,7 +68629,8 @@ class _$GSmithCertFieldsData extends GSmithCertFieldsData { @override String toString() { - return (newBuiltValueToStringHelper(r'GSmithCertFieldsData') + return (newBuiltValueToStringHelper( + r'GIdentityFieldsData_smith_smithCertIssued') ..add('G__typename', G__typename) ..add('id', id) ..add('issuerId', issuerId) @@ -67823,9 +68640,11 @@ class _$GSmithCertFieldsData extends GSmithCertFieldsData { } } -class GSmithCertFieldsDataBuilder - implements Builder<GSmithCertFieldsData, GSmithCertFieldsDataBuilder> { - _$GSmithCertFieldsData? _$v; +class GIdentityFieldsData_smith_smithCertIssuedBuilder + implements + Builder<GIdentityFieldsData_smith_smithCertIssued, + GIdentityFieldsData_smith_smithCertIssuedBuilder> { + _$GIdentityFieldsData_smith_smithCertIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -67847,11 +68666,11 @@ class GSmithCertFieldsDataBuilder int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GSmithCertFieldsDataBuilder() { - GSmithCertFieldsData._initializeBuilder(this); + GIdentityFieldsData_smith_smithCertIssuedBuilder() { + GIdentityFieldsData_smith_smithCertIssued._initializeBuilder(this); } - GSmithCertFieldsDataBuilder get _$this { + GIdentityFieldsData_smith_smithCertIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -67865,99 +68684,91 @@ class GSmithCertFieldsDataBuilder } @override - void replace(GSmithCertFieldsData other) { + void replace(GIdentityFieldsData_smith_smithCertIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GSmithCertFieldsData; + _$v = other as _$GIdentityFieldsData_smith_smithCertIssued; } @override - void update(void Function(GSmithCertFieldsDataBuilder)? updates) { + void update( + void Function(GIdentityFieldsData_smith_smithCertIssuedBuilder)? + updates) { if (updates != null) updates(this); } @override - GSmithCertFieldsData build() => _build(); + GIdentityFieldsData_smith_smithCertIssued build() => _build(); - _$GSmithCertFieldsData _build() { + _$GIdentityFieldsData_smith_smithCertIssued _build() { final _$result = _$v ?? - new _$GSmithCertFieldsData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GSmithCertFieldsData', 'G__typename'), + new _$GIdentityFieldsData_smith_smithCertIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_smith_smithCertIssued', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GSmithCertFieldsData', 'id'), + id, r'GIdentityFieldsData_smith_smithCertIssued', 'id'), issuerId: issuerId, receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GSmithCertFieldsData', 'createdOn')); + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentityFieldsData_smith_smithCertIssued', 'createdOn')); replace(_$result); return _$result; } } -class _$GSmithFieldsData extends GSmithFieldsData { +class _$GIdentityFieldsData_smith_smithCertReceived + extends GIdentityFieldsData_smith_smithCertReceived { @override final String G__typename; @override final String id; @override - final int forged; - @override - final int index; - @override - final int? lastChanged; - @override - final int? lastForged; + final String? issuerId; @override - final BuiltList<GSmithFieldsData_smithCertIssued> smithCertIssued; + final String? receiverId; @override - final BuiltList<GSmithFieldsData_smithCertReceived> smithCertReceived; + final int createdOn; - factory _$GSmithFieldsData( - [void Function(GSmithFieldsDataBuilder)? updates]) => - (new GSmithFieldsDataBuilder()..update(updates))._build(); + factory _$GIdentityFieldsData_smith_smithCertReceived( + [void Function(GIdentityFieldsData_smith_smithCertReceivedBuilder)? + updates]) => + (new GIdentityFieldsData_smith_smithCertReceivedBuilder() + ..update(updates)) + ._build(); - _$GSmithFieldsData._( + _$GIdentityFieldsData_smith_smithCertReceived._( {required this.G__typename, required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_smith_smithCertReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GSmithFieldsData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(id, r'GSmithFieldsData', 'id'); - BuiltValueNullFieldError.checkNotNull( - forged, r'GSmithFieldsData', 'forged'); - BuiltValueNullFieldError.checkNotNull(index, r'GSmithFieldsData', 'index'); - BuiltValueNullFieldError.checkNotNull( - smithCertIssued, r'GSmithFieldsData', 'smithCertIssued'); + id, r'GIdentityFieldsData_smith_smithCertReceived', 'id'); BuiltValueNullFieldError.checkNotNull( - smithCertReceived, r'GSmithFieldsData', 'smithCertReceived'); + createdOn, r'GIdentityFieldsData_smith_smithCertReceived', 'createdOn'); } @override - GSmithFieldsData rebuild(void Function(GSmithFieldsDataBuilder) updates) => + GIdentityFieldsData_smith_smithCertReceived rebuild( + void Function(GIdentityFieldsData_smith_smithCertReceivedBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GSmithFieldsDataBuilder toBuilder() => - new GSmithFieldsDataBuilder()..replace(this); + GIdentityFieldsData_smith_smithCertReceivedBuilder toBuilder() => + new GIdentityFieldsData_smith_smithCertReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GSmithFieldsData && + return other is GIdentityFieldsData_smith_smithCertReceived && G__typename == other.G__typename && id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override @@ -67965,34 +68776,31 @@ class _$GSmithFieldsData extends GSmithFieldsData { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GSmithFieldsData') + return (newBuiltValueToStringHelper( + r'GIdentityFieldsData_smith_smithCertReceived') ..add('G__typename', G__typename) ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GSmithFieldsDataBuilder - implements Builder<GSmithFieldsData, GSmithFieldsDataBuilder> { - _$GSmithFieldsData? _$v; +class GIdentityFieldsData_smith_smithCertReceivedBuilder + implements + Builder<GIdentityFieldsData_smith_smithCertReceived, + GIdentityFieldsData_smith_smithCertReceivedBuilder> { + _$GIdentityFieldsData_smith_smithCertReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -68002,157 +68810,114 @@ class GSmithFieldsDataBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; - - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - ListBuilder<GSmithFieldsData_smithCertIssued>? _smithCertIssued; - ListBuilder<GSmithFieldsData_smithCertIssued> get smithCertIssued => - _$this._smithCertIssued ??= - new ListBuilder<GSmithFieldsData_smithCertIssued>(); - set smithCertIssued( - ListBuilder<GSmithFieldsData_smithCertIssued>? smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; - ListBuilder<GSmithFieldsData_smithCertReceived>? _smithCertReceived; - ListBuilder<GSmithFieldsData_smithCertReceived> get smithCertReceived => - _$this._smithCertReceived ??= - new ListBuilder<GSmithFieldsData_smithCertReceived>(); - set smithCertReceived( - ListBuilder<GSmithFieldsData_smithCertReceived>? smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GSmithFieldsDataBuilder() { - GSmithFieldsData._initializeBuilder(this); + GIdentityFieldsData_smith_smithCertReceivedBuilder() { + GIdentityFieldsData_smith_smithCertReceived._initializeBuilder(this); } - GSmithFieldsDataBuilder get _$this { + GIdentityFieldsData_smith_smithCertReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GSmithFieldsData other) { + void replace(GIdentityFieldsData_smith_smithCertReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GSmithFieldsData; + _$v = other as _$GIdentityFieldsData_smith_smithCertReceived; } @override - void update(void Function(GSmithFieldsDataBuilder)? updates) { + void update( + void Function(GIdentityFieldsData_smith_smithCertReceivedBuilder)? + updates) { if (updates != null) updates(this); } @override - GSmithFieldsData build() => _build(); + GIdentityFieldsData_smith_smithCertReceived build() => _build(); - _$GSmithFieldsData _build() { - _$GSmithFieldsData _$result; - try { - _$result = _$v ?? - new _$GSmithFieldsData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GSmithFieldsData', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GSmithFieldsData', 'id'), - forged: BuiltValueNullFieldError.checkNotNull( - forged, r'GSmithFieldsData', 'forged'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GSmithFieldsData', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GSmithFieldsData', _$failedField, e.toString()); - } - rethrow; - } + _$GIdentityFieldsData_smith_smithCertReceived _build() { + final _$result = _$v ?? + new _$GIdentityFieldsData_smith_smithCertReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GIdentityFieldsData_smith_smithCertReceived', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_smith_smithCertReceived', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GIdentityFieldsData_smith_smithCertReceived', 'createdOn')); replace(_$result); return _$result; } } -class _$GSmithFieldsData_smithCertIssued - extends GSmithFieldsData_smithCertIssued { +class _$GIdentityFieldsData_udHistory extends GIdentityFieldsData_udHistory { @override final String G__typename; @override final String id; @override - final String? issuerId; - @override - final String? receiverId; + final int amount; @override - final int createdOn; + final _i2.Gtimestamptz timestamp; - factory _$GSmithFieldsData_smithCertIssued( - [void Function(GSmithFieldsData_smithCertIssuedBuilder)? updates]) => - (new GSmithFieldsData_smithCertIssuedBuilder()..update(updates))._build(); + factory _$GIdentityFieldsData_udHistory( + [void Function(GIdentityFieldsData_udHistoryBuilder)? updates]) => + (new GIdentityFieldsData_udHistoryBuilder()..update(updates))._build(); - _$GSmithFieldsData_smithCertIssued._( + _$GIdentityFieldsData_udHistory._( {required this.G__typename, required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + required this.amount, + required this.timestamp}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GSmithFieldsData_smithCertIssued', 'G__typename'); + G__typename, r'GIdentityFieldsData_udHistory', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GSmithFieldsData_smithCertIssued', 'id'); + id, r'GIdentityFieldsData_udHistory', 'id'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GSmithFieldsData_smithCertIssued', 'createdOn'); + amount, r'GIdentityFieldsData_udHistory', 'amount'); + BuiltValueNullFieldError.checkNotNull( + timestamp, r'GIdentityFieldsData_udHistory', 'timestamp'); } @override - GSmithFieldsData_smithCertIssued rebuild( - void Function(GSmithFieldsData_smithCertIssuedBuilder) updates) => + GIdentityFieldsData_udHistory rebuild( + void Function(GIdentityFieldsData_udHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GSmithFieldsData_smithCertIssuedBuilder toBuilder() => - new GSmithFieldsData_smithCertIssuedBuilder()..replace(this); + GIdentityFieldsData_udHistoryBuilder toBuilder() => + new GIdentityFieldsData_udHistoryBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GSmithFieldsData_smithCertIssued && + return other is GIdentityFieldsData_udHistory && G__typename == other.G__typename && id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + amount == other.amount && + timestamp == other.timestamp; } @override @@ -68160,30 +68925,28 @@ class _$GSmithFieldsData_smithCertIssued var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GSmithFieldsData_smithCertIssued') + return (newBuiltValueToStringHelper(r'GIdentityFieldsData_udHistory') ..add('G__typename', G__typename) ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('amount', amount) + ..add('timestamp', timestamp)) .toString(); } } -class GSmithFieldsData_smithCertIssuedBuilder +class GIdentityFieldsData_udHistoryBuilder implements - Builder<GSmithFieldsData_smithCertIssued, - GSmithFieldsData_smithCertIssuedBuilder> { - _$GSmithFieldsData_smithCertIssued? _$v; + Builder<GIdentityFieldsData_udHistory, + GIdentityFieldsData_udHistoryBuilder> { + _$GIdentityFieldsData_udHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -68193,382 +68956,433 @@ class GSmithFieldsData_smithCertIssuedBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; - GSmithFieldsData_smithCertIssuedBuilder() { - GSmithFieldsData_smithCertIssued._initializeBuilder(this); + GIdentityFieldsData_udHistoryBuilder() { + GIdentityFieldsData_udHistory._initializeBuilder(this); } - GSmithFieldsData_smithCertIssuedBuilder get _$this { + GIdentityFieldsData_udHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _amount = $v.amount; + _timestamp = $v.timestamp.toBuilder(); _$v = null; } return this; } @override - void replace(GSmithFieldsData_smithCertIssued other) { + void replace(GIdentityFieldsData_udHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GSmithFieldsData_smithCertIssued; + _$v = other as _$GIdentityFieldsData_udHistory; } @override - void update(void Function(GSmithFieldsData_smithCertIssuedBuilder)? updates) { + void update(void Function(GIdentityFieldsData_udHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GSmithFieldsData_smithCertIssued build() => _build(); + GIdentityFieldsData_udHistory build() => _build(); - _$GSmithFieldsData_smithCertIssued _build() { - final _$result = _$v ?? - new _$GSmithFieldsData_smithCertIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GSmithFieldsData_smithCertIssued', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GSmithFieldsData_smithCertIssued', 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GSmithFieldsData_smithCertIssued', 'createdOn')); + _$GIdentityFieldsData_udHistory _build() { + _$GIdentityFieldsData_udHistory _$result; + try { + _$result = _$v ?? + new _$GIdentityFieldsData_udHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GIdentityFieldsData_udHistory', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GIdentityFieldsData_udHistory', 'id'), + amount: BuiltValueNullFieldError.checkNotNull( + amount, r'GIdentityFieldsData_udHistory', 'amount'), + timestamp: timestamp.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GIdentityFieldsData_udHistory', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GSmithFieldsData_smithCertReceived - extends GSmithFieldsData_smithCertReceived { +class _$GCommentsIssuedData extends GCommentsIssuedData { @override final String G__typename; @override - final String id; + final String? authorId; @override - final String? issuerId; + final int blockNumber; @override - final String? receiverId; + final String? eventId; @override - final int createdOn; + final String hash; + @override + final String id; + @override + final String remark; + @override + final _i2.GCommentTypeEnum? type; - factory _$GSmithFieldsData_smithCertReceived( - [void Function(GSmithFieldsData_smithCertReceivedBuilder)? - updates]) => - (new GSmithFieldsData_smithCertReceivedBuilder()..update(updates)) - ._build(); + factory _$GCommentsIssuedData( + [void Function(GCommentsIssuedDataBuilder)? updates]) => + (new GCommentsIssuedDataBuilder()..update(updates))._build(); - _$GSmithFieldsData_smithCertReceived._( + _$GCommentsIssuedData._( {required this.G__typename, + this.authorId, + required this.blockNumber, + this.eventId, + required this.hash, required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + required this.remark, + this.type}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GSmithFieldsData_smithCertReceived', 'G__typename'); + G__typename, r'GCommentsIssuedData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GSmithFieldsData_smithCertReceived', 'id'); + blockNumber, r'GCommentsIssuedData', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull(hash, r'GCommentsIssuedData', 'hash'); + BuiltValueNullFieldError.checkNotNull(id, r'GCommentsIssuedData', 'id'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GSmithFieldsData_smithCertReceived', 'createdOn'); + remark, r'GCommentsIssuedData', 'remark'); } @override - GSmithFieldsData_smithCertReceived rebuild( - void Function(GSmithFieldsData_smithCertReceivedBuilder) updates) => + GCommentsIssuedData rebuild( + void Function(GCommentsIssuedDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GSmithFieldsData_smithCertReceivedBuilder toBuilder() => - new GSmithFieldsData_smithCertReceivedBuilder()..replace(this); + GCommentsIssuedDataBuilder toBuilder() => + new GCommentsIssuedDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GSmithFieldsData_smithCertReceived && + return other is GCommentsIssuedData && G__typename == other.G__typename && + authorId == other.authorId && + blockNumber == other.blockNumber && + eventId == other.eventId && + hash == other.hash && id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + remark == other.remark && + type == other.type; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, authorId.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, hash.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, type.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GSmithFieldsData_smithCertReceived') + return (newBuiltValueToStringHelper(r'GCommentsIssuedData') ..add('G__typename', G__typename) + ..add('authorId', authorId) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('hash', hash) ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('remark', remark) + ..add('type', type)) .toString(); } } -class GSmithFieldsData_smithCertReceivedBuilder - implements - Builder<GSmithFieldsData_smithCertReceived, - GSmithFieldsData_smithCertReceivedBuilder> { - _$GSmithFieldsData_smithCertReceived? _$v; +class GCommentsIssuedDataBuilder + implements Builder<GCommentsIssuedData, GCommentsIssuedDataBuilder> { + _$GCommentsIssuedData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _authorId; + String? get authorId => _$this._authorId; + set authorId(String? authorId) => _$this._authorId = authorId; + + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + String? _hash; + String? get hash => _$this._hash; + set hash(String? hash) => _$this._hash = hash; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + _i2.GCommentTypeEnum? _type; + _i2.GCommentTypeEnum? get type => _$this._type; + set type(_i2.GCommentTypeEnum? type) => _$this._type = type; - GSmithFieldsData_smithCertReceivedBuilder() { - GSmithFieldsData_smithCertReceived._initializeBuilder(this); + GCommentsIssuedDataBuilder() { + GCommentsIssuedData._initializeBuilder(this); } - GSmithFieldsData_smithCertReceivedBuilder get _$this { + GCommentsIssuedDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _authorId = $v.authorId; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _hash = $v.hash; _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _remark = $v.remark; + _type = $v.type; _$v = null; } return this; } @override - void replace(GSmithFieldsData_smithCertReceived other) { + void replace(GCommentsIssuedData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GSmithFieldsData_smithCertReceived; + _$v = other as _$GCommentsIssuedData; } @override - void update( - void Function(GSmithFieldsData_smithCertReceivedBuilder)? updates) { + void update(void Function(GCommentsIssuedDataBuilder)? updates) { if (updates != null) updates(this); } @override - GSmithFieldsData_smithCertReceived build() => _build(); + GCommentsIssuedData build() => _build(); - _$GSmithFieldsData_smithCertReceived _build() { + _$GCommentsIssuedData _build() { final _$result = _$v ?? - new _$GSmithFieldsData_smithCertReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GSmithFieldsData_smithCertReceived', 'G__typename'), + new _$GCommentsIssuedData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GCommentsIssuedData', 'G__typename'), + authorId: authorId, + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GCommentsIssuedData', 'blockNumber'), + eventId: eventId, + hash: BuiltValueNullFieldError.checkNotNull( + hash, r'GCommentsIssuedData', 'hash'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GSmithFieldsData_smithCertReceived', 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GSmithFieldsData_smithCertReceived', 'createdOn')); + id, r'GCommentsIssuedData', 'id'), + remark: BuiltValueNullFieldError.checkNotNull( + remark, r'GCommentsIssuedData', 'remark'), + type: type); replace(_$result); return _$result; } } -class _$GOwnerKeyChangeFieldsData extends GOwnerKeyChangeFieldsData { +class _$GAccountBasicFieldsData extends GAccountBasicFieldsData { @override final String G__typename; @override - final String id; - @override - final int blockNumber; + final int createdOn; @override - final String? identityId; + final String id; @override - final String? nextId; + final GAccountBasicFieldsData_identity? identity; @override - final String? previousId; + final bool isActive; - factory _$GOwnerKeyChangeFieldsData( - [void Function(GOwnerKeyChangeFieldsDataBuilder)? updates]) => - (new GOwnerKeyChangeFieldsDataBuilder()..update(updates))._build(); + factory _$GAccountBasicFieldsData( + [void Function(GAccountBasicFieldsDataBuilder)? updates]) => + (new GAccountBasicFieldsDataBuilder()..update(updates))._build(); - _$GOwnerKeyChangeFieldsData._( + _$GAccountBasicFieldsData._( {required this.G__typename, + required this.createdOn, required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + this.identity, + required this.isActive}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GOwnerKeyChangeFieldsData', 'G__typename'); + G__typename, r'GAccountBasicFieldsData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GOwnerKeyChangeFieldsData', 'id'); + createdOn, r'GAccountBasicFieldsData', 'createdOn'); + BuiltValueNullFieldError.checkNotNull(id, r'GAccountBasicFieldsData', 'id'); BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GOwnerKeyChangeFieldsData', 'blockNumber'); + isActive, r'GAccountBasicFieldsData', 'isActive'); } @override - GOwnerKeyChangeFieldsData rebuild( - void Function(GOwnerKeyChangeFieldsDataBuilder) updates) => + GAccountBasicFieldsData rebuild( + void Function(GAccountBasicFieldsDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GOwnerKeyChangeFieldsDataBuilder toBuilder() => - new GOwnerKeyChangeFieldsDataBuilder()..replace(this); + GAccountBasicFieldsDataBuilder toBuilder() => + new GAccountBasicFieldsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GOwnerKeyChangeFieldsData && + return other is GAccountBasicFieldsData && G__typename == other.G__typename && + createdOn == other.createdOn && id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + identity == other.identity && + isActive == other.isActive; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, identity.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GOwnerKeyChangeFieldsData') + return (newBuiltValueToStringHelper(r'GAccountBasicFieldsData') ..add('G__typename', G__typename) + ..add('createdOn', createdOn) ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('identity', identity) + ..add('isActive', isActive)) .toString(); } } -class GOwnerKeyChangeFieldsDataBuilder +class GAccountBasicFieldsDataBuilder implements - Builder<GOwnerKeyChangeFieldsData, GOwnerKeyChangeFieldsDataBuilder> { - _$GOwnerKeyChangeFieldsData? _$v; + Builder<GAccountBasicFieldsData, GAccountBasicFieldsDataBuilder> { + _$GAccountBasicFieldsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; - - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; + GAccountBasicFieldsData_identityBuilder? _identity; + GAccountBasicFieldsData_identityBuilder get identity => + _$this._identity ??= new GAccountBasicFieldsData_identityBuilder(); + set identity(GAccountBasicFieldsData_identityBuilder? identity) => + _$this._identity = identity; - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; - GOwnerKeyChangeFieldsDataBuilder() { - GOwnerKeyChangeFieldsData._initializeBuilder(this); + GAccountBasicFieldsDataBuilder() { + GAccountBasicFieldsData._initializeBuilder(this); } - GOwnerKeyChangeFieldsDataBuilder get _$this { + GAccountBasicFieldsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _createdOn = $v.createdOn; _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _identity = $v.identity?.toBuilder(); + _isActive = $v.isActive; _$v = null; } return this; } @override - void replace(GOwnerKeyChangeFieldsData other) { + void replace(GAccountBasicFieldsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GOwnerKeyChangeFieldsData; + _$v = other as _$GAccountBasicFieldsData; } @override - void update(void Function(GOwnerKeyChangeFieldsDataBuilder)? updates) { + void update(void Function(GAccountBasicFieldsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GOwnerKeyChangeFieldsData build() => _build(); + GAccountBasicFieldsData build() => _build(); - _$GOwnerKeyChangeFieldsData _build() { - final _$result = _$v ?? - new _$GOwnerKeyChangeFieldsData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GOwnerKeyChangeFieldsData', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GOwnerKeyChangeFieldsData', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GOwnerKeyChangeFieldsData', 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + _$GAccountBasicFieldsData _build() { + _$GAccountBasicFieldsData _$result; + try { + _$result = _$v ?? + new _$GAccountBasicFieldsData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountBasicFieldsData', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountBasicFieldsData', 'createdOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountBasicFieldsData', 'id'), + identity: _identity?.build(), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountBasicFieldsData', 'isActive')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'identity'; + _identity?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountBasicFieldsData', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityBasicFieldsData extends GIdentityBasicFieldsData { +class _$GAccountBasicFieldsData_identity + extends GAccountBasicFieldsData_identity { @override final String G__typename; @override final String? accountId; @override + final GAccountBasicFieldsData_identity_account? account; + @override final String id; @override final bool isMember; @@ -68576,48 +69390,56 @@ class _$GIdentityBasicFieldsData extends GIdentityBasicFieldsData { final _i2.GIdentityStatusEnum? status; @override final String name; + @override + final int expireOn; - factory _$GIdentityBasicFieldsData( - [void Function(GIdentityBasicFieldsDataBuilder)? updates]) => - (new GIdentityBasicFieldsDataBuilder()..update(updates))._build(); + factory _$GAccountBasicFieldsData_identity( + [void Function(GAccountBasicFieldsData_identityBuilder)? updates]) => + (new GAccountBasicFieldsData_identityBuilder()..update(updates))._build(); - _$GIdentityBasicFieldsData._( + _$GAccountBasicFieldsData_identity._( {required this.G__typename, this.accountId, + this.account, required this.id, required this.isMember, this.status, - required this.name}) + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityBasicFieldsData', 'G__typename'); + G__typename, r'GAccountBasicFieldsData_identity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityBasicFieldsData', 'id'); + id, r'GAccountBasicFieldsData_identity', 'id'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityBasicFieldsData', 'isMember'); + isMember, r'GAccountBasicFieldsData_identity', 'isMember'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityBasicFieldsData', 'name'); + name, r'GAccountBasicFieldsData_identity', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountBasicFieldsData_identity', 'expireOn'); } @override - GIdentityBasicFieldsData rebuild( - void Function(GIdentityBasicFieldsDataBuilder) updates) => + GAccountBasicFieldsData_identity rebuild( + void Function(GAccountBasicFieldsData_identityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityBasicFieldsDataBuilder toBuilder() => - new GIdentityBasicFieldsDataBuilder()..replace(this); + GAccountBasicFieldsData_identityBuilder toBuilder() => + new GAccountBasicFieldsData_identityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityBasicFieldsData && + return other is GAccountBasicFieldsData_identity && G__typename == other.G__typename && accountId == other.accountId && + account == other.account && id == other.id && isMember == other.isMember && status == other.status && - name == other.name; + name == other.name && + expireOn == other.expireOn; } @override @@ -68625,31 +69447,36 @@ class _$GIdentityBasicFieldsData extends GIdentityBasicFieldsData { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, isMember.hashCode); _$hash = $jc(_$hash, status.hashCode); _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentityBasicFieldsData') + return (newBuiltValueToStringHelper(r'GAccountBasicFieldsData_identity') ..add('G__typename', G__typename) ..add('accountId', accountId) + ..add('account', account) ..add('id', id) ..add('isMember', isMember) ..add('status', status) - ..add('name', name)) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentityBasicFieldsDataBuilder +class GAccountBasicFieldsData_identityBuilder implements - Builder<GIdentityBasicFieldsData, GIdentityBasicFieldsDataBuilder> { - _$GIdentityBasicFieldsData? _$v; + Builder<GAccountBasicFieldsData_identity, + GAccountBasicFieldsData_identityBuilder> { + _$GAccountBasicFieldsData_identity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -68659,6 +69486,12 @@ class GIdentityBasicFieldsDataBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; + GAccountBasicFieldsData_identity_accountBuilder? _account; + GAccountBasicFieldsData_identity_accountBuilder get account => + _$this._account ??= new GAccountBasicFieldsData_identity_accountBuilder(); + set account(GAccountBasicFieldsData_identity_accountBuilder? account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; @@ -68675,543 +69508,575 @@ class GIdentityBasicFieldsDataBuilder String? get name => _$this._name; set name(String? name) => _$this._name = name; - GIdentityBasicFieldsDataBuilder() { - GIdentityBasicFieldsData._initializeBuilder(this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountBasicFieldsData_identityBuilder() { + GAccountBasicFieldsData_identity._initializeBuilder(this); } - GIdentityBasicFieldsDataBuilder get _$this { + GAccountBasicFieldsData_identityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; _isMember = $v.isMember; _status = $v.status; _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentityBasicFieldsData other) { + void replace(GAccountBasicFieldsData_identity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityBasicFieldsData; + _$v = other as _$GAccountBasicFieldsData_identity; } @override - void update(void Function(GIdentityBasicFieldsDataBuilder)? updates) { + void update(void Function(GAccountBasicFieldsData_identityBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityBasicFieldsData build() => _build(); + GAccountBasicFieldsData_identity build() => _build(); - _$GIdentityBasicFieldsData _build() { - final _$result = _$v ?? - new _$GIdentityBasicFieldsData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityBasicFieldsData', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityBasicFieldsData', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityBasicFieldsData', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityBasicFieldsData', 'name')); + _$GAccountBasicFieldsData_identity _build() { + _$GAccountBasicFieldsData_identity _$result; + try { + _$result = _$v ?? + new _$GAccountBasicFieldsData_identity._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountBasicFieldsData_identity', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountBasicFieldsData_identity', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountBasicFieldsData_identity', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GAccountBasicFieldsData_identity', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountBasicFieldsData_identity', 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountBasicFieldsData_identity', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityFieldsData extends GIdentityFieldsData { +class _$GAccountBasicFieldsData_identity_account + extends GAccountBasicFieldsData_identity_account { @override final String G__typename; @override - final String? accountId; + final int createdOn; + + factory _$GAccountBasicFieldsData_identity_account( + [void Function(GAccountBasicFieldsData_identity_accountBuilder)? + updates]) => + (new GAccountBasicFieldsData_identity_accountBuilder()..update(updates)) + ._build(); + + _$GAccountBasicFieldsData_identity_account._( + {required this.G__typename, required this.createdOn}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountBasicFieldsData_identity_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountBasicFieldsData_identity_account', 'createdOn'); + } + @override - final String? accountRemovedId; + GAccountBasicFieldsData_identity_account rebuild( + void Function(GAccountBasicFieldsData_identity_accountBuilder) + updates) => + (toBuilder()..update(updates)).build(); + @override - final BuiltList<GIdentityFieldsData_certIssued> certIssued; + GAccountBasicFieldsData_identity_accountBuilder toBuilder() => + new GAccountBasicFieldsData_identity_accountBuilder()..replace(this); + @override - final GIdentityFieldsData_certIssuedAggregate certIssuedAggregate; + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountBasicFieldsData_identity_account && + G__typename == other.G__typename && + createdOn == other.createdOn; + } + @override - final BuiltList<GIdentityFieldsData_certReceived> certReceived; + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + @override - final GIdentityFieldsData_certReceivedAggregate certReceivedAggregate; + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountBasicFieldsData_identity_account') + ..add('G__typename', G__typename) + ..add('createdOn', createdOn)) + .toString(); + } +} + +class GAccountBasicFieldsData_identity_accountBuilder + implements + Builder<GAccountBasicFieldsData_identity_account, + GAccountBasicFieldsData_identity_accountBuilder> { + _$GAccountBasicFieldsData_identity_account? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GAccountBasicFieldsData_identity_accountBuilder() { + GAccountBasicFieldsData_identity_account._initializeBuilder(this); + } + + GAccountBasicFieldsData_identity_accountBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _createdOn = $v.createdOn; + _$v = null; + } + return this; + } + @override - final String? createdInId; + void replace(GAccountBasicFieldsData_identity_account other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountBasicFieldsData_identity_account; + } + @override - final int createdOn; + void update( + void Function(GAccountBasicFieldsData_identity_accountBuilder)? updates) { + if (updates != null) updates(this); + } + @override - final int expireOn; + GAccountBasicFieldsData_identity_account build() => _build(); + + _$GAccountBasicFieldsData_identity_account _build() { + final _$result = _$v ?? + new _$GAccountBasicFieldsData_identity_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountBasicFieldsData_identity_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountBasicFieldsData_identity_account', 'createdOn')); + replace(_$result); + return _$result; + } +} + +class _$GAccountFieldsData extends GAccountFieldsData { @override - final String id; + final String G__typename; @override - final int index; + final BuiltList<GAccountFieldsData_commentsIssued> commentsIssued; @override - final bool isMember; + final GAccountFieldsData_commentsIssuedAggregate commentsIssuedAggregate; @override - final int lastChangeOn; + final int createdOn; @override - final BuiltList<GIdentityFieldsData_linkedAccount> linkedAccount; + final String id; @override - final GIdentityFieldsData_linkedAccountAggregate linkedAccountAggregate; + final GAccountFieldsData_identity? identity; @override - final _i2.GIdentityStatusEnum? status; + final bool isActive; @override - final BuiltList<GIdentityFieldsData_membershipHistory> membershipHistory; + final GAccountFieldsData_linkedIdentity? linkedIdentity; @override - final GIdentityFieldsData_membershipHistoryAggregate - membershipHistoryAggregate; + final BuiltList<GAccountFieldsData_removedIdentities> removedIdentities; @override - final String name; + final GAccountFieldsData_removedIdentitiesAggregate + removedIdentitiesAggregate; + @override + final BuiltList<GAccountFieldsData_transfersIssued> transfersIssued; + @override + final GAccountFieldsData_transfersIssuedAggregate transfersIssuedAggregate; @override - final BuiltList<GIdentityFieldsData_ownerKeyChange> ownerKeyChange; + final BuiltList<GAccountFieldsData_transfersReceived> transfersReceived; @override - final GIdentityFieldsData_ownerKeyChangeAggregate ownerKeyChangeAggregate; + final GAccountFieldsData_transfersReceivedAggregate + transfersReceivedAggregate; @override - final GIdentityFieldsData_smith? smith; + final BuiltList<GAccountFieldsData_wasIdentity> wasIdentity; @override - final BuiltList<GIdentityFieldsData_udHistory>? udHistory; + final GAccountFieldsData_wasIdentityAggregate wasIdentityAggregate; - factory _$GIdentityFieldsData( - [void Function(GIdentityFieldsDataBuilder)? updates]) => - (new GIdentityFieldsDataBuilder()..update(updates))._build(); + factory _$GAccountFieldsData( + [void Function(GAccountFieldsDataBuilder)? updates]) => + (new GAccountFieldsDataBuilder()..update(updates))._build(); - _$GIdentityFieldsData._( + _$GAccountFieldsData._( {required this.G__typename, - this.accountId, - this.accountRemovedId, - required this.certIssued, - required this.certIssuedAggregate, - required this.certReceived, - required this.certReceivedAggregate, - this.createdInId, + required this.commentsIssued, + required this.commentsIssuedAggregate, required this.createdOn, - required this.expireOn, required this.id, - required this.index, - required this.isMember, - required this.lastChangeOn, - required this.linkedAccount, - required this.linkedAccountAggregate, - this.status, - required this.membershipHistory, - required this.membershipHistoryAggregate, - required this.name, - required this.ownerKeyChange, - required this.ownerKeyChangeAggregate, - this.smith, - this.udHistory}) + this.identity, + required this.isActive, + this.linkedIdentity, + required this.removedIdentities, + required this.removedIdentitiesAggregate, + required this.transfersIssued, + required this.transfersIssuedAggregate, + required this.transfersReceived, + required this.transfersReceivedAggregate, + required this.wasIdentity, + required this.wasIdentityAggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - certIssued, r'GIdentityFieldsData', 'certIssued'); - BuiltValueNullFieldError.checkNotNull( - certIssuedAggregate, r'GIdentityFieldsData', 'certIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - certReceived, r'GIdentityFieldsData', 'certReceived'); - BuiltValueNullFieldError.checkNotNull( - certReceivedAggregate, r'GIdentityFieldsData', 'certReceivedAggregate'); + G__typename, r'GAccountFieldsData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentityFieldsData', 'createdOn'); + commentsIssued, r'GAccountFieldsData', 'commentsIssued'); + BuiltValueNullFieldError.checkNotNull(commentsIssuedAggregate, + r'GAccountFieldsData', 'commentsIssuedAggregate'); BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentityFieldsData', 'expireOn'); - BuiltValueNullFieldError.checkNotNull(id, r'GIdentityFieldsData', 'id'); + createdOn, r'GAccountFieldsData', 'createdOn'); + BuiltValueNullFieldError.checkNotNull(id, r'GAccountFieldsData', 'id'); BuiltValueNullFieldError.checkNotNull( - index, r'GIdentityFieldsData', 'index'); + isActive, r'GAccountFieldsData', 'isActive'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityFieldsData', 'isMember'); + removedIdentities, r'GAccountFieldsData', 'removedIdentities'); + BuiltValueNullFieldError.checkNotNull(removedIdentitiesAggregate, + r'GAccountFieldsData', 'removedIdentitiesAggregate'); BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GIdentityFieldsData', 'lastChangeOn'); + transfersIssued, r'GAccountFieldsData', 'transfersIssued'); + BuiltValueNullFieldError.checkNotNull(transfersIssuedAggregate, + r'GAccountFieldsData', 'transfersIssuedAggregate'); BuiltValueNullFieldError.checkNotNull( - linkedAccount, r'GIdentityFieldsData', 'linkedAccount'); - BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, - r'GIdentityFieldsData', 'linkedAccountAggregate'); + transfersReceived, r'GAccountFieldsData', 'transfersReceived'); + BuiltValueNullFieldError.checkNotNull(transfersReceivedAggregate, + r'GAccountFieldsData', 'transfersReceivedAggregate'); BuiltValueNullFieldError.checkNotNull( - membershipHistory, r'GIdentityFieldsData', 'membershipHistory'); - BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, - r'GIdentityFieldsData', 'membershipHistoryAggregate'); - BuiltValueNullFieldError.checkNotNull(name, r'GIdentityFieldsData', 'name'); + wasIdentity, r'GAccountFieldsData', 'wasIdentity'); BuiltValueNullFieldError.checkNotNull( - ownerKeyChange, r'GIdentityFieldsData', 'ownerKeyChange'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, - r'GIdentityFieldsData', 'ownerKeyChangeAggregate'); + wasIdentityAggregate, r'GAccountFieldsData', 'wasIdentityAggregate'); } @override - GIdentityFieldsData rebuild( - void Function(GIdentityFieldsDataBuilder) updates) => + GAccountFieldsData rebuild( + void Function(GAccountFieldsDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsDataBuilder toBuilder() => - new GIdentityFieldsDataBuilder()..replace(this); + GAccountFieldsDataBuilder toBuilder() => + new GAccountFieldsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData && + return other is GAccountFieldsData && G__typename == other.G__typename && - accountId == other.accountId && - accountRemovedId == other.accountRemovedId && - certIssued == other.certIssued && - certIssuedAggregate == other.certIssuedAggregate && - certReceived == other.certReceived && - certReceivedAggregate == other.certReceivedAggregate && - createdInId == other.createdInId && + commentsIssued == other.commentsIssued && + commentsIssuedAggregate == other.commentsIssuedAggregate && createdOn == other.createdOn && - expireOn == other.expireOn && id == other.id && - index == other.index && - isMember == other.isMember && - lastChangeOn == other.lastChangeOn && - linkedAccount == other.linkedAccount && - linkedAccountAggregate == other.linkedAccountAggregate && - status == other.status && - membershipHistory == other.membershipHistory && - membershipHistoryAggregate == other.membershipHistoryAggregate && - name == other.name && - ownerKeyChange == other.ownerKeyChange && - ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && - smith == other.smith && - udHistory == other.udHistory; + identity == other.identity && + isActive == other.isActive && + linkedIdentity == other.linkedIdentity && + removedIdentities == other.removedIdentities && + removedIdentitiesAggregate == other.removedIdentitiesAggregate && + transfersIssued == other.transfersIssued && + transfersIssuedAggregate == other.transfersIssuedAggregate && + transfersReceived == other.transfersReceived && + transfersReceivedAggregate == other.transfersReceivedAggregate && + wasIdentity == other.wasIdentity && + wasIdentityAggregate == other.wasIdentityAggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, accountRemovedId.hashCode); - _$hash = $jc(_$hash, certIssued.hashCode); - _$hash = $jc(_$hash, certIssuedAggregate.hashCode); - _$hash = $jc(_$hash, certReceived.hashCode); - _$hash = $jc(_$hash, certReceivedAggregate.hashCode); - _$hash = $jc(_$hash, createdInId.hashCode); + _$hash = $jc(_$hash, commentsIssued.hashCode); + _$hash = $jc(_$hash, commentsIssuedAggregate.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, lastChangeOn.hashCode); - _$hash = $jc(_$hash, linkedAccount.hashCode); - _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, membershipHistory.hashCode); - _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); - _$hash = $jc(_$hash, name.hashCode); - _$hash = $jc(_$hash, ownerKeyChange.hashCode); - _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); - _$hash = $jc(_$hash, smith.hashCode); - _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jc(_$hash, identity.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, linkedIdentity.hashCode); + _$hash = $jc(_$hash, removedIdentities.hashCode); + _$hash = $jc(_$hash, removedIdentitiesAggregate.hashCode); + _$hash = $jc(_$hash, transfersIssued.hashCode); + _$hash = $jc(_$hash, transfersIssuedAggregate.hashCode); + _$hash = $jc(_$hash, transfersReceived.hashCode); + _$hash = $jc(_$hash, transfersReceivedAggregate.hashCode); + _$hash = $jc(_$hash, wasIdentity.hashCode); + _$hash = $jc(_$hash, wasIdentityAggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentityFieldsData') + return (newBuiltValueToStringHelper(r'GAccountFieldsData') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('accountRemovedId', accountRemovedId) - ..add('certIssued', certIssued) - ..add('certIssuedAggregate', certIssuedAggregate) - ..add('certReceived', certReceived) - ..add('certReceivedAggregate', certReceivedAggregate) - ..add('createdInId', createdInId) + ..add('commentsIssued', commentsIssued) + ..add('commentsIssuedAggregate', commentsIssuedAggregate) ..add('createdOn', createdOn) - ..add('expireOn', expireOn) ..add('id', id) - ..add('index', index) - ..add('isMember', isMember) - ..add('lastChangeOn', lastChangeOn) - ..add('linkedAccount', linkedAccount) - ..add('linkedAccountAggregate', linkedAccountAggregate) - ..add('status', status) - ..add('membershipHistory', membershipHistory) - ..add('membershipHistoryAggregate', membershipHistoryAggregate) - ..add('name', name) - ..add('ownerKeyChange', ownerKeyChange) - ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) - ..add('smith', smith) - ..add('udHistory', udHistory)) + ..add('identity', identity) + ..add('isActive', isActive) + ..add('linkedIdentity', linkedIdentity) + ..add('removedIdentities', removedIdentities) + ..add('removedIdentitiesAggregate', removedIdentitiesAggregate) + ..add('transfersIssued', transfersIssued) + ..add('transfersIssuedAggregate', transfersIssuedAggregate) + ..add('transfersReceived', transfersReceived) + ..add('transfersReceivedAggregate', transfersReceivedAggregate) + ..add('wasIdentity', wasIdentity) + ..add('wasIdentityAggregate', wasIdentityAggregate)) .toString(); } } -class GIdentityFieldsDataBuilder - implements Builder<GIdentityFieldsData, GIdentityFieldsDataBuilder> { - _$GIdentityFieldsData? _$v; +class GAccountFieldsDataBuilder + implements Builder<GAccountFieldsData, GAccountFieldsDataBuilder> { + _$GAccountFieldsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _accountRemovedId; - String? get accountRemovedId => _$this._accountRemovedId; - set accountRemovedId(String? accountRemovedId) => - _$this._accountRemovedId = accountRemovedId; - - ListBuilder<GIdentityFieldsData_certIssued>? _certIssued; - ListBuilder<GIdentityFieldsData_certIssued> get certIssued => - _$this._certIssued ??= new ListBuilder<GIdentityFieldsData_certIssued>(); - set certIssued(ListBuilder<GIdentityFieldsData_certIssued>? certIssued) => - _$this._certIssued = certIssued; - - GIdentityFieldsData_certIssuedAggregateBuilder? _certIssuedAggregate; - GIdentityFieldsData_certIssuedAggregateBuilder get certIssuedAggregate => - _$this._certIssuedAggregate ??= - new GIdentityFieldsData_certIssuedAggregateBuilder(); - set certIssuedAggregate( - GIdentityFieldsData_certIssuedAggregateBuilder? - certIssuedAggregate) => - _$this._certIssuedAggregate = certIssuedAggregate; - - ListBuilder<GIdentityFieldsData_certReceived>? _certReceived; - ListBuilder<GIdentityFieldsData_certReceived> get certReceived => - _$this._certReceived ??= - new ListBuilder<GIdentityFieldsData_certReceived>(); - set certReceived( - ListBuilder<GIdentityFieldsData_certReceived>? certReceived) => - _$this._certReceived = certReceived; - - GIdentityFieldsData_certReceivedAggregateBuilder? _certReceivedAggregate; - GIdentityFieldsData_certReceivedAggregateBuilder get certReceivedAggregate => - _$this._certReceivedAggregate ??= - new GIdentityFieldsData_certReceivedAggregateBuilder(); - set certReceivedAggregate( - GIdentityFieldsData_certReceivedAggregateBuilder? - certReceivedAggregate) => - _$this._certReceivedAggregate = certReceivedAggregate; + ListBuilder<GAccountFieldsData_commentsIssued>? _commentsIssued; + ListBuilder<GAccountFieldsData_commentsIssued> get commentsIssued => + _$this._commentsIssued ??= + new ListBuilder<GAccountFieldsData_commentsIssued>(); + set commentsIssued( + ListBuilder<GAccountFieldsData_commentsIssued>? commentsIssued) => + _$this._commentsIssued = commentsIssued; - String? _createdInId; - String? get createdInId => _$this._createdInId; - set createdInId(String? createdInId) => _$this._createdInId = createdInId; + GAccountFieldsData_commentsIssuedAggregateBuilder? _commentsIssuedAggregate; + GAccountFieldsData_commentsIssuedAggregateBuilder + get commentsIssuedAggregate => _$this._commentsIssuedAggregate ??= + new GAccountFieldsData_commentsIssuedAggregateBuilder(); + set commentsIssuedAggregate( + GAccountFieldsData_commentsIssuedAggregateBuilder? + commentsIssuedAggregate) => + _$this._commentsIssuedAggregate = commentsIssuedAggregate; int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - int? _lastChangeOn; - int? get lastChangeOn => _$this._lastChangeOn; - set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; + GAccountFieldsData_identityBuilder? _identity; + GAccountFieldsData_identityBuilder get identity => + _$this._identity ??= new GAccountFieldsData_identityBuilder(); + set identity(GAccountFieldsData_identityBuilder? identity) => + _$this._identity = identity; - ListBuilder<GIdentityFieldsData_linkedAccount>? _linkedAccount; - ListBuilder<GIdentityFieldsData_linkedAccount> get linkedAccount => - _$this._linkedAccount ??= - new ListBuilder<GIdentityFieldsData_linkedAccount>(); - set linkedAccount( - ListBuilder<GIdentityFieldsData_linkedAccount>? linkedAccount) => - _$this._linkedAccount = linkedAccount; + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; - GIdentityFieldsData_linkedAccountAggregateBuilder? _linkedAccountAggregate; - GIdentityFieldsData_linkedAccountAggregateBuilder - get linkedAccountAggregate => _$this._linkedAccountAggregate ??= - new GIdentityFieldsData_linkedAccountAggregateBuilder(); - set linkedAccountAggregate( - GIdentityFieldsData_linkedAccountAggregateBuilder? - linkedAccountAggregate) => - _$this._linkedAccountAggregate = linkedAccountAggregate; + GAccountFieldsData_linkedIdentityBuilder? _linkedIdentity; + GAccountFieldsData_linkedIdentityBuilder get linkedIdentity => + _$this._linkedIdentity ??= new GAccountFieldsData_linkedIdentityBuilder(); + set linkedIdentity( + GAccountFieldsData_linkedIdentityBuilder? linkedIdentity) => + _$this._linkedIdentity = linkedIdentity; - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + ListBuilder<GAccountFieldsData_removedIdentities>? _removedIdentities; + ListBuilder<GAccountFieldsData_removedIdentities> get removedIdentities => + _$this._removedIdentities ??= + new ListBuilder<GAccountFieldsData_removedIdentities>(); + set removedIdentities( + ListBuilder<GAccountFieldsData_removedIdentities>? + removedIdentities) => + _$this._removedIdentities = removedIdentities; - ListBuilder<GIdentityFieldsData_membershipHistory>? _membershipHistory; - ListBuilder<GIdentityFieldsData_membershipHistory> get membershipHistory => - _$this._membershipHistory ??= - new ListBuilder<GIdentityFieldsData_membershipHistory>(); - set membershipHistory( - ListBuilder<GIdentityFieldsData_membershipHistory>? - membershipHistory) => - _$this._membershipHistory = membershipHistory; + GAccountFieldsData_removedIdentitiesAggregateBuilder? + _removedIdentitiesAggregate; + GAccountFieldsData_removedIdentitiesAggregateBuilder + get removedIdentitiesAggregate => _$this._removedIdentitiesAggregate ??= + new GAccountFieldsData_removedIdentitiesAggregateBuilder(); + set removedIdentitiesAggregate( + GAccountFieldsData_removedIdentitiesAggregateBuilder? + removedIdentitiesAggregate) => + _$this._removedIdentitiesAggregate = removedIdentitiesAggregate; - GIdentityFieldsData_membershipHistoryAggregateBuilder? - _membershipHistoryAggregate; - GIdentityFieldsData_membershipHistoryAggregateBuilder - get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= - new GIdentityFieldsData_membershipHistoryAggregateBuilder(); - set membershipHistoryAggregate( - GIdentityFieldsData_membershipHistoryAggregateBuilder? - membershipHistoryAggregate) => - _$this._membershipHistoryAggregate = membershipHistoryAggregate; + ListBuilder<GAccountFieldsData_transfersIssued>? _transfersIssued; + ListBuilder<GAccountFieldsData_transfersIssued> get transfersIssued => + _$this._transfersIssued ??= + new ListBuilder<GAccountFieldsData_transfersIssued>(); + set transfersIssued( + ListBuilder<GAccountFieldsData_transfersIssued>? transfersIssued) => + _$this._transfersIssued = transfersIssued; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + GAccountFieldsData_transfersIssuedAggregateBuilder? _transfersIssuedAggregate; + GAccountFieldsData_transfersIssuedAggregateBuilder + get transfersIssuedAggregate => _$this._transfersIssuedAggregate ??= + new GAccountFieldsData_transfersIssuedAggregateBuilder(); + set transfersIssuedAggregate( + GAccountFieldsData_transfersIssuedAggregateBuilder? + transfersIssuedAggregate) => + _$this._transfersIssuedAggregate = transfersIssuedAggregate; - ListBuilder<GIdentityFieldsData_ownerKeyChange>? _ownerKeyChange; - ListBuilder<GIdentityFieldsData_ownerKeyChange> get ownerKeyChange => - _$this._ownerKeyChange ??= - new ListBuilder<GIdentityFieldsData_ownerKeyChange>(); - set ownerKeyChange( - ListBuilder<GIdentityFieldsData_ownerKeyChange>? ownerKeyChange) => - _$this._ownerKeyChange = ownerKeyChange; + ListBuilder<GAccountFieldsData_transfersReceived>? _transfersReceived; + ListBuilder<GAccountFieldsData_transfersReceived> get transfersReceived => + _$this._transfersReceived ??= + new ListBuilder<GAccountFieldsData_transfersReceived>(); + set transfersReceived( + ListBuilder<GAccountFieldsData_transfersReceived>? + transfersReceived) => + _$this._transfersReceived = transfersReceived; - GIdentityFieldsData_ownerKeyChangeAggregateBuilder? _ownerKeyChangeAggregate; - GIdentityFieldsData_ownerKeyChangeAggregateBuilder - get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= - new GIdentityFieldsData_ownerKeyChangeAggregateBuilder(); - set ownerKeyChangeAggregate( - GIdentityFieldsData_ownerKeyChangeAggregateBuilder? - ownerKeyChangeAggregate) => - _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; + GAccountFieldsData_transfersReceivedAggregateBuilder? + _transfersReceivedAggregate; + GAccountFieldsData_transfersReceivedAggregateBuilder + get transfersReceivedAggregate => _$this._transfersReceivedAggregate ??= + new GAccountFieldsData_transfersReceivedAggregateBuilder(); + set transfersReceivedAggregate( + GAccountFieldsData_transfersReceivedAggregateBuilder? + transfersReceivedAggregate) => + _$this._transfersReceivedAggregate = transfersReceivedAggregate; - GIdentityFieldsData_smithBuilder? _smith; - GIdentityFieldsData_smithBuilder get smith => - _$this._smith ??= new GIdentityFieldsData_smithBuilder(); - set smith(GIdentityFieldsData_smithBuilder? smith) => _$this._smith = smith; + ListBuilder<GAccountFieldsData_wasIdentity>? _wasIdentity; + ListBuilder<GAccountFieldsData_wasIdentity> get wasIdentity => + _$this._wasIdentity ??= new ListBuilder<GAccountFieldsData_wasIdentity>(); + set wasIdentity(ListBuilder<GAccountFieldsData_wasIdentity>? wasIdentity) => + _$this._wasIdentity = wasIdentity; - ListBuilder<GIdentityFieldsData_udHistory>? _udHistory; - ListBuilder<GIdentityFieldsData_udHistory> get udHistory => - _$this._udHistory ??= new ListBuilder<GIdentityFieldsData_udHistory>(); - set udHistory(ListBuilder<GIdentityFieldsData_udHistory>? udHistory) => - _$this._udHistory = udHistory; + GAccountFieldsData_wasIdentityAggregateBuilder? _wasIdentityAggregate; + GAccountFieldsData_wasIdentityAggregateBuilder get wasIdentityAggregate => + _$this._wasIdentityAggregate ??= + new GAccountFieldsData_wasIdentityAggregateBuilder(); + set wasIdentityAggregate( + GAccountFieldsData_wasIdentityAggregateBuilder? + wasIdentityAggregate) => + _$this._wasIdentityAggregate = wasIdentityAggregate; - GIdentityFieldsDataBuilder() { - GIdentityFieldsData._initializeBuilder(this); + GAccountFieldsDataBuilder() { + GAccountFieldsData._initializeBuilder(this); } - GIdentityFieldsDataBuilder get _$this { + GAccountFieldsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _accountRemovedId = $v.accountRemovedId; - _certIssued = $v.certIssued.toBuilder(); - _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); - _certReceived = $v.certReceived.toBuilder(); - _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); - _createdInId = $v.createdInId; + _commentsIssued = $v.commentsIssued.toBuilder(); + _commentsIssuedAggregate = $v.commentsIssuedAggregate.toBuilder(); _createdOn = $v.createdOn; - _expireOn = $v.expireOn; _id = $v.id; - _index = $v.index; - _isMember = $v.isMember; - _lastChangeOn = $v.lastChangeOn; - _linkedAccount = $v.linkedAccount.toBuilder(); - _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); - _status = $v.status; - _membershipHistory = $v.membershipHistory.toBuilder(); - _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); - _name = $v.name; - _ownerKeyChange = $v.ownerKeyChange.toBuilder(); - _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); - _smith = $v.smith?.toBuilder(); - _udHistory = $v.udHistory?.toBuilder(); + _identity = $v.identity?.toBuilder(); + _isActive = $v.isActive; + _linkedIdentity = $v.linkedIdentity?.toBuilder(); + _removedIdentities = $v.removedIdentities.toBuilder(); + _removedIdentitiesAggregate = $v.removedIdentitiesAggregate.toBuilder(); + _transfersIssued = $v.transfersIssued.toBuilder(); + _transfersIssuedAggregate = $v.transfersIssuedAggregate.toBuilder(); + _transfersReceived = $v.transfersReceived.toBuilder(); + _transfersReceivedAggregate = $v.transfersReceivedAggregate.toBuilder(); + _wasIdentity = $v.wasIdentity.toBuilder(); + _wasIdentityAggregate = $v.wasIdentityAggregate.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentityFieldsData other) { + void replace(GAccountFieldsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData; + _$v = other as _$GAccountFieldsData; } @override - void update(void Function(GIdentityFieldsDataBuilder)? updates) { + void update(void Function(GAccountFieldsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData build() => _build(); + GAccountFieldsData build() => _build(); - _$GIdentityFieldsData _build() { - _$GIdentityFieldsData _$result; + _$GAccountFieldsData _build() { + _$GAccountFieldsData _$result; try { _$result = _$v ?? - new _$GIdentityFieldsData._( + new _$GAccountFieldsData._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData', 'G__typename'), - accountId: accountId, - accountRemovedId: accountRemovedId, - certIssued: certIssued.build(), - certIssuedAggregate: certIssuedAggregate.build(), - certReceived: certReceived.build(), - certReceivedAggregate: certReceivedAggregate.build(), - createdInId: createdInId, + G__typename, r'GAccountFieldsData', 'G__typename'), + commentsIssued: commentsIssued.build(), + commentsIssuedAggregate: commentsIssuedAggregate.build(), createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentityFieldsData', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentityFieldsData', 'expireOn'), + createdOn, r'GAccountFieldsData', 'createdOn'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData', 'id'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GIdentityFieldsData', 'index'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityFieldsData', 'isMember'), - lastChangeOn: BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GIdentityFieldsData', 'lastChangeOn'), - linkedAccount: linkedAccount.build(), - linkedAccountAggregate: linkedAccountAggregate.build(), - status: status, - membershipHistory: membershipHistory.build(), - membershipHistoryAggregate: membershipHistoryAggregate.build(), - name: BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData', 'name'), - ownerKeyChange: ownerKeyChange.build(), - ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), - smith: _smith?.build(), - udHistory: _udHistory?.build()); + id, r'GAccountFieldsData', 'id'), + identity: _identity?.build(), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountFieldsData', 'isActive'), + linkedIdentity: _linkedIdentity?.build(), + removedIdentities: removedIdentities.build(), + removedIdentitiesAggregate: removedIdentitiesAggregate.build(), + transfersIssued: transfersIssued.build(), + transfersIssuedAggregate: transfersIssuedAggregate.build(), + transfersReceived: transfersReceived.build(), + transfersReceivedAggregate: transfersReceivedAggregate.build(), + wasIdentity: wasIdentity.build(), + wasIdentityAggregate: wasIdentityAggregate.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'certIssued'; - certIssued.build(); - _$failedField = 'certIssuedAggregate'; - certIssuedAggregate.build(); - _$failedField = 'certReceived'; - certReceived.build(); - _$failedField = 'certReceivedAggregate'; - certReceivedAggregate.build(); - - _$failedField = 'linkedAccount'; - linkedAccount.build(); - _$failedField = 'linkedAccountAggregate'; - linkedAccountAggregate.build(); + _$failedField = 'commentsIssued'; + commentsIssued.build(); + _$failedField = 'commentsIssuedAggregate'; + commentsIssuedAggregate.build(); - _$failedField = 'membershipHistory'; - membershipHistory.build(); - _$failedField = 'membershipHistoryAggregate'; - membershipHistoryAggregate.build(); + _$failedField = 'identity'; + _identity?.build(); - _$failedField = 'ownerKeyChange'; - ownerKeyChange.build(); - _$failedField = 'ownerKeyChangeAggregate'; - ownerKeyChangeAggregate.build(); - _$failedField = 'smith'; - _smith?.build(); - _$failedField = 'udHistory'; - _udHistory?.build(); + _$failedField = 'linkedIdentity'; + _linkedIdentity?.build(); + _$failedField = 'removedIdentities'; + removedIdentities.build(); + _$failedField = 'removedIdentitiesAggregate'; + removedIdentitiesAggregate.build(); + _$failedField = 'transfersIssued'; + transfersIssued.build(); + _$failedField = 'transfersIssuedAggregate'; + transfersIssuedAggregate.build(); + _$failedField = 'transfersReceived'; + transfersReceived.build(); + _$failedField = 'transfersReceivedAggregate'; + transfersReceivedAggregate.build(); + _$failedField = 'wasIdentity'; + wasIdentity.build(); + _$failedField = 'wasIdentityAggregate'; + wasIdentityAggregate.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData', _$failedField, e.toString()); + r'GAccountFieldsData', _$failedField, e.toString()); } rethrow; } @@ -69220,235 +70085,323 @@ class GIdentityFieldsDataBuilder } } -class _$GIdentityFieldsData_certIssued extends GIdentityFieldsData_certIssued { +class _$GAccountFieldsData_commentsIssued + extends GAccountFieldsData_commentsIssued { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GIdentityFieldsData_certIssued_issuer? issuer; + final String? authorId; @override - final String? receiverId; + final int blockNumber; @override - final GIdentityFieldsData_certIssued_receiver? receiver; + final String? eventId; @override - final int createdOn; + final String hash; @override - final int expireOn; + final String id; @override - final bool isActive; + final String remark; @override - final int updatedOn; + final _i2.GCommentTypeEnum? type; - factory _$GIdentityFieldsData_certIssued( - [void Function(GIdentityFieldsData_certIssuedBuilder)? updates]) => - (new GIdentityFieldsData_certIssuedBuilder()..update(updates))._build(); + factory _$GAccountFieldsData_commentsIssued( + [void Function(GAccountFieldsData_commentsIssuedBuilder)? updates]) => + (new GAccountFieldsData_commentsIssuedBuilder()..update(updates)) + ._build(); - _$GIdentityFieldsData_certIssued._( + _$GAccountFieldsData_commentsIssued._( {required this.G__typename, + this.authorId, + required this.blockNumber, + this.eventId, + required this.hash, required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + required this.remark, + this.type}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_certIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certIssued', 'id'); + G__typename, r'GAccountFieldsData_commentsIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentityFieldsData_certIssued', 'createdOn'); + blockNumber, r'GAccountFieldsData_commentsIssued', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentityFieldsData_certIssued', 'expireOn'); + hash, r'GAccountFieldsData_commentsIssued', 'hash'); BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentityFieldsData_certIssued', 'isActive'); + id, r'GAccountFieldsData_commentsIssued', 'id'); BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GIdentityFieldsData_certIssued', 'updatedOn'); + remark, r'GAccountFieldsData_commentsIssued', 'remark'); } @override - GIdentityFieldsData_certIssued rebuild( - void Function(GIdentityFieldsData_certIssuedBuilder) updates) => + GAccountFieldsData_commentsIssued rebuild( + void Function(GAccountFieldsData_commentsIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certIssuedBuilder toBuilder() => - new GIdentityFieldsData_certIssuedBuilder()..replace(this); + GAccountFieldsData_commentsIssuedBuilder toBuilder() => + new GAccountFieldsData_commentsIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certIssued && + return other is GAccountFieldsData_commentsIssued && G__typename == other.G__typename && + authorId == other.authorId && + blockNumber == other.blockNumber && + eventId == other.eventId && + hash == other.hash && id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + remark == other.remark && + type == other.type; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, authorId.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, hash.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, type.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentityFieldsData_certIssued') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_commentsIssued') ..add('G__typename', G__typename) + ..add('authorId', authorId) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('hash', hash) ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('remark', remark) + ..add('type', type)) .toString(); } } -class GIdentityFieldsData_certIssuedBuilder +class GAccountFieldsData_commentsIssuedBuilder implements - Builder<GIdentityFieldsData_certIssued, - GIdentityFieldsData_certIssuedBuilder> { - _$GIdentityFieldsData_certIssued? _$v; + Builder<GAccountFieldsData_commentsIssued, + GAccountFieldsData_commentsIssuedBuilder> { + _$GAccountFieldsData_commentsIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _authorId; + String? get authorId => _$this._authorId; + set authorId(String? authorId) => _$this._authorId = authorId; + + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + String? _hash; + String? get hash => _$this._hash; + set hash(String? hash) => _$this._hash = hash; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - GIdentityFieldsData_certIssued_issuerBuilder? _issuer; - GIdentityFieldsData_certIssued_issuerBuilder get issuer => - _$this._issuer ??= new GIdentityFieldsData_certIssued_issuerBuilder(); - set issuer(GIdentityFieldsData_certIssued_issuerBuilder? issuer) => - _$this._issuer = issuer; + _i2.GCommentTypeEnum? _type; + _i2.GCommentTypeEnum? get type => _$this._type; + set type(_i2.GCommentTypeEnum? type) => _$this._type = type; - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + GAccountFieldsData_commentsIssuedBuilder() { + GAccountFieldsData_commentsIssued._initializeBuilder(this); + } - GIdentityFieldsData_certIssued_receiverBuilder? _receiver; - GIdentityFieldsData_certIssued_receiverBuilder get receiver => - _$this._receiver ??= new GIdentityFieldsData_certIssued_receiverBuilder(); - set receiver(GIdentityFieldsData_certIssued_receiverBuilder? receiver) => - _$this._receiver = receiver; + GAccountFieldsData_commentsIssuedBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _authorId = $v.authorId; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _hash = $v.hash; + _id = $v.id; + _remark = $v.remark; + _type = $v.type; + _$v = null; + } + return this; + } - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + @override + void replace(GAccountFieldsData_commentsIssued other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountFieldsData_commentsIssued; + } - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; + @override + void update( + void Function(GAccountFieldsData_commentsIssuedBuilder)? updates) { + if (updates != null) updates(this); + } - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + @override + GAccountFieldsData_commentsIssued build() => _build(); - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + _$GAccountFieldsData_commentsIssued _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_commentsIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_commentsIssued', 'G__typename'), + authorId: authorId, + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountFieldsData_commentsIssued', 'blockNumber'), + eventId: eventId, + hash: BuiltValueNullFieldError.checkNotNull( + hash, r'GAccountFieldsData_commentsIssued', 'hash'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_commentsIssued', 'id'), + remark: BuiltValueNullFieldError.checkNotNull( + remark, r'GAccountFieldsData_commentsIssued', 'remark'), + type: type); + replace(_$result); + return _$result; + } +} - GIdentityFieldsData_certIssuedBuilder() { - GIdentityFieldsData_certIssued._initializeBuilder(this); +class _$GAccountFieldsData_commentsIssuedAggregate + extends GAccountFieldsData_commentsIssuedAggregate { + @override + final String G__typename; + @override + final GAccountFieldsData_commentsIssuedAggregate_aggregate? aggregate; + + factory _$GAccountFieldsData_commentsIssuedAggregate( + [void Function(GAccountFieldsData_commentsIssuedAggregateBuilder)? + updates]) => + (new GAccountFieldsData_commentsIssuedAggregateBuilder()..update(updates)) + ._build(); + + _$GAccountFieldsData_commentsIssuedAggregate._( + {required this.G__typename, this.aggregate}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_commentsIssuedAggregate', 'G__typename'); } - GIdentityFieldsData_certIssuedBuilder get _$this { + @override + GAccountFieldsData_commentsIssuedAggregate rebuild( + void Function(GAccountFieldsData_commentsIssuedAggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountFieldsData_commentsIssuedAggregateBuilder toBuilder() => + new GAccountFieldsData_commentsIssuedAggregateBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountFieldsData_commentsIssuedAggregate && + G__typename == other.G__typename && + aggregate == other.aggregate; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_commentsIssuedAggregate') + ..add('G__typename', G__typename) + ..add('aggregate', aggregate)) + .toString(); + } +} + +class GAccountFieldsData_commentsIssuedAggregateBuilder + implements + Builder<GAccountFieldsData_commentsIssuedAggregate, + GAccountFieldsData_commentsIssuedAggregateBuilder> { + _$GAccountFieldsData_commentsIssuedAggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder? _aggregate; + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder get aggregate => + _$this._aggregate ??= + new GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder(); + set aggregate( + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; + + GAccountFieldsData_commentsIssuedAggregateBuilder() { + GAccountFieldsData_commentsIssuedAggregate._initializeBuilder(this); + } + + GAccountFieldsData_commentsIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certIssued other) { + void replace(GAccountFieldsData_commentsIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certIssued; + _$v = other as _$GAccountFieldsData_commentsIssuedAggregate; } @override - void update(void Function(GIdentityFieldsData_certIssuedBuilder)? updates) { + void update( + void Function(GAccountFieldsData_commentsIssuedAggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certIssued build() => _build(); + GAccountFieldsData_commentsIssuedAggregate build() => _build(); - _$GIdentityFieldsData_certIssued _build() { - _$GIdentityFieldsData_certIssued _$result; + _$GAccountFieldsData_commentsIssuedAggregate _build() { + _$GAccountFieldsData_commentsIssuedAggregate _$result; try { _$result = _$v ?? - new _$GIdentityFieldsData_certIssued._( + new _$GAccountFieldsData_commentsIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certIssued', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certIssued', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentityFieldsData_certIssued', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentityFieldsData_certIssued', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentityFieldsData_certIssued', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GIdentityFieldsData_certIssued', 'updatedOn')); + r'GAccountFieldsData_commentsIssuedAggregate', 'G__typename'), + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'issuer'; - _issuer?.build(); - - _$failedField = 'receiver'; - _receiver?.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_certIssued', _$failedField, e.toString()); + r'GAccountFieldsData_commentsIssuedAggregate', + _$failedField, + e.toString()); } rethrow; } @@ -69457,387 +70410,868 @@ class GIdentityFieldsData_certIssuedBuilder } } -class _$GIdentityFieldsData_certIssued_issuer - extends GIdentityFieldsData_certIssued_issuer { +class _$GAccountFieldsData_commentsIssuedAggregate_aggregate + extends GAccountFieldsData_commentsIssuedAggregate_aggregate { + @override + final String G__typename; + @override + final int count; + + factory _$GAccountFieldsData_commentsIssuedAggregate_aggregate( + [void Function( + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder)? + updates]) => + (new GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountFieldsData_commentsIssuedAggregate_aggregate._( + {required this.G__typename, required this.count}) + : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_commentsIssuedAggregate_aggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(count, + r'GAccountFieldsData_commentsIssuedAggregate_aggregate', 'count'); + } + + @override + GAccountFieldsData_commentsIssuedAggregate_aggregate rebuild( + void Function( + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder toBuilder() => + new GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountFieldsData_commentsIssuedAggregate_aggregate && + G__typename == other.G__typename && + count == other.count; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, count.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_commentsIssuedAggregate_aggregate') + ..add('G__typename', G__typename) + ..add('count', count)) + .toString(); + } +} + +class GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder + implements + Builder<GAccountFieldsData_commentsIssuedAggregate_aggregate, + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder> { + _$GAccountFieldsData_commentsIssuedAggregate_aggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder() { + GAccountFieldsData_commentsIssuedAggregate_aggregate._initializeBuilder( + this); + } + + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _count = $v.count; + _$v = null; + } + return this; + } + + @override + void replace(GAccountFieldsData_commentsIssuedAggregate_aggregate other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountFieldsData_commentsIssuedAggregate_aggregate; + } + + @override + void update( + void Function( + GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountFieldsData_commentsIssuedAggregate_aggregate build() => _build(); + + _$GAccountFieldsData_commentsIssuedAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_commentsIssuedAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_commentsIssuedAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountFieldsData_commentsIssuedAggregate_aggregate', + 'count')); + replace(_$result); + return _$result; + } +} + +class _$GAccountFieldsData_identity extends GAccountFieldsData_identity { @override final String G__typename; @override + final GAccountFieldsData_identity_account? account; + @override final String? accountId; @override + final String? accountRemovedId; + @override + final BuiltList<GAccountFieldsData_identity_certIssued> certIssued; + @override + final GAccountFieldsData_identity_certIssuedAggregate certIssuedAggregate; + @override + final BuiltList<GAccountFieldsData_identity_certReceived> certReceived; + @override + final GAccountFieldsData_identity_certReceivedAggregate certReceivedAggregate; + @override + final String? createdInId; + @override + final int createdOn; + @override + final int expireOn; + @override final String id; @override + final int index; + @override final bool isMember; @override + final int lastChangeOn; + @override + final BuiltList<GAccountFieldsData_identity_linkedAccount> linkedAccount; + @override + final GAccountFieldsData_identity_linkedAccountAggregate + linkedAccountAggregate; + @override final _i2.GIdentityStatusEnum? status; @override + final BuiltList<GAccountFieldsData_identity_membershipHistory> + membershipHistory; + @override + final GAccountFieldsData_identity_membershipHistoryAggregate + membershipHistoryAggregate; + @override final String name; + @override + final BuiltList<GAccountFieldsData_identity_ownerKeyChange> ownerKeyChange; + @override + final GAccountFieldsData_identity_ownerKeyChangeAggregate + ownerKeyChangeAggregate; + @override + final GAccountFieldsData_identity_smith? smith; + @override + final BuiltList<GAccountFieldsData_identity_udHistory>? udHistory; - factory _$GIdentityFieldsData_certIssued_issuer( - [void Function(GIdentityFieldsData_certIssued_issuerBuilder)? - updates]) => - (new GIdentityFieldsData_certIssued_issuerBuilder()..update(updates)) - ._build(); + factory _$GAccountFieldsData_identity( + [void Function(GAccountFieldsData_identityBuilder)? updates]) => + (new GAccountFieldsData_identityBuilder()..update(updates))._build(); - _$GIdentityFieldsData_certIssued_issuer._( + _$GAccountFieldsData_identity._( {required this.G__typename, + this.account, this.accountId, + this.accountRemovedId, + required this.certIssued, + required this.certIssuedAggregate, + required this.certReceived, + required this.certReceivedAggregate, + this.createdInId, + required this.createdOn, + required this.expireOn, required this.id, + required this.index, required this.isMember, + required this.lastChangeOn, + required this.linkedAccount, + required this.linkedAccountAggregate, this.status, - required this.name}) + required this.membershipHistory, + required this.membershipHistoryAggregate, + required this.name, + required this.ownerKeyChange, + required this.ownerKeyChangeAggregate, + this.smith, + this.udHistory}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_certIssued_issuer', 'G__typename'); + G__typename, r'GAccountFieldsData_identity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certIssued_issuer', 'id'); + certIssued, r'GAccountFieldsData_identity', 'certIssued'); + BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, + r'GAccountFieldsData_identity', 'certIssuedAggregate'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityFieldsData_certIssued_issuer', 'isMember'); + certReceived, r'GAccountFieldsData_identity', 'certReceived'); + BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, + r'GAccountFieldsData_identity', 'certReceivedAggregate'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData_certIssued_issuer', 'name'); + createdOn, r'GAccountFieldsData_identity', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_identity', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity', 'id'); + BuiltValueNullFieldError.checkNotNull( + index, r'GAccountFieldsData_identity', 'index'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountFieldsData_identity', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GAccountFieldsData_identity', 'lastChangeOn'); + BuiltValueNullFieldError.checkNotNull( + linkedAccount, r'GAccountFieldsData_identity', 'linkedAccount'); + BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, + r'GAccountFieldsData_identity', 'linkedAccountAggregate'); + BuiltValueNullFieldError.checkNotNull( + membershipHistory, r'GAccountFieldsData_identity', 'membershipHistory'); + BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, + r'GAccountFieldsData_identity', 'membershipHistoryAggregate'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountFieldsData_identity', 'name'); + BuiltValueNullFieldError.checkNotNull( + ownerKeyChange, r'GAccountFieldsData_identity', 'ownerKeyChange'); + BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, + r'GAccountFieldsData_identity', 'ownerKeyChangeAggregate'); } @override - GIdentityFieldsData_certIssued_issuer rebuild( - void Function(GIdentityFieldsData_certIssued_issuerBuilder) - updates) => + GAccountFieldsData_identity rebuild( + void Function(GAccountFieldsData_identityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certIssued_issuerBuilder toBuilder() => - new GIdentityFieldsData_certIssued_issuerBuilder()..replace(this); + GAccountFieldsData_identityBuilder toBuilder() => + new GAccountFieldsData_identityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certIssued_issuer && + return other is GAccountFieldsData_identity && G__typename == other.G__typename && + account == other.account && accountId == other.accountId && + accountRemovedId == other.accountRemovedId && + certIssued == other.certIssued && + certIssuedAggregate == other.certIssuedAggregate && + certReceived == other.certReceived && + certReceivedAggregate == other.certReceivedAggregate && + createdInId == other.createdInId && + createdOn == other.createdOn && + expireOn == other.expireOn && id == other.id && + index == other.index && isMember == other.isMember && + lastChangeOn == other.lastChangeOn && + linkedAccount == other.linkedAccount && + linkedAccountAggregate == other.linkedAccountAggregate && status == other.status && - name == other.name; + membershipHistory == other.membershipHistory && + membershipHistoryAggregate == other.membershipHistoryAggregate && + name == other.name && + ownerKeyChange == other.ownerKeyChange && + ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && + smith == other.smith && + udHistory == other.udHistory; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, accountRemovedId.hashCode); + _$hash = $jc(_$hash, certIssued.hashCode); + _$hash = $jc(_$hash, certIssuedAggregate.hashCode); + _$hash = $jc(_$hash, certReceived.hashCode); + _$hash = $jc(_$hash, certReceivedAggregate.hashCode); + _$hash = $jc(_$hash, createdInId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, index.hashCode); _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, lastChangeOn.hashCode); + _$hash = $jc(_$hash, linkedAccount.hashCode); + _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, membershipHistory.hashCode); + _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, ownerKeyChange.hashCode); + _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); + _$hash = $jc(_$hash, smith.hashCode); + _$hash = $jc(_$hash, udHistory.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_certIssued_issuer') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_identity') ..add('G__typename', G__typename) + ..add('account', account) ..add('accountId', accountId) + ..add('accountRemovedId', accountRemovedId) + ..add('certIssued', certIssued) + ..add('certIssuedAggregate', certIssuedAggregate) + ..add('certReceived', certReceived) + ..add('certReceivedAggregate', certReceivedAggregate) + ..add('createdInId', createdInId) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) ..add('id', id) + ..add('index', index) ..add('isMember', isMember) + ..add('lastChangeOn', lastChangeOn) + ..add('linkedAccount', linkedAccount) + ..add('linkedAccountAggregate', linkedAccountAggregate) ..add('status', status) - ..add('name', name)) + ..add('membershipHistory', membershipHistory) + ..add('membershipHistoryAggregate', membershipHistoryAggregate) + ..add('name', name) + ..add('ownerKeyChange', ownerKeyChange) + ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) + ..add('smith', smith) + ..add('udHistory', udHistory)) .toString(); } } -class GIdentityFieldsData_certIssued_issuerBuilder +class GAccountFieldsData_identityBuilder implements - Builder<GIdentityFieldsData_certIssued_issuer, - GIdentityFieldsData_certIssued_issuerBuilder> { - _$GIdentityFieldsData_certIssued_issuer? _$v; + Builder<GAccountFieldsData_identity, + GAccountFieldsData_identityBuilder> { + _$GAccountFieldsData_identity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + GAccountFieldsData_identity_accountBuilder? _account; + GAccountFieldsData_identity_accountBuilder get account => + _$this._account ??= new GAccountFieldsData_identity_accountBuilder(); + set account(GAccountFieldsData_identity_accountBuilder? account) => + _$this._account = account; + String? _accountId; String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; + String? _accountRemovedId; + String? get accountRemovedId => _$this._accountRemovedId; + set accountRemovedId(String? accountRemovedId) => + _$this._accountRemovedId = accountRemovedId; + + ListBuilder<GAccountFieldsData_identity_certIssued>? _certIssued; + ListBuilder<GAccountFieldsData_identity_certIssued> get certIssued => + _$this._certIssued ??= + new ListBuilder<GAccountFieldsData_identity_certIssued>(); + set certIssued( + ListBuilder<GAccountFieldsData_identity_certIssued>? certIssued) => + _$this._certIssued = certIssued; + + GAccountFieldsData_identity_certIssuedAggregateBuilder? _certIssuedAggregate; + GAccountFieldsData_identity_certIssuedAggregateBuilder + get certIssuedAggregate => _$this._certIssuedAggregate ??= + new GAccountFieldsData_identity_certIssuedAggregateBuilder(); + set certIssuedAggregate( + GAccountFieldsData_identity_certIssuedAggregateBuilder? + certIssuedAggregate) => + _$this._certIssuedAggregate = certIssuedAggregate; + + ListBuilder<GAccountFieldsData_identity_certReceived>? _certReceived; + ListBuilder<GAccountFieldsData_identity_certReceived> get certReceived => + _$this._certReceived ??= + new ListBuilder<GAccountFieldsData_identity_certReceived>(); + set certReceived( + ListBuilder<GAccountFieldsData_identity_certReceived>? + certReceived) => + _$this._certReceived = certReceived; + + GAccountFieldsData_identity_certReceivedAggregateBuilder? + _certReceivedAggregate; + GAccountFieldsData_identity_certReceivedAggregateBuilder + get certReceivedAggregate => _$this._certReceivedAggregate ??= + new GAccountFieldsData_identity_certReceivedAggregateBuilder(); + set certReceivedAggregate( + GAccountFieldsData_identity_certReceivedAggregateBuilder? + certReceivedAggregate) => + _$this._certReceivedAggregate = certReceivedAggregate; + + String? _createdInId; + String? get createdInId => _$this._createdInId; + set createdInId(String? createdInId) => _$this._createdInId = createdInId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; + bool? _isMember; bool? get isMember => _$this._isMember; set isMember(bool? isMember) => _$this._isMember = isMember; + int? _lastChangeOn; + int? get lastChangeOn => _$this._lastChangeOn; + set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; + + ListBuilder<GAccountFieldsData_identity_linkedAccount>? _linkedAccount; + ListBuilder<GAccountFieldsData_identity_linkedAccount> get linkedAccount => + _$this._linkedAccount ??= + new ListBuilder<GAccountFieldsData_identity_linkedAccount>(); + set linkedAccount( + ListBuilder<GAccountFieldsData_identity_linkedAccount>? + linkedAccount) => + _$this._linkedAccount = linkedAccount; + + GAccountFieldsData_identity_linkedAccountAggregateBuilder? + _linkedAccountAggregate; + GAccountFieldsData_identity_linkedAccountAggregateBuilder + get linkedAccountAggregate => _$this._linkedAccountAggregate ??= + new GAccountFieldsData_identity_linkedAccountAggregateBuilder(); + set linkedAccountAggregate( + GAccountFieldsData_identity_linkedAccountAggregateBuilder? + linkedAccountAggregate) => + _$this._linkedAccountAggregate = linkedAccountAggregate; + _i2.GIdentityStatusEnum? _status; _i2.GIdentityStatusEnum? get status => _$this._status; set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + ListBuilder<GAccountFieldsData_identity_membershipHistory>? + _membershipHistory; + ListBuilder<GAccountFieldsData_identity_membershipHistory> + get membershipHistory => _$this._membershipHistory ??= + new ListBuilder<GAccountFieldsData_identity_membershipHistory>(); + set membershipHistory( + ListBuilder<GAccountFieldsData_identity_membershipHistory>? + membershipHistory) => + _$this._membershipHistory = membershipHistory; + + GAccountFieldsData_identity_membershipHistoryAggregateBuilder? + _membershipHistoryAggregate; + GAccountFieldsData_identity_membershipHistoryAggregateBuilder + get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= + new GAccountFieldsData_identity_membershipHistoryAggregateBuilder(); + set membershipHistoryAggregate( + GAccountFieldsData_identity_membershipHistoryAggregateBuilder? + membershipHistoryAggregate) => + _$this._membershipHistoryAggregate = membershipHistoryAggregate; + String? _name; String? get name => _$this._name; set name(String? name) => _$this._name = name; - GIdentityFieldsData_certIssued_issuerBuilder() { - GIdentityFieldsData_certIssued_issuer._initializeBuilder(this); + ListBuilder<GAccountFieldsData_identity_ownerKeyChange>? _ownerKeyChange; + ListBuilder<GAccountFieldsData_identity_ownerKeyChange> get ownerKeyChange => + _$this._ownerKeyChange ??= + new ListBuilder<GAccountFieldsData_identity_ownerKeyChange>(); + set ownerKeyChange( + ListBuilder<GAccountFieldsData_identity_ownerKeyChange>? + ownerKeyChange) => + _$this._ownerKeyChange = ownerKeyChange; + + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder? + _ownerKeyChangeAggregate; + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder + get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= + new GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder(); + set ownerKeyChangeAggregate( + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder? + ownerKeyChangeAggregate) => + _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; + + GAccountFieldsData_identity_smithBuilder? _smith; + GAccountFieldsData_identity_smithBuilder get smith => + _$this._smith ??= new GAccountFieldsData_identity_smithBuilder(); + set smith(GAccountFieldsData_identity_smithBuilder? smith) => + _$this._smith = smith; + + ListBuilder<GAccountFieldsData_identity_udHistory>? _udHistory; + ListBuilder<GAccountFieldsData_identity_udHistory> get udHistory => + _$this._udHistory ??= + new ListBuilder<GAccountFieldsData_identity_udHistory>(); + set udHistory( + ListBuilder<GAccountFieldsData_identity_udHistory>? udHistory) => + _$this._udHistory = udHistory; + + GAccountFieldsData_identityBuilder() { + GAccountFieldsData_identity._initializeBuilder(this); } - GIdentityFieldsData_certIssued_issuerBuilder get _$this { + GAccountFieldsData_identityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _account = $v.account?.toBuilder(); _accountId = $v.accountId; + _accountRemovedId = $v.accountRemovedId; + _certIssued = $v.certIssued.toBuilder(); + _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); + _certReceived = $v.certReceived.toBuilder(); + _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); + _createdInId = $v.createdInId; + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; _id = $v.id; + _index = $v.index; _isMember = $v.isMember; + _lastChangeOn = $v.lastChangeOn; + _linkedAccount = $v.linkedAccount.toBuilder(); + _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); _status = $v.status; + _membershipHistory = $v.membershipHistory.toBuilder(); + _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); _name = $v.name; + _ownerKeyChange = $v.ownerKeyChange.toBuilder(); + _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); + _smith = $v.smith?.toBuilder(); + _udHistory = $v.udHistory?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certIssued_issuer other) { + void replace(GAccountFieldsData_identity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certIssued_issuer; + _$v = other as _$GAccountFieldsData_identity; } @override - void update( - void Function(GIdentityFieldsData_certIssued_issuerBuilder)? updates) { + void update(void Function(GAccountFieldsData_identityBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certIssued_issuer build() => _build(); + GAccountFieldsData_identity build() => _build(); - _$GIdentityFieldsData_certIssued_issuer _build() { - final _$result = _$v ?? - new _$GIdentityFieldsData_certIssued_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certIssued_issuer', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certIssued_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityFieldsData_certIssued_issuer', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData_certIssued_issuer', 'name')); + _$GAccountFieldsData_identity _build() { + _$GAccountFieldsData_identity _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_identity._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountFieldsData_identity', 'G__typename'), + account: _account?.build(), + accountId: accountId, + accountRemovedId: accountRemovedId, + certIssued: certIssued.build(), + certIssuedAggregate: certIssuedAggregate.build(), + certReceived: certReceived.build(), + certReceivedAggregate: certReceivedAggregate.build(), + createdInId: createdInId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountFieldsData_identity', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_identity', 'expireOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity', 'id'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GAccountFieldsData_identity', 'index'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountFieldsData_identity', 'isMember'), + lastChangeOn: BuiltValueNullFieldError.checkNotNull( + lastChangeOn, r'GAccountFieldsData_identity', 'lastChangeOn'), + linkedAccount: linkedAccount.build(), + linkedAccountAggregate: linkedAccountAggregate.build(), + status: status, + membershipHistory: membershipHistory.build(), + membershipHistoryAggregate: membershipHistoryAggregate.build(), + name: BuiltValueNullFieldError.checkNotNull( + name, r'GAccountFieldsData_identity', 'name'), + ownerKeyChange: ownerKeyChange.build(), + ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), + smith: _smith?.build(), + udHistory: _udHistory?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + + _$failedField = 'certIssued'; + certIssued.build(); + _$failedField = 'certIssuedAggregate'; + certIssuedAggregate.build(); + _$failedField = 'certReceived'; + certReceived.build(); + _$failedField = 'certReceivedAggregate'; + certReceivedAggregate.build(); + + _$failedField = 'linkedAccount'; + linkedAccount.build(); + _$failedField = 'linkedAccountAggregate'; + linkedAccountAggregate.build(); + + _$failedField = 'membershipHistory'; + membershipHistory.build(); + _$failedField = 'membershipHistoryAggregate'; + membershipHistoryAggregate.build(); + + _$failedField = 'ownerKeyChange'; + ownerKeyChange.build(); + _$failedField = 'ownerKeyChangeAggregate'; + ownerKeyChangeAggregate.build(); + _$failedField = 'smith'; + _smith?.build(); + _$failedField = 'udHistory'; + _udHistory?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_identity', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityFieldsData_certIssued_receiver - extends GIdentityFieldsData_certIssued_receiver { +class _$GAccountFieldsData_identity_account + extends GAccountFieldsData_identity_account { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int createdOn; - factory _$GIdentityFieldsData_certIssued_receiver( - [void Function(GIdentityFieldsData_certIssued_receiverBuilder)? + factory _$GAccountFieldsData_identity_account( + [void Function(GAccountFieldsData_identity_accountBuilder)? updates]) => - (new GIdentityFieldsData_certIssued_receiverBuilder()..update(updates)) + (new GAccountFieldsData_identity_accountBuilder()..update(updates)) ._build(); - _$GIdentityFieldsData_certIssued_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountFieldsData_identity_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_certIssued_receiver', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certIssued_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityFieldsData_certIssued_receiver', 'isMember'); + G__typename, r'GAccountFieldsData_identity_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData_certIssued_receiver', 'name'); + createdOn, r'GAccountFieldsData_identity_account', 'createdOn'); } @override - GIdentityFieldsData_certIssued_receiver rebuild( - void Function(GIdentityFieldsData_certIssued_receiverBuilder) - updates) => + GAccountFieldsData_identity_account rebuild( + void Function(GAccountFieldsData_identity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certIssued_receiverBuilder toBuilder() => - new GIdentityFieldsData_certIssued_receiverBuilder()..replace(this); + GAccountFieldsData_identity_accountBuilder toBuilder() => + new GAccountFieldsData_identity_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certIssued_receiver && + return other is GAccountFieldsData_identity_account && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + createdOn == other.createdOn; } @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_certIssued_receiver') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_identity_account') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentityFieldsData_certIssued_receiverBuilder +class GAccountFieldsData_identity_accountBuilder implements - Builder<GIdentityFieldsData_certIssued_receiver, - GIdentityFieldsData_certIssued_receiverBuilder> { - _$GIdentityFieldsData_certIssued_receiver? _$v; + Builder<GAccountFieldsData_identity_account, + GAccountFieldsData_identity_accountBuilder> { + _$GAccountFieldsData_identity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentityFieldsData_certIssued_receiverBuilder() { - GIdentityFieldsData_certIssued_receiver._initializeBuilder(this); + GAccountFieldsData_identity_accountBuilder() { + GAccountFieldsData_identity_account._initializeBuilder(this); } - GIdentityFieldsData_certIssued_receiverBuilder get _$this { + GAccountFieldsData_identity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certIssued_receiver other) { + void replace(GAccountFieldsData_identity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certIssued_receiver; + _$v = other as _$GAccountFieldsData_identity_account; } @override void update( - void Function(GIdentityFieldsData_certIssued_receiverBuilder)? updates) { + void Function(GAccountFieldsData_identity_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certIssued_receiver build() => _build(); + GAccountFieldsData_identity_account build() => _build(); - _$GIdentityFieldsData_certIssued_receiver _build() { + _$GAccountFieldsData_identity_account _build() { final _$result = _$v ?? - new _$GIdentityFieldsData_certIssued_receiver._( + new _$GAccountFieldsData_identity_account._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certIssued_receiver', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certIssued_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentityFieldsData_certIssued_receiver', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData_certIssued_receiver', 'name')); + r'GAccountFieldsData_identity_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountFieldsData_identity_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_certIssuedAggregate - extends GIdentityFieldsData_certIssuedAggregate { +class _$GAccountFieldsData_identity_certIssued + extends GAccountFieldsData_identity_certIssued { @override final String G__typename; @override - final GIdentityFieldsData_certIssuedAggregate_aggregate? aggregate; + final String id; + @override + final String? issuerId; + @override + final GAccountFieldsData_identity_certIssued_issuer? issuer; + @override + final String? receiverId; + @override + final GAccountFieldsData_identity_certIssued_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GIdentityFieldsData_certIssuedAggregate( - [void Function(GIdentityFieldsData_certIssuedAggregateBuilder)? + factory _$GAccountFieldsData_identity_certIssued( + [void Function(GAccountFieldsData_identity_certIssuedBuilder)? updates]) => - (new GIdentityFieldsData_certIssuedAggregateBuilder()..update(updates)) + (new GAccountFieldsData_identity_certIssuedBuilder()..update(updates)) ._build(); - _$GIdentityFieldsData_certIssuedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountFieldsData_identity_certIssued._( + {required this.G__typename, + required this.id, + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_certIssuedAggregate', 'G__typename'); + G__typename, r'GAccountFieldsData_identity_certIssued', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_certIssued', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountFieldsData_identity_certIssued', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_identity_certIssued', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountFieldsData_identity_certIssued', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GAccountFieldsData_identity_certIssued', 'updatedOn'); } @override - GIdentityFieldsData_certIssuedAggregate rebuild( - void Function(GIdentityFieldsData_certIssuedAggregateBuilder) + GAccountFieldsData_identity_certIssued rebuild( + void Function(GAccountFieldsData_identity_certIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certIssuedAggregateBuilder toBuilder() => - new GIdentityFieldsData_certIssuedAggregateBuilder()..replace(this); + GAccountFieldsData_identity_certIssuedBuilder toBuilder() => + new GAccountFieldsData_identity_certIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certIssuedAggregate && + return other is GAccountFieldsData_identity_certIssued && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -69845,77 +71279,143 @@ class _$GIdentityFieldsData_certIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_certIssuedAggregate') + r'GAccountFieldsData_identity_certIssued') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GIdentityFieldsData_certIssuedAggregateBuilder +class GAccountFieldsData_identity_certIssuedBuilder implements - Builder<GIdentityFieldsData_certIssuedAggregate, - GIdentityFieldsData_certIssuedAggregateBuilder> { - _$GIdentityFieldsData_certIssuedAggregate? _$v; + Builder<GAccountFieldsData_identity_certIssued, + GAccountFieldsData_identity_certIssuedBuilder> { + _$GAccountFieldsData_identity_certIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder? _aggregate; - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder get aggregate => - _$this._aggregate ??= - new GIdentityFieldsData_certIssuedAggregate_aggregateBuilder(); - set aggregate( - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GIdentityFieldsData_certIssuedAggregateBuilder() { - GIdentityFieldsData_certIssuedAggregate._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + GAccountFieldsData_identity_certIssued_issuerBuilder? _issuer; + GAccountFieldsData_identity_certIssued_issuerBuilder get issuer => + _$this._issuer ??= + new GAccountFieldsData_identity_certIssued_issuerBuilder(); + set issuer(GAccountFieldsData_identity_certIssued_issuerBuilder? issuer) => + _$this._issuer = issuer; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GAccountFieldsData_identity_certIssued_receiverBuilder? _receiver; + GAccountFieldsData_identity_certIssued_receiverBuilder get receiver => + _$this._receiver ??= + new GAccountFieldsData_identity_certIssued_receiverBuilder(); + set receiver( + GAccountFieldsData_identity_certIssued_receiverBuilder? receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GAccountFieldsData_identity_certIssuedBuilder() { + GAccountFieldsData_identity_certIssued._initializeBuilder(this); } - GIdentityFieldsData_certIssuedAggregateBuilder get _$this { + GAccountFieldsData_identity_certIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certIssuedAggregate other) { + void replace(GAccountFieldsData_identity_certIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certIssuedAggregate; + _$v = other as _$GAccountFieldsData_identity_certIssued; } @override void update( - void Function(GIdentityFieldsData_certIssuedAggregateBuilder)? updates) { + void Function(GAccountFieldsData_identity_certIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certIssuedAggregate build() => _build(); + GAccountFieldsData_identity_certIssued build() => _build(); - _$GIdentityFieldsData_certIssuedAggregate _build() { - _$GIdentityFieldsData_certIssuedAggregate _$result; + _$GAccountFieldsData_identity_certIssued _build() { + _$GAccountFieldsData_identity_certIssued _$result; try { _$result = _$v ?? - new _$GIdentityFieldsData_certIssuedAggregate._( + new _$GAccountFieldsData_identity_certIssued._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certIssuedAggregate', 'G__typename'), - aggregate: _aggregate?.build()); + r'GAccountFieldsData_identity_certIssued', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_certIssued', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountFieldsData_identity_certIssued', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_identity_certIssued', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountFieldsData_identity_certIssued', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GAccountFieldsData_identity_certIssued', 'updatedOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_certIssuedAggregate', + r'GAccountFieldsData_identity_certIssued', _$failedField, e.toString()); } @@ -69926,55 +71426,89 @@ class GIdentityFieldsData_certIssuedAggregateBuilder } } -class _$GIdentityFieldsData_certIssuedAggregate_aggregate - extends GIdentityFieldsData_certIssuedAggregate_aggregate { +class _$GAccountFieldsData_identity_certIssued_issuer + extends GAccountFieldsData_identity_certIssued_issuer { @override final String G__typename; @override - final int count; + final String? accountId; + @override + final GAccountFieldsData_identity_certIssued_issuer_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GIdentityFieldsData_certIssuedAggregate_aggregate( - [void Function( - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder)? + factory _$GAccountFieldsData_identity_certIssued_issuer( + [void Function(GAccountFieldsData_identity_certIssued_issuerBuilder)? updates]) => - (new GIdentityFieldsData_certIssuedAggregate_aggregateBuilder() + (new GAccountFieldsData_identity_certIssued_issuerBuilder() ..update(updates)) ._build(); - _$GIdentityFieldsData_certIssuedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountFieldsData_identity_certIssued_issuer._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certIssuedAggregate_aggregate', 'G__typename'); + r'GAccountFieldsData_identity_certIssued_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, r'GIdentityFieldsData_certIssuedAggregate_aggregate', 'count'); + id, r'GAccountFieldsData_identity_certIssued_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull( + isMember, r'GAccountFieldsData_identity_certIssued_issuer', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountFieldsData_identity_certIssued_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_identity_certIssued_issuer', 'expireOn'); } @override - GIdentityFieldsData_certIssuedAggregate_aggregate rebuild( - void Function( - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder) + GAccountFieldsData_identity_certIssued_issuer rebuild( + void Function(GAccountFieldsData_identity_certIssued_issuerBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder toBuilder() => - new GIdentityFieldsData_certIssuedAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_identity_certIssued_issuerBuilder toBuilder() => + new GAccountFieldsData_identity_certIssued_issuerBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certIssuedAggregate_aggregate && + return other is GAccountFieldsData_identity_certIssued_issuer && G__typename == other.G__typename && - count == other.count; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -69982,317 +71516,274 @@ class _$GIdentityFieldsData_certIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_certIssuedAggregate_aggregate') + r'GAccountFieldsData_identity_certIssued_issuer') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentityFieldsData_certIssuedAggregate_aggregateBuilder +class GAccountFieldsData_identity_certIssued_issuerBuilder implements - Builder<GIdentityFieldsData_certIssuedAggregate_aggregate, - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder> { - _$GIdentityFieldsData_certIssuedAggregate_aggregate? _$v; + Builder<GAccountFieldsData_identity_certIssued_issuer, + GAccountFieldsData_identity_certIssued_issuerBuilder> { + _$GAccountFieldsData_identity_certIssued_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder() { - GIdentityFieldsData_certIssuedAggregate_aggregate._initializeBuilder(this); + GAccountFieldsData_identity_certIssued_issuer_accountBuilder? _account; + GAccountFieldsData_identity_certIssued_issuer_accountBuilder get account => + _$this._account ??= + new GAccountFieldsData_identity_certIssued_issuer_accountBuilder(); + set account( + GAccountFieldsData_identity_certIssued_issuer_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountFieldsData_identity_certIssued_issuerBuilder() { + GAccountFieldsData_identity_certIssued_issuer._initializeBuilder(this); } - GIdentityFieldsData_certIssuedAggregate_aggregateBuilder get _$this { + GAccountFieldsData_identity_certIssued_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certIssuedAggregate_aggregate other) { + void replace(GAccountFieldsData_identity_certIssued_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certIssuedAggregate_aggregate; + _$v = other as _$GAccountFieldsData_identity_certIssued_issuer; } @override void update( - void Function(GIdentityFieldsData_certIssuedAggregate_aggregateBuilder)? + void Function(GAccountFieldsData_identity_certIssued_issuerBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certIssuedAggregate_aggregate build() => _build(); + GAccountFieldsData_identity_certIssued_issuer build() => _build(); - _$GIdentityFieldsData_certIssuedAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GIdentityFieldsData_certIssuedAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentityFieldsData_certIssuedAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull(count, - r'GIdentityFieldsData_certIssuedAggregate_aggregate', 'count')); + _$GAccountFieldsData_identity_certIssued_issuer _build() { + _$GAccountFieldsData_identity_certIssued_issuer _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_identity_certIssued_issuer._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certIssued_issuer', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_certIssued_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountFieldsData_identity_certIssued_issuer', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GAccountFieldsData_identity_certIssued_issuer', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountFieldsData_identity_certIssued_issuer', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_identity_certIssued_issuer', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityFieldsData_certReceived - extends GIdentityFieldsData_certReceived { +class _$GAccountFieldsData_identity_certIssued_issuer_account + extends GAccountFieldsData_identity_certIssued_issuer_account { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GIdentityFieldsData_certReceived_issuer? issuer; - @override - final String? receiverId; - @override - final GIdentityFieldsData_certReceived_receiver? receiver; - @override final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; - factory _$GIdentityFieldsData_certReceived( - [void Function(GIdentityFieldsData_certReceivedBuilder)? updates]) => - (new GIdentityFieldsData_certReceivedBuilder()..update(updates))._build(); + factory _$GAccountFieldsData_identity_certIssued_issuer_account( + [void Function( + GAccountFieldsData_identity_certIssued_issuer_accountBuilder)? + updates]) => + (new GAccountFieldsData_identity_certIssued_issuer_accountBuilder() + ..update(updates)) + ._build(); - _$GIdentityFieldsData_certReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GAccountFieldsData_identity_certIssued_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_certReceived', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certReceived', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentityFieldsData_certReceived', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentityFieldsData_certReceived', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentityFieldsData_certReceived', 'isActive'); - BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GIdentityFieldsData_certReceived', 'updatedOn'); + G__typename, + r'GAccountFieldsData_identity_certIssued_issuer_account', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountFieldsData_identity_certIssued_issuer_account', 'createdOn'); } @override - GIdentityFieldsData_certReceived rebuild( - void Function(GIdentityFieldsData_certReceivedBuilder) updates) => + GAccountFieldsData_identity_certIssued_issuer_account rebuild( + void Function( + GAccountFieldsData_identity_certIssued_issuer_accountBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certReceivedBuilder toBuilder() => - new GIdentityFieldsData_certReceivedBuilder()..replace(this); + GAccountFieldsData_identity_certIssued_issuer_accountBuilder toBuilder() => + new GAccountFieldsData_identity_certIssued_issuer_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certReceived && + return other is GAccountFieldsData_identity_certIssued_issuer_account && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentityFieldsData_certReceived') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_certIssued_issuer_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentityFieldsData_certReceivedBuilder +class GAccountFieldsData_identity_certIssued_issuer_accountBuilder implements - Builder<GIdentityFieldsData_certReceived, - GIdentityFieldsData_certReceivedBuilder> { - _$GIdentityFieldsData_certReceived? _$v; + Builder<GAccountFieldsData_identity_certIssued_issuer_account, + GAccountFieldsData_identity_certIssued_issuer_accountBuilder> { + _$GAccountFieldsData_identity_certIssued_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GIdentityFieldsData_certReceived_issuerBuilder? _issuer; - GIdentityFieldsData_certReceived_issuerBuilder get issuer => - _$this._issuer ??= new GIdentityFieldsData_certReceived_issuerBuilder(); - set issuer(GIdentityFieldsData_certReceived_issuerBuilder? issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GIdentityFieldsData_certReceived_receiverBuilder? _receiver; - GIdentityFieldsData_certReceived_receiverBuilder get receiver => - _$this._receiver ??= - new GIdentityFieldsData_certReceived_receiverBuilder(); - set receiver(GIdentityFieldsData_certReceived_receiverBuilder? receiver) => - _$this._receiver = receiver; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - - GIdentityFieldsData_certReceivedBuilder() { - GIdentityFieldsData_certReceived._initializeBuilder(this); + GAccountFieldsData_identity_certIssued_issuer_accountBuilder() { + GAccountFieldsData_identity_certIssued_issuer_account._initializeBuilder( + this); } - GIdentityFieldsData_certReceivedBuilder get _$this { + GAccountFieldsData_identity_certIssued_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certReceived other) { + void replace(GAccountFieldsData_identity_certIssued_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certReceived; + _$v = other as _$GAccountFieldsData_identity_certIssued_issuer_account; } @override - void update(void Function(GIdentityFieldsData_certReceivedBuilder)? updates) { + void update( + void Function( + GAccountFieldsData_identity_certIssued_issuer_accountBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certReceived build() => _build(); - - _$GIdentityFieldsData_certReceived _build() { - _$GIdentityFieldsData_certReceived _$result; - try { - _$result = _$v ?? - new _$GIdentityFieldsData_certReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certReceived', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certReceived', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentityFieldsData_certReceived', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GIdentityFieldsData_certReceived', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GIdentityFieldsData_certReceived', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GIdentityFieldsData_certReceived', 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + GAccountFieldsData_identity_certIssued_issuer_account build() => _build(); - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_certReceived', _$failedField, e.toString()); - } - rethrow; - } + _$GAccountFieldsData_identity_certIssued_issuer_account _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_identity_certIssued_issuer_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certIssued_issuer_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountFieldsData_identity_certIssued_issuer_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_certReceived_issuer - extends GIdentityFieldsData_certReceived_issuer { +class _$GAccountFieldsData_identity_certIssued_receiver + extends GAccountFieldsData_identity_certIssued_receiver { @override final String G__typename; @override final String? accountId; @override + final GAccountFieldsData_identity_certIssued_receiver_account? account; + @override final String id; @override final bool isMember; @@ -70300,51 +71791,62 @@ class _$GIdentityFieldsData_certReceived_issuer final _i2.GIdentityStatusEnum? status; @override final String name; + @override + final int expireOn; - factory _$GIdentityFieldsData_certReceived_issuer( - [void Function(GIdentityFieldsData_certReceived_issuerBuilder)? + factory _$GAccountFieldsData_identity_certIssued_receiver( + [void Function( + GAccountFieldsData_identity_certIssued_receiverBuilder)? updates]) => - (new GIdentityFieldsData_certReceived_issuerBuilder()..update(updates)) + (new GAccountFieldsData_identity_certIssued_receiverBuilder() + ..update(updates)) ._build(); - _$GIdentityFieldsData_certReceived_issuer._( + _$GAccountFieldsData_identity_certIssued_receiver._( {required this.G__typename, this.accountId, + this.account, required this.id, required this.isMember, this.status, - required this.name}) + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_certIssued_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_certReceived_issuer', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certReceived_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityFieldsData_certReceived_issuer', 'isMember'); + id, r'GAccountFieldsData_identity_certIssued_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountFieldsData_identity_certIssued_receiver', 'isMember'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData_certReceived_issuer', 'name'); + name, r'GAccountFieldsData_identity_certIssued_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountFieldsData_identity_certIssued_receiver', 'expireOn'); } @override - GIdentityFieldsData_certReceived_issuer rebuild( - void Function(GIdentityFieldsData_certReceived_issuerBuilder) + GAccountFieldsData_identity_certIssued_receiver rebuild( + void Function(GAccountFieldsData_identity_certIssued_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certReceived_issuerBuilder toBuilder() => - new GIdentityFieldsData_certReceived_issuerBuilder()..replace(this); + GAccountFieldsData_identity_certIssued_receiverBuilder toBuilder() => + new GAccountFieldsData_identity_certIssued_receiverBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certReceived_issuer && + return other is GAccountFieldsData_identity_certIssued_receiver && G__typename == other.G__typename && accountId == other.accountId && + account == other.account && id == other.id && isMember == other.isMember && status == other.status && - name == other.name; + name == other.name && + expireOn == other.expireOn; } @override @@ -70352,10 +71854,12 @@ class _$GIdentityFieldsData_certReceived_issuer var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, isMember.hashCode); _$hash = $jc(_$hash, status.hashCode); _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -70363,22 +71867,24 @@ class _$GIdentityFieldsData_certReceived_issuer @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_certReceived_issuer') + r'GAccountFieldsData_identity_certIssued_receiver') ..add('G__typename', G__typename) ..add('accountId', accountId) + ..add('account', account) ..add('id', id) ..add('isMember', isMember) ..add('status', status) - ..add('name', name)) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentityFieldsData_certReceived_issuerBuilder +class GAccountFieldsData_identity_certIssued_receiverBuilder implements - Builder<GIdentityFieldsData_certReceived_issuer, - GIdentityFieldsData_certReceived_issuerBuilder> { - _$GIdentityFieldsData_certReceived_issuer? _$v; + Builder<GAccountFieldsData_identity_certIssued_receiver, + GAccountFieldsData_identity_certIssued_receiverBuilder> { + _$GAccountFieldsData_identity_certIssued_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -70388,6 +71894,15 @@ class GIdentityFieldsData_certReceived_issuerBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; + GAccountFieldsData_identity_certIssued_receiver_accountBuilder? _account; + GAccountFieldsData_identity_certIssued_receiver_accountBuilder get account => + _$this._account ??= + new GAccountFieldsData_identity_certIssued_receiver_accountBuilder(); + set account( + GAccountFieldsData_identity_certIssued_receiver_accountBuilder? + account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; @@ -70404,127 +71919,141 @@ class GIdentityFieldsData_certReceived_issuerBuilder String? get name => _$this._name; set name(String? name) => _$this._name = name; - GIdentityFieldsData_certReceived_issuerBuilder() { - GIdentityFieldsData_certReceived_issuer._initializeBuilder(this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountFieldsData_identity_certIssued_receiverBuilder() { + GAccountFieldsData_identity_certIssued_receiver._initializeBuilder(this); } - GIdentityFieldsData_certReceived_issuerBuilder get _$this { + GAccountFieldsData_identity_certIssued_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; _isMember = $v.isMember; _status = $v.status; _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certReceived_issuer other) { + void replace(GAccountFieldsData_identity_certIssued_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certReceived_issuer; + _$v = other as _$GAccountFieldsData_identity_certIssued_receiver; } @override void update( - void Function(GIdentityFieldsData_certReceived_issuerBuilder)? updates) { + void Function(GAccountFieldsData_identity_certIssued_receiverBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certReceived_issuer build() => _build(); + GAccountFieldsData_identity_certIssued_receiver build() => _build(); - _$GIdentityFieldsData_certReceived_issuer _build() { - final _$result = _$v ?? - new _$GIdentityFieldsData_certReceived_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certReceived_issuer', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certReceived_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentityFieldsData_certReceived_issuer', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData_certReceived_issuer', 'name')); + _$GAccountFieldsData_identity_certIssued_receiver _build() { + _$GAccountFieldsData_identity_certIssued_receiver _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_identity_certIssued_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certIssued_receiver', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_certIssued_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountFieldsData_identity_certIssued_receiver', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GAccountFieldsData_identity_certIssued_receiver', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountFieldsData_identity_certIssued_receiver', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_identity_certIssued_receiver', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityFieldsData_certReceived_receiver - extends GIdentityFieldsData_certReceived_receiver { +class _$GAccountFieldsData_identity_certIssued_receiver_account + extends GAccountFieldsData_identity_certIssued_receiver_account { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int createdOn; - factory _$GIdentityFieldsData_certReceived_receiver( - [void Function(GIdentityFieldsData_certReceived_receiverBuilder)? + factory _$GAccountFieldsData_identity_certIssued_receiver_account( + [void Function( + GAccountFieldsData_identity_certIssued_receiver_accountBuilder)? updates]) => - (new GIdentityFieldsData_certReceived_receiverBuilder()..update(updates)) + (new GAccountFieldsData_identity_certIssued_receiver_accountBuilder() + ..update(updates)) ._build(); - _$GIdentityFieldsData_certReceived_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountFieldsData_identity_certIssued_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certReceived_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certReceived_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GIdentityFieldsData_certReceived_receiver', 'isMember'); + G__typename, + r'GAccountFieldsData_identity_certIssued_receiver_account', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData_certReceived_receiver', 'name'); + createdOn, + r'GAccountFieldsData_identity_certIssued_receiver_account', + 'createdOn'); } @override - GIdentityFieldsData_certReceived_receiver rebuild( - void Function(GIdentityFieldsData_certReceived_receiverBuilder) + GAccountFieldsData_identity_certIssued_receiver_account rebuild( + void Function( + GAccountFieldsData_identity_certIssued_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certReceived_receiverBuilder toBuilder() => - new GIdentityFieldsData_certReceived_receiverBuilder()..replace(this); + GAccountFieldsData_identity_certIssued_receiver_accountBuilder toBuilder() => + new GAccountFieldsData_identity_certIssued_receiver_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certReceived_receiver && + return other is GAccountFieldsData_identity_certIssued_receiver_account && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -70532,133 +72061,112 @@ class _$GIdentityFieldsData_certReceived_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_certReceived_receiver') + r'GAccountFieldsData_identity_certIssued_receiver_account') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentityFieldsData_certReceived_receiverBuilder +class GAccountFieldsData_identity_certIssued_receiver_accountBuilder implements - Builder<GIdentityFieldsData_certReceived_receiver, - GIdentityFieldsData_certReceived_receiverBuilder> { - _$GIdentityFieldsData_certReceived_receiver? _$v; + Builder<GAccountFieldsData_identity_certIssued_receiver_account, + GAccountFieldsData_identity_certIssued_receiver_accountBuilder> { + _$GAccountFieldsData_identity_certIssued_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentityFieldsData_certReceived_receiverBuilder() { - GIdentityFieldsData_certReceived_receiver._initializeBuilder(this); + GAccountFieldsData_identity_certIssued_receiver_accountBuilder() { + GAccountFieldsData_identity_certIssued_receiver_account._initializeBuilder( + this); } - GIdentityFieldsData_certReceived_receiverBuilder get _$this { + GAccountFieldsData_identity_certIssued_receiver_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certReceived_receiver other) { + void replace(GAccountFieldsData_identity_certIssued_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certReceived_receiver; + _$v = other as _$GAccountFieldsData_identity_certIssued_receiver_account; } @override void update( - void Function(GIdentityFieldsData_certReceived_receiverBuilder)? + void Function( + GAccountFieldsData_identity_certIssued_receiver_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certReceived_receiver build() => _build(); + GAccountFieldsData_identity_certIssued_receiver_account build() => _build(); - _$GIdentityFieldsData_certReceived_receiver _build() { + _$GAccountFieldsData_identity_certIssued_receiver_account _build() { final _$result = _$v ?? - new _$GIdentityFieldsData_certReceived_receiver._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certReceived_receiver', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_certReceived_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GIdentityFieldsData_certReceived_receiver', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GIdentityFieldsData_certReceived_receiver', 'name')); + new _$GAccountFieldsData_identity_certIssued_receiver_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certIssued_receiver_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountFieldsData_identity_certIssued_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_certReceivedAggregate - extends GIdentityFieldsData_certReceivedAggregate { +class _$GAccountFieldsData_identity_certIssuedAggregate + extends GAccountFieldsData_identity_certIssuedAggregate { @override final String G__typename; @override - final GIdentityFieldsData_certReceivedAggregate_aggregate? aggregate; + final GAccountFieldsData_identity_certIssuedAggregate_aggregate? aggregate; - factory _$GIdentityFieldsData_certReceivedAggregate( - [void Function(GIdentityFieldsData_certReceivedAggregateBuilder)? + factory _$GAccountFieldsData_identity_certIssuedAggregate( + [void Function( + GAccountFieldsData_identity_certIssuedAggregateBuilder)? updates]) => - (new GIdentityFieldsData_certReceivedAggregateBuilder()..update(updates)) + (new GAccountFieldsData_identity_certIssuedAggregateBuilder() + ..update(updates)) ._build(); - _$GIdentityFieldsData_certReceivedAggregate._( + _$GAccountFieldsData_identity_certIssuedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certReceivedAggregate', 'G__typename'); + r'GAccountFieldsData_identity_certIssuedAggregate', 'G__typename'); } @override - GIdentityFieldsData_certReceivedAggregate rebuild( - void Function(GIdentityFieldsData_certReceivedAggregateBuilder) + GAccountFieldsData_identity_certIssuedAggregate rebuild( + void Function(GAccountFieldsData_identity_certIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certReceivedAggregateBuilder toBuilder() => - new GIdentityFieldsData_certReceivedAggregateBuilder()..replace(this); + GAccountFieldsData_identity_certIssuedAggregateBuilder toBuilder() => + new GAccountFieldsData_identity_certIssuedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certReceivedAggregate && + return other is GAccountFieldsData_identity_certIssuedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -70675,37 +72183,37 @@ class _$GIdentityFieldsData_certReceivedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_certReceivedAggregate') + r'GAccountFieldsData_identity_certIssuedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GIdentityFieldsData_certReceivedAggregateBuilder +class GAccountFieldsData_identity_certIssuedAggregateBuilder implements - Builder<GIdentityFieldsData_certReceivedAggregate, - GIdentityFieldsData_certReceivedAggregateBuilder> { - _$GIdentityFieldsData_certReceivedAggregate? _$v; + Builder<GAccountFieldsData_identity_certIssuedAggregate, + GAccountFieldsData_identity_certIssuedAggregateBuilder> { + _$GAccountFieldsData_identity_certIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder? _aggregate; - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder get aggregate => - _$this._aggregate ??= - new GIdentityFieldsData_certReceivedAggregate_aggregateBuilder(); + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder? _aggregate; + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder(); set aggregate( - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder? + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GIdentityFieldsData_certReceivedAggregateBuilder() { - GIdentityFieldsData_certReceivedAggregate._initializeBuilder(this); + GAccountFieldsData_identity_certIssuedAggregateBuilder() { + GAccountFieldsData_identity_certIssuedAggregate._initializeBuilder(this); } - GIdentityFieldsData_certReceivedAggregateBuilder get _$this { + GAccountFieldsData_identity_certIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -70716,28 +72224,30 @@ class GIdentityFieldsData_certReceivedAggregateBuilder } @override - void replace(GIdentityFieldsData_certReceivedAggregate other) { + void replace(GAccountFieldsData_identity_certIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certReceivedAggregate; + _$v = other as _$GAccountFieldsData_identity_certIssuedAggregate; } @override void update( - void Function(GIdentityFieldsData_certReceivedAggregateBuilder)? + void Function(GAccountFieldsData_identity_certIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certReceivedAggregate build() => _build(); + GAccountFieldsData_identity_certIssuedAggregate build() => _build(); - _$GIdentityFieldsData_certReceivedAggregate _build() { - _$GIdentityFieldsData_certReceivedAggregate _$result; + _$GAccountFieldsData_identity_certIssuedAggregate _build() { + _$GAccountFieldsData_identity_certIssuedAggregate _$result; try { _$result = _$v ?? - new _$GIdentityFieldsData_certReceivedAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certReceivedAggregate', 'G__typename'), + new _$GAccountFieldsData_identity_certIssuedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certIssuedAggregate', + 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; @@ -70746,7 +72256,7 @@ class GIdentityFieldsData_certReceivedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_certReceivedAggregate', + r'GAccountFieldsData_identity_certIssuedAggregate', _$failedField, e.toString()); } @@ -70757,55 +72267,229 @@ class GIdentityFieldsData_certReceivedAggregateBuilder } } -class _$GIdentityFieldsData_certReceivedAggregate_aggregate - extends GIdentityFieldsData_certReceivedAggregate_aggregate { +class _$GAccountFieldsData_identity_certIssuedAggregate_aggregate + extends GAccountFieldsData_identity_certIssuedAggregate_aggregate { + @override + final String G__typename; + @override + final int count; + + factory _$GAccountFieldsData_identity_certIssuedAggregate_aggregate( + [void Function( + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder)? + updates]) => + (new GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountFieldsData_identity_certIssuedAggregate_aggregate._( + {required this.G__typename, required this.count}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certIssuedAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull(count, + r'GAccountFieldsData_identity_certIssuedAggregate_aggregate', 'count'); + } + + @override + GAccountFieldsData_identity_certIssuedAggregate_aggregate rebuild( + void Function( + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder) + updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder + toBuilder() => + new GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder() + ..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountFieldsData_identity_certIssuedAggregate_aggregate && + G__typename == other.G__typename && + count == other.count; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, count.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_certIssuedAggregate_aggregate') + ..add('G__typename', G__typename) + ..add('count', count)) + .toString(); + } +} + +class GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder + implements + Builder<GAccountFieldsData_identity_certIssuedAggregate_aggregate, + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder> { + _$GAccountFieldsData_identity_certIssuedAggregate_aggregate? _$v; + + String? _G__typename; + String? get G__typename => _$this._G__typename; + set G__typename(String? G__typename) => _$this._G__typename = G__typename; + + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder() { + GAccountFieldsData_identity_certIssuedAggregate_aggregate + ._initializeBuilder(this); + } + + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _count = $v.count; + _$v = null; + } + return this; + } + + @override + void replace( + GAccountFieldsData_identity_certIssuedAggregate_aggregate other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountFieldsData_identity_certIssuedAggregate_aggregate; + } + + @override + void update( + void Function( + GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountFieldsData_identity_certIssuedAggregate_aggregate build() => _build(); + + _$GAccountFieldsData_identity_certIssuedAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_identity_certIssuedAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certIssuedAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountFieldsData_identity_certIssuedAggregate_aggregate', + 'count')); + replace(_$result); + return _$result; + } +} + +class _$GAccountFieldsData_identity_certReceived + extends GAccountFieldsData_identity_certReceived { @override final String G__typename; @override - final int count; + final String id; + @override + final String? issuerId; + @override + final GAccountFieldsData_identity_certReceived_issuer? issuer; + @override + final String? receiverId; + @override + final GAccountFieldsData_identity_certReceived_receiver? receiver; + @override + final int createdOn; + @override + final int expireOn; + @override + final bool isActive; + @override + final int updatedOn; - factory _$GIdentityFieldsData_certReceivedAggregate_aggregate( - [void Function( - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder)? + factory _$GAccountFieldsData_identity_certReceived( + [void Function(GAccountFieldsData_identity_certReceivedBuilder)? updates]) => - (new GIdentityFieldsData_certReceivedAggregate_aggregateBuilder() - ..update(updates)) + (new GAccountFieldsData_identity_certReceivedBuilder()..update(updates)) ._build(); - _$GIdentityFieldsData_certReceivedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountFieldsData_identity_certReceived._( + {required this.G__typename, + required this.id, + this.issuerId, + this.issuer, + this.receiverId, + this.receiver, + required this.createdOn, + required this.expireOn, + required this.isActive, + required this.updatedOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_certReceivedAggregate_aggregate', 'G__typename'); + r'GAccountFieldsData_identity_certReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, r'GIdentityFieldsData_certReceivedAggregate_aggregate', 'count'); + id, r'GAccountFieldsData_identity_certReceived', 'id'); + BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountFieldsData_identity_certReceived', 'createdOn'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_identity_certReceived', 'expireOn'); + BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountFieldsData_identity_certReceived', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + updatedOn, r'GAccountFieldsData_identity_certReceived', 'updatedOn'); } @override - GIdentityFieldsData_certReceivedAggregate_aggregate rebuild( - void Function( - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder) + GAccountFieldsData_identity_certReceived rebuild( + void Function(GAccountFieldsData_identity_certReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder toBuilder() => - new GIdentityFieldsData_certReceivedAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_identity_certReceivedBuilder toBuilder() => + new GAccountFieldsData_identity_certReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_certReceivedAggregate_aggregate && + return other is GAccountFieldsData_identity_certReceived && G__typename == other.G__typename && - count == other.count; + id == other.id && + issuerId == other.issuerId && + issuer == other.issuer && + receiverId == other.receiverId && + receiver == other.receiver && + createdOn == other.createdOn && + expireOn == other.expireOn && + isActive == other.isActive && + updatedOn == other.updatedOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, issuer.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, receiver.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -70813,228 +72497,432 @@ class _$GIdentityFieldsData_certReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_certReceivedAggregate_aggregate') + r'GAccountFieldsData_identity_certReceived') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('issuer', issuer) + ..add('receiverId', receiverId) + ..add('receiver', receiver) + ..add('createdOn', createdOn) + ..add('expireOn', expireOn) + ..add('isActive', isActive) + ..add('updatedOn', updatedOn)) .toString(); } } -class GIdentityFieldsData_certReceivedAggregate_aggregateBuilder +class GAccountFieldsData_identity_certReceivedBuilder implements - Builder<GIdentityFieldsData_certReceivedAggregate_aggregate, - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder> { - _$GIdentityFieldsData_certReceivedAggregate_aggregate? _$v; + Builder<GAccountFieldsData_identity_certReceived, + GAccountFieldsData_identity_certReceivedBuilder> { + _$GAccountFieldsData_identity_certReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder() { - GIdentityFieldsData_certReceivedAggregate_aggregate._initializeBuilder( - this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + GAccountFieldsData_identity_certReceived_issuerBuilder? _issuer; + GAccountFieldsData_identity_certReceived_issuerBuilder get issuer => + _$this._issuer ??= + new GAccountFieldsData_identity_certReceived_issuerBuilder(); + set issuer(GAccountFieldsData_identity_certReceived_issuerBuilder? issuer) => + _$this._issuer = issuer; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + GAccountFieldsData_identity_certReceived_receiverBuilder? _receiver; + GAccountFieldsData_identity_certReceived_receiverBuilder get receiver => + _$this._receiver ??= + new GAccountFieldsData_identity_certReceived_receiverBuilder(); + set receiver( + GAccountFieldsData_identity_certReceived_receiverBuilder? receiver) => + _$this._receiver = receiver; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; + + int? _updatedOn; + int? get updatedOn => _$this._updatedOn; + set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + + GAccountFieldsData_identity_certReceivedBuilder() { + GAccountFieldsData_identity_certReceived._initializeBuilder(this); } - GIdentityFieldsData_certReceivedAggregate_aggregateBuilder get _$this { + GAccountFieldsData_identity_certReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _issuerId = $v.issuerId; + _issuer = $v.issuer?.toBuilder(); + _receiverId = $v.receiverId; + _receiver = $v.receiver?.toBuilder(); + _createdOn = $v.createdOn; + _expireOn = $v.expireOn; + _isActive = $v.isActive; + _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_certReceivedAggregate_aggregate other) { + void replace(GAccountFieldsData_identity_certReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_certReceivedAggregate_aggregate; + _$v = other as _$GAccountFieldsData_identity_certReceived; } @override void update( - void Function(GIdentityFieldsData_certReceivedAggregate_aggregateBuilder)? - updates) { + void Function(GAccountFieldsData_identity_certReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_certReceivedAggregate_aggregate build() => _build(); + GAccountFieldsData_identity_certReceived build() => _build(); - _$GIdentityFieldsData_certReceivedAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GIdentityFieldsData_certReceivedAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentityFieldsData_certReceivedAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentityFieldsData_certReceivedAggregate_aggregate', - 'count')); + _$GAccountFieldsData_identity_certReceived _build() { + _$GAccountFieldsData_identity_certReceived _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_identity_certReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_certReceived', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_certReceived', 'id'), + issuerId: issuerId, + issuer: _issuer?.build(), + receiverId: receiverId, + receiver: _receiver?.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountFieldsData_identity_certReceived', 'createdOn'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_identity_certReceived', 'expireOn'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountFieldsData_identity_certReceived', 'isActive'), + updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, + r'GAccountFieldsData_identity_certReceived', 'updatedOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'issuer'; + _issuer?.build(); + + _$failedField = 'receiver'; + _receiver?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_identity_certReceived', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityFieldsData_linkedAccount - extends GIdentityFieldsData_linkedAccount { +class _$GAccountFieldsData_identity_certReceived_issuer + extends GAccountFieldsData_identity_certReceived_issuer { @override final String G__typename; @override + final String? accountId; + @override + final GAccountFieldsData_identity_certReceived_issuer_account? account; + @override final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GIdentityFieldsData_linkedAccount( - [void Function(GIdentityFieldsData_linkedAccountBuilder)? updates]) => - (new GIdentityFieldsData_linkedAccountBuilder()..update(updates)) + factory _$GAccountFieldsData_identity_certReceived_issuer( + [void Function( + GAccountFieldsData_identity_certReceived_issuerBuilder)? + updates]) => + (new GAccountFieldsData_identity_certReceived_issuerBuilder() + ..update(updates)) ._build(); - _$GIdentityFieldsData_linkedAccount._( - {required this.G__typename, required this.id}) + _$GAccountFieldsData_identity_certReceived_issuer._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_certReceived_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_linkedAccount', 'G__typename'); + id, r'GAccountFieldsData_identity_certReceived_issuer', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountFieldsData_identity_certReceived_issuer', 'isMember'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_linkedAccount', 'id'); + name, r'GAccountFieldsData_identity_certReceived_issuer', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountFieldsData_identity_certReceived_issuer', 'expireOn'); } @override - GIdentityFieldsData_linkedAccount rebuild( - void Function(GIdentityFieldsData_linkedAccountBuilder) updates) => + GAccountFieldsData_identity_certReceived_issuer rebuild( + void Function(GAccountFieldsData_identity_certReceived_issuerBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_linkedAccountBuilder toBuilder() => - new GIdentityFieldsData_linkedAccountBuilder()..replace(this); + GAccountFieldsData_identity_certReceived_issuerBuilder toBuilder() => + new GAccountFieldsData_identity_certReceived_issuerBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_linkedAccount && + return other is GAccountFieldsData_identity_certReceived_issuer && G__typename == other.G__typename && - id == other.id; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentityFieldsData_linkedAccount') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_certReceived_issuer') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentityFieldsData_linkedAccountBuilder +class GAccountFieldsData_identity_certReceived_issuerBuilder implements - Builder<GIdentityFieldsData_linkedAccount, - GIdentityFieldsData_linkedAccountBuilder> { - _$GIdentityFieldsData_linkedAccount? _$v; + Builder<GAccountFieldsData_identity_certReceived_issuer, + GAccountFieldsData_identity_certReceived_issuerBuilder> { + _$GAccountFieldsData_identity_certReceived_issuer? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; + + GAccountFieldsData_identity_certReceived_issuer_accountBuilder? _account; + GAccountFieldsData_identity_certReceived_issuer_accountBuilder get account => + _$this._account ??= + new GAccountFieldsData_identity_certReceived_issuer_accountBuilder(); + set account( + GAccountFieldsData_identity_certReceived_issuer_accountBuilder? + account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - GIdentityFieldsData_linkedAccountBuilder() { - GIdentityFieldsData_linkedAccount._initializeBuilder(this); + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountFieldsData_identity_certReceived_issuerBuilder() { + GAccountFieldsData_identity_certReceived_issuer._initializeBuilder(this); } - GIdentityFieldsData_linkedAccountBuilder get _$this { + GAccountFieldsData_identity_certReceived_issuerBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_linkedAccount other) { + void replace(GAccountFieldsData_identity_certReceived_issuer other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_linkedAccount; + _$v = other as _$GAccountFieldsData_identity_certReceived_issuer; } @override void update( - void Function(GIdentityFieldsData_linkedAccountBuilder)? updates) { + void Function(GAccountFieldsData_identity_certReceived_issuerBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_linkedAccount build() => _build(); + GAccountFieldsData_identity_certReceived_issuer build() => _build(); - _$GIdentityFieldsData_linkedAccount _build() { - final _$result = _$v ?? - new _$GIdentityFieldsData_linkedAccount._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_linkedAccount', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_linkedAccount', 'id')); + _$GAccountFieldsData_identity_certReceived_issuer _build() { + _$GAccountFieldsData_identity_certReceived_issuer _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_identity_certReceived_issuer._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certReceived_issuer', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_certReceived_issuer', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountFieldsData_identity_certReceived_issuer', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GAccountFieldsData_identity_certReceived_issuer', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountFieldsData_identity_certReceived_issuer', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_identity_certReceived_issuer', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityFieldsData_linkedAccountAggregate - extends GIdentityFieldsData_linkedAccountAggregate { +class _$GAccountFieldsData_identity_certReceived_issuer_account + extends GAccountFieldsData_identity_certReceived_issuer_account { @override final String G__typename; @override - final GIdentityFieldsData_linkedAccountAggregate_aggregate? aggregate; + final int createdOn; - factory _$GIdentityFieldsData_linkedAccountAggregate( - [void Function(GIdentityFieldsData_linkedAccountAggregateBuilder)? + factory _$GAccountFieldsData_identity_certReceived_issuer_account( + [void Function( + GAccountFieldsData_identity_certReceived_issuer_accountBuilder)? updates]) => - (new GIdentityFieldsData_linkedAccountAggregateBuilder()..update(updates)) + (new GAccountFieldsData_identity_certReceived_issuer_accountBuilder() + ..update(updates)) ._build(); - _$GIdentityFieldsData_linkedAccountAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountFieldsData_identity_certReceived_issuer_account._( + {required this.G__typename, required this.createdOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_linkedAccountAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certReceived_issuer_account', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountFieldsData_identity_certReceived_issuer_account', + 'createdOn'); } @override - GIdentityFieldsData_linkedAccountAggregate rebuild( - void Function(GIdentityFieldsData_linkedAccountAggregateBuilder) + GAccountFieldsData_identity_certReceived_issuer_account rebuild( + void Function( + GAccountFieldsData_identity_certReceived_issuer_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_linkedAccountAggregateBuilder toBuilder() => - new GIdentityFieldsData_linkedAccountAggregateBuilder()..replace(this); + GAccountFieldsData_identity_certReceived_issuer_accountBuilder toBuilder() => + new GAccountFieldsData_identity_certReceived_issuer_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_linkedAccountAggregate && + return other is GAccountFieldsData_identity_certReceived_issuer_account && G__typename == other.G__typename && - aggregate == other.aggregate; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -71042,137 +72930,161 @@ class _$GIdentityFieldsData_linkedAccountAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_linkedAccountAggregate') + r'GAccountFieldsData_identity_certReceived_issuer_account') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentityFieldsData_linkedAccountAggregateBuilder +class GAccountFieldsData_identity_certReceived_issuer_accountBuilder implements - Builder<GIdentityFieldsData_linkedAccountAggregate, - GIdentityFieldsData_linkedAccountAggregateBuilder> { - _$GIdentityFieldsData_linkedAccountAggregate? _$v; + Builder<GAccountFieldsData_identity_certReceived_issuer_account, + GAccountFieldsData_identity_certReceived_issuer_accountBuilder> { + _$GAccountFieldsData_identity_certReceived_issuer_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder? _aggregate; - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder get aggregate => - _$this._aggregate ??= - new GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder(); - set aggregate( - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentityFieldsData_linkedAccountAggregateBuilder() { - GIdentityFieldsData_linkedAccountAggregate._initializeBuilder(this); + GAccountFieldsData_identity_certReceived_issuer_accountBuilder() { + GAccountFieldsData_identity_certReceived_issuer_account._initializeBuilder( + this); } - GIdentityFieldsData_linkedAccountAggregateBuilder get _$this { + GAccountFieldsData_identity_certReceived_issuer_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_linkedAccountAggregate other) { + void replace(GAccountFieldsData_identity_certReceived_issuer_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_linkedAccountAggregate; + _$v = other as _$GAccountFieldsData_identity_certReceived_issuer_account; } @override void update( - void Function(GIdentityFieldsData_linkedAccountAggregateBuilder)? + void Function( + GAccountFieldsData_identity_certReceived_issuer_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_linkedAccountAggregate build() => _build(); + GAccountFieldsData_identity_certReceived_issuer_account build() => _build(); - _$GIdentityFieldsData_linkedAccountAggregate _build() { - _$GIdentityFieldsData_linkedAccountAggregate _$result; - try { - _$result = _$v ?? - new _$GIdentityFieldsData_linkedAccountAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_linkedAccountAggregate', 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_linkedAccountAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountFieldsData_identity_certReceived_issuer_account _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_identity_certReceived_issuer_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certReceived_issuer_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountFieldsData_identity_certReceived_issuer_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_linkedAccountAggregate_aggregate - extends GIdentityFieldsData_linkedAccountAggregate_aggregate { +class _$GAccountFieldsData_identity_certReceived_receiver + extends GAccountFieldsData_identity_certReceived_receiver { @override final String G__typename; @override - final int count; + final String? accountId; + @override + final GAccountFieldsData_identity_certReceived_receiver_account? account; + @override + final String id; + @override + final bool isMember; + @override + final _i2.GIdentityStatusEnum? status; + @override + final String name; + @override + final int expireOn; - factory _$GIdentityFieldsData_linkedAccountAggregate_aggregate( + factory _$GAccountFieldsData_identity_certReceived_receiver( [void Function( - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder)? + GAccountFieldsData_identity_certReceived_receiverBuilder)? updates]) => - (new GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder() + (new GAccountFieldsData_identity_certReceived_receiverBuilder() ..update(updates)) ._build(); - _$GIdentityFieldsData_linkedAccountAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountFieldsData_identity_certReceived_receiver._( + {required this.G__typename, + this.accountId, + this.account, + required this.id, + required this.isMember, + this.status, + required this.name, + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_linkedAccountAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(count, - r'GIdentityFieldsData_linkedAccountAggregate_aggregate', 'count'); + r'GAccountFieldsData_identity_certReceived_receiver', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_certReceived_receiver', 'id'); + BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountFieldsData_identity_certReceived_receiver', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountFieldsData_identity_certReceived_receiver', 'name'); + BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountFieldsData_identity_certReceived_receiver', 'expireOn'); } @override - GIdentityFieldsData_linkedAccountAggregate_aggregate rebuild( + GAccountFieldsData_identity_certReceived_receiver rebuild( void Function( - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder) + GAccountFieldsData_identity_certReceived_receiverBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder toBuilder() => - new GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder() + GAccountFieldsData_identity_certReceived_receiverBuilder toBuilder() => + new GAccountFieldsData_identity_certReceived_receiverBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_linkedAccountAggregate_aggregate && + return other is GAccountFieldsData_identity_certReceived_receiver && G__typename == other.G__typename && - count == other.count; + accountId == other.accountId && + account == other.account && + id == other.id && + isMember == other.isMember && + status == other.status && + name == other.name && + expireOn == other.expireOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, isMember.hashCode); + _$hash = $jc(_$hash, status.hashCode); + _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -71180,143 +73092,194 @@ class _$GIdentityFieldsData_linkedAccountAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_linkedAccountAggregate_aggregate') + r'GAccountFieldsData_identity_certReceived_receiver') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('accountId', accountId) + ..add('account', account) + ..add('id', id) + ..add('isMember', isMember) + ..add('status', status) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder +class GAccountFieldsData_identity_certReceived_receiverBuilder implements - Builder<GIdentityFieldsData_linkedAccountAggregate_aggregate, - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder> { - _$GIdentityFieldsData_linkedAccountAggregate_aggregate? _$v; + Builder<GAccountFieldsData_identity_certReceived_receiver, + GAccountFieldsData_identity_certReceived_receiverBuilder> { + _$GAccountFieldsData_identity_certReceived_receiver? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _accountId; + String? get accountId => _$this._accountId; + set accountId(String? accountId) => _$this._accountId = accountId; - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder() { - GIdentityFieldsData_linkedAccountAggregate_aggregate._initializeBuilder( - this); + GAccountFieldsData_identity_certReceived_receiver_accountBuilder? _account; + GAccountFieldsData_identity_certReceived_receiver_accountBuilder + get account => _$this._account ??= + new GAccountFieldsData_identity_certReceived_receiver_accountBuilder(); + set account( + GAccountFieldsData_identity_certReceived_receiver_accountBuilder? + account) => + _$this._account = account; + + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; + + bool? _isMember; + bool? get isMember => _$this._isMember; + set isMember(bool? isMember) => _$this._isMember = isMember; + + _i2.GIdentityStatusEnum? _status; + _i2.GIdentityStatusEnum? get status => _$this._status; + set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + + String? _name; + String? get name => _$this._name; + set name(String? name) => _$this._name = name; + + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountFieldsData_identity_certReceived_receiverBuilder() { + GAccountFieldsData_identity_certReceived_receiver._initializeBuilder(this); } - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder get _$this { + GAccountFieldsData_identity_certReceived_receiverBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _accountId = $v.accountId; + _account = $v.account?.toBuilder(); + _id = $v.id; + _isMember = $v.isMember; + _status = $v.status; + _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_linkedAccountAggregate_aggregate other) { + void replace(GAccountFieldsData_identity_certReceived_receiver other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_linkedAccountAggregate_aggregate; + _$v = other as _$GAccountFieldsData_identity_certReceived_receiver; } @override void update( - void Function( - GIdentityFieldsData_linkedAccountAggregate_aggregateBuilder)? + void Function(GAccountFieldsData_identity_certReceived_receiverBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_linkedAccountAggregate_aggregate build() => _build(); + GAccountFieldsData_identity_certReceived_receiver build() => _build(); - _$GIdentityFieldsData_linkedAccountAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GIdentityFieldsData_linkedAccountAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GIdentityFieldsData_linkedAccountAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GIdentityFieldsData_linkedAccountAggregate_aggregate', - 'count')); + _$GAccountFieldsData_identity_certReceived_receiver _build() { + _$GAccountFieldsData_identity_certReceived_receiver _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_identity_certReceived_receiver._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certReceived_receiver', + 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_certReceived_receiver', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull( + isMember, + r'GAccountFieldsData_identity_certReceived_receiver', + 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull(name, + r'GAccountFieldsData_identity_certReceived_receiver', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, + r'GAccountFieldsData_identity_certReceived_receiver', + 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_identity_certReceived_receiver', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityFieldsData_membershipHistory - extends GIdentityFieldsData_membershipHistory { +class _$GAccountFieldsData_identity_certReceived_receiver_account + extends GAccountFieldsData_identity_certReceived_receiver_account { @override final String G__typename; @override - final int blockNumber; - @override - final String? eventId; - @override - final _i2.GEventTypeEnum? eventType; - @override - final String id; - @override - final String? identityId; + final int createdOn; - factory _$GIdentityFieldsData_membershipHistory( - [void Function(GIdentityFieldsData_membershipHistoryBuilder)? + factory _$GAccountFieldsData_identity_certReceived_receiver_account( + [void Function( + GAccountFieldsData_identity_certReceived_receiver_accountBuilder)? updates]) => - (new GIdentityFieldsData_membershipHistoryBuilder()..update(updates)) + (new GAccountFieldsData_identity_certReceived_receiver_accountBuilder() + ..update(updates)) ._build(); - _$GIdentityFieldsData_membershipHistory._( - {required this.G__typename, - required this.blockNumber, - this.eventId, - this.eventType, - required this.id, - this.identityId}) + _$GAccountFieldsData_identity_certReceived_receiver_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_membershipHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GIdentityFieldsData_membershipHistory', 'blockNumber'); + G__typename, + r'GAccountFieldsData_identity_certReceived_receiver_account', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_membershipHistory', 'id'); + createdOn, + r'GAccountFieldsData_identity_certReceived_receiver_account', + 'createdOn'); } @override - GIdentityFieldsData_membershipHistory rebuild( - void Function(GIdentityFieldsData_membershipHistoryBuilder) + GAccountFieldsData_identity_certReceived_receiver_account rebuild( + void Function( + GAccountFieldsData_identity_certReceived_receiver_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_membershipHistoryBuilder toBuilder() => - new GIdentityFieldsData_membershipHistoryBuilder()..replace(this); + GAccountFieldsData_identity_certReceived_receiver_accountBuilder + toBuilder() => + new GAccountFieldsData_identity_certReceived_receiver_accountBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_membershipHistory && + return other is GAccountFieldsData_identity_certReceived_receiver_account && G__typename == other.G__typename && - blockNumber == other.blockNumber && - eventId == other.eventId && - eventType == other.eventType && - id == other.id && - identityId == other.identityId; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, eventType.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -71324,133 +73287,114 @@ class _$GIdentityFieldsData_membershipHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_membershipHistory') + r'GAccountFieldsData_identity_certReceived_receiver_account') ..add('G__typename', G__typename) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('eventType', eventType) - ..add('id', id) - ..add('identityId', identityId)) + ..add('createdOn', createdOn)) .toString(); } } -class GIdentityFieldsData_membershipHistoryBuilder +class GAccountFieldsData_identity_certReceived_receiver_accountBuilder implements - Builder<GIdentityFieldsData_membershipHistory, - GIdentityFieldsData_membershipHistoryBuilder> { - _$GIdentityFieldsData_membershipHistory? _$v; + Builder<GAccountFieldsData_identity_certReceived_receiver_account, + GAccountFieldsData_identity_certReceived_receiver_accountBuilder> { + _$GAccountFieldsData_identity_certReceived_receiver_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; - - _i2.GEventTypeEnum? _eventType; - _i2.GEventTypeEnum? get eventType => _$this._eventType; - set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GIdentityFieldsData_membershipHistoryBuilder() { - GIdentityFieldsData_membershipHistory._initializeBuilder(this); + GAccountFieldsData_identity_certReceived_receiver_accountBuilder() { + GAccountFieldsData_identity_certReceived_receiver_account + ._initializeBuilder(this); } - GIdentityFieldsData_membershipHistoryBuilder get _$this { + GAccountFieldsData_identity_certReceived_receiver_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _eventType = $v.eventType; - _id = $v.id; - _identityId = $v.identityId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_membershipHistory other) { + void replace( + GAccountFieldsData_identity_certReceived_receiver_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_membershipHistory; + _$v = other as _$GAccountFieldsData_identity_certReceived_receiver_account; } @override void update( - void Function(GIdentityFieldsData_membershipHistoryBuilder)? updates) { + void Function( + GAccountFieldsData_identity_certReceived_receiver_accountBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_membershipHistory build() => _build(); + GAccountFieldsData_identity_certReceived_receiver_account build() => _build(); - _$GIdentityFieldsData_membershipHistory _build() { + _$GAccountFieldsData_identity_certReceived_receiver_account _build() { final _$result = _$v ?? - new _$GIdentityFieldsData_membershipHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_membershipHistory', 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentityFieldsData_membershipHistory', 'blockNumber'), - eventId: eventId, - eventType: eventType, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_membershipHistory', 'id'), - identityId: identityId); + new _$GAccountFieldsData_identity_certReceived_receiver_account._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_certReceived_receiver_account', + 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountFieldsData_identity_certReceived_receiver_account', + 'createdOn')); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_membershipHistoryAggregate - extends GIdentityFieldsData_membershipHistoryAggregate { +class _$GAccountFieldsData_identity_certReceivedAggregate + extends GAccountFieldsData_identity_certReceivedAggregate { @override final String G__typename; @override - final GIdentityFieldsData_membershipHistoryAggregate_aggregate? aggregate; + final GAccountFieldsData_identity_certReceivedAggregate_aggregate? aggregate; - factory _$GIdentityFieldsData_membershipHistoryAggregate( - [void Function(GIdentityFieldsData_membershipHistoryAggregateBuilder)? + factory _$GAccountFieldsData_identity_certReceivedAggregate( + [void Function( + GAccountFieldsData_identity_certReceivedAggregateBuilder)? updates]) => - (new GIdentityFieldsData_membershipHistoryAggregateBuilder() + (new GAccountFieldsData_identity_certReceivedAggregateBuilder() ..update(updates)) ._build(); - _$GIdentityFieldsData_membershipHistoryAggregate._( + _$GAccountFieldsData_identity_certReceivedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_membershipHistoryAggregate', 'G__typename'); + r'GAccountFieldsData_identity_certReceivedAggregate', 'G__typename'); } @override - GIdentityFieldsData_membershipHistoryAggregate rebuild( - void Function(GIdentityFieldsData_membershipHistoryAggregateBuilder) + GAccountFieldsData_identity_certReceivedAggregate rebuild( + void Function( + GAccountFieldsData_identity_certReceivedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_membershipHistoryAggregateBuilder toBuilder() => - new GIdentityFieldsData_membershipHistoryAggregateBuilder() + GAccountFieldsData_identity_certReceivedAggregateBuilder toBuilder() => + new GAccountFieldsData_identity_certReceivedAggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_membershipHistoryAggregate && + return other is GAccountFieldsData_identity_certReceivedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -71467,37 +73411,38 @@ class _$GIdentityFieldsData_membershipHistoryAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_membershipHistoryAggregate') + r'GAccountFieldsData_identity_certReceivedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GIdentityFieldsData_membershipHistoryAggregateBuilder +class GAccountFieldsData_identity_certReceivedAggregateBuilder implements - Builder<GIdentityFieldsData_membershipHistoryAggregate, - GIdentityFieldsData_membershipHistoryAggregateBuilder> { - _$GIdentityFieldsData_membershipHistoryAggregate? _$v; + Builder<GAccountFieldsData_identity_certReceivedAggregate, + GAccountFieldsData_identity_certReceivedAggregateBuilder> { + _$GAccountFieldsData_identity_certReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder? _aggregate; - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder? + _aggregate; + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder(); + new GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder(); set aggregate( - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder? + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GIdentityFieldsData_membershipHistoryAggregateBuilder() { - GIdentityFieldsData_membershipHistoryAggregate._initializeBuilder(this); + GAccountFieldsData_identity_certReceivedAggregateBuilder() { + GAccountFieldsData_identity_certReceivedAggregate._initializeBuilder(this); } - GIdentityFieldsData_membershipHistoryAggregateBuilder get _$this { + GAccountFieldsData_identity_certReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -71508,29 +73453,29 @@ class GIdentityFieldsData_membershipHistoryAggregateBuilder } @override - void replace(GIdentityFieldsData_membershipHistoryAggregate other) { + void replace(GAccountFieldsData_identity_certReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_membershipHistoryAggregate; + _$v = other as _$GAccountFieldsData_identity_certReceivedAggregate; } @override void update( - void Function(GIdentityFieldsData_membershipHistoryAggregateBuilder)? + void Function(GAccountFieldsData_identity_certReceivedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_membershipHistoryAggregate build() => _build(); + GAccountFieldsData_identity_certReceivedAggregate build() => _build(); - _$GIdentityFieldsData_membershipHistoryAggregate _build() { - _$GIdentityFieldsData_membershipHistoryAggregate _$result; + _$GAccountFieldsData_identity_certReceivedAggregate _build() { + _$GAccountFieldsData_identity_certReceivedAggregate _$result; try { _$result = _$v ?? - new _$GIdentityFieldsData_membershipHistoryAggregate._( + new _$GAccountFieldsData_identity_certReceivedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentityFieldsData_membershipHistoryAggregate', + r'GAccountFieldsData_identity_certReceivedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -71540,7 +73485,7 @@ class GIdentityFieldsData_membershipHistoryAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_membershipHistoryAggregate', + r'GAccountFieldsData_identity_certReceivedAggregate', _$failedField, e.toString()); } @@ -71551,48 +73496,52 @@ class GIdentityFieldsData_membershipHistoryAggregateBuilder } } -class _$GIdentityFieldsData_membershipHistoryAggregate_aggregate - extends GIdentityFieldsData_membershipHistoryAggregate_aggregate { +class _$GAccountFieldsData_identity_certReceivedAggregate_aggregate + extends GAccountFieldsData_identity_certReceivedAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GIdentityFieldsData_membershipHistoryAggregate_aggregate( + factory _$GAccountFieldsData_identity_certReceivedAggregate_aggregate( [void Function( - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder)? + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder)? updates]) => - (new GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder() + (new GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentityFieldsData_membershipHistoryAggregate_aggregate._( + _$GAccountFieldsData_identity_certReceivedAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentityFieldsData_membershipHistoryAggregate_aggregate', + r'GAccountFieldsData_identity_certReceivedAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(count, - r'GIdentityFieldsData_membershipHistoryAggregate_aggregate', 'count'); + BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountFieldsData_identity_certReceivedAggregate_aggregate', + 'count'); } @override - GIdentityFieldsData_membershipHistoryAggregate_aggregate rebuild( + GAccountFieldsData_identity_certReceivedAggregate_aggregate rebuild( void Function( - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder) + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder toBuilder() => - new GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder + toBuilder() => + new GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_membershipHistoryAggregate_aggregate && + return other + is GAccountFieldsData_identity_certReceivedAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -71609,18 +73558,18 @@ class _$GIdentityFieldsData_membershipHistoryAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_membershipHistoryAggregate_aggregate') + r'GAccountFieldsData_identity_certReceivedAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder +class GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder implements - Builder<GIdentityFieldsData_membershipHistoryAggregate_aggregate, - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder> { - _$GIdentityFieldsData_membershipHistoryAggregate_aggregate? _$v; + Builder<GAccountFieldsData_identity_certReceivedAggregate_aggregate, + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder> { + _$GAccountFieldsData_identity_certReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -71630,12 +73579,13 @@ class GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder() { - GIdentityFieldsData_membershipHistoryAggregate_aggregate._initializeBuilder( - this); + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder() { + GAccountFieldsData_identity_certReceivedAggregate_aggregate + ._initializeBuilder(this); } - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder get _$this { + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -71646,94 +73596,79 @@ class GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder } @override - void replace(GIdentityFieldsData_membershipHistoryAggregate_aggregate other) { + void replace( + GAccountFieldsData_identity_certReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_membershipHistoryAggregate_aggregate; + _$v = + other as _$GAccountFieldsData_identity_certReceivedAggregate_aggregate; } @override void update( void Function( - GIdentityFieldsData_membershipHistoryAggregate_aggregateBuilder)? + GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_membershipHistoryAggregate_aggregate build() => _build(); + GAccountFieldsData_identity_certReceivedAggregate_aggregate build() => + _build(); - _$GIdentityFieldsData_membershipHistoryAggregate_aggregate _build() { + _$GAccountFieldsData_identity_certReceivedAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentityFieldsData_membershipHistoryAggregate_aggregate._( + new _$GAccountFieldsData_identity_certReceivedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentityFieldsData_membershipHistoryAggregate_aggregate', + r'GAccountFieldsData_identity_certReceivedAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GIdentityFieldsData_membershipHistoryAggregate_aggregate', + r'GAccountFieldsData_identity_certReceivedAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_ownerKeyChange - extends GIdentityFieldsData_ownerKeyChange { +class _$GAccountFieldsData_identity_linkedAccount + extends GAccountFieldsData_identity_linkedAccount { @override final String G__typename; @override final String id; - @override - final int blockNumber; - @override - final String? identityId; - @override - final String? nextId; - @override - final String? previousId; - factory _$GIdentityFieldsData_ownerKeyChange( - [void Function(GIdentityFieldsData_ownerKeyChangeBuilder)? + factory _$GAccountFieldsData_identity_linkedAccount( + [void Function(GAccountFieldsData_identity_linkedAccountBuilder)? updates]) => - (new GIdentityFieldsData_ownerKeyChangeBuilder()..update(updates)) + (new GAccountFieldsData_identity_linkedAccountBuilder()..update(updates)) ._build(); - _$GIdentityFieldsData_ownerKeyChange._( - {required this.G__typename, - required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + _$GAccountFieldsData_identity_linkedAccount._( + {required this.G__typename, required this.id}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_linkedAccount', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_ownerKeyChange', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_ownerKeyChange', 'id'); - BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GIdentityFieldsData_ownerKeyChange', 'blockNumber'); + id, r'GAccountFieldsData_identity_linkedAccount', 'id'); } @override - GIdentityFieldsData_ownerKeyChange rebuild( - void Function(GIdentityFieldsData_ownerKeyChangeBuilder) updates) => + GAccountFieldsData_identity_linkedAccount rebuild( + void Function(GAccountFieldsData_identity_linkedAccountBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_ownerKeyChangeBuilder toBuilder() => - new GIdentityFieldsData_ownerKeyChangeBuilder()..replace(this); + GAccountFieldsData_identity_linkedAccountBuilder toBuilder() => + new GAccountFieldsData_identity_linkedAccountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_ownerKeyChange && + return other is GAccountFieldsData_identity_linkedAccount && G__typename == other.G__typename && - id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + id == other.id; } @override @@ -71741,32 +73676,25 @@ class _$GIdentityFieldsData_ownerKeyChange var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentityFieldsData_ownerKeyChange') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_linkedAccount') ..add('G__typename', G__typename) - ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('id', id)) .toString(); } } -class GIdentityFieldsData_ownerKeyChangeBuilder +class GAccountFieldsData_identity_linkedAccountBuilder implements - Builder<GIdentityFieldsData_ownerKeyChange, - GIdentityFieldsData_ownerKeyChangeBuilder> { - _$GIdentityFieldsData_ownerKeyChange? _$v; + Builder<GAccountFieldsData_identity_linkedAccount, + GAccountFieldsData_identity_linkedAccountBuilder> { + _$GAccountFieldsData_identity_linkedAccount? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -71776,107 +73704,86 @@ class GIdentityFieldsData_ownerKeyChangeBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; - - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; - - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; - - GIdentityFieldsData_ownerKeyChangeBuilder() { - GIdentityFieldsData_ownerKeyChange._initializeBuilder(this); + GAccountFieldsData_identity_linkedAccountBuilder() { + GAccountFieldsData_identity_linkedAccount._initializeBuilder(this); } - GIdentityFieldsData_ownerKeyChangeBuilder get _$this { + GAccountFieldsData_identity_linkedAccountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_ownerKeyChange other) { + void replace(GAccountFieldsData_identity_linkedAccount other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_ownerKeyChange; + _$v = other as _$GAccountFieldsData_identity_linkedAccount; } @override void update( - void Function(GIdentityFieldsData_ownerKeyChangeBuilder)? updates) { + void Function(GAccountFieldsData_identity_linkedAccountBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_ownerKeyChange build() => _build(); + GAccountFieldsData_identity_linkedAccount build() => _build(); - _$GIdentityFieldsData_ownerKeyChange _build() { + _$GAccountFieldsData_identity_linkedAccount _build() { final _$result = _$v ?? - new _$GIdentityFieldsData_ownerKeyChange._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_ownerKeyChange', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_ownerKeyChange', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GIdentityFieldsData_ownerKeyChange', 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + new _$GAccountFieldsData_identity_linkedAccount._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_linkedAccount', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_linkedAccount', 'id')); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_ownerKeyChangeAggregate - extends GIdentityFieldsData_ownerKeyChangeAggregate { +class _$GAccountFieldsData_identity_linkedAccountAggregate + extends GAccountFieldsData_identity_linkedAccountAggregate { @override final String G__typename; @override - final GIdentityFieldsData_ownerKeyChangeAggregate_aggregate? aggregate; + final GAccountFieldsData_identity_linkedAccountAggregate_aggregate? aggregate; - factory _$GIdentityFieldsData_ownerKeyChangeAggregate( - [void Function(GIdentityFieldsData_ownerKeyChangeAggregateBuilder)? + factory _$GAccountFieldsData_identity_linkedAccountAggregate( + [void Function( + GAccountFieldsData_identity_linkedAccountAggregateBuilder)? updates]) => - (new GIdentityFieldsData_ownerKeyChangeAggregateBuilder() + (new GAccountFieldsData_identity_linkedAccountAggregateBuilder() ..update(updates)) ._build(); - _$GIdentityFieldsData_ownerKeyChangeAggregate._( + _$GAccountFieldsData_identity_linkedAccountAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_ownerKeyChangeAggregate', 'G__typename'); + r'GAccountFieldsData_identity_linkedAccountAggregate', 'G__typename'); } @override - GIdentityFieldsData_ownerKeyChangeAggregate rebuild( - void Function(GIdentityFieldsData_ownerKeyChangeAggregateBuilder) + GAccountFieldsData_identity_linkedAccountAggregate rebuild( + void Function( + GAccountFieldsData_identity_linkedAccountAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_ownerKeyChangeAggregateBuilder toBuilder() => - new GIdentityFieldsData_ownerKeyChangeAggregateBuilder()..replace(this); + GAccountFieldsData_identity_linkedAccountAggregateBuilder toBuilder() => + new GAccountFieldsData_identity_linkedAccountAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_ownerKeyChangeAggregate && + return other is GAccountFieldsData_identity_linkedAccountAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -71893,37 +73800,38 @@ class _$GIdentityFieldsData_ownerKeyChangeAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_ownerKeyChangeAggregate') + r'GAccountFieldsData_identity_linkedAccountAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GIdentityFieldsData_ownerKeyChangeAggregateBuilder +class GAccountFieldsData_identity_linkedAccountAggregateBuilder implements - Builder<GIdentityFieldsData_ownerKeyChangeAggregate, - GIdentityFieldsData_ownerKeyChangeAggregateBuilder> { - _$GIdentityFieldsData_ownerKeyChangeAggregate? _$v; + Builder<GAccountFieldsData_identity_linkedAccountAggregate, + GAccountFieldsData_identity_linkedAccountAggregateBuilder> { + _$GAccountFieldsData_identity_linkedAccountAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder? _aggregate; - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder get aggregate => - _$this._aggregate ??= - new GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder(); + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder? + _aggregate; + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder(); set aggregate( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder? + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GIdentityFieldsData_ownerKeyChangeAggregateBuilder() { - GIdentityFieldsData_ownerKeyChangeAggregate._initializeBuilder(this); + GAccountFieldsData_identity_linkedAccountAggregateBuilder() { + GAccountFieldsData_identity_linkedAccountAggregate._initializeBuilder(this); } - GIdentityFieldsData_ownerKeyChangeAggregateBuilder get _$this { + GAccountFieldsData_identity_linkedAccountAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -71934,29 +73842,29 @@ class GIdentityFieldsData_ownerKeyChangeAggregateBuilder } @override - void replace(GIdentityFieldsData_ownerKeyChangeAggregate other) { + void replace(GAccountFieldsData_identity_linkedAccountAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_ownerKeyChangeAggregate; + _$v = other as _$GAccountFieldsData_identity_linkedAccountAggregate; } @override void update( - void Function(GIdentityFieldsData_ownerKeyChangeAggregateBuilder)? + void Function(GAccountFieldsData_identity_linkedAccountAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_ownerKeyChangeAggregate build() => _build(); + GAccountFieldsData_identity_linkedAccountAggregate build() => _build(); - _$GIdentityFieldsData_ownerKeyChangeAggregate _build() { - _$GIdentityFieldsData_ownerKeyChangeAggregate _$result; + _$GAccountFieldsData_identity_linkedAccountAggregate _build() { + _$GAccountFieldsData_identity_linkedAccountAggregate _$result; try { _$result = _$v ?? - new _$GIdentityFieldsData_ownerKeyChangeAggregate._( + new _$GAccountFieldsData_identity_linkedAccountAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentityFieldsData_ownerKeyChangeAggregate', + r'GAccountFieldsData_identity_linkedAccountAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -71966,7 +73874,7 @@ class GIdentityFieldsData_ownerKeyChangeAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_ownerKeyChangeAggregate', + r'GAccountFieldsData_identity_linkedAccountAggregate', _$failedField, e.toString()); } @@ -71977,48 +73885,52 @@ class GIdentityFieldsData_ownerKeyChangeAggregateBuilder } } -class _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate - extends GIdentityFieldsData_ownerKeyChangeAggregate_aggregate { +class _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate + extends GAccountFieldsData_identity_linkedAccountAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate( + factory _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate( [void Function( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder)? + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder)? updates]) => - (new GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder() + (new GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate._( + _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate', + r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(count, - r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate', 'count'); + BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate', + 'count'); } @override - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate rebuild( + GAccountFieldsData_identity_linkedAccountAggregate_aggregate rebuild( void Function( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder) + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder toBuilder() => - new GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder + toBuilder() => + new GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_ownerKeyChangeAggregate_aggregate && + return other + is GAccountFieldsData_identity_linkedAccountAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -72035,18 +73947,18 @@ class _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate') + r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder +class GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder implements - Builder<GIdentityFieldsData_ownerKeyChangeAggregate_aggregate, - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder> { - _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate? _$v; + Builder<GAccountFieldsData_identity_linkedAccountAggregate_aggregate, + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder> { + _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -72056,12 +73968,13 @@ class GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder() { - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate._initializeBuilder( - this); + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder() { + GAccountFieldsData_identity_linkedAccountAggregate_aggregate + ._initializeBuilder(this); } - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder get _$this { + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -72072,317 +73985,110 @@ class GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder } @override - void replace(GIdentityFieldsData_ownerKeyChangeAggregate_aggregate other) { + void replace( + GAccountFieldsData_identity_linkedAccountAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate; + _$v = + other as _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate; } @override void update( void Function( - GIdentityFieldsData_ownerKeyChangeAggregate_aggregateBuilder)? + GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_ownerKeyChangeAggregate_aggregate build() => _build(); + GAccountFieldsData_identity_linkedAccountAggregate_aggregate build() => + _build(); - _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate _build() { + _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate _build() { final _$result = _$v ?? - new _$GIdentityFieldsData_ownerKeyChangeAggregate_aggregate._( + new _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate', + r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GIdentityFieldsData_ownerKeyChangeAggregate_aggregate', + r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_smith extends GIdentityFieldsData_smith { +class _$GAccountFieldsData_identity_membershipHistory + extends GAccountFieldsData_identity_membershipHistory { @override final String G__typename; @override - final String id; - @override - final int forged; - @override - final int index; - @override - final int? lastChanged; - @override - final int? lastForged; - @override - final BuiltList<GIdentityFieldsData_smith_smithCertIssued> smithCertIssued; - @override - final BuiltList<GIdentityFieldsData_smith_smithCertReceived> - smithCertReceived; - - factory _$GIdentityFieldsData_smith( - [void Function(GIdentityFieldsData_smithBuilder)? updates]) => - (new GIdentityFieldsData_smithBuilder()..update(updates))._build(); - - _$GIdentityFieldsData_smith._( - {required this.G__typename, - required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_smith', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_smith', 'id'); - BuiltValueNullFieldError.checkNotNull( - forged, r'GIdentityFieldsData_smith', 'forged'); - BuiltValueNullFieldError.checkNotNull( - index, r'GIdentityFieldsData_smith', 'index'); - BuiltValueNullFieldError.checkNotNull( - smithCertIssued, r'GIdentityFieldsData_smith', 'smithCertIssued'); - BuiltValueNullFieldError.checkNotNull( - smithCertReceived, r'GIdentityFieldsData_smith', 'smithCertReceived'); - } - - @override - GIdentityFieldsData_smith rebuild( - void Function(GIdentityFieldsData_smithBuilder) updates) => - (toBuilder()..update(updates)).build(); - - @override - GIdentityFieldsData_smithBuilder toBuilder() => - new GIdentityFieldsData_smithBuilder()..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GIdentityFieldsData_smith && - G__typename == other.G__typename && - id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper(r'GIdentityFieldsData_smith') - ..add('G__typename', G__typename) - ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) - .toString(); - } -} - -class GIdentityFieldsData_smithBuilder - implements - Builder<GIdentityFieldsData_smith, GIdentityFieldsData_smithBuilder> { - _$GIdentityFieldsData_smith? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; - - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; - - ListBuilder<GIdentityFieldsData_smith_smithCertIssued>? _smithCertIssued; - ListBuilder<GIdentityFieldsData_smith_smithCertIssued> get smithCertIssued => - _$this._smithCertIssued ??= - new ListBuilder<GIdentityFieldsData_smith_smithCertIssued>(); - set smithCertIssued( - ListBuilder<GIdentityFieldsData_smith_smithCertIssued>? - smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; - - ListBuilder<GIdentityFieldsData_smith_smithCertReceived>? _smithCertReceived; - ListBuilder<GIdentityFieldsData_smith_smithCertReceived> - get smithCertReceived => _$this._smithCertReceived ??= - new ListBuilder<GIdentityFieldsData_smith_smithCertReceived>(); - set smithCertReceived( - ListBuilder<GIdentityFieldsData_smith_smithCertReceived>? - smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; - - GIdentityFieldsData_smithBuilder() { - GIdentityFieldsData_smith._initializeBuilder(this); - } - - GIdentityFieldsData_smithBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); - _$v = null; - } - return this; - } - - @override - void replace(GIdentityFieldsData_smith other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_smith; - } - - @override - void update(void Function(GIdentityFieldsData_smithBuilder)? updates) { - if (updates != null) updates(this); - } - + final int blockNumber; @override - GIdentityFieldsData_smith build() => _build(); - - _$GIdentityFieldsData_smith _build() { - _$GIdentityFieldsData_smith _$result; - try { - _$result = _$v ?? - new _$GIdentityFieldsData_smith._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_smith', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_smith', 'id'), - forged: BuiltValueNullFieldError.checkNotNull( - forged, r'GIdentityFieldsData_smith', 'forged'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GIdentityFieldsData_smith', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_smith', _$failedField, e.toString()); - } - rethrow; - } - replace(_$result); - return _$result; - } -} - -class _$GIdentityFieldsData_smith_smithCertIssued - extends GIdentityFieldsData_smith_smithCertIssued { + final String? eventId; @override - final String G__typename; + final _i2.GEventTypeEnum? eventType; @override final String id; @override - final String? issuerId; - @override - final String? receiverId; - @override - final int createdOn; + final String? identityId; - factory _$GIdentityFieldsData_smith_smithCertIssued( - [void Function(GIdentityFieldsData_smith_smithCertIssuedBuilder)? + factory _$GAccountFieldsData_identity_membershipHistory( + [void Function(GAccountFieldsData_identity_membershipHistoryBuilder)? updates]) => - (new GIdentityFieldsData_smith_smithCertIssuedBuilder()..update(updates)) + (new GAccountFieldsData_identity_membershipHistoryBuilder() + ..update(updates)) ._build(); - _$GIdentityFieldsData_smith_smithCertIssued._( + _$GAccountFieldsData_identity_membershipHistory._( {required this.G__typename, + required this.blockNumber, + this.eventId, + this.eventType, required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + this.identityId}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_smith_smithCertIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_smith_smithCertIssued', 'id'); + r'GAccountFieldsData_identity_membershipHistory', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountFieldsData_identity_membershipHistory', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentityFieldsData_smith_smithCertIssued', 'createdOn'); + id, r'GAccountFieldsData_identity_membershipHistory', 'id'); } @override - GIdentityFieldsData_smith_smithCertIssued rebuild( - void Function(GIdentityFieldsData_smith_smithCertIssuedBuilder) + GAccountFieldsData_identity_membershipHistory rebuild( + void Function(GAccountFieldsData_identity_membershipHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_smith_smithCertIssuedBuilder toBuilder() => - new GIdentityFieldsData_smith_smithCertIssuedBuilder()..replace(this); + GAccountFieldsData_identity_membershipHistoryBuilder toBuilder() => + new GAccountFieldsData_identity_membershipHistoryBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_smith_smithCertIssued && + return other is GAccountFieldsData_identity_membershipHistory && G__typename == other.G__typename && + blockNumber == other.blockNumber && + eventId == other.eventId && + eventType == other.eventType && id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + identityId == other.identityId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, eventType.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -72390,155 +74096,152 @@ class _$GIdentityFieldsData_smith_smithCertIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_smith_smithCertIssued') + r'GAccountFieldsData_identity_membershipHistory') ..add('G__typename', G__typename) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('eventType', eventType) ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('identityId', identityId)) .toString(); } } -class GIdentityFieldsData_smith_smithCertIssuedBuilder +class GAccountFieldsData_identity_membershipHistoryBuilder implements - Builder<GIdentityFieldsData_smith_smithCertIssued, - GIdentityFieldsData_smith_smithCertIssuedBuilder> { - _$GIdentityFieldsData_smith_smithCertIssued? _$v; + Builder<GAccountFieldsData_identity_membershipHistory, + GAccountFieldsData_identity_membershipHistoryBuilder> { + _$GAccountFieldsData_identity_membershipHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + _i2.GEventTypeEnum? _eventType; + _i2.GEventTypeEnum? get eventType => _$this._eventType; + set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - GIdentityFieldsData_smith_smithCertIssuedBuilder() { - GIdentityFieldsData_smith_smithCertIssued._initializeBuilder(this); + GAccountFieldsData_identity_membershipHistoryBuilder() { + GAccountFieldsData_identity_membershipHistory._initializeBuilder(this); } - GIdentityFieldsData_smith_smithCertIssuedBuilder get _$this { + GAccountFieldsData_identity_membershipHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _eventType = $v.eventType; _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _identityId = $v.identityId; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_smith_smithCertIssued other) { + void replace(GAccountFieldsData_identity_membershipHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_smith_smithCertIssued; + _$v = other as _$GAccountFieldsData_identity_membershipHistory; } @override void update( - void Function(GIdentityFieldsData_smith_smithCertIssuedBuilder)? + void Function(GAccountFieldsData_identity_membershipHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_smith_smithCertIssued build() => _build(); + GAccountFieldsData_identity_membershipHistory build() => _build(); - _$GIdentityFieldsData_smith_smithCertIssued _build() { + _$GAccountFieldsData_identity_membershipHistory _build() { final _$result = _$v ?? - new _$GIdentityFieldsData_smith_smithCertIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_smith_smithCertIssued', 'G__typename'), + new _$GAccountFieldsData_identity_membershipHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_membershipHistory', + 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, + r'GAccountFieldsData_identity_membershipHistory', + 'blockNumber'), + eventId: eventId, + eventType: eventType, id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_smith_smithCertIssued', 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, - r'GIdentityFieldsData_smith_smithCertIssued', 'createdOn')); + id, r'GAccountFieldsData_identity_membershipHistory', 'id'), + identityId: identityId); replace(_$result); return _$result; } } -class _$GIdentityFieldsData_smith_smithCertReceived - extends GIdentityFieldsData_smith_smithCertReceived { +class _$GAccountFieldsData_identity_membershipHistoryAggregate + extends GAccountFieldsData_identity_membershipHistoryAggregate { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override - final int createdOn; + final GAccountFieldsData_identity_membershipHistoryAggregate_aggregate? + aggregate; - factory _$GIdentityFieldsData_smith_smithCertReceived( - [void Function(GIdentityFieldsData_smith_smithCertReceivedBuilder)? + factory _$GAccountFieldsData_identity_membershipHistoryAggregate( + [void Function( + GAccountFieldsData_identity_membershipHistoryAggregateBuilder)? updates]) => - (new GIdentityFieldsData_smith_smithCertReceivedBuilder() + (new GAccountFieldsData_identity_membershipHistoryAggregateBuilder() ..update(updates)) ._build(); - _$GIdentityFieldsData_smith_smithCertReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GAccountFieldsData_identity_membershipHistoryAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_smith_smithCertReceived', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_smith_smithCertReceived', 'id'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GIdentityFieldsData_smith_smithCertReceived', 'createdOn'); + G__typename, + r'GAccountFieldsData_identity_membershipHistoryAggregate', + 'G__typename'); } @override - GIdentityFieldsData_smith_smithCertReceived rebuild( - void Function(GIdentityFieldsData_smith_smithCertReceivedBuilder) + GAccountFieldsData_identity_membershipHistoryAggregate rebuild( + void Function( + GAccountFieldsData_identity_membershipHistoryAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_smith_smithCertReceivedBuilder toBuilder() => - new GIdentityFieldsData_smith_smithCertReceivedBuilder()..replace(this); + GAccountFieldsData_identity_membershipHistoryAggregateBuilder toBuilder() => + new GAccountFieldsData_identity_membershipHistoryAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_smith_smithCertReceived && + return other is GAccountFieldsData_identity_membershipHistoryAggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -72546,586 +74249,530 @@ class _$GIdentityFieldsData_smith_smithCertReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GIdentityFieldsData_smith_smithCertReceived') + r'GAccountFieldsData_identity_membershipHistoryAggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('aggregate', aggregate)) .toString(); } } -class GIdentityFieldsData_smith_smithCertReceivedBuilder +class GAccountFieldsData_identity_membershipHistoryAggregateBuilder implements - Builder<GIdentityFieldsData_smith_smithCertReceived, - GIdentityFieldsData_smith_smithCertReceivedBuilder> { - _$GIdentityFieldsData_smith_smithCertReceived? _$v; + Builder<GAccountFieldsData_identity_membershipHistoryAggregate, + GAccountFieldsData_identity_membershipHistoryAggregateBuilder> { + _$GAccountFieldsData_identity_membershipHistoryAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder? + _aggregate; + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder(); + set aggregate( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GIdentityFieldsData_smith_smithCertReceivedBuilder() { - GIdentityFieldsData_smith_smithCertReceived._initializeBuilder(this); + GAccountFieldsData_identity_membershipHistoryAggregateBuilder() { + GAccountFieldsData_identity_membershipHistoryAggregate._initializeBuilder( + this); } - GIdentityFieldsData_smith_smithCertReceivedBuilder get _$this { + GAccountFieldsData_identity_membershipHistoryAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GIdentityFieldsData_smith_smithCertReceived other) { + void replace(GAccountFieldsData_identity_membershipHistoryAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_smith_smithCertReceived; + _$v = other as _$GAccountFieldsData_identity_membershipHistoryAggregate; } @override void update( - void Function(GIdentityFieldsData_smith_smithCertReceivedBuilder)? + void Function( + GAccountFieldsData_identity_membershipHistoryAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_smith_smithCertReceived build() => _build(); + GAccountFieldsData_identity_membershipHistoryAggregate build() => _build(); - _$GIdentityFieldsData_smith_smithCertReceived _build() { - final _$result = _$v ?? - new _$GIdentityFieldsData_smith_smithCertReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GIdentityFieldsData_smith_smithCertReceived', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_smith_smithCertReceived', 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, - r'GIdentityFieldsData_smith_smithCertReceived', 'createdOn')); + _$GAccountFieldsData_identity_membershipHistoryAggregate _build() { + _$GAccountFieldsData_identity_membershipHistoryAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_identity_membershipHistoryAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_membershipHistoryAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_identity_membershipHistoryAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GIdentityFieldsData_udHistory extends GIdentityFieldsData_udHistory { +class _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate + extends GAccountFieldsData_identity_membershipHistoryAggregate_aggregate { @override final String G__typename; @override - final String id; - @override - final int amount; - @override - final _i2.Gtimestamptz timestamp; + final int count; - factory _$GIdentityFieldsData_udHistory( - [void Function(GIdentityFieldsData_udHistoryBuilder)? updates]) => - (new GIdentityFieldsData_udHistoryBuilder()..update(updates))._build(); + factory _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate( + [void Function( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder)? + updates]) => + (new GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder() + ..update(updates)) + ._build(); - _$GIdentityFieldsData_udHistory._( - {required this.G__typename, - required this.id, - required this.amount, - required this.timestamp}) + _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_udHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_udHistory', 'id'); - BuiltValueNullFieldError.checkNotNull( - amount, r'GIdentityFieldsData_udHistory', 'amount'); + G__typename, + r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - timestamp, r'GIdentityFieldsData_udHistory', 'timestamp'); + count, + r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate', + 'count'); } @override - GIdentityFieldsData_udHistory rebuild( - void Function(GIdentityFieldsData_udHistoryBuilder) updates) => + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate rebuild( + void Function( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GIdentityFieldsData_udHistoryBuilder toBuilder() => - new GIdentityFieldsData_udHistoryBuilder()..replace(this); + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder + toBuilder() => + new GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GIdentityFieldsData_udHistory && + return other + is GAccountFieldsData_identity_membershipHistoryAggregate_aggregate && G__typename == other.G__typename && - id == other.id && - amount == other.amount && - timestamp == other.timestamp; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GIdentityFieldsData_udHistory') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('amount', amount) - ..add('timestamp', timestamp)) + ..add('count', count)) .toString(); } } -class GIdentityFieldsData_udHistoryBuilder +class GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder implements - Builder<GIdentityFieldsData_udHistory, - GIdentityFieldsData_udHistoryBuilder> { - _$GIdentityFieldsData_udHistory? _$v; + Builder< + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate, + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder> { + _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; - - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GIdentityFieldsData_udHistoryBuilder() { - GIdentityFieldsData_udHistory._initializeBuilder(this); + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder() { + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate + ._initializeBuilder(this); } - GIdentityFieldsData_udHistoryBuilder get _$this { + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _amount = $v.amount; - _timestamp = $v.timestamp.toBuilder(); + _count = $v.count; _$v = null; } return this; } @override - void replace(GIdentityFieldsData_udHistory other) { + void replace( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GIdentityFieldsData_udHistory; + _$v = other + as _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate; } @override - void update(void Function(GIdentityFieldsData_udHistoryBuilder)? updates) { + void update( + void Function( + GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GIdentityFieldsData_udHistory build() => _build(); + GAccountFieldsData_identity_membershipHistoryAggregate_aggregate build() => + _build(); - _$GIdentityFieldsData_udHistory _build() { - _$GIdentityFieldsData_udHistory _$result; - try { - _$result = _$v ?? - new _$GIdentityFieldsData_udHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GIdentityFieldsData_udHistory', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GIdentityFieldsData_udHistory', 'id'), - amount: BuiltValueNullFieldError.checkNotNull( - amount, r'GIdentityFieldsData_udHistory', 'amount'), - timestamp: timestamp.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'timestamp'; - timestamp.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GIdentityFieldsData_udHistory', _$failedField, e.toString()); - } - rethrow; - } + _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate + ._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GCommentsIssuedData extends GCommentsIssuedData { +class _$GAccountFieldsData_identity_ownerKeyChange + extends GAccountFieldsData_identity_ownerKeyChange { @override final String G__typename; @override - final String? authorId; + final String id; @override final int blockNumber; @override - final String? eventId; - @override - final String hash; - @override - final String id; + final String? identityId; @override - final String remark; + final String? nextId; @override - final _i2.GCommentTypeEnum? type; + final String? previousId; - factory _$GCommentsIssuedData( - [void Function(GCommentsIssuedDataBuilder)? updates]) => - (new GCommentsIssuedDataBuilder()..update(updates))._build(); + factory _$GAccountFieldsData_identity_ownerKeyChange( + [void Function(GAccountFieldsData_identity_ownerKeyChangeBuilder)? + updates]) => + (new GAccountFieldsData_identity_ownerKeyChangeBuilder()..update(updates)) + ._build(); - _$GCommentsIssuedData._( + _$GAccountFieldsData_identity_ownerKeyChange._( {required this.G__typename, - this.authorId, - required this.blockNumber, - this.eventId, - required this.hash, required this.id, - required this.remark, - this.type}) + required this.blockNumber, + this.identityId, + this.nextId, + this.previousId}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_ownerKeyChange', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GCommentsIssuedData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GCommentsIssuedData', 'blockNumber'); - BuiltValueNullFieldError.checkNotNull(hash, r'GCommentsIssuedData', 'hash'); - BuiltValueNullFieldError.checkNotNull(id, r'GCommentsIssuedData', 'id'); - BuiltValueNullFieldError.checkNotNull( - remark, r'GCommentsIssuedData', 'remark'); + id, r'GAccountFieldsData_identity_ownerKeyChange', 'id'); + BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountFieldsData_identity_ownerKeyChange', 'blockNumber'); } @override - GCommentsIssuedData rebuild( - void Function(GCommentsIssuedDataBuilder) updates) => + GAccountFieldsData_identity_ownerKeyChange rebuild( + void Function(GAccountFieldsData_identity_ownerKeyChangeBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GCommentsIssuedDataBuilder toBuilder() => - new GCommentsIssuedDataBuilder()..replace(this); + GAccountFieldsData_identity_ownerKeyChangeBuilder toBuilder() => + new GAccountFieldsData_identity_ownerKeyChangeBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GCommentsIssuedData && + return other is GAccountFieldsData_identity_ownerKeyChange && G__typename == other.G__typename && - authorId == other.authorId && - blockNumber == other.blockNumber && - eventId == other.eventId && - hash == other.hash && id == other.id && - remark == other.remark && - type == other.type; + blockNumber == other.blockNumber && + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, authorId.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, hash.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, remark.hashCode); - _$hash = $jc(_$hash, type.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GCommentsIssuedData') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_ownerKeyChange') ..add('G__typename', G__typename) - ..add('authorId', authorId) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('hash', hash) ..add('id', id) - ..add('remark', remark) - ..add('type', type)) + ..add('blockNumber', blockNumber) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GCommentsIssuedDataBuilder - implements Builder<GCommentsIssuedData, GCommentsIssuedDataBuilder> { - _$GCommentsIssuedData? _$v; +class GAccountFieldsData_identity_ownerKeyChangeBuilder + implements + Builder<GAccountFieldsData_identity_ownerKeyChange, + GAccountFieldsData_identity_ownerKeyChangeBuilder> { + _$GAccountFieldsData_identity_ownerKeyChange? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _authorId; - String? get authorId => _$this._authorId; - set authorId(String? authorId) => _$this._authorId = authorId; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; int? _blockNumber; int? get blockNumber => _$this._blockNumber; set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; - - String? _hash; - String? get hash => _$this._hash; - set hash(String? hash) => _$this._hash = hash; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; - _i2.GCommentTypeEnum? _type; - _i2.GCommentTypeEnum? get type => _$this._type; - set type(_i2.GCommentTypeEnum? type) => _$this._type = type; + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; - GCommentsIssuedDataBuilder() { - GCommentsIssuedData._initializeBuilder(this); + GAccountFieldsData_identity_ownerKeyChangeBuilder() { + GAccountFieldsData_identity_ownerKeyChange._initializeBuilder(this); } - GCommentsIssuedDataBuilder get _$this { + GAccountFieldsData_identity_ownerKeyChangeBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _authorId = $v.authorId; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _hash = $v.hash; _id = $v.id; - _remark = $v.remark; - _type = $v.type; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GCommentsIssuedData other) { + void replace(GAccountFieldsData_identity_ownerKeyChange other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GCommentsIssuedData; + _$v = other as _$GAccountFieldsData_identity_ownerKeyChange; } @override - void update(void Function(GCommentsIssuedDataBuilder)? updates) { + void update( + void Function(GAccountFieldsData_identity_ownerKeyChangeBuilder)? + updates) { if (updates != null) updates(this); } @override - GCommentsIssuedData build() => _build(); + GAccountFieldsData_identity_ownerKeyChange build() => _build(); - _$GCommentsIssuedData _build() { + _$GAccountFieldsData_identity_ownerKeyChange _build() { final _$result = _$v ?? - new _$GCommentsIssuedData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GCommentsIssuedData', 'G__typename'), - authorId: authorId, - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GCommentsIssuedData', 'blockNumber'), - eventId: eventId, - hash: BuiltValueNullFieldError.checkNotNull( - hash, r'GCommentsIssuedData', 'hash'), + new _$GAccountFieldsData_identity_ownerKeyChange._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_ownerKeyChange', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GCommentsIssuedData', 'id'), - remark: BuiltValueNullFieldError.checkNotNull( - remark, r'GCommentsIssuedData', 'remark'), - type: type); + id, r'GAccountFieldsData_identity_ownerKeyChange', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountFieldsData_identity_ownerKeyChange', 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GAccountBasicFieldsData extends GAccountBasicFieldsData { +class _$GAccountFieldsData_identity_ownerKeyChangeAggregate + extends GAccountFieldsData_identity_ownerKeyChangeAggregate { @override final String G__typename; @override - final int createdOn; - @override - final String id; - @override - final GAccountBasicFieldsData_identity? identity; - @override - final bool isActive; - - factory _$GAccountBasicFieldsData( - [void Function(GAccountBasicFieldsDataBuilder)? updates]) => - (new GAccountBasicFieldsDataBuilder()..update(updates))._build(); + final GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate? + aggregate; - _$GAccountBasicFieldsData._( - {required this.G__typename, - required this.createdOn, - required this.id, - this.identity, - required this.isActive}) + factory _$GAccountFieldsData_identity_ownerKeyChangeAggregate( + [void Function( + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder)? + updates]) => + (new GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder() + ..update(updates)) + ._build(); + + _$GAccountFieldsData_identity_ownerKeyChangeAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountBasicFieldsData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountBasicFieldsData', 'createdOn'); - BuiltValueNullFieldError.checkNotNull(id, r'GAccountBasicFieldsData', 'id'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountBasicFieldsData', 'isActive'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_ownerKeyChangeAggregate', 'G__typename'); } @override - GAccountBasicFieldsData rebuild( - void Function(GAccountBasicFieldsDataBuilder) updates) => + GAccountFieldsData_identity_ownerKeyChangeAggregate rebuild( + void Function( + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountBasicFieldsDataBuilder toBuilder() => - new GAccountBasicFieldsDataBuilder()..replace(this); + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder toBuilder() => + new GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountBasicFieldsData && + return other is GAccountFieldsData_identity_ownerKeyChangeAggregate && G__typename == other.G__typename && - createdOn == other.createdOn && - id == other.id && - identity == other.identity && - isActive == other.isActive; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identity.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountBasicFieldsData') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_ownerKeyChangeAggregate') ..add('G__typename', G__typename) - ..add('createdOn', createdOn) - ..add('id', id) - ..add('identity', identity) - ..add('isActive', isActive)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountBasicFieldsDataBuilder +class GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder implements - Builder<GAccountBasicFieldsData, GAccountBasicFieldsDataBuilder> { - _$GAccountBasicFieldsData? _$v; + Builder<GAccountFieldsData_identity_ownerKeyChangeAggregate, + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder> { + _$GAccountFieldsData_identity_ownerKeyChangeAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - GAccountBasicFieldsData_identityBuilder? _identity; - GAccountBasicFieldsData_identityBuilder get identity => - _$this._identity ??= new GAccountBasicFieldsData_identityBuilder(); - set identity(GAccountBasicFieldsData_identityBuilder? identity) => - _$this._identity = identity; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder? + _aggregate; + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder(); + set aggregate( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountBasicFieldsDataBuilder() { - GAccountBasicFieldsData._initializeBuilder(this); + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder() { + GAccountFieldsData_identity_ownerKeyChangeAggregate._initializeBuilder( + this); } - GAccountBasicFieldsDataBuilder get _$this { + GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _createdOn = $v.createdOn; - _id = $v.id; - _identity = $v.identity?.toBuilder(); - _isActive = $v.isActive; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountBasicFieldsData other) { + void replace(GAccountFieldsData_identity_ownerKeyChangeAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountBasicFieldsData; + _$v = other as _$GAccountFieldsData_identity_ownerKeyChangeAggregate; } @override - void update(void Function(GAccountBasicFieldsDataBuilder)? updates) { + void update( + void Function(GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountBasicFieldsData build() => _build(); + GAccountFieldsData_identity_ownerKeyChangeAggregate build() => _build(); - _$GAccountBasicFieldsData _build() { - _$GAccountBasicFieldsData _$result; + _$GAccountFieldsData_identity_ownerKeyChangeAggregate _build() { + _$GAccountFieldsData_identity_ownerKeyChangeAggregate _$result; try { _$result = _$v ?? - new _$GAccountBasicFieldsData._( + new _$GAccountFieldsData_identity_ownerKeyChangeAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountBasicFieldsData', 'G__typename'), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountBasicFieldsData', 'createdOn'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountBasicFieldsData', 'id'), - identity: _identity?.build(), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountBasicFieldsData', 'isActive')); + G__typename, + r'GAccountFieldsData_identity_ownerKeyChangeAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'identity'; - _identity?.build(); + _$failedField = 'aggregate'; + _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountBasicFieldsData', _$failedField, e.toString()); + r'GAccountFieldsData_identity_ownerKeyChangeAggregate', + _$failedField, + e.toString()); } rethrow; } @@ -73134,553 +74781,356 @@ class GAccountBasicFieldsDataBuilder } } -class _$GAccountBasicFieldsData_identity - extends GAccountBasicFieldsData_identity { +class _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate + extends GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int count; - factory _$GAccountBasicFieldsData_identity( - [void Function(GAccountBasicFieldsData_identityBuilder)? updates]) => - (new GAccountBasicFieldsData_identityBuilder()..update(updates))._build(); + factory _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate( + [void Function( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + updates]) => + (new GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder() + ..update(updates)) + ._build(); - _$GAccountBasicFieldsData_identity._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountBasicFieldsData_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountBasicFieldsData_identity', 'id'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountBasicFieldsData_identity', 'isMember'); + G__typename, + r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate', + 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountBasicFieldsData_identity', 'name'); + count, + r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate', + 'count'); } @override - GAccountBasicFieldsData_identity rebuild( - void Function(GAccountBasicFieldsData_identityBuilder) updates) => + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate rebuild( + void Function( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountBasicFieldsData_identityBuilder toBuilder() => - new GAccountBasicFieldsData_identityBuilder()..replace(this); + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder + toBuilder() => + new GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountBasicFieldsData_identity && + return other + is GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountBasicFieldsData_identity') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('count', count)) .toString(); } } -class GAccountBasicFieldsData_identityBuilder +class GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder implements - Builder<GAccountBasicFieldsData_identity, - GAccountBasicFieldsData_identityBuilder> { - _$GAccountBasicFieldsData_identity? _$v; + Builder<GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate, + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder> { + _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GAccountBasicFieldsData_identityBuilder() { - GAccountBasicFieldsData_identity._initializeBuilder(this); + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder() { + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate + ._initializeBuilder(this); } - GAccountBasicFieldsData_identityBuilder get _$this { + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountBasicFieldsData_identity other) { + void replace( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountBasicFieldsData_identity; + _$v = other + as _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate; } @override - void update(void Function(GAccountBasicFieldsData_identityBuilder)? updates) { + void update( + void Function( + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountBasicFieldsData_identity build() => _build(); + GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate build() => + _build(); - _$GAccountBasicFieldsData_identity _build() { + _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountBasicFieldsData_identity._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountBasicFieldsData_identity', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountBasicFieldsData_identity', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountBasicFieldsData_identity', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GAccountBasicFieldsData_identity', 'name')); + new _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate', + 'count')); replace(_$result); return _$result; } } -class _$GAccountFieldsData extends GAccountFieldsData { +class _$GAccountFieldsData_identity_smith + extends GAccountFieldsData_identity_smith { @override final String G__typename; @override - final BuiltList<GAccountFieldsData_commentsIssued> commentsIssued; - @override - final GAccountFieldsData_commentsIssuedAggregate commentsIssuedAggregate; - @override - final int createdOn; - @override final String id; @override - final GAccountFieldsData_identity? identity; - @override - final bool isActive; - @override - final GAccountFieldsData_linkedIdentity? linkedIdentity; - @override - final BuiltList<GAccountFieldsData_removedIdentities> removedIdentities; - @override - final GAccountFieldsData_removedIdentitiesAggregate - removedIdentitiesAggregate; - @override - final BuiltList<GAccountFieldsData_transfersIssued> transfersIssued; + final int forged; @override - final GAccountFieldsData_transfersIssuedAggregate transfersIssuedAggregate; + final int index; @override - final BuiltList<GAccountFieldsData_transfersReceived> transfersReceived; + final int? lastChanged; @override - final GAccountFieldsData_transfersReceivedAggregate - transfersReceivedAggregate; + final int? lastForged; @override - final BuiltList<GAccountFieldsData_wasIdentity> wasIdentity; + final BuiltList<GAccountFieldsData_identity_smith_smithCertIssued> + smithCertIssued; @override - final GAccountFieldsData_wasIdentityAggregate wasIdentityAggregate; + final BuiltList<GAccountFieldsData_identity_smith_smithCertReceived> + smithCertReceived; - factory _$GAccountFieldsData( - [void Function(GAccountFieldsDataBuilder)? updates]) => - (new GAccountFieldsDataBuilder()..update(updates))._build(); + factory _$GAccountFieldsData_identity_smith( + [void Function(GAccountFieldsData_identity_smithBuilder)? updates]) => + (new GAccountFieldsData_identity_smithBuilder()..update(updates)) + ._build(); - _$GAccountFieldsData._( + _$GAccountFieldsData_identity_smith._( {required this.G__typename, - required this.commentsIssued, - required this.commentsIssuedAggregate, - required this.createdOn, required this.id, - this.identity, - required this.isActive, - this.linkedIdentity, - required this.removedIdentities, - required this.removedIdentitiesAggregate, - required this.transfersIssued, - required this.transfersIssuedAggregate, - required this.transfersReceived, - required this.transfersReceivedAggregate, - required this.wasIdentity, - required this.wasIdentityAggregate}) + required this.forged, + required this.index, + this.lastChanged, + this.lastForged, + required this.smithCertIssued, + required this.smithCertReceived}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - commentsIssued, r'GAccountFieldsData', 'commentsIssued'); - BuiltValueNullFieldError.checkNotNull(commentsIssuedAggregate, - r'GAccountFieldsData', 'commentsIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountFieldsData', 'createdOn'); - BuiltValueNullFieldError.checkNotNull(id, r'GAccountFieldsData', 'id'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountFieldsData', 'isActive'); - BuiltValueNullFieldError.checkNotNull( - removedIdentities, r'GAccountFieldsData', 'removedIdentities'); - BuiltValueNullFieldError.checkNotNull(removedIdentitiesAggregate, - r'GAccountFieldsData', 'removedIdentitiesAggregate'); - BuiltValueNullFieldError.checkNotNull( - transfersIssued, r'GAccountFieldsData', 'transfersIssued'); - BuiltValueNullFieldError.checkNotNull(transfersIssuedAggregate, - r'GAccountFieldsData', 'transfersIssuedAggregate'); + G__typename, r'GAccountFieldsData_identity_smith', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - transfersReceived, r'GAccountFieldsData', 'transfersReceived'); - BuiltValueNullFieldError.checkNotNull(transfersReceivedAggregate, - r'GAccountFieldsData', 'transfersReceivedAggregate'); + id, r'GAccountFieldsData_identity_smith', 'id'); BuiltValueNullFieldError.checkNotNull( - wasIdentity, r'GAccountFieldsData', 'wasIdentity'); + forged, r'GAccountFieldsData_identity_smith', 'forged'); BuiltValueNullFieldError.checkNotNull( - wasIdentityAggregate, r'GAccountFieldsData', 'wasIdentityAggregate'); + index, r'GAccountFieldsData_identity_smith', 'index'); + BuiltValueNullFieldError.checkNotNull(smithCertIssued, + r'GAccountFieldsData_identity_smith', 'smithCertIssued'); + BuiltValueNullFieldError.checkNotNull(smithCertReceived, + r'GAccountFieldsData_identity_smith', 'smithCertReceived'); } @override - GAccountFieldsData rebuild( - void Function(GAccountFieldsDataBuilder) updates) => + GAccountFieldsData_identity_smith rebuild( + void Function(GAccountFieldsData_identity_smithBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsDataBuilder toBuilder() => - new GAccountFieldsDataBuilder()..replace(this); + GAccountFieldsData_identity_smithBuilder toBuilder() => + new GAccountFieldsData_identity_smithBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData && + return other is GAccountFieldsData_identity_smith && G__typename == other.G__typename && - commentsIssued == other.commentsIssued && - commentsIssuedAggregate == other.commentsIssuedAggregate && - createdOn == other.createdOn && id == other.id && - identity == other.identity && - isActive == other.isActive && - linkedIdentity == other.linkedIdentity && - removedIdentities == other.removedIdentities && - removedIdentitiesAggregate == other.removedIdentitiesAggregate && - transfersIssued == other.transfersIssued && - transfersIssuedAggregate == other.transfersIssuedAggregate && - transfersReceived == other.transfersReceived && - transfersReceivedAggregate == other.transfersReceivedAggregate && - wasIdentity == other.wasIdentity && - wasIdentityAggregate == other.wasIdentityAggregate; + forged == other.forged && + index == other.index && + lastChanged == other.lastChanged && + lastForged == other.lastForged && + smithCertIssued == other.smithCertIssued && + smithCertReceived == other.smithCertReceived; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, commentsIssued.hashCode); - _$hash = $jc(_$hash, commentsIssuedAggregate.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identity.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, linkedIdentity.hashCode); - _$hash = $jc(_$hash, removedIdentities.hashCode); - _$hash = $jc(_$hash, removedIdentitiesAggregate.hashCode); - _$hash = $jc(_$hash, transfersIssued.hashCode); - _$hash = $jc(_$hash, transfersIssuedAggregate.hashCode); - _$hash = $jc(_$hash, transfersReceived.hashCode); - _$hash = $jc(_$hash, transfersReceivedAggregate.hashCode); - _$hash = $jc(_$hash, wasIdentity.hashCode); - _$hash = $jc(_$hash, wasIdentityAggregate.hashCode); + _$hash = $jc(_$hash, forged.hashCode); + _$hash = $jc(_$hash, index.hashCode); + _$hash = $jc(_$hash, lastChanged.hashCode); + _$hash = $jc(_$hash, lastForged.hashCode); + _$hash = $jc(_$hash, smithCertIssued.hashCode); + _$hash = $jc(_$hash, smithCertReceived.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_identity_smith') ..add('G__typename', G__typename) - ..add('commentsIssued', commentsIssued) - ..add('commentsIssuedAggregate', commentsIssuedAggregate) - ..add('createdOn', createdOn) ..add('id', id) - ..add('identity', identity) - ..add('isActive', isActive) - ..add('linkedIdentity', linkedIdentity) - ..add('removedIdentities', removedIdentities) - ..add('removedIdentitiesAggregate', removedIdentitiesAggregate) - ..add('transfersIssued', transfersIssued) - ..add('transfersIssuedAggregate', transfersIssuedAggregate) - ..add('transfersReceived', transfersReceived) - ..add('transfersReceivedAggregate', transfersReceivedAggregate) - ..add('wasIdentity', wasIdentity) - ..add('wasIdentityAggregate', wasIdentityAggregate)) + ..add('forged', forged) + ..add('index', index) + ..add('lastChanged', lastChanged) + ..add('lastForged', lastForged) + ..add('smithCertIssued', smithCertIssued) + ..add('smithCertReceived', smithCertReceived)) .toString(); } } -class GAccountFieldsDataBuilder - implements Builder<GAccountFieldsData, GAccountFieldsDataBuilder> { - _$GAccountFieldsData? _$v; +class GAccountFieldsData_identity_smithBuilder + implements + Builder<GAccountFieldsData_identity_smith, + GAccountFieldsData_identity_smithBuilder> { + _$GAccountFieldsData_identity_smith? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - ListBuilder<GAccountFieldsData_commentsIssued>? _commentsIssued; - ListBuilder<GAccountFieldsData_commentsIssued> get commentsIssued => - _$this._commentsIssued ??= - new ListBuilder<GAccountFieldsData_commentsIssued>(); - set commentsIssued( - ListBuilder<GAccountFieldsData_commentsIssued>? commentsIssued) => - _$this._commentsIssued = commentsIssued; - - GAccountFieldsData_commentsIssuedAggregateBuilder? _commentsIssuedAggregate; - GAccountFieldsData_commentsIssuedAggregateBuilder - get commentsIssuedAggregate => _$this._commentsIssuedAggregate ??= - new GAccountFieldsData_commentsIssuedAggregateBuilder(); - set commentsIssuedAggregate( - GAccountFieldsData_commentsIssuedAggregateBuilder? - commentsIssuedAggregate) => - _$this._commentsIssuedAggregate = commentsIssuedAggregate; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - GAccountFieldsData_identityBuilder? _identity; - GAccountFieldsData_identityBuilder get identity => - _$this._identity ??= new GAccountFieldsData_identityBuilder(); - set identity(GAccountFieldsData_identityBuilder? identity) => - _$this._identity = identity; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - GAccountFieldsData_linkedIdentityBuilder? _linkedIdentity; - GAccountFieldsData_linkedIdentityBuilder get linkedIdentity => - _$this._linkedIdentity ??= new GAccountFieldsData_linkedIdentityBuilder(); - set linkedIdentity( - GAccountFieldsData_linkedIdentityBuilder? linkedIdentity) => - _$this._linkedIdentity = linkedIdentity; - - ListBuilder<GAccountFieldsData_removedIdentities>? _removedIdentities; - ListBuilder<GAccountFieldsData_removedIdentities> get removedIdentities => - _$this._removedIdentities ??= - new ListBuilder<GAccountFieldsData_removedIdentities>(); - set removedIdentities( - ListBuilder<GAccountFieldsData_removedIdentities>? - removedIdentities) => - _$this._removedIdentities = removedIdentities; - - GAccountFieldsData_removedIdentitiesAggregateBuilder? - _removedIdentitiesAggregate; - GAccountFieldsData_removedIdentitiesAggregateBuilder - get removedIdentitiesAggregate => _$this._removedIdentitiesAggregate ??= - new GAccountFieldsData_removedIdentitiesAggregateBuilder(); - set removedIdentitiesAggregate( - GAccountFieldsData_removedIdentitiesAggregateBuilder? - removedIdentitiesAggregate) => - _$this._removedIdentitiesAggregate = removedIdentitiesAggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - ListBuilder<GAccountFieldsData_transfersIssued>? _transfersIssued; - ListBuilder<GAccountFieldsData_transfersIssued> get transfersIssued => - _$this._transfersIssued ??= - new ListBuilder<GAccountFieldsData_transfersIssued>(); - set transfersIssued( - ListBuilder<GAccountFieldsData_transfersIssued>? transfersIssued) => - _$this._transfersIssued = transfersIssued; + int? _forged; + int? get forged => _$this._forged; + set forged(int? forged) => _$this._forged = forged; - GAccountFieldsData_transfersIssuedAggregateBuilder? _transfersIssuedAggregate; - GAccountFieldsData_transfersIssuedAggregateBuilder - get transfersIssuedAggregate => _$this._transfersIssuedAggregate ??= - new GAccountFieldsData_transfersIssuedAggregateBuilder(); - set transfersIssuedAggregate( - GAccountFieldsData_transfersIssuedAggregateBuilder? - transfersIssuedAggregate) => - _$this._transfersIssuedAggregate = transfersIssuedAggregate; + int? _index; + int? get index => _$this._index; + set index(int? index) => _$this._index = index; - ListBuilder<GAccountFieldsData_transfersReceived>? _transfersReceived; - ListBuilder<GAccountFieldsData_transfersReceived> get transfersReceived => - _$this._transfersReceived ??= - new ListBuilder<GAccountFieldsData_transfersReceived>(); - set transfersReceived( - ListBuilder<GAccountFieldsData_transfersReceived>? - transfersReceived) => - _$this._transfersReceived = transfersReceived; + int? _lastChanged; + int? get lastChanged => _$this._lastChanged; + set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; - GAccountFieldsData_transfersReceivedAggregateBuilder? - _transfersReceivedAggregate; - GAccountFieldsData_transfersReceivedAggregateBuilder - get transfersReceivedAggregate => _$this._transfersReceivedAggregate ??= - new GAccountFieldsData_transfersReceivedAggregateBuilder(); - set transfersReceivedAggregate( - GAccountFieldsData_transfersReceivedAggregateBuilder? - transfersReceivedAggregate) => - _$this._transfersReceivedAggregate = transfersReceivedAggregate; + int? _lastForged; + int? get lastForged => _$this._lastForged; + set lastForged(int? lastForged) => _$this._lastForged = lastForged; - ListBuilder<GAccountFieldsData_wasIdentity>? _wasIdentity; - ListBuilder<GAccountFieldsData_wasIdentity> get wasIdentity => - _$this._wasIdentity ??= new ListBuilder<GAccountFieldsData_wasIdentity>(); - set wasIdentity(ListBuilder<GAccountFieldsData_wasIdentity>? wasIdentity) => - _$this._wasIdentity = wasIdentity; + ListBuilder<GAccountFieldsData_identity_smith_smithCertIssued>? + _smithCertIssued; + ListBuilder<GAccountFieldsData_identity_smith_smithCertIssued> + get smithCertIssued => _$this._smithCertIssued ??= + new ListBuilder<GAccountFieldsData_identity_smith_smithCertIssued>(); + set smithCertIssued( + ListBuilder<GAccountFieldsData_identity_smith_smithCertIssued>? + smithCertIssued) => + _$this._smithCertIssued = smithCertIssued; - GAccountFieldsData_wasIdentityAggregateBuilder? _wasIdentityAggregate; - GAccountFieldsData_wasIdentityAggregateBuilder get wasIdentityAggregate => - _$this._wasIdentityAggregate ??= - new GAccountFieldsData_wasIdentityAggregateBuilder(); - set wasIdentityAggregate( - GAccountFieldsData_wasIdentityAggregateBuilder? - wasIdentityAggregate) => - _$this._wasIdentityAggregate = wasIdentityAggregate; + ListBuilder<GAccountFieldsData_identity_smith_smithCertReceived>? + _smithCertReceived; + ListBuilder<GAccountFieldsData_identity_smith_smithCertReceived> + get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< + GAccountFieldsData_identity_smith_smithCertReceived>(); + set smithCertReceived( + ListBuilder<GAccountFieldsData_identity_smith_smithCertReceived>? + smithCertReceived) => + _$this._smithCertReceived = smithCertReceived; - GAccountFieldsDataBuilder() { - GAccountFieldsData._initializeBuilder(this); + GAccountFieldsData_identity_smithBuilder() { + GAccountFieldsData_identity_smith._initializeBuilder(this); } - GAccountFieldsDataBuilder get _$this { + GAccountFieldsData_identity_smithBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _commentsIssued = $v.commentsIssued.toBuilder(); - _commentsIssuedAggregate = $v.commentsIssuedAggregate.toBuilder(); - _createdOn = $v.createdOn; _id = $v.id; - _identity = $v.identity?.toBuilder(); - _isActive = $v.isActive; - _linkedIdentity = $v.linkedIdentity?.toBuilder(); - _removedIdentities = $v.removedIdentities.toBuilder(); - _removedIdentitiesAggregate = $v.removedIdentitiesAggregate.toBuilder(); - _transfersIssued = $v.transfersIssued.toBuilder(); - _transfersIssuedAggregate = $v.transfersIssuedAggregate.toBuilder(); - _transfersReceived = $v.transfersReceived.toBuilder(); - _transfersReceivedAggregate = $v.transfersReceivedAggregate.toBuilder(); - _wasIdentity = $v.wasIdentity.toBuilder(); - _wasIdentityAggregate = $v.wasIdentityAggregate.toBuilder(); + _forged = $v.forged; + _index = $v.index; + _lastChanged = $v.lastChanged; + _lastForged = $v.lastForged; + _smithCertIssued = $v.smithCertIssued.toBuilder(); + _smithCertReceived = $v.smithCertReceived.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountFieldsData other) { + void replace(GAccountFieldsData_identity_smith other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData; + _$v = other as _$GAccountFieldsData_identity_smith; } @override - void update(void Function(GAccountFieldsDataBuilder)? updates) { + void update( + void Function(GAccountFieldsData_identity_smithBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData build() => _build(); + GAccountFieldsData_identity_smith build() => _build(); - _$GAccountFieldsData _build() { - _$GAccountFieldsData _$result; + _$GAccountFieldsData_identity_smith _build() { + _$GAccountFieldsData_identity_smith _$result; try { _$result = _$v ?? - new _$GAccountFieldsData._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData', 'G__typename'), - commentsIssued: commentsIssued.build(), - commentsIssuedAggregate: commentsIssuedAggregate.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountFieldsData', 'createdOn'), + new _$GAccountFieldsData_identity_smith._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_smith', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData', 'id'), - identity: _identity?.build(), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountFieldsData', 'isActive'), - linkedIdentity: _linkedIdentity?.build(), - removedIdentities: removedIdentities.build(), - removedIdentitiesAggregate: removedIdentitiesAggregate.build(), - transfersIssued: transfersIssued.build(), - transfersIssuedAggregate: transfersIssuedAggregate.build(), - transfersReceived: transfersReceived.build(), - transfersReceivedAggregate: transfersReceivedAggregate.build(), - wasIdentity: wasIdentity.build(), - wasIdentityAggregate: wasIdentityAggregate.build()); + id, r'GAccountFieldsData_identity_smith', 'id'), + forged: BuiltValueNullFieldError.checkNotNull( + forged, r'GAccountFieldsData_identity_smith', 'forged'), + index: BuiltValueNullFieldError.checkNotNull( + index, r'GAccountFieldsData_identity_smith', 'index'), + lastChanged: lastChanged, + lastForged: lastForged, + smithCertIssued: smithCertIssued.build(), + smithCertReceived: smithCertReceived.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'commentsIssued'; - commentsIssued.build(); - _$failedField = 'commentsIssuedAggregate'; - commentsIssuedAggregate.build(); - - _$failedField = 'identity'; - _identity?.build(); - - _$failedField = 'linkedIdentity'; - _linkedIdentity?.build(); - _$failedField = 'removedIdentities'; - removedIdentities.build(); - _$failedField = 'removedIdentitiesAggregate'; - removedIdentitiesAggregate.build(); - _$failedField = 'transfersIssued'; - transfersIssued.build(); - _$failedField = 'transfersIssuedAggregate'; - transfersIssuedAggregate.build(); - _$failedField = 'transfersReceived'; - transfersReceived.build(); - _$failedField = 'transfersReceivedAggregate'; - transfersReceivedAggregate.build(); - _$failedField = 'wasIdentity'; - wasIdentity.build(); - _$failedField = 'wasIdentityAggregate'; - wasIdentityAggregate.build(); + _$failedField = 'smithCertIssued'; + smithCertIssued.build(); + _$failedField = 'smithCertReceived'; + smithCertReceived.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData', _$failedField, e.toString()); + r'GAccountFieldsData_identity_smith', _$failedField, e.toString()); } rethrow; } @@ -73689,242 +75139,236 @@ class GAccountFieldsDataBuilder } } -class _$GAccountFieldsData_commentsIssued - extends GAccountFieldsData_commentsIssued { +class _$GAccountFieldsData_identity_smith_smithCertIssued + extends GAccountFieldsData_identity_smith_smithCertIssued { @override final String G__typename; @override - final String? authorId; - @override - final int blockNumber; - @override - final String? eventId; - @override - final String hash; - @override final String id; @override - final String remark; + final String? issuerId; @override - final _i2.GCommentTypeEnum? type; + final String? receiverId; + @override + final int createdOn; - factory _$GAccountFieldsData_commentsIssued( - [void Function(GAccountFieldsData_commentsIssuedBuilder)? updates]) => - (new GAccountFieldsData_commentsIssuedBuilder()..update(updates)) + factory _$GAccountFieldsData_identity_smith_smithCertIssued( + [void Function( + GAccountFieldsData_identity_smith_smithCertIssuedBuilder)? + updates]) => + (new GAccountFieldsData_identity_smith_smithCertIssuedBuilder() + ..update(updates)) ._build(); - _$GAccountFieldsData_commentsIssued._( + _$GAccountFieldsData_identity_smith_smithCertIssued._( {required this.G__typename, - this.authorId, - required this.blockNumber, - this.eventId, - required this.hash, required this.id, - required this.remark, - this.type}) + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_smith_smithCertIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_commentsIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GAccountFieldsData_commentsIssued', 'blockNumber'); - BuiltValueNullFieldError.checkNotNull( - hash, r'GAccountFieldsData_commentsIssued', 'hash'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_commentsIssued', 'id'); - BuiltValueNullFieldError.checkNotNull( - remark, r'GAccountFieldsData_commentsIssued', 'remark'); + id, r'GAccountFieldsData_identity_smith_smithCertIssued', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountFieldsData_identity_smith_smithCertIssued', 'createdOn'); } @override - GAccountFieldsData_commentsIssued rebuild( - void Function(GAccountFieldsData_commentsIssuedBuilder) updates) => + GAccountFieldsData_identity_smith_smithCertIssued rebuild( + void Function( + GAccountFieldsData_identity_smith_smithCertIssuedBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_commentsIssuedBuilder toBuilder() => - new GAccountFieldsData_commentsIssuedBuilder()..replace(this); + GAccountFieldsData_identity_smith_smithCertIssuedBuilder toBuilder() => + new GAccountFieldsData_identity_smith_smithCertIssuedBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_commentsIssued && + return other is GAccountFieldsData_identity_smith_smithCertIssued && G__typename == other.G__typename && - authorId == other.authorId && - blockNumber == other.blockNumber && - eventId == other.eventId && - hash == other.hash && id == other.id && - remark == other.remark && - type == other.type; + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, authorId.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, hash.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, remark.hashCode); - _$hash = $jc(_$hash, type.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData_commentsIssued') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_identity_smith_smithCertIssued') ..add('G__typename', G__typename) - ..add('authorId', authorId) - ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('hash', hash) ..add('id', id) - ..add('remark', remark) - ..add('type', type)) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountFieldsData_commentsIssuedBuilder +class GAccountFieldsData_identity_smith_smithCertIssuedBuilder implements - Builder<GAccountFieldsData_commentsIssued, - GAccountFieldsData_commentsIssuedBuilder> { - _$GAccountFieldsData_commentsIssued? _$v; + Builder<GAccountFieldsData_identity_smith_smithCertIssued, + GAccountFieldsData_identity_smith_smithCertIssuedBuilder> { + _$GAccountFieldsData_identity_smith_smithCertIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _authorId; - String? get authorId => _$this._authorId; - set authorId(String? authorId) => _$this._authorId = authorId; - - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; - - String? _hash; - String? get hash => _$this._hash; - set hash(String? hash) => _$this._hash = hash; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; - _i2.GCommentTypeEnum? _type; - _i2.GCommentTypeEnum? get type => _$this._type; - set type(_i2.GCommentTypeEnum? type) => _$this._type = type; + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; - GAccountFieldsData_commentsIssuedBuilder() { - GAccountFieldsData_commentsIssued._initializeBuilder(this); + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GAccountFieldsData_identity_smith_smithCertIssuedBuilder() { + GAccountFieldsData_identity_smith_smithCertIssued._initializeBuilder(this); } - GAccountFieldsData_commentsIssuedBuilder get _$this { + GAccountFieldsData_identity_smith_smithCertIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _authorId = $v.authorId; - _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _hash = $v.hash; _id = $v.id; - _remark = $v.remark; - _type = $v.type; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GAccountFieldsData_commentsIssued other) { + void replace(GAccountFieldsData_identity_smith_smithCertIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_commentsIssued; + _$v = other as _$GAccountFieldsData_identity_smith_smithCertIssued; } @override void update( - void Function(GAccountFieldsData_commentsIssuedBuilder)? updates) { + void Function(GAccountFieldsData_identity_smith_smithCertIssuedBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_commentsIssued build() => _build(); + GAccountFieldsData_identity_smith_smithCertIssued build() => _build(); - _$GAccountFieldsData_commentsIssued _build() { + _$GAccountFieldsData_identity_smith_smithCertIssued _build() { final _$result = _$v ?? - new _$GAccountFieldsData_commentsIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_commentsIssued', 'G__typename'), - authorId: authorId, - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountFieldsData_commentsIssued', 'blockNumber'), - eventId: eventId, - hash: BuiltValueNullFieldError.checkNotNull( - hash, r'GAccountFieldsData_commentsIssued', 'hash'), + new _$GAccountFieldsData_identity_smith_smithCertIssued._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_smith_smithCertIssued', + 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_commentsIssued', 'id'), - remark: BuiltValueNullFieldError.checkNotNull( - remark, r'GAccountFieldsData_commentsIssued', 'remark'), - type: type); + id, r'GAccountFieldsData_identity_smith_smithCertIssued', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountFieldsData_identity_smith_smithCertIssued', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_commentsIssuedAggregate - extends GAccountFieldsData_commentsIssuedAggregate { +class _$GAccountFieldsData_identity_smith_smithCertReceived + extends GAccountFieldsData_identity_smith_smithCertReceived { @override final String G__typename; @override - final GAccountFieldsData_commentsIssuedAggregate_aggregate? aggregate; + final String id; + @override + final String? issuerId; + @override + final String? receiverId; + @override + final int createdOn; - factory _$GAccountFieldsData_commentsIssuedAggregate( - [void Function(GAccountFieldsData_commentsIssuedAggregateBuilder)? + factory _$GAccountFieldsData_identity_smith_smithCertReceived( + [void Function( + GAccountFieldsData_identity_smith_smithCertReceivedBuilder)? updates]) => - (new GAccountFieldsData_commentsIssuedAggregateBuilder()..update(updates)) + (new GAccountFieldsData_identity_smith_smithCertReceivedBuilder() + ..update(updates)) ._build(); - _$GAccountFieldsData_commentsIssuedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountFieldsData_identity_smith_smithCertReceived._( + {required this.G__typename, + required this.id, + this.issuerId, + this.receiverId, + required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_commentsIssuedAggregate', 'G__typename'); + r'GAccountFieldsData_identity_smith_smithCertReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_smith_smithCertReceived', 'id'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountFieldsData_identity_smith_smithCertReceived', 'createdOn'); } @override - GAccountFieldsData_commentsIssuedAggregate rebuild( - void Function(GAccountFieldsData_commentsIssuedAggregateBuilder) + GAccountFieldsData_identity_smith_smithCertReceived rebuild( + void Function( + GAccountFieldsData_identity_smith_smithCertReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_commentsIssuedAggregateBuilder toBuilder() => - new GAccountFieldsData_commentsIssuedAggregateBuilder()..replace(this); + GAccountFieldsData_identity_smith_smithCertReceivedBuilder toBuilder() => + new GAccountFieldsData_identity_smith_smithCertReceivedBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_commentsIssuedAggregate && + return other is GAccountFieldsData_identity_smith_smithCertReceived && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id && + issuerId == other.issuerId && + receiverId == other.receiverId && + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, issuerId.hashCode); + _$hash = $jc(_$hash, receiverId.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -73932,137 +75376,156 @@ class _$GAccountFieldsData_commentsIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_commentsIssuedAggregate') + r'GAccountFieldsData_identity_smith_smithCertReceived') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id) + ..add('issuerId', issuerId) + ..add('receiverId', receiverId) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountFieldsData_commentsIssuedAggregateBuilder +class GAccountFieldsData_identity_smith_smithCertReceivedBuilder implements - Builder<GAccountFieldsData_commentsIssuedAggregate, - GAccountFieldsData_commentsIssuedAggregateBuilder> { - _$GAccountFieldsData_commentsIssuedAggregate? _$v; + Builder<GAccountFieldsData_identity_smith_smithCertReceived, + GAccountFieldsData_identity_smith_smithCertReceivedBuilder> { + _$GAccountFieldsData_identity_smith_smithCertReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder? _aggregate; - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder get aggregate => - _$this._aggregate ??= - new GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder(); - set aggregate( - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountFieldsData_commentsIssuedAggregateBuilder() { - GAccountFieldsData_commentsIssuedAggregate._initializeBuilder(this); + String? _issuerId; + String? get issuerId => _$this._issuerId; + set issuerId(String? issuerId) => _$this._issuerId = issuerId; + + String? _receiverId; + String? get receiverId => _$this._receiverId; + set receiverId(String? receiverId) => _$this._receiverId = receiverId; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; + + GAccountFieldsData_identity_smith_smithCertReceivedBuilder() { + GAccountFieldsData_identity_smith_smithCertReceived._initializeBuilder( + this); } - GAccountFieldsData_commentsIssuedAggregateBuilder get _$this { + GAccountFieldsData_identity_smith_smithCertReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; + _issuerId = $v.issuerId; + _receiverId = $v.receiverId; + _createdOn = $v.createdOn; _$v = null; } return this; - } - - @override - void replace(GAccountFieldsData_commentsIssuedAggregate other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_commentsIssuedAggregate; - } - - @override - void update( - void Function(GAccountFieldsData_commentsIssuedAggregateBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GAccountFieldsData_commentsIssuedAggregate build() => _build(); - - _$GAccountFieldsData_commentsIssuedAggregate _build() { - _$GAccountFieldsData_commentsIssuedAggregate _$result; - try { - _$result = _$v ?? - new _$GAccountFieldsData_commentsIssuedAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_commentsIssuedAggregate', 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_commentsIssuedAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + } + + @override + void replace(GAccountFieldsData_identity_smith_smithCertReceived other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountFieldsData_identity_smith_smithCertReceived; + } + + @override + void update( + void Function(GAccountFieldsData_identity_smith_smithCertReceivedBuilder)? + updates) { + if (updates != null) updates(this); + } + + @override + GAccountFieldsData_identity_smith_smithCertReceived build() => _build(); + + _$GAccountFieldsData_identity_smith_smithCertReceived _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_identity_smith_smithCertReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_identity_smith_smithCertReceived', + 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull(id, + r'GAccountFieldsData_identity_smith_smithCertReceived', 'id'), + issuerId: issuerId, + receiverId: receiverId, + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, + r'GAccountFieldsData_identity_smith_smithCertReceived', + 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_commentsIssuedAggregate_aggregate - extends GAccountFieldsData_commentsIssuedAggregate_aggregate { +class _$GAccountFieldsData_identity_udHistory + extends GAccountFieldsData_identity_udHistory { @override final String G__typename; @override - final int count; + final String id; + @override + final int amount; + @override + final _i2.Gtimestamptz timestamp; - factory _$GAccountFieldsData_commentsIssuedAggregate_aggregate( - [void Function( - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder)? + factory _$GAccountFieldsData_identity_udHistory( + [void Function(GAccountFieldsData_identity_udHistoryBuilder)? updates]) => - (new GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder() - ..update(updates)) + (new GAccountFieldsData_identity_udHistoryBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_commentsIssuedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountFieldsData_identity_udHistory._( + {required this.G__typename, + required this.id, + required this.amount, + required this.timestamp}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_commentsIssuedAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(count, - r'GAccountFieldsData_commentsIssuedAggregate_aggregate', 'count'); + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountFieldsData_identity_udHistory', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_udHistory', 'id'); + BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountFieldsData_identity_udHistory', 'amount'); + BuiltValueNullFieldError.checkNotNull( + timestamp, r'GAccountFieldsData_identity_udHistory', 'timestamp'); } @override - GAccountFieldsData_commentsIssuedAggregate_aggregate rebuild( - void Function( - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder) + GAccountFieldsData_identity_udHistory rebuild( + void Function(GAccountFieldsData_identity_udHistoryBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder toBuilder() => - new GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_identity_udHistoryBuilder toBuilder() => + new GAccountFieldsData_identity_udHistoryBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_commentsIssuedAggregate_aggregate && + return other is GAccountFieldsData_identity_udHistory && G__typename == other.G__typename && - count == other.count; + id == other.id && + amount == other.amount && + timestamp == other.timestamp; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -74070,234 +75533,167 @@ class _$GAccountFieldsData_commentsIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_commentsIssuedAggregate_aggregate') + r'GAccountFieldsData_identity_udHistory') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id) + ..add('amount', amount) + ..add('timestamp', timestamp)) .toString(); } } -class GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder +class GAccountFieldsData_identity_udHistoryBuilder implements - Builder<GAccountFieldsData_commentsIssuedAggregate_aggregate, - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder> { - _$GAccountFieldsData_commentsIssuedAggregate_aggregate? _$v; + Builder<GAccountFieldsData_identity_udHistory, + GAccountFieldsData_identity_udHistoryBuilder> { + _$GAccountFieldsData_identity_udHistory? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder() { - GAccountFieldsData_commentsIssuedAggregate_aggregate._initializeBuilder( - this); + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; + + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; + + GAccountFieldsData_identity_udHistoryBuilder() { + GAccountFieldsData_identity_udHistory._initializeBuilder(this); } - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder get _$this { + GAccountFieldsData_identity_udHistoryBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; + _amount = $v.amount; + _timestamp = $v.timestamp.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountFieldsData_commentsIssuedAggregate_aggregate other) { + void replace(GAccountFieldsData_identity_udHistory other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_commentsIssuedAggregate_aggregate; + _$v = other as _$GAccountFieldsData_identity_udHistory; } @override void update( - void Function( - GAccountFieldsData_commentsIssuedAggregate_aggregateBuilder)? - updates) { + void Function(GAccountFieldsData_identity_udHistoryBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_commentsIssuedAggregate_aggregate build() => _build(); + GAccountFieldsData_identity_udHistory build() => _build(); - _$GAccountFieldsData_commentsIssuedAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_commentsIssuedAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_commentsIssuedAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_commentsIssuedAggregate_aggregate', - 'count')); + _$GAccountFieldsData_identity_udHistory _build() { + _$GAccountFieldsData_identity_udHistory _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_identity_udHistory._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_identity_udHistory', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_identity_udHistory', 'id'), + amount: BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountFieldsData_identity_udHistory', 'amount'), + timestamp: timestamp.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_identity_udHistory', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity extends GAccountFieldsData_identity { +class _$GAccountFieldsData_linkedIdentity + extends GAccountFieldsData_linkedIdentity { @override final String G__typename; @override final String? accountId; @override - final String? accountRemovedId; - @override - final BuiltList<GAccountFieldsData_identity_certIssued> certIssued; - @override - final GAccountFieldsData_identity_certIssuedAggregate certIssuedAggregate; - @override - final BuiltList<GAccountFieldsData_identity_certReceived> certReceived; - @override - final GAccountFieldsData_identity_certReceivedAggregate certReceivedAggregate; - @override - final String? createdInId; - @override - final int createdOn; - @override - final int expireOn; + final GAccountFieldsData_linkedIdentity_account? account; @override final String id; @override - final int index; - @override final bool isMember; @override - final int lastChangeOn; - @override - final BuiltList<GAccountFieldsData_identity_linkedAccount> linkedAccount; - @override - final GAccountFieldsData_identity_linkedAccountAggregate - linkedAccountAggregate; - @override final _i2.GIdentityStatusEnum? status; @override - final BuiltList<GAccountFieldsData_identity_membershipHistory> - membershipHistory; - @override - final GAccountFieldsData_identity_membershipHistoryAggregate - membershipHistoryAggregate; - @override final String name; @override - final BuiltList<GAccountFieldsData_identity_ownerKeyChange> ownerKeyChange; - @override - final GAccountFieldsData_identity_ownerKeyChangeAggregate - ownerKeyChangeAggregate; - @override - final GAccountFieldsData_identity_smith? smith; - @override - final BuiltList<GAccountFieldsData_identity_udHistory>? udHistory; + final int expireOn; - factory _$GAccountFieldsData_identity( - [void Function(GAccountFieldsData_identityBuilder)? updates]) => - (new GAccountFieldsData_identityBuilder()..update(updates))._build(); + factory _$GAccountFieldsData_linkedIdentity( + [void Function(GAccountFieldsData_linkedIdentityBuilder)? updates]) => + (new GAccountFieldsData_linkedIdentityBuilder()..update(updates)) + ._build(); - _$GAccountFieldsData_identity._( + _$GAccountFieldsData_linkedIdentity._( {required this.G__typename, this.accountId, - this.accountRemovedId, - required this.certIssued, - required this.certIssuedAggregate, - required this.certReceived, - required this.certReceivedAggregate, - this.createdInId, - required this.createdOn, - required this.expireOn, + this.account, required this.id, - required this.index, required this.isMember, - required this.lastChangeOn, - required this.linkedAccount, - required this.linkedAccountAggregate, this.status, - required this.membershipHistory, - required this.membershipHistoryAggregate, required this.name, - required this.ownerKeyChange, - required this.ownerKeyChangeAggregate, - this.smith, - this.udHistory}) + required this.expireOn}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_identity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - certIssued, r'GAccountFieldsData_identity', 'certIssued'); - BuiltValueNullFieldError.checkNotNull(certIssuedAggregate, - r'GAccountFieldsData_identity', 'certIssuedAggregate'); - BuiltValueNullFieldError.checkNotNull( - certReceived, r'GAccountFieldsData_identity', 'certReceived'); - BuiltValueNullFieldError.checkNotNull(certReceivedAggregate, - r'GAccountFieldsData_identity', 'certReceivedAggregate'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountFieldsData_identity', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountFieldsData_identity', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity', 'id'); - BuiltValueNullFieldError.checkNotNull( - index, r'GAccountFieldsData_identity', 'index'); - BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountFieldsData_identity', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GAccountFieldsData_identity', 'lastChangeOn'); + G__typename, r'GAccountFieldsData_linkedIdentity', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - linkedAccount, r'GAccountFieldsData_identity', 'linkedAccount'); - BuiltValueNullFieldError.checkNotNull(linkedAccountAggregate, - r'GAccountFieldsData_identity', 'linkedAccountAggregate'); + id, r'GAccountFieldsData_linkedIdentity', 'id'); BuiltValueNullFieldError.checkNotNull( - membershipHistory, r'GAccountFieldsData_identity', 'membershipHistory'); - BuiltValueNullFieldError.checkNotNull(membershipHistoryAggregate, - r'GAccountFieldsData_identity', 'membershipHistoryAggregate'); + isMember, r'GAccountFieldsData_linkedIdentity', 'isMember'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_identity', 'name'); + name, r'GAccountFieldsData_linkedIdentity', 'name'); BuiltValueNullFieldError.checkNotNull( - ownerKeyChange, r'GAccountFieldsData_identity', 'ownerKeyChange'); - BuiltValueNullFieldError.checkNotNull(ownerKeyChangeAggregate, - r'GAccountFieldsData_identity', 'ownerKeyChangeAggregate'); + expireOn, r'GAccountFieldsData_linkedIdentity', 'expireOn'); } @override - GAccountFieldsData_identity rebuild( - void Function(GAccountFieldsData_identityBuilder) updates) => + GAccountFieldsData_linkedIdentity rebuild( + void Function(GAccountFieldsData_linkedIdentityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identityBuilder toBuilder() => - new GAccountFieldsData_identityBuilder()..replace(this); + GAccountFieldsData_linkedIdentityBuilder toBuilder() => + new GAccountFieldsData_linkedIdentityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity && + return other is GAccountFieldsData_linkedIdentity && G__typename == other.G__typename && accountId == other.accountId && - accountRemovedId == other.accountRemovedId && - certIssued == other.certIssued && - certIssuedAggregate == other.certIssuedAggregate && - certReceived == other.certReceived && - certReceivedAggregate == other.certReceivedAggregate && - createdInId == other.createdInId && - createdOn == other.createdOn && - expireOn == other.expireOn && + account == other.account && id == other.id && - index == other.index && isMember == other.isMember && - lastChangeOn == other.lastChangeOn && - linkedAccount == other.linkedAccount && - linkedAccountAggregate == other.linkedAccountAggregate && status == other.status && - membershipHistory == other.membershipHistory && - membershipHistoryAggregate == other.membershipHistoryAggregate && name == other.name && - ownerKeyChange == other.ownerKeyChange && - ownerKeyChangeAggregate == other.ownerKeyChangeAggregate && - smith == other.smith && - udHistory == other.udHistory; + expireOn == other.expireOn; } @override @@ -74305,68 +75701,36 @@ class _$GAccountFieldsData_identity extends GAccountFieldsData_identity { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, accountRemovedId.hashCode); - _$hash = $jc(_$hash, certIssued.hashCode); - _$hash = $jc(_$hash, certIssuedAggregate.hashCode); - _$hash = $jc(_$hash, certReceived.hashCode); - _$hash = $jc(_$hash, certReceivedAggregate.hashCode); - _$hash = $jc(_$hash, createdInId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, index.hashCode); _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, lastChangeOn.hashCode); - _$hash = $jc(_$hash, linkedAccount.hashCode); - _$hash = $jc(_$hash, linkedAccountAggregate.hashCode); _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, membershipHistory.hashCode); - _$hash = $jc(_$hash, membershipHistoryAggregate.hashCode); _$hash = $jc(_$hash, name.hashCode); - _$hash = $jc(_$hash, ownerKeyChange.hashCode); - _$hash = $jc(_$hash, ownerKeyChangeAggregate.hashCode); - _$hash = $jc(_$hash, smith.hashCode); - _$hash = $jc(_$hash, udHistory.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData_identity') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_linkedIdentity') ..add('G__typename', G__typename) ..add('accountId', accountId) - ..add('accountRemovedId', accountRemovedId) - ..add('certIssued', certIssued) - ..add('certIssuedAggregate', certIssuedAggregate) - ..add('certReceived', certReceived) - ..add('certReceivedAggregate', certReceivedAggregate) - ..add('createdInId', createdInId) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) + ..add('account', account) ..add('id', id) - ..add('index', index) ..add('isMember', isMember) - ..add('lastChangeOn', lastChangeOn) - ..add('linkedAccount', linkedAccount) - ..add('linkedAccountAggregate', linkedAccountAggregate) ..add('status', status) - ..add('membershipHistory', membershipHistory) - ..add('membershipHistoryAggregate', membershipHistoryAggregate) ..add('name', name) - ..add('ownerKeyChange', ownerKeyChange) - ..add('ownerKeyChangeAggregate', ownerKeyChangeAggregate) - ..add('smith', smith) - ..add('udHistory', udHistory)) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountFieldsData_identityBuilder +class GAccountFieldsData_linkedIdentityBuilder implements - Builder<GAccountFieldsData_identity, - GAccountFieldsData_identityBuilder> { - _$GAccountFieldsData_identity? _$v; + Builder<GAccountFieldsData_linkedIdentity, + GAccountFieldsData_linkedIdentityBuilder> { + _$GAccountFieldsData_linkedIdentity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -74376,275 +75740,94 @@ class GAccountFieldsData_identityBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; - String? _accountRemovedId; - String? get accountRemovedId => _$this._accountRemovedId; - set accountRemovedId(String? accountRemovedId) => - _$this._accountRemovedId = accountRemovedId; - - ListBuilder<GAccountFieldsData_identity_certIssued>? _certIssued; - ListBuilder<GAccountFieldsData_identity_certIssued> get certIssued => - _$this._certIssued ??= - new ListBuilder<GAccountFieldsData_identity_certIssued>(); - set certIssued( - ListBuilder<GAccountFieldsData_identity_certIssued>? certIssued) => - _$this._certIssued = certIssued; - - GAccountFieldsData_identity_certIssuedAggregateBuilder? _certIssuedAggregate; - GAccountFieldsData_identity_certIssuedAggregateBuilder - get certIssuedAggregate => _$this._certIssuedAggregate ??= - new GAccountFieldsData_identity_certIssuedAggregateBuilder(); - set certIssuedAggregate( - GAccountFieldsData_identity_certIssuedAggregateBuilder? - certIssuedAggregate) => - _$this._certIssuedAggregate = certIssuedAggregate; - - ListBuilder<GAccountFieldsData_identity_certReceived>? _certReceived; - ListBuilder<GAccountFieldsData_identity_certReceived> get certReceived => - _$this._certReceived ??= - new ListBuilder<GAccountFieldsData_identity_certReceived>(); - set certReceived( - ListBuilder<GAccountFieldsData_identity_certReceived>? - certReceived) => - _$this._certReceived = certReceived; - - GAccountFieldsData_identity_certReceivedAggregateBuilder? - _certReceivedAggregate; - GAccountFieldsData_identity_certReceivedAggregateBuilder - get certReceivedAggregate => _$this._certReceivedAggregate ??= - new GAccountFieldsData_identity_certReceivedAggregateBuilder(); - set certReceivedAggregate( - GAccountFieldsData_identity_certReceivedAggregateBuilder? - certReceivedAggregate) => - _$this._certReceivedAggregate = certReceivedAggregate; - - String? _createdInId; - String? get createdInId => _$this._createdInId; - set createdInId(String? createdInId) => _$this._createdInId = createdInId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; - - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; + GAccountFieldsData_linkedIdentity_accountBuilder? _account; + GAccountFieldsData_linkedIdentity_accountBuilder get account => + _$this._account ??= + new GAccountFieldsData_linkedIdentity_accountBuilder(); + set account(GAccountFieldsData_linkedIdentity_accountBuilder? account) => + _$this._account = account; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - bool? _isMember; bool? get isMember => _$this._isMember; set isMember(bool? isMember) => _$this._isMember = isMember; - int? _lastChangeOn; - int? get lastChangeOn => _$this._lastChangeOn; - set lastChangeOn(int? lastChangeOn) => _$this._lastChangeOn = lastChangeOn; - - ListBuilder<GAccountFieldsData_identity_linkedAccount>? _linkedAccount; - ListBuilder<GAccountFieldsData_identity_linkedAccount> get linkedAccount => - _$this._linkedAccount ??= - new ListBuilder<GAccountFieldsData_identity_linkedAccount>(); - set linkedAccount( - ListBuilder<GAccountFieldsData_identity_linkedAccount>? - linkedAccount) => - _$this._linkedAccount = linkedAccount; - - GAccountFieldsData_identity_linkedAccountAggregateBuilder? - _linkedAccountAggregate; - GAccountFieldsData_identity_linkedAccountAggregateBuilder - get linkedAccountAggregate => _$this._linkedAccountAggregate ??= - new GAccountFieldsData_identity_linkedAccountAggregateBuilder(); - set linkedAccountAggregate( - GAccountFieldsData_identity_linkedAccountAggregateBuilder? - linkedAccountAggregate) => - _$this._linkedAccountAggregate = linkedAccountAggregate; - _i2.GIdentityStatusEnum? _status; _i2.GIdentityStatusEnum? get status => _$this._status; set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - ListBuilder<GAccountFieldsData_identity_membershipHistory>? - _membershipHistory; - ListBuilder<GAccountFieldsData_identity_membershipHistory> - get membershipHistory => _$this._membershipHistory ??= - new ListBuilder<GAccountFieldsData_identity_membershipHistory>(); - set membershipHistory( - ListBuilder<GAccountFieldsData_identity_membershipHistory>? - membershipHistory) => - _$this._membershipHistory = membershipHistory; - - GAccountFieldsData_identity_membershipHistoryAggregateBuilder? - _membershipHistoryAggregate; - GAccountFieldsData_identity_membershipHistoryAggregateBuilder - get membershipHistoryAggregate => _$this._membershipHistoryAggregate ??= - new GAccountFieldsData_identity_membershipHistoryAggregateBuilder(); - set membershipHistoryAggregate( - GAccountFieldsData_identity_membershipHistoryAggregateBuilder? - membershipHistoryAggregate) => - _$this._membershipHistoryAggregate = membershipHistoryAggregate; - String? _name; String? get name => _$this._name; set name(String? name) => _$this._name = name; - ListBuilder<GAccountFieldsData_identity_ownerKeyChange>? _ownerKeyChange; - ListBuilder<GAccountFieldsData_identity_ownerKeyChange> get ownerKeyChange => - _$this._ownerKeyChange ??= - new ListBuilder<GAccountFieldsData_identity_ownerKeyChange>(); - set ownerKeyChange( - ListBuilder<GAccountFieldsData_identity_ownerKeyChange>? - ownerKeyChange) => - _$this._ownerKeyChange = ownerKeyChange; - - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder? - _ownerKeyChangeAggregate; - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder - get ownerKeyChangeAggregate => _$this._ownerKeyChangeAggregate ??= - new GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder(); - set ownerKeyChangeAggregate( - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder? - ownerKeyChangeAggregate) => - _$this._ownerKeyChangeAggregate = ownerKeyChangeAggregate; - - GAccountFieldsData_identity_smithBuilder? _smith; - GAccountFieldsData_identity_smithBuilder get smith => - _$this._smith ??= new GAccountFieldsData_identity_smithBuilder(); - set smith(GAccountFieldsData_identity_smithBuilder? smith) => - _$this._smith = smith; - - ListBuilder<GAccountFieldsData_identity_udHistory>? _udHistory; - ListBuilder<GAccountFieldsData_identity_udHistory> get udHistory => - _$this._udHistory ??= - new ListBuilder<GAccountFieldsData_identity_udHistory>(); - set udHistory( - ListBuilder<GAccountFieldsData_identity_udHistory>? udHistory) => - _$this._udHistory = udHistory; + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; - GAccountFieldsData_identityBuilder() { - GAccountFieldsData_identity._initializeBuilder(this); + GAccountFieldsData_linkedIdentityBuilder() { + GAccountFieldsData_linkedIdentity._initializeBuilder(this); } - GAccountFieldsData_identityBuilder get _$this { + GAccountFieldsData_linkedIdentityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; - _accountRemovedId = $v.accountRemovedId; - _certIssued = $v.certIssued.toBuilder(); - _certIssuedAggregate = $v.certIssuedAggregate.toBuilder(); - _certReceived = $v.certReceived.toBuilder(); - _certReceivedAggregate = $v.certReceivedAggregate.toBuilder(); - _createdInId = $v.createdInId; - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; + _account = $v.account?.toBuilder(); _id = $v.id; - _index = $v.index; _isMember = $v.isMember; - _lastChangeOn = $v.lastChangeOn; - _linkedAccount = $v.linkedAccount.toBuilder(); - _linkedAccountAggregate = $v.linkedAccountAggregate.toBuilder(); _status = $v.status; - _membershipHistory = $v.membershipHistory.toBuilder(); - _membershipHistoryAggregate = $v.membershipHistoryAggregate.toBuilder(); _name = $v.name; - _ownerKeyChange = $v.ownerKeyChange.toBuilder(); - _ownerKeyChangeAggregate = $v.ownerKeyChangeAggregate.toBuilder(); - _smith = $v.smith?.toBuilder(); - _udHistory = $v.udHistory?.toBuilder(); + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity other) { + void replace(GAccountFieldsData_linkedIdentity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity; + _$v = other as _$GAccountFieldsData_linkedIdentity; } @override - void update(void Function(GAccountFieldsData_identityBuilder)? updates) { + void update( + void Function(GAccountFieldsData_linkedIdentityBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity build() => _build(); + GAccountFieldsData_linkedIdentity build() => _build(); - _$GAccountFieldsData_identity _build() { - _$GAccountFieldsData_identity _$result; + _$GAccountFieldsData_linkedIdentity _build() { + _$GAccountFieldsData_linkedIdentity _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_identity._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_identity', 'G__typename'), + new _$GAccountFieldsData_linkedIdentity._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_linkedIdentity', 'G__typename'), accountId: accountId, - accountRemovedId: accountRemovedId, - certIssued: certIssued.build(), - certIssuedAggregate: certIssuedAggregate.build(), - certReceived: certReceived.build(), - certReceivedAggregate: certReceivedAggregate.build(), - createdInId: createdInId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountFieldsData_identity', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountFieldsData_identity', 'expireOn'), + account: _account?.build(), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity', 'id'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GAccountFieldsData_identity', 'index'), + id, r'GAccountFieldsData_linkedIdentity', 'id'), isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountFieldsData_identity', 'isMember'), - lastChangeOn: BuiltValueNullFieldError.checkNotNull( - lastChangeOn, r'GAccountFieldsData_identity', 'lastChangeOn'), - linkedAccount: linkedAccount.build(), - linkedAccountAggregate: linkedAccountAggregate.build(), + isMember, r'GAccountFieldsData_linkedIdentity', 'isMember'), status: status, - membershipHistory: membershipHistory.build(), - membershipHistoryAggregate: membershipHistoryAggregate.build(), name: BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_identity', 'name'), - ownerKeyChange: ownerKeyChange.build(), - ownerKeyChangeAggregate: ownerKeyChangeAggregate.build(), - smith: _smith?.build(), - udHistory: _udHistory?.build()); + name, r'GAccountFieldsData_linkedIdentity', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_linkedIdentity', 'expireOn')); } catch (_) { late String _$failedField; try { - _$failedField = 'certIssued'; - certIssued.build(); - _$failedField = 'certIssuedAggregate'; - certIssuedAggregate.build(); - _$failedField = 'certReceived'; - certReceived.build(); - _$failedField = 'certReceivedAggregate'; - certReceivedAggregate.build(); - - _$failedField = 'linkedAccount'; - linkedAccount.build(); - _$failedField = 'linkedAccountAggregate'; - linkedAccountAggregate.build(); - - _$failedField = 'membershipHistory'; - membershipHistory.build(); - _$failedField = 'membershipHistoryAggregate'; - membershipHistoryAggregate.build(); - - _$failedField = 'ownerKeyChange'; - ownerKeyChange.build(); - _$failedField = 'ownerKeyChangeAggregate'; - ownerKeyChangeAggregate.build(); - _$failedField = 'smith'; - _smith?.build(); - _$failedField = 'udHistory'; - _udHistory?.build(); + _$failedField = 'account'; + _account?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity', _$failedField, e.toString()); + r'GAccountFieldsData_linkedIdentity', _$failedField, e.toString()); } rethrow; } @@ -74653,100 +75836,51 @@ class GAccountFieldsData_identityBuilder } } -class _$GAccountFieldsData_identity_certIssued - extends GAccountFieldsData_identity_certIssued { +class _$GAccountFieldsData_linkedIdentity_account + extends GAccountFieldsData_linkedIdentity_account { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GAccountFieldsData_identity_certIssued_issuer? issuer; - @override - final String? receiverId; - @override - final GAccountFieldsData_identity_certIssued_receiver? receiver; - @override final int createdOn; - @override - final int expireOn; - @override - final bool isActive; - @override - final int updatedOn; - factory _$GAccountFieldsData_identity_certIssued( - [void Function(GAccountFieldsData_identity_certIssuedBuilder)? + factory _$GAccountFieldsData_linkedIdentity_account( + [void Function(GAccountFieldsData_linkedIdentity_accountBuilder)? updates]) => - (new GAccountFieldsData_identity_certIssuedBuilder()..update(updates)) + (new GAccountFieldsData_linkedIdentity_accountBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_certIssued._( - {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + _$GAccountFieldsData_linkedIdentity_account._( + {required this.G__typename, required this.createdOn}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_linkedIdentity_account', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_identity_certIssued', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certIssued', 'id'); - BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountFieldsData_identity_certIssued', 'createdOn'); - BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountFieldsData_identity_certIssued', 'expireOn'); - BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountFieldsData_identity_certIssued', 'isActive'); - BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GAccountFieldsData_identity_certIssued', 'updatedOn'); + createdOn, r'GAccountFieldsData_linkedIdentity_account', 'createdOn'); } @override - GAccountFieldsData_identity_certIssued rebuild( - void Function(GAccountFieldsData_identity_certIssuedBuilder) + GAccountFieldsData_linkedIdentity_account rebuild( + void Function(GAccountFieldsData_linkedIdentity_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certIssuedBuilder toBuilder() => - new GAccountFieldsData_identity_certIssuedBuilder()..replace(this); + GAccountFieldsData_linkedIdentity_accountBuilder toBuilder() => + new GAccountFieldsData_linkedIdentity_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certIssued && + return other is GAccountFieldsData_linkedIdentity_account && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -74754,160 +75888,78 @@ class _$GAccountFieldsData_identity_certIssued @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certIssued') + r'GAccountFieldsData_linkedIdentity_account') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountFieldsData_identity_certIssuedBuilder +class GAccountFieldsData_linkedIdentity_accountBuilder implements - Builder<GAccountFieldsData_identity_certIssued, - GAccountFieldsData_identity_certIssuedBuilder> { - _$GAccountFieldsData_identity_certIssued? _$v; + Builder<GAccountFieldsData_linkedIdentity_account, + GAccountFieldsData_linkedIdentity_accountBuilder> { + _$GAccountFieldsData_linkedIdentity_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GAccountFieldsData_identity_certIssued_issuerBuilder? _issuer; - GAccountFieldsData_identity_certIssued_issuerBuilder get issuer => - _$this._issuer ??= - new GAccountFieldsData_identity_certIssued_issuerBuilder(); - set issuer(GAccountFieldsData_identity_certIssued_issuerBuilder? issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - GAccountFieldsData_identity_certIssued_receiverBuilder? _receiver; - GAccountFieldsData_identity_certIssued_receiverBuilder get receiver => - _$this._receiver ??= - new GAccountFieldsData_identity_certIssued_receiverBuilder(); - set receiver( - GAccountFieldsData_identity_certIssued_receiverBuilder? receiver) => - _$this._receiver = receiver; - int? _createdOn; int? get createdOn => _$this._createdOn; set createdOn(int? createdOn) => _$this._createdOn = createdOn; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; - - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; - - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; - - GAccountFieldsData_identity_certIssuedBuilder() { - GAccountFieldsData_identity_certIssued._initializeBuilder(this); + GAccountFieldsData_linkedIdentity_accountBuilder() { + GAccountFieldsData_linkedIdentity_account._initializeBuilder(this); } - GAccountFieldsData_identity_certIssuedBuilder get _$this { + GAccountFieldsData_linkedIdentity_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_certIssued other) { + void replace(GAccountFieldsData_linkedIdentity_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certIssued; + _$v = other as _$GAccountFieldsData_linkedIdentity_account; } @override void update( - void Function(GAccountFieldsData_identity_certIssuedBuilder)? updates) { + void Function(GAccountFieldsData_linkedIdentity_accountBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certIssued build() => _build(); - - _$GAccountFieldsData_identity_certIssued _build() { - _$GAccountFieldsData_identity_certIssued _$result; - try { - _$result = _$v ?? - new _$GAccountFieldsData_identity_certIssued._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certIssued', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certIssued', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountFieldsData_identity_certIssued', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountFieldsData_identity_certIssued', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountFieldsData_identity_certIssued', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GAccountFieldsData_identity_certIssued', 'updatedOn')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'issuer'; - _issuer?.build(); + GAccountFieldsData_linkedIdentity_account build() => _build(); - _$failedField = 'receiver'; - _receiver?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_certIssued', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountFieldsData_linkedIdentity_account _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_linkedIdentity_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_linkedIdentity_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountFieldsData_linkedIdentity_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_certIssued_issuer - extends GAccountFieldsData_identity_certIssued_issuer { +class _$GAccountFieldsData_removedIdentities + extends GAccountFieldsData_removedIdentities { @override final String G__typename; @override final String? accountId; @override + final GAccountFieldsData_removedIdentities_account? account; + @override final String id; @override final bool isMember; @@ -74915,52 +75967,58 @@ class _$GAccountFieldsData_identity_certIssued_issuer final _i2.GIdentityStatusEnum? status; @override final String name; + @override + final int expireOn; - factory _$GAccountFieldsData_identity_certIssued_issuer( - [void Function(GAccountFieldsData_identity_certIssued_issuerBuilder)? + factory _$GAccountFieldsData_removedIdentities( + [void Function(GAccountFieldsData_removedIdentitiesBuilder)? updates]) => - (new GAccountFieldsData_identity_certIssued_issuerBuilder() - ..update(updates)) + (new GAccountFieldsData_removedIdentitiesBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_certIssued_issuer._( + _$GAccountFieldsData_removedIdentities._( {required this.G__typename, this.accountId, + this.account, required this.id, required this.isMember, this.status, - required this.name}) + required this.name, + required this.expireOn}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certIssued_issuer', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certIssued_issuer', 'id'); + G__typename, r'GAccountFieldsData_removedIdentities', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountFieldsData_identity_certIssued_issuer', 'isMember'); + id, r'GAccountFieldsData_removedIdentities', 'id'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_identity_certIssued_issuer', 'name'); + isMember, r'GAccountFieldsData_removedIdentities', 'isMember'); + BuiltValueNullFieldError.checkNotNull( + name, r'GAccountFieldsData_removedIdentities', 'name'); + BuiltValueNullFieldError.checkNotNull( + expireOn, r'GAccountFieldsData_removedIdentities', 'expireOn'); } @override - GAccountFieldsData_identity_certIssued_issuer rebuild( - void Function(GAccountFieldsData_identity_certIssued_issuerBuilder) - updates) => + GAccountFieldsData_removedIdentities rebuild( + void Function(GAccountFieldsData_removedIdentitiesBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certIssued_issuerBuilder toBuilder() => - new GAccountFieldsData_identity_certIssued_issuerBuilder()..replace(this); + GAccountFieldsData_removedIdentitiesBuilder toBuilder() => + new GAccountFieldsData_removedIdentitiesBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certIssued_issuer && + return other is GAccountFieldsData_removedIdentities && G__typename == other.G__typename && accountId == other.accountId && + account == other.account && id == other.id && isMember == other.isMember && status == other.status && - name == other.name; + name == other.name && + expireOn == other.expireOn; } @override @@ -74968,33 +76026,36 @@ class _$GAccountFieldsData_identity_certIssued_issuer var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, account.hashCode); _$hash = $jc(_$hash, id.hashCode); _$hash = $jc(_$hash, isMember.hashCode); _$hash = $jc(_$hash, status.hashCode); _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, expireOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certIssued_issuer') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_removedIdentities') ..add('G__typename', G__typename) ..add('accountId', accountId) + ..add('account', account) ..add('id', id) ..add('isMember', isMember) ..add('status', status) - ..add('name', name)) + ..add('name', name) + ..add('expireOn', expireOn)) .toString(); } } -class GAccountFieldsData_identity_certIssued_issuerBuilder +class GAccountFieldsData_removedIdentitiesBuilder implements - Builder<GAccountFieldsData_identity_certIssued_issuer, - GAccountFieldsData_identity_certIssued_issuerBuilder> { - _$GAccountFieldsData_identity_certIssued_issuer? _$v; + Builder<GAccountFieldsData_removedIdentities, + GAccountFieldsData_removedIdentitiesBuilder> { + _$GAccountFieldsData_removedIdentities? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -75004,6 +76065,13 @@ class GAccountFieldsData_identity_certIssued_issuerBuilder String? get accountId => _$this._accountId; set accountId(String? accountId) => _$this._accountId = accountId; + GAccountFieldsData_removedIdentities_accountBuilder? _account; + GAccountFieldsData_removedIdentities_accountBuilder get account => + _$this._account ??= + new GAccountFieldsData_removedIdentities_accountBuilder(); + set account(GAccountFieldsData_removedIdentities_accountBuilder? account) => + _$this._account = account; + String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; @@ -75020,133 +76088,127 @@ class GAccountFieldsData_identity_certIssued_issuerBuilder String? get name => _$this._name; set name(String? name) => _$this._name = name; - GAccountFieldsData_identity_certIssued_issuerBuilder() { - GAccountFieldsData_identity_certIssued_issuer._initializeBuilder(this); + int? _expireOn; + int? get expireOn => _$this._expireOn; + set expireOn(int? expireOn) => _$this._expireOn = expireOn; + + GAccountFieldsData_removedIdentitiesBuilder() { + GAccountFieldsData_removedIdentities._initializeBuilder(this); } - GAccountFieldsData_identity_certIssued_issuerBuilder get _$this { + GAccountFieldsData_removedIdentitiesBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _accountId = $v.accountId; + _account = $v.account?.toBuilder(); _id = $v.id; _isMember = $v.isMember; _status = $v.status; _name = $v.name; + _expireOn = $v.expireOn; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_certIssued_issuer other) { + void replace(GAccountFieldsData_removedIdentities other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certIssued_issuer; + _$v = other as _$GAccountFieldsData_removedIdentities; } @override void update( - void Function(GAccountFieldsData_identity_certIssued_issuerBuilder)? - updates) { + void Function(GAccountFieldsData_removedIdentitiesBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certIssued_issuer build() => _build(); + GAccountFieldsData_removedIdentities build() => _build(); - _$GAccountFieldsData_identity_certIssued_issuer _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_identity_certIssued_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_certIssued_issuer', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certIssued_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountFieldsData_identity_certIssued_issuer', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GAccountFieldsData_identity_certIssued_issuer', 'name')); + _$GAccountFieldsData_removedIdentities _build() { + _$GAccountFieldsData_removedIdentities _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_removedIdentities._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_removedIdentities', 'G__typename'), + accountId: accountId, + account: _account?.build(), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_removedIdentities', 'id'), + isMember: BuiltValueNullFieldError.checkNotNull(isMember, + r'GAccountFieldsData_removedIdentities', 'isMember'), + status: status, + name: BuiltValueNullFieldError.checkNotNull( + name, r'GAccountFieldsData_removedIdentities', 'name'), + expireOn: BuiltValueNullFieldError.checkNotNull(expireOn, + r'GAccountFieldsData_removedIdentities', 'expireOn')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'account'; + _account?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_removedIdentities', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_certIssued_receiver - extends GAccountFieldsData_identity_certIssued_receiver { +class _$GAccountFieldsData_removedIdentities_account + extends GAccountFieldsData_removedIdentities_account { @override final String G__typename; @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; + final int createdOn; - factory _$GAccountFieldsData_identity_certIssued_receiver( - [void Function( - GAccountFieldsData_identity_certIssued_receiverBuilder)? + factory _$GAccountFieldsData_removedIdentities_account( + [void Function(GAccountFieldsData_removedIdentities_accountBuilder)? updates]) => - (new GAccountFieldsData_identity_certIssued_receiverBuilder() + (new GAccountFieldsData_removedIdentities_accountBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_identity_certIssued_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountFieldsData_removedIdentities_account._( + {required this.G__typename, required this.createdOn}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certIssued_receiver', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certIssued_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountFieldsData_identity_certIssued_receiver', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_identity_certIssued_receiver', 'name'); + r'GAccountFieldsData_removedIdentities_account', 'G__typename'); + BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountFieldsData_removedIdentities_account', 'createdOn'); } @override - GAccountFieldsData_identity_certIssued_receiver rebuild( - void Function(GAccountFieldsData_identity_certIssued_receiverBuilder) + GAccountFieldsData_removedIdentities_account rebuild( + void Function(GAccountFieldsData_removedIdentities_accountBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certIssued_receiverBuilder toBuilder() => - new GAccountFieldsData_identity_certIssued_receiverBuilder() - ..replace(this); + GAccountFieldsData_removedIdentities_accountBuilder toBuilder() => + new GAccountFieldsData_removedIdentities_accountBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certIssued_receiver && + return other is GAccountFieldsData_removedIdentities_account && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + createdOn == other.createdOn; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -75154,138 +76216,104 @@ class _$GAccountFieldsData_identity_certIssued_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certIssued_receiver') + r'GAccountFieldsData_removedIdentities_account') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('createdOn', createdOn)) .toString(); } } -class GAccountFieldsData_identity_certIssued_receiverBuilder +class GAccountFieldsData_removedIdentities_accountBuilder implements - Builder<GAccountFieldsData_identity_certIssued_receiver, - GAccountFieldsData_identity_certIssued_receiverBuilder> { - _$GAccountFieldsData_identity_certIssued_receiver? _$v; + Builder<GAccountFieldsData_removedIdentities_account, + GAccountFieldsData_removedIdentities_accountBuilder> { + _$GAccountFieldsData_removedIdentities_account? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; - GAccountFieldsData_identity_certIssued_receiverBuilder() { - GAccountFieldsData_identity_certIssued_receiver._initializeBuilder(this); + GAccountFieldsData_removedIdentities_accountBuilder() { + GAccountFieldsData_removedIdentities_account._initializeBuilder(this); } - GAccountFieldsData_identity_certIssued_receiverBuilder get _$this { + GAccountFieldsData_removedIdentities_accountBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _createdOn = $v.createdOn; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_certIssued_receiver other) { + void replace(GAccountFieldsData_removedIdentities_account other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certIssued_receiver; + _$v = other as _$GAccountFieldsData_removedIdentities_account; } @override void update( - void Function(GAccountFieldsData_identity_certIssued_receiverBuilder)? + void Function(GAccountFieldsData_removedIdentities_accountBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certIssued_receiver build() => _build(); + GAccountFieldsData_removedIdentities_account build() => _build(); - _$GAccountFieldsData_identity_certIssued_receiver _build() { + _$GAccountFieldsData_removedIdentities_account _build() { final _$result = _$v ?? - new _$GAccountFieldsData_identity_certIssued_receiver._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_certIssued_receiver', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certIssued_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountFieldsData_identity_certIssued_receiver', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GAccountFieldsData_identity_certIssued_receiver', 'name')); + new _$GAccountFieldsData_removedIdentities_account._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_removedIdentities_account', 'G__typename'), + createdOn: BuiltValueNullFieldError.checkNotNull(createdOn, + r'GAccountFieldsData_removedIdentities_account', 'createdOn')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_certIssuedAggregate - extends GAccountFieldsData_identity_certIssuedAggregate { +class _$GAccountFieldsData_removedIdentitiesAggregate + extends GAccountFieldsData_removedIdentitiesAggregate { @override final String G__typename; @override - final GAccountFieldsData_identity_certIssuedAggregate_aggregate? aggregate; + final GAccountFieldsData_removedIdentitiesAggregate_aggregate? aggregate; - factory _$GAccountFieldsData_identity_certIssuedAggregate( - [void Function( - GAccountFieldsData_identity_certIssuedAggregateBuilder)? + factory _$GAccountFieldsData_removedIdentitiesAggregate( + [void Function(GAccountFieldsData_removedIdentitiesAggregateBuilder)? updates]) => - (new GAccountFieldsData_identity_certIssuedAggregateBuilder() + (new GAccountFieldsData_removedIdentitiesAggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_identity_certIssuedAggregate._( + _$GAccountFieldsData_removedIdentitiesAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certIssuedAggregate', 'G__typename'); + r'GAccountFieldsData_removedIdentitiesAggregate', 'G__typename'); } @override - GAccountFieldsData_identity_certIssuedAggregate rebuild( - void Function(GAccountFieldsData_identity_certIssuedAggregateBuilder) + GAccountFieldsData_removedIdentitiesAggregate rebuild( + void Function(GAccountFieldsData_removedIdentitiesAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certIssuedAggregateBuilder toBuilder() => - new GAccountFieldsData_identity_certIssuedAggregateBuilder() - ..replace(this); + GAccountFieldsData_removedIdentitiesAggregateBuilder toBuilder() => + new GAccountFieldsData_removedIdentitiesAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certIssuedAggregate && + return other is GAccountFieldsData_removedIdentitiesAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -75302,37 +76330,37 @@ class _$GAccountFieldsData_identity_certIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certIssuedAggregate') + r'GAccountFieldsData_removedIdentitiesAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountFieldsData_identity_certIssuedAggregateBuilder +class GAccountFieldsData_removedIdentitiesAggregateBuilder implements - Builder<GAccountFieldsData_identity_certIssuedAggregate, - GAccountFieldsData_identity_certIssuedAggregateBuilder> { - _$GAccountFieldsData_identity_certIssuedAggregate? _$v; + Builder<GAccountFieldsData_removedIdentitiesAggregate, + GAccountFieldsData_removedIdentitiesAggregateBuilder> { + _$GAccountFieldsData_removedIdentitiesAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder? _aggregate; - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder? _aggregate; + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder(); + new GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder(); set aggregate( - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder? + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountFieldsData_identity_certIssuedAggregateBuilder() { - GAccountFieldsData_identity_certIssuedAggregate._initializeBuilder(this); + GAccountFieldsData_removedIdentitiesAggregateBuilder() { + GAccountFieldsData_removedIdentitiesAggregate._initializeBuilder(this); } - GAccountFieldsData_identity_certIssuedAggregateBuilder get _$this { + GAccountFieldsData_removedIdentitiesAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -75343,29 +76371,29 @@ class GAccountFieldsData_identity_certIssuedAggregateBuilder } @override - void replace(GAccountFieldsData_identity_certIssuedAggregate other) { + void replace(GAccountFieldsData_removedIdentitiesAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certIssuedAggregate; + _$v = other as _$GAccountFieldsData_removedIdentitiesAggregate; } @override void update( - void Function(GAccountFieldsData_identity_certIssuedAggregateBuilder)? + void Function(GAccountFieldsData_removedIdentitiesAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certIssuedAggregate build() => _build(); + GAccountFieldsData_removedIdentitiesAggregate build() => _build(); - _$GAccountFieldsData_identity_certIssuedAggregate _build() { - _$GAccountFieldsData_identity_certIssuedAggregate _$result; + _$GAccountFieldsData_removedIdentitiesAggregate _build() { + _$GAccountFieldsData_removedIdentitiesAggregate _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_identity_certIssuedAggregate._( + new _$GAccountFieldsData_removedIdentitiesAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_identity_certIssuedAggregate', + r'GAccountFieldsData_removedIdentitiesAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -75375,7 +76403,7 @@ class GAccountFieldsData_identity_certIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_certIssuedAggregate', + r'GAccountFieldsData_removedIdentitiesAggregate', _$failedField, e.toString()); } @@ -75386,49 +76414,48 @@ class GAccountFieldsData_identity_certIssuedAggregateBuilder } } -class _$GAccountFieldsData_identity_certIssuedAggregate_aggregate - extends GAccountFieldsData_identity_certIssuedAggregate_aggregate { +class _$GAccountFieldsData_removedIdentitiesAggregate_aggregate + extends GAccountFieldsData_removedIdentitiesAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountFieldsData_identity_certIssuedAggregate_aggregate( + factory _$GAccountFieldsData_removedIdentitiesAggregate_aggregate( [void Function( - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder)? + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder)? updates]) => - (new GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder() + (new GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_identity_certIssuedAggregate_aggregate._( + _$GAccountFieldsData_removedIdentitiesAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_identity_certIssuedAggregate_aggregate', + r'GAccountFieldsData_removedIdentitiesAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull(count, - r'GAccountFieldsData_identity_certIssuedAggregate_aggregate', 'count'); + r'GAccountFieldsData_removedIdentitiesAggregate_aggregate', 'count'); } @override - GAccountFieldsData_identity_certIssuedAggregate_aggregate rebuild( + GAccountFieldsData_removedIdentitiesAggregate_aggregate rebuild( void Function( - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder) + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder - toBuilder() => - new GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder toBuilder() => + new GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certIssuedAggregate_aggregate && + return other is GAccountFieldsData_removedIdentitiesAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -75445,18 +76472,18 @@ class _$GAccountFieldsData_identity_certIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certIssuedAggregate_aggregate') + r'GAccountFieldsData_removedIdentitiesAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder +class GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder implements - Builder<GAccountFieldsData_identity_certIssuedAggregate_aggregate, - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder> { - _$GAccountFieldsData_identity_certIssuedAggregate_aggregate? _$v; + Builder<GAccountFieldsData_removedIdentitiesAggregate_aggregate, + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder> { + _$GAccountFieldsData_removedIdentitiesAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -75466,12 +76493,12 @@ class GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder() { - GAccountFieldsData_identity_certIssuedAggregate_aggregate - ._initializeBuilder(this); + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder() { + GAccountFieldsData_removedIdentitiesAggregate_aggregate._initializeBuilder( + this); } - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder get _$this { + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -75482,279 +76509,236 @@ class GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder } @override - void replace( - GAccountFieldsData_identity_certIssuedAggregate_aggregate other) { + void replace(GAccountFieldsData_removedIdentitiesAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certIssuedAggregate_aggregate; + _$v = other as _$GAccountFieldsData_removedIdentitiesAggregate_aggregate; } @override void update( void Function( - GAccountFieldsData_identity_certIssuedAggregate_aggregateBuilder)? + GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certIssuedAggregate_aggregate build() => _build(); + GAccountFieldsData_removedIdentitiesAggregate_aggregate build() => _build(); - _$GAccountFieldsData_identity_certIssuedAggregate_aggregate _build() { + _$GAccountFieldsData_removedIdentitiesAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountFieldsData_identity_certIssuedAggregate_aggregate._( + new _$GAccountFieldsData_removedIdentitiesAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_identity_certIssuedAggregate_aggregate', + r'GAccountFieldsData_removedIdentitiesAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountFieldsData_identity_certIssuedAggregate_aggregate', + r'GAccountFieldsData_removedIdentitiesAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_certReceived - extends GAccountFieldsData_identity_certReceived { +class _$GAccountFieldsData_transfersIssued + extends GAccountFieldsData_transfersIssued { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final GAccountFieldsData_identity_certReceived_issuer? issuer; - @override - final String? receiverId; + final int blockNumber; @override - final GAccountFieldsData_identity_certReceived_receiver? receiver; + final _i2.Gtimestamptz timestamp; @override - final int createdOn; + final int amount; @override - final int expireOn; + final GAccountFieldsData_transfersIssued_to? to; @override - final bool isActive; + final GAccountFieldsData_transfersIssued_from? from; @override - final int updatedOn; + final GAccountFieldsData_transfersIssued_comment? comment; - factory _$GAccountFieldsData_identity_certReceived( - [void Function(GAccountFieldsData_identity_certReceivedBuilder)? + factory _$GAccountFieldsData_transfersIssued( + [void Function(GAccountFieldsData_transfersIssuedBuilder)? updates]) => - (new GAccountFieldsData_identity_certReceivedBuilder()..update(updates)) + (new GAccountFieldsData_transfersIssuedBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_certReceived._( + _$GAccountFieldsData_transfersIssued._( {required this.G__typename, - required this.id, - this.issuerId, - this.issuer, - this.receiverId, - this.receiver, - required this.createdOn, - required this.expireOn, - required this.isActive, - required this.updatedOn}) + required this.blockNumber, + required this.timestamp, + required this.amount, + this.to, + this.from, + this.comment}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certReceived', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certReceived', 'id'); BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountFieldsData_identity_certReceived', 'createdOn'); + G__typename, r'GAccountFieldsData_transfersIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountFieldsData_identity_certReceived', 'expireOn'); + blockNumber, r'GAccountFieldsData_transfersIssued', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountFieldsData_identity_certReceived', 'isActive'); + timestamp, r'GAccountFieldsData_transfersIssued', 'timestamp'); BuiltValueNullFieldError.checkNotNull( - updatedOn, r'GAccountFieldsData_identity_certReceived', 'updatedOn'); + amount, r'GAccountFieldsData_transfersIssued', 'amount'); } @override - GAccountFieldsData_identity_certReceived rebuild( - void Function(GAccountFieldsData_identity_certReceivedBuilder) - updates) => + GAccountFieldsData_transfersIssued rebuild( + void Function(GAccountFieldsData_transfersIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certReceivedBuilder toBuilder() => - new GAccountFieldsData_identity_certReceivedBuilder()..replace(this); + GAccountFieldsData_transfersIssuedBuilder toBuilder() => + new GAccountFieldsData_transfersIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certReceived && + return other is GAccountFieldsData_transfersIssued && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - issuer == other.issuer && - receiverId == other.receiverId && - receiver == other.receiver && - createdOn == other.createdOn && - expireOn == other.expireOn && - isActive == other.isActive && - updatedOn == other.updatedOn; + blockNumber == other.blockNumber && + timestamp == other.timestamp && + amount == other.amount && + to == other.to && + from == other.from && + comment == other.comment; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, issuer.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, receiver.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); - _$hash = $jc(_$hash, expireOn.hashCode); - _$hash = $jc(_$hash, isActive.hashCode); - _$hash = $jc(_$hash, updatedOn.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, to.hashCode); + _$hash = $jc(_$hash, from.hashCode); + _$hash = $jc(_$hash, comment.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certReceived') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_transfersIssued') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('issuer', issuer) - ..add('receiverId', receiverId) - ..add('receiver', receiver) - ..add('createdOn', createdOn) - ..add('expireOn', expireOn) - ..add('isActive', isActive) - ..add('updatedOn', updatedOn)) + ..add('blockNumber', blockNumber) + ..add('timestamp', timestamp) + ..add('amount', amount) + ..add('to', to) + ..add('from', from) + ..add('comment', comment)) .toString(); } } -class GAccountFieldsData_identity_certReceivedBuilder +class GAccountFieldsData_transfersIssuedBuilder implements - Builder<GAccountFieldsData_identity_certReceived, - GAccountFieldsData_identity_certReceivedBuilder> { - _$GAccountFieldsData_identity_certReceived? _$v; + Builder<GAccountFieldsData_transfersIssued, + GAccountFieldsData_transfersIssuedBuilder> { + _$GAccountFieldsData_transfersIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - GAccountFieldsData_identity_certReceived_issuerBuilder? _issuer; - GAccountFieldsData_identity_certReceived_issuerBuilder get issuer => - _$this._issuer ??= - new GAccountFieldsData_identity_certReceived_issuerBuilder(); - set issuer(GAccountFieldsData_identity_certReceived_issuerBuilder? issuer) => - _$this._issuer = issuer; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - GAccountFieldsData_identity_certReceived_receiverBuilder? _receiver; - GAccountFieldsData_identity_certReceived_receiverBuilder get receiver => - _$this._receiver ??= - new GAccountFieldsData_identity_certReceived_receiverBuilder(); - set receiver( - GAccountFieldsData_identity_certReceived_receiverBuilder? receiver) => - _$this._receiver = receiver; + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - int? _expireOn; - int? get expireOn => _$this._expireOn; - set expireOn(int? expireOn) => _$this._expireOn = expireOn; + GAccountFieldsData_transfersIssued_toBuilder? _to; + GAccountFieldsData_transfersIssued_toBuilder get to => + _$this._to ??= new GAccountFieldsData_transfersIssued_toBuilder(); + set to(GAccountFieldsData_transfersIssued_toBuilder? to) => _$this._to = to; - bool? _isActive; - bool? get isActive => _$this._isActive; - set isActive(bool? isActive) => _$this._isActive = isActive; + GAccountFieldsData_transfersIssued_fromBuilder? _from; + GAccountFieldsData_transfersIssued_fromBuilder get from => + _$this._from ??= new GAccountFieldsData_transfersIssued_fromBuilder(); + set from(GAccountFieldsData_transfersIssued_fromBuilder? from) => + _$this._from = from; - int? _updatedOn; - int? get updatedOn => _$this._updatedOn; - set updatedOn(int? updatedOn) => _$this._updatedOn = updatedOn; + GAccountFieldsData_transfersIssued_commentBuilder? _comment; + GAccountFieldsData_transfersIssued_commentBuilder get comment => + _$this._comment ??= + new GAccountFieldsData_transfersIssued_commentBuilder(); + set comment(GAccountFieldsData_transfersIssued_commentBuilder? comment) => + _$this._comment = comment; - GAccountFieldsData_identity_certReceivedBuilder() { - GAccountFieldsData_identity_certReceived._initializeBuilder(this); + GAccountFieldsData_transfersIssuedBuilder() { + GAccountFieldsData_transfersIssued._initializeBuilder(this); } - GAccountFieldsData_identity_certReceivedBuilder get _$this { + GAccountFieldsData_transfersIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _issuer = $v.issuer?.toBuilder(); - _receiverId = $v.receiverId; - _receiver = $v.receiver?.toBuilder(); - _createdOn = $v.createdOn; - _expireOn = $v.expireOn; - _isActive = $v.isActive; - _updatedOn = $v.updatedOn; + _blockNumber = $v.blockNumber; + _timestamp = $v.timestamp.toBuilder(); + _amount = $v.amount; + _to = $v.to?.toBuilder(); + _from = $v.from?.toBuilder(); + _comment = $v.comment?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_certReceived other) { + void replace(GAccountFieldsData_transfersIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certReceived; + _$v = other as _$GAccountFieldsData_transfersIssued; } @override void update( - void Function(GAccountFieldsData_identity_certReceivedBuilder)? updates) { + void Function(GAccountFieldsData_transfersIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certReceived build() => _build(); + GAccountFieldsData_transfersIssued build() => _build(); - _$GAccountFieldsData_identity_certReceived _build() { - _$GAccountFieldsData_identity_certReceived _$result; + _$GAccountFieldsData_transfersIssued _build() { + _$GAccountFieldsData_transfersIssued _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_identity_certReceived._( + new _$GAccountFieldsData_transfersIssued._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certReceived', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certReceived', 'id'), - issuerId: issuerId, - issuer: _issuer?.build(), - receiverId: receiverId, - receiver: _receiver?.build(), - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, r'GAccountFieldsData_identity_certReceived', 'createdOn'), - expireOn: BuiltValueNullFieldError.checkNotNull( - expireOn, r'GAccountFieldsData_identity_certReceived', 'expireOn'), - isActive: BuiltValueNullFieldError.checkNotNull( - isActive, r'GAccountFieldsData_identity_certReceived', 'isActive'), - updatedOn: BuiltValueNullFieldError.checkNotNull(updatedOn, - r'GAccountFieldsData_identity_certReceived', 'updatedOn')); + r'GAccountFieldsData_transfersIssued', 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountFieldsData_transfersIssued', 'blockNumber'), + timestamp: timestamp.build(), + amount: BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountFieldsData_transfersIssued', 'amount'), + to: _to?.build(), + from: _from?.build(), + comment: _comment?.build()); } catch (_) { late String _$failedField; try { - _$failedField = 'issuer'; - _issuer?.build(); + _$failedField = 'timestamp'; + timestamp.build(); - _$failedField = 'receiver'; - _receiver?.build(); + _$failedField = 'to'; + _to?.build(); + _$failedField = 'from'; + _from?.build(); + _$failedField = 'comment'; + _comment?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_certReceived', - _$failedField, - e.toString()); + r'GAccountFieldsData_transfersIssued', _$failedField, e.toString()); } rethrow; } @@ -75763,255 +76747,51 @@ class GAccountFieldsData_identity_certReceivedBuilder } } -class _$GAccountFieldsData_identity_certReceived_issuer - extends GAccountFieldsData_identity_certReceived_issuer { - @override - final String G__typename; - @override - final String? accountId; - @override - final String id; - @override - final bool isMember; - @override - final _i2.GIdentityStatusEnum? status; - @override - final String name; - - factory _$GAccountFieldsData_identity_certReceived_issuer( - [void Function( - GAccountFieldsData_identity_certReceived_issuerBuilder)? - updates]) => - (new GAccountFieldsData_identity_certReceived_issuerBuilder() - ..update(updates)) - ._build(); - - _$GAccountFieldsData_identity_certReceived_issuer._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) - : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certReceived_issuer', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certReceived_issuer', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountFieldsData_identity_certReceived_issuer', 'isMember'); - BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_identity_certReceived_issuer', 'name'); - } - - @override - GAccountFieldsData_identity_certReceived_issuer rebuild( - void Function(GAccountFieldsData_identity_certReceived_issuerBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GAccountFieldsData_identity_certReceived_issuerBuilder toBuilder() => - new GAccountFieldsData_identity_certReceived_issuerBuilder() - ..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certReceived_issuer && - G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certReceived_issuer') - ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) - .toString(); - } -} - -class GAccountFieldsData_identity_certReceived_issuerBuilder - implements - Builder<GAccountFieldsData_identity_certReceived_issuer, - GAccountFieldsData_identity_certReceived_issuerBuilder> { - _$GAccountFieldsData_identity_certReceived_issuer? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - GAccountFieldsData_identity_certReceived_issuerBuilder() { - GAccountFieldsData_identity_certReceived_issuer._initializeBuilder(this); - } - - GAccountFieldsData_identity_certReceived_issuerBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _accountId = $v.accountId; - _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; - _$v = null; - } - return this; - } - - @override - void replace(GAccountFieldsData_identity_certReceived_issuer other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certReceived_issuer; - } - - @override - void update( - void Function(GAccountFieldsData_identity_certReceived_issuerBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GAccountFieldsData_identity_certReceived_issuer build() => _build(); - - _$GAccountFieldsData_identity_certReceived_issuer _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_identity_certReceived_issuer._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_certReceived_issuer', - 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certReceived_issuer', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountFieldsData_identity_certReceived_issuer', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GAccountFieldsData_identity_certReceived_issuer', 'name')); - replace(_$result); - return _$result; - } -} - -class _$GAccountFieldsData_identity_certReceived_receiver - extends GAccountFieldsData_identity_certReceived_receiver { - @override - final String G__typename; - @override - final String? accountId; - @override - final String id; - @override - final bool isMember; +class _$GAccountFieldsData_transfersIssued_to + extends GAccountFieldsData_transfersIssued_to { @override - final _i2.GIdentityStatusEnum? status; + final String G__typename; @override - final String name; + final String id; - factory _$GAccountFieldsData_identity_certReceived_receiver( - [void Function( - GAccountFieldsData_identity_certReceived_receiverBuilder)? + factory _$GAccountFieldsData_transfersIssued_to( + [void Function(GAccountFieldsData_transfersIssued_toBuilder)? updates]) => - (new GAccountFieldsData_identity_certReceived_receiverBuilder() - ..update(updates)) + (new GAccountFieldsData_transfersIssued_toBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_certReceived_receiver._( - {required this.G__typename, - this.accountId, - required this.id, - required this.isMember, - this.status, - required this.name}) + _$GAccountFieldsData_transfersIssued_to._( + {required this.G__typename, required this.id}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certReceived_receiver', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certReceived_receiver', 'id'); - BuiltValueNullFieldError.checkNotNull(isMember, - r'GAccountFieldsData_identity_certReceived_receiver', 'isMember'); + G__typename, r'GAccountFieldsData_transfersIssued_to', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_identity_certReceived_receiver', 'name'); + id, r'GAccountFieldsData_transfersIssued_to', 'id'); } @override - GAccountFieldsData_identity_certReceived_receiver rebuild( - void Function( - GAccountFieldsData_identity_certReceived_receiverBuilder) + GAccountFieldsData_transfersIssued_to rebuild( + void Function(GAccountFieldsData_transfersIssued_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certReceived_receiverBuilder toBuilder() => - new GAccountFieldsData_identity_certReceived_receiverBuilder() - ..replace(this); + GAccountFieldsData_transfersIssued_toBuilder toBuilder() => + new GAccountFieldsData_transfersIssued_toBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certReceived_receiver && + return other is GAccountFieldsData_transfersIssued_to && G__typename == other.G__typename && - accountId == other.accountId && - id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -76019,150 +76799,113 @@ class _$GAccountFieldsData_identity_certReceived_receiver @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certReceived_receiver') + r'GAccountFieldsData_transfersIssued_to') ..add('G__typename', G__typename) - ..add('accountId', accountId) - ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('id', id)) .toString(); } } -class GAccountFieldsData_identity_certReceived_receiverBuilder +class GAccountFieldsData_transfersIssued_toBuilder implements - Builder<GAccountFieldsData_identity_certReceived_receiver, - GAccountFieldsData_identity_certReceived_receiverBuilder> { - _$GAccountFieldsData_identity_certReceived_receiver? _$v; + Builder<GAccountFieldsData_transfersIssued_to, + GAccountFieldsData_transfersIssued_toBuilder> { + _$GAccountFieldsData_transfersIssued_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; - String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; - - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; - - GAccountFieldsData_identity_certReceived_receiverBuilder() { - GAccountFieldsData_identity_certReceived_receiver._initializeBuilder(this); + GAccountFieldsData_transfersIssued_toBuilder() { + GAccountFieldsData_transfersIssued_to._initializeBuilder(this); } - GAccountFieldsData_identity_certReceived_receiverBuilder get _$this { + GAccountFieldsData_transfersIssued_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_certReceived_receiver other) { + void replace(GAccountFieldsData_transfersIssued_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certReceived_receiver; + _$v = other as _$GAccountFieldsData_transfersIssued_to; } @override void update( - void Function(GAccountFieldsData_identity_certReceived_receiverBuilder)? - updates) { + void Function(GAccountFieldsData_transfersIssued_toBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certReceived_receiver build() => _build(); + GAccountFieldsData_transfersIssued_to build() => _build(); - _$GAccountFieldsData_identity_certReceived_receiver _build() { + _$GAccountFieldsData_transfersIssued_to _build() { final _$result = _$v ?? - new _$GAccountFieldsData_identity_certReceived_receiver._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_certReceived_receiver', - 'G__typename'), - accountId: accountId, + new _$GAccountFieldsData_transfersIssued_to._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_transfersIssued_to', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_certReceived_receiver', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, - r'GAccountFieldsData_identity_certReceived_receiver', - 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull(name, - r'GAccountFieldsData_identity_certReceived_receiver', 'name')); + id, r'GAccountFieldsData_transfersIssued_to', 'id')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_certReceivedAggregate - extends GAccountFieldsData_identity_certReceivedAggregate { +class _$GAccountFieldsData_transfersIssued_from + extends GAccountFieldsData_transfersIssued_from { @override final String G__typename; @override - final GAccountFieldsData_identity_certReceivedAggregate_aggregate? aggregate; + final String id; - factory _$GAccountFieldsData_identity_certReceivedAggregate( - [void Function( - GAccountFieldsData_identity_certReceivedAggregateBuilder)? + factory _$GAccountFieldsData_transfersIssued_from( + [void Function(GAccountFieldsData_transfersIssued_fromBuilder)? updates]) => - (new GAccountFieldsData_identity_certReceivedAggregateBuilder() - ..update(updates)) + (new GAccountFieldsData_transfersIssued_fromBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_certReceivedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountFieldsData_transfersIssued_from._( + {required this.G__typename, required this.id}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_certReceivedAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountFieldsData_transfersIssued_from', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_transfersIssued_from', 'id'); } @override - GAccountFieldsData_identity_certReceivedAggregate rebuild( - void Function( - GAccountFieldsData_identity_certReceivedAggregateBuilder) + GAccountFieldsData_transfersIssued_from rebuild( + void Function(GAccountFieldsData_transfersIssued_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certReceivedAggregateBuilder toBuilder() => - new GAccountFieldsData_identity_certReceivedAggregateBuilder() - ..replace(this); + GAccountFieldsData_transfersIssued_fromBuilder toBuilder() => + new GAccountFieldsData_transfersIssued_fromBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_certReceivedAggregate && + return other is GAccountFieldsData_transfersIssued_from && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -76170,146 +76913,113 @@ class _$GAccountFieldsData_identity_certReceivedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certReceivedAggregate') + r'GAccountFieldsData_transfersIssued_from') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id)) .toString(); } } -class GAccountFieldsData_identity_certReceivedAggregateBuilder +class GAccountFieldsData_transfersIssued_fromBuilder implements - Builder<GAccountFieldsData_identity_certReceivedAggregate, - GAccountFieldsData_identity_certReceivedAggregateBuilder> { - _$GAccountFieldsData_identity_certReceivedAggregate? _$v; + Builder<GAccountFieldsData_transfersIssued_from, + GAccountFieldsData_transfersIssued_fromBuilder> { + _$GAccountFieldsData_transfersIssued_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder? - _aggregate; - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder(); - set aggregate( - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountFieldsData_identity_certReceivedAggregateBuilder() { - GAccountFieldsData_identity_certReceivedAggregate._initializeBuilder(this); + GAccountFieldsData_transfersIssued_fromBuilder() { + GAccountFieldsData_transfersIssued_from._initializeBuilder(this); } - GAccountFieldsData_identity_certReceivedAggregateBuilder get _$this { + GAccountFieldsData_transfersIssued_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_certReceivedAggregate other) { + void replace(GAccountFieldsData_transfersIssued_from other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_certReceivedAggregate; + _$v = other as _$GAccountFieldsData_transfersIssued_from; } @override void update( - void Function(GAccountFieldsData_identity_certReceivedAggregateBuilder)? - updates) { + void Function(GAccountFieldsData_transfersIssued_fromBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certReceivedAggregate build() => _build(); + GAccountFieldsData_transfersIssued_from build() => _build(); - _$GAccountFieldsData_identity_certReceivedAggregate _build() { - _$GAccountFieldsData_identity_certReceivedAggregate _$result; - try { - _$result = _$v ?? - new _$GAccountFieldsData_identity_certReceivedAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_certReceivedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_certReceivedAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountFieldsData_transfersIssued_from _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_transfersIssued_from._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_transfersIssued_from', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_transfersIssued_from', 'id')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_certReceivedAggregate_aggregate - extends GAccountFieldsData_identity_certReceivedAggregate_aggregate { +class _$GAccountFieldsData_transfersIssued_comment + extends GAccountFieldsData_transfersIssued_comment { @override final String G__typename; @override - final int count; + final String remark; - factory _$GAccountFieldsData_identity_certReceivedAggregate_aggregate( - [void Function( - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder)? + factory _$GAccountFieldsData_transfersIssued_comment( + [void Function(GAccountFieldsData_transfersIssued_commentBuilder)? updates]) => - (new GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder() - ..update(updates)) + (new GAccountFieldsData_transfersIssued_commentBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_certReceivedAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountFieldsData_transfersIssued_comment._( + {required this.G__typename, required this.remark}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_transfersIssued_comment', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_certReceivedAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_identity_certReceivedAggregate_aggregate', - 'count'); + remark, r'GAccountFieldsData_transfersIssued_comment', 'remark'); } @override - GAccountFieldsData_identity_certReceivedAggregate_aggregate rebuild( - void Function( - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder) + GAccountFieldsData_transfersIssued_comment rebuild( + void Function(GAccountFieldsData_transfersIssued_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder - toBuilder() => - new GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_transfersIssued_commentBuilder toBuilder() => + new GAccountFieldsData_transfersIssued_commentBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountFieldsData_identity_certReceivedAggregate_aggregate && + return other is GAccountFieldsData_transfersIssued_comment && G__typename == other.G__typename && - count == other.count; + remark == other.remark; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, remark.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -76317,124 +77027,113 @@ class _$GAccountFieldsData_identity_certReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_certReceivedAggregate_aggregate') + r'GAccountFieldsData_transfersIssued_comment') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('remark', remark)) .toString(); } } -class GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder +class GAccountFieldsData_transfersIssued_commentBuilder implements - Builder<GAccountFieldsData_identity_certReceivedAggregate_aggregate, - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder> { - _$GAccountFieldsData_identity_certReceivedAggregate_aggregate? _$v; + Builder<GAccountFieldsData_transfersIssued_comment, + GAccountFieldsData_transfersIssued_commentBuilder> { + _$GAccountFieldsData_transfersIssued_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder() { - GAccountFieldsData_identity_certReceivedAggregate_aggregate - ._initializeBuilder(this); + GAccountFieldsData_transfersIssued_commentBuilder() { + GAccountFieldsData_transfersIssued_comment._initializeBuilder(this); } - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder - get _$this { + GAccountFieldsData_transfersIssued_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _remark = $v.remark; _$v = null; } return this; } @override - void replace( - GAccountFieldsData_identity_certReceivedAggregate_aggregate other) { + void replace(GAccountFieldsData_transfersIssued_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountFieldsData_identity_certReceivedAggregate_aggregate; + _$v = other as _$GAccountFieldsData_transfersIssued_comment; } @override void update( - void Function( - GAccountFieldsData_identity_certReceivedAggregate_aggregateBuilder)? + void Function(GAccountFieldsData_transfersIssued_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_certReceivedAggregate_aggregate build() => - _build(); + GAccountFieldsData_transfersIssued_comment build() => _build(); - _$GAccountFieldsData_identity_certReceivedAggregate_aggregate _build() { + _$GAccountFieldsData_transfersIssued_comment _build() { final _$result = _$v ?? - new _$GAccountFieldsData_identity_certReceivedAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_certReceivedAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_identity_certReceivedAggregate_aggregate', - 'count')); + new _$GAccountFieldsData_transfersIssued_comment._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_transfersIssued_comment', 'G__typename'), + remark: BuiltValueNullFieldError.checkNotNull(remark, + r'GAccountFieldsData_transfersIssued_comment', 'remark')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_linkedAccount - extends GAccountFieldsData_identity_linkedAccount { +class _$GAccountFieldsData_transfersIssuedAggregate + extends GAccountFieldsData_transfersIssuedAggregate { @override final String G__typename; @override - final String id; + final GAccountFieldsData_transfersIssuedAggregate_aggregate? aggregate; - factory _$GAccountFieldsData_identity_linkedAccount( - [void Function(GAccountFieldsData_identity_linkedAccountBuilder)? + factory _$GAccountFieldsData_transfersIssuedAggregate( + [void Function(GAccountFieldsData_transfersIssuedAggregateBuilder)? updates]) => - (new GAccountFieldsData_identity_linkedAccountBuilder()..update(updates)) + (new GAccountFieldsData_transfersIssuedAggregateBuilder() + ..update(updates)) ._build(); - _$GAccountFieldsData_identity_linkedAccount._( - {required this.G__typename, required this.id}) + _$GAccountFieldsData_transfersIssuedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_linkedAccount', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_linkedAccount', 'id'); + r'GAccountFieldsData_transfersIssuedAggregate', 'G__typename'); } @override - GAccountFieldsData_identity_linkedAccount rebuild( - void Function(GAccountFieldsData_identity_linkedAccountBuilder) + GAccountFieldsData_transfersIssuedAggregate rebuild( + void Function(GAccountFieldsData_transfersIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_linkedAccountBuilder toBuilder() => - new GAccountFieldsData_identity_linkedAccountBuilder()..replace(this); + GAccountFieldsData_transfersIssuedAggregateBuilder toBuilder() => + new GAccountFieldsData_transfersIssuedAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_linkedAccount && + return other is GAccountFieldsData_transfersIssuedAggregate && G__typename == other.G__typename && - id == other.id; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -76442,116 +77141,145 @@ class _$GAccountFieldsData_identity_linkedAccount @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_linkedAccount') + r'GAccountFieldsData_transfersIssuedAggregate') ..add('G__typename', G__typename) - ..add('id', id)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountFieldsData_identity_linkedAccountBuilder +class GAccountFieldsData_transfersIssuedAggregateBuilder implements - Builder<GAccountFieldsData_identity_linkedAccount, - GAccountFieldsData_identity_linkedAccountBuilder> { - _$GAccountFieldsData_identity_linkedAccount? _$v; + Builder<GAccountFieldsData_transfersIssuedAggregate, + GAccountFieldsData_transfersIssuedAggregateBuilder> { + _$GAccountFieldsData_transfersIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder? _aggregate; + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder get aggregate => + _$this._aggregate ??= + new GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder(); + set aggregate( + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountFieldsData_identity_linkedAccountBuilder() { - GAccountFieldsData_identity_linkedAccount._initializeBuilder(this); + GAccountFieldsData_transfersIssuedAggregateBuilder() { + GAccountFieldsData_transfersIssuedAggregate._initializeBuilder(this); } - GAccountFieldsData_identity_linkedAccountBuilder get _$this { + GAccountFieldsData_transfersIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_linkedAccount other) { + void replace(GAccountFieldsData_transfersIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_linkedAccount; + _$v = other as _$GAccountFieldsData_transfersIssuedAggregate; } @override void update( - void Function(GAccountFieldsData_identity_linkedAccountBuilder)? + void Function(GAccountFieldsData_transfersIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_linkedAccount build() => _build(); + GAccountFieldsData_transfersIssuedAggregate build() => _build(); - _$GAccountFieldsData_identity_linkedAccount _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_identity_linkedAccount._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_linkedAccount', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_linkedAccount', 'id')); + _$GAccountFieldsData_transfersIssuedAggregate _build() { + _$GAccountFieldsData_transfersIssuedAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_transfersIssuedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_transfersIssuedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_transfersIssuedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_linkedAccountAggregate - extends GAccountFieldsData_identity_linkedAccountAggregate { +class _$GAccountFieldsData_transfersIssuedAggregate_aggregate + extends GAccountFieldsData_transfersIssuedAggregate_aggregate { @override final String G__typename; @override - final GAccountFieldsData_identity_linkedAccountAggregate_aggregate? aggregate; + final GAccountFieldsData_transfersIssuedAggregate_aggregate_sum? sum; + @override + final int count; - factory _$GAccountFieldsData_identity_linkedAccountAggregate( + factory _$GAccountFieldsData_transfersIssuedAggregate_aggregate( [void Function( - GAccountFieldsData_identity_linkedAccountAggregateBuilder)? + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder)? updates]) => - (new GAccountFieldsData_identity_linkedAccountAggregateBuilder() + (new GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_identity_linkedAccountAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountFieldsData_transfersIssuedAggregate_aggregate._( + {required this.G__typename, this.sum, required this.count}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_linkedAccountAggregate', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_transfersIssuedAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull(count, + r'GAccountFieldsData_transfersIssuedAggregate_aggregate', 'count'); } @override - GAccountFieldsData_identity_linkedAccountAggregate rebuild( + GAccountFieldsData_transfersIssuedAggregate_aggregate rebuild( void Function( - GAccountFieldsData_identity_linkedAccountAggregateBuilder) + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_linkedAccountAggregateBuilder toBuilder() => - new GAccountFieldsData_identity_linkedAccountAggregateBuilder() + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder toBuilder() => + new GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_linkedAccountAggregate && + return other is GAccountFieldsData_transfersIssuedAggregate_aggregate && G__typename == other.G__typename && - aggregate == other.aggregate; + sum == other.sum && + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, sum.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -76559,81 +77287,92 @@ class _$GAccountFieldsData_identity_linkedAccountAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_linkedAccountAggregate') + r'GAccountFieldsData_transfersIssuedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('sum', sum) + ..add('count', count)) .toString(); } } -class GAccountFieldsData_identity_linkedAccountAggregateBuilder +class GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder implements - Builder<GAccountFieldsData_identity_linkedAccountAggregate, - GAccountFieldsData_identity_linkedAccountAggregateBuilder> { - _$GAccountFieldsData_identity_linkedAccountAggregate? _$v; + Builder<GAccountFieldsData_transfersIssuedAggregate_aggregate, + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder> { + _$GAccountFieldsData_transfersIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder? - _aggregate; - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder(); - set aggregate( - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder? _sum; + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder get sum => + _$this._sum ??= + new GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder(); + set sum( + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder? + sum) => + _$this._sum = sum; - GAccountFieldsData_identity_linkedAccountAggregateBuilder() { - GAccountFieldsData_identity_linkedAccountAggregate._initializeBuilder(this); + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder() { + GAccountFieldsData_transfersIssuedAggregate_aggregate._initializeBuilder( + this); } - GAccountFieldsData_identity_linkedAccountAggregateBuilder get _$this { + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _sum = $v.sum?.toBuilder(); + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_linkedAccountAggregate other) { + void replace(GAccountFieldsData_transfersIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_linkedAccountAggregate; + _$v = other as _$GAccountFieldsData_transfersIssuedAggregate_aggregate; } @override void update( - void Function(GAccountFieldsData_identity_linkedAccountAggregateBuilder)? + void Function( + GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_linkedAccountAggregate build() => _build(); + GAccountFieldsData_transfersIssuedAggregate_aggregate build() => _build(); - _$GAccountFieldsData_identity_linkedAccountAggregate _build() { - _$GAccountFieldsData_identity_linkedAccountAggregate _$result; + _$GAccountFieldsData_transfersIssuedAggregate_aggregate _build() { + _$GAccountFieldsData_transfersIssuedAggregate_aggregate _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_identity_linkedAccountAggregate._( + new _$GAccountFieldsData_transfersIssuedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_identity_linkedAccountAggregate', + r'GAccountFieldsData_transfersIssuedAggregate_aggregate', 'G__typename'), - aggregate: _aggregate?.build()); + sum: _sum?.build(), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountFieldsData_transfersIssuedAggregate_aggregate', + 'count')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'sum'; + _sum?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_linkedAccountAggregate', + r'GAccountFieldsData_transfersIssuedAggregate_aggregate', _$failedField, e.toString()); } @@ -76644,61 +77383,56 @@ class GAccountFieldsData_identity_linkedAccountAggregateBuilder } } -class _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate - extends GAccountFieldsData_identity_linkedAccountAggregate_aggregate { +class _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum + extends GAccountFieldsData_transfersIssuedAggregate_aggregate_sum { @override final String G__typename; @override - final int count; + final int? amount; - factory _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate( + factory _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum( [void Function( - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder)? + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder)? updates]) => - (new GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder() + (new GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum._( + {required this.G__typename, this.amount}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate', + r'GAccountFieldsData_transfersIssuedAggregate_aggregate_sum', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate', - 'count'); } @override - GAccountFieldsData_identity_linkedAccountAggregate_aggregate rebuild( + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum rebuild( void Function( - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder) + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder toBuilder() => - new GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder() + new GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountFieldsData_identity_linkedAccountAggregate_aggregate && + return other is GAccountFieldsData_transfersIssuedAggregate_aggregate_sum && G__typename == other.G__typename && - count == other.count; + amount == other.amount; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, amount.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -76706,38 +77440,37 @@ class _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate') + r'GAccountFieldsData_transfersIssuedAggregate_aggregate_sum') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('amount', amount)) .toString(); } } -class GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder +class GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder implements - Builder<GAccountFieldsData_identity_linkedAccountAggregate_aggregate, - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder> { - _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate? _$v; + Builder<GAccountFieldsData_transfersIssuedAggregate_aggregate_sum, + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder> { + _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder() { - GAccountFieldsData_identity_linkedAccountAggregate_aggregate + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() { + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum ._initializeBuilder(this); } - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder - get _$this { + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _amount = $v.amount; _$v = null; } return this; @@ -76745,98 +77478,97 @@ class GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder @override void replace( - GAccountFieldsData_identity_linkedAccountAggregate_aggregate other) { + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate; + _$v = other as _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum; } @override void update( void Function( - GAccountFieldsData_identity_linkedAccountAggregate_aggregateBuilder)? + GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_linkedAccountAggregate_aggregate build() => - _build(); + GAccountFieldsData_transfersIssuedAggregate_aggregate_sum build() => _build(); - _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate _build() { + _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum _build() { final _$result = _$v ?? - new _$GAccountFieldsData_identity_linkedAccountAggregate_aggregate._( + new _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate', + r'GAccountFieldsData_transfersIssuedAggregate_aggregate_sum', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_identity_linkedAccountAggregate_aggregate', - 'count')); + amount: amount); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_membershipHistory - extends GAccountFieldsData_identity_membershipHistory { +class _$GAccountFieldsData_transfersReceived + extends GAccountFieldsData_transfersReceived { @override final String G__typename; @override final int blockNumber; @override - final String? eventId; + final _i2.Gtimestamptz timestamp; @override - final _i2.GEventTypeEnum? eventType; + final int amount; @override - final String id; + final GAccountFieldsData_transfersReceived_to? to; @override - final String? identityId; + final GAccountFieldsData_transfersReceived_from? from; + @override + final GAccountFieldsData_transfersReceived_comment? comment; - factory _$GAccountFieldsData_identity_membershipHistory( - [void Function(GAccountFieldsData_identity_membershipHistoryBuilder)? + factory _$GAccountFieldsData_transfersReceived( + [void Function(GAccountFieldsData_transfersReceivedBuilder)? updates]) => - (new GAccountFieldsData_identity_membershipHistoryBuilder() - ..update(updates)) + (new GAccountFieldsData_transfersReceivedBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_membershipHistory._( + _$GAccountFieldsData_transfersReceived._( {required this.G__typename, required this.blockNumber, - this.eventId, - this.eventType, - required this.id, - this.identityId}) + required this.timestamp, + required this.amount, + this.to, + this.from, + this.comment}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_membershipHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountFieldsData_identity_membershipHistory', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_membershipHistory', 'id'); + G__typename, r'GAccountFieldsData_transfersReceived', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GAccountFieldsData_transfersReceived', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull( + timestamp, r'GAccountFieldsData_transfersReceived', 'timestamp'); + BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountFieldsData_transfersReceived', 'amount'); } @override - GAccountFieldsData_identity_membershipHistory rebuild( - void Function(GAccountFieldsData_identity_membershipHistoryBuilder) - updates) => + GAccountFieldsData_transfersReceived rebuild( + void Function(GAccountFieldsData_transfersReceivedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_membershipHistoryBuilder toBuilder() => - new GAccountFieldsData_identity_membershipHistoryBuilder()..replace(this); + GAccountFieldsData_transfersReceivedBuilder toBuilder() => + new GAccountFieldsData_transfersReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_membershipHistory && + return other is GAccountFieldsData_transfersReceived && G__typename == other.G__typename && blockNumber == other.blockNumber && - eventId == other.eventId && - eventType == other.eventType && - id == other.id && - identityId == other.identityId; + timestamp == other.timestamp && + amount == other.amount && + to == other.to && + from == other.from && + comment == other.comment; } @override @@ -76844,33 +77576,34 @@ class _$GAccountFieldsData_identity_membershipHistory var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, eventId.hashCode); - _$hash = $jc(_$hash, eventType.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, to.hashCode); + _$hash = $jc(_$hash, from.hashCode); + _$hash = $jc(_$hash, comment.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_membershipHistory') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_transfersReceived') ..add('G__typename', G__typename) ..add('blockNumber', blockNumber) - ..add('eventId', eventId) - ..add('eventType', eventType) - ..add('id', id) - ..add('identityId', identityId)) + ..add('timestamp', timestamp) + ..add('amount', amount) + ..add('to', to) + ..add('from', from) + ..add('comment', comment)) .toString(); } } -class GAccountFieldsData_identity_membershipHistoryBuilder +class GAccountFieldsData_transfersReceivedBuilder implements - Builder<GAccountFieldsData_identity_membershipHistory, - GAccountFieldsData_identity_membershipHistoryBuilder> { - _$GAccountFieldsData_identity_membershipHistory? _$v; + Builder<GAccountFieldsData_transfersReceived, + GAccountFieldsData_transfersReceivedBuilder> { + _$GAccountFieldsData_transfersReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -76880,127 +77613,153 @@ class GAccountFieldsData_identity_membershipHistoryBuilder int? get blockNumber => _$this._blockNumber; set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - String? _eventId; - String? get eventId => _$this._eventId; - set eventId(String? eventId) => _$this._eventId = eventId; + _i2.GtimestamptzBuilder? _timestamp; + _i2.GtimestamptzBuilder get timestamp => + _$this._timestamp ??= new _i2.GtimestamptzBuilder(); + set timestamp(_i2.GtimestamptzBuilder? timestamp) => + _$this._timestamp = timestamp; - _i2.GEventTypeEnum? _eventType; - _i2.GEventTypeEnum? get eventType => _$this._eventType; - set eventType(_i2.GEventTypeEnum? eventType) => _$this._eventType = eventType; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; + GAccountFieldsData_transfersReceived_toBuilder? _to; + GAccountFieldsData_transfersReceived_toBuilder get to => + _$this._to ??= new GAccountFieldsData_transfersReceived_toBuilder(); + set to(GAccountFieldsData_transfersReceived_toBuilder? to) => _$this._to = to; - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; + GAccountFieldsData_transfersReceived_fromBuilder? _from; + GAccountFieldsData_transfersReceived_fromBuilder get from => + _$this._from ??= new GAccountFieldsData_transfersReceived_fromBuilder(); + set from(GAccountFieldsData_transfersReceived_fromBuilder? from) => + _$this._from = from; - GAccountFieldsData_identity_membershipHistoryBuilder() { - GAccountFieldsData_identity_membershipHistory._initializeBuilder(this); + GAccountFieldsData_transfersReceived_commentBuilder? _comment; + GAccountFieldsData_transfersReceived_commentBuilder get comment => + _$this._comment ??= + new GAccountFieldsData_transfersReceived_commentBuilder(); + set comment(GAccountFieldsData_transfersReceived_commentBuilder? comment) => + _$this._comment = comment; + + GAccountFieldsData_transfersReceivedBuilder() { + GAccountFieldsData_transfersReceived._initializeBuilder(this); } - GAccountFieldsData_identity_membershipHistoryBuilder get _$this { + GAccountFieldsData_transfersReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _blockNumber = $v.blockNumber; - _eventId = $v.eventId; - _eventType = $v.eventType; - _id = $v.id; - _identityId = $v.identityId; + _timestamp = $v.timestamp.toBuilder(); + _amount = $v.amount; + _to = $v.to?.toBuilder(); + _from = $v.from?.toBuilder(); + _comment = $v.comment?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_membershipHistory other) { + void replace(GAccountFieldsData_transfersReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_membershipHistory; + _$v = other as _$GAccountFieldsData_transfersReceived; } @override void update( - void Function(GAccountFieldsData_identity_membershipHistoryBuilder)? - updates) { + void Function(GAccountFieldsData_transfersReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_membershipHistory build() => _build(); + GAccountFieldsData_transfersReceived build() => _build(); - _$GAccountFieldsData_identity_membershipHistory _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_identity_membershipHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_membershipHistory', - 'G__typename'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, - r'GAccountFieldsData_identity_membershipHistory', - 'blockNumber'), - eventId: eventId, - eventType: eventType, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_membershipHistory', 'id'), - identityId: identityId); + _$GAccountFieldsData_transfersReceived _build() { + _$GAccountFieldsData_transfersReceived _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_transfersReceived._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_transfersReceived', 'G__typename'), + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountFieldsData_transfersReceived', 'blockNumber'), + timestamp: timestamp.build(), + amount: BuiltValueNullFieldError.checkNotNull( + amount, r'GAccountFieldsData_transfersReceived', 'amount'), + to: _to?.build(), + from: _from?.build(), + comment: _comment?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'timestamp'; + timestamp.build(); + + _$failedField = 'to'; + _to?.build(); + _$failedField = 'from'; + _from?.build(); + _$failedField = 'comment'; + _comment?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_transfersReceived', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_membershipHistoryAggregate - extends GAccountFieldsData_identity_membershipHistoryAggregate { +class _$GAccountFieldsData_transfersReceived_to + extends GAccountFieldsData_transfersReceived_to { @override final String G__typename; @override - final GAccountFieldsData_identity_membershipHistoryAggregate_aggregate? - aggregate; + final String id; - factory _$GAccountFieldsData_identity_membershipHistoryAggregate( - [void Function( - GAccountFieldsData_identity_membershipHistoryAggregateBuilder)? + factory _$GAccountFieldsData_transfersReceived_to( + [void Function(GAccountFieldsData_transfersReceived_toBuilder)? updates]) => - (new GAccountFieldsData_identity_membershipHistoryAggregateBuilder() - ..update(updates)) + (new GAccountFieldsData_transfersReceived_toBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_membershipHistoryAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountFieldsData_transfersReceived_to._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_membershipHistoryAggregate', - 'G__typename'); + G__typename, r'GAccountFieldsData_transfersReceived_to', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_transfersReceived_to', 'id'); } @override - GAccountFieldsData_identity_membershipHistoryAggregate rebuild( - void Function( - GAccountFieldsData_identity_membershipHistoryAggregateBuilder) + GAccountFieldsData_transfersReceived_to rebuild( + void Function(GAccountFieldsData_transfersReceived_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_membershipHistoryAggregateBuilder toBuilder() => - new GAccountFieldsData_identity_membershipHistoryAggregateBuilder() - ..replace(this); + GAccountFieldsData_transfersReceived_toBuilder toBuilder() => + new GAccountFieldsData_transfersReceived_toBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_membershipHistoryAggregate && + return other is GAccountFieldsData_transfersReceived_to && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -77008,148 +77767,113 @@ class _$GAccountFieldsData_identity_membershipHistoryAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_membershipHistoryAggregate') + r'GAccountFieldsData_transfersReceived_to') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id)) .toString(); } } -class GAccountFieldsData_identity_membershipHistoryAggregateBuilder +class GAccountFieldsData_transfersReceived_toBuilder implements - Builder<GAccountFieldsData_identity_membershipHistoryAggregate, - GAccountFieldsData_identity_membershipHistoryAggregateBuilder> { - _$GAccountFieldsData_identity_membershipHistoryAggregate? _$v; + Builder<GAccountFieldsData_transfersReceived_to, + GAccountFieldsData_transfersReceived_toBuilder> { + _$GAccountFieldsData_transfersReceived_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder? - _aggregate; - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder(); - set aggregate( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountFieldsData_identity_membershipHistoryAggregateBuilder() { - GAccountFieldsData_identity_membershipHistoryAggregate._initializeBuilder( - this); + GAccountFieldsData_transfersReceived_toBuilder() { + GAccountFieldsData_transfersReceived_to._initializeBuilder(this); } - GAccountFieldsData_identity_membershipHistoryAggregateBuilder get _$this { + GAccountFieldsData_transfersReceived_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_membershipHistoryAggregate other) { + void replace(GAccountFieldsData_transfersReceived_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_membershipHistoryAggregate; + _$v = other as _$GAccountFieldsData_transfersReceived_to; } @override void update( - void Function( - GAccountFieldsData_identity_membershipHistoryAggregateBuilder)? - updates) { + void Function(GAccountFieldsData_transfersReceived_toBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_membershipHistoryAggregate build() => _build(); + GAccountFieldsData_transfersReceived_to build() => _build(); - _$GAccountFieldsData_identity_membershipHistoryAggregate _build() { - _$GAccountFieldsData_identity_membershipHistoryAggregate _$result; - try { - _$result = _$v ?? - new _$GAccountFieldsData_identity_membershipHistoryAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_membershipHistoryAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_membershipHistoryAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountFieldsData_transfersReceived_to _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_transfersReceived_to._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_transfersReceived_to', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_transfersReceived_to', 'id')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate - extends GAccountFieldsData_identity_membershipHistoryAggregate_aggregate { +class _$GAccountFieldsData_transfersReceived_from + extends GAccountFieldsData_transfersReceived_from { @override final String G__typename; @override - final int count; + final String id; - factory _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate( - [void Function( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder)? + factory _$GAccountFieldsData_transfersReceived_from( + [void Function(GAccountFieldsData_transfersReceived_fromBuilder)? updates]) => - (new GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder() - ..update(updates)) + (new GAccountFieldsData_transfersReceived_fromBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountFieldsData_transfersReceived_from._( + {required this.G__typename, required this.id}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_transfersReceived_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate', - 'count'); + id, r'GAccountFieldsData_transfersReceived_from', 'id'); } @override - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate rebuild( - void Function( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder) + GAccountFieldsData_transfersReceived_from rebuild( + void Function(GAccountFieldsData_transfersReceived_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder - toBuilder() => - new GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_transfersReceived_fromBuilder toBuilder() => + new GAccountFieldsData_transfersReceived_fromBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountFieldsData_identity_membershipHistoryAggregate_aggregate && + return other is GAccountFieldsData_transfersReceived_from && G__typename == other.G__typename && - count == other.count; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -77157,149 +77881,115 @@ class _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate') + r'GAccountFieldsData_transfersReceived_from') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('id', id)) .toString(); } } -class GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder +class GAccountFieldsData_transfersReceived_fromBuilder implements - Builder< - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate, - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder> { - _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate? _$v; + Builder<GAccountFieldsData_transfersReceived_from, + GAccountFieldsData_transfersReceived_fromBuilder> { + _$GAccountFieldsData_transfersReceived_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder() { - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate - ._initializeBuilder(this); + GAccountFieldsData_transfersReceived_fromBuilder() { + GAccountFieldsData_transfersReceived_from._initializeBuilder(this); } - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder - get _$this { + GAccountFieldsData_transfersReceived_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _id = $v.id; _$v = null; } return this; } @override - void replace( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate; + void replace(GAccountFieldsData_transfersReceived_from other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountFieldsData_transfersReceived_from; } @override void update( - void Function( - GAccountFieldsData_identity_membershipHistoryAggregate_aggregateBuilder)? + void Function(GAccountFieldsData_transfersReceived_fromBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_membershipHistoryAggregate_aggregate build() => - _build(); + GAccountFieldsData_transfersReceived_from build() => _build(); - _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate _build() { + _$GAccountFieldsData_transfersReceived_from _build() { final _$result = _$v ?? - new _$GAccountFieldsData_identity_membershipHistoryAggregate_aggregate - ._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_identity_membershipHistoryAggregate_aggregate', - 'count')); + new _$GAccountFieldsData_transfersReceived_from._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_transfersReceived_from', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_transfersReceived_from', 'id')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_ownerKeyChange - extends GAccountFieldsData_identity_ownerKeyChange { +class _$GAccountFieldsData_transfersReceived_comment + extends GAccountFieldsData_transfersReceived_comment { @override final String G__typename; @override - final String id; - @override - final int blockNumber; - @override - final String? identityId; - @override - final String? nextId; - @override - final String? previousId; + final String remark; - factory _$GAccountFieldsData_identity_ownerKeyChange( - [void Function(GAccountFieldsData_identity_ownerKeyChangeBuilder)? + factory _$GAccountFieldsData_transfersReceived_comment( + [void Function(GAccountFieldsData_transfersReceived_commentBuilder)? updates]) => - (new GAccountFieldsData_identity_ownerKeyChangeBuilder()..update(updates)) + (new GAccountFieldsData_transfersReceived_commentBuilder() + ..update(updates)) ._build(); - _$GAccountFieldsData_identity_ownerKeyChange._( - {required this.G__typename, - required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + _$GAccountFieldsData_transfersReceived_comment._( + {required this.G__typename, required this.remark}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_ownerKeyChange', 'G__typename'); + r'GAccountFieldsData_transfersReceived_comment', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_ownerKeyChange', 'id'); - BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountFieldsData_identity_ownerKeyChange', 'blockNumber'); + remark, r'GAccountFieldsData_transfersReceived_comment', 'remark'); } @override - GAccountFieldsData_identity_ownerKeyChange rebuild( - void Function(GAccountFieldsData_identity_ownerKeyChangeBuilder) + GAccountFieldsData_transfersReceived_comment rebuild( + void Function(GAccountFieldsData_transfersReceived_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_ownerKeyChangeBuilder toBuilder() => - new GAccountFieldsData_identity_ownerKeyChangeBuilder()..replace(this); + GAccountFieldsData_transfersReceived_commentBuilder toBuilder() => + new GAccountFieldsData_transfersReceived_commentBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_ownerKeyChange && + return other is GAccountFieldsData_transfersReceived_comment && G__typename == other.G__typename && - id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + remark == other.remark; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, remark.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -77307,137 +77997,104 @@ class _$GAccountFieldsData_identity_ownerKeyChange @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_ownerKeyChange') + r'GAccountFieldsData_transfersReceived_comment') ..add('G__typename', G__typename) - ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('remark', remark)) .toString(); } } -class GAccountFieldsData_identity_ownerKeyChangeBuilder +class GAccountFieldsData_transfersReceived_commentBuilder implements - Builder<GAccountFieldsData_identity_ownerKeyChange, - GAccountFieldsData_identity_ownerKeyChangeBuilder> { - _$GAccountFieldsData_identity_ownerKeyChange? _$v; + Builder<GAccountFieldsData_transfersReceived_comment, + GAccountFieldsData_transfersReceived_commentBuilder> { + _$GAccountFieldsData_transfersReceived_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; - - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; - - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - GAccountFieldsData_identity_ownerKeyChangeBuilder() { - GAccountFieldsData_identity_ownerKeyChange._initializeBuilder(this); + GAccountFieldsData_transfersReceived_commentBuilder() { + GAccountFieldsData_transfersReceived_comment._initializeBuilder(this); } - GAccountFieldsData_identity_ownerKeyChangeBuilder get _$this { + GAccountFieldsData_transfersReceived_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _remark = $v.remark; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_ownerKeyChange other) { + void replace(GAccountFieldsData_transfersReceived_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_ownerKeyChange; + _$v = other as _$GAccountFieldsData_transfersReceived_comment; } @override void update( - void Function(GAccountFieldsData_identity_ownerKeyChangeBuilder)? + void Function(GAccountFieldsData_transfersReceived_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_ownerKeyChange build() => _build(); + GAccountFieldsData_transfersReceived_comment build() => _build(); - _$GAccountFieldsData_identity_ownerKeyChange _build() { + _$GAccountFieldsData_transfersReceived_comment _build() { final _$result = _$v ?? - new _$GAccountFieldsData_identity_ownerKeyChange._( + new _$GAccountFieldsData_transfersReceived_comment._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_ownerKeyChange', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_ownerKeyChange', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountFieldsData_identity_ownerKeyChange', 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + r'GAccountFieldsData_transfersReceived_comment', 'G__typename'), + remark: BuiltValueNullFieldError.checkNotNull(remark, + r'GAccountFieldsData_transfersReceived_comment', 'remark')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_ownerKeyChangeAggregate - extends GAccountFieldsData_identity_ownerKeyChangeAggregate { +class _$GAccountFieldsData_transfersReceivedAggregate + extends GAccountFieldsData_transfersReceivedAggregate { @override final String G__typename; @override - final GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate? - aggregate; + final GAccountFieldsData_transfersReceivedAggregate_aggregate? aggregate; - factory _$GAccountFieldsData_identity_ownerKeyChangeAggregate( - [void Function( - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder)? + factory _$GAccountFieldsData_transfersReceivedAggregate( + [void Function(GAccountFieldsData_transfersReceivedAggregateBuilder)? updates]) => - (new GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder() + (new GAccountFieldsData_transfersReceivedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_identity_ownerKeyChangeAggregate._( + _$GAccountFieldsData_transfersReceivedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_ownerKeyChangeAggregate', 'G__typename'); + r'GAccountFieldsData_transfersReceivedAggregate', 'G__typename'); } @override - GAccountFieldsData_identity_ownerKeyChangeAggregate rebuild( - void Function( - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder) + GAccountFieldsData_transfersReceivedAggregate rebuild( + void Function(GAccountFieldsData_transfersReceivedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder toBuilder() => - new GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder() - ..replace(this); + GAccountFieldsData_transfersReceivedAggregateBuilder toBuilder() => + new GAccountFieldsData_transfersReceivedAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_ownerKeyChangeAggregate && + return other is GAccountFieldsData_transfersReceivedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -77454,39 +78111,37 @@ class _$GAccountFieldsData_identity_ownerKeyChangeAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_ownerKeyChangeAggregate') + r'GAccountFieldsData_transfersReceivedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder +class GAccountFieldsData_transfersReceivedAggregateBuilder implements - Builder<GAccountFieldsData_identity_ownerKeyChangeAggregate, - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder> { - _$GAccountFieldsData_identity_ownerKeyChangeAggregate? _$v; + Builder<GAccountFieldsData_transfersReceivedAggregate, + GAccountFieldsData_transfersReceivedAggregateBuilder> { + _$GAccountFieldsData_transfersReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder? - _aggregate; - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder? _aggregate; + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder(); + new GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder(); set aggregate( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder? + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder() { - GAccountFieldsData_identity_ownerKeyChangeAggregate._initializeBuilder( - this); + GAccountFieldsData_transfersReceivedAggregateBuilder() { + GAccountFieldsData_transfersReceivedAggregate._initializeBuilder(this); } - GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder get _$this { + GAccountFieldsData_transfersReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -77497,29 +78152,29 @@ class GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder } @override - void replace(GAccountFieldsData_identity_ownerKeyChangeAggregate other) { + void replace(GAccountFieldsData_transfersReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_ownerKeyChangeAggregate; + _$v = other as _$GAccountFieldsData_transfersReceivedAggregate; } @override void update( - void Function(GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder)? + void Function(GAccountFieldsData_transfersReceivedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_ownerKeyChangeAggregate build() => _build(); + GAccountFieldsData_transfersReceivedAggregate build() => _build(); - _$GAccountFieldsData_identity_ownerKeyChangeAggregate _build() { - _$GAccountFieldsData_identity_ownerKeyChangeAggregate _$result; + _$GAccountFieldsData_transfersReceivedAggregate _build() { + _$GAccountFieldsData_transfersReceivedAggregate _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_identity_ownerKeyChangeAggregate._( + new _$GAccountFieldsData_transfersReceivedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_identity_ownerKeyChangeAggregate', + r'GAccountFieldsData_transfersReceivedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -77529,7 +78184,7 @@ class GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_ownerKeyChangeAggregate', + r'GAccountFieldsData_transfersReceivedAggregate', _$failedField, e.toString()); } @@ -77540,53 +78195,52 @@ class GAccountFieldsData_identity_ownerKeyChangeAggregateBuilder } } -class _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate - extends GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate { +class _$GAccountFieldsData_transfersReceivedAggregate_aggregate + extends GAccountFieldsData_transfersReceivedAggregate_aggregate { @override final String G__typename; @override + final GAccountFieldsData_transfersReceivedAggregate_aggregate_sum? sum; + @override final int count; - factory _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate( + factory _$GAccountFieldsData_transfersReceivedAggregate_aggregate( [void Function( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder)? updates]) => - (new GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder() + (new GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountFieldsData_transfersReceivedAggregate_aggregate._( + {required this.G__typename, this.sum, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate', + r'GAccountFieldsData_transfersReceivedAggregate_aggregate', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate', - 'count'); + BuiltValueNullFieldError.checkNotNull(count, + r'GAccountFieldsData_transfersReceivedAggregate_aggregate', 'count'); } @override - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate rebuild( + GAccountFieldsData_transfersReceivedAggregate_aggregate rebuild( void Function( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder) + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder - toBuilder() => - new GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder() - ..replace(this); + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder toBuilder() => + new GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate && + return other is GAccountFieldsData_transfersReceivedAggregate_aggregate && G__typename == other.G__typename && + sum == other.sum && count == other.count; } @@ -77594,6 +78248,7 @@ class _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); + _$hash = $jc(_$hash, sum.hashCode); _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; @@ -77602,37 +78257,47 @@ class _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate') + r'GAccountFieldsData_transfersReceivedAggregate_aggregate') ..add('G__typename', G__typename) + ..add('sum', sum) ..add('count', count)) .toString(); } } -class GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder +class GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder implements - Builder<GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate, - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder> { - _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate? _$v; + Builder<GAccountFieldsData_transfersReceivedAggregate_aggregate, + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder> { + _$GAccountFieldsData_transfersReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder? _sum; + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder get sum => + _$this._sum ??= + new GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder(); + set sum( + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder? + sum) => + _$this._sum = sum; + int? _count; int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder() { - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate - ._initializeBuilder(this); + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder() { + GAccountFieldsData_transfersReceivedAggregate_aggregate._initializeBuilder( + this); } - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder - get _$this { + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; + _sum = $v.sum?.toBuilder(); _count = $v.count; _$v = null; } @@ -77640,321 +78305,235 @@ class GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder } @override - void replace( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate other) { + void replace(GAccountFieldsData_transfersReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other - as _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate; + _$v = other as _$GAccountFieldsData_transfersReceivedAggregate_aggregate; } @override void update( void Function( - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregateBuilder)? + GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate build() => - _build(); + GAccountFieldsData_transfersReceivedAggregate_aggregate build() => _build(); - _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate', - 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_identity_ownerKeyChangeAggregate_aggregate', - 'count')); + _$GAccountFieldsData_transfersReceivedAggregate_aggregate _build() { + _$GAccountFieldsData_transfersReceivedAggregate_aggregate _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_transfersReceivedAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_transfersReceivedAggregate_aggregate', + 'G__typename'), + sum: _sum?.build(), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountFieldsData_transfersReceivedAggregate_aggregate', + 'count')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'sum'; + _sum?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_transfersReceivedAggregate_aggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_smith - extends GAccountFieldsData_identity_smith { +class _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum + extends GAccountFieldsData_transfersReceivedAggregate_aggregate_sum { @override final String G__typename; @override - final String id; - @override - final int forged; - @override - final int index; - @override - final int? lastChanged; - @override - final int? lastForged; - @override - final BuiltList<GAccountFieldsData_identity_smith_smithCertIssued> - smithCertIssued; - @override - final BuiltList<GAccountFieldsData_identity_smith_smithCertReceived> - smithCertReceived; + final int? amount; - factory _$GAccountFieldsData_identity_smith( - [void Function(GAccountFieldsData_identity_smithBuilder)? updates]) => - (new GAccountFieldsData_identity_smithBuilder()..update(updates)) + factory _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum( + [void Function( + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder)? + updates]) => + (new GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() + ..update(updates)) ._build(); - _$GAccountFieldsData_identity_smith._( - {required this.G__typename, - required this.id, - required this.forged, - required this.index, - this.lastChanged, - this.lastForged, - required this.smithCertIssued, - required this.smithCertReceived}) + _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum._( + {required this.G__typename, this.amount}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_identity_smith', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_smith', 'id'); - BuiltValueNullFieldError.checkNotNull( - forged, r'GAccountFieldsData_identity_smith', 'forged'); - BuiltValueNullFieldError.checkNotNull( - index, r'GAccountFieldsData_identity_smith', 'index'); - BuiltValueNullFieldError.checkNotNull(smithCertIssued, - r'GAccountFieldsData_identity_smith', 'smithCertIssued'); - BuiltValueNullFieldError.checkNotNull(smithCertReceived, - r'GAccountFieldsData_identity_smith', 'smithCertReceived'); + G__typename, + r'GAccountFieldsData_transfersReceivedAggregate_aggregate_sum', + 'G__typename'); } @override - GAccountFieldsData_identity_smith rebuild( - void Function(GAccountFieldsData_identity_smithBuilder) updates) => + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum rebuild( + void Function( + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_smithBuilder toBuilder() => - new GAccountFieldsData_identity_smithBuilder()..replace(this); + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder + toBuilder() => + new GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_smith && + return other + is GAccountFieldsData_transfersReceivedAggregate_aggregate_sum && G__typename == other.G__typename && - id == other.id && - forged == other.forged && - index == other.index && - lastChanged == other.lastChanged && - lastForged == other.lastForged && - smithCertIssued == other.smithCertIssued && - smithCertReceived == other.smithCertReceived; + amount == other.amount; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, forged.hashCode); - _$hash = $jc(_$hash, index.hashCode); - _$hash = $jc(_$hash, lastChanged.hashCode); - _$hash = $jc(_$hash, lastForged.hashCode); - _$hash = $jc(_$hash, smithCertIssued.hashCode); - _$hash = $jc(_$hash, smithCertReceived.hashCode); + _$hash = $jc(_$hash, amount.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData_identity_smith') + return (newBuiltValueToStringHelper( + r'GAccountFieldsData_transfersReceivedAggregate_aggregate_sum') ..add('G__typename', G__typename) - ..add('id', id) - ..add('forged', forged) - ..add('index', index) - ..add('lastChanged', lastChanged) - ..add('lastForged', lastForged) - ..add('smithCertIssued', smithCertIssued) - ..add('smithCertReceived', smithCertReceived)) + ..add('amount', amount)) .toString(); } } -class GAccountFieldsData_identity_smithBuilder +class GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder implements - Builder<GAccountFieldsData_identity_smith, - GAccountFieldsData_identity_smithBuilder> { - _$GAccountFieldsData_identity_smith? _$v; + Builder<GAccountFieldsData_transfersReceivedAggregate_aggregate_sum, + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder> { + _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _forged; - int? get forged => _$this._forged; - set forged(int? forged) => _$this._forged = forged; - - int? _index; - int? get index => _$this._index; - set index(int? index) => _$this._index = index; - - int? _lastChanged; - int? get lastChanged => _$this._lastChanged; - set lastChanged(int? lastChanged) => _$this._lastChanged = lastChanged; - - int? _lastForged; - int? get lastForged => _$this._lastForged; - set lastForged(int? lastForged) => _$this._lastForged = lastForged; - - ListBuilder<GAccountFieldsData_identity_smith_smithCertIssued>? - _smithCertIssued; - ListBuilder<GAccountFieldsData_identity_smith_smithCertIssued> - get smithCertIssued => _$this._smithCertIssued ??= - new ListBuilder<GAccountFieldsData_identity_smith_smithCertIssued>(); - set smithCertIssued( - ListBuilder<GAccountFieldsData_identity_smith_smithCertIssued>? - smithCertIssued) => - _$this._smithCertIssued = smithCertIssued; - - ListBuilder<GAccountFieldsData_identity_smith_smithCertReceived>? - _smithCertReceived; - ListBuilder<GAccountFieldsData_identity_smith_smithCertReceived> - get smithCertReceived => _$this._smithCertReceived ??= new ListBuilder< - GAccountFieldsData_identity_smith_smithCertReceived>(); - set smithCertReceived( - ListBuilder<GAccountFieldsData_identity_smith_smithCertReceived>? - smithCertReceived) => - _$this._smithCertReceived = smithCertReceived; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - GAccountFieldsData_identity_smithBuilder() { - GAccountFieldsData_identity_smith._initializeBuilder(this); + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() { + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum + ._initializeBuilder(this); } - GAccountFieldsData_identity_smithBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _id = $v.id; - _forged = $v.forged; - _index = $v.index; - _lastChanged = $v.lastChanged; - _lastForged = $v.lastForged; - _smithCertIssued = $v.smithCertIssued.toBuilder(); - _smithCertReceived = $v.smithCertReceived.toBuilder(); + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder + get _$this { + final $v = _$v; + if ($v != null) { + _G__typename = $v.G__typename; + _amount = $v.amount; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_smith other) { + void replace( + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_smith; + _$v = + other as _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum; } @override void update( - void Function(GAccountFieldsData_identity_smithBuilder)? updates) { + void Function( + GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_smith build() => _build(); + GAccountFieldsData_transfersReceivedAggregate_aggregate_sum build() => + _build(); - _$GAccountFieldsData_identity_smith _build() { - _$GAccountFieldsData_identity_smith _$result; - try { - _$result = _$v ?? - new _$GAccountFieldsData_identity_smith._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_smith', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_smith', 'id'), - forged: BuiltValueNullFieldError.checkNotNull( - forged, r'GAccountFieldsData_identity_smith', 'forged'), - index: BuiltValueNullFieldError.checkNotNull( - index, r'GAccountFieldsData_identity_smith', 'index'), - lastChanged: lastChanged, - lastForged: lastForged, - smithCertIssued: smithCertIssued.build(), - smithCertReceived: smithCertReceived.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'smithCertIssued'; - smithCertIssued.build(); - _$failedField = 'smithCertReceived'; - smithCertReceived.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_smith', _$failedField, e.toString()); - } - rethrow; - } + _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_transfersReceivedAggregate_aggregate_sum', + 'G__typename'), + amount: amount); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_smith_smithCertIssued - extends GAccountFieldsData_identity_smith_smithCertIssued { +class _$GAccountFieldsData_wasIdentity extends GAccountFieldsData_wasIdentity { @override final String G__typename; @override final String id; @override - final String? issuerId; + final int blockNumber; @override - final String? receiverId; + final String? identityId; @override - final int createdOn; + final String? nextId; + @override + final String? previousId; - factory _$GAccountFieldsData_identity_smith_smithCertIssued( - [void Function( - GAccountFieldsData_identity_smith_smithCertIssuedBuilder)? - updates]) => - (new GAccountFieldsData_identity_smith_smithCertIssuedBuilder() - ..update(updates)) - ._build(); + factory _$GAccountFieldsData_wasIdentity( + [void Function(GAccountFieldsData_wasIdentityBuilder)? updates]) => + (new GAccountFieldsData_wasIdentityBuilder()..update(updates))._build(); - _$GAccountFieldsData_identity_smith_smithCertIssued._( + _$GAccountFieldsData_wasIdentity._( {required this.G__typename, required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + required this.blockNumber, + this.identityId, + this.nextId, + this.previousId}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_smith_smithCertIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_smith_smithCertIssued', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GAccountFieldsData_identity_smith_smithCertIssued', 'createdOn'); + G__typename, r'GAccountFieldsData_wasIdentity', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountFieldsData_wasIdentity', 'id'); + BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GAccountFieldsData_wasIdentity', 'blockNumber'); } @override - GAccountFieldsData_identity_smith_smithCertIssued rebuild( - void Function( - GAccountFieldsData_identity_smith_smithCertIssuedBuilder) - updates) => + GAccountFieldsData_wasIdentity rebuild( + void Function(GAccountFieldsData_wasIdentityBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_smith_smithCertIssuedBuilder toBuilder() => - new GAccountFieldsData_identity_smith_smithCertIssuedBuilder() - ..replace(this); + GAccountFieldsData_wasIdentityBuilder toBuilder() => + new GAccountFieldsData_wasIdentityBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_smith_smithCertIssued && + return other is GAccountFieldsData_wasIdentity && G__typename == other.G__typename && id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + blockNumber == other.blockNumber && + identityId == other.identityId && + nextId == other.nextId && + previousId == other.previousId; } @override @@ -77962,31 +78541,32 @@ class _$GAccountFieldsData_identity_smith_smithCertIssued var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, identityId.hashCode); + _$hash = $jc(_$hash, nextId.hashCode); + _$hash = $jc(_$hash, previousId.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_smith_smithCertIssued') + return (newBuiltValueToStringHelper(r'GAccountFieldsData_wasIdentity') ..add('G__typename', G__typename) ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('blockNumber', blockNumber) + ..add('identityId', identityId) + ..add('nextId', nextId) + ..add('previousId', previousId)) .toString(); } } -class GAccountFieldsData_identity_smith_smithCertIssuedBuilder +class GAccountFieldsData_wasIdentityBuilder implements - Builder<GAccountFieldsData_identity_smith_smithCertIssued, - GAccountFieldsData_identity_smith_smithCertIssuedBuilder> { - _$GAccountFieldsData_identity_smith_smithCertIssued? _$v; + Builder<GAccountFieldsData_wasIdentity, + GAccountFieldsData_wasIdentityBuilder> { + _$GAccountFieldsData_wasIdentity? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -77996,138 +78576,114 @@ class GAccountFieldsData_identity_smith_smithCertIssuedBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; + String? _identityId; + String? get identityId => _$this._identityId; + set identityId(String? identityId) => _$this._identityId = identityId; - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + String? _nextId; + String? get nextId => _$this._nextId; + set nextId(String? nextId) => _$this._nextId = nextId; - GAccountFieldsData_identity_smith_smithCertIssuedBuilder() { - GAccountFieldsData_identity_smith_smithCertIssued._initializeBuilder(this); + String? _previousId; + String? get previousId => _$this._previousId; + set previousId(String? previousId) => _$this._previousId = previousId; + + GAccountFieldsData_wasIdentityBuilder() { + GAccountFieldsData_wasIdentity._initializeBuilder(this); } - GAccountFieldsData_identity_smith_smithCertIssuedBuilder get _$this { + GAccountFieldsData_wasIdentityBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _blockNumber = $v.blockNumber; + _identityId = $v.identityId; + _nextId = $v.nextId; + _previousId = $v.previousId; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_smith_smithCertIssued other) { + void replace(GAccountFieldsData_wasIdentity other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_smith_smithCertIssued; + _$v = other as _$GAccountFieldsData_wasIdentity; } @override - void update( - void Function(GAccountFieldsData_identity_smith_smithCertIssuedBuilder)? - updates) { + void update(void Function(GAccountFieldsData_wasIdentityBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_smith_smithCertIssued build() => _build(); + GAccountFieldsData_wasIdentity build() => _build(); - _$GAccountFieldsData_identity_smith_smithCertIssued _build() { + _$GAccountFieldsData_wasIdentity _build() { final _$result = _$v ?? - new _$GAccountFieldsData_identity_smith_smithCertIssued._( + new _$GAccountFieldsData_wasIdentity._( G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_smith_smithCertIssued', - 'G__typename'), + G__typename, r'GAccountFieldsData_wasIdentity', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_smith_smithCertIssued', 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountFieldsData_identity_smith_smithCertIssued', - 'createdOn')); + id, r'GAccountFieldsData_wasIdentity', 'id'), + blockNumber: BuiltValueNullFieldError.checkNotNull( + blockNumber, r'GAccountFieldsData_wasIdentity', 'blockNumber'), + identityId: identityId, + nextId: nextId, + previousId: previousId); replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_smith_smithCertReceived - extends GAccountFieldsData_identity_smith_smithCertReceived { +class _$GAccountFieldsData_wasIdentityAggregate + extends GAccountFieldsData_wasIdentityAggregate { @override final String G__typename; @override - final String id; - @override - final String? issuerId; - @override - final String? receiverId; - @override - final int createdOn; + final GAccountFieldsData_wasIdentityAggregate_aggregate? aggregate; - factory _$GAccountFieldsData_identity_smith_smithCertReceived( - [void Function( - GAccountFieldsData_identity_smith_smithCertReceivedBuilder)? + factory _$GAccountFieldsData_wasIdentityAggregate( + [void Function(GAccountFieldsData_wasIdentityAggregateBuilder)? updates]) => - (new GAccountFieldsData_identity_smith_smithCertReceivedBuilder() - ..update(updates)) + (new GAccountFieldsData_wasIdentityAggregateBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_identity_smith_smithCertReceived._( - {required this.G__typename, - required this.id, - this.issuerId, - this.receiverId, - required this.createdOn}) + _$GAccountFieldsData_wasIdentityAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_smith_smithCertReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_smith_smithCertReceived', 'id'); - BuiltValueNullFieldError.checkNotNull(createdOn, - r'GAccountFieldsData_identity_smith_smithCertReceived', 'createdOn'); + G__typename, r'GAccountFieldsData_wasIdentityAggregate', 'G__typename'); } @override - GAccountFieldsData_identity_smith_smithCertReceived rebuild( - void Function( - GAccountFieldsData_identity_smith_smithCertReceivedBuilder) + GAccountFieldsData_wasIdentityAggregate rebuild( + void Function(GAccountFieldsData_wasIdentityAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_smith_smithCertReceivedBuilder toBuilder() => - new GAccountFieldsData_identity_smith_smithCertReceivedBuilder() - ..replace(this); + GAccountFieldsData_wasIdentityAggregateBuilder toBuilder() => + new GAccountFieldsData_wasIdentityAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_smith_smithCertReceived && + return other is GAccountFieldsData_wasIdentityAggregate && G__typename == other.G__typename && - id == other.id && - issuerId == other.issuerId && - receiverId == other.receiverId && - createdOn == other.createdOn; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, issuerId.hashCode); - _$hash = $jc(_$hash, receiverId.hashCode); - _$hash = $jc(_$hash, createdOn.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -78135,156 +78691,136 @@ class _$GAccountFieldsData_identity_smith_smithCertReceived @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_smith_smithCertReceived') + r'GAccountFieldsData_wasIdentityAggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('issuerId', issuerId) - ..add('receiverId', receiverId) - ..add('createdOn', createdOn)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountFieldsData_identity_smith_smithCertReceivedBuilder +class GAccountFieldsData_wasIdentityAggregateBuilder implements - Builder<GAccountFieldsData_identity_smith_smithCertReceived, - GAccountFieldsData_identity_smith_smithCertReceivedBuilder> { - _$GAccountFieldsData_identity_smith_smithCertReceived? _$v; + Builder<GAccountFieldsData_wasIdentityAggregate, + GAccountFieldsData_wasIdentityAggregateBuilder> { + _$GAccountFieldsData_wasIdentityAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - String? _issuerId; - String? get issuerId => _$this._issuerId; - set issuerId(String? issuerId) => _$this._issuerId = issuerId; - - String? _receiverId; - String? get receiverId => _$this._receiverId; - set receiverId(String? receiverId) => _$this._receiverId = receiverId; - - int? _createdOn; - int? get createdOn => _$this._createdOn; - set createdOn(int? createdOn) => _$this._createdOn = createdOn; + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder? _aggregate; + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder get aggregate => + _$this._aggregate ??= + new GAccountFieldsData_wasIdentityAggregate_aggregateBuilder(); + set aggregate( + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountFieldsData_identity_smith_smithCertReceivedBuilder() { - GAccountFieldsData_identity_smith_smithCertReceived._initializeBuilder( - this); + GAccountFieldsData_wasIdentityAggregateBuilder() { + GAccountFieldsData_wasIdentityAggregate._initializeBuilder(this); } - GAccountFieldsData_identity_smith_smithCertReceivedBuilder get _$this { + GAccountFieldsData_wasIdentityAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _issuerId = $v.issuerId; - _receiverId = $v.receiverId; - _createdOn = $v.createdOn; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_smith_smithCertReceived other) { + void replace(GAccountFieldsData_wasIdentityAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_smith_smithCertReceived; + _$v = other as _$GAccountFieldsData_wasIdentityAggregate; } @override void update( - void Function(GAccountFieldsData_identity_smith_smithCertReceivedBuilder)? - updates) { + void Function(GAccountFieldsData_wasIdentityAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_smith_smithCertReceived build() => _build(); + GAccountFieldsData_wasIdentityAggregate build() => _build(); - _$GAccountFieldsData_identity_smith_smithCertReceived _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_identity_smith_smithCertReceived._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_identity_smith_smithCertReceived', - 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull(id, - r'GAccountFieldsData_identity_smith_smithCertReceived', 'id'), - issuerId: issuerId, - receiverId: receiverId, - createdOn: BuiltValueNullFieldError.checkNotNull( - createdOn, - r'GAccountFieldsData_identity_smith_smithCertReceived', - 'createdOn')); + _$GAccountFieldsData_wasIdentityAggregate _build() { + _$GAccountFieldsData_wasIdentityAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountFieldsData_wasIdentityAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_wasIdentityAggregate', 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountFieldsData_wasIdentityAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountFieldsData_identity_udHistory - extends GAccountFieldsData_identity_udHistory { +class _$GAccountFieldsData_wasIdentityAggregate_aggregate + extends GAccountFieldsData_wasIdentityAggregate_aggregate { @override final String G__typename; @override - final String id; - @override - final int amount; - @override - final _i2.Gtimestamptz timestamp; + final int count; - factory _$GAccountFieldsData_identity_udHistory( - [void Function(GAccountFieldsData_identity_udHistoryBuilder)? + factory _$GAccountFieldsData_wasIdentityAggregate_aggregate( + [void Function( + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder)? updates]) => - (new GAccountFieldsData_identity_udHistoryBuilder()..update(updates)) + (new GAccountFieldsData_wasIdentityAggregate_aggregateBuilder() + ..update(updates)) ._build(); - _$GAccountFieldsData_identity_udHistory._( - {required this.G__typename, - required this.id, - required this.amount, - required this.timestamp}) + _$GAccountFieldsData_wasIdentityAggregate_aggregate._( + {required this.G__typename, required this.count}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountFieldsData_wasIdentityAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_identity_udHistory', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_udHistory', 'id'); - BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountFieldsData_identity_udHistory', 'amount'); - BuiltValueNullFieldError.checkNotNull( - timestamp, r'GAccountFieldsData_identity_udHistory', 'timestamp'); + count, r'GAccountFieldsData_wasIdentityAggregate_aggregate', 'count'); } @override - GAccountFieldsData_identity_udHistory rebuild( - void Function(GAccountFieldsData_identity_udHistoryBuilder) + GAccountFieldsData_wasIdentityAggregate_aggregate rebuild( + void Function( + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_identity_udHistoryBuilder toBuilder() => - new GAccountFieldsData_identity_udHistoryBuilder()..replace(this); + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder toBuilder() => + new GAccountFieldsData_wasIdentityAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_identity_udHistory && + return other is GAccountFieldsData_wasIdentityAggregate_aggregate && G__typename == other.G__typename && - id == other.id && - amount == other.amount && - timestamp == other.timestamp; + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, amount.hashCode); - _$hash = $jc(_$hash, timestamp.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -78292,468 +78828,577 @@ class _$GAccountFieldsData_identity_udHistory @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_identity_udHistory') + r'GAccountFieldsData_wasIdentityAggregate_aggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('amount', amount) - ..add('timestamp', timestamp)) + ..add('count', count)) .toString(); } } -class GAccountFieldsData_identity_udHistoryBuilder +class GAccountFieldsData_wasIdentityAggregate_aggregateBuilder implements - Builder<GAccountFieldsData_identity_udHistory, - GAccountFieldsData_identity_udHistoryBuilder> { - _$GAccountFieldsData_identity_udHistory? _$v; + Builder<GAccountFieldsData_wasIdentityAggregate_aggregate, + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder> { + _$GAccountFieldsData_wasIdentityAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; - - _i2.GtimestamptzBuilder? _timestamp; - _i2.GtimestamptzBuilder get timestamp => - _$this._timestamp ??= new _i2.GtimestamptzBuilder(); - set timestamp(_i2.GtimestamptzBuilder? timestamp) => - _$this._timestamp = timestamp; + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; - GAccountFieldsData_identity_udHistoryBuilder() { - GAccountFieldsData_identity_udHistory._initializeBuilder(this); + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder() { + GAccountFieldsData_wasIdentityAggregate_aggregate._initializeBuilder(this); } - GAccountFieldsData_identity_udHistoryBuilder get _$this { + GAccountFieldsData_wasIdentityAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _amount = $v.amount; - _timestamp = $v.timestamp.toBuilder(); + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountFieldsData_identity_udHistory other) { + void replace(GAccountFieldsData_wasIdentityAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_identity_udHistory; + _$v = other as _$GAccountFieldsData_wasIdentityAggregate_aggregate; } @override void update( - void Function(GAccountFieldsData_identity_udHistoryBuilder)? updates) { + void Function(GAccountFieldsData_wasIdentityAggregate_aggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_identity_udHistory build() => _build(); + GAccountFieldsData_wasIdentityAggregate_aggregate build() => _build(); - _$GAccountFieldsData_identity_udHistory _build() { - _$GAccountFieldsData_identity_udHistory _$result; - try { - _$result = _$v ?? - new _$GAccountFieldsData_identity_udHistory._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_identity_udHistory', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_identity_udHistory', 'id'), - amount: BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountFieldsData_identity_udHistory', 'amount'), - timestamp: timestamp.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'timestamp'; - timestamp.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_identity_udHistory', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountFieldsData_wasIdentityAggregate_aggregate _build() { + final _$result = _$v ?? + new _$GAccountFieldsData_wasIdentityAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountFieldsData_wasIdentityAggregate_aggregate', + 'G__typename'), + count: BuiltValueNullFieldError.checkNotNull(count, + r'GAccountFieldsData_wasIdentityAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_linkedIdentity - extends GAccountFieldsData_linkedIdentity { +class _$GAccountTxsFieldsData extends GAccountTxsFieldsData { @override final String G__typename; @override - final String? accountId; + final BuiltList<GAccountTxsFieldsData_commentsIssued> commentsIssued; + @override + final GAccountTxsFieldsData_commentsIssuedAggregate commentsIssuedAggregate; + @override + final int createdOn; @override final String id; @override - final bool isMember; + final bool isActive; @override - final _i2.GIdentityStatusEnum? status; + final BuiltList<GAccountTxsFieldsData_transfersIssued> transfersIssued; @override - final String name; - - factory _$GAccountFieldsData_linkedIdentity( - [void Function(GAccountFieldsData_linkedIdentityBuilder)? updates]) => - (new GAccountFieldsData_linkedIdentityBuilder()..update(updates)) - ._build(); + final GAccountTxsFieldsData_transfersIssuedAggregate transfersIssuedAggregate; + @override + final BuiltList<GAccountTxsFieldsData_transfersReceived> transfersReceived; + @override + final GAccountTxsFieldsData_transfersReceivedAggregate + transfersReceivedAggregate; - _$GAccountFieldsData_linkedIdentity._( + factory _$GAccountTxsFieldsData( + [void Function(GAccountTxsFieldsDataBuilder)? updates]) => + (new GAccountTxsFieldsDataBuilder()..update(updates))._build(); + + _$GAccountTxsFieldsData._( {required this.G__typename, - this.accountId, + required this.commentsIssued, + required this.commentsIssuedAggregate, + required this.createdOn, required this.id, - required this.isMember, - this.status, - required this.name}) + required this.isActive, + required this.transfersIssued, + required this.transfersIssuedAggregate, + required this.transfersReceived, + required this.transfersReceivedAggregate}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_linkedIdentity', 'G__typename'); + G__typename, r'GAccountTxsFieldsData', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_linkedIdentity', 'id'); + commentsIssued, r'GAccountTxsFieldsData', 'commentsIssued'); + BuiltValueNullFieldError.checkNotNull(commentsIssuedAggregate, + r'GAccountTxsFieldsData', 'commentsIssuedAggregate'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountFieldsData_linkedIdentity', 'isMember'); + createdOn, r'GAccountTxsFieldsData', 'createdOn'); + BuiltValueNullFieldError.checkNotNull(id, r'GAccountTxsFieldsData', 'id'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_linkedIdentity', 'name'); + isActive, r'GAccountTxsFieldsData', 'isActive'); + BuiltValueNullFieldError.checkNotNull( + transfersIssued, r'GAccountTxsFieldsData', 'transfersIssued'); + BuiltValueNullFieldError.checkNotNull(transfersIssuedAggregate, + r'GAccountTxsFieldsData', 'transfersIssuedAggregate'); + BuiltValueNullFieldError.checkNotNull( + transfersReceived, r'GAccountTxsFieldsData', 'transfersReceived'); + BuiltValueNullFieldError.checkNotNull(transfersReceivedAggregate, + r'GAccountTxsFieldsData', 'transfersReceivedAggregate'); } @override - GAccountFieldsData_linkedIdentity rebuild( - void Function(GAccountFieldsData_linkedIdentityBuilder) updates) => + GAccountTxsFieldsData rebuild( + void Function(GAccountTxsFieldsDataBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_linkedIdentityBuilder toBuilder() => - new GAccountFieldsData_linkedIdentityBuilder()..replace(this); + GAccountTxsFieldsDataBuilder toBuilder() => + new GAccountTxsFieldsDataBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_linkedIdentity && + return other is GAccountTxsFieldsData && G__typename == other.G__typename && - accountId == other.accountId && + commentsIssued == other.commentsIssued && + commentsIssuedAggregate == other.commentsIssuedAggregate && + createdOn == other.createdOn && id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + isActive == other.isActive && + transfersIssued == other.transfersIssued && + transfersIssuedAggregate == other.transfersIssuedAggregate && + transfersReceived == other.transfersReceived && + transfersReceivedAggregate == other.transfersReceivedAggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, commentsIssued.hashCode); + _$hash = $jc(_$hash, commentsIssuedAggregate.hashCode); + _$hash = $jc(_$hash, createdOn.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, isActive.hashCode); + _$hash = $jc(_$hash, transfersIssued.hashCode); + _$hash = $jc(_$hash, transfersIssuedAggregate.hashCode); + _$hash = $jc(_$hash, transfersReceived.hashCode); + _$hash = $jc(_$hash, transfersReceivedAggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData_linkedIdentity') + return (newBuiltValueToStringHelper(r'GAccountTxsFieldsData') ..add('G__typename', G__typename) - ..add('accountId', accountId) + ..add('commentsIssued', commentsIssued) + ..add('commentsIssuedAggregate', commentsIssuedAggregate) + ..add('createdOn', createdOn) ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('isActive', isActive) + ..add('transfersIssued', transfersIssued) + ..add('transfersIssuedAggregate', transfersIssuedAggregate) + ..add('transfersReceived', transfersReceived) + ..add('transfersReceivedAggregate', transfersReceivedAggregate)) .toString(); } } -class GAccountFieldsData_linkedIdentityBuilder - implements - Builder<GAccountFieldsData_linkedIdentity, - GAccountFieldsData_linkedIdentityBuilder> { - _$GAccountFieldsData_linkedIdentity? _$v; +class GAccountTxsFieldsDataBuilder + implements Builder<GAccountTxsFieldsData, GAccountTxsFieldsDataBuilder> { + _$GAccountTxsFieldsData? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; + ListBuilder<GAccountTxsFieldsData_commentsIssued>? _commentsIssued; + ListBuilder<GAccountTxsFieldsData_commentsIssued> get commentsIssued => + _$this._commentsIssued ??= + new ListBuilder<GAccountTxsFieldsData_commentsIssued>(); + set commentsIssued( + ListBuilder<GAccountTxsFieldsData_commentsIssued>? commentsIssued) => + _$this._commentsIssued = commentsIssued; + + GAccountTxsFieldsData_commentsIssuedAggregateBuilder? + _commentsIssuedAggregate; + GAccountTxsFieldsData_commentsIssuedAggregateBuilder + get commentsIssuedAggregate => _$this._commentsIssuedAggregate ??= + new GAccountTxsFieldsData_commentsIssuedAggregateBuilder(); + set commentsIssuedAggregate( + GAccountTxsFieldsData_commentsIssuedAggregateBuilder? + commentsIssuedAggregate) => + _$this._commentsIssuedAggregate = commentsIssuedAggregate; + + int? _createdOn; + int? get createdOn => _$this._createdOn; + set createdOn(int? createdOn) => _$this._createdOn = createdOn; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; + bool? _isActive; + bool? get isActive => _$this._isActive; + set isActive(bool? isActive) => _$this._isActive = isActive; - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + ListBuilder<GAccountTxsFieldsData_transfersIssued>? _transfersIssued; + ListBuilder<GAccountTxsFieldsData_transfersIssued> get transfersIssued => + _$this._transfersIssued ??= + new ListBuilder<GAccountTxsFieldsData_transfersIssued>(); + set transfersIssued( + ListBuilder<GAccountTxsFieldsData_transfersIssued>? + transfersIssued) => + _$this._transfersIssued = transfersIssued; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + GAccountTxsFieldsData_transfersIssuedAggregateBuilder? + _transfersIssuedAggregate; + GAccountTxsFieldsData_transfersIssuedAggregateBuilder + get transfersIssuedAggregate => _$this._transfersIssuedAggregate ??= + new GAccountTxsFieldsData_transfersIssuedAggregateBuilder(); + set transfersIssuedAggregate( + GAccountTxsFieldsData_transfersIssuedAggregateBuilder? + transfersIssuedAggregate) => + _$this._transfersIssuedAggregate = transfersIssuedAggregate; - GAccountFieldsData_linkedIdentityBuilder() { - GAccountFieldsData_linkedIdentity._initializeBuilder(this); + ListBuilder<GAccountTxsFieldsData_transfersReceived>? _transfersReceived; + ListBuilder<GAccountTxsFieldsData_transfersReceived> get transfersReceived => + _$this._transfersReceived ??= + new ListBuilder<GAccountTxsFieldsData_transfersReceived>(); + set transfersReceived( + ListBuilder<GAccountTxsFieldsData_transfersReceived>? + transfersReceived) => + _$this._transfersReceived = transfersReceived; + + GAccountTxsFieldsData_transfersReceivedAggregateBuilder? + _transfersReceivedAggregate; + GAccountTxsFieldsData_transfersReceivedAggregateBuilder + get transfersReceivedAggregate => _$this._transfersReceivedAggregate ??= + new GAccountTxsFieldsData_transfersReceivedAggregateBuilder(); + set transfersReceivedAggregate( + GAccountTxsFieldsData_transfersReceivedAggregateBuilder? + transfersReceivedAggregate) => + _$this._transfersReceivedAggregate = transfersReceivedAggregate; + + GAccountTxsFieldsDataBuilder() { + GAccountTxsFieldsData._initializeBuilder(this); } - GAccountFieldsData_linkedIdentityBuilder get _$this { + GAccountTxsFieldsDataBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; + _commentsIssued = $v.commentsIssued.toBuilder(); + _commentsIssuedAggregate = $v.commentsIssuedAggregate.toBuilder(); + _createdOn = $v.createdOn; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _isActive = $v.isActive; + _transfersIssued = $v.transfersIssued.toBuilder(); + _transfersIssuedAggregate = $v.transfersIssuedAggregate.toBuilder(); + _transfersReceived = $v.transfersReceived.toBuilder(); + _transfersReceivedAggregate = $v.transfersReceivedAggregate.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountFieldsData_linkedIdentity other) { + void replace(GAccountTxsFieldsData other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_linkedIdentity; + _$v = other as _$GAccountTxsFieldsData; } @override - void update( - void Function(GAccountFieldsData_linkedIdentityBuilder)? updates) { + void update(void Function(GAccountTxsFieldsDataBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_linkedIdentity build() => _build(); + GAccountTxsFieldsData build() => _build(); - _$GAccountFieldsData_linkedIdentity _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_linkedIdentity._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_linkedIdentity', 'G__typename'), - accountId: accountId, - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_linkedIdentity', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountFieldsData_linkedIdentity', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_linkedIdentity', 'name')); + _$GAccountTxsFieldsData _build() { + _$GAccountTxsFieldsData _$result; + try { + _$result = _$v ?? + new _$GAccountTxsFieldsData._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, r'GAccountTxsFieldsData', 'G__typename'), + commentsIssued: commentsIssued.build(), + commentsIssuedAggregate: commentsIssuedAggregate.build(), + createdOn: BuiltValueNullFieldError.checkNotNull( + createdOn, r'GAccountTxsFieldsData', 'createdOn'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountTxsFieldsData', 'id'), + isActive: BuiltValueNullFieldError.checkNotNull( + isActive, r'GAccountTxsFieldsData', 'isActive'), + transfersIssued: transfersIssued.build(), + transfersIssuedAggregate: transfersIssuedAggregate.build(), + transfersReceived: transfersReceived.build(), + transfersReceivedAggregate: transfersReceivedAggregate.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'commentsIssued'; + commentsIssued.build(); + _$failedField = 'commentsIssuedAggregate'; + commentsIssuedAggregate.build(); + + _$failedField = 'transfersIssued'; + transfersIssued.build(); + _$failedField = 'transfersIssuedAggregate'; + transfersIssuedAggregate.build(); + _$failedField = 'transfersReceived'; + transfersReceived.build(); + _$failedField = 'transfersReceivedAggregate'; + transfersReceivedAggregate.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountTxsFieldsData', _$failedField, e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountFieldsData_removedIdentities - extends GAccountFieldsData_removedIdentities { +class _$GAccountTxsFieldsData_commentsIssued + extends GAccountTxsFieldsData_commentsIssued { @override final String G__typename; @override - final String? accountId; + final String? authorId; @override - final String id; + final int blockNumber; @override - final bool isMember; + final String? eventId; @override - final _i2.GIdentityStatusEnum? status; + final String hash; @override - final String name; + final String id; + @override + final String remark; + @override + final _i2.GCommentTypeEnum? type; - factory _$GAccountFieldsData_removedIdentities( - [void Function(GAccountFieldsData_removedIdentitiesBuilder)? + factory _$GAccountTxsFieldsData_commentsIssued( + [void Function(GAccountTxsFieldsData_commentsIssuedBuilder)? updates]) => - (new GAccountFieldsData_removedIdentitiesBuilder()..update(updates)) + (new GAccountTxsFieldsData_commentsIssuedBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_removedIdentities._( + _$GAccountTxsFieldsData_commentsIssued._( {required this.G__typename, - this.accountId, + this.authorId, + required this.blockNumber, + this.eventId, + required this.hash, required this.id, - required this.isMember, - this.status, - required this.name}) + required this.remark, + this.type}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_removedIdentities', 'G__typename'); + G__typename, r'GAccountTxsFieldsData_commentsIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_removedIdentities', 'id'); + blockNumber, r'GAccountTxsFieldsData_commentsIssued', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountFieldsData_removedIdentities', 'isMember'); + hash, r'GAccountTxsFieldsData_commentsIssued', 'hash'); BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_removedIdentities', 'name'); + id, r'GAccountTxsFieldsData_commentsIssued', 'id'); + BuiltValueNullFieldError.checkNotNull( + remark, r'GAccountTxsFieldsData_commentsIssued', 'remark'); } @override - GAccountFieldsData_removedIdentities rebuild( - void Function(GAccountFieldsData_removedIdentitiesBuilder) updates) => + GAccountTxsFieldsData_commentsIssued rebuild( + void Function(GAccountTxsFieldsData_commentsIssuedBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_removedIdentitiesBuilder toBuilder() => - new GAccountFieldsData_removedIdentitiesBuilder()..replace(this); + GAccountTxsFieldsData_commentsIssuedBuilder toBuilder() => + new GAccountTxsFieldsData_commentsIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_removedIdentities && + return other is GAccountTxsFieldsData_commentsIssued && G__typename == other.G__typename && - accountId == other.accountId && + authorId == other.authorId && + blockNumber == other.blockNumber && + eventId == other.eventId && + hash == other.hash && id == other.id && - isMember == other.isMember && - status == other.status && - name == other.name; + remark == other.remark && + type == other.type; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, accountId.hashCode); + _$hash = $jc(_$hash, authorId.hashCode); + _$hash = $jc(_$hash, blockNumber.hashCode); + _$hash = $jc(_$hash, eventId.hashCode); + _$hash = $jc(_$hash, hash.hashCode); _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, isMember.hashCode); - _$hash = $jc(_$hash, status.hashCode); - _$hash = $jc(_$hash, name.hashCode); + _$hash = $jc(_$hash, remark.hashCode); + _$hash = $jc(_$hash, type.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData_removedIdentities') + return (newBuiltValueToStringHelper(r'GAccountTxsFieldsData_commentsIssued') ..add('G__typename', G__typename) - ..add('accountId', accountId) + ..add('authorId', authorId) + ..add('blockNumber', blockNumber) + ..add('eventId', eventId) + ..add('hash', hash) ..add('id', id) - ..add('isMember', isMember) - ..add('status', status) - ..add('name', name)) + ..add('remark', remark) + ..add('type', type)) .toString(); } } -class GAccountFieldsData_removedIdentitiesBuilder +class GAccountTxsFieldsData_commentsIssuedBuilder implements - Builder<GAccountFieldsData_removedIdentities, - GAccountFieldsData_removedIdentitiesBuilder> { - _$GAccountFieldsData_removedIdentities? _$v; + Builder<GAccountTxsFieldsData_commentsIssued, + GAccountTxsFieldsData_commentsIssuedBuilder> { + _$GAccountTxsFieldsData_commentsIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _accountId; - String? get accountId => _$this._accountId; - set accountId(String? accountId) => _$this._accountId = accountId; + String? _authorId; + String? get authorId => _$this._authorId; + set authorId(String? authorId) => _$this._authorId = authorId; + + int? _blockNumber; + int? get blockNumber => _$this._blockNumber; + set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; + + String? _eventId; + String? get eventId => _$this._eventId; + set eventId(String? eventId) => _$this._eventId = eventId; + + String? _hash; + String? get hash => _$this._hash; + set hash(String? hash) => _$this._hash = hash; String? _id; String? get id => _$this._id; set id(String? id) => _$this._id = id; - bool? _isMember; - bool? get isMember => _$this._isMember; - set isMember(bool? isMember) => _$this._isMember = isMember; - - _i2.GIdentityStatusEnum? _status; - _i2.GIdentityStatusEnum? get status => _$this._status; - set status(_i2.GIdentityStatusEnum? status) => _$this._status = status; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - String? _name; - String? get name => _$this._name; - set name(String? name) => _$this._name = name; + _i2.GCommentTypeEnum? _type; + _i2.GCommentTypeEnum? get type => _$this._type; + set type(_i2.GCommentTypeEnum? type) => _$this._type = type; - GAccountFieldsData_removedIdentitiesBuilder() { - GAccountFieldsData_removedIdentities._initializeBuilder(this); + GAccountTxsFieldsData_commentsIssuedBuilder() { + GAccountTxsFieldsData_commentsIssued._initializeBuilder(this); } - GAccountFieldsData_removedIdentitiesBuilder get _$this { + GAccountTxsFieldsData_commentsIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _accountId = $v.accountId; + _authorId = $v.authorId; + _blockNumber = $v.blockNumber; + _eventId = $v.eventId; + _hash = $v.hash; _id = $v.id; - _isMember = $v.isMember; - _status = $v.status; - _name = $v.name; + _remark = $v.remark; + _type = $v.type; _$v = null; } return this; } @override - void replace(GAccountFieldsData_removedIdentities other) { + void replace(GAccountTxsFieldsData_commentsIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_removedIdentities; + _$v = other as _$GAccountTxsFieldsData_commentsIssued; } @override void update( - void Function(GAccountFieldsData_removedIdentitiesBuilder)? updates) { + void Function(GAccountTxsFieldsData_commentsIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_removedIdentities build() => _build(); + GAccountTxsFieldsData_commentsIssued build() => _build(); - _$GAccountFieldsData_removedIdentities _build() { + _$GAccountTxsFieldsData_commentsIssued _build() { final _$result = _$v ?? - new _$GAccountFieldsData_removedIdentities._( + new _$GAccountTxsFieldsData_commentsIssued._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_removedIdentities', 'G__typename'), - accountId: accountId, + r'GAccountTxsFieldsData_commentsIssued', 'G__typename'), + authorId: authorId, + blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, + r'GAccountTxsFieldsData_commentsIssued', 'blockNumber'), + eventId: eventId, + hash: BuiltValueNullFieldError.checkNotNull( + hash, r'GAccountTxsFieldsData_commentsIssued', 'hash'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_removedIdentities', 'id'), - isMember: BuiltValueNullFieldError.checkNotNull( - isMember, r'GAccountFieldsData_removedIdentities', 'isMember'), - status: status, - name: BuiltValueNullFieldError.checkNotNull( - name, r'GAccountFieldsData_removedIdentities', 'name')); + id, r'GAccountTxsFieldsData_commentsIssued', 'id'), + remark: BuiltValueNullFieldError.checkNotNull( + remark, r'GAccountTxsFieldsData_commentsIssued', 'remark'), + type: type); replace(_$result); return _$result; } } -class _$GAccountFieldsData_removedIdentitiesAggregate - extends GAccountFieldsData_removedIdentitiesAggregate { +class _$GAccountTxsFieldsData_commentsIssuedAggregate + extends GAccountTxsFieldsData_commentsIssuedAggregate { @override final String G__typename; @override - final GAccountFieldsData_removedIdentitiesAggregate_aggregate? aggregate; + final GAccountTxsFieldsData_commentsIssuedAggregate_aggregate? aggregate; - factory _$GAccountFieldsData_removedIdentitiesAggregate( - [void Function(GAccountFieldsData_removedIdentitiesAggregateBuilder)? + factory _$GAccountTxsFieldsData_commentsIssuedAggregate( + [void Function(GAccountTxsFieldsData_commentsIssuedAggregateBuilder)? updates]) => - (new GAccountFieldsData_removedIdentitiesAggregateBuilder() + (new GAccountTxsFieldsData_commentsIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_removedIdentitiesAggregate._( + _$GAccountTxsFieldsData_commentsIssuedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_removedIdentitiesAggregate', 'G__typename'); + r'GAccountTxsFieldsData_commentsIssuedAggregate', 'G__typename'); } @override - GAccountFieldsData_removedIdentitiesAggregate rebuild( - void Function(GAccountFieldsData_removedIdentitiesAggregateBuilder) + GAccountTxsFieldsData_commentsIssuedAggregate rebuild( + void Function(GAccountTxsFieldsData_commentsIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_removedIdentitiesAggregateBuilder toBuilder() => - new GAccountFieldsData_removedIdentitiesAggregateBuilder()..replace(this); + GAccountTxsFieldsData_commentsIssuedAggregateBuilder toBuilder() => + new GAccountTxsFieldsData_commentsIssuedAggregateBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_removedIdentitiesAggregate && + return other is GAccountTxsFieldsData_commentsIssuedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -78770,37 +79415,37 @@ class _$GAccountFieldsData_removedIdentitiesAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_removedIdentitiesAggregate') + r'GAccountTxsFieldsData_commentsIssuedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountFieldsData_removedIdentitiesAggregateBuilder +class GAccountTxsFieldsData_commentsIssuedAggregateBuilder implements - Builder<GAccountFieldsData_removedIdentitiesAggregate, - GAccountFieldsData_removedIdentitiesAggregateBuilder> { - _$GAccountFieldsData_removedIdentitiesAggregate? _$v; + Builder<GAccountTxsFieldsData_commentsIssuedAggregate, + GAccountTxsFieldsData_commentsIssuedAggregateBuilder> { + _$GAccountTxsFieldsData_commentsIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder? _aggregate; - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder? _aggregate; + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder get aggregate => _$this._aggregate ??= - new GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder(); + new GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder(); set aggregate( - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder? + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountFieldsData_removedIdentitiesAggregateBuilder() { - GAccountFieldsData_removedIdentitiesAggregate._initializeBuilder(this); + GAccountTxsFieldsData_commentsIssuedAggregateBuilder() { + GAccountTxsFieldsData_commentsIssuedAggregate._initializeBuilder(this); } - GAccountFieldsData_removedIdentitiesAggregateBuilder get _$this { + GAccountTxsFieldsData_commentsIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -78811,29 +79456,29 @@ class GAccountFieldsData_removedIdentitiesAggregateBuilder } @override - void replace(GAccountFieldsData_removedIdentitiesAggregate other) { + void replace(GAccountTxsFieldsData_commentsIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_removedIdentitiesAggregate; + _$v = other as _$GAccountTxsFieldsData_commentsIssuedAggregate; } @override void update( - void Function(GAccountFieldsData_removedIdentitiesAggregateBuilder)? + void Function(GAccountTxsFieldsData_commentsIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_removedIdentitiesAggregate build() => _build(); + GAccountTxsFieldsData_commentsIssuedAggregate build() => _build(); - _$GAccountFieldsData_removedIdentitiesAggregate _build() { - _$GAccountFieldsData_removedIdentitiesAggregate _$result; + _$GAccountTxsFieldsData_commentsIssuedAggregate _build() { + _$GAccountTxsFieldsData_commentsIssuedAggregate _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_removedIdentitiesAggregate._( + new _$GAccountTxsFieldsData_commentsIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_removedIdentitiesAggregate', + r'GAccountTxsFieldsData_commentsIssuedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -78843,7 +79488,7 @@ class GAccountFieldsData_removedIdentitiesAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_removedIdentitiesAggregate', + r'GAccountTxsFieldsData_commentsIssuedAggregate', _$failedField, e.toString()); } @@ -78854,48 +79499,48 @@ class GAccountFieldsData_removedIdentitiesAggregateBuilder } } -class _$GAccountFieldsData_removedIdentitiesAggregate_aggregate - extends GAccountFieldsData_removedIdentitiesAggregate_aggregate { +class _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate + extends GAccountTxsFieldsData_commentsIssuedAggregate_aggregate { @override final String G__typename; @override final int count; - factory _$GAccountFieldsData_removedIdentitiesAggregate_aggregate( + factory _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate( [void Function( - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder)? + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder)? updates]) => - (new GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder() + (new GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_removedIdentitiesAggregate_aggregate._( + _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate._( {required this.G__typename, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_removedIdentitiesAggregate_aggregate', + r'GAccountTxsFieldsData_commentsIssuedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull(count, - r'GAccountFieldsData_removedIdentitiesAggregate_aggregate', 'count'); + r'GAccountTxsFieldsData_commentsIssuedAggregate_aggregate', 'count'); } @override - GAccountFieldsData_removedIdentitiesAggregate_aggregate rebuild( + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate rebuild( void Function( - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder) + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder toBuilder() => - new GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder() + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder toBuilder() => + new GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_removedIdentitiesAggregate_aggregate && + return other is GAccountTxsFieldsData_commentsIssuedAggregate_aggregate && G__typename == other.G__typename && count == other.count; } @@ -78912,18 +79557,18 @@ class _$GAccountFieldsData_removedIdentitiesAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_removedIdentitiesAggregate_aggregate') + r'GAccountTxsFieldsData_commentsIssuedAggregate_aggregate') ..add('G__typename', G__typename) ..add('count', count)) .toString(); } } -class GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder +class GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder implements - Builder<GAccountFieldsData_removedIdentitiesAggregate_aggregate, - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder> { - _$GAccountFieldsData_removedIdentitiesAggregate_aggregate? _$v; + Builder<GAccountTxsFieldsData_commentsIssuedAggregate_aggregate, + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder> { + _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -78933,12 +79578,12 @@ class GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder() { - GAccountFieldsData_removedIdentitiesAggregate_aggregate._initializeBuilder( + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder() { + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate._initializeBuilder( this); } - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder get _$this { + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -78949,40 +79594,40 @@ class GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder } @override - void replace(GAccountFieldsData_removedIdentitiesAggregate_aggregate other) { + void replace(GAccountTxsFieldsData_commentsIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_removedIdentitiesAggregate_aggregate; + _$v = other as _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate; } @override void update( void Function( - GAccountFieldsData_removedIdentitiesAggregate_aggregateBuilder)? + GAccountTxsFieldsData_commentsIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_removedIdentitiesAggregate_aggregate build() => _build(); + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate build() => _build(); - _$GAccountFieldsData_removedIdentitiesAggregate_aggregate _build() { + _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate _build() { final _$result = _$v ?? - new _$GAccountFieldsData_removedIdentitiesAggregate_aggregate._( + new _$GAccountTxsFieldsData_commentsIssuedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_removedIdentitiesAggregate_aggregate', + r'GAccountTxsFieldsData_commentsIssuedAggregate_aggregate', 'G__typename'), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountFieldsData_removedIdentitiesAggregate_aggregate', + r'GAccountTxsFieldsData_commentsIssuedAggregate_aggregate', 'count')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_transfersIssued - extends GAccountFieldsData_transfersIssued { +class _$GAccountTxsFieldsData_transfersIssued + extends GAccountTxsFieldsData_transfersIssued { @override final String G__typename; @override @@ -78992,19 +79637,19 @@ class _$GAccountFieldsData_transfersIssued @override final int amount; @override - final GAccountFieldsData_transfersIssued_to? to; + final GAccountTxsFieldsData_transfersIssued_to? to; @override - final GAccountFieldsData_transfersIssued_from? from; + final GAccountTxsFieldsData_transfersIssued_from? from; @override - final GAccountFieldsData_transfersIssued_comment? comment; + final GAccountTxsFieldsData_transfersIssued_comment? comment; - factory _$GAccountFieldsData_transfersIssued( - [void Function(GAccountFieldsData_transfersIssuedBuilder)? + factory _$GAccountTxsFieldsData_transfersIssued( + [void Function(GAccountTxsFieldsData_transfersIssuedBuilder)? updates]) => - (new GAccountFieldsData_transfersIssuedBuilder()..update(updates)) + (new GAccountTxsFieldsData_transfersIssuedBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_transfersIssued._( + _$GAccountTxsFieldsData_transfersIssued._( {required this.G__typename, required this.blockNumber, required this.timestamp, @@ -79014,28 +79659,29 @@ class _$GAccountFieldsData_transfersIssued this.comment}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_transfersIssued', 'G__typename'); + G__typename, r'GAccountTxsFieldsData_transfersIssued', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GAccountFieldsData_transfersIssued', 'blockNumber'); + blockNumber, r'GAccountTxsFieldsData_transfersIssued', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - timestamp, r'GAccountFieldsData_transfersIssued', 'timestamp'); + timestamp, r'GAccountTxsFieldsData_transfersIssued', 'timestamp'); BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountFieldsData_transfersIssued', 'amount'); + amount, r'GAccountTxsFieldsData_transfersIssued', 'amount'); } @override - GAccountFieldsData_transfersIssued rebuild( - void Function(GAccountFieldsData_transfersIssuedBuilder) updates) => + GAccountTxsFieldsData_transfersIssued rebuild( + void Function(GAccountTxsFieldsData_transfersIssuedBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersIssuedBuilder toBuilder() => - new GAccountFieldsData_transfersIssuedBuilder()..replace(this); + GAccountTxsFieldsData_transfersIssuedBuilder toBuilder() => + new GAccountTxsFieldsData_transfersIssuedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersIssued && + return other is GAccountTxsFieldsData_transfersIssued && G__typename == other.G__typename && blockNumber == other.blockNumber && timestamp == other.timestamp && @@ -79061,7 +79707,8 @@ class _$GAccountFieldsData_transfersIssued @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData_transfersIssued') + return (newBuiltValueToStringHelper( + r'GAccountTxsFieldsData_transfersIssued') ..add('G__typename', G__typename) ..add('blockNumber', blockNumber) ..add('timestamp', timestamp) @@ -79073,11 +79720,11 @@ class _$GAccountFieldsData_transfersIssued } } -class GAccountFieldsData_transfersIssuedBuilder +class GAccountTxsFieldsData_transfersIssuedBuilder implements - Builder<GAccountFieldsData_transfersIssued, - GAccountFieldsData_transfersIssuedBuilder> { - _$GAccountFieldsData_transfersIssued? _$v; + Builder<GAccountTxsFieldsData_transfersIssued, + GAccountTxsFieldsData_transfersIssuedBuilder> { + _$GAccountTxsFieldsData_transfersIssued? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -79097,29 +79744,30 @@ class GAccountFieldsData_transfersIssuedBuilder int? get amount => _$this._amount; set amount(int? amount) => _$this._amount = amount; - GAccountFieldsData_transfersIssued_toBuilder? _to; - GAccountFieldsData_transfersIssued_toBuilder get to => - _$this._to ??= new GAccountFieldsData_transfersIssued_toBuilder(); - set to(GAccountFieldsData_transfersIssued_toBuilder? to) => _$this._to = to; + GAccountTxsFieldsData_transfersIssued_toBuilder? _to; + GAccountTxsFieldsData_transfersIssued_toBuilder get to => + _$this._to ??= new GAccountTxsFieldsData_transfersIssued_toBuilder(); + set to(GAccountTxsFieldsData_transfersIssued_toBuilder? to) => + _$this._to = to; - GAccountFieldsData_transfersIssued_fromBuilder? _from; - GAccountFieldsData_transfersIssued_fromBuilder get from => - _$this._from ??= new GAccountFieldsData_transfersIssued_fromBuilder(); - set from(GAccountFieldsData_transfersIssued_fromBuilder? from) => + GAccountTxsFieldsData_transfersIssued_fromBuilder? _from; + GAccountTxsFieldsData_transfersIssued_fromBuilder get from => + _$this._from ??= new GAccountTxsFieldsData_transfersIssued_fromBuilder(); + set from(GAccountTxsFieldsData_transfersIssued_fromBuilder? from) => _$this._from = from; - GAccountFieldsData_transfersIssued_commentBuilder? _comment; - GAccountFieldsData_transfersIssued_commentBuilder get comment => + GAccountTxsFieldsData_transfersIssued_commentBuilder? _comment; + GAccountTxsFieldsData_transfersIssued_commentBuilder get comment => _$this._comment ??= - new GAccountFieldsData_transfersIssued_commentBuilder(); - set comment(GAccountFieldsData_transfersIssued_commentBuilder? comment) => + new GAccountTxsFieldsData_transfersIssued_commentBuilder(); + set comment(GAccountTxsFieldsData_transfersIssued_commentBuilder? comment) => _$this._comment = comment; - GAccountFieldsData_transfersIssuedBuilder() { - GAccountFieldsData_transfersIssued._initializeBuilder(this); + GAccountTxsFieldsData_transfersIssuedBuilder() { + GAccountTxsFieldsData_transfersIssued._initializeBuilder(this); } - GAccountFieldsData_transfersIssuedBuilder get _$this { + GAccountTxsFieldsData_transfersIssuedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -79135,32 +79783,32 @@ class GAccountFieldsData_transfersIssuedBuilder } @override - void replace(GAccountFieldsData_transfersIssued other) { + void replace(GAccountTxsFieldsData_transfersIssued other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersIssued; + _$v = other as _$GAccountTxsFieldsData_transfersIssued; } @override void update( - void Function(GAccountFieldsData_transfersIssuedBuilder)? updates) { + void Function(GAccountTxsFieldsData_transfersIssuedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersIssued build() => _build(); + GAccountTxsFieldsData_transfersIssued build() => _build(); - _$GAccountFieldsData_transfersIssued _build() { - _$GAccountFieldsData_transfersIssued _$result; + _$GAccountTxsFieldsData_transfersIssued _build() { + _$GAccountTxsFieldsData_transfersIssued _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_transfersIssued._( + new _$GAccountTxsFieldsData_transfersIssued._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersIssued', 'G__typename'), + r'GAccountTxsFieldsData_transfersIssued', 'G__typename'), blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountFieldsData_transfersIssued', 'blockNumber'), + r'GAccountTxsFieldsData_transfersIssued', 'blockNumber'), timestamp: timestamp.build(), amount: BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountFieldsData_transfersIssued', 'amount'), + amount, r'GAccountTxsFieldsData_transfersIssued', 'amount'), to: _to?.build(), from: _from?.build(), comment: _comment?.build()); @@ -79178,7 +79826,9 @@ class GAccountFieldsData_transfersIssuedBuilder _comment?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_transfersIssued', _$failedField, e.toString()); + r'GAccountTxsFieldsData_transfersIssued', + _$failedField, + e.toString()); } rethrow; } @@ -79187,42 +79837,42 @@ class GAccountFieldsData_transfersIssuedBuilder } } -class _$GAccountFieldsData_transfersIssued_to - extends GAccountFieldsData_transfersIssued_to { +class _$GAccountTxsFieldsData_transfersIssued_to + extends GAccountTxsFieldsData_transfersIssued_to { @override final String G__typename; @override final String id; - factory _$GAccountFieldsData_transfersIssued_to( - [void Function(GAccountFieldsData_transfersIssued_toBuilder)? + factory _$GAccountTxsFieldsData_transfersIssued_to( + [void Function(GAccountTxsFieldsData_transfersIssued_toBuilder)? updates]) => - (new GAccountFieldsData_transfersIssued_toBuilder()..update(updates)) + (new GAccountTxsFieldsData_transfersIssued_toBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_transfersIssued_to._( + _$GAccountTxsFieldsData_transfersIssued_to._( {required this.G__typename, required this.id}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTxsFieldsData_transfersIssued_to', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_transfersIssued_to', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_transfersIssued_to', 'id'); + id, r'GAccountTxsFieldsData_transfersIssued_to', 'id'); } @override - GAccountFieldsData_transfersIssued_to rebuild( - void Function(GAccountFieldsData_transfersIssued_toBuilder) + GAccountTxsFieldsData_transfersIssued_to rebuild( + void Function(GAccountTxsFieldsData_transfersIssued_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersIssued_toBuilder toBuilder() => - new GAccountFieldsData_transfersIssued_toBuilder()..replace(this); + GAccountTxsFieldsData_transfersIssued_toBuilder toBuilder() => + new GAccountTxsFieldsData_transfersIssued_toBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersIssued_to && + return other is GAccountTxsFieldsData_transfersIssued_to && G__typename == other.G__typename && id == other.id; } @@ -79239,18 +79889,18 @@ class _$GAccountFieldsData_transfersIssued_to @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersIssued_to') + r'GAccountTxsFieldsData_transfersIssued_to') ..add('G__typename', G__typename) ..add('id', id)) .toString(); } } -class GAccountFieldsData_transfersIssued_toBuilder +class GAccountTxsFieldsData_transfersIssued_toBuilder implements - Builder<GAccountFieldsData_transfersIssued_to, - GAccountFieldsData_transfersIssued_toBuilder> { - _$GAccountFieldsData_transfersIssued_to? _$v; + Builder<GAccountTxsFieldsData_transfersIssued_to, + GAccountTxsFieldsData_transfersIssued_toBuilder> { + _$GAccountTxsFieldsData_transfersIssued_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -79260,11 +79910,11 @@ class GAccountFieldsData_transfersIssued_toBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountFieldsData_transfersIssued_toBuilder() { - GAccountFieldsData_transfersIssued_to._initializeBuilder(this); + GAccountTxsFieldsData_transfersIssued_toBuilder() { + GAccountTxsFieldsData_transfersIssued_to._initializeBuilder(this); } - GAccountFieldsData_transfersIssued_toBuilder get _$this { + GAccountTxsFieldsData_transfersIssued_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -79275,68 +79925,68 @@ class GAccountFieldsData_transfersIssued_toBuilder } @override - void replace(GAccountFieldsData_transfersIssued_to other) { + void replace(GAccountTxsFieldsData_transfersIssued_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersIssued_to; + _$v = other as _$GAccountTxsFieldsData_transfersIssued_to; } @override void update( - void Function(GAccountFieldsData_transfersIssued_toBuilder)? updates) { + void Function(GAccountTxsFieldsData_transfersIssued_toBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersIssued_to build() => _build(); + GAccountTxsFieldsData_transfersIssued_to build() => _build(); - _$GAccountFieldsData_transfersIssued_to _build() { + _$GAccountTxsFieldsData_transfersIssued_to _build() { final _$result = _$v ?? - new _$GAccountFieldsData_transfersIssued_to._( + new _$GAccountTxsFieldsData_transfersIssued_to._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersIssued_to', 'G__typename'), + r'GAccountTxsFieldsData_transfersIssued_to', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_transfersIssued_to', 'id')); + id, r'GAccountTxsFieldsData_transfersIssued_to', 'id')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_transfersIssued_from - extends GAccountFieldsData_transfersIssued_from { +class _$GAccountTxsFieldsData_transfersIssued_from + extends GAccountTxsFieldsData_transfersIssued_from { @override final String G__typename; @override final String id; - factory _$GAccountFieldsData_transfersIssued_from( - [void Function(GAccountFieldsData_transfersIssued_fromBuilder)? + factory _$GAccountTxsFieldsData_transfersIssued_from( + [void Function(GAccountTxsFieldsData_transfersIssued_fromBuilder)? updates]) => - (new GAccountFieldsData_transfersIssued_fromBuilder()..update(updates)) + (new GAccountTxsFieldsData_transfersIssued_fromBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_transfersIssued_from._( + _$GAccountTxsFieldsData_transfersIssued_from._( {required this.G__typename, required this.id}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTxsFieldsData_transfersIssued_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_transfersIssued_from', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_transfersIssued_from', 'id'); + id, r'GAccountTxsFieldsData_transfersIssued_from', 'id'); } @override - GAccountFieldsData_transfersIssued_from rebuild( - void Function(GAccountFieldsData_transfersIssued_fromBuilder) + GAccountTxsFieldsData_transfersIssued_from rebuild( + void Function(GAccountTxsFieldsData_transfersIssued_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersIssued_fromBuilder toBuilder() => - new GAccountFieldsData_transfersIssued_fromBuilder()..replace(this); + GAccountTxsFieldsData_transfersIssued_fromBuilder toBuilder() => + new GAccountTxsFieldsData_transfersIssued_fromBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersIssued_from && + return other is GAccountTxsFieldsData_transfersIssued_from && G__typename == other.G__typename && id == other.id; } @@ -79353,18 +80003,18 @@ class _$GAccountFieldsData_transfersIssued_from @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersIssued_from') + r'GAccountTxsFieldsData_transfersIssued_from') ..add('G__typename', G__typename) ..add('id', id)) .toString(); } } -class GAccountFieldsData_transfersIssued_fromBuilder +class GAccountTxsFieldsData_transfersIssued_fromBuilder implements - Builder<GAccountFieldsData_transfersIssued_from, - GAccountFieldsData_transfersIssued_fromBuilder> { - _$GAccountFieldsData_transfersIssued_from? _$v; + Builder<GAccountTxsFieldsData_transfersIssued_from, + GAccountTxsFieldsData_transfersIssued_fromBuilder> { + _$GAccountTxsFieldsData_transfersIssued_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -79374,11 +80024,11 @@ class GAccountFieldsData_transfersIssued_fromBuilder String? get id => _$this._id; set id(String? id) => _$this._id = id; - GAccountFieldsData_transfersIssued_fromBuilder() { - GAccountFieldsData_transfersIssued_from._initializeBuilder(this); + GAccountTxsFieldsData_transfersIssued_fromBuilder() { + GAccountTxsFieldsData_transfersIssued_from._initializeBuilder(this); } - GAccountFieldsData_transfersIssued_fromBuilder get _$this { + GAccountTxsFieldsData_transfersIssued_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -79389,68 +80039,70 @@ class GAccountFieldsData_transfersIssued_fromBuilder } @override - void replace(GAccountFieldsData_transfersIssued_from other) { + void replace(GAccountTxsFieldsData_transfersIssued_from other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersIssued_from; + _$v = other as _$GAccountTxsFieldsData_transfersIssued_from; } @override void update( - void Function(GAccountFieldsData_transfersIssued_fromBuilder)? updates) { + void Function(GAccountTxsFieldsData_transfersIssued_fromBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersIssued_from build() => _build(); + GAccountTxsFieldsData_transfersIssued_from build() => _build(); - _$GAccountFieldsData_transfersIssued_from _build() { + _$GAccountTxsFieldsData_transfersIssued_from _build() { final _$result = _$v ?? - new _$GAccountFieldsData_transfersIssued_from._( + new _$GAccountTxsFieldsData_transfersIssued_from._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersIssued_from', 'G__typename'), + r'GAccountTxsFieldsData_transfersIssued_from', 'G__typename'), id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_transfersIssued_from', 'id')); + id, r'GAccountTxsFieldsData_transfersIssued_from', 'id')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_transfersIssued_comment - extends GAccountFieldsData_transfersIssued_comment { +class _$GAccountTxsFieldsData_transfersIssued_comment + extends GAccountTxsFieldsData_transfersIssued_comment { @override final String G__typename; @override final String remark; - factory _$GAccountFieldsData_transfersIssued_comment( - [void Function(GAccountFieldsData_transfersIssued_commentBuilder)? + factory _$GAccountTxsFieldsData_transfersIssued_comment( + [void Function(GAccountTxsFieldsData_transfersIssued_commentBuilder)? updates]) => - (new GAccountFieldsData_transfersIssued_commentBuilder()..update(updates)) + (new GAccountTxsFieldsData_transfersIssued_commentBuilder() + ..update(updates)) ._build(); - _$GAccountFieldsData_transfersIssued_comment._( + _$GAccountTxsFieldsData_transfersIssued_comment._( {required this.G__typename, required this.remark}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersIssued_comment', 'G__typename'); + r'GAccountTxsFieldsData_transfersIssued_comment', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - remark, r'GAccountFieldsData_transfersIssued_comment', 'remark'); + remark, r'GAccountTxsFieldsData_transfersIssued_comment', 'remark'); } @override - GAccountFieldsData_transfersIssued_comment rebuild( - void Function(GAccountFieldsData_transfersIssued_commentBuilder) + GAccountTxsFieldsData_transfersIssued_comment rebuild( + void Function(GAccountTxsFieldsData_transfersIssued_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersIssued_commentBuilder toBuilder() => - new GAccountFieldsData_transfersIssued_commentBuilder()..replace(this); + GAccountTxsFieldsData_transfersIssued_commentBuilder toBuilder() => + new GAccountTxsFieldsData_transfersIssued_commentBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersIssued_comment && + return other is GAccountTxsFieldsData_transfersIssued_comment && G__typename == other.G__typename && remark == other.remark; } @@ -79467,18 +80119,18 @@ class _$GAccountFieldsData_transfersIssued_comment @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersIssued_comment') + r'GAccountTxsFieldsData_transfersIssued_comment') ..add('G__typename', G__typename) ..add('remark', remark)) .toString(); } } -class GAccountFieldsData_transfersIssued_commentBuilder +class GAccountTxsFieldsData_transfersIssued_commentBuilder implements - Builder<GAccountFieldsData_transfersIssued_comment, - GAccountFieldsData_transfersIssued_commentBuilder> { - _$GAccountFieldsData_transfersIssued_comment? _$v; + Builder<GAccountTxsFieldsData_transfersIssued_comment, + GAccountTxsFieldsData_transfersIssued_commentBuilder> { + _$GAccountTxsFieldsData_transfersIssued_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -79488,11 +80140,11 @@ class GAccountFieldsData_transfersIssued_commentBuilder String? get remark => _$this._remark; set remark(String? remark) => _$this._remark = remark; - GAccountFieldsData_transfersIssued_commentBuilder() { - GAccountFieldsData_transfersIssued_comment._initializeBuilder(this); + GAccountTxsFieldsData_transfersIssued_commentBuilder() { + GAccountTxsFieldsData_transfersIssued_comment._initializeBuilder(this); } - GAccountFieldsData_transfersIssued_commentBuilder get _$this { + GAccountTxsFieldsData_transfersIssued_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -79503,68 +80155,71 @@ class GAccountFieldsData_transfersIssued_commentBuilder } @override - void replace(GAccountFieldsData_transfersIssued_comment other) { + void replace(GAccountTxsFieldsData_transfersIssued_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersIssued_comment; + _$v = other as _$GAccountTxsFieldsData_transfersIssued_comment; } @override void update( - void Function(GAccountFieldsData_transfersIssued_commentBuilder)? + void Function(GAccountTxsFieldsData_transfersIssued_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersIssued_comment build() => _build(); - - _$GAccountFieldsData_transfersIssued_comment _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_transfersIssued_comment._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersIssued_comment', 'G__typename'), + GAccountTxsFieldsData_transfersIssued_comment build() => _build(); + + _$GAccountTxsFieldsData_transfersIssued_comment _build() { + final _$result = _$v ?? + new _$GAccountTxsFieldsData_transfersIssued_comment._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTxsFieldsData_transfersIssued_comment', + 'G__typename'), remark: BuiltValueNullFieldError.checkNotNull(remark, - r'GAccountFieldsData_transfersIssued_comment', 'remark')); + r'GAccountTxsFieldsData_transfersIssued_comment', 'remark')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_transfersIssuedAggregate - extends GAccountFieldsData_transfersIssuedAggregate { +class _$GAccountTxsFieldsData_transfersIssuedAggregate + extends GAccountTxsFieldsData_transfersIssuedAggregate { @override final String G__typename; @override - final GAccountFieldsData_transfersIssuedAggregate_aggregate? aggregate; + final GAccountTxsFieldsData_transfersIssuedAggregate_aggregate? aggregate; - factory _$GAccountFieldsData_transfersIssuedAggregate( - [void Function(GAccountFieldsData_transfersIssuedAggregateBuilder)? + factory _$GAccountTxsFieldsData_transfersIssuedAggregate( + [void Function(GAccountTxsFieldsData_transfersIssuedAggregateBuilder)? updates]) => - (new GAccountFieldsData_transfersIssuedAggregateBuilder() + (new GAccountTxsFieldsData_transfersIssuedAggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_transfersIssuedAggregate._( + _$GAccountTxsFieldsData_transfersIssuedAggregate._( {required this.G__typename, this.aggregate}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersIssuedAggregate', 'G__typename'); + r'GAccountTxsFieldsData_transfersIssuedAggregate', 'G__typename'); } @override - GAccountFieldsData_transfersIssuedAggregate rebuild( - void Function(GAccountFieldsData_transfersIssuedAggregateBuilder) + GAccountTxsFieldsData_transfersIssuedAggregate rebuild( + void Function(GAccountTxsFieldsData_transfersIssuedAggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersIssuedAggregateBuilder toBuilder() => - new GAccountFieldsData_transfersIssuedAggregateBuilder()..replace(this); + GAccountTxsFieldsData_transfersIssuedAggregateBuilder toBuilder() => + new GAccountTxsFieldsData_transfersIssuedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersIssuedAggregate && + return other is GAccountTxsFieldsData_transfersIssuedAggregate && G__typename == other.G__typename && aggregate == other.aggregate; } @@ -79581,37 +80236,37 @@ class _$GAccountFieldsData_transfersIssuedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersIssuedAggregate') + r'GAccountTxsFieldsData_transfersIssuedAggregate') ..add('G__typename', G__typename) ..add('aggregate', aggregate)) .toString(); } } -class GAccountFieldsData_transfersIssuedAggregateBuilder +class GAccountTxsFieldsData_transfersIssuedAggregateBuilder implements - Builder<GAccountFieldsData_transfersIssuedAggregate, - GAccountFieldsData_transfersIssuedAggregateBuilder> { - _$GAccountFieldsData_transfersIssuedAggregate? _$v; + Builder<GAccountTxsFieldsData_transfersIssuedAggregate, + GAccountTxsFieldsData_transfersIssuedAggregateBuilder> { + _$GAccountTxsFieldsData_transfersIssuedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder? _aggregate; - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder get aggregate => - _$this._aggregate ??= - new GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder(); + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder? _aggregate; + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder(); set aggregate( - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder? + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder? aggregate) => _$this._aggregate = aggregate; - GAccountFieldsData_transfersIssuedAggregateBuilder() { - GAccountFieldsData_transfersIssuedAggregate._initializeBuilder(this); + GAccountTxsFieldsData_transfersIssuedAggregateBuilder() { + GAccountTxsFieldsData_transfersIssuedAggregate._initializeBuilder(this); } - GAccountFieldsData_transfersIssuedAggregateBuilder get _$this { + GAccountTxsFieldsData_transfersIssuedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -79622,29 +80277,29 @@ class GAccountFieldsData_transfersIssuedAggregateBuilder } @override - void replace(GAccountFieldsData_transfersIssuedAggregate other) { + void replace(GAccountTxsFieldsData_transfersIssuedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersIssuedAggregate; + _$v = other as _$GAccountTxsFieldsData_transfersIssuedAggregate; } @override void update( - void Function(GAccountFieldsData_transfersIssuedAggregateBuilder)? + void Function(GAccountTxsFieldsData_transfersIssuedAggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersIssuedAggregate build() => _build(); + GAccountTxsFieldsData_transfersIssuedAggregate build() => _build(); - _$GAccountFieldsData_transfersIssuedAggregate _build() { - _$GAccountFieldsData_transfersIssuedAggregate _$result; + _$GAccountTxsFieldsData_transfersIssuedAggregate _build() { + _$GAccountTxsFieldsData_transfersIssuedAggregate _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_transfersIssuedAggregate._( + new _$GAccountTxsFieldsData_transfersIssuedAggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_transfersIssuedAggregate', + r'GAccountTxsFieldsData_transfersIssuedAggregate', 'G__typename'), aggregate: _aggregate?.build()); } catch (_) { @@ -79654,7 +80309,7 @@ class GAccountFieldsData_transfersIssuedAggregateBuilder _aggregate?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_transfersIssuedAggregate', + r'GAccountTxsFieldsData_transfersIssuedAggregate', _$failedField, e.toString()); } @@ -79665,50 +80320,50 @@ class GAccountFieldsData_transfersIssuedAggregateBuilder } } -class _$GAccountFieldsData_transfersIssuedAggregate_aggregate - extends GAccountFieldsData_transfersIssuedAggregate_aggregate { +class _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate + extends GAccountTxsFieldsData_transfersIssuedAggregate_aggregate { @override final String G__typename; @override - final GAccountFieldsData_transfersIssuedAggregate_aggregate_sum? sum; + final GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum? sum; @override final int count; - factory _$GAccountFieldsData_transfersIssuedAggregate_aggregate( + factory _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate( [void Function( - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder)? + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder)? updates]) => - (new GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder() + (new GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_transfersIssuedAggregate_aggregate._( + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate._( {required this.G__typename, this.sum, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_transfersIssuedAggregate_aggregate', + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull(count, - r'GAccountFieldsData_transfersIssuedAggregate_aggregate', 'count'); + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate', 'count'); } @override - GAccountFieldsData_transfersIssuedAggregate_aggregate rebuild( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate rebuild( void Function( - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder) + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder toBuilder() => - new GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder() + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder toBuilder() => + new GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersIssuedAggregate_aggregate && + return other is GAccountTxsFieldsData_transfersIssuedAggregate_aggregate && G__typename == other.G__typename && sum == other.sum && count == other.count; @@ -79727,7 +80382,7 @@ class _$GAccountFieldsData_transfersIssuedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersIssuedAggregate_aggregate') + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate') ..add('G__typename', G__typename) ..add('sum', sum) ..add('count', count)) @@ -79735,22 +80390,22 @@ class _$GAccountFieldsData_transfersIssuedAggregate_aggregate } } -class GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder +class GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder implements - Builder<GAccountFieldsData_transfersIssuedAggregate_aggregate, - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder> { - _$GAccountFieldsData_transfersIssuedAggregate_aggregate? _$v; + Builder<GAccountTxsFieldsData_transfersIssuedAggregate_aggregate, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder> { + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder? _sum; - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder get sum => + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder? _sum; + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder get sum => _$this._sum ??= - new GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder(); + new GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder(); set sum( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder? + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder? sum) => _$this._sum = sum; @@ -79758,12 +80413,12 @@ class GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder int? get count => _$this._count; set count(int? count) => _$this._count = count; - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder() { - GAccountFieldsData_transfersIssuedAggregate_aggregate._initializeBuilder( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder() { + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate._initializeBuilder( this); } - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder get _$this { + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -79775,35 +80430,35 @@ class GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder } @override - void replace(GAccountFieldsData_transfersIssuedAggregate_aggregate other) { + void replace(GAccountTxsFieldsData_transfersIssuedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersIssuedAggregate_aggregate; + _$v = other as _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate; } @override void update( void Function( - GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder)? + GAccountTxsFieldsData_transfersIssuedAggregate_aggregateBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersIssuedAggregate_aggregate build() => _build(); + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate build() => _build(); - _$GAccountFieldsData_transfersIssuedAggregate_aggregate _build() { - _$GAccountFieldsData_transfersIssuedAggregate_aggregate _$result; + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate _build() { + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_transfersIssuedAggregate_aggregate._( + new _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_transfersIssuedAggregate_aggregate', + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate', 'G__typename'), sum: _sum?.build(), count: BuiltValueNullFieldError.checkNotNull( count, - r'GAccountFieldsData_transfersIssuedAggregate_aggregate', + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate', 'count')); } catch (_) { late String _$failedField; @@ -79812,7 +80467,7 @@ class GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder _sum?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_transfersIssuedAggregate_aggregate', + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate', _$failedField, e.toString()); } @@ -79823,47 +80478,48 @@ class GAccountFieldsData_transfersIssuedAggregate_aggregateBuilder } } -class _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum - extends GAccountFieldsData_transfersIssuedAggregate_aggregate_sum { +class _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum + extends GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum { @override final String G__typename; @override final int? amount; - factory _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum( + factory _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum( [void Function( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder)? + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder)? updates]) => - (new GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() + (new GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum._( + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum._( {required this.G__typename, this.amount}) : super._() { BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_transfersIssuedAggregate_aggregate_sum', + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum', 'G__typename'); } @override - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum rebuild( + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum rebuild( void Function( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder) + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder toBuilder() => - new GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() + new GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersIssuedAggregate_aggregate_sum && + return other + is GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum && G__typename == other.G__typename && amount == other.amount; } @@ -79880,18 +80536,18 @@ class _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersIssuedAggregate_aggregate_sum') + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum') ..add('G__typename', G__typename) ..add('amount', amount)) .toString(); } } -class GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder +class GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder implements - Builder<GAccountFieldsData_transfersIssuedAggregate_aggregate_sum, - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder> { - _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum? _$v; + Builder<GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder> { + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -79901,12 +80557,13 @@ class GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder int? get amount => _$this._amount; set amount(int? amount) => _$this._amount = amount; - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() { - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder() { + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum ._initializeBuilder(this); } - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder get _$this { + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -79918,28 +80575,30 @@ class GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder @override void replace( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum other) { + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum; + _$v = + other as _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum; } @override void update( void Function( - GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder)? + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sumBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersIssuedAggregate_aggregate_sum build() => _build(); + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum build() => + _build(); - _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum _build() { + _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum _build() { final _$result = _$v ?? - new _$GAccountFieldsData_transfersIssuedAggregate_aggregate_sum._( + new _$GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_transfersIssuedAggregate_aggregate_sum', + r'GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum', 'G__typename'), amount: amount); replace(_$result); @@ -79947,8 +80606,8 @@ class GAccountFieldsData_transfersIssuedAggregate_aggregate_sumBuilder } } -class _$GAccountFieldsData_transfersReceived - extends GAccountFieldsData_transfersReceived { +class _$GAccountTxsFieldsData_transfersReceived + extends GAccountTxsFieldsData_transfersReceived { @override final String G__typename; @override @@ -79958,19 +80617,19 @@ class _$GAccountFieldsData_transfersReceived @override final int amount; @override - final GAccountFieldsData_transfersReceived_to? to; + final GAccountTxsFieldsData_transfersReceived_to? to; @override - final GAccountFieldsData_transfersReceived_from? from; + final GAccountTxsFieldsData_transfersReceived_from? from; @override - final GAccountFieldsData_transfersReceived_comment? comment; + final GAccountTxsFieldsData_transfersReceived_comment? comment; - factory _$GAccountFieldsData_transfersReceived( - [void Function(GAccountFieldsData_transfersReceivedBuilder)? + factory _$GAccountTxsFieldsData_transfersReceived( + [void Function(GAccountTxsFieldsData_transfersReceivedBuilder)? updates]) => - (new GAccountFieldsData_transfersReceivedBuilder()..update(updates)) + (new GAccountTxsFieldsData_transfersReceivedBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_transfersReceived._( + _$GAccountTxsFieldsData_transfersReceived._( {required this.G__typename, required this.blockNumber, required this.timestamp, @@ -79980,28 +80639,29 @@ class _$GAccountFieldsData_transfersReceived this.comment}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_transfersReceived', 'G__typename'); + G__typename, r'GAccountTxsFieldsData_transfersReceived', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GAccountFieldsData_transfersReceived', 'blockNumber'); + blockNumber, r'GAccountTxsFieldsData_transfersReceived', 'blockNumber'); BuiltValueNullFieldError.checkNotNull( - timestamp, r'GAccountFieldsData_transfersReceived', 'timestamp'); + timestamp, r'GAccountTxsFieldsData_transfersReceived', 'timestamp'); BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountFieldsData_transfersReceived', 'amount'); + amount, r'GAccountTxsFieldsData_transfersReceived', 'amount'); } @override - GAccountFieldsData_transfersReceived rebuild( - void Function(GAccountFieldsData_transfersReceivedBuilder) updates) => + GAccountTxsFieldsData_transfersReceived rebuild( + void Function(GAccountTxsFieldsData_transfersReceivedBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersReceivedBuilder toBuilder() => - new GAccountFieldsData_transfersReceivedBuilder()..replace(this); + GAccountTxsFieldsData_transfersReceivedBuilder toBuilder() => + new GAccountTxsFieldsData_transfersReceivedBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersReceived && + return other is GAccountTxsFieldsData_transfersReceived && G__typename == other.G__typename && blockNumber == other.blockNumber && timestamp == other.timestamp && @@ -80027,7 +80687,8 @@ class _$GAccountFieldsData_transfersReceived @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData_transfersReceived') + return (newBuiltValueToStringHelper( + r'GAccountTxsFieldsData_transfersReceived') ..add('G__typename', G__typename) ..add('blockNumber', blockNumber) ..add('timestamp', timestamp) @@ -80039,11 +80700,11 @@ class _$GAccountFieldsData_transfersReceived } } -class GAccountFieldsData_transfersReceivedBuilder +class GAccountTxsFieldsData_transfersReceivedBuilder implements - Builder<GAccountFieldsData_transfersReceived, - GAccountFieldsData_transfersReceivedBuilder> { - _$GAccountFieldsData_transfersReceived? _$v; + Builder<GAccountTxsFieldsData_transfersReceived, + GAccountTxsFieldsData_transfersReceivedBuilder> { + _$GAccountTxsFieldsData_transfersReceived? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; @@ -80063,29 +80724,32 @@ class GAccountFieldsData_transfersReceivedBuilder int? get amount => _$this._amount; set amount(int? amount) => _$this._amount = amount; - GAccountFieldsData_transfersReceived_toBuilder? _to; - GAccountFieldsData_transfersReceived_toBuilder get to => - _$this._to ??= new GAccountFieldsData_transfersReceived_toBuilder(); - set to(GAccountFieldsData_transfersReceived_toBuilder? to) => _$this._to = to; + GAccountTxsFieldsData_transfersReceived_toBuilder? _to; + GAccountTxsFieldsData_transfersReceived_toBuilder get to => + _$this._to ??= new GAccountTxsFieldsData_transfersReceived_toBuilder(); + set to(GAccountTxsFieldsData_transfersReceived_toBuilder? to) => + _$this._to = to; - GAccountFieldsData_transfersReceived_fromBuilder? _from; - GAccountFieldsData_transfersReceived_fromBuilder get from => - _$this._from ??= new GAccountFieldsData_transfersReceived_fromBuilder(); - set from(GAccountFieldsData_transfersReceived_fromBuilder? from) => + GAccountTxsFieldsData_transfersReceived_fromBuilder? _from; + GAccountTxsFieldsData_transfersReceived_fromBuilder get from => + _$this._from ??= + new GAccountTxsFieldsData_transfersReceived_fromBuilder(); + set from(GAccountTxsFieldsData_transfersReceived_fromBuilder? from) => _$this._from = from; - GAccountFieldsData_transfersReceived_commentBuilder? _comment; - GAccountFieldsData_transfersReceived_commentBuilder get comment => + GAccountTxsFieldsData_transfersReceived_commentBuilder? _comment; + GAccountTxsFieldsData_transfersReceived_commentBuilder get comment => _$this._comment ??= - new GAccountFieldsData_transfersReceived_commentBuilder(); - set comment(GAccountFieldsData_transfersReceived_commentBuilder? comment) => + new GAccountTxsFieldsData_transfersReceived_commentBuilder(); + set comment( + GAccountTxsFieldsData_transfersReceived_commentBuilder? comment) => _$this._comment = comment; - GAccountFieldsData_transfersReceivedBuilder() { - GAccountFieldsData_transfersReceived._initializeBuilder(this); + GAccountTxsFieldsData_transfersReceivedBuilder() { + GAccountTxsFieldsData_transfersReceived._initializeBuilder(this); } - GAccountFieldsData_transfersReceivedBuilder get _$this { + GAccountTxsFieldsData_transfersReceivedBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; @@ -80101,32 +80765,32 @@ class GAccountFieldsData_transfersReceivedBuilder } @override - void replace(GAccountFieldsData_transfersReceived other) { + void replace(GAccountTxsFieldsData_transfersReceived other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersReceived; + _$v = other as _$GAccountTxsFieldsData_transfersReceived; } @override void update( - void Function(GAccountFieldsData_transfersReceivedBuilder)? updates) { + void Function(GAccountTxsFieldsData_transfersReceivedBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersReceived build() => _build(); + GAccountTxsFieldsData_transfersReceived build() => _build(); - _$GAccountFieldsData_transfersReceived _build() { - _$GAccountFieldsData_transfersReceived _$result; + _$GAccountTxsFieldsData_transfersReceived _build() { + _$GAccountTxsFieldsData_transfersReceived _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_transfersReceived._( + new _$GAccountTxsFieldsData_transfersReceived._( G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersReceived', 'G__typename'), + r'GAccountTxsFieldsData_transfersReceived', 'G__typename'), blockNumber: BuiltValueNullFieldError.checkNotNull(blockNumber, - r'GAccountFieldsData_transfersReceived', 'blockNumber'), + r'GAccountTxsFieldsData_transfersReceived', 'blockNumber'), timestamp: timestamp.build(), amount: BuiltValueNullFieldError.checkNotNull( - amount, r'GAccountFieldsData_transfersReceived', 'amount'), + amount, r'GAccountTxsFieldsData_transfersReceived', 'amount'), to: _to?.build(), from: _from?.build(), comment: _comment?.build()); @@ -80144,7 +80808,7 @@ class GAccountFieldsData_transfersReceivedBuilder _comment?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_transfersReceived', + r'GAccountTxsFieldsData_transfersReceived', _$failedField, e.toString()); } @@ -80155,395 +80819,51 @@ class GAccountFieldsData_transfersReceivedBuilder } } -class _$GAccountFieldsData_transfersReceived_to - extends GAccountFieldsData_transfersReceived_to { - @override - final String G__typename; - @override - final String id; - - factory _$GAccountFieldsData_transfersReceived_to( - [void Function(GAccountFieldsData_transfersReceived_toBuilder)? - updates]) => - (new GAccountFieldsData_transfersReceived_toBuilder()..update(updates)) - ._build(); - - _$GAccountFieldsData_transfersReceived_to._( - {required this.G__typename, required this.id}) - : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_transfersReceived_to', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_transfersReceived_to', 'id'); - } - - @override - GAccountFieldsData_transfersReceived_to rebuild( - void Function(GAccountFieldsData_transfersReceived_toBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GAccountFieldsData_transfersReceived_toBuilder toBuilder() => - new GAccountFieldsData_transfersReceived_toBuilder()..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersReceived_to && - G__typename == other.G__typename && - id == other.id; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersReceived_to') - ..add('G__typename', G__typename) - ..add('id', id)) - .toString(); - } -} - -class GAccountFieldsData_transfersReceived_toBuilder - implements - Builder<GAccountFieldsData_transfersReceived_to, - GAccountFieldsData_transfersReceived_toBuilder> { - _$GAccountFieldsData_transfersReceived_to? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - GAccountFieldsData_transfersReceived_toBuilder() { - GAccountFieldsData_transfersReceived_to._initializeBuilder(this); - } - - GAccountFieldsData_transfersReceived_toBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _id = $v.id; - _$v = null; - } - return this; - } - - @override - void replace(GAccountFieldsData_transfersReceived_to other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersReceived_to; - } - - @override - void update( - void Function(GAccountFieldsData_transfersReceived_toBuilder)? updates) { - if (updates != null) updates(this); - } - - @override - GAccountFieldsData_transfersReceived_to build() => _build(); - - _$GAccountFieldsData_transfersReceived_to _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_transfersReceived_to._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersReceived_to', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_transfersReceived_to', 'id')); - replace(_$result); - return _$result; - } -} - -class _$GAccountFieldsData_transfersReceived_from - extends GAccountFieldsData_transfersReceived_from { - @override - final String G__typename; - @override - final String id; - - factory _$GAccountFieldsData_transfersReceived_from( - [void Function(GAccountFieldsData_transfersReceived_fromBuilder)? - updates]) => - (new GAccountFieldsData_transfersReceived_fromBuilder()..update(updates)) - ._build(); - - _$GAccountFieldsData_transfersReceived_from._( - {required this.G__typename, required this.id}) - : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersReceived_from', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_transfersReceived_from', 'id'); - } - - @override - GAccountFieldsData_transfersReceived_from rebuild( - void Function(GAccountFieldsData_transfersReceived_fromBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GAccountFieldsData_transfersReceived_fromBuilder toBuilder() => - new GAccountFieldsData_transfersReceived_fromBuilder()..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersReceived_from && - G__typename == other.G__typename && - id == other.id; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersReceived_from') - ..add('G__typename', G__typename) - ..add('id', id)) - .toString(); - } -} - -class GAccountFieldsData_transfersReceived_fromBuilder - implements - Builder<GAccountFieldsData_transfersReceived_from, - GAccountFieldsData_transfersReceived_fromBuilder> { - _$GAccountFieldsData_transfersReceived_from? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - GAccountFieldsData_transfersReceived_fromBuilder() { - GAccountFieldsData_transfersReceived_from._initializeBuilder(this); - } - - GAccountFieldsData_transfersReceived_fromBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _id = $v.id; - _$v = null; - } - return this; - } - - @override - void replace(GAccountFieldsData_transfersReceived_from other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersReceived_from; - } - - @override - void update( - void Function(GAccountFieldsData_transfersReceived_fromBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GAccountFieldsData_transfersReceived_from build() => _build(); - - _$GAccountFieldsData_transfersReceived_from _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_transfersReceived_from._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersReceived_from', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_transfersReceived_from', 'id')); - replace(_$result); - return _$result; - } -} - -class _$GAccountFieldsData_transfersReceived_comment - extends GAccountFieldsData_transfersReceived_comment { - @override - final String G__typename; - @override - final String remark; - - factory _$GAccountFieldsData_transfersReceived_comment( - [void Function(GAccountFieldsData_transfersReceived_commentBuilder)? - updates]) => - (new GAccountFieldsData_transfersReceived_commentBuilder() - ..update(updates)) - ._build(); - - _$GAccountFieldsData_transfersReceived_comment._( - {required this.G__typename, required this.remark}) - : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersReceived_comment', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - remark, r'GAccountFieldsData_transfersReceived_comment', 'remark'); - } - - @override - GAccountFieldsData_transfersReceived_comment rebuild( - void Function(GAccountFieldsData_transfersReceived_commentBuilder) - updates) => - (toBuilder()..update(updates)).build(); - - @override - GAccountFieldsData_transfersReceived_commentBuilder toBuilder() => - new GAccountFieldsData_transfersReceived_commentBuilder()..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersReceived_comment && - G__typename == other.G__typename && - remark == other.remark; - } - - @override - int get hashCode { - var _$hash = 0; - _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, remark.hashCode); - _$hash = $jf(_$hash); - return _$hash; - } - - @override - String toString() { - return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersReceived_comment') - ..add('G__typename', G__typename) - ..add('remark', remark)) - .toString(); - } -} - -class GAccountFieldsData_transfersReceived_commentBuilder - implements - Builder<GAccountFieldsData_transfersReceived_comment, - GAccountFieldsData_transfersReceived_commentBuilder> { - _$GAccountFieldsData_transfersReceived_comment? _$v; - - String? _G__typename; - String? get G__typename => _$this._G__typename; - set G__typename(String? G__typename) => _$this._G__typename = G__typename; - - String? _remark; - String? get remark => _$this._remark; - set remark(String? remark) => _$this._remark = remark; - - GAccountFieldsData_transfersReceived_commentBuilder() { - GAccountFieldsData_transfersReceived_comment._initializeBuilder(this); - } - - GAccountFieldsData_transfersReceived_commentBuilder get _$this { - final $v = _$v; - if ($v != null) { - _G__typename = $v.G__typename; - _remark = $v.remark; - _$v = null; - } - return this; - } - - @override - void replace(GAccountFieldsData_transfersReceived_comment other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersReceived_comment; - } - - @override - void update( - void Function(GAccountFieldsData_transfersReceived_commentBuilder)? - updates) { - if (updates != null) updates(this); - } - - @override - GAccountFieldsData_transfersReceived_comment build() => _build(); - - _$GAccountFieldsData_transfersReceived_comment _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_transfersReceived_comment._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersReceived_comment', 'G__typename'), - remark: BuiltValueNullFieldError.checkNotNull(remark, - r'GAccountFieldsData_transfersReceived_comment', 'remark')); - replace(_$result); - return _$result; - } -} - -class _$GAccountFieldsData_transfersReceivedAggregate - extends GAccountFieldsData_transfersReceivedAggregate { +class _$GAccountTxsFieldsData_transfersReceived_to + extends GAccountTxsFieldsData_transfersReceived_to { @override final String G__typename; @override - final GAccountFieldsData_transfersReceivedAggregate_aggregate? aggregate; + final String id; - factory _$GAccountFieldsData_transfersReceivedAggregate( - [void Function(GAccountFieldsData_transfersReceivedAggregateBuilder)? + factory _$GAccountTxsFieldsData_transfersReceived_to( + [void Function(GAccountTxsFieldsData_transfersReceived_toBuilder)? updates]) => - (new GAccountFieldsData_transfersReceivedAggregateBuilder() - ..update(updates)) + (new GAccountTxsFieldsData_transfersReceived_toBuilder()..update(updates)) ._build(); - _$GAccountFieldsData_transfersReceivedAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountTxsFieldsData_transfersReceived_to._( + {required this.G__typename, required this.id}) : super._() { BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_transfersReceivedAggregate', 'G__typename'); + r'GAccountTxsFieldsData_transfersReceived_to', 'G__typename'); + BuiltValueNullFieldError.checkNotNull( + id, r'GAccountTxsFieldsData_transfersReceived_to', 'id'); } @override - GAccountFieldsData_transfersReceivedAggregate rebuild( - void Function(GAccountFieldsData_transfersReceivedAggregateBuilder) + GAccountTxsFieldsData_transfersReceived_to rebuild( + void Function(GAccountTxsFieldsData_transfersReceived_toBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersReceivedAggregateBuilder toBuilder() => - new GAccountFieldsData_transfersReceivedAggregateBuilder()..replace(this); + GAccountTxsFieldsData_transfersReceived_toBuilder toBuilder() => + new GAccountTxsFieldsData_transfersReceived_toBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersReceivedAggregate && + return other is GAccountTxsFieldsData_transfersReceived_to && G__typename == other.G__typename && - aggregate == other.aggregate; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -80551,145 +80871,115 @@ class _$GAccountFieldsData_transfersReceivedAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersReceivedAggregate') + r'GAccountTxsFieldsData_transfersReceived_to') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('id', id)) .toString(); } } -class GAccountFieldsData_transfersReceivedAggregateBuilder +class GAccountTxsFieldsData_transfersReceived_toBuilder implements - Builder<GAccountFieldsData_transfersReceivedAggregate, - GAccountFieldsData_transfersReceivedAggregateBuilder> { - _$GAccountFieldsData_transfersReceivedAggregate? _$v; + Builder<GAccountTxsFieldsData_transfersReceived_to, + GAccountTxsFieldsData_transfersReceived_toBuilder> { + _$GAccountTxsFieldsData_transfersReceived_to? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder? _aggregate; - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder - get aggregate => _$this._aggregate ??= - new GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder(); - set aggregate( - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountFieldsData_transfersReceivedAggregateBuilder() { - GAccountFieldsData_transfersReceivedAggregate._initializeBuilder(this); + GAccountTxsFieldsData_transfersReceived_toBuilder() { + GAccountTxsFieldsData_transfersReceived_to._initializeBuilder(this); } - GAccountFieldsData_transfersReceivedAggregateBuilder get _$this { + GAccountTxsFieldsData_transfersReceived_toBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _id = $v.id; _$v = null; } return this; } @override - void replace(GAccountFieldsData_transfersReceivedAggregate other) { + void replace(GAccountTxsFieldsData_transfersReceived_to other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersReceivedAggregate; + _$v = other as _$GAccountTxsFieldsData_transfersReceived_to; } @override void update( - void Function(GAccountFieldsData_transfersReceivedAggregateBuilder)? + void Function(GAccountTxsFieldsData_transfersReceived_toBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersReceivedAggregate build() => _build(); + GAccountTxsFieldsData_transfersReceived_to build() => _build(); - _$GAccountFieldsData_transfersReceivedAggregate _build() { - _$GAccountFieldsData_transfersReceivedAggregate _$result; - try { - _$result = _$v ?? - new _$GAccountFieldsData_transfersReceivedAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_transfersReceivedAggregate', - 'G__typename'), - aggregate: _aggregate?.build()); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'aggregate'; - _aggregate?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_transfersReceivedAggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountTxsFieldsData_transfersReceived_to _build() { + final _$result = _$v ?? + new _$GAccountTxsFieldsData_transfersReceived_to._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTxsFieldsData_transfersReceived_to', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountTxsFieldsData_transfersReceived_to', 'id')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_transfersReceivedAggregate_aggregate - extends GAccountFieldsData_transfersReceivedAggregate_aggregate { +class _$GAccountTxsFieldsData_transfersReceived_from + extends GAccountTxsFieldsData_transfersReceived_from { @override final String G__typename; @override - final GAccountFieldsData_transfersReceivedAggregate_aggregate_sum? sum; - @override - final int count; + final String id; - factory _$GAccountFieldsData_transfersReceivedAggregate_aggregate( - [void Function( - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder)? + factory _$GAccountTxsFieldsData_transfersReceived_from( + [void Function(GAccountTxsFieldsData_transfersReceived_fromBuilder)? updates]) => - (new GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder() + (new GAccountTxsFieldsData_transfersReceived_fromBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_transfersReceivedAggregate_aggregate._( - {required this.G__typename, this.sum, required this.count}) + _$GAccountTxsFieldsData_transfersReceived_from._( + {required this.G__typename, required this.id}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTxsFieldsData_transfersReceived_from', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_transfersReceivedAggregate_aggregate', - 'G__typename'); - BuiltValueNullFieldError.checkNotNull(count, - r'GAccountFieldsData_transfersReceivedAggregate_aggregate', 'count'); + id, r'GAccountTxsFieldsData_transfersReceived_from', 'id'); } @override - GAccountFieldsData_transfersReceivedAggregate_aggregate rebuild( - void Function( - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder) + GAccountTxsFieldsData_transfersReceived_from rebuild( + void Function(GAccountTxsFieldsData_transfersReceived_fromBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder toBuilder() => - new GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder() - ..replace(this); + GAccountTxsFieldsData_transfersReceived_fromBuilder toBuilder() => + new GAccountTxsFieldsData_transfersReceived_fromBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_transfersReceivedAggregate_aggregate && + return other is GAccountTxsFieldsData_transfersReceived_from && G__typename == other.G__typename && - sum == other.sum && - count == other.count; + id == other.id; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, sum.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, id.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -80697,153 +80987,117 @@ class _$GAccountFieldsData_transfersReceivedAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersReceivedAggregate_aggregate') + r'GAccountTxsFieldsData_transfersReceived_from') ..add('G__typename', G__typename) - ..add('sum', sum) - ..add('count', count)) + ..add('id', id)) .toString(); } } -class GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder +class GAccountTxsFieldsData_transfersReceived_fromBuilder implements - Builder<GAccountFieldsData_transfersReceivedAggregate_aggregate, - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder> { - _$GAccountFieldsData_transfersReceivedAggregate_aggregate? _$v; + Builder<GAccountTxsFieldsData_transfersReceived_from, + GAccountTxsFieldsData_transfersReceived_fromBuilder> { + _$GAccountTxsFieldsData_transfersReceived_from? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder? _sum; - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder get sum => - _$this._sum ??= - new GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder(); - set sum( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder? - sum) => - _$this._sum = sum; - - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + String? _id; + String? get id => _$this._id; + set id(String? id) => _$this._id = id; - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder() { - GAccountFieldsData_transfersReceivedAggregate_aggregate._initializeBuilder( - this); + GAccountTxsFieldsData_transfersReceived_fromBuilder() { + GAccountTxsFieldsData_transfersReceived_from._initializeBuilder(this); } - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder get _$this { + GAccountTxsFieldsData_transfersReceived_fromBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _sum = $v.sum?.toBuilder(); - _count = $v.count; + _id = $v.id; _$v = null; } return this; } @override - void replace(GAccountFieldsData_transfersReceivedAggregate_aggregate other) { + void replace(GAccountTxsFieldsData_transfersReceived_from other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_transfersReceivedAggregate_aggregate; + _$v = other as _$GAccountTxsFieldsData_transfersReceived_from; } @override void update( - void Function( - GAccountFieldsData_transfersReceivedAggregate_aggregateBuilder)? + void Function(GAccountTxsFieldsData_transfersReceived_fromBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersReceivedAggregate_aggregate build() => _build(); + GAccountTxsFieldsData_transfersReceived_from build() => _build(); - _$GAccountFieldsData_transfersReceivedAggregate_aggregate _build() { - _$GAccountFieldsData_transfersReceivedAggregate_aggregate _$result; - try { - _$result = _$v ?? - new _$GAccountFieldsData_transfersReceivedAggregate_aggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_transfersReceivedAggregate_aggregate', - 'G__typename'), - sum: _sum?.build(), - count: BuiltValueNullFieldError.checkNotNull( - count, - r'GAccountFieldsData_transfersReceivedAggregate_aggregate', - 'count')); - } catch (_) { - late String _$failedField; - try { - _$failedField = 'sum'; - _sum?.build(); - } catch (e) { - throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_transfersReceivedAggregate_aggregate', - _$failedField, - e.toString()); - } - rethrow; - } + _$GAccountTxsFieldsData_transfersReceived_from _build() { + final _$result = _$v ?? + new _$GAccountTxsFieldsData_transfersReceived_from._( + G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTxsFieldsData_transfersReceived_from', 'G__typename'), + id: BuiltValueNullFieldError.checkNotNull( + id, r'GAccountTxsFieldsData_transfersReceived_from', 'id')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum - extends GAccountFieldsData_transfersReceivedAggregate_aggregate_sum { +class _$GAccountTxsFieldsData_transfersReceived_comment + extends GAccountTxsFieldsData_transfersReceived_comment { @override final String G__typename; @override - final int? amount; + final String remark; - factory _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum( + factory _$GAccountTxsFieldsData_transfersReceived_comment( [void Function( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder)? + GAccountTxsFieldsData_transfersReceived_commentBuilder)? updates]) => - (new GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() + (new GAccountTxsFieldsData_transfersReceived_commentBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum._( - {required this.G__typename, this.amount}) + _$GAccountTxsFieldsData_transfersReceived_comment._( + {required this.G__typename, required this.remark}) : super._() { + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTxsFieldsData_transfersReceived_comment', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - G__typename, - r'GAccountFieldsData_transfersReceivedAggregate_aggregate_sum', - 'G__typename'); + remark, r'GAccountTxsFieldsData_transfersReceived_comment', 'remark'); } @override - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum rebuild( - void Function( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder) + GAccountTxsFieldsData_transfersReceived_comment rebuild( + void Function(GAccountTxsFieldsData_transfersReceived_commentBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder - toBuilder() => - new GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() - ..replace(this); + GAccountTxsFieldsData_transfersReceived_commentBuilder toBuilder() => + new GAccountTxsFieldsData_transfersReceived_commentBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other - is GAccountFieldsData_transfersReceivedAggregate_aggregate_sum && + return other is GAccountTxsFieldsData_transfersReceived_comment && G__typename == other.G__typename && - amount == other.amount; + remark == other.remark; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, amount.hashCode); + _$hash = $jc(_$hash, remark.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -80851,279 +81105,265 @@ class _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_transfersReceivedAggregate_aggregate_sum') + r'GAccountTxsFieldsData_transfersReceived_comment') ..add('G__typename', G__typename) - ..add('amount', amount)) + ..add('remark', remark)) .toString(); } } -class GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder +class GAccountTxsFieldsData_transfersReceived_commentBuilder implements - Builder<GAccountFieldsData_transfersReceivedAggregate_aggregate_sum, - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder> { - _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum? _$v; + Builder<GAccountTxsFieldsData_transfersReceived_comment, + GAccountTxsFieldsData_transfersReceived_commentBuilder> { + _$GAccountTxsFieldsData_transfersReceived_comment? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _amount; - int? get amount => _$this._amount; - set amount(int? amount) => _$this._amount = amount; + String? _remark; + String? get remark => _$this._remark; + set remark(String? remark) => _$this._remark = remark; - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() { - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum - ._initializeBuilder(this); + GAccountTxsFieldsData_transfersReceived_commentBuilder() { + GAccountTxsFieldsData_transfersReceived_comment._initializeBuilder(this); } - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder - get _$this { + GAccountTxsFieldsData_transfersReceived_commentBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _amount = $v.amount; + _remark = $v.remark; _$v = null; } return this; } @override - void replace( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum other) { + void replace(GAccountTxsFieldsData_transfersReceived_comment other) { ArgumentError.checkNotNull(other, 'other'); - _$v = - other as _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum; + _$v = other as _$GAccountTxsFieldsData_transfersReceived_comment; } @override void update( - void Function( - GAccountFieldsData_transfersReceivedAggregate_aggregate_sumBuilder)? + void Function(GAccountTxsFieldsData_transfersReceived_commentBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_transfersReceivedAggregate_aggregate_sum build() => - _build(); + GAccountTxsFieldsData_transfersReceived_comment build() => _build(); - _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum _build() { + _$GAccountTxsFieldsData_transfersReceived_comment _build() { final _$result = _$v ?? - new _$GAccountFieldsData_transfersReceivedAggregate_aggregate_sum._( + new _$GAccountTxsFieldsData_transfersReceived_comment._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_transfersReceivedAggregate_aggregate_sum', + r'GAccountTxsFieldsData_transfersReceived_comment', 'G__typename'), - amount: amount); + remark: BuiltValueNullFieldError.checkNotNull(remark, + r'GAccountTxsFieldsData_transfersReceived_comment', 'remark')); replace(_$result); return _$result; } } -class _$GAccountFieldsData_wasIdentity extends GAccountFieldsData_wasIdentity { +class _$GAccountTxsFieldsData_transfersReceivedAggregate + extends GAccountTxsFieldsData_transfersReceivedAggregate { @override final String G__typename; @override - final String id; - @override - final int blockNumber; - @override - final String? identityId; - @override - final String? nextId; - @override - final String? previousId; + final GAccountTxsFieldsData_transfersReceivedAggregate_aggregate? aggregate; - factory _$GAccountFieldsData_wasIdentity( - [void Function(GAccountFieldsData_wasIdentityBuilder)? updates]) => - (new GAccountFieldsData_wasIdentityBuilder()..update(updates))._build(); + factory _$GAccountTxsFieldsData_transfersReceivedAggregate( + [void Function( + GAccountTxsFieldsData_transfersReceivedAggregateBuilder)? + updates]) => + (new GAccountTxsFieldsData_transfersReceivedAggregateBuilder() + ..update(updates)) + ._build(); - _$GAccountFieldsData_wasIdentity._( - {required this.G__typename, - required this.id, - required this.blockNumber, - this.identityId, - this.nextId, - this.previousId}) + _$GAccountTxsFieldsData_transfersReceivedAggregate._( + {required this.G__typename, this.aggregate}) : super._() { - BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_wasIdentity', 'G__typename'); - BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_wasIdentity', 'id'); - BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GAccountFieldsData_wasIdentity', 'blockNumber'); + BuiltValueNullFieldError.checkNotNull(G__typename, + r'GAccountTxsFieldsData_transfersReceivedAggregate', 'G__typename'); } @override - GAccountFieldsData_wasIdentity rebuild( - void Function(GAccountFieldsData_wasIdentityBuilder) updates) => + GAccountTxsFieldsData_transfersReceivedAggregate rebuild( + void Function(GAccountTxsFieldsData_transfersReceivedAggregateBuilder) + updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_wasIdentityBuilder toBuilder() => - new GAccountFieldsData_wasIdentityBuilder()..replace(this); + GAccountTxsFieldsData_transfersReceivedAggregateBuilder toBuilder() => + new GAccountTxsFieldsData_transfersReceivedAggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_wasIdentity && + return other is GAccountTxsFieldsData_transfersReceivedAggregate && G__typename == other.G__typename && - id == other.id && - blockNumber == other.blockNumber && - identityId == other.identityId && - nextId == other.nextId && - previousId == other.previousId; + aggregate == other.aggregate; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, id.hashCode); - _$hash = $jc(_$hash, blockNumber.hashCode); - _$hash = $jc(_$hash, identityId.hashCode); - _$hash = $jc(_$hash, nextId.hashCode); - _$hash = $jc(_$hash, previousId.hashCode); + _$hash = $jc(_$hash, aggregate.hashCode); _$hash = $jf(_$hash); return _$hash; } @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountFieldsData_wasIdentity') + return (newBuiltValueToStringHelper( + r'GAccountTxsFieldsData_transfersReceivedAggregate') ..add('G__typename', G__typename) - ..add('id', id) - ..add('blockNumber', blockNumber) - ..add('identityId', identityId) - ..add('nextId', nextId) - ..add('previousId', previousId)) + ..add('aggregate', aggregate)) .toString(); } } -class GAccountFieldsData_wasIdentityBuilder +class GAccountTxsFieldsData_transfersReceivedAggregateBuilder implements - Builder<GAccountFieldsData_wasIdentity, - GAccountFieldsData_wasIdentityBuilder> { - _$GAccountFieldsData_wasIdentity? _$v; + Builder<GAccountTxsFieldsData_transfersReceivedAggregate, + GAccountTxsFieldsData_transfersReceivedAggregateBuilder> { + _$GAccountTxsFieldsData_transfersReceivedAggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - String? _id; - String? get id => _$this._id; - set id(String? id) => _$this._id = id; - - int? _blockNumber; - int? get blockNumber => _$this._blockNumber; - set blockNumber(int? blockNumber) => _$this._blockNumber = blockNumber; - - String? _identityId; - String? get identityId => _$this._identityId; - set identityId(String? identityId) => _$this._identityId = identityId; - - String? _nextId; - String? get nextId => _$this._nextId; - set nextId(String? nextId) => _$this._nextId = nextId; - - String? _previousId; - String? get previousId => _$this._previousId; - set previousId(String? previousId) => _$this._previousId = previousId; + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder? _aggregate; + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder + get aggregate => _$this._aggregate ??= + new GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder(); + set aggregate( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder? + aggregate) => + _$this._aggregate = aggregate; - GAccountFieldsData_wasIdentityBuilder() { - GAccountFieldsData_wasIdentity._initializeBuilder(this); + GAccountTxsFieldsData_transfersReceivedAggregateBuilder() { + GAccountTxsFieldsData_transfersReceivedAggregate._initializeBuilder(this); } - GAccountFieldsData_wasIdentityBuilder get _$this { + GAccountTxsFieldsData_transfersReceivedAggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _id = $v.id; - _blockNumber = $v.blockNumber; - _identityId = $v.identityId; - _nextId = $v.nextId; - _previousId = $v.previousId; + _aggregate = $v.aggregate?.toBuilder(); _$v = null; } return this; } @override - void replace(GAccountFieldsData_wasIdentity other) { + void replace(GAccountTxsFieldsData_transfersReceivedAggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_wasIdentity; + _$v = other as _$GAccountTxsFieldsData_transfersReceivedAggregate; } @override - void update(void Function(GAccountFieldsData_wasIdentityBuilder)? updates) { + void update( + void Function(GAccountTxsFieldsData_transfersReceivedAggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_wasIdentity build() => _build(); + GAccountTxsFieldsData_transfersReceivedAggregate build() => _build(); - _$GAccountFieldsData_wasIdentity _build() { - final _$result = _$v ?? - new _$GAccountFieldsData_wasIdentity._( - G__typename: BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_wasIdentity', 'G__typename'), - id: BuiltValueNullFieldError.checkNotNull( - id, r'GAccountFieldsData_wasIdentity', 'id'), - blockNumber: BuiltValueNullFieldError.checkNotNull( - blockNumber, r'GAccountFieldsData_wasIdentity', 'blockNumber'), - identityId: identityId, - nextId: nextId, - previousId: previousId); + _$GAccountTxsFieldsData_transfersReceivedAggregate _build() { + _$GAccountTxsFieldsData_transfersReceivedAggregate _$result; + try { + _$result = _$v ?? + new _$GAccountTxsFieldsData_transfersReceivedAggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTxsFieldsData_transfersReceivedAggregate', + 'G__typename'), + aggregate: _aggregate?.build()); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'aggregate'; + _aggregate?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountTxsFieldsData_transfersReceivedAggregate', + _$failedField, + e.toString()); + } + rethrow; + } replace(_$result); return _$result; } } -class _$GAccountFieldsData_wasIdentityAggregate - extends GAccountFieldsData_wasIdentityAggregate { +class _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate + extends GAccountTxsFieldsData_transfersReceivedAggregate_aggregate { @override final String G__typename; @override - final GAccountFieldsData_wasIdentityAggregate_aggregate? aggregate; + final GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum? sum; + @override + final int count; - factory _$GAccountFieldsData_wasIdentityAggregate( - [void Function(GAccountFieldsData_wasIdentityAggregateBuilder)? + factory _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate( + [void Function( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder)? updates]) => - (new GAccountFieldsData_wasIdentityAggregateBuilder()..update(updates)) + (new GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder() + ..update(updates)) ._build(); - _$GAccountFieldsData_wasIdentityAggregate._( - {required this.G__typename, this.aggregate}) + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate._( + {required this.G__typename, this.sum, required this.count}) : super._() { BuiltValueNullFieldError.checkNotNull( - G__typename, r'GAccountFieldsData_wasIdentityAggregate', 'G__typename'); + G__typename, + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate', + 'G__typename'); + BuiltValueNullFieldError.checkNotNull(count, + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate', 'count'); } @override - GAccountFieldsData_wasIdentityAggregate rebuild( - void Function(GAccountFieldsData_wasIdentityAggregateBuilder) + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate rebuild( + void Function( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_wasIdentityAggregateBuilder toBuilder() => - new GAccountFieldsData_wasIdentityAggregateBuilder()..replace(this); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder + toBuilder() => + new GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_wasIdentityAggregate && + return other + is GAccountTxsFieldsData_transfersReceivedAggregate_aggregate && G__typename == other.G__typename && - aggregate == other.aggregate; + sum == other.sum && + count == other.count; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, aggregate.hashCode); + _$hash = $jc(_$hash, sum.hashCode); + _$hash = $jc(_$hash, count.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -81131,77 +81371,94 @@ class _$GAccountFieldsData_wasIdentityAggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_wasIdentityAggregate') + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate') ..add('G__typename', G__typename) - ..add('aggregate', aggregate)) + ..add('sum', sum) + ..add('count', count)) .toString(); } } -class GAccountFieldsData_wasIdentityAggregateBuilder +class GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder implements - Builder<GAccountFieldsData_wasIdentityAggregate, - GAccountFieldsData_wasIdentityAggregateBuilder> { - _$GAccountFieldsData_wasIdentityAggregate? _$v; + Builder<GAccountTxsFieldsData_transfersReceivedAggregate_aggregate, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder> { + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder? _aggregate; - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder get aggregate => - _$this._aggregate ??= - new GAccountFieldsData_wasIdentityAggregate_aggregateBuilder(); - set aggregate( - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder? - aggregate) => - _$this._aggregate = aggregate; + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder? _sum; + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder + get sum => _$this._sum ??= + new GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder(); + set sum( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder? + sum) => + _$this._sum = sum; - GAccountFieldsData_wasIdentityAggregateBuilder() { - GAccountFieldsData_wasIdentityAggregate._initializeBuilder(this); + int? _count; + int? get count => _$this._count; + set count(int? count) => _$this._count = count; + + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder() { + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate + ._initializeBuilder(this); } - GAccountFieldsData_wasIdentityAggregateBuilder get _$this { + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _aggregate = $v.aggregate?.toBuilder(); + _sum = $v.sum?.toBuilder(); + _count = $v.count; _$v = null; } return this; } @override - void replace(GAccountFieldsData_wasIdentityAggregate other) { + void replace( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_wasIdentityAggregate; + _$v = other as _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate; } @override void update( - void Function(GAccountFieldsData_wasIdentityAggregateBuilder)? updates) { + void Function( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregateBuilder)? + updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_wasIdentityAggregate build() => _build(); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate build() => + _build(); - _$GAccountFieldsData_wasIdentityAggregate _build() { - _$GAccountFieldsData_wasIdentityAggregate _$result; + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate _build() { + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate _$result; try { _$result = _$v ?? - new _$GAccountFieldsData_wasIdentityAggregate._( - G__typename: BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_wasIdentityAggregate', 'G__typename'), - aggregate: _aggregate?.build()); + new _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate._( + G__typename: BuiltValueNullFieldError.checkNotNull( + G__typename, + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate', + 'G__typename'), + sum: _sum?.build(), + count: BuiltValueNullFieldError.checkNotNull( + count, + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate', + 'count')); } catch (_) { late String _$failedField; try { - _$failedField = 'aggregate'; - _aggregate?.build(); + _$failedField = 'sum'; + _sum?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountFieldsData_wasIdentityAggregate', + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate', _$failedField, e.toString()); } @@ -81212,55 +81469,57 @@ class GAccountFieldsData_wasIdentityAggregateBuilder } } -class _$GAccountFieldsData_wasIdentityAggregate_aggregate - extends GAccountFieldsData_wasIdentityAggregate_aggregate { +class _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum + extends GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum { @override final String G__typename; @override - final int count; + final int? amount; - factory _$GAccountFieldsData_wasIdentityAggregate_aggregate( + factory _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum( [void Function( - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder)? + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder)? updates]) => - (new GAccountFieldsData_wasIdentityAggregate_aggregateBuilder() + (new GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() ..update(updates)) ._build(); - _$GAccountFieldsData_wasIdentityAggregate_aggregate._( - {required this.G__typename, required this.count}) + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum._( + {required this.G__typename, this.amount}) : super._() { - BuiltValueNullFieldError.checkNotNull(G__typename, - r'GAccountFieldsData_wasIdentityAggregate_aggregate', 'G__typename'); BuiltValueNullFieldError.checkNotNull( - count, r'GAccountFieldsData_wasIdentityAggregate_aggregate', 'count'); + G__typename, + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum', + 'G__typename'); } @override - GAccountFieldsData_wasIdentityAggregate_aggregate rebuild( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum rebuild( void Function( - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder) + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder toBuilder() => - new GAccountFieldsData_wasIdentityAggregate_aggregateBuilder() - ..replace(this); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder + toBuilder() => + new GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() + ..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountFieldsData_wasIdentityAggregate_aggregate && + return other + is GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum && G__typename == other.G__typename && - count == other.count; + amount == other.amount; } @override int get hashCode { var _$hash = 0; _$hash = $jc(_$hash, G__typename.hashCode); - _$hash = $jc(_$hash, count.hashCode); + _$hash = $jc(_$hash, amount.hashCode); _$hash = $jf(_$hash); return _$hash; } @@ -81268,66 +81527,71 @@ class _$GAccountFieldsData_wasIdentityAggregate_aggregate @override String toString() { return (newBuiltValueToStringHelper( - r'GAccountFieldsData_wasIdentityAggregate_aggregate') + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum') ..add('G__typename', G__typename) - ..add('count', count)) + ..add('amount', amount)) .toString(); } } -class GAccountFieldsData_wasIdentityAggregate_aggregateBuilder +class GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder implements - Builder<GAccountFieldsData_wasIdentityAggregate_aggregate, - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder> { - _$GAccountFieldsData_wasIdentityAggregate_aggregate? _$v; + Builder<GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder> { + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum? _$v; String? _G__typename; String? get G__typename => _$this._G__typename; set G__typename(String? G__typename) => _$this._G__typename = G__typename; - int? _count; - int? get count => _$this._count; - set count(int? count) => _$this._count = count; + int? _amount; + int? get amount => _$this._amount; + set amount(int? amount) => _$this._amount = amount; - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder() { - GAccountFieldsData_wasIdentityAggregate_aggregate._initializeBuilder(this); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder() { + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum + ._initializeBuilder(this); } - GAccountFieldsData_wasIdentityAggregate_aggregateBuilder get _$this { + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder + get _$this { final $v = _$v; if ($v != null) { _G__typename = $v.G__typename; - _count = $v.count; + _amount = $v.amount; _$v = null; } return this; } @override - void replace(GAccountFieldsData_wasIdentityAggregate_aggregate other) { + void replace( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountFieldsData_wasIdentityAggregate_aggregate; + _$v = other + as _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum; } @override void update( - void Function(GAccountFieldsData_wasIdentityAggregate_aggregateBuilder)? + void Function( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sumBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountFieldsData_wasIdentityAggregate_aggregate build() => _build(); + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum build() => + _build(); - _$GAccountFieldsData_wasIdentityAggregate_aggregate _build() { + _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum _build() { final _$result = _$v ?? - new _$GAccountFieldsData_wasIdentityAggregate_aggregate._( + new _$GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum._( G__typename: BuiltValueNullFieldError.checkNotNull( G__typename, - r'GAccountFieldsData_wasIdentityAggregate_aggregate', + r'GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum', 'G__typename'), - count: BuiltValueNullFieldError.checkNotNull(count, - r'GAccountFieldsData_wasIdentityAggregate_aggregate', 'count')); + amount: amount); replace(_$result); return _$result; } diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.req.gql.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.req.gql.dart index fe2de15ff5586699fb865dc03238ff7a52c5c9f9..d126f85b2a5f6b65e3832ff7cf4e8a4263b90b56 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.req.gql.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.req.gql.dart @@ -18,6 +18,83 @@ import 'package:gql_exec/gql_exec.dart' as _i4; part 'duniter-indexer-queries.req.gql.g.dart'; +abstract class GLastBlockReq + implements + Built<GLastBlockReq, GLastBlockReqBuilder>, + _i1.OperationRequest<_i2.GLastBlockData, _i3.GLastBlockVars> { + GLastBlockReq._(); + + factory GLastBlockReq([void Function(GLastBlockReqBuilder b) updates]) = + _$GLastBlockReq; + + static void _initializeBuilder(GLastBlockReqBuilder b) => b + ..operation = _i4.Operation( + document: _i5.document, + operationName: 'LastBlock', + ) + ..executeOnListen = true; + + @override + _i3.GLastBlockVars get vars; + @override + _i4.Operation get operation; + @override + _i4.Request get execRequest => _i4.Request( + operation: operation, + variables: vars.toJson(), + context: context ?? const _i4.Context(), + ); + + @override + String? get requestId; + @override + @BuiltValueField(serialize: false) + _i2.GLastBlockData? Function( + _i2.GLastBlockData?, + _i2.GLastBlockData?, + )? get updateResult; + @override + _i2.GLastBlockData? get optimisticResponse; + @override + String? get updateCacheHandlerKey; + @override + Map<String, dynamic>? get updateCacheHandlerContext; + @override + _i1.FetchPolicy? get fetchPolicy; + @override + bool get executeOnListen; + @override + @BuiltValueField(serialize: false) + _i4.Context? get context; + @override + _i2.GLastBlockData? parseData(Map<String, dynamic> json) => + _i2.GLastBlockData.fromJson(json); + + @override + Map<String, dynamic> varsToJson() => vars.toJson(); + + @override + Map<String, dynamic> dataToJson(_i2.GLastBlockData data) => data.toJson(); + + @override + _i1.OperationRequest<_i2.GLastBlockData, _i3.GLastBlockVars> + transformOperation(_i4.Operation Function(_i4.Operation) transform) => + this.rebuild((b) => b..operation = transform(operation)); + + static Serializer<GLastBlockReq> get serializer => _$gLastBlockReqSerializer; + + Map<String, dynamic> toJson() => (_i6.serializers.serializeWith( + GLastBlockReq.serializer, + this, + ) as Map<String, dynamic>); + + static GLastBlockReq? fromJson(Map<String, dynamic> json) => + _i6.serializers.deserializeWith( + GLastBlockReq.serializer, + json, + ); +} + abstract class GIdentitiesByNameOrPkReq implements Built<GIdentitiesByNameOrPkReq, GIdentitiesByNameOrPkReqBuilder>, @@ -339,26 +416,24 @@ abstract class GAccountByPkReq ); } -abstract class GAccountBasicByPkReq +abstract class GAccountsByPkReq implements - Built<GAccountBasicByPkReq, GAccountBasicByPkReqBuilder>, - _i1.OperationRequest<_i2.GAccountBasicByPkData, - _i3.GAccountBasicByPkVars> { - GAccountBasicByPkReq._(); + Built<GAccountsByPkReq, GAccountsByPkReqBuilder>, + _i1.OperationRequest<_i2.GAccountsByPkData, _i3.GAccountsByPkVars> { + GAccountsByPkReq._(); - factory GAccountBasicByPkReq( - [void Function(GAccountBasicByPkReqBuilder b) updates]) = - _$GAccountBasicByPkReq; + factory GAccountsByPkReq([void Function(GAccountsByPkReqBuilder b) updates]) = + _$GAccountsByPkReq; - static void _initializeBuilder(GAccountBasicByPkReqBuilder b) => b + static void _initializeBuilder(GAccountsByPkReqBuilder b) => b ..operation = _i4.Operation( document: _i5.document, - operationName: 'AccountBasicByPk', + operationName: 'AccountsByPk', ) ..executeOnListen = true; @override - _i3.GAccountBasicByPkVars get vars; + _i3.GAccountsByPkVars get vars; @override _i4.Operation get operation; @override @@ -372,12 +447,12 @@ abstract class GAccountBasicByPkReq String? get requestId; @override @BuiltValueField(serialize: false) - _i2.GAccountBasicByPkData? Function( - _i2.GAccountBasicByPkData?, - _i2.GAccountBasicByPkData?, + _i2.GAccountsByPkData? Function( + _i2.GAccountsByPkData?, + _i2.GAccountsByPkData?, )? get updateResult; @override - _i2.GAccountBasicByPkData? get optimisticResponse; + _i2.GAccountsByPkData? get optimisticResponse; @override String? get updateCacheHandlerKey; @override @@ -390,54 +465,55 @@ abstract class GAccountBasicByPkReq @BuiltValueField(serialize: false) _i4.Context? get context; @override - _i2.GAccountBasicByPkData? parseData(Map<String, dynamic> json) => - _i2.GAccountBasicByPkData.fromJson(json); + _i2.GAccountsByPkData? parseData(Map<String, dynamic> json) => + _i2.GAccountsByPkData.fromJson(json); @override Map<String, dynamic> varsToJson() => vars.toJson(); @override - Map<String, dynamic> dataToJson(_i2.GAccountBasicByPkData data) => - data.toJson(); + Map<String, dynamic> dataToJson(_i2.GAccountsByPkData data) => data.toJson(); @override - _i1.OperationRequest<_i2.GAccountBasicByPkData, _i3.GAccountBasicByPkVars> + _i1.OperationRequest<_i2.GAccountsByPkData, _i3.GAccountsByPkVars> transformOperation(_i4.Operation Function(_i4.Operation) transform) => this.rebuild((b) => b..operation = transform(operation)); - static Serializer<GAccountBasicByPkReq> get serializer => - _$gAccountBasicByPkReqSerializer; + static Serializer<GAccountsByPkReq> get serializer => + _$gAccountsByPkReqSerializer; Map<String, dynamic> toJson() => (_i6.serializers.serializeWith( - GAccountBasicByPkReq.serializer, + GAccountsByPkReq.serializer, this, ) as Map<String, dynamic>); - static GAccountBasicByPkReq? fromJson(Map<String, dynamic> json) => + static GAccountsByPkReq? fromJson(Map<String, dynamic> json) => _i6.serializers.deserializeWith( - GAccountBasicByPkReq.serializer, + GAccountsByPkReq.serializer, json, ); } -abstract class GAccountsByPkReq +abstract class GAccountBasicByPkReq implements - Built<GAccountsByPkReq, GAccountsByPkReqBuilder>, - _i1.OperationRequest<_i2.GAccountsByPkData, _i3.GAccountsByPkVars> { - GAccountsByPkReq._(); + Built<GAccountBasicByPkReq, GAccountBasicByPkReqBuilder>, + _i1.OperationRequest<_i2.GAccountBasicByPkData, + _i3.GAccountBasicByPkVars> { + GAccountBasicByPkReq._(); - factory GAccountsByPkReq([void Function(GAccountsByPkReqBuilder b) updates]) = - _$GAccountsByPkReq; + factory GAccountBasicByPkReq( + [void Function(GAccountBasicByPkReqBuilder b) updates]) = + _$GAccountBasicByPkReq; - static void _initializeBuilder(GAccountsByPkReqBuilder b) => b + static void _initializeBuilder(GAccountBasicByPkReqBuilder b) => b ..operation = _i4.Operation( document: _i5.document, - operationName: 'AccountsByPk', + operationName: 'AccountBasicByPk', ) ..executeOnListen = true; @override - _i3.GAccountsByPkVars get vars; + _i3.GAccountBasicByPkVars get vars; @override _i4.Operation get operation; @override @@ -451,12 +527,12 @@ abstract class GAccountsByPkReq String? get requestId; @override @BuiltValueField(serialize: false) - _i2.GAccountsByPkData? Function( - _i2.GAccountsByPkData?, - _i2.GAccountsByPkData?, + _i2.GAccountBasicByPkData? Function( + _i2.GAccountBasicByPkData?, + _i2.GAccountBasicByPkData?, )? get updateResult; @override - _i2.GAccountsByPkData? get optimisticResponse; + _i2.GAccountBasicByPkData? get optimisticResponse; @override String? get updateCacheHandlerKey; @override @@ -469,53 +545,56 @@ abstract class GAccountsByPkReq @BuiltValueField(serialize: false) _i4.Context? get context; @override - _i2.GAccountsByPkData? parseData(Map<String, dynamic> json) => - _i2.GAccountsByPkData.fromJson(json); + _i2.GAccountBasicByPkData? parseData(Map<String, dynamic> json) => + _i2.GAccountBasicByPkData.fromJson(json); @override Map<String, dynamic> varsToJson() => vars.toJson(); @override - Map<String, dynamic> dataToJson(_i2.GAccountsByPkData data) => data.toJson(); + Map<String, dynamic> dataToJson(_i2.GAccountBasicByPkData data) => + data.toJson(); @override - _i1.OperationRequest<_i2.GAccountsByPkData, _i3.GAccountsByPkVars> + _i1.OperationRequest<_i2.GAccountBasicByPkData, _i3.GAccountBasicByPkVars> transformOperation(_i4.Operation Function(_i4.Operation) transform) => this.rebuild((b) => b..operation = transform(operation)); - static Serializer<GAccountsByPkReq> get serializer => - _$gAccountsByPkReqSerializer; + static Serializer<GAccountBasicByPkReq> get serializer => + _$gAccountBasicByPkReqSerializer; Map<String, dynamic> toJson() => (_i6.serializers.serializeWith( - GAccountsByPkReq.serializer, + GAccountBasicByPkReq.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkReq? fromJson(Map<String, dynamic> json) => + static GAccountBasicByPkReq? fromJson(Map<String, dynamic> json) => _i6.serializers.deserializeWith( - GAccountsByPkReq.serializer, + GAccountBasicByPkReq.serializer, json, ); } -abstract class GLastBlockReq +abstract class GAccountsBasicByPkReq implements - Built<GLastBlockReq, GLastBlockReqBuilder>, - _i1.OperationRequest<_i2.GLastBlockData, _i3.GLastBlockVars> { - GLastBlockReq._(); + Built<GAccountsBasicByPkReq, GAccountsBasicByPkReqBuilder>, + _i1.OperationRequest<_i2.GAccountsBasicByPkData, + _i3.GAccountsBasicByPkVars> { + GAccountsBasicByPkReq._(); - factory GLastBlockReq([void Function(GLastBlockReqBuilder b) updates]) = - _$GLastBlockReq; + factory GAccountsBasicByPkReq( + [void Function(GAccountsBasicByPkReqBuilder b) updates]) = + _$GAccountsBasicByPkReq; - static void _initializeBuilder(GLastBlockReqBuilder b) => b + static void _initializeBuilder(GAccountsBasicByPkReqBuilder b) => b ..operation = _i4.Operation( document: _i5.document, - operationName: 'LastBlock', + operationName: 'AccountsBasicByPk', ) ..executeOnListen = true; @override - _i3.GLastBlockVars get vars; + _i3.GAccountsBasicByPkVars get vars; @override _i4.Operation get operation; @override @@ -529,12 +608,12 @@ abstract class GLastBlockReq String? get requestId; @override @BuiltValueField(serialize: false) - _i2.GLastBlockData? Function( - _i2.GLastBlockData?, - _i2.GLastBlockData?, + _i2.GAccountsBasicByPkData? Function( + _i2.GAccountsBasicByPkData?, + _i2.GAccountsBasicByPkData?, )? get updateResult; @override - _i2.GLastBlockData? get optimisticResponse; + _i2.GAccountsBasicByPkData? get optimisticResponse; @override String? get updateCacheHandlerKey; @override @@ -547,54 +626,56 @@ abstract class GLastBlockReq @BuiltValueField(serialize: false) _i4.Context? get context; @override - _i2.GLastBlockData? parseData(Map<String, dynamic> json) => - _i2.GLastBlockData.fromJson(json); + _i2.GAccountsBasicByPkData? parseData(Map<String, dynamic> json) => + _i2.GAccountsBasicByPkData.fromJson(json); @override Map<String, dynamic> varsToJson() => vars.toJson(); @override - Map<String, dynamic> dataToJson(_i2.GLastBlockData data) => data.toJson(); + Map<String, dynamic> dataToJson(_i2.GAccountsBasicByPkData data) => + data.toJson(); @override - _i1.OperationRequest<_i2.GLastBlockData, _i3.GLastBlockVars> + _i1.OperationRequest<_i2.GAccountsBasicByPkData, _i3.GAccountsBasicByPkVars> transformOperation(_i4.Operation Function(_i4.Operation) transform) => this.rebuild((b) => b..operation = transform(operation)); - static Serializer<GLastBlockReq> get serializer => _$gLastBlockReqSerializer; + static Serializer<GAccountsBasicByPkReq> get serializer => + _$gAccountsBasicByPkReqSerializer; Map<String, dynamic> toJson() => (_i6.serializers.serializeWith( - GLastBlockReq.serializer, + GAccountsBasicByPkReq.serializer, this, ) as Map<String, dynamic>); - static GLastBlockReq? fromJson(Map<String, dynamic> json) => + static GAccountsBasicByPkReq? fromJson(Map<String, dynamic> json) => _i6.serializers.deserializeWith( - GLastBlockReq.serializer, + GAccountsBasicByPkReq.serializer, json, ); } -abstract class GGetHistoryAndBalanceReq +abstract class GAccountTransactionsReq implements - Built<GGetHistoryAndBalanceReq, GGetHistoryAndBalanceReqBuilder>, - _i1.OperationRequest<_i2.GGetHistoryAndBalanceData, - _i3.GGetHistoryAndBalanceVars> { - GGetHistoryAndBalanceReq._(); + Built<GAccountTransactionsReq, GAccountTransactionsReqBuilder>, + _i1.OperationRequest<_i2.GAccountTransactionsData, + _i3.GAccountTransactionsVars> { + GAccountTransactionsReq._(); - factory GGetHistoryAndBalanceReq( - [void Function(GGetHistoryAndBalanceReqBuilder b) updates]) = - _$GGetHistoryAndBalanceReq; + factory GAccountTransactionsReq( + [void Function(GAccountTransactionsReqBuilder b) updates]) = + _$GAccountTransactionsReq; - static void _initializeBuilder(GGetHistoryAndBalanceReqBuilder b) => b + static void _initializeBuilder(GAccountTransactionsReqBuilder b) => b ..operation = _i4.Operation( document: _i5.document, - operationName: 'GetHistoryAndBalance', + operationName: 'AccountTransactions', ) ..executeOnListen = true; @override - _i3.GGetHistoryAndBalanceVars get vars; + _i3.GAccountTransactionsVars get vars; @override _i4.Operation get operation; @override @@ -608,12 +689,12 @@ abstract class GGetHistoryAndBalanceReq String? get requestId; @override @BuiltValueField(serialize: false) - _i2.GGetHistoryAndBalanceData? Function( - _i2.GGetHistoryAndBalanceData?, - _i2.GGetHistoryAndBalanceData?, + _i2.GAccountTransactionsData? Function( + _i2.GAccountTransactionsData?, + _i2.GAccountTransactionsData?, )? get updateResult; @override - _i2.GGetHistoryAndBalanceData? get optimisticResponse; + _i2.GAccountTransactionsData? get optimisticResponse; @override String? get updateCacheHandlerKey; @override @@ -626,33 +707,33 @@ abstract class GGetHistoryAndBalanceReq @BuiltValueField(serialize: false) _i4.Context? get context; @override - _i2.GGetHistoryAndBalanceData? parseData(Map<String, dynamic> json) => - _i2.GGetHistoryAndBalanceData.fromJson(json); + _i2.GAccountTransactionsData? parseData(Map<String, dynamic> json) => + _i2.GAccountTransactionsData.fromJson(json); @override Map<String, dynamic> varsToJson() => vars.toJson(); @override - Map<String, dynamic> dataToJson(_i2.GGetHistoryAndBalanceData data) => + Map<String, dynamic> dataToJson(_i2.GAccountTransactionsData data) => data.toJson(); @override - _i1.OperationRequest<_i2.GGetHistoryAndBalanceData, - _i3.GGetHistoryAndBalanceVars> transformOperation( + _i1.OperationRequest<_i2.GAccountTransactionsData, + _i3.GAccountTransactionsVars> transformOperation( _i4.Operation Function(_i4.Operation) transform) => this.rebuild((b) => b..operation = transform(operation)); - static Serializer<GGetHistoryAndBalanceReq> get serializer => - _$gGetHistoryAndBalanceReqSerializer; + static Serializer<GAccountTransactionsReq> get serializer => + _$gAccountTransactionsReqSerializer; Map<String, dynamic> toJson() => (_i6.serializers.serializeWith( - GGetHistoryAndBalanceReq.serializer, + GAccountTransactionsReq.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceReq? fromJson(Map<String, dynamic> json) => + static GAccountTransactionsReq? fromJson(Map<String, dynamic> json) => _i6.serializers.deserializeWith( - GGetHistoryAndBalanceReq.serializer, + GAccountTransactionsReq.serializer, json, ); } @@ -1088,6 +1169,55 @@ abstract class GAccountFieldsReq ); } +abstract class GAccountTxsFieldsReq + implements + Built<GAccountTxsFieldsReq, GAccountTxsFieldsReqBuilder>, + _i1 + .FragmentRequest<_i2.GAccountTxsFieldsData, _i3.GAccountTxsFieldsVars> { + GAccountTxsFieldsReq._(); + + factory GAccountTxsFieldsReq( + [void Function(GAccountTxsFieldsReqBuilder b) updates]) = + _$GAccountTxsFieldsReq; + + static void _initializeBuilder(GAccountTxsFieldsReqBuilder b) => b + ..document = _i5.document + ..fragmentName = 'AccountTxsFields'; + + @override + _i3.GAccountTxsFieldsVars get vars; + @override + _i7.DocumentNode get document; + @override + String? get fragmentName; + @override + Map<String, dynamic> get idFields; + @override + _i2.GAccountTxsFieldsData? parseData(Map<String, dynamic> json) => + _i2.GAccountTxsFieldsData.fromJson(json); + + @override + Map<String, dynamic> varsToJson() => vars.toJson(); + + @override + Map<String, dynamic> dataToJson(_i2.GAccountTxsFieldsData data) => + data.toJson(); + + static Serializer<GAccountTxsFieldsReq> get serializer => + _$gAccountTxsFieldsReqSerializer; + + Map<String, dynamic> toJson() => (_i6.serializers.serializeWith( + GAccountTxsFieldsReq.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountTxsFieldsReq? fromJson(Map<String, dynamic> json) => + _i6.serializers.deserializeWith( + GAccountTxsFieldsReq.serializer, + json, + ); +} + abstract class GTransferFieldsReq implements Built<GTransferFieldsReq, GTransferFieldsReqBuilder>, diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.req.gql.g.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.req.gql.g.dart index a73b9577a74416399d2798889b7b783f11bf766f..d748a4239cb80152ff0166941cde906b0f40c5f2 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.req.gql.g.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.req.gql.g.dart @@ -6,6 +6,8 @@ part of 'duniter-indexer-queries.req.gql.dart'; // BuiltValueGenerator // ************************************************************************** +Serializer<GLastBlockReq> _$gLastBlockReqSerializer = + new _$GLastBlockReqSerializer(); Serializer<GIdentitiesByNameOrPkReq> _$gIdentitiesByNameOrPkReqSerializer = new _$GIdentitiesByNameOrPkReqSerializer(); Serializer<GIdentitiesByPkReq> _$gIdentitiesByPkReqSerializer = @@ -14,14 +16,14 @@ Serializer<GIdentitiesByNameReq> _$gIdentitiesByNameReqSerializer = new _$GIdentitiesByNameReqSerializer(); Serializer<GAccountByPkReq> _$gAccountByPkReqSerializer = new _$GAccountByPkReqSerializer(); -Serializer<GAccountBasicByPkReq> _$gAccountBasicByPkReqSerializer = - new _$GAccountBasicByPkReqSerializer(); Serializer<GAccountsByPkReq> _$gAccountsByPkReqSerializer = new _$GAccountsByPkReqSerializer(); -Serializer<GLastBlockReq> _$gLastBlockReqSerializer = - new _$GLastBlockReqSerializer(); -Serializer<GGetHistoryAndBalanceReq> _$gGetHistoryAndBalanceReqSerializer = - new _$GGetHistoryAndBalanceReqSerializer(); +Serializer<GAccountBasicByPkReq> _$gAccountBasicByPkReqSerializer = + new _$GAccountBasicByPkReqSerializer(); +Serializer<GAccountsBasicByPkReq> _$gAccountsBasicByPkReqSerializer = + new _$GAccountsBasicByPkReqSerializer(); +Serializer<GAccountTransactionsReq> _$gAccountTransactionsReqSerializer = + new _$GAccountTransactionsReqSerializer(); Serializer<GCertFieldsReq> _$gCertFieldsReqSerializer = new _$GCertFieldsReqSerializer(); Serializer<GSmithCertFieldsReq> _$gSmithCertFieldsReqSerializer = @@ -40,9 +42,128 @@ Serializer<GAccountBasicFieldsReq> _$gAccountBasicFieldsReqSerializer = new _$GAccountBasicFieldsReqSerializer(); Serializer<GAccountFieldsReq> _$gAccountFieldsReqSerializer = new _$GAccountFieldsReqSerializer(); +Serializer<GAccountTxsFieldsReq> _$gAccountTxsFieldsReqSerializer = + new _$GAccountTxsFieldsReqSerializer(); Serializer<GTransferFieldsReq> _$gTransferFieldsReqSerializer = new _$GTransferFieldsReqSerializer(); +class _$GLastBlockReqSerializer implements StructuredSerializer<GLastBlockReq> { + @override + final Iterable<Type> types = const [GLastBlockReq, _$GLastBlockReq]; + @override + final String wireName = 'GLastBlockReq'; + + @override + Iterable<Object?> serialize(Serializers serializers, GLastBlockReq object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + 'vars', + serializers.serialize(object.vars, + specifiedType: const FullType(_i3.GLastBlockVars)), + 'operation', + serializers.serialize(object.operation, + specifiedType: const FullType(_i4.Operation)), + 'executeOnListen', + serializers.serialize(object.executeOnListen, + specifiedType: const FullType(bool)), + ]; + Object? value; + value = object.requestId; + if (value != null) { + result + ..add('requestId') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.optimisticResponse; + if (value != null) { + result + ..add('optimisticResponse') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i2.GLastBlockData))); + } + value = object.updateCacheHandlerKey; + if (value != null) { + result + ..add('updateCacheHandlerKey') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + value = object.updateCacheHandlerContext; + if (value != null) { + result + ..add('updateCacheHandlerContext') + ..add(serializers.serialize(value, + specifiedType: const FullType( + Map, const [const FullType(String), const FullType(dynamic)]))); + } + value = object.fetchPolicy; + if (value != null) { + result + ..add('fetchPolicy') + ..add(serializers.serialize(value, + specifiedType: const FullType(_i1.FetchPolicy))); + } + return result; + } + + @override + GLastBlockReq deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GLastBlockReqBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case 'vars': + result.vars.replace(serializers.deserialize(value, + specifiedType: const FullType(_i3.GLastBlockVars))! + as _i3.GLastBlockVars); + break; + case 'operation': + result.operation = serializers.deserialize(value, + specifiedType: const FullType(_i4.Operation))! as _i4.Operation; + break; + case 'requestId': + result.requestId = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'optimisticResponse': + result.optimisticResponse.replace(serializers.deserialize(value, + specifiedType: const FullType(_i2.GLastBlockData))! + as _i2.GLastBlockData); + break; + case 'updateCacheHandlerKey': + result.updateCacheHandlerKey = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'updateCacheHandlerContext': + result.updateCacheHandlerContext = serializers.deserialize(value, + specifiedType: const FullType(Map, const [ + const FullType(String), + const FullType(dynamic) + ])) as Map<String, dynamic>?; + break; + case 'fetchPolicy': + result.fetchPolicy = serializers.deserialize(value, + specifiedType: const FullType(_i1.FetchPolicy)) + as _i1.FetchPolicy?; + break; + case 'executeOnListen': + result.executeOnListen = serializers.deserialize(value, + specifiedType: const FullType(bool))! as bool; + break; + } + } + + return result.build(); + } +} + class _$GIdentitiesByNameOrPkReqSerializer implements StructuredSerializer<GIdentitiesByNameOrPkReq> { @override @@ -524,24 +645,20 @@ class _$GAccountByPkReqSerializer } } -class _$GAccountBasicByPkReqSerializer - implements StructuredSerializer<GAccountBasicByPkReq> { +class _$GAccountsByPkReqSerializer + implements StructuredSerializer<GAccountsByPkReq> { @override - final Iterable<Type> types = const [ - GAccountBasicByPkReq, - _$GAccountBasicByPkReq - ]; + final Iterable<Type> types = const [GAccountsByPkReq, _$GAccountsByPkReq]; @override - final String wireName = 'GAccountBasicByPkReq'; + final String wireName = 'GAccountsByPkReq'; @override - Iterable<Object?> serialize( - Serializers serializers, GAccountBasicByPkReq object, + Iterable<Object?> serialize(Serializers serializers, GAccountsByPkReq object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ 'vars', serializers.serialize(object.vars, - specifiedType: const FullType(_i3.GAccountBasicByPkVars)), + specifiedType: const FullType(_i3.GAccountsByPkVars)), 'operation', serializers.serialize(object.operation, specifiedType: const FullType(_i4.Operation)), @@ -562,7 +679,7 @@ class _$GAccountBasicByPkReqSerializer result ..add('optimisticResponse') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GAccountBasicByPkData))); + specifiedType: const FullType(_i2.GAccountsByPkData))); } value = object.updateCacheHandlerKey; if (value != null) { @@ -590,10 +707,10 @@ class _$GAccountBasicByPkReqSerializer } @override - GAccountBasicByPkReq deserialize( + GAccountsByPkReq deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountBasicByPkReqBuilder(); + final result = new GAccountsByPkReqBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -603,8 +720,8 @@ class _$GAccountBasicByPkReqSerializer switch (key) { case 'vars': result.vars.replace(serializers.deserialize(value, - specifiedType: const FullType(_i3.GAccountBasicByPkVars))! - as _i3.GAccountBasicByPkVars); + specifiedType: const FullType(_i3.GAccountsByPkVars))! + as _i3.GAccountsByPkVars); break; case 'operation': result.operation = serializers.deserialize(value, @@ -616,8 +733,8 @@ class _$GAccountBasicByPkReqSerializer break; case 'optimisticResponse': result.optimisticResponse.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.GAccountBasicByPkData))! - as _i2.GAccountBasicByPkData); + specifiedType: const FullType(_i2.GAccountsByPkData))! + as _i2.GAccountsByPkData); break; case 'updateCacheHandlerKey': result.updateCacheHandlerKey = serializers.deserialize(value, @@ -646,20 +763,24 @@ class _$GAccountBasicByPkReqSerializer } } -class _$GAccountsByPkReqSerializer - implements StructuredSerializer<GAccountsByPkReq> { +class _$GAccountBasicByPkReqSerializer + implements StructuredSerializer<GAccountBasicByPkReq> { @override - final Iterable<Type> types = const [GAccountsByPkReq, _$GAccountsByPkReq]; + final Iterable<Type> types = const [ + GAccountBasicByPkReq, + _$GAccountBasicByPkReq + ]; @override - final String wireName = 'GAccountsByPkReq'; + final String wireName = 'GAccountBasicByPkReq'; @override - Iterable<Object?> serialize(Serializers serializers, GAccountsByPkReq object, + Iterable<Object?> serialize( + Serializers serializers, GAccountBasicByPkReq object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ 'vars', serializers.serialize(object.vars, - specifiedType: const FullType(_i3.GAccountsByPkVars)), + specifiedType: const FullType(_i3.GAccountBasicByPkVars)), 'operation', serializers.serialize(object.operation, specifiedType: const FullType(_i4.Operation)), @@ -680,7 +801,7 @@ class _$GAccountsByPkReqSerializer result ..add('optimisticResponse') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GAccountsByPkData))); + specifiedType: const FullType(_i2.GAccountBasicByPkData))); } value = object.updateCacheHandlerKey; if (value != null) { @@ -708,10 +829,10 @@ class _$GAccountsByPkReqSerializer } @override - GAccountsByPkReq deserialize( + GAccountBasicByPkReq deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkReqBuilder(); + final result = new GAccountBasicByPkReqBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -721,8 +842,8 @@ class _$GAccountsByPkReqSerializer switch (key) { case 'vars': result.vars.replace(serializers.deserialize(value, - specifiedType: const FullType(_i3.GAccountsByPkVars))! - as _i3.GAccountsByPkVars); + specifiedType: const FullType(_i3.GAccountBasicByPkVars))! + as _i3.GAccountBasicByPkVars); break; case 'operation': result.operation = serializers.deserialize(value, @@ -734,8 +855,8 @@ class _$GAccountsByPkReqSerializer break; case 'optimisticResponse': result.optimisticResponse.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.GAccountsByPkData))! - as _i2.GAccountsByPkData); + specifiedType: const FullType(_i2.GAccountBasicByPkData))! + as _i2.GAccountBasicByPkData); break; case 'updateCacheHandlerKey': result.updateCacheHandlerKey = serializers.deserialize(value, @@ -764,19 +885,24 @@ class _$GAccountsByPkReqSerializer } } -class _$GLastBlockReqSerializer implements StructuredSerializer<GLastBlockReq> { +class _$GAccountsBasicByPkReqSerializer + implements StructuredSerializer<GAccountsBasicByPkReq> { @override - final Iterable<Type> types = const [GLastBlockReq, _$GLastBlockReq]; + final Iterable<Type> types = const [ + GAccountsBasicByPkReq, + _$GAccountsBasicByPkReq + ]; @override - final String wireName = 'GLastBlockReq'; + final String wireName = 'GAccountsBasicByPkReq'; @override - Iterable<Object?> serialize(Serializers serializers, GLastBlockReq object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsBasicByPkReq object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ 'vars', serializers.serialize(object.vars, - specifiedType: const FullType(_i3.GLastBlockVars)), + specifiedType: const FullType(_i3.GAccountsBasicByPkVars)), 'operation', serializers.serialize(object.operation, specifiedType: const FullType(_i4.Operation)), @@ -797,7 +923,7 @@ class _$GLastBlockReqSerializer implements StructuredSerializer<GLastBlockReq> { result ..add('optimisticResponse') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GLastBlockData))); + specifiedType: const FullType(_i2.GAccountsBasicByPkData))); } value = object.updateCacheHandlerKey; if (value != null) { @@ -825,10 +951,10 @@ class _$GLastBlockReqSerializer implements StructuredSerializer<GLastBlockReq> { } @override - GLastBlockReq deserialize( + GAccountsBasicByPkReq deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GLastBlockReqBuilder(); + final result = new GAccountsBasicByPkReqBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -838,8 +964,8 @@ class _$GLastBlockReqSerializer implements StructuredSerializer<GLastBlockReq> { switch (key) { case 'vars': result.vars.replace(serializers.deserialize(value, - specifiedType: const FullType(_i3.GLastBlockVars))! - as _i3.GLastBlockVars); + specifiedType: const FullType(_i3.GAccountsBasicByPkVars))! + as _i3.GAccountsBasicByPkVars); break; case 'operation': result.operation = serializers.deserialize(value, @@ -851,8 +977,8 @@ class _$GLastBlockReqSerializer implements StructuredSerializer<GLastBlockReq> { break; case 'optimisticResponse': result.optimisticResponse.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.GLastBlockData))! - as _i2.GLastBlockData); + specifiedType: const FullType(_i2.GAccountsBasicByPkData))! + as _i2.GAccountsBasicByPkData); break; case 'updateCacheHandlerKey': result.updateCacheHandlerKey = serializers.deserialize(value, @@ -881,24 +1007,24 @@ class _$GLastBlockReqSerializer implements StructuredSerializer<GLastBlockReq> { } } -class _$GGetHistoryAndBalanceReqSerializer - implements StructuredSerializer<GGetHistoryAndBalanceReq> { +class _$GAccountTransactionsReqSerializer + implements StructuredSerializer<GAccountTransactionsReq> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceReq, - _$GGetHistoryAndBalanceReq + GAccountTransactionsReq, + _$GAccountTransactionsReq ]; @override - final String wireName = 'GGetHistoryAndBalanceReq'; + final String wireName = 'GAccountTransactionsReq'; @override Iterable<Object?> serialize( - Serializers serializers, GGetHistoryAndBalanceReq object, + Serializers serializers, GAccountTransactionsReq object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ 'vars', serializers.serialize(object.vars, - specifiedType: const FullType(_i3.GGetHistoryAndBalanceVars)), + specifiedType: const FullType(_i3.GAccountTransactionsVars)), 'operation', serializers.serialize(object.operation, specifiedType: const FullType(_i4.Operation)), @@ -919,7 +1045,7 @@ class _$GGetHistoryAndBalanceReqSerializer result ..add('optimisticResponse') ..add(serializers.serialize(value, - specifiedType: const FullType(_i2.GGetHistoryAndBalanceData))); + specifiedType: const FullType(_i2.GAccountTransactionsData))); } value = object.updateCacheHandlerKey; if (value != null) { @@ -947,10 +1073,10 @@ class _$GGetHistoryAndBalanceReqSerializer } @override - GGetHistoryAndBalanceReq deserialize( + GAccountTransactionsReq deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GGetHistoryAndBalanceReqBuilder(); + final result = new GAccountTransactionsReqBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -960,8 +1086,8 @@ class _$GGetHistoryAndBalanceReqSerializer switch (key) { case 'vars': result.vars.replace(serializers.deserialize(value, - specifiedType: const FullType(_i3.GGetHistoryAndBalanceVars))! - as _i3.GGetHistoryAndBalanceVars); + specifiedType: const FullType(_i3.GAccountTransactionsVars))! + as _i3.GAccountTransactionsVars); break; case 'operation': result.operation = serializers.deserialize(value, @@ -973,8 +1099,8 @@ class _$GGetHistoryAndBalanceReqSerializer break; case 'optimisticResponse': result.optimisticResponse.replace(serializers.deserialize(value, - specifiedType: const FullType(_i2.GGetHistoryAndBalanceData))! - as _i2.GGetHistoryAndBalanceData); + specifiedType: const FullType(_i2.GAccountTransactionsData))! + as _i2.GAccountTransactionsData); break; case 'updateCacheHandlerKey': result.updateCacheHandlerKey = serializers.deserialize(value, @@ -1678,21 +1804,24 @@ class _$GAccountFieldsReqSerializer } } -class _$GTransferFieldsReqSerializer - implements StructuredSerializer<GTransferFieldsReq> { +class _$GAccountTxsFieldsReqSerializer + implements StructuredSerializer<GAccountTxsFieldsReq> { @override - final Iterable<Type> types = const [GTransferFieldsReq, _$GTransferFieldsReq]; + final Iterable<Type> types = const [ + GAccountTxsFieldsReq, + _$GAccountTxsFieldsReq + ]; @override - final String wireName = 'GTransferFieldsReq'; + final String wireName = 'GAccountTxsFieldsReq'; @override Iterable<Object?> serialize( - Serializers serializers, GTransferFieldsReq object, + Serializers serializers, GAccountTxsFieldsReq object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ 'vars', serializers.serialize(object.vars, - specifiedType: const FullType(_i3.GTransferFieldsVars)), + specifiedType: const FullType(_i3.GAccountTxsFieldsVars)), 'document', serializers.serialize(object.document, specifiedType: const FullType(_i7.DocumentNode)), @@ -1713,10 +1842,10 @@ class _$GTransferFieldsReqSerializer } @override - GTransferFieldsReq deserialize( + GAccountTxsFieldsReq deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GTransferFieldsReqBuilder(); + final result = new GAccountTxsFieldsReqBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -1726,8 +1855,8 @@ class _$GTransferFieldsReqSerializer switch (key) { case 'vars': result.vars.replace(serializers.deserialize(value, - specifiedType: const FullType(_i3.GTransferFieldsVars))! - as _i3.GTransferFieldsVars); + specifiedType: const FullType(_i3.GAccountTxsFieldsVars))! + as _i3.GAccountTxsFieldsVars); break; case 'document': result.document = serializers.deserialize(value, @@ -1752,23 +1881,331 @@ class _$GTransferFieldsReqSerializer } } -class _$GIdentitiesByNameOrPkReq extends GIdentitiesByNameOrPkReq { - @override - final _i3.GIdentitiesByNameOrPkVars vars; - @override - final _i4.Operation operation; - @override - final String? requestId; +class _$GTransferFieldsReqSerializer + implements StructuredSerializer<GTransferFieldsReq> { @override - final _i2.GIdentitiesByNameOrPkData? Function( - _i2.GIdentitiesByNameOrPkData?, _i2.GIdentitiesByNameOrPkData?)? - updateResult; + final Iterable<Type> types = const [GTransferFieldsReq, _$GTransferFieldsReq]; @override - final _i2.GIdentitiesByNameOrPkData? optimisticResponse; + final String wireName = 'GTransferFieldsReq'; + @override - final String? updateCacheHandlerKey; + Iterable<Object?> serialize( + Serializers serializers, GTransferFieldsReq object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + 'vars', + serializers.serialize(object.vars, + specifiedType: const FullType(_i3.GTransferFieldsVars)), + 'document', + serializers.serialize(object.document, + specifiedType: const FullType(_i7.DocumentNode)), + 'idFields', + serializers.serialize(object.idFields, + specifiedType: const FullType( + Map, const [const FullType(String), const FullType(dynamic)])), + ]; + Object? value; + value = object.fragmentName; + if (value != null) { + result + ..add('fragmentName') + ..add(serializers.serialize(value, + specifiedType: const FullType(String))); + } + return result; + } + @override - final Map<String, dynamic>? updateCacheHandlerContext; + GTransferFieldsReq deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GTransferFieldsReqBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case 'vars': + result.vars.replace(serializers.deserialize(value, + specifiedType: const FullType(_i3.GTransferFieldsVars))! + as _i3.GTransferFieldsVars); + break; + case 'document': + result.document = serializers.deserialize(value, + specifiedType: const FullType(_i7.DocumentNode))! + as _i7.DocumentNode; + break; + case 'fragmentName': + result.fragmentName = serializers.deserialize(value, + specifiedType: const FullType(String)) as String?; + break; + case 'idFields': + result.idFields = serializers.deserialize(value, + specifiedType: const FullType(Map, const [ + const FullType(String), + const FullType(dynamic) + ]))! as Map<String, dynamic>; + break; + } + } + + return result.build(); + } +} + +class _$GLastBlockReq extends GLastBlockReq { + @override + final _i3.GLastBlockVars vars; + @override + final _i4.Operation operation; + @override + final String? requestId; + @override + final _i2.GLastBlockData? Function(_i2.GLastBlockData?, _i2.GLastBlockData?)? + updateResult; + @override + final _i2.GLastBlockData? optimisticResponse; + @override + final String? updateCacheHandlerKey; + @override + final Map<String, dynamic>? updateCacheHandlerContext; + @override + final _i1.FetchPolicy? fetchPolicy; + @override + final bool executeOnListen; + @override + final _i4.Context? context; + + factory _$GLastBlockReq([void Function(GLastBlockReqBuilder)? updates]) => + (new GLastBlockReqBuilder()..update(updates))._build(); + + _$GLastBlockReq._( + {required this.vars, + required this.operation, + this.requestId, + this.updateResult, + this.optimisticResponse, + this.updateCacheHandlerKey, + this.updateCacheHandlerContext, + this.fetchPolicy, + required this.executeOnListen, + this.context}) + : super._() { + BuiltValueNullFieldError.checkNotNull(vars, r'GLastBlockReq', 'vars'); + BuiltValueNullFieldError.checkNotNull( + operation, r'GLastBlockReq', 'operation'); + BuiltValueNullFieldError.checkNotNull( + executeOnListen, r'GLastBlockReq', 'executeOnListen'); + } + + @override + GLastBlockReq rebuild(void Function(GLastBlockReqBuilder) updates) => + (toBuilder()..update(updates)).build(); + + @override + GLastBlockReqBuilder toBuilder() => new GLastBlockReqBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + final dynamic _$dynamicOther = other; + return other is GLastBlockReq && + vars == other.vars && + operation == other.operation && + requestId == other.requestId && + updateResult == _$dynamicOther.updateResult && + optimisticResponse == other.optimisticResponse && + updateCacheHandlerKey == other.updateCacheHandlerKey && + updateCacheHandlerContext == other.updateCacheHandlerContext && + fetchPolicy == other.fetchPolicy && + executeOnListen == other.executeOnListen && + context == other.context; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, vars.hashCode); + _$hash = $jc(_$hash, operation.hashCode); + _$hash = $jc(_$hash, requestId.hashCode); + _$hash = $jc(_$hash, updateResult.hashCode); + _$hash = $jc(_$hash, optimisticResponse.hashCode); + _$hash = $jc(_$hash, updateCacheHandlerKey.hashCode); + _$hash = $jc(_$hash, updateCacheHandlerContext.hashCode); + _$hash = $jc(_$hash, fetchPolicy.hashCode); + _$hash = $jc(_$hash, executeOnListen.hashCode); + _$hash = $jc(_$hash, context.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper(r'GLastBlockReq') + ..add('vars', vars) + ..add('operation', operation) + ..add('requestId', requestId) + ..add('updateResult', updateResult) + ..add('optimisticResponse', optimisticResponse) + ..add('updateCacheHandlerKey', updateCacheHandlerKey) + ..add('updateCacheHandlerContext', updateCacheHandlerContext) + ..add('fetchPolicy', fetchPolicy) + ..add('executeOnListen', executeOnListen) + ..add('context', context)) + .toString(); + } +} + +class GLastBlockReqBuilder + implements Builder<GLastBlockReq, GLastBlockReqBuilder> { + _$GLastBlockReq? _$v; + + _i3.GLastBlockVarsBuilder? _vars; + _i3.GLastBlockVarsBuilder get vars => + _$this._vars ??= new _i3.GLastBlockVarsBuilder(); + set vars(_i3.GLastBlockVarsBuilder? vars) => _$this._vars = vars; + + _i4.Operation? _operation; + _i4.Operation? get operation => _$this._operation; + set operation(_i4.Operation? operation) => _$this._operation = operation; + + String? _requestId; + String? get requestId => _$this._requestId; + set requestId(String? requestId) => _$this._requestId = requestId; + + _i2.GLastBlockData? Function(_i2.GLastBlockData?, _i2.GLastBlockData?)? + _updateResult; + _i2.GLastBlockData? Function(_i2.GLastBlockData?, _i2.GLastBlockData?)? + get updateResult => _$this._updateResult; + set updateResult( + _i2.GLastBlockData? Function( + _i2.GLastBlockData?, _i2.GLastBlockData?)? + updateResult) => + _$this._updateResult = updateResult; + + _i2.GLastBlockDataBuilder? _optimisticResponse; + _i2.GLastBlockDataBuilder get optimisticResponse => + _$this._optimisticResponse ??= new _i2.GLastBlockDataBuilder(); + set optimisticResponse(_i2.GLastBlockDataBuilder? optimisticResponse) => + _$this._optimisticResponse = optimisticResponse; + + String? _updateCacheHandlerKey; + String? get updateCacheHandlerKey => _$this._updateCacheHandlerKey; + set updateCacheHandlerKey(String? updateCacheHandlerKey) => + _$this._updateCacheHandlerKey = updateCacheHandlerKey; + + Map<String, dynamic>? _updateCacheHandlerContext; + Map<String, dynamic>? get updateCacheHandlerContext => + _$this._updateCacheHandlerContext; + set updateCacheHandlerContext( + Map<String, dynamic>? updateCacheHandlerContext) => + _$this._updateCacheHandlerContext = updateCacheHandlerContext; + + _i1.FetchPolicy? _fetchPolicy; + _i1.FetchPolicy? get fetchPolicy => _$this._fetchPolicy; + set fetchPolicy(_i1.FetchPolicy? fetchPolicy) => + _$this._fetchPolicy = fetchPolicy; + + bool? _executeOnListen; + bool? get executeOnListen => _$this._executeOnListen; + set executeOnListen(bool? executeOnListen) => + _$this._executeOnListen = executeOnListen; + + _i4.Context? _context; + _i4.Context? get context => _$this._context; + set context(_i4.Context? context) => _$this._context = context; + + GLastBlockReqBuilder() { + GLastBlockReq._initializeBuilder(this); + } + + GLastBlockReqBuilder get _$this { + final $v = _$v; + if ($v != null) { + _vars = $v.vars.toBuilder(); + _operation = $v.operation; + _requestId = $v.requestId; + _updateResult = $v.updateResult; + _optimisticResponse = $v.optimisticResponse?.toBuilder(); + _updateCacheHandlerKey = $v.updateCacheHandlerKey; + _updateCacheHandlerContext = $v.updateCacheHandlerContext; + _fetchPolicy = $v.fetchPolicy; + _executeOnListen = $v.executeOnListen; + _context = $v.context; + _$v = null; + } + return this; + } + + @override + void replace(GLastBlockReq other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GLastBlockReq; + } + + @override + void update(void Function(GLastBlockReqBuilder)? updates) { + if (updates != null) updates(this); + } + + @override + GLastBlockReq build() => _build(); + + _$GLastBlockReq _build() { + _$GLastBlockReq _$result; + try { + _$result = _$v ?? + new _$GLastBlockReq._( + vars: vars.build(), + operation: BuiltValueNullFieldError.checkNotNull( + operation, r'GLastBlockReq', 'operation'), + requestId: requestId, + updateResult: updateResult, + optimisticResponse: _optimisticResponse?.build(), + updateCacheHandlerKey: updateCacheHandlerKey, + updateCacheHandlerContext: updateCacheHandlerContext, + fetchPolicy: fetchPolicy, + executeOnListen: BuiltValueNullFieldError.checkNotNull( + executeOnListen, r'GLastBlockReq', 'executeOnListen'), + context: context); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'vars'; + vars.build(); + + _$failedField = 'optimisticResponse'; + _optimisticResponse?.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GLastBlockReq', _$failedField, e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + +class _$GIdentitiesByNameOrPkReq extends GIdentitiesByNameOrPkReq { + @override + final _i3.GIdentitiesByNameOrPkVars vars; + @override + final _i4.Operation operation; + @override + final String? requestId; + @override + final _i2.GIdentitiesByNameOrPkData? Function( + _i2.GIdentitiesByNameOrPkData?, _i2.GIdentitiesByNameOrPkData?)? + updateResult; + @override + final _i2.GIdentitiesByNameOrPkData? optimisticResponse; + @override + final String? updateCacheHandlerKey; + @override + final Map<String, dynamic>? updateCacheHandlerContext; @override final _i1.FetchPolicy? fetchPolicy; @override @@ -2711,18 +3148,18 @@ class GAccountByPkReqBuilder } } -class _$GAccountBasicByPkReq extends GAccountBasicByPkReq { +class _$GAccountsByPkReq extends GAccountsByPkReq { @override - final _i3.GAccountBasicByPkVars vars; + final _i3.GAccountsByPkVars vars; @override final _i4.Operation operation; @override final String? requestId; @override - final _i2.GAccountBasicByPkData? Function( - _i2.GAccountBasicByPkData?, _i2.GAccountBasicByPkData?)? updateResult; + final _i2.GAccountsByPkData? Function( + _i2.GAccountsByPkData?, _i2.GAccountsByPkData?)? updateResult; @override - final _i2.GAccountBasicByPkData? optimisticResponse; + final _i2.GAccountsByPkData? optimisticResponse; @override final String? updateCacheHandlerKey; @override @@ -2734,11 +3171,11 @@ class _$GAccountBasicByPkReq extends GAccountBasicByPkReq { @override final _i4.Context? context; - factory _$GAccountBasicByPkReq( - [void Function(GAccountBasicByPkReqBuilder)? updates]) => - (new GAccountBasicByPkReqBuilder()..update(updates))._build(); + factory _$GAccountsByPkReq( + [void Function(GAccountsByPkReqBuilder)? updates]) => + (new GAccountsByPkReqBuilder()..update(updates))._build(); - _$GAccountBasicByPkReq._( + _$GAccountsByPkReq._( {required this.vars, required this.operation, this.requestId, @@ -2750,28 +3187,26 @@ class _$GAccountBasicByPkReq extends GAccountBasicByPkReq { required this.executeOnListen, this.context}) : super._() { + BuiltValueNullFieldError.checkNotNull(vars, r'GAccountsByPkReq', 'vars'); BuiltValueNullFieldError.checkNotNull( - vars, r'GAccountBasicByPkReq', 'vars'); - BuiltValueNullFieldError.checkNotNull( - operation, r'GAccountBasicByPkReq', 'operation'); + operation, r'GAccountsByPkReq', 'operation'); BuiltValueNullFieldError.checkNotNull( - executeOnListen, r'GAccountBasicByPkReq', 'executeOnListen'); + executeOnListen, r'GAccountsByPkReq', 'executeOnListen'); } @override - GAccountBasicByPkReq rebuild( - void Function(GAccountBasicByPkReqBuilder) updates) => + GAccountsByPkReq rebuild(void Function(GAccountsByPkReqBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountBasicByPkReqBuilder toBuilder() => - new GAccountBasicByPkReqBuilder()..replace(this); + GAccountsByPkReqBuilder toBuilder() => + new GAccountsByPkReqBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; final dynamic _$dynamicOther = other; - return other is GAccountBasicByPkReq && + return other is GAccountsByPkReq && vars == other.vars && operation == other.operation && requestId == other.requestId && @@ -2803,7 +3238,7 @@ class _$GAccountBasicByPkReq extends GAccountBasicByPkReq { @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountBasicByPkReq') + return (newBuiltValueToStringHelper(r'GAccountsByPkReq') ..add('vars', vars) ..add('operation', operation) ..add('requestId', requestId) @@ -2818,14 +3253,14 @@ class _$GAccountBasicByPkReq extends GAccountBasicByPkReq { } } -class GAccountBasicByPkReqBuilder - implements Builder<GAccountBasicByPkReq, GAccountBasicByPkReqBuilder> { - _$GAccountBasicByPkReq? _$v; +class GAccountsByPkReqBuilder + implements Builder<GAccountsByPkReq, GAccountsByPkReqBuilder> { + _$GAccountsByPkReq? _$v; - _i3.GAccountBasicByPkVarsBuilder? _vars; - _i3.GAccountBasicByPkVarsBuilder get vars => - _$this._vars ??= new _i3.GAccountBasicByPkVarsBuilder(); - set vars(_i3.GAccountBasicByPkVarsBuilder? vars) => _$this._vars = vars; + _i3.GAccountsByPkVarsBuilder? _vars; + _i3.GAccountsByPkVarsBuilder get vars => + _$this._vars ??= new _i3.GAccountsByPkVarsBuilder(); + set vars(_i3.GAccountsByPkVarsBuilder? vars) => _$this._vars = vars; _i4.Operation? _operation; _i4.Operation? get operation => _$this._operation; @@ -2835,22 +3270,21 @@ class GAccountBasicByPkReqBuilder String? get requestId => _$this._requestId; set requestId(String? requestId) => _$this._requestId = requestId; - _i2.GAccountBasicByPkData? Function( - _i2.GAccountBasicByPkData?, _i2.GAccountBasicByPkData?)? _updateResult; - _i2.GAccountBasicByPkData? Function( - _i2.GAccountBasicByPkData?, _i2.GAccountBasicByPkData?)? + _i2.GAccountsByPkData? Function( + _i2.GAccountsByPkData?, _i2.GAccountsByPkData?)? _updateResult; + _i2.GAccountsByPkData? Function( + _i2.GAccountsByPkData?, _i2.GAccountsByPkData?)? get updateResult => _$this._updateResult; set updateResult( - _i2.GAccountBasicByPkData? Function( - _i2.GAccountBasicByPkData?, _i2.GAccountBasicByPkData?)? + _i2.GAccountsByPkData? Function( + _i2.GAccountsByPkData?, _i2.GAccountsByPkData?)? updateResult) => _$this._updateResult = updateResult; - _i2.GAccountBasicByPkDataBuilder? _optimisticResponse; - _i2.GAccountBasicByPkDataBuilder get optimisticResponse => - _$this._optimisticResponse ??= new _i2.GAccountBasicByPkDataBuilder(); - set optimisticResponse( - _i2.GAccountBasicByPkDataBuilder? optimisticResponse) => + _i2.GAccountsByPkDataBuilder? _optimisticResponse; + _i2.GAccountsByPkDataBuilder get optimisticResponse => + _$this._optimisticResponse ??= new _i2.GAccountsByPkDataBuilder(); + set optimisticResponse(_i2.GAccountsByPkDataBuilder? optimisticResponse) => _$this._optimisticResponse = optimisticResponse; String? _updateCacheHandlerKey; @@ -2879,11 +3313,11 @@ class GAccountBasicByPkReqBuilder _i4.Context? get context => _$this._context; set context(_i4.Context? context) => _$this._context = context; - GAccountBasicByPkReqBuilder() { - GAccountBasicByPkReq._initializeBuilder(this); + GAccountsByPkReqBuilder() { + GAccountsByPkReq._initializeBuilder(this); } - GAccountBasicByPkReqBuilder get _$this { + GAccountsByPkReqBuilder get _$this { final $v = _$v; if ($v != null) { _vars = $v.vars.toBuilder(); @@ -2902,27 +3336,27 @@ class GAccountBasicByPkReqBuilder } @override - void replace(GAccountBasicByPkReq other) { + void replace(GAccountsByPkReq other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountBasicByPkReq; + _$v = other as _$GAccountsByPkReq; } @override - void update(void Function(GAccountBasicByPkReqBuilder)? updates) { + void update(void Function(GAccountsByPkReqBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountBasicByPkReq build() => _build(); + GAccountsByPkReq build() => _build(); - _$GAccountBasicByPkReq _build() { - _$GAccountBasicByPkReq _$result; + _$GAccountsByPkReq _build() { + _$GAccountsByPkReq _$result; try { _$result = _$v ?? - new _$GAccountBasicByPkReq._( + new _$GAccountsByPkReq._( vars: vars.build(), operation: BuiltValueNullFieldError.checkNotNull( - operation, r'GAccountBasicByPkReq', 'operation'), + operation, r'GAccountsByPkReq', 'operation'), requestId: requestId, updateResult: updateResult, optimisticResponse: _optimisticResponse?.build(), @@ -2930,7 +3364,7 @@ class GAccountBasicByPkReqBuilder updateCacheHandlerContext: updateCacheHandlerContext, fetchPolicy: fetchPolicy, executeOnListen: BuiltValueNullFieldError.checkNotNull( - executeOnListen, r'GAccountBasicByPkReq', 'executeOnListen'), + executeOnListen, r'GAccountsByPkReq', 'executeOnListen'), context: context); } catch (_) { late String _$failedField; @@ -2942,7 +3376,7 @@ class GAccountBasicByPkReqBuilder _optimisticResponse?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountBasicByPkReq', _$failedField, e.toString()); + r'GAccountsByPkReq', _$failedField, e.toString()); } rethrow; } @@ -2951,18 +3385,18 @@ class GAccountBasicByPkReqBuilder } } -class _$GAccountsByPkReq extends GAccountsByPkReq { +class _$GAccountBasicByPkReq extends GAccountBasicByPkReq { @override - final _i3.GAccountsByPkVars vars; + final _i3.GAccountBasicByPkVars vars; @override final _i4.Operation operation; @override final String? requestId; @override - final _i2.GAccountsByPkData? Function( - _i2.GAccountsByPkData?, _i2.GAccountsByPkData?)? updateResult; + final _i2.GAccountBasicByPkData? Function( + _i2.GAccountBasicByPkData?, _i2.GAccountBasicByPkData?)? updateResult; @override - final _i2.GAccountsByPkData? optimisticResponse; + final _i2.GAccountBasicByPkData? optimisticResponse; @override final String? updateCacheHandlerKey; @override @@ -2974,11 +3408,11 @@ class _$GAccountsByPkReq extends GAccountsByPkReq { @override final _i4.Context? context; - factory _$GAccountsByPkReq( - [void Function(GAccountsByPkReqBuilder)? updates]) => - (new GAccountsByPkReqBuilder()..update(updates))._build(); + factory _$GAccountBasicByPkReq( + [void Function(GAccountBasicByPkReqBuilder)? updates]) => + (new GAccountBasicByPkReqBuilder()..update(updates))._build(); - _$GAccountsByPkReq._( + _$GAccountBasicByPkReq._( {required this.vars, required this.operation, this.requestId, @@ -2990,26 +3424,28 @@ class _$GAccountsByPkReq extends GAccountsByPkReq { required this.executeOnListen, this.context}) : super._() { - BuiltValueNullFieldError.checkNotNull(vars, r'GAccountsByPkReq', 'vars'); BuiltValueNullFieldError.checkNotNull( - operation, r'GAccountsByPkReq', 'operation'); + vars, r'GAccountBasicByPkReq', 'vars'); BuiltValueNullFieldError.checkNotNull( - executeOnListen, r'GAccountsByPkReq', 'executeOnListen'); + operation, r'GAccountBasicByPkReq', 'operation'); + BuiltValueNullFieldError.checkNotNull( + executeOnListen, r'GAccountBasicByPkReq', 'executeOnListen'); } @override - GAccountsByPkReq rebuild(void Function(GAccountsByPkReqBuilder) updates) => + GAccountBasicByPkReq rebuild( + void Function(GAccountBasicByPkReqBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkReqBuilder toBuilder() => - new GAccountsByPkReqBuilder()..replace(this); + GAccountBasicByPkReqBuilder toBuilder() => + new GAccountBasicByPkReqBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; final dynamic _$dynamicOther = other; - return other is GAccountsByPkReq && + return other is GAccountBasicByPkReq && vars == other.vars && operation == other.operation && requestId == other.requestId && @@ -3041,7 +3477,7 @@ class _$GAccountsByPkReq extends GAccountsByPkReq { @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountsByPkReq') + return (newBuiltValueToStringHelper(r'GAccountBasicByPkReq') ..add('vars', vars) ..add('operation', operation) ..add('requestId', requestId) @@ -3056,14 +3492,14 @@ class _$GAccountsByPkReq extends GAccountsByPkReq { } } -class GAccountsByPkReqBuilder - implements Builder<GAccountsByPkReq, GAccountsByPkReqBuilder> { - _$GAccountsByPkReq? _$v; +class GAccountBasicByPkReqBuilder + implements Builder<GAccountBasicByPkReq, GAccountBasicByPkReqBuilder> { + _$GAccountBasicByPkReq? _$v; - _i3.GAccountsByPkVarsBuilder? _vars; - _i3.GAccountsByPkVarsBuilder get vars => - _$this._vars ??= new _i3.GAccountsByPkVarsBuilder(); - set vars(_i3.GAccountsByPkVarsBuilder? vars) => _$this._vars = vars; + _i3.GAccountBasicByPkVarsBuilder? _vars; + _i3.GAccountBasicByPkVarsBuilder get vars => + _$this._vars ??= new _i3.GAccountBasicByPkVarsBuilder(); + set vars(_i3.GAccountBasicByPkVarsBuilder? vars) => _$this._vars = vars; _i4.Operation? _operation; _i4.Operation? get operation => _$this._operation; @@ -3073,21 +3509,22 @@ class GAccountsByPkReqBuilder String? get requestId => _$this._requestId; set requestId(String? requestId) => _$this._requestId = requestId; - _i2.GAccountsByPkData? Function( - _i2.GAccountsByPkData?, _i2.GAccountsByPkData?)? _updateResult; - _i2.GAccountsByPkData? Function( - _i2.GAccountsByPkData?, _i2.GAccountsByPkData?)? + _i2.GAccountBasicByPkData? Function( + _i2.GAccountBasicByPkData?, _i2.GAccountBasicByPkData?)? _updateResult; + _i2.GAccountBasicByPkData? Function( + _i2.GAccountBasicByPkData?, _i2.GAccountBasicByPkData?)? get updateResult => _$this._updateResult; set updateResult( - _i2.GAccountsByPkData? Function( - _i2.GAccountsByPkData?, _i2.GAccountsByPkData?)? + _i2.GAccountBasicByPkData? Function( + _i2.GAccountBasicByPkData?, _i2.GAccountBasicByPkData?)? updateResult) => _$this._updateResult = updateResult; - _i2.GAccountsByPkDataBuilder? _optimisticResponse; - _i2.GAccountsByPkDataBuilder get optimisticResponse => - _$this._optimisticResponse ??= new _i2.GAccountsByPkDataBuilder(); - set optimisticResponse(_i2.GAccountsByPkDataBuilder? optimisticResponse) => + _i2.GAccountBasicByPkDataBuilder? _optimisticResponse; + _i2.GAccountBasicByPkDataBuilder get optimisticResponse => + _$this._optimisticResponse ??= new _i2.GAccountBasicByPkDataBuilder(); + set optimisticResponse( + _i2.GAccountBasicByPkDataBuilder? optimisticResponse) => _$this._optimisticResponse = optimisticResponse; String? _updateCacheHandlerKey; @@ -3116,11 +3553,11 @@ class GAccountsByPkReqBuilder _i4.Context? get context => _$this._context; set context(_i4.Context? context) => _$this._context = context; - GAccountsByPkReqBuilder() { - GAccountsByPkReq._initializeBuilder(this); + GAccountBasicByPkReqBuilder() { + GAccountBasicByPkReq._initializeBuilder(this); } - GAccountsByPkReqBuilder get _$this { + GAccountBasicByPkReqBuilder get _$this { final $v = _$v; if ($v != null) { _vars = $v.vars.toBuilder(); @@ -3139,27 +3576,27 @@ class GAccountsByPkReqBuilder } @override - void replace(GAccountsByPkReq other) { + void replace(GAccountBasicByPkReq other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkReq; + _$v = other as _$GAccountBasicByPkReq; } @override - void update(void Function(GAccountsByPkReqBuilder)? updates) { + void update(void Function(GAccountBasicByPkReqBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkReq build() => _build(); + GAccountBasicByPkReq build() => _build(); - _$GAccountsByPkReq _build() { - _$GAccountsByPkReq _$result; + _$GAccountBasicByPkReq _build() { + _$GAccountBasicByPkReq _$result; try { _$result = _$v ?? - new _$GAccountsByPkReq._( + new _$GAccountBasicByPkReq._( vars: vars.build(), operation: BuiltValueNullFieldError.checkNotNull( - operation, r'GAccountsByPkReq', 'operation'), + operation, r'GAccountBasicByPkReq', 'operation'), requestId: requestId, updateResult: updateResult, optimisticResponse: _optimisticResponse?.build(), @@ -3167,7 +3604,7 @@ class GAccountsByPkReqBuilder updateCacheHandlerContext: updateCacheHandlerContext, fetchPolicy: fetchPolicy, executeOnListen: BuiltValueNullFieldError.checkNotNull( - executeOnListen, r'GAccountsByPkReq', 'executeOnListen'), + executeOnListen, r'GAccountBasicByPkReq', 'executeOnListen'), context: context); } catch (_) { late String _$failedField; @@ -3179,7 +3616,7 @@ class GAccountsByPkReqBuilder _optimisticResponse?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkReq', _$failedField, e.toString()); + r'GAccountBasicByPkReq', _$failedField, e.toString()); } rethrow; } @@ -3188,18 +3625,18 @@ class GAccountsByPkReqBuilder } } -class _$GLastBlockReq extends GLastBlockReq { +class _$GAccountsBasicByPkReq extends GAccountsBasicByPkReq { @override - final _i3.GLastBlockVars vars; + final _i3.GAccountsBasicByPkVars vars; @override final _i4.Operation operation; @override final String? requestId; @override - final _i2.GLastBlockData? Function(_i2.GLastBlockData?, _i2.GLastBlockData?)? - updateResult; + final _i2.GAccountsBasicByPkData? Function( + _i2.GAccountsBasicByPkData?, _i2.GAccountsBasicByPkData?)? updateResult; @override - final _i2.GLastBlockData? optimisticResponse; + final _i2.GAccountsBasicByPkData? optimisticResponse; @override final String? updateCacheHandlerKey; @override @@ -3211,10 +3648,11 @@ class _$GLastBlockReq extends GLastBlockReq { @override final _i4.Context? context; - factory _$GLastBlockReq([void Function(GLastBlockReqBuilder)? updates]) => - (new GLastBlockReqBuilder()..update(updates))._build(); + factory _$GAccountsBasicByPkReq( + [void Function(GAccountsBasicByPkReqBuilder)? updates]) => + (new GAccountsBasicByPkReqBuilder()..update(updates))._build(); - _$GLastBlockReq._( + _$GAccountsBasicByPkReq._( {required this.vars, required this.operation, this.requestId, @@ -3226,25 +3664,28 @@ class _$GLastBlockReq extends GLastBlockReq { required this.executeOnListen, this.context}) : super._() { - BuiltValueNullFieldError.checkNotNull(vars, r'GLastBlockReq', 'vars'); BuiltValueNullFieldError.checkNotNull( - operation, r'GLastBlockReq', 'operation'); + vars, r'GAccountsBasicByPkReq', 'vars'); BuiltValueNullFieldError.checkNotNull( - executeOnListen, r'GLastBlockReq', 'executeOnListen'); + operation, r'GAccountsBasicByPkReq', 'operation'); + BuiltValueNullFieldError.checkNotNull( + executeOnListen, r'GAccountsBasicByPkReq', 'executeOnListen'); } @override - GLastBlockReq rebuild(void Function(GLastBlockReqBuilder) updates) => + GAccountsBasicByPkReq rebuild( + void Function(GAccountsBasicByPkReqBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GLastBlockReqBuilder toBuilder() => new GLastBlockReqBuilder()..replace(this); + GAccountsBasicByPkReqBuilder toBuilder() => + new GAccountsBasicByPkReqBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; final dynamic _$dynamicOther = other; - return other is GLastBlockReq && + return other is GAccountsBasicByPkReq && vars == other.vars && operation == other.operation && requestId == other.requestId && @@ -3276,7 +3717,7 @@ class _$GLastBlockReq extends GLastBlockReq { @override String toString() { - return (newBuiltValueToStringHelper(r'GLastBlockReq') + return (newBuiltValueToStringHelper(r'GAccountsBasicByPkReq') ..add('vars', vars) ..add('operation', operation) ..add('requestId', requestId) @@ -3291,14 +3732,14 @@ class _$GLastBlockReq extends GLastBlockReq { } } -class GLastBlockReqBuilder - implements Builder<GLastBlockReq, GLastBlockReqBuilder> { - _$GLastBlockReq? _$v; +class GAccountsBasicByPkReqBuilder + implements Builder<GAccountsBasicByPkReq, GAccountsBasicByPkReqBuilder> { + _$GAccountsBasicByPkReq? _$v; - _i3.GLastBlockVarsBuilder? _vars; - _i3.GLastBlockVarsBuilder get vars => - _$this._vars ??= new _i3.GLastBlockVarsBuilder(); - set vars(_i3.GLastBlockVarsBuilder? vars) => _$this._vars = vars; + _i3.GAccountsBasicByPkVarsBuilder? _vars; + _i3.GAccountsBasicByPkVarsBuilder get vars => + _$this._vars ??= new _i3.GAccountsBasicByPkVarsBuilder(); + set vars(_i3.GAccountsBasicByPkVarsBuilder? vars) => _$this._vars = vars; _i4.Operation? _operation; _i4.Operation? get operation => _$this._operation; @@ -3308,20 +3749,22 @@ class GLastBlockReqBuilder String? get requestId => _$this._requestId; set requestId(String? requestId) => _$this._requestId = requestId; - _i2.GLastBlockData? Function(_i2.GLastBlockData?, _i2.GLastBlockData?)? - _updateResult; - _i2.GLastBlockData? Function(_i2.GLastBlockData?, _i2.GLastBlockData?)? + _i2.GAccountsBasicByPkData? Function( + _i2.GAccountsBasicByPkData?, _i2.GAccountsBasicByPkData?)? _updateResult; + _i2.GAccountsBasicByPkData? Function( + _i2.GAccountsBasicByPkData?, _i2.GAccountsBasicByPkData?)? get updateResult => _$this._updateResult; set updateResult( - _i2.GLastBlockData? Function( - _i2.GLastBlockData?, _i2.GLastBlockData?)? + _i2.GAccountsBasicByPkData? Function( + _i2.GAccountsBasicByPkData?, _i2.GAccountsBasicByPkData?)? updateResult) => _$this._updateResult = updateResult; - _i2.GLastBlockDataBuilder? _optimisticResponse; - _i2.GLastBlockDataBuilder get optimisticResponse => - _$this._optimisticResponse ??= new _i2.GLastBlockDataBuilder(); - set optimisticResponse(_i2.GLastBlockDataBuilder? optimisticResponse) => + _i2.GAccountsBasicByPkDataBuilder? _optimisticResponse; + _i2.GAccountsBasicByPkDataBuilder get optimisticResponse => + _$this._optimisticResponse ??= new _i2.GAccountsBasicByPkDataBuilder(); + set optimisticResponse( + _i2.GAccountsBasicByPkDataBuilder? optimisticResponse) => _$this._optimisticResponse = optimisticResponse; String? _updateCacheHandlerKey; @@ -3350,11 +3793,11 @@ class GLastBlockReqBuilder _i4.Context? get context => _$this._context; set context(_i4.Context? context) => _$this._context = context; - GLastBlockReqBuilder() { - GLastBlockReq._initializeBuilder(this); + GAccountsBasicByPkReqBuilder() { + GAccountsBasicByPkReq._initializeBuilder(this); } - GLastBlockReqBuilder get _$this { + GAccountsBasicByPkReqBuilder get _$this { final $v = _$v; if ($v != null) { _vars = $v.vars.toBuilder(); @@ -3373,27 +3816,27 @@ class GLastBlockReqBuilder } @override - void replace(GLastBlockReq other) { + void replace(GAccountsBasicByPkReq other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GLastBlockReq; + _$v = other as _$GAccountsBasicByPkReq; } @override - void update(void Function(GLastBlockReqBuilder)? updates) { + void update(void Function(GAccountsBasicByPkReqBuilder)? updates) { if (updates != null) updates(this); } @override - GLastBlockReq build() => _build(); + GAccountsBasicByPkReq build() => _build(); - _$GLastBlockReq _build() { - _$GLastBlockReq _$result; + _$GAccountsBasicByPkReq _build() { + _$GAccountsBasicByPkReq _$result; try { _$result = _$v ?? - new _$GLastBlockReq._( + new _$GAccountsBasicByPkReq._( vars: vars.build(), operation: BuiltValueNullFieldError.checkNotNull( - operation, r'GLastBlockReq', 'operation'), + operation, r'GAccountsBasicByPkReq', 'operation'), requestId: requestId, updateResult: updateResult, optimisticResponse: _optimisticResponse?.build(), @@ -3401,7 +3844,7 @@ class GLastBlockReqBuilder updateCacheHandlerContext: updateCacheHandlerContext, fetchPolicy: fetchPolicy, executeOnListen: BuiltValueNullFieldError.checkNotNull( - executeOnListen, r'GLastBlockReq', 'executeOnListen'), + executeOnListen, r'GAccountsBasicByPkReq', 'executeOnListen'), context: context); } catch (_) { late String _$failedField; @@ -3413,7 +3856,7 @@ class GLastBlockReqBuilder _optimisticResponse?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GLastBlockReq', _$failedField, e.toString()); + r'GAccountsBasicByPkReq', _$failedField, e.toString()); } rethrow; } @@ -3422,19 +3865,19 @@ class GLastBlockReqBuilder } } -class _$GGetHistoryAndBalanceReq extends GGetHistoryAndBalanceReq { +class _$GAccountTransactionsReq extends GAccountTransactionsReq { @override - final _i3.GGetHistoryAndBalanceVars vars; + final _i3.GAccountTransactionsVars vars; @override final _i4.Operation operation; @override final String? requestId; @override - final _i2.GGetHistoryAndBalanceData? Function( - _i2.GGetHistoryAndBalanceData?, _i2.GGetHistoryAndBalanceData?)? + final _i2.GAccountTransactionsData? Function( + _i2.GAccountTransactionsData?, _i2.GAccountTransactionsData?)? updateResult; @override - final _i2.GGetHistoryAndBalanceData? optimisticResponse; + final _i2.GAccountTransactionsData? optimisticResponse; @override final String? updateCacheHandlerKey; @override @@ -3446,11 +3889,11 @@ class _$GGetHistoryAndBalanceReq extends GGetHistoryAndBalanceReq { @override final _i4.Context? context; - factory _$GGetHistoryAndBalanceReq( - [void Function(GGetHistoryAndBalanceReqBuilder)? updates]) => - (new GGetHistoryAndBalanceReqBuilder()..update(updates))._build(); + factory _$GAccountTransactionsReq( + [void Function(GAccountTransactionsReqBuilder)? updates]) => + (new GAccountTransactionsReqBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceReq._( + _$GAccountTransactionsReq._( {required this.vars, required this.operation, this.requestId, @@ -3463,27 +3906,27 @@ class _$GGetHistoryAndBalanceReq extends GGetHistoryAndBalanceReq { this.context}) : super._() { BuiltValueNullFieldError.checkNotNull( - vars, r'GGetHistoryAndBalanceReq', 'vars'); + vars, r'GAccountTransactionsReq', 'vars'); BuiltValueNullFieldError.checkNotNull( - operation, r'GGetHistoryAndBalanceReq', 'operation'); + operation, r'GAccountTransactionsReq', 'operation'); BuiltValueNullFieldError.checkNotNull( - executeOnListen, r'GGetHistoryAndBalanceReq', 'executeOnListen'); + executeOnListen, r'GAccountTransactionsReq', 'executeOnListen'); } @override - GGetHistoryAndBalanceReq rebuild( - void Function(GGetHistoryAndBalanceReqBuilder) updates) => + GAccountTransactionsReq rebuild( + void Function(GAccountTransactionsReqBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceReqBuilder toBuilder() => - new GGetHistoryAndBalanceReqBuilder()..replace(this); + GAccountTransactionsReqBuilder toBuilder() => + new GAccountTransactionsReqBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; final dynamic _$dynamicOther = other; - return other is GGetHistoryAndBalanceReq && + return other is GAccountTransactionsReq && vars == other.vars && operation == other.operation && requestId == other.requestId && @@ -3515,7 +3958,7 @@ class _$GGetHistoryAndBalanceReq extends GGetHistoryAndBalanceReq { @override String toString() { - return (newBuiltValueToStringHelper(r'GGetHistoryAndBalanceReq') + return (newBuiltValueToStringHelper(r'GAccountTransactionsReq') ..add('vars', vars) ..add('operation', operation) ..add('requestId', requestId) @@ -3530,15 +3973,15 @@ class _$GGetHistoryAndBalanceReq extends GGetHistoryAndBalanceReq { } } -class GGetHistoryAndBalanceReqBuilder +class GAccountTransactionsReqBuilder implements - Builder<GGetHistoryAndBalanceReq, GGetHistoryAndBalanceReqBuilder> { - _$GGetHistoryAndBalanceReq? _$v; + Builder<GAccountTransactionsReq, GAccountTransactionsReqBuilder> { + _$GAccountTransactionsReq? _$v; - _i3.GGetHistoryAndBalanceVarsBuilder? _vars; - _i3.GGetHistoryAndBalanceVarsBuilder get vars => - _$this._vars ??= new _i3.GGetHistoryAndBalanceVarsBuilder(); - set vars(_i3.GGetHistoryAndBalanceVarsBuilder? vars) => _$this._vars = vars; + _i3.GAccountTransactionsVarsBuilder? _vars; + _i3.GAccountTransactionsVarsBuilder get vars => + _$this._vars ??= new _i3.GAccountTransactionsVarsBuilder(); + set vars(_i3.GAccountTransactionsVarsBuilder? vars) => _$this._vars = vars; _i4.Operation? _operation; _i4.Operation? get operation => _$this._operation; @@ -3548,24 +3991,23 @@ class GGetHistoryAndBalanceReqBuilder String? get requestId => _$this._requestId; set requestId(String? requestId) => _$this._requestId = requestId; - _i2.GGetHistoryAndBalanceData? Function( - _i2.GGetHistoryAndBalanceData?, _i2.GGetHistoryAndBalanceData?)? + _i2.GAccountTransactionsData? Function( + _i2.GAccountTransactionsData?, _i2.GAccountTransactionsData?)? _updateResult; - _i2.GGetHistoryAndBalanceData? Function( - _i2.GGetHistoryAndBalanceData?, _i2.GGetHistoryAndBalanceData?)? + _i2.GAccountTransactionsData? Function( + _i2.GAccountTransactionsData?, _i2.GAccountTransactionsData?)? get updateResult => _$this._updateResult; set updateResult( - _i2.GGetHistoryAndBalanceData? Function( - _i2.GGetHistoryAndBalanceData?, - _i2.GGetHistoryAndBalanceData?)? + _i2.GAccountTransactionsData? Function( + _i2.GAccountTransactionsData?, _i2.GAccountTransactionsData?)? updateResult) => _$this._updateResult = updateResult; - _i2.GGetHistoryAndBalanceDataBuilder? _optimisticResponse; - _i2.GGetHistoryAndBalanceDataBuilder get optimisticResponse => - _$this._optimisticResponse ??= new _i2.GGetHistoryAndBalanceDataBuilder(); + _i2.GAccountTransactionsDataBuilder? _optimisticResponse; + _i2.GAccountTransactionsDataBuilder get optimisticResponse => + _$this._optimisticResponse ??= new _i2.GAccountTransactionsDataBuilder(); set optimisticResponse( - _i2.GGetHistoryAndBalanceDataBuilder? optimisticResponse) => + _i2.GAccountTransactionsDataBuilder? optimisticResponse) => _$this._optimisticResponse = optimisticResponse; String? _updateCacheHandlerKey; @@ -3594,11 +4036,11 @@ class GGetHistoryAndBalanceReqBuilder _i4.Context? get context => _$this._context; set context(_i4.Context? context) => _$this._context = context; - GGetHistoryAndBalanceReqBuilder() { - GGetHistoryAndBalanceReq._initializeBuilder(this); + GAccountTransactionsReqBuilder() { + GAccountTransactionsReq._initializeBuilder(this); } - GGetHistoryAndBalanceReqBuilder get _$this { + GAccountTransactionsReqBuilder get _$this { final $v = _$v; if ($v != null) { _vars = $v.vars.toBuilder(); @@ -3617,27 +4059,27 @@ class GGetHistoryAndBalanceReqBuilder } @override - void replace(GGetHistoryAndBalanceReq other) { + void replace(GAccountTransactionsReq other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceReq; + _$v = other as _$GAccountTransactionsReq; } @override - void update(void Function(GGetHistoryAndBalanceReqBuilder)? updates) { + void update(void Function(GAccountTransactionsReqBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceReq build() => _build(); + GAccountTransactionsReq build() => _build(); - _$GGetHistoryAndBalanceReq _build() { - _$GGetHistoryAndBalanceReq _$result; + _$GAccountTransactionsReq _build() { + _$GAccountTransactionsReq _$result; try { _$result = _$v ?? - new _$GGetHistoryAndBalanceReq._( + new _$GAccountTransactionsReq._( vars: vars.build(), operation: BuiltValueNullFieldError.checkNotNull( - operation, r'GGetHistoryAndBalanceReq', 'operation'), + operation, r'GAccountTransactionsReq', 'operation'), requestId: requestId, updateResult: updateResult, optimisticResponse: _optimisticResponse?.build(), @@ -3646,7 +4088,7 @@ class GGetHistoryAndBalanceReqBuilder fetchPolicy: fetchPolicy, executeOnListen: BuiltValueNullFieldError.checkNotNull( executeOnListen, - r'GGetHistoryAndBalanceReq', + r'GAccountTransactionsReq', 'executeOnListen'), context: context); } catch (_) { @@ -3659,7 +4101,7 @@ class GGetHistoryAndBalanceReqBuilder _optimisticResponse?.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GGetHistoryAndBalanceReq', _$failedField, e.toString()); + r'GAccountTransactionsReq', _$failedField, e.toString()); } rethrow; } @@ -4982,6 +5424,153 @@ class GAccountFieldsReqBuilder } } +class _$GAccountTxsFieldsReq extends GAccountTxsFieldsReq { + @override + final _i3.GAccountTxsFieldsVars vars; + @override + final _i7.DocumentNode document; + @override + final String? fragmentName; + @override + final Map<String, dynamic> idFields; + + factory _$GAccountTxsFieldsReq( + [void Function(GAccountTxsFieldsReqBuilder)? updates]) => + (new GAccountTxsFieldsReqBuilder()..update(updates))._build(); + + _$GAccountTxsFieldsReq._( + {required this.vars, + required this.document, + this.fragmentName, + required this.idFields}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + vars, r'GAccountTxsFieldsReq', 'vars'); + BuiltValueNullFieldError.checkNotNull( + document, r'GAccountTxsFieldsReq', 'document'); + BuiltValueNullFieldError.checkNotNull( + idFields, r'GAccountTxsFieldsReq', 'idFields'); + } + + @override + GAccountTxsFieldsReq rebuild( + void Function(GAccountTxsFieldsReqBuilder) updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountTxsFieldsReqBuilder toBuilder() => + new GAccountTxsFieldsReqBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountTxsFieldsReq && + vars == other.vars && + document == other.document && + fragmentName == other.fragmentName && + idFields == other.idFields; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, vars.hashCode); + _$hash = $jc(_$hash, document.hashCode); + _$hash = $jc(_$hash, fragmentName.hashCode); + _$hash = $jc(_$hash, idFields.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper(r'GAccountTxsFieldsReq') + ..add('vars', vars) + ..add('document', document) + ..add('fragmentName', fragmentName) + ..add('idFields', idFields)) + .toString(); + } +} + +class GAccountTxsFieldsReqBuilder + implements Builder<GAccountTxsFieldsReq, GAccountTxsFieldsReqBuilder> { + _$GAccountTxsFieldsReq? _$v; + + _i3.GAccountTxsFieldsVarsBuilder? _vars; + _i3.GAccountTxsFieldsVarsBuilder get vars => + _$this._vars ??= new _i3.GAccountTxsFieldsVarsBuilder(); + set vars(_i3.GAccountTxsFieldsVarsBuilder? vars) => _$this._vars = vars; + + _i7.DocumentNode? _document; + _i7.DocumentNode? get document => _$this._document; + set document(_i7.DocumentNode? document) => _$this._document = document; + + String? _fragmentName; + String? get fragmentName => _$this._fragmentName; + set fragmentName(String? fragmentName) => _$this._fragmentName = fragmentName; + + Map<String, dynamic>? _idFields; + Map<String, dynamic>? get idFields => _$this._idFields; + set idFields(Map<String, dynamic>? idFields) => _$this._idFields = idFields; + + GAccountTxsFieldsReqBuilder() { + GAccountTxsFieldsReq._initializeBuilder(this); + } + + GAccountTxsFieldsReqBuilder get _$this { + final $v = _$v; + if ($v != null) { + _vars = $v.vars.toBuilder(); + _document = $v.document; + _fragmentName = $v.fragmentName; + _idFields = $v.idFields; + _$v = null; + } + return this; + } + + @override + void replace(GAccountTxsFieldsReq other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountTxsFieldsReq; + } + + @override + void update(void Function(GAccountTxsFieldsReqBuilder)? updates) { + if (updates != null) updates(this); + } + + @override + GAccountTxsFieldsReq build() => _build(); + + _$GAccountTxsFieldsReq _build() { + _$GAccountTxsFieldsReq _$result; + try { + _$result = _$v ?? + new _$GAccountTxsFieldsReq._( + vars: vars.build(), + document: BuiltValueNullFieldError.checkNotNull( + document, r'GAccountTxsFieldsReq', 'document'), + fragmentName: fragmentName, + idFields: BuiltValueNullFieldError.checkNotNull( + idFields, r'GAccountTxsFieldsReq', 'idFields')); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'vars'; + vars.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountTxsFieldsReq', _$failedField, e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + class _$GTransferFieldsReq extends GTransferFieldsReq { @override final _i3.GTransferFieldsVars vars; diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.var.gql.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.var.gql.dart index f2f588aa8d2ed6e8d03d56a0f184323ddc609608..5472a631173d43e3b66cfa7e010c47d881dcbb61 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.var.gql.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.var.gql.dart @@ -10,6 +10,28 @@ import 'package:duniter_indexer/graphql/schema/__generated__/serializers.gql.dar part 'duniter-indexer-queries.var.gql.g.dart'; +abstract class GLastBlockVars + implements Built<GLastBlockVars, GLastBlockVarsBuilder> { + GLastBlockVars._(); + + factory GLastBlockVars([void Function(GLastBlockVarsBuilder b) updates]) = + _$GLastBlockVars; + + static Serializer<GLastBlockVars> get serializer => + _$gLastBlockVarsSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GLastBlockVars.serializer, + this, + ) as Map<String, dynamic>); + + static GLastBlockVars? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GLastBlockVars.serializer, + json, + ); +} + abstract class GIdentitiesByNameOrPkVars implements Built<GIdentitiesByNameOrPkVars, GIdentitiesByNameOrPkVarsBuilder> { @@ -108,6 +130,32 @@ abstract class GAccountByPkVars ); } +abstract class GAccountsByPkVars + implements Built<GAccountsByPkVars, GAccountsByPkVarsBuilder> { + GAccountsByPkVars._(); + + factory GAccountsByPkVars( + [void Function(GAccountsByPkVarsBuilder b) updates]) = + _$GAccountsByPkVars; + + BuiltList<String> get accountIds; + int? get limit; + int? get offset; + static Serializer<GAccountsByPkVars> get serializer => + _$gAccountsByPkVarsSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountsByPkVars.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountsByPkVars? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountsByPkVars.serializer, + json, + ); +} + abstract class GAccountBasicByPkVars implements Built<GAccountBasicByPkVars, GAccountBasicByPkVarsBuilder> { GAccountBasicByPkVars._(); @@ -132,77 +180,55 @@ abstract class GAccountBasicByPkVars ); } -abstract class GAccountsByPkVars - implements Built<GAccountsByPkVars, GAccountsByPkVarsBuilder> { - GAccountsByPkVars._(); +abstract class GAccountsBasicByPkVars + implements Built<GAccountsBasicByPkVars, GAccountsBasicByPkVarsBuilder> { + GAccountsBasicByPkVars._(); - factory GAccountsByPkVars( - [void Function(GAccountsByPkVarsBuilder b) updates]) = - _$GAccountsByPkVars; + factory GAccountsBasicByPkVars( + [void Function(GAccountsBasicByPkVarsBuilder b) updates]) = + _$GAccountsBasicByPkVars; BuiltList<String> get accountIds; int? get limit; int? get offset; - static Serializer<GAccountsByPkVars> get serializer => - _$gAccountsByPkVarsSerializer; + static Serializer<GAccountsBasicByPkVars> get serializer => + _$gAccountsBasicByPkVarsSerializer; Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GAccountsByPkVars.serializer, + GAccountsBasicByPkVars.serializer, this, ) as Map<String, dynamic>); - static GAccountsByPkVars? fromJson(Map<String, dynamic> json) => + static GAccountsBasicByPkVars? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GAccountsByPkVars.serializer, + GAccountsBasicByPkVars.serializer, json, ); } -abstract class GLastBlockVars - implements Built<GLastBlockVars, GLastBlockVarsBuilder> { - GLastBlockVars._(); - - factory GLastBlockVars([void Function(GLastBlockVarsBuilder b) updates]) = - _$GLastBlockVars; - - static Serializer<GLastBlockVars> get serializer => - _$gLastBlockVarsSerializer; - - Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GLastBlockVars.serializer, - this, - ) as Map<String, dynamic>); - - static GLastBlockVars? fromJson(Map<String, dynamic> json) => - _i1.serializers.deserializeWith( - GLastBlockVars.serializer, - json, - ); -} - -abstract class GGetHistoryAndBalanceVars +abstract class GAccountTransactionsVars implements - Built<GGetHistoryAndBalanceVars, GGetHistoryAndBalanceVarsBuilder> { - GGetHistoryAndBalanceVars._(); + Built<GAccountTransactionsVars, GAccountTransactionsVarsBuilder> { + GAccountTransactionsVars._(); - factory GGetHistoryAndBalanceVars( - [void Function(GGetHistoryAndBalanceVarsBuilder b) updates]) = - _$GGetHistoryAndBalanceVars; + factory GAccountTransactionsVars( + [void Function(GAccountTransactionsVarsBuilder b) updates]) = + _$GAccountTransactionsVars; String get accountId; int? get limit; int? get offset; - static Serializer<GGetHistoryAndBalanceVars> get serializer => - _$gGetHistoryAndBalanceVarsSerializer; + static Serializer<GAccountTransactionsVars> get serializer => + _$gAccountTransactionsVarsSerializer; Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( - GGetHistoryAndBalanceVars.serializer, + GAccountTransactionsVars.serializer, this, ) as Map<String, dynamic>); - static GGetHistoryAndBalanceVars? fromJson(Map<String, dynamic> json) => + static GAccountTransactionsVars? fromJson(Map<String, dynamic> json) => _i1.serializers.deserializeWith( - GGetHistoryAndBalanceVars.serializer, + GAccountTransactionsVars.serializer, json, ); } @@ -416,6 +442,31 @@ abstract class GAccountFieldsVars ); } +abstract class GAccountTxsFieldsVars + implements Built<GAccountTxsFieldsVars, GAccountTxsFieldsVarsBuilder> { + GAccountTxsFieldsVars._(); + + factory GAccountTxsFieldsVars( + [void Function(GAccountTxsFieldsVarsBuilder b) updates]) = + _$GAccountTxsFieldsVars; + + int? get limit; + int? get offset; + static Serializer<GAccountTxsFieldsVars> get serializer => + _$gAccountTxsFieldsVarsSerializer; + + Map<String, dynamic> toJson() => (_i1.serializers.serializeWith( + GAccountTxsFieldsVars.serializer, + this, + ) as Map<String, dynamic>); + + static GAccountTxsFieldsVars? fromJson(Map<String, dynamic> json) => + _i1.serializers.deserializeWith( + GAccountTxsFieldsVars.serializer, + json, + ); +} + abstract class GTransferFieldsVars implements Built<GTransferFieldsVars, GTransferFieldsVarsBuilder> { GTransferFieldsVars._(); diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.var.gql.g.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.var.gql.g.dart index a49c53f1b516cc5a81f4f58ab01444c99d710181..8b861c963c4ded91a38a85319c327cfa9e5f2259 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.var.gql.g.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/duniter-indexer-queries.var.gql.g.dart @@ -6,6 +6,8 @@ part of 'duniter-indexer-queries.var.gql.dart'; // BuiltValueGenerator // ************************************************************************** +Serializer<GLastBlockVars> _$gLastBlockVarsSerializer = + new _$GLastBlockVarsSerializer(); Serializer<GIdentitiesByNameOrPkVars> _$gIdentitiesByNameOrPkVarsSerializer = new _$GIdentitiesByNameOrPkVarsSerializer(); Serializer<GIdentitiesByPkVars> _$gIdentitiesByPkVarsSerializer = @@ -14,14 +16,14 @@ Serializer<GIdentitiesByNameVars> _$gIdentitiesByNameVarsSerializer = new _$GIdentitiesByNameVarsSerializer(); Serializer<GAccountByPkVars> _$gAccountByPkVarsSerializer = new _$GAccountByPkVarsSerializer(); -Serializer<GAccountBasicByPkVars> _$gAccountBasicByPkVarsSerializer = - new _$GAccountBasicByPkVarsSerializer(); Serializer<GAccountsByPkVars> _$gAccountsByPkVarsSerializer = new _$GAccountsByPkVarsSerializer(); -Serializer<GLastBlockVars> _$gLastBlockVarsSerializer = - new _$GLastBlockVarsSerializer(); -Serializer<GGetHistoryAndBalanceVars> _$gGetHistoryAndBalanceVarsSerializer = - new _$GGetHistoryAndBalanceVarsSerializer(); +Serializer<GAccountBasicByPkVars> _$gAccountBasicByPkVarsSerializer = + new _$GAccountBasicByPkVarsSerializer(); +Serializer<GAccountsBasicByPkVars> _$gAccountsBasicByPkVarsSerializer = + new _$GAccountsBasicByPkVarsSerializer(); +Serializer<GAccountTransactionsVars> _$gAccountTransactionsVarsSerializer = + new _$GAccountTransactionsVarsSerializer(); Serializer<GCertFieldsVars> _$gCertFieldsVarsSerializer = new _$GCertFieldsVarsSerializer(); Serializer<GSmithCertFieldsVars> _$gSmithCertFieldsVarsSerializer = @@ -40,9 +42,32 @@ Serializer<GAccountBasicFieldsVars> _$gAccountBasicFieldsVarsSerializer = new _$GAccountBasicFieldsVarsSerializer(); Serializer<GAccountFieldsVars> _$gAccountFieldsVarsSerializer = new _$GAccountFieldsVarsSerializer(); +Serializer<GAccountTxsFieldsVars> _$gAccountTxsFieldsVarsSerializer = + new _$GAccountTxsFieldsVarsSerializer(); Serializer<GTransferFieldsVars> _$gTransferFieldsVarsSerializer = new _$GTransferFieldsVarsSerializer(); +class _$GLastBlockVarsSerializer + implements StructuredSerializer<GLastBlockVars> { + @override + final Iterable<Type> types = const [GLastBlockVars, _$GLastBlockVars]; + @override + final String wireName = 'GLastBlockVars'; + + @override + Iterable<Object?> serialize(Serializers serializers, GLastBlockVars object, + {FullType specifiedType = FullType.unspecified}) { + return <Object?>[]; + } + + @override + GLastBlockVars deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + return new GLastBlockVarsBuilder().build(); + } +} + class _$GIdentitiesByNameOrPkVarsSerializer implements StructuredSerializer<GIdentitiesByNameOrPkVars> { @override @@ -251,6 +276,71 @@ class _$GAccountByPkVarsSerializer } } +class _$GAccountsByPkVarsSerializer + implements StructuredSerializer<GAccountsByPkVars> { + @override + final Iterable<Type> types = const [GAccountsByPkVars, _$GAccountsByPkVars]; + @override + final String wireName = 'GAccountsByPkVars'; + + @override + Iterable<Object?> serialize(Serializers serializers, GAccountsByPkVars object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[ + 'accountIds', + serializers.serialize(object.accountIds, + specifiedType: + const FullType(BuiltList, const [const FullType(String)])), + ]; + Object? value; + value = object.limit; + if (value != null) { + result + ..add('limit') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } + value = object.offset; + if (value != null) { + result + ..add('offset') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } + return result; + } + + @override + GAccountsByPkVars deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountsByPkVarsBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case 'accountIds': + result.accountIds.replace(serializers.deserialize(value, + specifiedType: const FullType( + BuiltList, const [const FullType(String)]))! + as BuiltList<Object?>); + break; + case 'limit': + result.limit = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + case 'offset': + result.offset = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + } + } + + return result.build(); + } +} + class _$GAccountBasicByPkVarsSerializer implements StructuredSerializer<GAccountBasicByPkVars> { @override @@ -296,15 +386,19 @@ class _$GAccountBasicByPkVarsSerializer } } -class _$GAccountsByPkVarsSerializer - implements StructuredSerializer<GAccountsByPkVars> { +class _$GAccountsBasicByPkVarsSerializer + implements StructuredSerializer<GAccountsBasicByPkVars> { @override - final Iterable<Type> types = const [GAccountsByPkVars, _$GAccountsByPkVars]; + final Iterable<Type> types = const [ + GAccountsBasicByPkVars, + _$GAccountsBasicByPkVars + ]; @override - final String wireName = 'GAccountsByPkVars'; + final String wireName = 'GAccountsBasicByPkVars'; @override - Iterable<Object?> serialize(Serializers serializers, GAccountsByPkVars object, + Iterable<Object?> serialize( + Serializers serializers, GAccountsBasicByPkVars object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ 'accountIds', @@ -329,10 +423,10 @@ class _$GAccountsByPkVarsSerializer } @override - GAccountsByPkVars deserialize( + GAccountsBasicByPkVars deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GAccountsByPkVarsBuilder(); + final result = new GAccountsBasicByPkVarsBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -361,40 +455,19 @@ class _$GAccountsByPkVarsSerializer } } -class _$GLastBlockVarsSerializer - implements StructuredSerializer<GLastBlockVars> { - @override - final Iterable<Type> types = const [GLastBlockVars, _$GLastBlockVars]; - @override - final String wireName = 'GLastBlockVars'; - - @override - Iterable<Object?> serialize(Serializers serializers, GLastBlockVars object, - {FullType specifiedType = FullType.unspecified}) { - return <Object?>[]; - } - - @override - GLastBlockVars deserialize( - Serializers serializers, Iterable<Object?> serialized, - {FullType specifiedType = FullType.unspecified}) { - return new GLastBlockVarsBuilder().build(); - } -} - -class _$GGetHistoryAndBalanceVarsSerializer - implements StructuredSerializer<GGetHistoryAndBalanceVars> { +class _$GAccountTransactionsVarsSerializer + implements StructuredSerializer<GAccountTransactionsVars> { @override final Iterable<Type> types = const [ - GGetHistoryAndBalanceVars, - _$GGetHistoryAndBalanceVars + GAccountTransactionsVars, + _$GAccountTransactionsVars ]; @override - final String wireName = 'GGetHistoryAndBalanceVars'; + final String wireName = 'GAccountTransactionsVars'; @override Iterable<Object?> serialize( - Serializers serializers, GGetHistoryAndBalanceVars object, + Serializers serializers, GAccountTransactionsVars object, {FullType specifiedType = FullType.unspecified}) { final result = <Object?>[ 'accountId', @@ -418,10 +491,10 @@ class _$GGetHistoryAndBalanceVarsSerializer } @override - GGetHistoryAndBalanceVars deserialize( + GAccountTransactionsVars deserialize( Serializers serializers, Iterable<Object?> serialized, {FullType specifiedType = FullType.unspecified}) { - final result = new GGetHistoryAndBalanceVarsBuilder(); + final result = new GAccountTransactionsVarsBuilder(); final iterator = serialized.iterator; while (iterator.moveNext()) { @@ -695,6 +768,64 @@ class _$GAccountFieldsVarsSerializer } } +class _$GAccountTxsFieldsVarsSerializer + implements StructuredSerializer<GAccountTxsFieldsVars> { + @override + final Iterable<Type> types = const [ + GAccountTxsFieldsVars, + _$GAccountTxsFieldsVars + ]; + @override + final String wireName = 'GAccountTxsFieldsVars'; + + @override + Iterable<Object?> serialize( + Serializers serializers, GAccountTxsFieldsVars object, + {FullType specifiedType = FullType.unspecified}) { + final result = <Object?>[]; + Object? value; + value = object.limit; + if (value != null) { + result + ..add('limit') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } + value = object.offset; + if (value != null) { + result + ..add('offset') + ..add(serializers.serialize(value, specifiedType: const FullType(int))); + } + return result; + } + + @override + GAccountTxsFieldsVars deserialize( + Serializers serializers, Iterable<Object?> serialized, + {FullType specifiedType = FullType.unspecified}) { + final result = new GAccountTxsFieldsVarsBuilder(); + + final iterator = serialized.iterator; + while (iterator.moveNext()) { + final key = iterator.current! as String; + iterator.moveNext(); + final Object? value = iterator.current; + switch (key) { + case 'limit': + result.limit = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + case 'offset': + result.offset = serializers.deserialize(value, + specifiedType: const FullType(int)) as int?; + break; + } + } + + return result.build(); + } +} + class _$GTransferFieldsVarsSerializer implements StructuredSerializer<GTransferFieldsVars> { @override @@ -720,6 +851,64 @@ class _$GTransferFieldsVarsSerializer } } +class _$GLastBlockVars extends GLastBlockVars { + factory _$GLastBlockVars([void Function(GLastBlockVarsBuilder)? updates]) => + (new GLastBlockVarsBuilder()..update(updates))._build(); + + _$GLastBlockVars._() : super._(); + + @override + GLastBlockVars rebuild(void Function(GLastBlockVarsBuilder) updates) => + (toBuilder()..update(updates)).build(); + + @override + GLastBlockVarsBuilder toBuilder() => + new GLastBlockVarsBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GLastBlockVars; + } + + @override + int get hashCode { + return 816187239; + } + + @override + String toString() { + return newBuiltValueToStringHelper(r'GLastBlockVars').toString(); + } +} + +class GLastBlockVarsBuilder + implements Builder<GLastBlockVars, GLastBlockVarsBuilder> { + _$GLastBlockVars? _$v; + + GLastBlockVarsBuilder(); + + @override + void replace(GLastBlockVars other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GLastBlockVars; + } + + @override + void update(void Function(GLastBlockVarsBuilder)? updates) { + if (updates != null) updates(this); + } + + @override + GLastBlockVars build() => _build(); + + _$GLastBlockVars _build() { + final _$result = _$v ?? new _$GLastBlockVars._(); + replace(_$result); + return _$result; + } +} + class _$GIdentitiesByNameOrPkVars extends GIdentitiesByNameOrPkVars { @override final String? pattern; @@ -1090,6 +1279,128 @@ class GAccountByPkVarsBuilder } } +class _$GAccountsByPkVars extends GAccountsByPkVars { + @override + final BuiltList<String> accountIds; + @override + final int? limit; + @override + final int? offset; + + factory _$GAccountsByPkVars( + [void Function(GAccountsByPkVarsBuilder)? updates]) => + (new GAccountsByPkVarsBuilder()..update(updates))._build(); + + _$GAccountsByPkVars._({required this.accountIds, this.limit, this.offset}) + : super._() { + BuiltValueNullFieldError.checkNotNull( + accountIds, r'GAccountsByPkVars', 'accountIds'); + } + + @override + GAccountsByPkVars rebuild(void Function(GAccountsByPkVarsBuilder) updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountsByPkVarsBuilder toBuilder() => + new GAccountsByPkVarsBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountsByPkVars && + accountIds == other.accountIds && + limit == other.limit && + offset == other.offset; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, accountIds.hashCode); + _$hash = $jc(_$hash, limit.hashCode); + _$hash = $jc(_$hash, offset.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper(r'GAccountsByPkVars') + ..add('accountIds', accountIds) + ..add('limit', limit) + ..add('offset', offset)) + .toString(); + } +} + +class GAccountsByPkVarsBuilder + implements Builder<GAccountsByPkVars, GAccountsByPkVarsBuilder> { + _$GAccountsByPkVars? _$v; + + ListBuilder<String>? _accountIds; + ListBuilder<String> get accountIds => + _$this._accountIds ??= new ListBuilder<String>(); + set accountIds(ListBuilder<String>? accountIds) => + _$this._accountIds = accountIds; + + int? _limit; + int? get limit => _$this._limit; + set limit(int? limit) => _$this._limit = limit; + + int? _offset; + int? get offset => _$this._offset; + set offset(int? offset) => _$this._offset = offset; + + GAccountsByPkVarsBuilder(); + + GAccountsByPkVarsBuilder get _$this { + final $v = _$v; + if ($v != null) { + _accountIds = $v.accountIds.toBuilder(); + _limit = $v.limit; + _offset = $v.offset; + _$v = null; + } + return this; + } + + @override + void replace(GAccountsByPkVars other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountsByPkVars; + } + + @override + void update(void Function(GAccountsByPkVarsBuilder)? updates) { + if (updates != null) updates(this); + } + + @override + GAccountsByPkVars build() => _build(); + + _$GAccountsByPkVars _build() { + _$GAccountsByPkVars _$result; + try { + _$result = _$v ?? + new _$GAccountsByPkVars._( + accountIds: accountIds.build(), limit: limit, offset: offset); + } catch (_) { + late String _$failedField; + try { + _$failedField = 'accountIds'; + accountIds.build(); + } catch (e) { + throw new BuiltValueNestedFieldError( + r'GAccountsByPkVars', _$failedField, e.toString()); + } + rethrow; + } + replace(_$result); + return _$result; + } +} + class _$GAccountBasicByPkVars extends GAccountBasicByPkVars { @override final String id; @@ -1176,7 +1487,7 @@ class GAccountBasicByPkVarsBuilder } } -class _$GAccountsByPkVars extends GAccountsByPkVars { +class _$GAccountsBasicByPkVars extends GAccountsBasicByPkVars { @override final BuiltList<String> accountIds; @override @@ -1184,28 +1495,30 @@ class _$GAccountsByPkVars extends GAccountsByPkVars { @override final int? offset; - factory _$GAccountsByPkVars( - [void Function(GAccountsByPkVarsBuilder)? updates]) => - (new GAccountsByPkVarsBuilder()..update(updates))._build(); + factory _$GAccountsBasicByPkVars( + [void Function(GAccountsBasicByPkVarsBuilder)? updates]) => + (new GAccountsBasicByPkVarsBuilder()..update(updates))._build(); - _$GAccountsByPkVars._({required this.accountIds, this.limit, this.offset}) + _$GAccountsBasicByPkVars._( + {required this.accountIds, this.limit, this.offset}) : super._() { BuiltValueNullFieldError.checkNotNull( - accountIds, r'GAccountsByPkVars', 'accountIds'); + accountIds, r'GAccountsBasicByPkVars', 'accountIds'); } @override - GAccountsByPkVars rebuild(void Function(GAccountsByPkVarsBuilder) updates) => + GAccountsBasicByPkVars rebuild( + void Function(GAccountsBasicByPkVarsBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GAccountsByPkVarsBuilder toBuilder() => - new GAccountsByPkVarsBuilder()..replace(this); + GAccountsBasicByPkVarsBuilder toBuilder() => + new GAccountsBasicByPkVarsBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GAccountsByPkVars && + return other is GAccountsBasicByPkVars && accountIds == other.accountIds && limit == other.limit && offset == other.offset; @@ -1223,7 +1536,7 @@ class _$GAccountsByPkVars extends GAccountsByPkVars { @override String toString() { - return (newBuiltValueToStringHelper(r'GAccountsByPkVars') + return (newBuiltValueToStringHelper(r'GAccountsBasicByPkVars') ..add('accountIds', accountIds) ..add('limit', limit) ..add('offset', offset)) @@ -1231,9 +1544,9 @@ class _$GAccountsByPkVars extends GAccountsByPkVars { } } -class GAccountsByPkVarsBuilder - implements Builder<GAccountsByPkVars, GAccountsByPkVarsBuilder> { - _$GAccountsByPkVars? _$v; +class GAccountsBasicByPkVarsBuilder + implements Builder<GAccountsBasicByPkVars, GAccountsBasicByPkVarsBuilder> { + _$GAccountsBasicByPkVars? _$v; ListBuilder<String>? _accountIds; ListBuilder<String> get accountIds => @@ -1249,9 +1562,9 @@ class GAccountsByPkVarsBuilder int? get offset => _$this._offset; set offset(int? offset) => _$this._offset = offset; - GAccountsByPkVarsBuilder(); + GAccountsBasicByPkVarsBuilder(); - GAccountsByPkVarsBuilder get _$this { + GAccountsBasicByPkVarsBuilder get _$this { final $v = _$v; if ($v != null) { _accountIds = $v.accountIds.toBuilder(); @@ -1263,24 +1576,24 @@ class GAccountsByPkVarsBuilder } @override - void replace(GAccountsByPkVars other) { + void replace(GAccountsBasicByPkVars other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GAccountsByPkVars; + _$v = other as _$GAccountsBasicByPkVars; } @override - void update(void Function(GAccountsByPkVarsBuilder)? updates) { + void update(void Function(GAccountsBasicByPkVarsBuilder)? updates) { if (updates != null) updates(this); } @override - GAccountsByPkVars build() => _build(); + GAccountsBasicByPkVars build() => _build(); - _$GAccountsByPkVars _build() { - _$GAccountsByPkVars _$result; + _$GAccountsBasicByPkVars _build() { + _$GAccountsBasicByPkVars _$result; try { _$result = _$v ?? - new _$GAccountsByPkVars._( + new _$GAccountsBasicByPkVars._( accountIds: accountIds.build(), limit: limit, offset: offset); } catch (_) { late String _$failedField; @@ -1289,7 +1602,7 @@ class GAccountsByPkVarsBuilder accountIds.build(); } catch (e) { throw new BuiltValueNestedFieldError( - r'GAccountsByPkVars', _$failedField, e.toString()); + r'GAccountsBasicByPkVars', _$failedField, e.toString()); } rethrow; } @@ -1298,65 +1611,7 @@ class GAccountsByPkVarsBuilder } } -class _$GLastBlockVars extends GLastBlockVars { - factory _$GLastBlockVars([void Function(GLastBlockVarsBuilder)? updates]) => - (new GLastBlockVarsBuilder()..update(updates))._build(); - - _$GLastBlockVars._() : super._(); - - @override - GLastBlockVars rebuild(void Function(GLastBlockVarsBuilder) updates) => - (toBuilder()..update(updates)).build(); - - @override - GLastBlockVarsBuilder toBuilder() => - new GLastBlockVarsBuilder()..replace(this); - - @override - bool operator ==(Object other) { - if (identical(other, this)) return true; - return other is GLastBlockVars; - } - - @override - int get hashCode { - return 816187239; - } - - @override - String toString() { - return newBuiltValueToStringHelper(r'GLastBlockVars').toString(); - } -} - -class GLastBlockVarsBuilder - implements Builder<GLastBlockVars, GLastBlockVarsBuilder> { - _$GLastBlockVars? _$v; - - GLastBlockVarsBuilder(); - - @override - void replace(GLastBlockVars other) { - ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GLastBlockVars; - } - - @override - void update(void Function(GLastBlockVarsBuilder)? updates) { - if (updates != null) updates(this); - } - - @override - GLastBlockVars build() => _build(); - - _$GLastBlockVars _build() { - final _$result = _$v ?? new _$GLastBlockVars._(); - replace(_$result); - return _$result; - } -} - -class _$GGetHistoryAndBalanceVars extends GGetHistoryAndBalanceVars { +class _$GAccountTransactionsVars extends GAccountTransactionsVars { @override final String accountId; @override @@ -1364,30 +1619,30 @@ class _$GGetHistoryAndBalanceVars extends GGetHistoryAndBalanceVars { @override final int? offset; - factory _$GGetHistoryAndBalanceVars( - [void Function(GGetHistoryAndBalanceVarsBuilder)? updates]) => - (new GGetHistoryAndBalanceVarsBuilder()..update(updates))._build(); + factory _$GAccountTransactionsVars( + [void Function(GAccountTransactionsVarsBuilder)? updates]) => + (new GAccountTransactionsVarsBuilder()..update(updates))._build(); - _$GGetHistoryAndBalanceVars._( + _$GAccountTransactionsVars._( {required this.accountId, this.limit, this.offset}) : super._() { BuiltValueNullFieldError.checkNotNull( - accountId, r'GGetHistoryAndBalanceVars', 'accountId'); + accountId, r'GAccountTransactionsVars', 'accountId'); } @override - GGetHistoryAndBalanceVars rebuild( - void Function(GGetHistoryAndBalanceVarsBuilder) updates) => + GAccountTransactionsVars rebuild( + void Function(GAccountTransactionsVarsBuilder) updates) => (toBuilder()..update(updates)).build(); @override - GGetHistoryAndBalanceVarsBuilder toBuilder() => - new GGetHistoryAndBalanceVarsBuilder()..replace(this); + GAccountTransactionsVarsBuilder toBuilder() => + new GAccountTransactionsVarsBuilder()..replace(this); @override bool operator ==(Object other) { if (identical(other, this)) return true; - return other is GGetHistoryAndBalanceVars && + return other is GAccountTransactionsVars && accountId == other.accountId && limit == other.limit && offset == other.offset; @@ -1405,7 +1660,7 @@ class _$GGetHistoryAndBalanceVars extends GGetHistoryAndBalanceVars { @override String toString() { - return (newBuiltValueToStringHelper(r'GGetHistoryAndBalanceVars') + return (newBuiltValueToStringHelper(r'GAccountTransactionsVars') ..add('accountId', accountId) ..add('limit', limit) ..add('offset', offset)) @@ -1413,10 +1668,10 @@ class _$GGetHistoryAndBalanceVars extends GGetHistoryAndBalanceVars { } } -class GGetHistoryAndBalanceVarsBuilder +class GAccountTransactionsVarsBuilder implements - Builder<GGetHistoryAndBalanceVars, GGetHistoryAndBalanceVarsBuilder> { - _$GGetHistoryAndBalanceVars? _$v; + Builder<GAccountTransactionsVars, GAccountTransactionsVarsBuilder> { + _$GAccountTransactionsVars? _$v; String? _accountId; String? get accountId => _$this._accountId; @@ -1430,9 +1685,9 @@ class GGetHistoryAndBalanceVarsBuilder int? get offset => _$this._offset; set offset(int? offset) => _$this._offset = offset; - GGetHistoryAndBalanceVarsBuilder(); + GAccountTransactionsVarsBuilder(); - GGetHistoryAndBalanceVarsBuilder get _$this { + GAccountTransactionsVarsBuilder get _$this { final $v = _$v; if ($v != null) { _accountId = $v.accountId; @@ -1444,24 +1699,24 @@ class GGetHistoryAndBalanceVarsBuilder } @override - void replace(GGetHistoryAndBalanceVars other) { + void replace(GAccountTransactionsVars other) { ArgumentError.checkNotNull(other, 'other'); - _$v = other as _$GGetHistoryAndBalanceVars; + _$v = other as _$GAccountTransactionsVars; } @override - void update(void Function(GGetHistoryAndBalanceVarsBuilder)? updates) { + void update(void Function(GAccountTransactionsVarsBuilder)? updates) { if (updates != null) updates(this); } @override - GGetHistoryAndBalanceVars build() => _build(); + GAccountTransactionsVars build() => _build(); - _$GGetHistoryAndBalanceVars _build() { + _$GAccountTransactionsVars _build() { final _$result = _$v ?? - new _$GGetHistoryAndBalanceVars._( + new _$GAccountTransactionsVars._( accountId: BuiltValueNullFieldError.checkNotNull( - accountId, r'GGetHistoryAndBalanceVars', 'accountId'), + accountId, r'GAccountTransactionsVars', 'accountId'), limit: limit, offset: offset); replace(_$result); @@ -2042,6 +2297,99 @@ class GAccountFieldsVarsBuilder } } +class _$GAccountTxsFieldsVars extends GAccountTxsFieldsVars { + @override + final int? limit; + @override + final int? offset; + + factory _$GAccountTxsFieldsVars( + [void Function(GAccountTxsFieldsVarsBuilder)? updates]) => + (new GAccountTxsFieldsVarsBuilder()..update(updates))._build(); + + _$GAccountTxsFieldsVars._({this.limit, this.offset}) : super._(); + + @override + GAccountTxsFieldsVars rebuild( + void Function(GAccountTxsFieldsVarsBuilder) updates) => + (toBuilder()..update(updates)).build(); + + @override + GAccountTxsFieldsVarsBuilder toBuilder() => + new GAccountTxsFieldsVarsBuilder()..replace(this); + + @override + bool operator ==(Object other) { + if (identical(other, this)) return true; + return other is GAccountTxsFieldsVars && + limit == other.limit && + offset == other.offset; + } + + @override + int get hashCode { + var _$hash = 0; + _$hash = $jc(_$hash, limit.hashCode); + _$hash = $jc(_$hash, offset.hashCode); + _$hash = $jf(_$hash); + return _$hash; + } + + @override + String toString() { + return (newBuiltValueToStringHelper(r'GAccountTxsFieldsVars') + ..add('limit', limit) + ..add('offset', offset)) + .toString(); + } +} + +class GAccountTxsFieldsVarsBuilder + implements Builder<GAccountTxsFieldsVars, GAccountTxsFieldsVarsBuilder> { + _$GAccountTxsFieldsVars? _$v; + + int? _limit; + int? get limit => _$this._limit; + set limit(int? limit) => _$this._limit = limit; + + int? _offset; + int? get offset => _$this._offset; + set offset(int? offset) => _$this._offset = offset; + + GAccountTxsFieldsVarsBuilder(); + + GAccountTxsFieldsVarsBuilder get _$this { + final $v = _$v; + if ($v != null) { + _limit = $v.limit; + _offset = $v.offset; + _$v = null; + } + return this; + } + + @override + void replace(GAccountTxsFieldsVars other) { + ArgumentError.checkNotNull(other, 'other'); + _$v = other as _$GAccountTxsFieldsVars; + } + + @override + void update(void Function(GAccountTxsFieldsVarsBuilder)? updates) { + if (updates != null) updates(this); + } + + @override + GAccountTxsFieldsVars build() => _build(); + + _$GAccountTxsFieldsVars _build() { + final _$result = + _$v ?? new _$GAccountTxsFieldsVars._(limit: limit, offset: offset); + replace(_$result); + return _$result; + } +} + class _$GTransferFieldsVars extends GTransferFieldsVars { factory _$GTransferFieldsVars( [void Function(GTransferFieldsVarsBuilder)? updates]) => diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/serializers.gql.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/serializers.gql.dart index 41b6ab93f4b2b3c3740d1f275dd3aae38ff6adb7..49b50183e3077e081942639becd2008150725752 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/serializers.gql.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/serializers.gql.dart @@ -14,24 +14,31 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountBasicByPkData, GAccountBasicByPkData_accountByPk, GAccountBasicByPkData_accountByPk_identity, + GAccountBasicByPkData_accountByPk_identity_account, GAccountBasicFieldsData, GAccountBasicFieldsData_identity, + GAccountBasicFieldsData_identity_account, GAccountByPkData, GAccountByPkData_accountByPk, GAccountByPkData_accountByPk_commentsIssued, GAccountByPkData_accountByPk_commentsIssuedAggregate, GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate, GAccountByPkData_accountByPk_identity, + GAccountByPkData_accountByPk_identity_account, GAccountByPkData_accountByPk_identity_certIssued, GAccountByPkData_accountByPk_identity_certIssuedAggregate, GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate, GAccountByPkData_accountByPk_identity_certIssued_issuer, + GAccountByPkData_accountByPk_identity_certIssued_issuer_account, GAccountByPkData_accountByPk_identity_certIssued_receiver, + GAccountByPkData_accountByPk_identity_certIssued_receiver_account, GAccountByPkData_accountByPk_identity_certReceived, GAccountByPkData_accountByPk_identity_certReceivedAggregate, GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate, GAccountByPkData_accountByPk_identity_certReceived_issuer, + GAccountByPkData_accountByPk_identity_certReceived_issuer_account, GAccountByPkData_accountByPk_identity_certReceived_receiver, + GAccountByPkData_accountByPk_identity_certReceived_receiver_account, GAccountByPkData_accountByPk_identity_linkedAccount, GAccountByPkData_accountByPk_identity_linkedAccountAggregate, GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate, @@ -46,9 +53,11 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountByPkData_accountByPk_identity_smith_smithCertReceived, GAccountByPkData_accountByPk_identity_udHistory, GAccountByPkData_accountByPk_linkedIdentity, + GAccountByPkData_accountByPk_linkedIdentity_account, GAccountByPkData_accountByPk_removedIdentities, GAccountByPkData_accountByPk_removedIdentitiesAggregate, GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate, + GAccountByPkData_accountByPk_removedIdentities_account, GAccountByPkData_accountByPk_transfersIssued, GAccountByPkData_accountByPk_transfersIssuedAggregate, GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate, @@ -71,16 +80,21 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountFieldsData_commentsIssuedAggregate, GAccountFieldsData_commentsIssuedAggregate_aggregate, GAccountFieldsData_identity, + GAccountFieldsData_identity_account, GAccountFieldsData_identity_certIssued, GAccountFieldsData_identity_certIssuedAggregate, GAccountFieldsData_identity_certIssuedAggregate_aggregate, GAccountFieldsData_identity_certIssued_issuer, + GAccountFieldsData_identity_certIssued_issuer_account, GAccountFieldsData_identity_certIssued_receiver, + GAccountFieldsData_identity_certIssued_receiver_account, GAccountFieldsData_identity_certReceived, GAccountFieldsData_identity_certReceivedAggregate, GAccountFieldsData_identity_certReceivedAggregate_aggregate, GAccountFieldsData_identity_certReceived_issuer, + GAccountFieldsData_identity_certReceived_issuer_account, GAccountFieldsData_identity_certReceived_receiver, + GAccountFieldsData_identity_certReceived_receiver_account, GAccountFieldsData_identity_linkedAccount, GAccountFieldsData_identity_linkedAccountAggregate, GAccountFieldsData_identity_linkedAccountAggregate_aggregate, @@ -95,9 +109,11 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountFieldsData_identity_smith_smithCertReceived, GAccountFieldsData_identity_udHistory, GAccountFieldsData_linkedIdentity, + GAccountFieldsData_linkedIdentity_account, GAccountFieldsData_removedIdentities, GAccountFieldsData_removedIdentitiesAggregate, GAccountFieldsData_removedIdentitiesAggregate_aggregate, + GAccountFieldsData_removedIdentities_account, GAccountFieldsData_transfersIssued, GAccountFieldsData_transfersIssuedAggregate, GAccountFieldsData_transfersIssuedAggregate_aggregate, @@ -115,22 +131,68 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountFieldsData_wasIdentity, GAccountFieldsData_wasIdentityAggregate, GAccountFieldsData_wasIdentityAggregate_aggregate, + GAccountTransactionsData, + GAccountTransactionsData_account, + GAccountTransactionsData_account_commentsIssued, + GAccountTransactionsData_account_commentsIssuedAggregate, + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate, + GAccountTransactionsData_account_transfersIssued, + GAccountTransactionsData_account_transfersIssuedAggregate, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum, + GAccountTransactionsData_account_transfersIssued_comment, + GAccountTransactionsData_account_transfersIssued_from, + GAccountTransactionsData_account_transfersIssued_to, + GAccountTransactionsData_account_transfersReceived, + GAccountTransactionsData_account_transfersReceivedAggregate, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum, + GAccountTransactionsData_account_transfersReceived_comment, + GAccountTransactionsData_account_transfersReceived_from, + GAccountTransactionsData_account_transfersReceived_to, + GAccountTxsFieldsData, + GAccountTxsFieldsData_commentsIssued, + GAccountTxsFieldsData_commentsIssuedAggregate, + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate, + GAccountTxsFieldsData_transfersIssued, + GAccountTxsFieldsData_transfersIssuedAggregate, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum, + GAccountTxsFieldsData_transfersIssued_comment, + GAccountTxsFieldsData_transfersIssued_from, + GAccountTxsFieldsData_transfersIssued_to, + GAccountTxsFieldsData_transfersReceived, + GAccountTxsFieldsData_transfersReceivedAggregate, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum, + GAccountTxsFieldsData_transfersReceived_comment, + GAccountTxsFieldsData_transfersReceived_from, + GAccountTxsFieldsData_transfersReceived_to, + GAccountsBasicByPkData, + GAccountsBasicByPkData_account, + GAccountsBasicByPkData_account_identity, + GAccountsBasicByPkData_account_identity_account, GAccountsByPkData, GAccountsByPkData_account, GAccountsByPkData_account_commentsIssued, GAccountsByPkData_account_commentsIssuedAggregate, GAccountsByPkData_account_commentsIssuedAggregate_aggregate, GAccountsByPkData_account_identity, + GAccountsByPkData_account_identity_account, GAccountsByPkData_account_identity_certIssued, GAccountsByPkData_account_identity_certIssuedAggregate, GAccountsByPkData_account_identity_certIssuedAggregate_aggregate, GAccountsByPkData_account_identity_certIssued_issuer, + GAccountsByPkData_account_identity_certIssued_issuer_account, GAccountsByPkData_account_identity_certIssued_receiver, + GAccountsByPkData_account_identity_certIssued_receiver_account, GAccountsByPkData_account_identity_certReceived, GAccountsByPkData_account_identity_certReceivedAggregate, GAccountsByPkData_account_identity_certReceivedAggregate_aggregate, GAccountsByPkData_account_identity_certReceived_issuer, + GAccountsByPkData_account_identity_certReceived_issuer_account, GAccountsByPkData_account_identity_certReceived_receiver, + GAccountsByPkData_account_identity_certReceived_receiver_account, GAccountsByPkData_account_identity_linkedAccount, GAccountsByPkData_account_identity_linkedAccountAggregate, GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate, @@ -145,9 +207,11 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountsByPkData_account_identity_smith_smithCertReceived, GAccountsByPkData_account_identity_udHistory, GAccountsByPkData_account_linkedIdentity, + GAccountsByPkData_account_linkedIdentity_account, GAccountsByPkData_account_removedIdentities, GAccountsByPkData_account_removedIdentitiesAggregate, GAccountsByPkData_account_removedIdentitiesAggregate_aggregate, + GAccountsByPkData_account_removedIdentities_account, GAccountsByPkData_account_transfersIssued, GAccountsByPkData_account_transfersIssuedAggregate, GAccountsByPkData_account_transfersIssuedAggregate_aggregate, @@ -167,70 +231,27 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountsByPkData_account_wasIdentityAggregate_aggregate, GCertFieldsData, GCertFieldsData_issuer, + GCertFieldsData_issuer_account, GCertFieldsData_receiver, + GCertFieldsData_receiver_account, GCommentsIssuedData, - GGetHistoryAndBalanceData, - GGetHistoryAndBalanceData_account, - GGetHistoryAndBalanceData_account_commentsIssued, - GGetHistoryAndBalanceData_account_commentsIssuedAggregate, - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity, - GGetHistoryAndBalanceData_account_identity_certIssued, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_certIssued_issuer, - GGetHistoryAndBalanceData_account_identity_certIssued_receiver, - GGetHistoryAndBalanceData_account_identity_certReceived, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_certReceived_issuer, - GGetHistoryAndBalanceData_account_identity_certReceived_receiver, - GGetHistoryAndBalanceData_account_identity_linkedAccount, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_membershipHistory, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_ownerKeyChange, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_smith, - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued, - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived, - GGetHistoryAndBalanceData_account_identity_udHistory, - GGetHistoryAndBalanceData_account_linkedIdentity, - GGetHistoryAndBalanceData_account_removedIdentities, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersIssued, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum, - GGetHistoryAndBalanceData_account_transfersIssued_comment, - GGetHistoryAndBalanceData_account_transfersIssued_from, - GGetHistoryAndBalanceData_account_transfersIssued_to, - GGetHistoryAndBalanceData_account_transfersReceived, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum, - GGetHistoryAndBalanceData_account_transfersReceived_comment, - GGetHistoryAndBalanceData_account_transfersReceived_from, - GGetHistoryAndBalanceData_account_transfersReceived_to, - GGetHistoryAndBalanceData_account_wasIdentity, - GGetHistoryAndBalanceData_account_wasIdentityAggregate, - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate, GIdentitiesByNameData, GIdentitiesByNameData_identity, + GIdentitiesByNameData_identity_account, GIdentitiesByNameData_identity_certIssued, GIdentitiesByNameData_identity_certIssuedAggregate, GIdentitiesByNameData_identity_certIssuedAggregate_aggregate, GIdentitiesByNameData_identity_certIssued_issuer, + GIdentitiesByNameData_identity_certIssued_issuer_account, GIdentitiesByNameData_identity_certIssued_receiver, + GIdentitiesByNameData_identity_certIssued_receiver_account, GIdentitiesByNameData_identity_certReceived, GIdentitiesByNameData_identity_certReceivedAggregate, GIdentitiesByNameData_identity_certReceivedAggregate_aggregate, GIdentitiesByNameData_identity_certReceived_issuer, + GIdentitiesByNameData_identity_certReceived_issuer_account, GIdentitiesByNameData_identity_certReceived_receiver, + GIdentitiesByNameData_identity_certReceived_receiver_account, GIdentitiesByNameData_identity_linkedAccount, GIdentitiesByNameData_identity_linkedAccountAggregate, GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate, @@ -246,41 +267,24 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GIdentitiesByNameData_identity_udHistory, GIdentitiesByNameOrPkData, GIdentitiesByNameOrPkData_identity, - GIdentitiesByNameOrPkData_identity_certIssued, - GIdentitiesByNameOrPkData_identity_certIssuedAggregate, - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_certIssued_issuer, - GIdentitiesByNameOrPkData_identity_certIssued_receiver, - GIdentitiesByNameOrPkData_identity_certReceived, - GIdentitiesByNameOrPkData_identity_certReceivedAggregate, - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_certReceived_issuer, - GIdentitiesByNameOrPkData_identity_certReceived_receiver, - GIdentitiesByNameOrPkData_identity_linkedAccount, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_membershipHistory, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_ownerKeyChange, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_smith, - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued, - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived, - GIdentitiesByNameOrPkData_identity_udHistory, + GIdentitiesByNameOrPkData_identity_account, GIdentitiesByPkData, GIdentitiesByPkData_identity, + GIdentitiesByPkData_identity_account, GIdentitiesByPkData_identity_certIssued, GIdentitiesByPkData_identity_certIssuedAggregate, GIdentitiesByPkData_identity_certIssuedAggregate_aggregate, GIdentitiesByPkData_identity_certIssued_issuer, + GIdentitiesByPkData_identity_certIssued_issuer_account, GIdentitiesByPkData_identity_certIssued_receiver, + GIdentitiesByPkData_identity_certIssued_receiver_account, GIdentitiesByPkData_identity_certReceived, GIdentitiesByPkData_identity_certReceivedAggregate, GIdentitiesByPkData_identity_certReceivedAggregate_aggregate, GIdentitiesByPkData_identity_certReceived_issuer, + GIdentitiesByPkData_identity_certReceived_issuer_account, GIdentitiesByPkData_identity_certReceived_receiver, + GIdentitiesByPkData_identity_certReceived_receiver_account, GIdentitiesByPkData_identity_linkedAccount, GIdentitiesByPkData_identity_linkedAccountAggregate, GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate, @@ -295,17 +299,23 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GIdentitiesByPkData_identity_smith_smithCertReceived, GIdentitiesByPkData_identity_udHistory, GIdentityBasicFieldsData, + GIdentityBasicFieldsData_account, GIdentityFieldsData, + GIdentityFieldsData_account, GIdentityFieldsData_certIssued, GIdentityFieldsData_certIssuedAggregate, GIdentityFieldsData_certIssuedAggregate_aggregate, GIdentityFieldsData_certIssued_issuer, + GIdentityFieldsData_certIssued_issuer_account, GIdentityFieldsData_certIssued_receiver, + GIdentityFieldsData_certIssued_receiver_account, GIdentityFieldsData_certReceived, GIdentityFieldsData_certReceivedAggregate, GIdentityFieldsData_certReceivedAggregate_aggregate, GIdentityFieldsData_certReceived_issuer, + GIdentityFieldsData_certReceived_issuer_account, GIdentityFieldsData_certReceived_receiver, + GIdentityFieldsData_certReceived_receiver_account, GIdentityFieldsData_linkedAccount, GIdentityFieldsData_linkedAccountAggregate, GIdentityFieldsData_linkedAccountAggregate_aggregate, @@ -336,10 +346,12 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountBasicFieldsReq, GAccountByPkReq, GAccountFieldsReq, + GAccountTransactionsReq, + GAccountTxsFieldsReq, + GAccountsBasicByPkReq, GAccountsByPkReq, GCertFieldsReq, GCommentsIssuedReq, - GGetHistoryAndBalanceReq, GIdentitiesByNameOrPkReq, GIdentitiesByNameReq, GIdentitiesByPkReq, @@ -356,10 +368,12 @@ import 'package:duniter_indexer/graphql/schema/__generated__/duniter-indexer-que GAccountBasicFieldsVars, GAccountByPkVars, GAccountFieldsVars, + GAccountTransactionsVars, + GAccountTxsFieldsVars, + GAccountsBasicByPkVars, GAccountsByPkVars, GCertFieldsVars, GCommentsIssuedVars, - GGetHistoryAndBalanceVars, GIdentitiesByNameOrPkVars, GIdentitiesByNameVars, GIdentitiesByPkVars, @@ -716,10 +730,12 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GAccountBasicByPkData, GAccountBasicByPkData_accountByPk, GAccountBasicByPkData_accountByPk_identity, + GAccountBasicByPkData_accountByPk_identity_account, GAccountBasicByPkReq, GAccountBasicByPkVars, GAccountBasicFieldsData, GAccountBasicFieldsData_identity, + GAccountBasicFieldsData_identity_account, GAccountBasicFieldsReq, GAccountBasicFieldsVars, GAccountBoolExp, @@ -729,16 +745,21 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GAccountByPkData_accountByPk_commentsIssuedAggregate, GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate, GAccountByPkData_accountByPk_identity, + GAccountByPkData_accountByPk_identity_account, GAccountByPkData_accountByPk_identity_certIssued, GAccountByPkData_accountByPk_identity_certIssuedAggregate, GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate, GAccountByPkData_accountByPk_identity_certIssued_issuer, + GAccountByPkData_accountByPk_identity_certIssued_issuer_account, GAccountByPkData_accountByPk_identity_certIssued_receiver, + GAccountByPkData_accountByPk_identity_certIssued_receiver_account, GAccountByPkData_accountByPk_identity_certReceived, GAccountByPkData_accountByPk_identity_certReceivedAggregate, GAccountByPkData_accountByPk_identity_certReceivedAggregate_aggregate, GAccountByPkData_accountByPk_identity_certReceived_issuer, + GAccountByPkData_accountByPk_identity_certReceived_issuer_account, GAccountByPkData_accountByPk_identity_certReceived_receiver, + GAccountByPkData_accountByPk_identity_certReceived_receiver_account, GAccountByPkData_accountByPk_identity_linkedAccount, GAccountByPkData_accountByPk_identity_linkedAccountAggregate, GAccountByPkData_accountByPk_identity_linkedAccountAggregate_aggregate, @@ -753,9 +774,11 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GAccountByPkData_accountByPk_identity_smith_smithCertReceived, GAccountByPkData_accountByPk_identity_udHistory, GAccountByPkData_accountByPk_linkedIdentity, + GAccountByPkData_accountByPk_linkedIdentity_account, GAccountByPkData_accountByPk_removedIdentities, GAccountByPkData_accountByPk_removedIdentitiesAggregate, GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate, + GAccountByPkData_accountByPk_removedIdentities_account, GAccountByPkData_accountByPk_transfersIssued, GAccountByPkData_accountByPk_transfersIssuedAggregate, GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate, @@ -780,16 +803,21 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GAccountFieldsData_commentsIssuedAggregate, GAccountFieldsData_commentsIssuedAggregate_aggregate, GAccountFieldsData_identity, + GAccountFieldsData_identity_account, GAccountFieldsData_identity_certIssued, GAccountFieldsData_identity_certIssuedAggregate, GAccountFieldsData_identity_certIssuedAggregate_aggregate, GAccountFieldsData_identity_certIssued_issuer, + GAccountFieldsData_identity_certIssued_issuer_account, GAccountFieldsData_identity_certIssued_receiver, + GAccountFieldsData_identity_certIssued_receiver_account, GAccountFieldsData_identity_certReceived, GAccountFieldsData_identity_certReceivedAggregate, GAccountFieldsData_identity_certReceivedAggregate_aggregate, GAccountFieldsData_identity_certReceived_issuer, + GAccountFieldsData_identity_certReceived_issuer_account, GAccountFieldsData_identity_certReceived_receiver, + GAccountFieldsData_identity_certReceived_receiver_account, GAccountFieldsData_identity_linkedAccount, GAccountFieldsData_identity_linkedAccountAggregate, GAccountFieldsData_identity_linkedAccountAggregate_aggregate, @@ -804,9 +832,11 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GAccountFieldsData_identity_smith_smithCertReceived, GAccountFieldsData_identity_udHistory, GAccountFieldsData_linkedIdentity, + GAccountFieldsData_linkedIdentity_account, GAccountFieldsData_removedIdentities, GAccountFieldsData_removedIdentitiesAggregate, GAccountFieldsData_removedIdentitiesAggregate_aggregate, + GAccountFieldsData_removedIdentities_account, GAccountFieldsData_transfersIssued, GAccountFieldsData_transfersIssuedAggregate, GAccountFieldsData_transfersIssuedAggregate_aggregate, @@ -838,25 +868,77 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GAccountStreamCursorInput, GAccountStreamCursorValueInput, GAccountSumOrderBy, + GAccountTransactionsData, + GAccountTransactionsData_account, + GAccountTransactionsData_account_commentsIssued, + GAccountTransactionsData_account_commentsIssuedAggregate, + GAccountTransactionsData_account_commentsIssuedAggregate_aggregate, + GAccountTransactionsData_account_transfersIssued, + GAccountTransactionsData_account_transfersIssuedAggregate, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate, + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum, + GAccountTransactionsData_account_transfersIssued_comment, + GAccountTransactionsData_account_transfersIssued_from, + GAccountTransactionsData_account_transfersIssued_to, + GAccountTransactionsData_account_transfersReceived, + GAccountTransactionsData_account_transfersReceivedAggregate, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate, + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum, + GAccountTransactionsData_account_transfersReceived_comment, + GAccountTransactionsData_account_transfersReceived_from, + GAccountTransactionsData_account_transfersReceived_to, + GAccountTransactionsReq, + GAccountTransactionsVars, + GAccountTxsFieldsData, + GAccountTxsFieldsData_commentsIssued, + GAccountTxsFieldsData_commentsIssuedAggregate, + GAccountTxsFieldsData_commentsIssuedAggregate_aggregate, + GAccountTxsFieldsData_transfersIssued, + GAccountTxsFieldsData_transfersIssuedAggregate, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate, + GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum, + GAccountTxsFieldsData_transfersIssued_comment, + GAccountTxsFieldsData_transfersIssued_from, + GAccountTxsFieldsData_transfersIssued_to, + GAccountTxsFieldsData_transfersReceived, + GAccountTxsFieldsData_transfersReceivedAggregate, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate, + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum, + GAccountTxsFieldsData_transfersReceived_comment, + GAccountTxsFieldsData_transfersReceived_from, + GAccountTxsFieldsData_transfersReceived_to, + GAccountTxsFieldsReq, + GAccountTxsFieldsVars, GAccountVarPopOrderBy, GAccountVarSampOrderBy, GAccountVarianceOrderBy, + GAccountsBasicByPkData, + GAccountsBasicByPkData_account, + GAccountsBasicByPkData_account_identity, + GAccountsBasicByPkData_account_identity_account, + GAccountsBasicByPkReq, + GAccountsBasicByPkVars, GAccountsByPkData, GAccountsByPkData_account, GAccountsByPkData_account_commentsIssued, GAccountsByPkData_account_commentsIssuedAggregate, GAccountsByPkData_account_commentsIssuedAggregate_aggregate, GAccountsByPkData_account_identity, + GAccountsByPkData_account_identity_account, GAccountsByPkData_account_identity_certIssued, GAccountsByPkData_account_identity_certIssuedAggregate, GAccountsByPkData_account_identity_certIssuedAggregate_aggregate, GAccountsByPkData_account_identity_certIssued_issuer, + GAccountsByPkData_account_identity_certIssued_issuer_account, GAccountsByPkData_account_identity_certIssued_receiver, + GAccountsByPkData_account_identity_certIssued_receiver_account, GAccountsByPkData_account_identity_certReceived, GAccountsByPkData_account_identity_certReceivedAggregate, GAccountsByPkData_account_identity_certReceivedAggregate_aggregate, GAccountsByPkData_account_identity_certReceived_issuer, + GAccountsByPkData_account_identity_certReceived_issuer_account, GAccountsByPkData_account_identity_certReceived_receiver, + GAccountsByPkData_account_identity_certReceived_receiver_account, GAccountsByPkData_account_identity_linkedAccount, GAccountsByPkData_account_identity_linkedAccountAggregate, GAccountsByPkData_account_identity_linkedAccountAggregate_aggregate, @@ -871,9 +953,11 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GAccountsByPkData_account_identity_smith_smithCertReceived, GAccountsByPkData_account_identity_udHistory, GAccountsByPkData_account_linkedIdentity, + GAccountsByPkData_account_linkedIdentity_account, GAccountsByPkData_account_removedIdentities, GAccountsByPkData_account_removedIdentitiesAggregate, GAccountsByPkData_account_removedIdentitiesAggregate_aggregate, + GAccountsByPkData_account_removedIdentities_account, GAccountsByPkData_account_transfersIssued, GAccountsByPkData_account_transfersIssuedAggregate, GAccountsByPkData_account_transfersIssuedAggregate_aggregate, @@ -934,7 +1018,9 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GCertEventVarianceOrderBy, GCertFieldsData, GCertFieldsData_issuer, + GCertFieldsData_issuer_account, GCertFieldsData_receiver, + GCertFieldsData_receiver_account, GCertFieldsReq, GCertFieldsVars, GCertMaxOrderBy, @@ -1015,70 +1101,23 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GExtrinsicVarPopOrderBy, GExtrinsicVarSampOrderBy, GExtrinsicVarianceOrderBy, - GGetHistoryAndBalanceData, - GGetHistoryAndBalanceData_account, - GGetHistoryAndBalanceData_account_commentsIssued, - GGetHistoryAndBalanceData_account_commentsIssuedAggregate, - GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity, - GGetHistoryAndBalanceData_account_identity_certIssued, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate, - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_certIssued_issuer, - GGetHistoryAndBalanceData_account_identity_certIssued_receiver, - GGetHistoryAndBalanceData_account_identity_certReceived, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate, - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_certReceived_issuer, - GGetHistoryAndBalanceData_account_identity_certReceived_receiver, - GGetHistoryAndBalanceData_account_identity_linkedAccount, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate, - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_membershipHistory, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate, - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_ownerKeyChange, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate, - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate, - GGetHistoryAndBalanceData_account_identity_smith, - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued, - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived, - GGetHistoryAndBalanceData_account_identity_udHistory, - GGetHistoryAndBalanceData_account_linkedIdentity, - GGetHistoryAndBalanceData_account_removedIdentities, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate, - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersIssued, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum, - GGetHistoryAndBalanceData_account_transfersIssued_comment, - GGetHistoryAndBalanceData_account_transfersIssued_from, - GGetHistoryAndBalanceData_account_transfersIssued_to, - GGetHistoryAndBalanceData_account_transfersReceived, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate, - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum, - GGetHistoryAndBalanceData_account_transfersReceived_comment, - GGetHistoryAndBalanceData_account_transfersReceived_from, - GGetHistoryAndBalanceData_account_transfersReceived_to, - GGetHistoryAndBalanceData_account_wasIdentity, - GGetHistoryAndBalanceData_account_wasIdentityAggregate, - GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate, - GGetHistoryAndBalanceReq, - GGetHistoryAndBalanceVars, GIdentitiesByNameData, GIdentitiesByNameData_identity, + GIdentitiesByNameData_identity_account, GIdentitiesByNameData_identity_certIssued, GIdentitiesByNameData_identity_certIssuedAggregate, GIdentitiesByNameData_identity_certIssuedAggregate_aggregate, GIdentitiesByNameData_identity_certIssued_issuer, + GIdentitiesByNameData_identity_certIssued_issuer_account, GIdentitiesByNameData_identity_certIssued_receiver, + GIdentitiesByNameData_identity_certIssued_receiver_account, GIdentitiesByNameData_identity_certReceived, GIdentitiesByNameData_identity_certReceivedAggregate, GIdentitiesByNameData_identity_certReceivedAggregate_aggregate, GIdentitiesByNameData_identity_certReceived_issuer, + GIdentitiesByNameData_identity_certReceived_issuer_account, GIdentitiesByNameData_identity_certReceived_receiver, + GIdentitiesByNameData_identity_certReceived_receiver_account, GIdentitiesByNameData_identity_linkedAccount, GIdentitiesByNameData_identity_linkedAccountAggregate, GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate, @@ -1094,45 +1133,28 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GIdentitiesByNameData_identity_udHistory, GIdentitiesByNameOrPkData, GIdentitiesByNameOrPkData_identity, - GIdentitiesByNameOrPkData_identity_certIssued, - GIdentitiesByNameOrPkData_identity_certIssuedAggregate, - GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_certIssued_issuer, - GIdentitiesByNameOrPkData_identity_certIssued_receiver, - GIdentitiesByNameOrPkData_identity_certReceived, - GIdentitiesByNameOrPkData_identity_certReceivedAggregate, - GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_certReceived_issuer, - GIdentitiesByNameOrPkData_identity_certReceived_receiver, - GIdentitiesByNameOrPkData_identity_linkedAccount, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate, - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_membershipHistory, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate, - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_ownerKeyChange, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate, - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate, - GIdentitiesByNameOrPkData_identity_smith, - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued, - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived, - GIdentitiesByNameOrPkData_identity_udHistory, + GIdentitiesByNameOrPkData_identity_account, GIdentitiesByNameOrPkReq, GIdentitiesByNameOrPkVars, GIdentitiesByNameReq, GIdentitiesByNameVars, GIdentitiesByPkData, GIdentitiesByPkData_identity, + GIdentitiesByPkData_identity_account, GIdentitiesByPkData_identity_certIssued, GIdentitiesByPkData_identity_certIssuedAggregate, GIdentitiesByPkData_identity_certIssuedAggregate_aggregate, GIdentitiesByPkData_identity_certIssued_issuer, + GIdentitiesByPkData_identity_certIssued_issuer_account, GIdentitiesByPkData_identity_certIssued_receiver, + GIdentitiesByPkData_identity_certIssued_receiver_account, GIdentitiesByPkData_identity_certReceived, GIdentitiesByPkData_identity_certReceivedAggregate, GIdentitiesByPkData_identity_certReceivedAggregate_aggregate, GIdentitiesByPkData_identity_certReceived_issuer, + GIdentitiesByPkData_identity_certReceived_issuer_account, GIdentitiesByPkData_identity_certReceived_receiver, + GIdentitiesByPkData_identity_certReceived_receiver_account, GIdentitiesByPkData_identity_linkedAccount, GIdentitiesByPkData_identity_linkedAccountAggregate, GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate, @@ -1152,20 +1174,26 @@ final SerializersBuilder _serializersBuilder = _$serializers.toBuilder() GIdentityAggregateOrderBy, GIdentityAvgOrderBy, GIdentityBasicFieldsData, + GIdentityBasicFieldsData_account, GIdentityBasicFieldsReq, GIdentityBasicFieldsVars, GIdentityBoolExp, GIdentityFieldsData, + GIdentityFieldsData_account, GIdentityFieldsData_certIssued, GIdentityFieldsData_certIssuedAggregate, GIdentityFieldsData_certIssuedAggregate_aggregate, GIdentityFieldsData_certIssued_issuer, + GIdentityFieldsData_certIssued_issuer_account, GIdentityFieldsData_certIssued_receiver, + GIdentityFieldsData_certIssued_receiver_account, GIdentityFieldsData_certReceived, GIdentityFieldsData_certReceivedAggregate, GIdentityFieldsData_certReceivedAggregate_aggregate, GIdentityFieldsData_certReceived_issuer, + GIdentityFieldsData_certReceived_issuer_account, GIdentityFieldsData_certReceived_receiver, + GIdentityFieldsData_certReceived_receiver_account, GIdentityFieldsData_linkedAccount, GIdentityFieldsData_linkedAccountAggregate, GIdentityFieldsData_linkedAccountAggregate_aggregate, diff --git a/packages/duniter_indexer/lib/graphql/schema/__generated__/serializers.gql.g.dart b/packages/duniter_indexer/lib/graphql/schema/__generated__/serializers.gql.g.dart index 15906b0fafe042c52a8837fc89ef15fe1ea7a3e2..4deaa24de6de21bcca3fc46b457654c0fd53174a 100644 --- a/packages/duniter_indexer/lib/graphql/schema/__generated__/serializers.gql.g.dart +++ b/packages/duniter_indexer/lib/graphql/schema/__generated__/serializers.gql.g.dart @@ -14,10 +14,12 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GAccountBasicByPkData.serializer) ..add(GAccountBasicByPkData_accountByPk.serializer) ..add(GAccountBasicByPkData_accountByPk_identity.serializer) + ..add(GAccountBasicByPkData_accountByPk_identity_account.serializer) ..add(GAccountBasicByPkReq.serializer) ..add(GAccountBasicByPkVars.serializer) ..add(GAccountBasicFieldsData.serializer) ..add(GAccountBasicFieldsData_identity.serializer) + ..add(GAccountBasicFieldsData_identity_account.serializer) ..add(GAccountBasicFieldsReq.serializer) ..add(GAccountBasicFieldsVars.serializer) ..add(GAccountBoolExp.serializer) @@ -28,14 +30,19 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GAccountByPkData_accountByPk_commentsIssuedAggregate_aggregate .serializer) ..add(GAccountByPkData_accountByPk_identity.serializer) + ..add(GAccountByPkData_accountByPk_identity_account.serializer) ..add(GAccountByPkData_accountByPk_identity_certIssued.serializer) ..add( GAccountByPkData_accountByPk_identity_certIssuedAggregate.serializer) ..add(GAccountByPkData_accountByPk_identity_certIssuedAggregate_aggregate .serializer) ..add(GAccountByPkData_accountByPk_identity_certIssued_issuer.serializer) + ..add(GAccountByPkData_accountByPk_identity_certIssued_issuer_account + .serializer) ..add( GAccountByPkData_accountByPk_identity_certIssued_receiver.serializer) + ..add(GAccountByPkData_accountByPk_identity_certIssued_receiver_account + .serializer) ..add(GAccountByPkData_accountByPk_identity_certReceived.serializer) ..add(GAccountByPkData_accountByPk_identity_certReceivedAggregate .serializer) @@ -44,8 +51,12 @@ Serializers _$serializers = (new Serializers().toBuilder() .serializer) ..add( GAccountByPkData_accountByPk_identity_certReceived_issuer.serializer) + ..add(GAccountByPkData_accountByPk_identity_certReceived_issuer_account + .serializer) ..add(GAccountByPkData_accountByPk_identity_certReceived_receiver .serializer) + ..add(GAccountByPkData_accountByPk_identity_certReceived_receiver_account + .serializer) ..add(GAccountByPkData_accountByPk_identity_linkedAccount.serializer) ..add(GAccountByPkData_accountByPk_identity_linkedAccountAggregate .serializer) @@ -71,10 +82,12 @@ Serializers _$serializers = (new Serializers().toBuilder() .serializer) ..add(GAccountByPkData_accountByPk_identity_udHistory.serializer) ..add(GAccountByPkData_accountByPk_linkedIdentity.serializer) + ..add(GAccountByPkData_accountByPk_linkedIdentity_account.serializer) ..add(GAccountByPkData_accountByPk_removedIdentities.serializer) ..add(GAccountByPkData_accountByPk_removedIdentitiesAggregate.serializer) ..add(GAccountByPkData_accountByPk_removedIdentitiesAggregate_aggregate .serializer) + ..add(GAccountByPkData_accountByPk_removedIdentities_account.serializer) ..add(GAccountByPkData_accountByPk_transfersIssued.serializer) ..add(GAccountByPkData_accountByPk_transfersIssuedAggregate.serializer) ..add(GAccountByPkData_accountByPk_transfersIssuedAggregate_aggregate @@ -105,18 +118,24 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GAccountFieldsData_commentsIssuedAggregate.serializer) ..add(GAccountFieldsData_commentsIssuedAggregate_aggregate.serializer) ..add(GAccountFieldsData_identity.serializer) + ..add(GAccountFieldsData_identity_account.serializer) ..add(GAccountFieldsData_identity_certIssued.serializer) ..add(GAccountFieldsData_identity_certIssuedAggregate.serializer) ..add( GAccountFieldsData_identity_certIssuedAggregate_aggregate.serializer) ..add(GAccountFieldsData_identity_certIssued_issuer.serializer) + ..add(GAccountFieldsData_identity_certIssued_issuer_account.serializer) ..add(GAccountFieldsData_identity_certIssued_receiver.serializer) + ..add(GAccountFieldsData_identity_certIssued_receiver_account.serializer) ..add(GAccountFieldsData_identity_certReceived.serializer) ..add(GAccountFieldsData_identity_certReceivedAggregate.serializer) ..add(GAccountFieldsData_identity_certReceivedAggregate_aggregate .serializer) ..add(GAccountFieldsData_identity_certReceived_issuer.serializer) + ..add(GAccountFieldsData_identity_certReceived_issuer_account.serializer) ..add(GAccountFieldsData_identity_certReceived_receiver.serializer) + ..add( + GAccountFieldsData_identity_certReceived_receiver_account.serializer) ..add(GAccountFieldsData_identity_linkedAccount.serializer) ..add(GAccountFieldsData_identity_linkedAccountAggregate.serializer) ..add(GAccountFieldsData_identity_linkedAccountAggregate_aggregate @@ -134,9 +153,11 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GAccountFieldsData_identity_smith_smithCertReceived.serializer) ..add(GAccountFieldsData_identity_udHistory.serializer) ..add(GAccountFieldsData_linkedIdentity.serializer) + ..add(GAccountFieldsData_linkedIdentity_account.serializer) ..add(GAccountFieldsData_removedIdentities.serializer) ..add(GAccountFieldsData_removedIdentitiesAggregate.serializer) ..add(GAccountFieldsData_removedIdentitiesAggregate_aggregate.serializer) + ..add(GAccountFieldsData_removedIdentities_account.serializer) ..add(GAccountFieldsData_transfersIssued.serializer) ..add(GAccountFieldsData_transfersIssuedAggregate.serializer) ..add(GAccountFieldsData_transfersIssuedAggregate_aggregate.serializer) @@ -172,9 +193,70 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GAccountStreamCursorInput.serializer) ..add(GAccountStreamCursorValueInput.serializer) ..add(GAccountSumOrderBy.serializer) + ..add(GAccountTransactionsData.serializer) + ..add(GAccountTransactionsData_account.serializer) + ..add(GAccountTransactionsData_account_commentsIssued.serializer) + ..add(GAccountTransactionsData_account_commentsIssuedAggregate.serializer) + ..add(GAccountTransactionsData_account_commentsIssuedAggregate_aggregate + .serializer) + ..add(GAccountTransactionsData_account_transfersIssued.serializer) + ..add( + GAccountTransactionsData_account_transfersIssuedAggregate.serializer) + ..add(GAccountTransactionsData_account_transfersIssuedAggregate_aggregate + .serializer) + ..add( + GAccountTransactionsData_account_transfersIssuedAggregate_aggregate_sum + .serializer) + ..add(GAccountTransactionsData_account_transfersIssued_comment.serializer) + ..add(GAccountTransactionsData_account_transfersIssued_from.serializer) + ..add(GAccountTransactionsData_account_transfersIssued_to.serializer) + ..add(GAccountTransactionsData_account_transfersReceived.serializer) + ..add(GAccountTransactionsData_account_transfersReceivedAggregate + .serializer) + ..add( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate + .serializer) + ..add( + GAccountTransactionsData_account_transfersReceivedAggregate_aggregate_sum + .serializer) + ..add( + GAccountTransactionsData_account_transfersReceived_comment.serializer) + ..add(GAccountTransactionsData_account_transfersReceived_from.serializer) + ..add(GAccountTransactionsData_account_transfersReceived_to.serializer) + ..add(GAccountTransactionsReq.serializer) + ..add(GAccountTransactionsVars.serializer) + ..add(GAccountTxsFieldsData.serializer) + ..add(GAccountTxsFieldsData_commentsIssued.serializer) + ..add(GAccountTxsFieldsData_commentsIssuedAggregate.serializer) + ..add(GAccountTxsFieldsData_commentsIssuedAggregate_aggregate.serializer) + ..add(GAccountTxsFieldsData_transfersIssued.serializer) + ..add(GAccountTxsFieldsData_transfersIssuedAggregate.serializer) + ..add(GAccountTxsFieldsData_transfersIssuedAggregate_aggregate.serializer) + ..add(GAccountTxsFieldsData_transfersIssuedAggregate_aggregate_sum + .serializer) + ..add(GAccountTxsFieldsData_transfersIssued_comment.serializer) + ..add(GAccountTxsFieldsData_transfersIssued_from.serializer) + ..add(GAccountTxsFieldsData_transfersIssued_to.serializer) + ..add(GAccountTxsFieldsData_transfersReceived.serializer) + ..add(GAccountTxsFieldsData_transfersReceivedAggregate.serializer) + ..add( + GAccountTxsFieldsData_transfersReceivedAggregate_aggregate.serializer) + ..add(GAccountTxsFieldsData_transfersReceivedAggregate_aggregate_sum + .serializer) + ..add(GAccountTxsFieldsData_transfersReceived_comment.serializer) + ..add(GAccountTxsFieldsData_transfersReceived_from.serializer) + ..add(GAccountTxsFieldsData_transfersReceived_to.serializer) + ..add(GAccountTxsFieldsReq.serializer) + ..add(GAccountTxsFieldsVars.serializer) ..add(GAccountVarPopOrderBy.serializer) ..add(GAccountVarSampOrderBy.serializer) ..add(GAccountVarianceOrderBy.serializer) + ..add(GAccountsBasicByPkData.serializer) + ..add(GAccountsBasicByPkData_account.serializer) + ..add(GAccountsBasicByPkData_account_identity.serializer) + ..add(GAccountsBasicByPkData_account_identity_account.serializer) + ..add(GAccountsBasicByPkReq.serializer) + ..add(GAccountsBasicByPkVars.serializer) ..add(GAccountsByPkData.serializer) ..add(GAccountsByPkData_account.serializer) ..add(GAccountsByPkData_account_commentsIssued.serializer) @@ -182,18 +264,27 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GAccountsByPkData_account_commentsIssuedAggregate_aggregate .serializer) ..add(GAccountsByPkData_account_identity.serializer) + ..add(GAccountsByPkData_account_identity_account.serializer) ..add(GAccountsByPkData_account_identity_certIssued.serializer) ..add(GAccountsByPkData_account_identity_certIssuedAggregate.serializer) ..add(GAccountsByPkData_account_identity_certIssuedAggregate_aggregate .serializer) ..add(GAccountsByPkData_account_identity_certIssued_issuer.serializer) + ..add(GAccountsByPkData_account_identity_certIssued_issuer_account + .serializer) ..add(GAccountsByPkData_account_identity_certIssued_receiver.serializer) + ..add(GAccountsByPkData_account_identity_certIssued_receiver_account + .serializer) ..add(GAccountsByPkData_account_identity_certReceived.serializer) ..add(GAccountsByPkData_account_identity_certReceivedAggregate.serializer) ..add(GAccountsByPkData_account_identity_certReceivedAggregate_aggregate .serializer) ..add(GAccountsByPkData_account_identity_certReceived_issuer.serializer) + ..add(GAccountsByPkData_account_identity_certReceived_issuer_account + .serializer) ..add(GAccountsByPkData_account_identity_certReceived_receiver.serializer) + ..add(GAccountsByPkData_account_identity_certReceived_receiver_account + .serializer) ..add(GAccountsByPkData_account_identity_linkedAccount.serializer) ..add( GAccountsByPkData_account_identity_linkedAccountAggregate.serializer) @@ -216,10 +307,12 @@ Serializers _$serializers = (new Serializers().toBuilder() GAccountsByPkData_account_identity_smith_smithCertReceived.serializer) ..add(GAccountsByPkData_account_identity_udHistory.serializer) ..add(GAccountsByPkData_account_linkedIdentity.serializer) + ..add(GAccountsByPkData_account_linkedIdentity_account.serializer) ..add(GAccountsByPkData_account_removedIdentities.serializer) ..add(GAccountsByPkData_account_removedIdentitiesAggregate.serializer) ..add(GAccountsByPkData_account_removedIdentitiesAggregate_aggregate .serializer) + ..add(GAccountsByPkData_account_removedIdentities_account.serializer) ..add(GAccountsByPkData_account_transfersIssued.serializer) ..add(GAccountsByPkData_account_transfersIssuedAggregate.serializer) ..add(GAccountsByPkData_account_transfersIssuedAggregate_aggregate @@ -286,7 +379,9 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GCertEventVarianceOrderBy.serializer) ..add(GCertFieldsData.serializer) ..add(GCertFieldsData_issuer.serializer) + ..add(GCertFieldsData_issuer_account.serializer) ..add(GCertFieldsData_receiver.serializer) + ..add(GCertFieldsData_receiver_account.serializer) ..add(GCertFieldsReq.serializer) ..add(GCertFieldsVars.serializer) ..add(GCertMaxOrderBy.serializer) @@ -373,113 +468,28 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GExtrinsicVarPopOrderBy.serializer) ..add(GExtrinsicVarSampOrderBy.serializer) ..add(GExtrinsicVarianceOrderBy.serializer) - ..add(GGetHistoryAndBalanceData.serializer) - ..add(GGetHistoryAndBalanceData_account.serializer) - ..add(GGetHistoryAndBalanceData_account_commentsIssued.serializer) - ..add( - GGetHistoryAndBalanceData_account_commentsIssuedAggregate.serializer) - ..add(GGetHistoryAndBalanceData_account_commentsIssuedAggregate_aggregate - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity.serializer) - ..add(GGetHistoryAndBalanceData_account_identity_certIssued.serializer) - ..add(GGetHistoryAndBalanceData_account_identity_certIssuedAggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_identity_certIssuedAggregate_aggregate - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_certIssued_issuer - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_certIssued_receiver - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_certReceived.serializer) - ..add(GGetHistoryAndBalanceData_account_identity_certReceivedAggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_identity_certReceivedAggregate_aggregate - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_certReceived_issuer - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_certReceived_receiver - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_linkedAccount.serializer) - ..add(GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_identity_linkedAccountAggregate_aggregate - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_membershipHistory - .serializer) - ..add( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_identity_membershipHistoryAggregate_aggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_identity_ownerKeyChange.serializer) - ..add(GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_identity_ownerKeyChangeAggregate_aggregate - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_smith.serializer) - ..add(GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived - .serializer) - ..add(GGetHistoryAndBalanceData_account_identity_udHistory.serializer) - ..add(GGetHistoryAndBalanceData_account_linkedIdentity.serializer) - ..add(GGetHistoryAndBalanceData_account_removedIdentities.serializer) - ..add(GGetHistoryAndBalanceData_account_removedIdentitiesAggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_removedIdentitiesAggregate_aggregate - .serializer) - ..add(GGetHistoryAndBalanceData_account_transfersIssued.serializer) - ..add( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate.serializer) - ..add(GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_transfersIssuedAggregate_aggregate_sum - .serializer) - ..add( - GGetHistoryAndBalanceData_account_transfersIssued_comment.serializer) - ..add(GGetHistoryAndBalanceData_account_transfersIssued_from.serializer) - ..add(GGetHistoryAndBalanceData_account_transfersIssued_to.serializer) - ..add(GGetHistoryAndBalanceData_account_transfersReceived.serializer) - ..add(GGetHistoryAndBalanceData_account_transfersReceivedAggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate - .serializer) - ..add( - GGetHistoryAndBalanceData_account_transfersReceivedAggregate_aggregate_sum - .serializer) - ..add(GGetHistoryAndBalanceData_account_transfersReceived_comment - .serializer) - ..add(GGetHistoryAndBalanceData_account_transfersReceived_from.serializer) - ..add(GGetHistoryAndBalanceData_account_transfersReceived_to.serializer) - ..add(GGetHistoryAndBalanceData_account_wasIdentity.serializer) - ..add(GGetHistoryAndBalanceData_account_wasIdentityAggregate.serializer) - ..add(GGetHistoryAndBalanceData_account_wasIdentityAggregate_aggregate - .serializer) - ..add(GGetHistoryAndBalanceReq.serializer) - ..add(GGetHistoryAndBalanceVars.serializer) ..add(GIdentitiesByNameData.serializer) ..add(GIdentitiesByNameData_identity.serializer) + ..add(GIdentitiesByNameData_identity_account.serializer) ..add(GIdentitiesByNameData_identity_certIssued.serializer) ..add(GIdentitiesByNameData_identity_certIssuedAggregate.serializer) ..add(GIdentitiesByNameData_identity_certIssuedAggregate_aggregate .serializer) ..add(GIdentitiesByNameData_identity_certIssued_issuer.serializer) + ..add(GIdentitiesByNameData_identity_certIssued_issuer_account.serializer) ..add(GIdentitiesByNameData_identity_certIssued_receiver.serializer) + ..add( + GIdentitiesByNameData_identity_certIssued_receiver_account.serializer) ..add(GIdentitiesByNameData_identity_certReceived.serializer) ..add(GIdentitiesByNameData_identity_certReceivedAggregate.serializer) ..add(GIdentitiesByNameData_identity_certReceivedAggregate_aggregate .serializer) ..add(GIdentitiesByNameData_identity_certReceived_issuer.serializer) + ..add( + GIdentitiesByNameData_identity_certReceived_issuer_account.serializer) ..add(GIdentitiesByNameData_identity_certReceived_receiver.serializer) + ..add(GIdentitiesByNameData_identity_certReceived_receiver_account + .serializer) ..add(GIdentitiesByNameData_identity_linkedAccount.serializer) ..add(GIdentitiesByNameData_identity_linkedAccountAggregate.serializer) ..add(GIdentitiesByNameData_identity_linkedAccountAggregate_aggregate @@ -499,57 +509,31 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GIdentitiesByNameData_identity_udHistory.serializer) ..add(GIdentitiesByNameOrPkData.serializer) ..add(GIdentitiesByNameOrPkData_identity.serializer) - ..add(GIdentitiesByNameOrPkData_identity_certIssued.serializer) - ..add(GIdentitiesByNameOrPkData_identity_certIssuedAggregate.serializer) - ..add(GIdentitiesByNameOrPkData_identity_certIssuedAggregate_aggregate - .serializer) - ..add(GIdentitiesByNameOrPkData_identity_certIssued_issuer.serializer) - ..add(GIdentitiesByNameOrPkData_identity_certIssued_receiver.serializer) - ..add(GIdentitiesByNameOrPkData_identity_certReceived.serializer) - ..add(GIdentitiesByNameOrPkData_identity_certReceivedAggregate.serializer) - ..add(GIdentitiesByNameOrPkData_identity_certReceivedAggregate_aggregate - .serializer) - ..add(GIdentitiesByNameOrPkData_identity_certReceived_issuer.serializer) - ..add(GIdentitiesByNameOrPkData_identity_certReceived_receiver.serializer) - ..add(GIdentitiesByNameOrPkData_identity_linkedAccount.serializer) - ..add( - GIdentitiesByNameOrPkData_identity_linkedAccountAggregate.serializer) - ..add(GIdentitiesByNameOrPkData_identity_linkedAccountAggregate_aggregate - .serializer) - ..add(GIdentitiesByNameOrPkData_identity_membershipHistory.serializer) - ..add(GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate - .serializer) - ..add( - GIdentitiesByNameOrPkData_identity_membershipHistoryAggregate_aggregate - .serializer) - ..add(GIdentitiesByNameOrPkData_identity_ownerKeyChange.serializer) - ..add( - GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate.serializer) - ..add(GIdentitiesByNameOrPkData_identity_ownerKeyChangeAggregate_aggregate - .serializer) - ..add(GIdentitiesByNameOrPkData_identity_smith.serializer) - ..add(GIdentitiesByNameOrPkData_identity_smith_smithCertIssued.serializer) - ..add( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived.serializer) - ..add(GIdentitiesByNameOrPkData_identity_udHistory.serializer) + ..add(GIdentitiesByNameOrPkData_identity_account.serializer) ..add(GIdentitiesByNameOrPkReq.serializer) ..add(GIdentitiesByNameOrPkVars.serializer) ..add(GIdentitiesByNameReq.serializer) ..add(GIdentitiesByNameVars.serializer) ..add(GIdentitiesByPkData.serializer) ..add(GIdentitiesByPkData_identity.serializer) + ..add(GIdentitiesByPkData_identity_account.serializer) ..add(GIdentitiesByPkData_identity_certIssued.serializer) ..add(GIdentitiesByPkData_identity_certIssuedAggregate.serializer) ..add( GIdentitiesByPkData_identity_certIssuedAggregate_aggregate.serializer) ..add(GIdentitiesByPkData_identity_certIssued_issuer.serializer) + ..add(GIdentitiesByPkData_identity_certIssued_issuer_account.serializer) ..add(GIdentitiesByPkData_identity_certIssued_receiver.serializer) + ..add(GIdentitiesByPkData_identity_certIssued_receiver_account.serializer) ..add(GIdentitiesByPkData_identity_certReceived.serializer) ..add(GIdentitiesByPkData_identity_certReceivedAggregate.serializer) ..add(GIdentitiesByPkData_identity_certReceivedAggregate_aggregate .serializer) ..add(GIdentitiesByPkData_identity_certReceived_issuer.serializer) + ..add(GIdentitiesByPkData_identity_certReceived_issuer_account.serializer) ..add(GIdentitiesByPkData_identity_certReceived_receiver.serializer) + ..add( + GIdentitiesByPkData_identity_certReceived_receiver_account.serializer) ..add(GIdentitiesByPkData_identity_linkedAccount.serializer) ..add(GIdentitiesByPkData_identity_linkedAccountAggregate.serializer) ..add(GIdentitiesByPkData_identity_linkedAccountAggregate_aggregate @@ -572,20 +556,26 @@ Serializers _$serializers = (new Serializers().toBuilder() ..add(GIdentityAggregateOrderBy.serializer) ..add(GIdentityAvgOrderBy.serializer) ..add(GIdentityBasicFieldsData.serializer) + ..add(GIdentityBasicFieldsData_account.serializer) ..add(GIdentityBasicFieldsReq.serializer) ..add(GIdentityBasicFieldsVars.serializer) ..add(GIdentityBoolExp.serializer) ..add(GIdentityFieldsData.serializer) + ..add(GIdentityFieldsData_account.serializer) ..add(GIdentityFieldsData_certIssued.serializer) ..add(GIdentityFieldsData_certIssuedAggregate.serializer) ..add(GIdentityFieldsData_certIssuedAggregate_aggregate.serializer) ..add(GIdentityFieldsData_certIssued_issuer.serializer) + ..add(GIdentityFieldsData_certIssued_issuer_account.serializer) ..add(GIdentityFieldsData_certIssued_receiver.serializer) + ..add(GIdentityFieldsData_certIssued_receiver_account.serializer) ..add(GIdentityFieldsData_certReceived.serializer) ..add(GIdentityFieldsData_certReceivedAggregate.serializer) ..add(GIdentityFieldsData_certReceivedAggregate_aggregate.serializer) ..add(GIdentityFieldsData_certReceived_issuer.serializer) + ..add(GIdentityFieldsData_certReceived_issuer_account.serializer) ..add(GIdentityFieldsData_certReceived_receiver.serializer) + ..add(GIdentityFieldsData_certReceived_receiver_account.serializer) ..add(GIdentityFieldsData_linkedAccount.serializer) ..add(GIdentityFieldsData_linkedAccountAggregate.serializer) ..add(GIdentityFieldsData_linkedAccountAggregate_aggregate.serializer) @@ -962,6 +952,44 @@ Serializers _$serializers = (new Serializers().toBuilder() const FullType( BuiltList, const [const FullType(GAccountSelectColumn)]), () => new ListBuilder<GAccountSelectColumn>()) + ..addBuilderFactory( + const FullType(BuiltList, + const [const FullType(GAccountTransactionsData_account)]), + () => new ListBuilder<GAccountTransactionsData_account>()) + ..addBuilderFactory( + const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account_commentsIssued) + ]), + () => new ListBuilder< + GAccountTransactionsData_account_commentsIssued>()) + ..addBuilderFactory( + const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account_transfersIssued) + ]), + () => new ListBuilder< + GAccountTransactionsData_account_transfersIssued>()) + ..addBuilderFactory( + const FullType(BuiltList, const [ + const FullType(GAccountTransactionsData_account_transfersReceived) + ]), + () => new ListBuilder< + GAccountTransactionsData_account_transfersReceived>()) + ..addBuilderFactory( + const FullType(BuiltList, + const [const FullType(GAccountTxsFieldsData_commentsIssued)]), + () => new ListBuilder<GAccountTxsFieldsData_commentsIssued>()) + ..addBuilderFactory( + const FullType(BuiltList, + const [const FullType(GAccountTxsFieldsData_transfersIssued)]), + () => new ListBuilder<GAccountTxsFieldsData_transfersIssued>()) + ..addBuilderFactory( + const FullType(BuiltList, + const [const FullType(GAccountTxsFieldsData_transfersReceived)]), + () => new ListBuilder<GAccountTxsFieldsData_transfersReceived>()) + ..addBuilderFactory( + const FullType(BuiltList, + const [const FullType(GAccountsBasicByPkData_account)]), + () => new ListBuilder<GAccountsBasicByPkData_account>()) ..addBuilderFactory( const FullType( BuiltList, const [const FullType(GAccountsByPkData_account)]), @@ -1121,95 +1149,6 @@ Serializers _$serializers = (new Serializers().toBuilder() const FullType( BuiltList, const [const FullType(GExtrinsicSelectColumn)]), () => new ListBuilder<GExtrinsicSelectColumn>()) - ..addBuilderFactory( - const FullType(BuiltList, - const [const FullType(GGetHistoryAndBalanceData_account)]), - () => new ListBuilder<GGetHistoryAndBalanceData_account>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_commentsIssued) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_commentsIssued>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_removedIdentities) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_removedIdentities>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_transfersIssued) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_transfersIssued>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_transfersReceived) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_transfersReceived>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_wasIdentity) - ]), - () => - new ListBuilder<GGetHistoryAndBalanceData_account_wasIdentity>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_certIssued) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_identity_certIssued>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_certReceived) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_identity_certReceived>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_linkedAccount) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_identity_linkedAccount>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_membershipHistory) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_identity_membershipHistory>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_ownerKeyChange) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_identity_ownerKeyChange>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GGetHistoryAndBalanceData_account_identity_udHistory) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_identity_udHistory>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertIssued>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived) - ]), - () => new ListBuilder< - GGetHistoryAndBalanceData_account_identity_smith_smithCertReceived>()) ..addBuilderFactory( const FullType(BuiltList, const [const FullType(GIdentitiesByNameData_identity)]), @@ -1262,55 +1201,6 @@ Serializers _$serializers = (new Serializers().toBuilder() const FullType(BuiltList, const [const FullType(GIdentitiesByNameOrPkData_identity)]), () => new ListBuilder<GIdentitiesByNameOrPkData_identity>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_certIssued) - ]), - () => - new ListBuilder<GIdentitiesByNameOrPkData_identity_certIssued>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_certReceived) - ]), - () => new ListBuilder< - GIdentitiesByNameOrPkData_identity_certReceived>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_linkedAccount) - ]), - () => new ListBuilder< - GIdentitiesByNameOrPkData_identity_linkedAccount>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_membershipHistory) - ]), - () => new ListBuilder< - GIdentitiesByNameOrPkData_identity_membershipHistory>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_ownerKeyChange) - ]), - () => new ListBuilder< - GIdentitiesByNameOrPkData_identity_ownerKeyChange>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType(GIdentitiesByNameOrPkData_identity_udHistory) - ]), - () => new ListBuilder<GIdentitiesByNameOrPkData_identity_udHistory>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued) - ]), - () => new ListBuilder< - GIdentitiesByNameOrPkData_identity_smith_smithCertIssued>()) - ..addBuilderFactory( - const FullType(BuiltList, const [ - const FullType( - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived) - ]), - () => new ListBuilder< - GIdentitiesByNameOrPkData_identity_smith_smithCertReceived>()) ..addBuilderFactory( const FullType( BuiltList, const [const FullType(GIdentitiesByPkData_identity)]), @@ -1573,6 +1463,9 @@ Serializers _$serializers = (new Serializers().toBuilder() ..addBuilderFactory( const FullType(BuiltList, const [const FullType(String)]), () => new ListBuilder<String>()) + ..addBuilderFactory( + const FullType(BuiltList, const [const FullType(String)]), + () => new ListBuilder<String>()) ..addBuilderFactory( const FullType(BuiltList, const [const FullType(JsonObject)]), () => new ListBuilder<JsonObject>()) diff --git a/packages/duniter_indexer/lib/graphql/schema/duniter-indexer-queries.graphql b/packages/duniter_indexer/lib/graphql/schema/duniter-indexer-queries.graphql index 6381d119eb0c3f789a51f905aa263441d3a08401..7db50f2d118a5d5a10be5259484dd39b2f756242 100644 --- a/packages/duniter_indexer/lib/graphql/schema/duniter-indexer-queries.graphql +++ b/packages/duniter_indexer/lib/graphql/schema/duniter-indexer-queries.graphql @@ -1,3 +1,9 @@ +query LastBlock { + block(limit: 1, orderBy: {timestamp: DESC}) { + height + } +} + fragment CertFields on Cert { id issuerId @@ -46,19 +52,21 @@ fragment OwnerKeyChangeFields on ChangeOwnerKey { fragment IdentityBasicFields on Identity { accountId + account { + createdOn + } id isMember status name status + expireOn } fragment IdentityFields on Identity { - # account { - # createdOn - # id - # isActive - #} + account { + createdOn + } accountId accountRemovedId certIssued (where: { isActive: { _eq: true } }) { @@ -204,6 +212,43 @@ fragment AccountFields on Account { } } +fragment AccountTxsFields on Account { + commentsIssued { + ...CommentsIssued + } + commentsIssuedAggregate { + aggregate { + count + } + } + createdOn + id + isActive + transfersIssued(limit: $limit, offset: $offset, orderBy: { timestamp: DESC }) { + ...TransferFields + } + transfersIssuedAggregate { + aggregate { + sum { + amount + } + count + } + } + transfersReceived(limit: $limit, offset: $offset, orderBy: { timestamp: DESC }) { + ...TransferFields + } + transfersReceivedAggregate { + aggregate { + sum { + amount + } + count + } + } +} + + fragment TransferFields on Transfer { blockNumber timestamp @@ -228,7 +273,7 @@ query IdentitiesByNameOrPk($pattern: String) { ] } ) { - ...IdentityFields + ...IdentityBasicFields } } @@ -250,26 +295,26 @@ query AccountByPk($id: String!, $limit: Int, $offset: Int) { } } +query AccountsByPk($accountIds: [String!]!, $limit: Int, $offset: Int) { + account(where: { id: { _in: $accountIds } }) { + ...AccountFields + } +} + query AccountBasicByPk($id: String!) { accountByPk(id: $id) { ...AccountBasicFields } } -query AccountsByPk($accountIds: [String!]!, $limit: Int, $offset: Int) { +query AccountsBasicByPk($accountIds: [String!]!, $limit: Int, $offset: Int) { account(where: { id: { _in: $accountIds } }) { - ...AccountFields - } -} - -query LastBlock { - block(limit: 1, orderBy: {timestamp: DESC}) { - height + ...AccountBasicFields } } -query GetHistoryAndBalance($accountId: String!, $limit: Int, $offset: Int) { +query AccountTransactions($accountId: String!, $limit: Int, $offset: Int) { account(where: { id: { _eq: $accountId } }) { - ...AccountFields + ...AccountTxsFields } }