@polymeshassociation/polymesh-sdk 26.2.1-alpha.1 → 26.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -6
- package/api/client/Claims.js +2 -2
- package/api/client/Claims.js.map +1 -1
- package/api/client/Network.d.ts.map +1 -1
- package/api/client/Network.js +2 -2
- package/api/client/Network.js.map +1 -1
- package/api/client/Polymesh.d.ts.map +1 -1
- package/api/client/Polymesh.js +1 -0
- package/api/client/Polymesh.js.map +1 -1
- package/api/client/types.d.ts +1 -0
- package/api/client/types.d.ts.map +1 -1
- package/api/client/types.js.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.d.ts +2 -0
- package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +2 -2
- package/api/entities/Asset/Fungible/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.js +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.js.map +1 -1
- package/api/entities/DefaultTrustedClaimIssuer.js +1 -1
- package/api/entities/DefaultTrustedClaimIssuer.js.map +1 -1
- package/api/entities/Identity/AssetPermissions.d.ts.map +1 -1
- package/api/entities/Identity/AssetPermissions.js +2 -2
- package/api/entities/Identity/AssetPermissions.js.map +1 -1
- package/api/entities/Identity/Portfolios.js +2 -2
- package/api/entities/Identity/Portfolios.js.map +1 -1
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +1 -1
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/MultiSigProposal/index.js +2 -2
- package/api/entities/MultiSigProposal/index.js.map +1 -1
- package/api/entities/Offering/index.d.ts.map +1 -1
- package/api/entities/Offering/index.js +1 -1
- package/api/entities/Offering/index.js.map +1 -1
- package/api/entities/Portfolio/index.js +16 -14
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/entities/Venue/index.d.ts.map +1 -1
- package/api/entities/Venue/index.js +1 -1
- package/api/entities/Venue/index.js.map +1 -1
- package/api/entities/common/namespaces/Authorizations.js +1 -1
- package/api/entities/common/namespaces/Authorizations.js.map +1 -1
- package/api/procedures/configureDividendDistribution.d.ts.map +1 -1
- package/api/procedures/configureDividendDistribution.js +3 -2
- package/api/procedures/configureDividendDistribution.js.map +1 -1
- package/api/procedures/createAsset.d.ts +2 -6
- package/api/procedures/createAsset.d.ts.map +1 -1
- package/api/procedures/createAsset.js +6 -19
- package/api/procedures/createAsset.js.map +1 -1
- package/api/procedures/createNftCollection.d.ts +2 -7
- package/api/procedures/createNftCollection.d.ts.map +1 -1
- package/api/procedures/createNftCollection.js +3 -57
- package/api/procedures/createNftCollection.js.map +1 -1
- package/api/procedures/inviteAccount.d.ts.map +1 -1
- package/api/procedures/inviteAccount.js +7 -0
- package/api/procedures/inviteAccount.js.map +1 -1
- package/api/procedures/modifyAsset.d.ts +18 -4
- package/api/procedures/modifyAsset.d.ts.map +1 -1
- package/api/procedures/modifyAsset.js +73 -11
- package/api/procedures/modifyAsset.js.map +1 -1
- package/api/procedures/modifyClaims.js +1 -1
- package/api/procedures/modifyClaims.js.map +1 -1
- package/api/procedures/types.d.ts +12 -1
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/base/Context.d.ts +1 -0
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +6 -2
- package/base/Context.js.map +1 -1
- package/middleware/queries/assets.d.ts +1 -1
- package/middleware/queries/assets.d.ts.map +1 -1
- package/middleware/queries/assets.js +10 -6
- package/middleware/queries/assets.js.map +1 -1
- package/middleware/queries/authorizations.d.ts +1 -1
- package/middleware/queries/authorizations.d.ts.map +1 -1
- package/middleware/queries/authorizations.js +9 -4
- package/middleware/queries/authorizations.js.map +1 -1
- package/middleware/queries/claims.d.ts +2 -2
- package/middleware/queries/claims.d.ts.map +1 -1
- package/middleware/queries/claims.js +15 -9
- package/middleware/queries/claims.js.map +1 -1
- package/middleware/queries/common.d.ts +27 -0
- package/middleware/queries/common.d.ts.map +1 -1
- package/middleware/queries/common.js +38 -3
- package/middleware/queries/common.js.map +1 -1
- package/middleware/queries/distributions.d.ts.map +1 -1
- package/middleware/queries/distributions.js +2 -1
- package/middleware/queries/distributions.js.map +1 -1
- package/middleware/queries/events.d.ts +1 -1
- package/middleware/queries/events.d.ts.map +1 -1
- package/middleware/queries/events.js +6 -3
- package/middleware/queries/events.js.map +1 -1
- package/middleware/queries/externalAgents.d.ts +3 -3
- package/middleware/queries/externalAgents.d.ts.map +1 -1
- package/middleware/queries/externalAgents.js +16 -7
- package/middleware/queries/externalAgents.js.map +1 -1
- package/middleware/queries/extrinsics.d.ts.map +1 -1
- package/middleware/queries/extrinsics.js +1 -1
- package/middleware/queries/extrinsics.js.map +1 -1
- package/middleware/queries/multisigs.d.ts +2 -2
- package/middleware/queries/multisigs.d.ts.map +1 -1
- package/middleware/queries/multisigs.js +12 -5
- package/middleware/queries/multisigs.js.map +1 -1
- package/middleware/queries/polyxTransactions.d.ts +1 -1
- package/middleware/queries/polyxTransactions.d.ts.map +1 -1
- package/middleware/queries/polyxTransactions.js +7 -3
- package/middleware/queries/polyxTransactions.js.map +1 -1
- package/middleware/queries/portfolios.d.ts +2 -2
- package/middleware/queries/portfolios.d.ts.map +1 -1
- package/middleware/queries/portfolios.js +9 -6
- package/middleware/queries/portfolios.js.map +1 -1
- package/middleware/queries/settlements.d.ts +24 -5
- package/middleware/queries/settlements.d.ts.map +1 -1
- package/middleware/queries/settlements.js +165 -37
- package/middleware/queries/settlements.js.map +1 -1
- package/middleware/queries/stos.d.ts +1 -1
- package/middleware/queries/stos.d.ts.map +1 -1
- package/middleware/queries/stos.js +7 -3
- package/middleware/queries/stos.js.map +1 -1
- package/middleware/types.d.ts +972 -100
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +385 -94
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-26.2.2.tgz +0 -0
- package/package.json +5 -3
- package/types/internal.d.ts +31 -1
- package/types/internal.d.ts.map +1 -1
- package/types/internal.js +0 -1
- package/types/internal.js.map +1 -1
- package/utils/constants.d.ts +5 -17
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +6 -20
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +10 -2
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +77 -49
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +10 -2
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +78 -55
- package/utils/internal.js.map +1 -1
- package/utils/strings.d.ts +2 -0
- package/utils/strings.d.ts.map +1 -1
- package/utils/strings.js +9 -1
- package/utils/strings.js.map +1 -1
package/middleware/types.d.ts
CHANGED
|
@@ -1572,6 +1572,10 @@ export declare type Asset = Node & {
|
|
|
1572
1572
|
assetPreApprovals: AssetPreApprovalsConnection;
|
|
1573
1573
|
/** Reads and enables pagination through a set of `AssetTransaction`. */
|
|
1574
1574
|
assetTransactions: AssetTransactionsConnection;
|
|
1575
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
1576
|
+
assetsByDistributionAssetIdAndCurrencyId: AssetAssetsByDistributionAssetIdAndCurrencyIdManyToManyConnection;
|
|
1577
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
1578
|
+
assetsByDistributionCurrencyIdAndAssetId: AssetAssetsByDistributionCurrencyIdAndAssetIdManyToManyConnection;
|
|
1575
1579
|
/** Reads and enables pagination through a set of `Block`. */
|
|
1576
1580
|
blocksByAssetDocumentAssetIdAndCreatedBlockId: AssetBlocksByAssetDocumentAssetIdAndCreatedBlockIdManyToManyConnection;
|
|
1577
1581
|
/** Reads and enables pagination through a set of `Block`. */
|
|
@@ -1605,6 +1609,10 @@ export declare type Asset = Node & {
|
|
|
1605
1609
|
/** Reads and enables pagination through a set of `Block`. */
|
|
1606
1610
|
blocksByDistributionAssetIdAndUpdatedBlockId: AssetBlocksByDistributionAssetIdAndUpdatedBlockIdManyToManyConnection;
|
|
1607
1611
|
/** Reads and enables pagination through a set of `Block`. */
|
|
1612
|
+
blocksByDistributionCurrencyIdAndCreatedBlockId: AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdManyToManyConnection;
|
|
1613
|
+
/** Reads and enables pagination through a set of `Block`. */
|
|
1614
|
+
blocksByDistributionCurrencyIdAndUpdatedBlockId: AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdManyToManyConnection;
|
|
1615
|
+
/** Reads and enables pagination through a set of `Block`. */
|
|
1608
1616
|
blocksByFundingAssetIdAndCreatedBlockId: AssetBlocksByFundingAssetIdAndCreatedBlockIdManyToManyConnection;
|
|
1609
1617
|
/** Reads and enables pagination through a set of `Block`. */
|
|
1610
1618
|
blocksByFundingAssetIdAndUpdatedBlockId: AssetBlocksByFundingAssetIdAndUpdatedBlockIdManyToManyConnection;
|
|
@@ -1664,6 +1672,8 @@ export declare type Asset = Node & {
|
|
|
1664
1672
|
customClaimTypesByStatTypeAssetIdAndCustomClaimTypeId: AssetCustomClaimTypesByStatTypeAssetIdAndCustomClaimTypeIdManyToManyConnection;
|
|
1665
1673
|
/** Reads and enables pagination through a set of `Distribution`. */
|
|
1666
1674
|
distributions: DistributionsConnection;
|
|
1675
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
1676
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
1667
1677
|
/** Reads and enables pagination through a set of `AssetDocument`. */
|
|
1668
1678
|
documents: AssetDocumentsConnection;
|
|
1669
1679
|
eventIdx: Scalars['Int']['output'];
|
|
@@ -1683,6 +1693,8 @@ export declare type Asset = Node & {
|
|
|
1683
1693
|
/** Reads and enables pagination through a set of `Identity`. */
|
|
1684
1694
|
identitiesByDistributionAssetIdAndIdentityId: AssetIdentitiesByDistributionAssetIdAndIdentityIdManyToManyConnection;
|
|
1685
1695
|
/** Reads and enables pagination through a set of `Identity`. */
|
|
1696
|
+
identitiesByDistributionCurrencyIdAndIdentityId: AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyConnection;
|
|
1697
|
+
/** Reads and enables pagination through a set of `Identity`. */
|
|
1686
1698
|
identitiesByNftHolderAssetIdAndIdentityId: AssetIdentitiesByNftHolderAssetIdAndIdentityIdManyToManyConnection;
|
|
1687
1699
|
/** Reads and enables pagination through a set of `Identity`. */
|
|
1688
1700
|
identitiesByStatTypeAssetIdAndClaimIssuerId: AssetIdentitiesByStatTypeAssetIdAndClaimIssuerIdManyToManyConnection;
|
|
@@ -1722,6 +1734,8 @@ export declare type Asset = Node & {
|
|
|
1722
1734
|
/** Reads and enables pagination through a set of `Portfolio`. */
|
|
1723
1735
|
portfoliosByDistributionAssetIdAndPortfolioId: AssetPortfoliosByDistributionAssetIdAndPortfolioIdManyToManyConnection;
|
|
1724
1736
|
/** Reads and enables pagination through a set of `Portfolio`. */
|
|
1737
|
+
portfoliosByDistributionCurrencyIdAndPortfolioId: AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyConnection;
|
|
1738
|
+
/** Reads and enables pagination through a set of `Portfolio`. */
|
|
1725
1739
|
portfoliosByPortfolioMovementAssetIdAndFromId: AssetPortfoliosByPortfolioMovementAssetIdAndFromIdManyToManyConnection;
|
|
1726
1740
|
/** Reads and enables pagination through a set of `Portfolio`. */
|
|
1727
1741
|
portfoliosByPortfolioMovementAssetIdAndToId: AssetPortfoliosByPortfolioMovementAssetIdAndToIdManyToManyConnection;
|
|
@@ -1781,6 +1795,28 @@ export declare type AssetAssetTransactionsArgs = {
|
|
|
1781
1795
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1782
1796
|
orderBy?: InputMaybe<Array<AssetTransactionsOrderBy>>;
|
|
1783
1797
|
};
|
|
1798
|
+
export declare type AssetAssetsByDistributionAssetIdAndCurrencyIdArgs = {
|
|
1799
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
1800
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
1801
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
1802
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
1803
|
+
filter?: InputMaybe<AssetFilter>;
|
|
1804
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1805
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1806
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1807
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
1808
|
+
};
|
|
1809
|
+
export declare type AssetAssetsByDistributionCurrencyIdAndAssetIdArgs = {
|
|
1810
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
1811
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
1812
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
1813
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
1814
|
+
filter?: InputMaybe<AssetFilter>;
|
|
1815
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1816
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1817
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1818
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
1819
|
+
};
|
|
1784
1820
|
export declare type AssetBlocksByAssetDocumentAssetIdAndCreatedBlockIdArgs = {
|
|
1785
1821
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
1786
1822
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -1957,6 +1993,28 @@ export declare type AssetBlocksByDistributionAssetIdAndUpdatedBlockIdArgs = {
|
|
|
1957
1993
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
1958
1994
|
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
1959
1995
|
};
|
|
1996
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdArgs = {
|
|
1997
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
1998
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
1999
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
2000
|
+
distinct?: InputMaybe<Array<InputMaybe<Blocks_Distinct_Enum>>>;
|
|
2001
|
+
filter?: InputMaybe<BlockFilter>;
|
|
2002
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2003
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
2004
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2005
|
+
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
2006
|
+
};
|
|
2007
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdArgs = {
|
|
2008
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2009
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2010
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
2011
|
+
distinct?: InputMaybe<Array<InputMaybe<Blocks_Distinct_Enum>>>;
|
|
2012
|
+
filter?: InputMaybe<BlockFilter>;
|
|
2013
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2014
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
2015
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2016
|
+
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
2017
|
+
};
|
|
1960
2018
|
export declare type AssetBlocksByFundingAssetIdAndCreatedBlockIdArgs = {
|
|
1961
2019
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
1962
2020
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -2265,6 +2323,17 @@ export declare type AssetDistributionsArgs = {
|
|
|
2265
2323
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2266
2324
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
2267
2325
|
};
|
|
2326
|
+
export declare type AssetDistributionsByCurrencyIdArgs = {
|
|
2327
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2328
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2329
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
2330
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
2331
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
2332
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2333
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
2334
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2335
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
2336
|
+
};
|
|
2268
2337
|
export declare type AssetDocumentsArgs = {
|
|
2269
2338
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2270
2339
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -2342,6 +2411,17 @@ export declare type AssetIdentitiesByDistributionAssetIdAndIdentityIdArgs = {
|
|
|
2342
2411
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2343
2412
|
orderBy?: InputMaybe<Array<IdentitiesOrderBy>>;
|
|
2344
2413
|
};
|
|
2414
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdArgs = {
|
|
2415
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2416
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2417
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
2418
|
+
distinct?: InputMaybe<Array<InputMaybe<Identities_Distinct_Enum>>>;
|
|
2419
|
+
filter?: InputMaybe<IdentityFilter>;
|
|
2420
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2421
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
2422
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2423
|
+
orderBy?: InputMaybe<Array<IdentitiesOrderBy>>;
|
|
2424
|
+
};
|
|
2345
2425
|
export declare type AssetIdentitiesByNftHolderAssetIdAndIdentityIdArgs = {
|
|
2346
2426
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2347
2427
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -2496,6 +2576,17 @@ export declare type AssetPortfoliosByDistributionAssetIdAndPortfolioIdArgs = {
|
|
|
2496
2576
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2497
2577
|
orderBy?: InputMaybe<Array<PortfoliosOrderBy>>;
|
|
2498
2578
|
};
|
|
2579
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdArgs = {
|
|
2580
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2581
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2582
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
2583
|
+
distinct?: InputMaybe<Array<InputMaybe<Portfolios_Distinct_Enum>>>;
|
|
2584
|
+
filter?: InputMaybe<PortfolioFilter>;
|
|
2585
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2586
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
2587
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2588
|
+
orderBy?: InputMaybe<Array<PortfoliosOrderBy>>;
|
|
2589
|
+
};
|
|
2499
2590
|
export declare type AssetPortfoliosByPortfolioMovementAssetIdAndFromIdArgs = {
|
|
2500
2591
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2501
2592
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -2706,6 +2797,92 @@ export declare type AssetAggregatesFilter = {
|
|
|
2706
2797
|
/** Sample variance aggregate over matching `Asset` objects. */
|
|
2707
2798
|
varianceSample?: InputMaybe<AssetVarianceSampleAggregateFilter>;
|
|
2708
2799
|
};
|
|
2800
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
2801
|
+
export declare type AssetAssetsByDistributionAssetIdAndCurrencyIdManyToManyConnection = {
|
|
2802
|
+
__typename?: 'AssetAssetsByDistributionAssetIdAndCurrencyIdManyToManyConnection';
|
|
2803
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
2804
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
2805
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
2806
|
+
edges: Array<AssetAssetsByDistributionAssetIdAndCurrencyIdManyToManyEdge>;
|
|
2807
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
2808
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
2809
|
+
/** A list of `Asset` objects. */
|
|
2810
|
+
nodes: Array<Maybe<Asset>>;
|
|
2811
|
+
/** Information to aid in pagination. */
|
|
2812
|
+
pageInfo: PageInfo;
|
|
2813
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
2814
|
+
totalCount: Scalars['Int']['output'];
|
|
2815
|
+
};
|
|
2816
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
2817
|
+
export declare type AssetAssetsByDistributionAssetIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
2818
|
+
groupBy: Array<AssetsGroupBy>;
|
|
2819
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
2820
|
+
};
|
|
2821
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
2822
|
+
export declare type AssetAssetsByDistributionAssetIdAndCurrencyIdManyToManyEdge = {
|
|
2823
|
+
__typename?: 'AssetAssetsByDistributionAssetIdAndCurrencyIdManyToManyEdge';
|
|
2824
|
+
/** A cursor for use in pagination. */
|
|
2825
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
2826
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
2827
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
2828
|
+
/** The `Asset` at the end of the edge. */
|
|
2829
|
+
node?: Maybe<Asset>;
|
|
2830
|
+
};
|
|
2831
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
2832
|
+
export declare type AssetAssetsByDistributionAssetIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
2833
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2834
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2835
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
2836
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
2837
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
2838
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2839
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
2840
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2841
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
2842
|
+
};
|
|
2843
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
2844
|
+
export declare type AssetAssetsByDistributionCurrencyIdAndAssetIdManyToManyConnection = {
|
|
2845
|
+
__typename?: 'AssetAssetsByDistributionCurrencyIdAndAssetIdManyToManyConnection';
|
|
2846
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
2847
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
2848
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
2849
|
+
edges: Array<AssetAssetsByDistributionCurrencyIdAndAssetIdManyToManyEdge>;
|
|
2850
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
2851
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
2852
|
+
/** A list of `Asset` objects. */
|
|
2853
|
+
nodes: Array<Maybe<Asset>>;
|
|
2854
|
+
/** Information to aid in pagination. */
|
|
2855
|
+
pageInfo: PageInfo;
|
|
2856
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
2857
|
+
totalCount: Scalars['Int']['output'];
|
|
2858
|
+
};
|
|
2859
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
2860
|
+
export declare type AssetAssetsByDistributionCurrencyIdAndAssetIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
2861
|
+
groupBy: Array<AssetsGroupBy>;
|
|
2862
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
2863
|
+
};
|
|
2864
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
2865
|
+
export declare type AssetAssetsByDistributionCurrencyIdAndAssetIdManyToManyEdge = {
|
|
2866
|
+
__typename?: 'AssetAssetsByDistributionCurrencyIdAndAssetIdManyToManyEdge';
|
|
2867
|
+
/** A cursor for use in pagination. */
|
|
2868
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
2869
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
2870
|
+
distributions: DistributionsConnection;
|
|
2871
|
+
/** The `Asset` at the end of the edge. */
|
|
2872
|
+
node?: Maybe<Asset>;
|
|
2873
|
+
};
|
|
2874
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
2875
|
+
export declare type AssetAssetsByDistributionCurrencyIdAndAssetIdManyToManyEdgeDistributionsArgs = {
|
|
2876
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2877
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
2878
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
2879
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
2880
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
2881
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2882
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
2883
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
2884
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
2885
|
+
};
|
|
2709
2886
|
export declare type AssetAverageAggregateFilter = {
|
|
2710
2887
|
eventIdx?: InputMaybe<BigFloatFilter>;
|
|
2711
2888
|
totalSupply?: InputMaybe<BigFloatFilter>;
|
|
@@ -3408,6 +3585,92 @@ export declare type AssetBlocksByDistributionAssetIdAndUpdatedBlockIdManyToManyE
|
|
|
3408
3585
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3409
3586
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
3410
3587
|
};
|
|
3588
|
+
/** A connection to a list of `Block` values, with data from `Distribution`. */
|
|
3589
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdManyToManyConnection = {
|
|
3590
|
+
__typename?: 'AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdManyToManyConnection';
|
|
3591
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
3592
|
+
aggregates?: Maybe<BlockAggregates>;
|
|
3593
|
+
/** A list of edges which contains the `Block`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
3594
|
+
edges: Array<AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdManyToManyEdge>;
|
|
3595
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
3596
|
+
groupedAggregates?: Maybe<Array<BlockAggregates>>;
|
|
3597
|
+
/** A list of `Block` objects. */
|
|
3598
|
+
nodes: Array<Maybe<Block>>;
|
|
3599
|
+
/** Information to aid in pagination. */
|
|
3600
|
+
pageInfo: PageInfo;
|
|
3601
|
+
/** The count of *all* `Block` you could get from the connection. */
|
|
3602
|
+
totalCount: Scalars['Int']['output'];
|
|
3603
|
+
};
|
|
3604
|
+
/** A connection to a list of `Block` values, with data from `Distribution`. */
|
|
3605
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
3606
|
+
groupBy: Array<BlocksGroupBy>;
|
|
3607
|
+
having?: InputMaybe<BlocksHavingInput>;
|
|
3608
|
+
};
|
|
3609
|
+
/** A `Block` edge in the connection, with data from `Distribution`. */
|
|
3610
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdManyToManyEdge = {
|
|
3611
|
+
__typename?: 'AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdManyToManyEdge';
|
|
3612
|
+
/** A cursor for use in pagination. */
|
|
3613
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
3614
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
3615
|
+
distributionsByCreatedBlockId: DistributionsConnection;
|
|
3616
|
+
/** The `Block` at the end of the edge. */
|
|
3617
|
+
node?: Maybe<Block>;
|
|
3618
|
+
};
|
|
3619
|
+
/** A `Block` edge in the connection, with data from `Distribution`. */
|
|
3620
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndCreatedBlockIdManyToManyEdgeDistributionsByCreatedBlockIdArgs = {
|
|
3621
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
3622
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
3623
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
3624
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
3625
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
3626
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3627
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
3628
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3629
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
3630
|
+
};
|
|
3631
|
+
/** A connection to a list of `Block` values, with data from `Distribution`. */
|
|
3632
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdManyToManyConnection = {
|
|
3633
|
+
__typename?: 'AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdManyToManyConnection';
|
|
3634
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
3635
|
+
aggregates?: Maybe<BlockAggregates>;
|
|
3636
|
+
/** A list of edges which contains the `Block`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
3637
|
+
edges: Array<AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdManyToManyEdge>;
|
|
3638
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
3639
|
+
groupedAggregates?: Maybe<Array<BlockAggregates>>;
|
|
3640
|
+
/** A list of `Block` objects. */
|
|
3641
|
+
nodes: Array<Maybe<Block>>;
|
|
3642
|
+
/** Information to aid in pagination. */
|
|
3643
|
+
pageInfo: PageInfo;
|
|
3644
|
+
/** The count of *all* `Block` you could get from the connection. */
|
|
3645
|
+
totalCount: Scalars['Int']['output'];
|
|
3646
|
+
};
|
|
3647
|
+
/** A connection to a list of `Block` values, with data from `Distribution`. */
|
|
3648
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
3649
|
+
groupBy: Array<BlocksGroupBy>;
|
|
3650
|
+
having?: InputMaybe<BlocksHavingInput>;
|
|
3651
|
+
};
|
|
3652
|
+
/** A `Block` edge in the connection, with data from `Distribution`. */
|
|
3653
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdManyToManyEdge = {
|
|
3654
|
+
__typename?: 'AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdManyToManyEdge';
|
|
3655
|
+
/** A cursor for use in pagination. */
|
|
3656
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
3657
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
3658
|
+
distributionsByUpdatedBlockId: DistributionsConnection;
|
|
3659
|
+
/** The `Block` at the end of the edge. */
|
|
3660
|
+
node?: Maybe<Block>;
|
|
3661
|
+
};
|
|
3662
|
+
/** A `Block` edge in the connection, with data from `Distribution`. */
|
|
3663
|
+
export declare type AssetBlocksByDistributionCurrencyIdAndUpdatedBlockIdManyToManyEdgeDistributionsByUpdatedBlockIdArgs = {
|
|
3664
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
3665
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
3666
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
3667
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
3668
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
3669
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3670
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
3671
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
3672
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
3673
|
+
};
|
|
3411
3674
|
/** A connection to a list of `Block` values, with data from `Funding`. */
|
|
3412
3675
|
export declare type AssetBlocksByFundingAssetIdAndCreatedBlockIdManyToManyConnection = {
|
|
3413
3676
|
__typename?: 'AssetBlocksByFundingAssetIdAndCreatedBlockIdManyToManyConnection';
|
|
@@ -4922,6 +5185,10 @@ export declare type AssetFilter = {
|
|
|
4922
5185
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
4923
5186
|
/** Filter by the object’s `distributions` relation. */
|
|
4924
5187
|
distributions?: InputMaybe<AssetToManyDistributionFilter>;
|
|
5188
|
+
/** Filter by the object’s `distributionsByCurrencyId` relation. */
|
|
5189
|
+
distributionsByCurrencyId?: InputMaybe<AssetToManyDistributionFilter>;
|
|
5190
|
+
/** Some related `distributionsByCurrencyId` exist. */
|
|
5191
|
+
distributionsByCurrencyIdExist?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4925
5192
|
/** Some related `distributions` exist. */
|
|
4926
5193
|
distributionsExist?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4927
5194
|
/** Filter by the object’s `documents` relation. */
|
|
@@ -5500,6 +5767,49 @@ export declare type AssetIdentitiesByDistributionAssetIdAndIdentityIdManyToManyE
|
|
|
5500
5767
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
5501
5768
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
5502
5769
|
};
|
|
5770
|
+
/** A connection to a list of `Identity` values, with data from `Distribution`. */
|
|
5771
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyConnection = {
|
|
5772
|
+
__typename?: 'AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyConnection';
|
|
5773
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
5774
|
+
aggregates?: Maybe<IdentityAggregates>;
|
|
5775
|
+
/** A list of edges which contains the `Identity`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
5776
|
+
edges: Array<AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyEdge>;
|
|
5777
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
5778
|
+
groupedAggregates?: Maybe<Array<IdentityAggregates>>;
|
|
5779
|
+
/** A list of `Identity` objects. */
|
|
5780
|
+
nodes: Array<Maybe<Identity>>;
|
|
5781
|
+
/** Information to aid in pagination. */
|
|
5782
|
+
pageInfo: PageInfo;
|
|
5783
|
+
/** The count of *all* `Identity` you could get from the connection. */
|
|
5784
|
+
totalCount: Scalars['Int']['output'];
|
|
5785
|
+
};
|
|
5786
|
+
/** A connection to a list of `Identity` values, with data from `Distribution`. */
|
|
5787
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
5788
|
+
groupBy: Array<IdentitiesGroupBy>;
|
|
5789
|
+
having?: InputMaybe<IdentitiesHavingInput>;
|
|
5790
|
+
};
|
|
5791
|
+
/** A `Identity` edge in the connection, with data from `Distribution`. */
|
|
5792
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyEdge = {
|
|
5793
|
+
__typename?: 'AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyEdge';
|
|
5794
|
+
/** A cursor for use in pagination. */
|
|
5795
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
5796
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
5797
|
+
distributions: DistributionsConnection;
|
|
5798
|
+
/** The `Identity` at the end of the edge. */
|
|
5799
|
+
node?: Maybe<Identity>;
|
|
5800
|
+
};
|
|
5801
|
+
/** A `Identity` edge in the connection, with data from `Distribution`. */
|
|
5802
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyEdgeDistributionsArgs = {
|
|
5803
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
5804
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
5805
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
5806
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
5807
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
5808
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5809
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
5810
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
5811
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
5812
|
+
};
|
|
5503
5813
|
/** A connection to a list of `Identity` values, with data from `NftHolder`. */
|
|
5504
5814
|
export declare type AssetIdentitiesByNftHolderAssetIdAndIdentityIdManyToManyConnection = {
|
|
5505
5815
|
__typename?: 'AssetIdentitiesByNftHolderAssetIdAndIdentityIdManyToManyConnection';
|
|
@@ -6199,6 +6509,49 @@ export declare type AssetPortfoliosByDistributionAssetIdAndPortfolioIdManyToMany
|
|
|
6199
6509
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
6200
6510
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
6201
6511
|
};
|
|
6512
|
+
/** A connection to a list of `Portfolio` values, with data from `Distribution`. */
|
|
6513
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyConnection = {
|
|
6514
|
+
__typename?: 'AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyConnection';
|
|
6515
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
6516
|
+
aggregates?: Maybe<PortfolioAggregates>;
|
|
6517
|
+
/** A list of edges which contains the `Portfolio`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
6518
|
+
edges: Array<AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyEdge>;
|
|
6519
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
6520
|
+
groupedAggregates?: Maybe<Array<PortfolioAggregates>>;
|
|
6521
|
+
/** A list of `Portfolio` objects. */
|
|
6522
|
+
nodes: Array<Maybe<Portfolio>>;
|
|
6523
|
+
/** Information to aid in pagination. */
|
|
6524
|
+
pageInfo: PageInfo;
|
|
6525
|
+
/** The count of *all* `Portfolio` you could get from the connection. */
|
|
6526
|
+
totalCount: Scalars['Int']['output'];
|
|
6527
|
+
};
|
|
6528
|
+
/** A connection to a list of `Portfolio` values, with data from `Distribution`. */
|
|
6529
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
6530
|
+
groupBy: Array<PortfoliosGroupBy>;
|
|
6531
|
+
having?: InputMaybe<PortfoliosHavingInput>;
|
|
6532
|
+
};
|
|
6533
|
+
/** A `Portfolio` edge in the connection, with data from `Distribution`. */
|
|
6534
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyEdge = {
|
|
6535
|
+
__typename?: 'AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyEdge';
|
|
6536
|
+
/** A cursor for use in pagination. */
|
|
6537
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
6538
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
6539
|
+
distributions: DistributionsConnection;
|
|
6540
|
+
/** The `Portfolio` at the end of the edge. */
|
|
6541
|
+
node?: Maybe<Portfolio>;
|
|
6542
|
+
};
|
|
6543
|
+
/** A `Portfolio` edge in the connection, with data from `Distribution`. */
|
|
6544
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyEdgeDistributionsArgs = {
|
|
6545
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
6546
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
6547
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
6548
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
6549
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
6550
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
6551
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
6552
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
6553
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
6554
|
+
};
|
|
6202
6555
|
/** A connection to a list of `Portfolio` values, with data from `PortfolioMovement`. */
|
|
6203
6556
|
export declare type AssetPortfoliosByPortfolioMovementAssetIdAndFromIdManyToManyConnection = {
|
|
6204
6557
|
__typename?: 'AssetPortfoliosByPortfolioMovementAssetIdAndFromIdManyToManyConnection';
|
|
@@ -8283,8 +8636,8 @@ export declare enum AssetsOrderBy {
|
|
|
8283
8636
|
DistributionsAverageCreatedAtDesc = "DISTRIBUTIONS_AVERAGE_CREATED_AT_DESC",
|
|
8284
8637
|
DistributionsAverageCreatedBlockIdAsc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
8285
8638
|
DistributionsAverageCreatedBlockIdDesc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
8286
|
-
|
|
8287
|
-
|
|
8639
|
+
DistributionsAverageCurrencyIdAsc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_ASC",
|
|
8640
|
+
DistributionsAverageCurrencyIdDesc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_DESC",
|
|
8288
8641
|
DistributionsAverageExpiresAtAsc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_ASC",
|
|
8289
8642
|
DistributionsAverageExpiresAtDesc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_DESC",
|
|
8290
8643
|
DistributionsAverageIdentityIdAsc = "DISTRIBUTIONS_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -8305,6 +8658,296 @@ export declare enum AssetsOrderBy {
|
|
|
8305
8658
|
DistributionsAverageTaxesDesc = "DISTRIBUTIONS_AVERAGE_TAXES_DESC",
|
|
8306
8659
|
DistributionsAverageUpdatedBlockIdAsc = "DISTRIBUTIONS_AVERAGE_UPDATED_BLOCK_ID_ASC",
|
|
8307
8660
|
DistributionsAverageUpdatedBlockIdDesc = "DISTRIBUTIONS_AVERAGE_UPDATED_BLOCK_ID_DESC",
|
|
8661
|
+
DistributionsByCurrencyIdAverageAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_AMOUNT_ASC",
|
|
8662
|
+
DistributionsByCurrencyIdAverageAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_AMOUNT_DESC",
|
|
8663
|
+
DistributionsByCurrencyIdAverageAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_ASSET_ID_ASC",
|
|
8664
|
+
DistributionsByCurrencyIdAverageAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_ASSET_ID_DESC",
|
|
8665
|
+
DistributionsByCurrencyIdAverageBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_BLOCK_RANGE_ASC",
|
|
8666
|
+
DistributionsByCurrencyIdAverageBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_BLOCK_RANGE_DESC",
|
|
8667
|
+
DistributionsByCurrencyIdAverageCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CREATED_AT_ASC",
|
|
8668
|
+
DistributionsByCurrencyIdAverageCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CREATED_AT_DESC",
|
|
8669
|
+
DistributionsByCurrencyIdAverageCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
8670
|
+
DistributionsByCurrencyIdAverageCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
8671
|
+
DistributionsByCurrencyIdAverageCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CURRENCY_ID_ASC",
|
|
8672
|
+
DistributionsByCurrencyIdAverageCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CURRENCY_ID_DESC",
|
|
8673
|
+
DistributionsByCurrencyIdAverageExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_EXPIRES_AT_ASC",
|
|
8674
|
+
DistributionsByCurrencyIdAverageExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_EXPIRES_AT_DESC",
|
|
8675
|
+
DistributionsByCurrencyIdAverageIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_IDENTITY_ID_ASC",
|
|
8676
|
+
DistributionsByCurrencyIdAverageIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_IDENTITY_ID_DESC",
|
|
8677
|
+
DistributionsByCurrencyIdAverageIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_ID_ASC",
|
|
8678
|
+
DistributionsByCurrencyIdAverageIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_ID_DESC",
|
|
8679
|
+
DistributionsByCurrencyIdAverageLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_LOCAL_ID_ASC",
|
|
8680
|
+
DistributionsByCurrencyIdAverageLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_LOCAL_ID_DESC",
|
|
8681
|
+
DistributionsByCurrencyIdAveragePaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PAYMENT_AT_ASC",
|
|
8682
|
+
DistributionsByCurrencyIdAveragePaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PAYMENT_AT_DESC",
|
|
8683
|
+
DistributionsByCurrencyIdAveragePerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PER_SHARE_ASC",
|
|
8684
|
+
DistributionsByCurrencyIdAveragePerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PER_SHARE_DESC",
|
|
8685
|
+
DistributionsByCurrencyIdAveragePortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PORTFOLIO_ID_ASC",
|
|
8686
|
+
DistributionsByCurrencyIdAveragePortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PORTFOLIO_ID_DESC",
|
|
8687
|
+
DistributionsByCurrencyIdAverageRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_REMAINING_ASC",
|
|
8688
|
+
DistributionsByCurrencyIdAverageRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_REMAINING_DESC",
|
|
8689
|
+
DistributionsByCurrencyIdAverageTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_TAXES_ASC",
|
|
8690
|
+
DistributionsByCurrencyIdAverageTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_TAXES_DESC",
|
|
8691
|
+
DistributionsByCurrencyIdAverageUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_UPDATED_BLOCK_ID_ASC",
|
|
8692
|
+
DistributionsByCurrencyIdAverageUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_UPDATED_BLOCK_ID_DESC",
|
|
8693
|
+
DistributionsByCurrencyIdCountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_COUNT_ASC",
|
|
8694
|
+
DistributionsByCurrencyIdCountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_COUNT_DESC",
|
|
8695
|
+
DistributionsByCurrencyIdDistinctCountAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_AMOUNT_ASC",
|
|
8696
|
+
DistributionsByCurrencyIdDistinctCountAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_AMOUNT_DESC",
|
|
8697
|
+
DistributionsByCurrencyIdDistinctCountAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_ASSET_ID_ASC",
|
|
8698
|
+
DistributionsByCurrencyIdDistinctCountAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_ASSET_ID_DESC",
|
|
8699
|
+
DistributionsByCurrencyIdDistinctCountBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_BLOCK_RANGE_ASC",
|
|
8700
|
+
DistributionsByCurrencyIdDistinctCountBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_BLOCK_RANGE_DESC",
|
|
8701
|
+
DistributionsByCurrencyIdDistinctCountCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CREATED_AT_ASC",
|
|
8702
|
+
DistributionsByCurrencyIdDistinctCountCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
8703
|
+
DistributionsByCurrencyIdDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
8704
|
+
DistributionsByCurrencyIdDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
8705
|
+
DistributionsByCurrencyIdDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
8706
|
+
DistributionsByCurrencyIdDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
8707
|
+
DistributionsByCurrencyIdDistinctCountExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
8708
|
+
DistributionsByCurrencyIdDistinctCountExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
8709
|
+
DistributionsByCurrencyIdDistinctCountIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
8710
|
+
DistributionsByCurrencyIdDistinctCountIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_IDENTITY_ID_DESC",
|
|
8711
|
+
DistributionsByCurrencyIdDistinctCountIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_ID_ASC",
|
|
8712
|
+
DistributionsByCurrencyIdDistinctCountIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_ID_DESC",
|
|
8713
|
+
DistributionsByCurrencyIdDistinctCountLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_LOCAL_ID_ASC",
|
|
8714
|
+
DistributionsByCurrencyIdDistinctCountLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_LOCAL_ID_DESC",
|
|
8715
|
+
DistributionsByCurrencyIdDistinctCountPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PAYMENT_AT_ASC",
|
|
8716
|
+
DistributionsByCurrencyIdDistinctCountPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PAYMENT_AT_DESC",
|
|
8717
|
+
DistributionsByCurrencyIdDistinctCountPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PER_SHARE_ASC",
|
|
8718
|
+
DistributionsByCurrencyIdDistinctCountPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PER_SHARE_DESC",
|
|
8719
|
+
DistributionsByCurrencyIdDistinctCountPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PORTFOLIO_ID_ASC",
|
|
8720
|
+
DistributionsByCurrencyIdDistinctCountPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PORTFOLIO_ID_DESC",
|
|
8721
|
+
DistributionsByCurrencyIdDistinctCountRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_REMAINING_ASC",
|
|
8722
|
+
DistributionsByCurrencyIdDistinctCountRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_REMAINING_DESC",
|
|
8723
|
+
DistributionsByCurrencyIdDistinctCountTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_TAXES_ASC",
|
|
8724
|
+
DistributionsByCurrencyIdDistinctCountTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_TAXES_DESC",
|
|
8725
|
+
DistributionsByCurrencyIdDistinctCountUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC",
|
|
8726
|
+
DistributionsByCurrencyIdDistinctCountUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC",
|
|
8727
|
+
DistributionsByCurrencyIdMaxAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_AMOUNT_ASC",
|
|
8728
|
+
DistributionsByCurrencyIdMaxAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_AMOUNT_DESC",
|
|
8729
|
+
DistributionsByCurrencyIdMaxAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_ASSET_ID_ASC",
|
|
8730
|
+
DistributionsByCurrencyIdMaxAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_ASSET_ID_DESC",
|
|
8731
|
+
DistributionsByCurrencyIdMaxBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_BLOCK_RANGE_ASC",
|
|
8732
|
+
DistributionsByCurrencyIdMaxBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_BLOCK_RANGE_DESC",
|
|
8733
|
+
DistributionsByCurrencyIdMaxCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CREATED_AT_ASC",
|
|
8734
|
+
DistributionsByCurrencyIdMaxCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CREATED_AT_DESC",
|
|
8735
|
+
DistributionsByCurrencyIdMaxCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CREATED_BLOCK_ID_ASC",
|
|
8736
|
+
DistributionsByCurrencyIdMaxCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CREATED_BLOCK_ID_DESC",
|
|
8737
|
+
DistributionsByCurrencyIdMaxCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CURRENCY_ID_ASC",
|
|
8738
|
+
DistributionsByCurrencyIdMaxCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CURRENCY_ID_DESC",
|
|
8739
|
+
DistributionsByCurrencyIdMaxExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_EXPIRES_AT_ASC",
|
|
8740
|
+
DistributionsByCurrencyIdMaxExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_EXPIRES_AT_DESC",
|
|
8741
|
+
DistributionsByCurrencyIdMaxIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_IDENTITY_ID_ASC",
|
|
8742
|
+
DistributionsByCurrencyIdMaxIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_IDENTITY_ID_DESC",
|
|
8743
|
+
DistributionsByCurrencyIdMaxIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_ID_ASC",
|
|
8744
|
+
DistributionsByCurrencyIdMaxIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_ID_DESC",
|
|
8745
|
+
DistributionsByCurrencyIdMaxLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_LOCAL_ID_ASC",
|
|
8746
|
+
DistributionsByCurrencyIdMaxLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_LOCAL_ID_DESC",
|
|
8747
|
+
DistributionsByCurrencyIdMaxPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PAYMENT_AT_ASC",
|
|
8748
|
+
DistributionsByCurrencyIdMaxPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PAYMENT_AT_DESC",
|
|
8749
|
+
DistributionsByCurrencyIdMaxPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PER_SHARE_ASC",
|
|
8750
|
+
DistributionsByCurrencyIdMaxPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PER_SHARE_DESC",
|
|
8751
|
+
DistributionsByCurrencyIdMaxPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PORTFOLIO_ID_ASC",
|
|
8752
|
+
DistributionsByCurrencyIdMaxPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PORTFOLIO_ID_DESC",
|
|
8753
|
+
DistributionsByCurrencyIdMaxRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_REMAINING_ASC",
|
|
8754
|
+
DistributionsByCurrencyIdMaxRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_REMAINING_DESC",
|
|
8755
|
+
DistributionsByCurrencyIdMaxTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_TAXES_ASC",
|
|
8756
|
+
DistributionsByCurrencyIdMaxTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_TAXES_DESC",
|
|
8757
|
+
DistributionsByCurrencyIdMaxUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_UPDATED_BLOCK_ID_ASC",
|
|
8758
|
+
DistributionsByCurrencyIdMaxUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_UPDATED_BLOCK_ID_DESC",
|
|
8759
|
+
DistributionsByCurrencyIdMinAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_AMOUNT_ASC",
|
|
8760
|
+
DistributionsByCurrencyIdMinAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_AMOUNT_DESC",
|
|
8761
|
+
DistributionsByCurrencyIdMinAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_ASSET_ID_ASC",
|
|
8762
|
+
DistributionsByCurrencyIdMinAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_ASSET_ID_DESC",
|
|
8763
|
+
DistributionsByCurrencyIdMinBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_BLOCK_RANGE_ASC",
|
|
8764
|
+
DistributionsByCurrencyIdMinBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_BLOCK_RANGE_DESC",
|
|
8765
|
+
DistributionsByCurrencyIdMinCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CREATED_AT_ASC",
|
|
8766
|
+
DistributionsByCurrencyIdMinCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CREATED_AT_DESC",
|
|
8767
|
+
DistributionsByCurrencyIdMinCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CREATED_BLOCK_ID_ASC",
|
|
8768
|
+
DistributionsByCurrencyIdMinCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CREATED_BLOCK_ID_DESC",
|
|
8769
|
+
DistributionsByCurrencyIdMinCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CURRENCY_ID_ASC",
|
|
8770
|
+
DistributionsByCurrencyIdMinCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CURRENCY_ID_DESC",
|
|
8771
|
+
DistributionsByCurrencyIdMinExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_EXPIRES_AT_ASC",
|
|
8772
|
+
DistributionsByCurrencyIdMinExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_EXPIRES_AT_DESC",
|
|
8773
|
+
DistributionsByCurrencyIdMinIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_IDENTITY_ID_ASC",
|
|
8774
|
+
DistributionsByCurrencyIdMinIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_IDENTITY_ID_DESC",
|
|
8775
|
+
DistributionsByCurrencyIdMinIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_ID_ASC",
|
|
8776
|
+
DistributionsByCurrencyIdMinIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_ID_DESC",
|
|
8777
|
+
DistributionsByCurrencyIdMinLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_LOCAL_ID_ASC",
|
|
8778
|
+
DistributionsByCurrencyIdMinLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_LOCAL_ID_DESC",
|
|
8779
|
+
DistributionsByCurrencyIdMinPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PAYMENT_AT_ASC",
|
|
8780
|
+
DistributionsByCurrencyIdMinPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PAYMENT_AT_DESC",
|
|
8781
|
+
DistributionsByCurrencyIdMinPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PER_SHARE_ASC",
|
|
8782
|
+
DistributionsByCurrencyIdMinPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PER_SHARE_DESC",
|
|
8783
|
+
DistributionsByCurrencyIdMinPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PORTFOLIO_ID_ASC",
|
|
8784
|
+
DistributionsByCurrencyIdMinPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PORTFOLIO_ID_DESC",
|
|
8785
|
+
DistributionsByCurrencyIdMinRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_REMAINING_ASC",
|
|
8786
|
+
DistributionsByCurrencyIdMinRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_REMAINING_DESC",
|
|
8787
|
+
DistributionsByCurrencyIdMinTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_TAXES_ASC",
|
|
8788
|
+
DistributionsByCurrencyIdMinTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_TAXES_DESC",
|
|
8789
|
+
DistributionsByCurrencyIdMinUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_UPDATED_BLOCK_ID_ASC",
|
|
8790
|
+
DistributionsByCurrencyIdMinUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_UPDATED_BLOCK_ID_DESC",
|
|
8791
|
+
DistributionsByCurrencyIdStddevPopulationAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_AMOUNT_ASC",
|
|
8792
|
+
DistributionsByCurrencyIdStddevPopulationAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_AMOUNT_DESC",
|
|
8793
|
+
DistributionsByCurrencyIdStddevPopulationAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_ASSET_ID_ASC",
|
|
8794
|
+
DistributionsByCurrencyIdStddevPopulationAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_ASSET_ID_DESC",
|
|
8795
|
+
DistributionsByCurrencyIdStddevPopulationBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_BLOCK_RANGE_ASC",
|
|
8796
|
+
DistributionsByCurrencyIdStddevPopulationBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_BLOCK_RANGE_DESC",
|
|
8797
|
+
DistributionsByCurrencyIdStddevPopulationCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CREATED_AT_ASC",
|
|
8798
|
+
DistributionsByCurrencyIdStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
8799
|
+
DistributionsByCurrencyIdStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
8800
|
+
DistributionsByCurrencyIdStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
8801
|
+
DistributionsByCurrencyIdStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
8802
|
+
DistributionsByCurrencyIdStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
8803
|
+
DistributionsByCurrencyIdStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
8804
|
+
DistributionsByCurrencyIdStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
8805
|
+
DistributionsByCurrencyIdStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
8806
|
+
DistributionsByCurrencyIdStddevPopulationIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_IDENTITY_ID_DESC",
|
|
8807
|
+
DistributionsByCurrencyIdStddevPopulationIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_ID_ASC",
|
|
8808
|
+
DistributionsByCurrencyIdStddevPopulationIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_ID_DESC",
|
|
8809
|
+
DistributionsByCurrencyIdStddevPopulationLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_LOCAL_ID_ASC",
|
|
8810
|
+
DistributionsByCurrencyIdStddevPopulationLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_LOCAL_ID_DESC",
|
|
8811
|
+
DistributionsByCurrencyIdStddevPopulationPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PAYMENT_AT_ASC",
|
|
8812
|
+
DistributionsByCurrencyIdStddevPopulationPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PAYMENT_AT_DESC",
|
|
8813
|
+
DistributionsByCurrencyIdStddevPopulationPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PER_SHARE_ASC",
|
|
8814
|
+
DistributionsByCurrencyIdStddevPopulationPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PER_SHARE_DESC",
|
|
8815
|
+
DistributionsByCurrencyIdStddevPopulationPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PORTFOLIO_ID_ASC",
|
|
8816
|
+
DistributionsByCurrencyIdStddevPopulationPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PORTFOLIO_ID_DESC",
|
|
8817
|
+
DistributionsByCurrencyIdStddevPopulationRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_REMAINING_ASC",
|
|
8818
|
+
DistributionsByCurrencyIdStddevPopulationRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_REMAINING_DESC",
|
|
8819
|
+
DistributionsByCurrencyIdStddevPopulationTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_TAXES_ASC",
|
|
8820
|
+
DistributionsByCurrencyIdStddevPopulationTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_TAXES_DESC",
|
|
8821
|
+
DistributionsByCurrencyIdStddevPopulationUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
8822
|
+
DistributionsByCurrencyIdStddevPopulationUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
8823
|
+
DistributionsByCurrencyIdStddevSampleAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_AMOUNT_ASC",
|
|
8824
|
+
DistributionsByCurrencyIdStddevSampleAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_AMOUNT_DESC",
|
|
8825
|
+
DistributionsByCurrencyIdStddevSampleAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_ASSET_ID_ASC",
|
|
8826
|
+
DistributionsByCurrencyIdStddevSampleAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_ASSET_ID_DESC",
|
|
8827
|
+
DistributionsByCurrencyIdStddevSampleBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_BLOCK_RANGE_ASC",
|
|
8828
|
+
DistributionsByCurrencyIdStddevSampleBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_BLOCK_RANGE_DESC",
|
|
8829
|
+
DistributionsByCurrencyIdStddevSampleCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CREATED_AT_ASC",
|
|
8830
|
+
DistributionsByCurrencyIdStddevSampleCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
8831
|
+
DistributionsByCurrencyIdStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
8832
|
+
DistributionsByCurrencyIdStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
8833
|
+
DistributionsByCurrencyIdStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
8834
|
+
DistributionsByCurrencyIdStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
8835
|
+
DistributionsByCurrencyIdStddevSampleExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
8836
|
+
DistributionsByCurrencyIdStddevSampleExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
8837
|
+
DistributionsByCurrencyIdStddevSampleIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
8838
|
+
DistributionsByCurrencyIdStddevSampleIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_IDENTITY_ID_DESC",
|
|
8839
|
+
DistributionsByCurrencyIdStddevSampleIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_ID_ASC",
|
|
8840
|
+
DistributionsByCurrencyIdStddevSampleIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_ID_DESC",
|
|
8841
|
+
DistributionsByCurrencyIdStddevSampleLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_LOCAL_ID_ASC",
|
|
8842
|
+
DistributionsByCurrencyIdStddevSampleLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_LOCAL_ID_DESC",
|
|
8843
|
+
DistributionsByCurrencyIdStddevSamplePaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PAYMENT_AT_ASC",
|
|
8844
|
+
DistributionsByCurrencyIdStddevSamplePaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PAYMENT_AT_DESC",
|
|
8845
|
+
DistributionsByCurrencyIdStddevSamplePerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PER_SHARE_ASC",
|
|
8846
|
+
DistributionsByCurrencyIdStddevSamplePerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PER_SHARE_DESC",
|
|
8847
|
+
DistributionsByCurrencyIdStddevSamplePortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PORTFOLIO_ID_ASC",
|
|
8848
|
+
DistributionsByCurrencyIdStddevSamplePortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PORTFOLIO_ID_DESC",
|
|
8849
|
+
DistributionsByCurrencyIdStddevSampleRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_REMAINING_ASC",
|
|
8850
|
+
DistributionsByCurrencyIdStddevSampleRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_REMAINING_DESC",
|
|
8851
|
+
DistributionsByCurrencyIdStddevSampleTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_TAXES_ASC",
|
|
8852
|
+
DistributionsByCurrencyIdStddevSampleTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_TAXES_DESC",
|
|
8853
|
+
DistributionsByCurrencyIdStddevSampleUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
8854
|
+
DistributionsByCurrencyIdStddevSampleUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
8855
|
+
DistributionsByCurrencyIdSumAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_AMOUNT_ASC",
|
|
8856
|
+
DistributionsByCurrencyIdSumAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_AMOUNT_DESC",
|
|
8857
|
+
DistributionsByCurrencyIdSumAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_ASSET_ID_ASC",
|
|
8858
|
+
DistributionsByCurrencyIdSumAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_ASSET_ID_DESC",
|
|
8859
|
+
DistributionsByCurrencyIdSumBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_BLOCK_RANGE_ASC",
|
|
8860
|
+
DistributionsByCurrencyIdSumBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_BLOCK_RANGE_DESC",
|
|
8861
|
+
DistributionsByCurrencyIdSumCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CREATED_AT_ASC",
|
|
8862
|
+
DistributionsByCurrencyIdSumCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CREATED_AT_DESC",
|
|
8863
|
+
DistributionsByCurrencyIdSumCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CREATED_BLOCK_ID_ASC",
|
|
8864
|
+
DistributionsByCurrencyIdSumCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CREATED_BLOCK_ID_DESC",
|
|
8865
|
+
DistributionsByCurrencyIdSumCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CURRENCY_ID_ASC",
|
|
8866
|
+
DistributionsByCurrencyIdSumCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CURRENCY_ID_DESC",
|
|
8867
|
+
DistributionsByCurrencyIdSumExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_EXPIRES_AT_ASC",
|
|
8868
|
+
DistributionsByCurrencyIdSumExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_EXPIRES_AT_DESC",
|
|
8869
|
+
DistributionsByCurrencyIdSumIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_IDENTITY_ID_ASC",
|
|
8870
|
+
DistributionsByCurrencyIdSumIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_IDENTITY_ID_DESC",
|
|
8871
|
+
DistributionsByCurrencyIdSumIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_ID_ASC",
|
|
8872
|
+
DistributionsByCurrencyIdSumIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_ID_DESC",
|
|
8873
|
+
DistributionsByCurrencyIdSumLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_LOCAL_ID_ASC",
|
|
8874
|
+
DistributionsByCurrencyIdSumLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_LOCAL_ID_DESC",
|
|
8875
|
+
DistributionsByCurrencyIdSumPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PAYMENT_AT_ASC",
|
|
8876
|
+
DistributionsByCurrencyIdSumPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PAYMENT_AT_DESC",
|
|
8877
|
+
DistributionsByCurrencyIdSumPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PER_SHARE_ASC",
|
|
8878
|
+
DistributionsByCurrencyIdSumPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PER_SHARE_DESC",
|
|
8879
|
+
DistributionsByCurrencyIdSumPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PORTFOLIO_ID_ASC",
|
|
8880
|
+
DistributionsByCurrencyIdSumPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PORTFOLIO_ID_DESC",
|
|
8881
|
+
DistributionsByCurrencyIdSumRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_REMAINING_ASC",
|
|
8882
|
+
DistributionsByCurrencyIdSumRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_REMAINING_DESC",
|
|
8883
|
+
DistributionsByCurrencyIdSumTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_TAXES_ASC",
|
|
8884
|
+
DistributionsByCurrencyIdSumTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_TAXES_DESC",
|
|
8885
|
+
DistributionsByCurrencyIdSumUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_UPDATED_BLOCK_ID_ASC",
|
|
8886
|
+
DistributionsByCurrencyIdSumUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_UPDATED_BLOCK_ID_DESC",
|
|
8887
|
+
DistributionsByCurrencyIdVariancePopulationAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_AMOUNT_ASC",
|
|
8888
|
+
DistributionsByCurrencyIdVariancePopulationAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_AMOUNT_DESC",
|
|
8889
|
+
DistributionsByCurrencyIdVariancePopulationAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_ASSET_ID_ASC",
|
|
8890
|
+
DistributionsByCurrencyIdVariancePopulationAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_ASSET_ID_DESC",
|
|
8891
|
+
DistributionsByCurrencyIdVariancePopulationBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_BLOCK_RANGE_ASC",
|
|
8892
|
+
DistributionsByCurrencyIdVariancePopulationBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_BLOCK_RANGE_DESC",
|
|
8893
|
+
DistributionsByCurrencyIdVariancePopulationCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CREATED_AT_ASC",
|
|
8894
|
+
DistributionsByCurrencyIdVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
8895
|
+
DistributionsByCurrencyIdVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
8896
|
+
DistributionsByCurrencyIdVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
8897
|
+
DistributionsByCurrencyIdVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
8898
|
+
DistributionsByCurrencyIdVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
8899
|
+
DistributionsByCurrencyIdVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
8900
|
+
DistributionsByCurrencyIdVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
8901
|
+
DistributionsByCurrencyIdVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
8902
|
+
DistributionsByCurrencyIdVariancePopulationIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_IDENTITY_ID_DESC",
|
|
8903
|
+
DistributionsByCurrencyIdVariancePopulationIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_ID_ASC",
|
|
8904
|
+
DistributionsByCurrencyIdVariancePopulationIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_ID_DESC",
|
|
8905
|
+
DistributionsByCurrencyIdVariancePopulationLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_LOCAL_ID_ASC",
|
|
8906
|
+
DistributionsByCurrencyIdVariancePopulationLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_LOCAL_ID_DESC",
|
|
8907
|
+
DistributionsByCurrencyIdVariancePopulationPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PAYMENT_AT_ASC",
|
|
8908
|
+
DistributionsByCurrencyIdVariancePopulationPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PAYMENT_AT_DESC",
|
|
8909
|
+
DistributionsByCurrencyIdVariancePopulationPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PER_SHARE_ASC",
|
|
8910
|
+
DistributionsByCurrencyIdVariancePopulationPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PER_SHARE_DESC",
|
|
8911
|
+
DistributionsByCurrencyIdVariancePopulationPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PORTFOLIO_ID_ASC",
|
|
8912
|
+
DistributionsByCurrencyIdVariancePopulationPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PORTFOLIO_ID_DESC",
|
|
8913
|
+
DistributionsByCurrencyIdVariancePopulationRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_REMAINING_ASC",
|
|
8914
|
+
DistributionsByCurrencyIdVariancePopulationRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_REMAINING_DESC",
|
|
8915
|
+
DistributionsByCurrencyIdVariancePopulationTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_TAXES_ASC",
|
|
8916
|
+
DistributionsByCurrencyIdVariancePopulationTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_TAXES_DESC",
|
|
8917
|
+
DistributionsByCurrencyIdVariancePopulationUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
8918
|
+
DistributionsByCurrencyIdVariancePopulationUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
8919
|
+
DistributionsByCurrencyIdVarianceSampleAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_AMOUNT_ASC",
|
|
8920
|
+
DistributionsByCurrencyIdVarianceSampleAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_AMOUNT_DESC",
|
|
8921
|
+
DistributionsByCurrencyIdVarianceSampleAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_ASSET_ID_ASC",
|
|
8922
|
+
DistributionsByCurrencyIdVarianceSampleAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_ASSET_ID_DESC",
|
|
8923
|
+
DistributionsByCurrencyIdVarianceSampleBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_BLOCK_RANGE_ASC",
|
|
8924
|
+
DistributionsByCurrencyIdVarianceSampleBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_BLOCK_RANGE_DESC",
|
|
8925
|
+
DistributionsByCurrencyIdVarianceSampleCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CREATED_AT_ASC",
|
|
8926
|
+
DistributionsByCurrencyIdVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
8927
|
+
DistributionsByCurrencyIdVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
8928
|
+
DistributionsByCurrencyIdVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
8929
|
+
DistributionsByCurrencyIdVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
8930
|
+
DistributionsByCurrencyIdVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
8931
|
+
DistributionsByCurrencyIdVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
8932
|
+
DistributionsByCurrencyIdVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
8933
|
+
DistributionsByCurrencyIdVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
8934
|
+
DistributionsByCurrencyIdVarianceSampleIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_IDENTITY_ID_DESC",
|
|
8935
|
+
DistributionsByCurrencyIdVarianceSampleIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_ID_ASC",
|
|
8936
|
+
DistributionsByCurrencyIdVarianceSampleIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_ID_DESC",
|
|
8937
|
+
DistributionsByCurrencyIdVarianceSampleLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_LOCAL_ID_ASC",
|
|
8938
|
+
DistributionsByCurrencyIdVarianceSampleLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_LOCAL_ID_DESC",
|
|
8939
|
+
DistributionsByCurrencyIdVarianceSamplePaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PAYMENT_AT_ASC",
|
|
8940
|
+
DistributionsByCurrencyIdVarianceSamplePaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PAYMENT_AT_DESC",
|
|
8941
|
+
DistributionsByCurrencyIdVarianceSamplePerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PER_SHARE_ASC",
|
|
8942
|
+
DistributionsByCurrencyIdVarianceSamplePerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PER_SHARE_DESC",
|
|
8943
|
+
DistributionsByCurrencyIdVarianceSamplePortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PORTFOLIO_ID_ASC",
|
|
8944
|
+
DistributionsByCurrencyIdVarianceSamplePortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PORTFOLIO_ID_DESC",
|
|
8945
|
+
DistributionsByCurrencyIdVarianceSampleRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_REMAINING_ASC",
|
|
8946
|
+
DistributionsByCurrencyIdVarianceSampleRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_REMAINING_DESC",
|
|
8947
|
+
DistributionsByCurrencyIdVarianceSampleTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_TAXES_ASC",
|
|
8948
|
+
DistributionsByCurrencyIdVarianceSampleTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_TAXES_DESC",
|
|
8949
|
+
DistributionsByCurrencyIdVarianceSampleUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
8950
|
+
DistributionsByCurrencyIdVarianceSampleUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
8308
8951
|
DistributionsCountAsc = "DISTRIBUTIONS_COUNT_ASC",
|
|
8309
8952
|
DistributionsCountDesc = "DISTRIBUTIONS_COUNT_DESC",
|
|
8310
8953
|
DistributionsDistinctCountAmountAsc = "DISTRIBUTIONS_DISTINCT_COUNT_AMOUNT_ASC",
|
|
@@ -8317,8 +8960,8 @@ export declare enum AssetsOrderBy {
|
|
|
8317
8960
|
DistributionsDistinctCountCreatedAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
8318
8961
|
DistributionsDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
8319
8962
|
DistributionsDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
8320
|
-
|
|
8321
|
-
|
|
8963
|
+
DistributionsDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
8964
|
+
DistributionsDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
8322
8965
|
DistributionsDistinctCountExpiresAtAsc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
8323
8966
|
DistributionsDistinctCountExpiresAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
8324
8967
|
DistributionsDistinctCountIdentityIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -8349,8 +8992,8 @@ export declare enum AssetsOrderBy {
|
|
|
8349
8992
|
DistributionsMaxCreatedAtDesc = "DISTRIBUTIONS_MAX_CREATED_AT_DESC",
|
|
8350
8993
|
DistributionsMaxCreatedBlockIdAsc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_ASC",
|
|
8351
8994
|
DistributionsMaxCreatedBlockIdDesc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_DESC",
|
|
8352
|
-
|
|
8353
|
-
|
|
8995
|
+
DistributionsMaxCurrencyIdAsc = "DISTRIBUTIONS_MAX_CURRENCY_ID_ASC",
|
|
8996
|
+
DistributionsMaxCurrencyIdDesc = "DISTRIBUTIONS_MAX_CURRENCY_ID_DESC",
|
|
8354
8997
|
DistributionsMaxExpiresAtAsc = "DISTRIBUTIONS_MAX_EXPIRES_AT_ASC",
|
|
8355
8998
|
DistributionsMaxExpiresAtDesc = "DISTRIBUTIONS_MAX_EXPIRES_AT_DESC",
|
|
8356
8999
|
DistributionsMaxIdentityIdAsc = "DISTRIBUTIONS_MAX_IDENTITY_ID_ASC",
|
|
@@ -8381,8 +9024,8 @@ export declare enum AssetsOrderBy {
|
|
|
8381
9024
|
DistributionsMinCreatedAtDesc = "DISTRIBUTIONS_MIN_CREATED_AT_DESC",
|
|
8382
9025
|
DistributionsMinCreatedBlockIdAsc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_ASC",
|
|
8383
9026
|
DistributionsMinCreatedBlockIdDesc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_DESC",
|
|
8384
|
-
|
|
8385
|
-
|
|
9027
|
+
DistributionsMinCurrencyIdAsc = "DISTRIBUTIONS_MIN_CURRENCY_ID_ASC",
|
|
9028
|
+
DistributionsMinCurrencyIdDesc = "DISTRIBUTIONS_MIN_CURRENCY_ID_DESC",
|
|
8386
9029
|
DistributionsMinExpiresAtAsc = "DISTRIBUTIONS_MIN_EXPIRES_AT_ASC",
|
|
8387
9030
|
DistributionsMinExpiresAtDesc = "DISTRIBUTIONS_MIN_EXPIRES_AT_DESC",
|
|
8388
9031
|
DistributionsMinIdentityIdAsc = "DISTRIBUTIONS_MIN_IDENTITY_ID_ASC",
|
|
@@ -8413,8 +9056,8 @@ export declare enum AssetsOrderBy {
|
|
|
8413
9056
|
DistributionsStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
8414
9057
|
DistributionsStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
8415
9058
|
DistributionsStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
8416
|
-
|
|
8417
|
-
|
|
9059
|
+
DistributionsStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
9060
|
+
DistributionsStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
8418
9061
|
DistributionsStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
8419
9062
|
DistributionsStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
8420
9063
|
DistributionsStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -8445,8 +9088,8 @@ export declare enum AssetsOrderBy {
|
|
|
8445
9088
|
DistributionsStddevSampleCreatedAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
8446
9089
|
DistributionsStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
8447
9090
|
DistributionsStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
8448
|
-
|
|
8449
|
-
|
|
9091
|
+
DistributionsStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
9092
|
+
DistributionsStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
8450
9093
|
DistributionsStddevSampleExpiresAtAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
8451
9094
|
DistributionsStddevSampleExpiresAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
8452
9095
|
DistributionsStddevSampleIdentityIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -8477,8 +9120,8 @@ export declare enum AssetsOrderBy {
|
|
|
8477
9120
|
DistributionsSumCreatedAtDesc = "DISTRIBUTIONS_SUM_CREATED_AT_DESC",
|
|
8478
9121
|
DistributionsSumCreatedBlockIdAsc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_ASC",
|
|
8479
9122
|
DistributionsSumCreatedBlockIdDesc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_DESC",
|
|
8480
|
-
|
|
8481
|
-
|
|
9123
|
+
DistributionsSumCurrencyIdAsc = "DISTRIBUTIONS_SUM_CURRENCY_ID_ASC",
|
|
9124
|
+
DistributionsSumCurrencyIdDesc = "DISTRIBUTIONS_SUM_CURRENCY_ID_DESC",
|
|
8482
9125
|
DistributionsSumExpiresAtAsc = "DISTRIBUTIONS_SUM_EXPIRES_AT_ASC",
|
|
8483
9126
|
DistributionsSumExpiresAtDesc = "DISTRIBUTIONS_SUM_EXPIRES_AT_DESC",
|
|
8484
9127
|
DistributionsSumIdentityIdAsc = "DISTRIBUTIONS_SUM_IDENTITY_ID_ASC",
|
|
@@ -8509,8 +9152,8 @@ export declare enum AssetsOrderBy {
|
|
|
8509
9152
|
DistributionsVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
8510
9153
|
DistributionsVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
8511
9154
|
DistributionsVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
8512
|
-
|
|
8513
|
-
|
|
9155
|
+
DistributionsVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
9156
|
+
DistributionsVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
8514
9157
|
DistributionsVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
8515
9158
|
DistributionsVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
8516
9159
|
DistributionsVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -8541,8 +9184,8 @@ export declare enum AssetsOrderBy {
|
|
|
8541
9184
|
DistributionsVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
8542
9185
|
DistributionsVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
8543
9186
|
DistributionsVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
8544
|
-
|
|
8545
|
-
|
|
9187
|
+
DistributionsVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
9188
|
+
DistributionsVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
8546
9189
|
DistributionsVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
8547
9190
|
DistributionsVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
8548
9191
|
DistributionsVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -11949,8 +12592,12 @@ export declare type Block = Node & {
|
|
|
11949
12592
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
11950
12593
|
assetsByDistributionCreatedBlockIdAndAssetId: BlockAssetsByDistributionCreatedBlockIdAndAssetIdManyToManyConnection;
|
|
11951
12594
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
12595
|
+
assetsByDistributionCreatedBlockIdAndCurrencyId: BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyConnection;
|
|
12596
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
11952
12597
|
assetsByDistributionUpdatedBlockIdAndAssetId: BlockAssetsByDistributionUpdatedBlockIdAndAssetIdManyToManyConnection;
|
|
11953
12598
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
12599
|
+
assetsByDistributionUpdatedBlockIdAndCurrencyId: BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyConnection;
|
|
12600
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
11954
12601
|
assetsByFundingCreatedBlockIdAndAssetId: BlockAssetsByFundingCreatedBlockIdAndAssetIdManyToManyConnection;
|
|
11955
12602
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
11956
12603
|
assetsByFundingUpdatedBlockIdAndAssetId: BlockAssetsByFundingUpdatedBlockIdAndAssetIdManyToManyConnection;
|
|
@@ -13195,6 +13842,17 @@ export declare type BlockAssetsByDistributionCreatedBlockIdAndAssetIdArgs = {
|
|
|
13195
13842
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13196
13843
|
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
13197
13844
|
};
|
|
13845
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdArgs = {
|
|
13846
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13847
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13848
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
13849
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
13850
|
+
filter?: InputMaybe<AssetFilter>;
|
|
13851
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13852
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13853
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13854
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
13855
|
+
};
|
|
13198
13856
|
export declare type BlockAssetsByDistributionUpdatedBlockIdAndAssetIdArgs = {
|
|
13199
13857
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13200
13858
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -13206,6 +13864,17 @@ export declare type BlockAssetsByDistributionUpdatedBlockIdAndAssetIdArgs = {
|
|
|
13206
13864
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13207
13865
|
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
13208
13866
|
};
|
|
13867
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdArgs = {
|
|
13868
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13869
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13870
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
13871
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
13872
|
+
filter?: InputMaybe<AssetFilter>;
|
|
13873
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13874
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13875
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13876
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
13877
|
+
};
|
|
13209
13878
|
export declare type BlockAssetsByFundingCreatedBlockIdAndAssetIdArgs = {
|
|
13210
13879
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13211
13880
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -18490,6 +19159,49 @@ export declare type BlockAssetsByDistributionCreatedBlockIdAndAssetIdManyToManyE
|
|
|
18490
19159
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
18491
19160
|
};
|
|
18492
19161
|
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
19162
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyConnection = {
|
|
19163
|
+
__typename?: 'BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyConnection';
|
|
19164
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
19165
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
19166
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
19167
|
+
edges: Array<BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyEdge>;
|
|
19168
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
19169
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
19170
|
+
/** A list of `Asset` objects. */
|
|
19171
|
+
nodes: Array<Maybe<Asset>>;
|
|
19172
|
+
/** Information to aid in pagination. */
|
|
19173
|
+
pageInfo: PageInfo;
|
|
19174
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
19175
|
+
totalCount: Scalars['Int']['output'];
|
|
19176
|
+
};
|
|
19177
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
19178
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
19179
|
+
groupBy: Array<AssetsGroupBy>;
|
|
19180
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
19181
|
+
};
|
|
19182
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
19183
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyEdge = {
|
|
19184
|
+
__typename?: 'BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyEdge';
|
|
19185
|
+
/** A cursor for use in pagination. */
|
|
19186
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
19187
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
19188
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
19189
|
+
/** The `Asset` at the end of the edge. */
|
|
19190
|
+
node?: Maybe<Asset>;
|
|
19191
|
+
};
|
|
19192
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
19193
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
19194
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
19195
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
19196
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
19197
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
19198
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
19199
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
19200
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
19201
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
19202
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
19203
|
+
};
|
|
19204
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
18493
19205
|
export declare type BlockAssetsByDistributionUpdatedBlockIdAndAssetIdManyToManyConnection = {
|
|
18494
19206
|
__typename?: 'BlockAssetsByDistributionUpdatedBlockIdAndAssetIdManyToManyConnection';
|
|
18495
19207
|
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
@@ -18532,6 +19244,49 @@ export declare type BlockAssetsByDistributionUpdatedBlockIdAndAssetIdManyToManyE
|
|
|
18532
19244
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
18533
19245
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
18534
19246
|
};
|
|
19247
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
19248
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyConnection = {
|
|
19249
|
+
__typename?: 'BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyConnection';
|
|
19250
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
19251
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
19252
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
19253
|
+
edges: Array<BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyEdge>;
|
|
19254
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
19255
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
19256
|
+
/** A list of `Asset` objects. */
|
|
19257
|
+
nodes: Array<Maybe<Asset>>;
|
|
19258
|
+
/** Information to aid in pagination. */
|
|
19259
|
+
pageInfo: PageInfo;
|
|
19260
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
19261
|
+
totalCount: Scalars['Int']['output'];
|
|
19262
|
+
};
|
|
19263
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
19264
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
19265
|
+
groupBy: Array<AssetsGroupBy>;
|
|
19266
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
19267
|
+
};
|
|
19268
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
19269
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyEdge = {
|
|
19270
|
+
__typename?: 'BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyEdge';
|
|
19271
|
+
/** A cursor for use in pagination. */
|
|
19272
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
19273
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
19274
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
19275
|
+
/** The `Asset` at the end of the edge. */
|
|
19276
|
+
node?: Maybe<Asset>;
|
|
19277
|
+
};
|
|
19278
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
19279
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
19280
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
19281
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
19282
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
19283
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
19284
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
19285
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
19286
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
19287
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
19288
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
19289
|
+
};
|
|
18535
19290
|
/** A connection to a list of `Asset` values, with data from `Funding`. */
|
|
18536
19291
|
export declare type BlockAssetsByFundingCreatedBlockIdAndAssetIdManyToManyConnection = {
|
|
18537
19292
|
__typename?: 'BlockAssetsByFundingCreatedBlockIdAndAssetIdManyToManyConnection';
|
|
@@ -43108,8 +43863,8 @@ export declare enum BlocksOrderBy {
|
|
|
43108
43863
|
DistributionsByCreatedBlockIdAverageCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_AT_DESC",
|
|
43109
43864
|
DistributionsByCreatedBlockIdAverageCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
43110
43865
|
DistributionsByCreatedBlockIdAverageCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
43111
|
-
|
|
43112
|
-
|
|
43866
|
+
DistributionsByCreatedBlockIdAverageCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CURRENCY_ID_ASC",
|
|
43867
|
+
DistributionsByCreatedBlockIdAverageCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CURRENCY_ID_DESC",
|
|
43113
43868
|
DistributionsByCreatedBlockIdAverageExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_EXPIRES_AT_ASC",
|
|
43114
43869
|
DistributionsByCreatedBlockIdAverageExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_EXPIRES_AT_DESC",
|
|
43115
43870
|
DistributionsByCreatedBlockIdAverageIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -43142,8 +43897,8 @@ export declare enum BlocksOrderBy {
|
|
|
43142
43897
|
DistributionsByCreatedBlockIdDistinctCountCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
43143
43898
|
DistributionsByCreatedBlockIdDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
43144
43899
|
DistributionsByCreatedBlockIdDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
43145
|
-
|
|
43146
|
-
|
|
43900
|
+
DistributionsByCreatedBlockIdDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
43901
|
+
DistributionsByCreatedBlockIdDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
43147
43902
|
DistributionsByCreatedBlockIdDistinctCountExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
43148
43903
|
DistributionsByCreatedBlockIdDistinctCountExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
43149
43904
|
DistributionsByCreatedBlockIdDistinctCountIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -43174,8 +43929,8 @@ export declare enum BlocksOrderBy {
|
|
|
43174
43929
|
DistributionsByCreatedBlockIdMaxCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CREATED_AT_DESC",
|
|
43175
43930
|
DistributionsByCreatedBlockIdMaxCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_ASC",
|
|
43176
43931
|
DistributionsByCreatedBlockIdMaxCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_DESC",
|
|
43177
|
-
|
|
43178
|
-
|
|
43932
|
+
DistributionsByCreatedBlockIdMaxCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CURRENCY_ID_ASC",
|
|
43933
|
+
DistributionsByCreatedBlockIdMaxCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CURRENCY_ID_DESC",
|
|
43179
43934
|
DistributionsByCreatedBlockIdMaxExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_EXPIRES_AT_ASC",
|
|
43180
43935
|
DistributionsByCreatedBlockIdMaxExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_EXPIRES_AT_DESC",
|
|
43181
43936
|
DistributionsByCreatedBlockIdMaxIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_IDENTITY_ID_ASC",
|
|
@@ -43206,8 +43961,8 @@ export declare enum BlocksOrderBy {
|
|
|
43206
43961
|
DistributionsByCreatedBlockIdMinCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CREATED_AT_DESC",
|
|
43207
43962
|
DistributionsByCreatedBlockIdMinCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_ASC",
|
|
43208
43963
|
DistributionsByCreatedBlockIdMinCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_DESC",
|
|
43209
|
-
|
|
43210
|
-
|
|
43964
|
+
DistributionsByCreatedBlockIdMinCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CURRENCY_ID_ASC",
|
|
43965
|
+
DistributionsByCreatedBlockIdMinCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CURRENCY_ID_DESC",
|
|
43211
43966
|
DistributionsByCreatedBlockIdMinExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_EXPIRES_AT_ASC",
|
|
43212
43967
|
DistributionsByCreatedBlockIdMinExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_EXPIRES_AT_DESC",
|
|
43213
43968
|
DistributionsByCreatedBlockIdMinIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_IDENTITY_ID_ASC",
|
|
@@ -43238,8 +43993,8 @@ export declare enum BlocksOrderBy {
|
|
|
43238
43993
|
DistributionsByCreatedBlockIdStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
43239
43994
|
DistributionsByCreatedBlockIdStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
43240
43995
|
DistributionsByCreatedBlockIdStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
43241
|
-
|
|
43242
|
-
|
|
43996
|
+
DistributionsByCreatedBlockIdStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
43997
|
+
DistributionsByCreatedBlockIdStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
43243
43998
|
DistributionsByCreatedBlockIdStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
43244
43999
|
DistributionsByCreatedBlockIdStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
43245
44000
|
DistributionsByCreatedBlockIdStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -43270,8 +44025,8 @@ export declare enum BlocksOrderBy {
|
|
|
43270
44025
|
DistributionsByCreatedBlockIdStddevSampleCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
43271
44026
|
DistributionsByCreatedBlockIdStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
43272
44027
|
DistributionsByCreatedBlockIdStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
43273
|
-
|
|
43274
|
-
|
|
44028
|
+
DistributionsByCreatedBlockIdStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
44029
|
+
DistributionsByCreatedBlockIdStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
43275
44030
|
DistributionsByCreatedBlockIdStddevSampleExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
43276
44031
|
DistributionsByCreatedBlockIdStddevSampleExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
43277
44032
|
DistributionsByCreatedBlockIdStddevSampleIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -43302,8 +44057,8 @@ export declare enum BlocksOrderBy {
|
|
|
43302
44057
|
DistributionsByCreatedBlockIdSumCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CREATED_AT_DESC",
|
|
43303
44058
|
DistributionsByCreatedBlockIdSumCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_ASC",
|
|
43304
44059
|
DistributionsByCreatedBlockIdSumCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_DESC",
|
|
43305
|
-
|
|
43306
|
-
|
|
44060
|
+
DistributionsByCreatedBlockIdSumCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CURRENCY_ID_ASC",
|
|
44061
|
+
DistributionsByCreatedBlockIdSumCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CURRENCY_ID_DESC",
|
|
43307
44062
|
DistributionsByCreatedBlockIdSumExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_EXPIRES_AT_ASC",
|
|
43308
44063
|
DistributionsByCreatedBlockIdSumExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_EXPIRES_AT_DESC",
|
|
43309
44064
|
DistributionsByCreatedBlockIdSumIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_IDENTITY_ID_ASC",
|
|
@@ -43334,8 +44089,8 @@ export declare enum BlocksOrderBy {
|
|
|
43334
44089
|
DistributionsByCreatedBlockIdVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
43335
44090
|
DistributionsByCreatedBlockIdVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
43336
44091
|
DistributionsByCreatedBlockIdVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
43337
|
-
|
|
43338
|
-
|
|
44092
|
+
DistributionsByCreatedBlockIdVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
44093
|
+
DistributionsByCreatedBlockIdVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
43339
44094
|
DistributionsByCreatedBlockIdVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
43340
44095
|
DistributionsByCreatedBlockIdVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
43341
44096
|
DistributionsByCreatedBlockIdVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -43366,8 +44121,8 @@ export declare enum BlocksOrderBy {
|
|
|
43366
44121
|
DistributionsByCreatedBlockIdVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
43367
44122
|
DistributionsByCreatedBlockIdVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
43368
44123
|
DistributionsByCreatedBlockIdVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
43369
|
-
|
|
43370
|
-
|
|
44124
|
+
DistributionsByCreatedBlockIdVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
44125
|
+
DistributionsByCreatedBlockIdVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
43371
44126
|
DistributionsByCreatedBlockIdVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
43372
44127
|
DistributionsByCreatedBlockIdVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
43373
44128
|
DistributionsByCreatedBlockIdVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -43398,8 +44153,8 @@ export declare enum BlocksOrderBy {
|
|
|
43398
44153
|
DistributionsByUpdatedBlockIdAverageCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_AT_DESC",
|
|
43399
44154
|
DistributionsByUpdatedBlockIdAverageCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
43400
44155
|
DistributionsByUpdatedBlockIdAverageCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
43401
|
-
|
|
43402
|
-
|
|
44156
|
+
DistributionsByUpdatedBlockIdAverageCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CURRENCY_ID_ASC",
|
|
44157
|
+
DistributionsByUpdatedBlockIdAverageCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CURRENCY_ID_DESC",
|
|
43403
44158
|
DistributionsByUpdatedBlockIdAverageExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_EXPIRES_AT_ASC",
|
|
43404
44159
|
DistributionsByUpdatedBlockIdAverageExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_EXPIRES_AT_DESC",
|
|
43405
44160
|
DistributionsByUpdatedBlockIdAverageIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -43432,8 +44187,8 @@ export declare enum BlocksOrderBy {
|
|
|
43432
44187
|
DistributionsByUpdatedBlockIdDistinctCountCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
43433
44188
|
DistributionsByUpdatedBlockIdDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
43434
44189
|
DistributionsByUpdatedBlockIdDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
43435
|
-
|
|
43436
|
-
|
|
44190
|
+
DistributionsByUpdatedBlockIdDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
44191
|
+
DistributionsByUpdatedBlockIdDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
43437
44192
|
DistributionsByUpdatedBlockIdDistinctCountExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
43438
44193
|
DistributionsByUpdatedBlockIdDistinctCountExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
43439
44194
|
DistributionsByUpdatedBlockIdDistinctCountIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -43464,8 +44219,8 @@ export declare enum BlocksOrderBy {
|
|
|
43464
44219
|
DistributionsByUpdatedBlockIdMaxCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CREATED_AT_DESC",
|
|
43465
44220
|
DistributionsByUpdatedBlockIdMaxCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_ASC",
|
|
43466
44221
|
DistributionsByUpdatedBlockIdMaxCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_DESC",
|
|
43467
|
-
|
|
43468
|
-
|
|
44222
|
+
DistributionsByUpdatedBlockIdMaxCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CURRENCY_ID_ASC",
|
|
44223
|
+
DistributionsByUpdatedBlockIdMaxCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CURRENCY_ID_DESC",
|
|
43469
44224
|
DistributionsByUpdatedBlockIdMaxExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_EXPIRES_AT_ASC",
|
|
43470
44225
|
DistributionsByUpdatedBlockIdMaxExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_EXPIRES_AT_DESC",
|
|
43471
44226
|
DistributionsByUpdatedBlockIdMaxIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_IDENTITY_ID_ASC",
|
|
@@ -43496,8 +44251,8 @@ export declare enum BlocksOrderBy {
|
|
|
43496
44251
|
DistributionsByUpdatedBlockIdMinCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CREATED_AT_DESC",
|
|
43497
44252
|
DistributionsByUpdatedBlockIdMinCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_ASC",
|
|
43498
44253
|
DistributionsByUpdatedBlockIdMinCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_DESC",
|
|
43499
|
-
|
|
43500
|
-
|
|
44254
|
+
DistributionsByUpdatedBlockIdMinCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CURRENCY_ID_ASC",
|
|
44255
|
+
DistributionsByUpdatedBlockIdMinCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CURRENCY_ID_DESC",
|
|
43501
44256
|
DistributionsByUpdatedBlockIdMinExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_EXPIRES_AT_ASC",
|
|
43502
44257
|
DistributionsByUpdatedBlockIdMinExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_EXPIRES_AT_DESC",
|
|
43503
44258
|
DistributionsByUpdatedBlockIdMinIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_IDENTITY_ID_ASC",
|
|
@@ -43528,8 +44283,8 @@ export declare enum BlocksOrderBy {
|
|
|
43528
44283
|
DistributionsByUpdatedBlockIdStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
43529
44284
|
DistributionsByUpdatedBlockIdStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
43530
44285
|
DistributionsByUpdatedBlockIdStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
43531
|
-
|
|
43532
|
-
|
|
44286
|
+
DistributionsByUpdatedBlockIdStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
44287
|
+
DistributionsByUpdatedBlockIdStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
43533
44288
|
DistributionsByUpdatedBlockIdStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
43534
44289
|
DistributionsByUpdatedBlockIdStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
43535
44290
|
DistributionsByUpdatedBlockIdStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -43560,8 +44315,8 @@ export declare enum BlocksOrderBy {
|
|
|
43560
44315
|
DistributionsByUpdatedBlockIdStddevSampleCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
43561
44316
|
DistributionsByUpdatedBlockIdStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
43562
44317
|
DistributionsByUpdatedBlockIdStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
43563
|
-
|
|
43564
|
-
|
|
44318
|
+
DistributionsByUpdatedBlockIdStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
44319
|
+
DistributionsByUpdatedBlockIdStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
43565
44320
|
DistributionsByUpdatedBlockIdStddevSampleExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
43566
44321
|
DistributionsByUpdatedBlockIdStddevSampleExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
43567
44322
|
DistributionsByUpdatedBlockIdStddevSampleIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -43592,8 +44347,8 @@ export declare enum BlocksOrderBy {
|
|
|
43592
44347
|
DistributionsByUpdatedBlockIdSumCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CREATED_AT_DESC",
|
|
43593
44348
|
DistributionsByUpdatedBlockIdSumCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_ASC",
|
|
43594
44349
|
DistributionsByUpdatedBlockIdSumCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_DESC",
|
|
43595
|
-
|
|
43596
|
-
|
|
44350
|
+
DistributionsByUpdatedBlockIdSumCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CURRENCY_ID_ASC",
|
|
44351
|
+
DistributionsByUpdatedBlockIdSumCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CURRENCY_ID_DESC",
|
|
43597
44352
|
DistributionsByUpdatedBlockIdSumExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_EXPIRES_AT_ASC",
|
|
43598
44353
|
DistributionsByUpdatedBlockIdSumExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_EXPIRES_AT_DESC",
|
|
43599
44354
|
DistributionsByUpdatedBlockIdSumIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_IDENTITY_ID_ASC",
|
|
@@ -43624,8 +44379,8 @@ export declare enum BlocksOrderBy {
|
|
|
43624
44379
|
DistributionsByUpdatedBlockIdVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
43625
44380
|
DistributionsByUpdatedBlockIdVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
43626
44381
|
DistributionsByUpdatedBlockIdVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
43627
|
-
|
|
43628
|
-
|
|
44382
|
+
DistributionsByUpdatedBlockIdVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
44383
|
+
DistributionsByUpdatedBlockIdVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
43629
44384
|
DistributionsByUpdatedBlockIdVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
43630
44385
|
DistributionsByUpdatedBlockIdVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
43631
44386
|
DistributionsByUpdatedBlockIdVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -43656,8 +44411,8 @@ export declare enum BlocksOrderBy {
|
|
|
43656
44411
|
DistributionsByUpdatedBlockIdVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
43657
44412
|
DistributionsByUpdatedBlockIdVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
43658
44413
|
DistributionsByUpdatedBlockIdVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
43659
|
-
|
|
43660
|
-
|
|
44414
|
+
DistributionsByUpdatedBlockIdVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
44415
|
+
DistributionsByUpdatedBlockIdVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
43661
44416
|
DistributionsByUpdatedBlockIdVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
43662
44417
|
DistributionsByUpdatedBlockIdVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
43663
44418
|
DistributionsByUpdatedBlockIdVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -71646,7 +72401,9 @@ export declare type Distribution = Node & {
|
|
|
71646
72401
|
/** Reads a single `Block` that is related to this `Distribution`. */
|
|
71647
72402
|
createdBlock?: Maybe<Block>;
|
|
71648
72403
|
createdBlockId: Scalars['String']['output'];
|
|
71649
|
-
|
|
72404
|
+
/** Reads a single `Asset` that is related to this `Distribution`. */
|
|
72405
|
+
currency?: Maybe<Asset>;
|
|
72406
|
+
currencyId: Scalars['String']['output'];
|
|
71650
72407
|
/** Reads and enables pagination through a set of `DistributionPayment`. */
|
|
71651
72408
|
distributionPayments: DistributionPaymentsConnection;
|
|
71652
72409
|
expiresAt?: Maybe<Scalars['BigFloat']['output']>;
|
|
@@ -71878,7 +72635,7 @@ export declare type DistributionDistinctCountAggregateFilter = {
|
|
|
71878
72635
|
assetId?: InputMaybe<BigIntFilter>;
|
|
71879
72636
|
createdAt?: InputMaybe<BigIntFilter>;
|
|
71880
72637
|
createdBlockId?: InputMaybe<BigIntFilter>;
|
|
71881
|
-
|
|
72638
|
+
currencyId?: InputMaybe<BigIntFilter>;
|
|
71882
72639
|
expiresAt?: InputMaybe<BigIntFilter>;
|
|
71883
72640
|
id?: InputMaybe<BigIntFilter>;
|
|
71884
72641
|
identityId?: InputMaybe<BigIntFilter>;
|
|
@@ -71904,8 +72661,8 @@ export declare type DistributionDistinctCountAggregates = {
|
|
|
71904
72661
|
createdAt?: Maybe<Scalars['BigInt']['output']>;
|
|
71905
72662
|
/** Distinct count of createdBlockId across the matching connection */
|
|
71906
72663
|
createdBlockId?: Maybe<Scalars['BigInt']['output']>;
|
|
71907
|
-
/** Distinct count of
|
|
71908
|
-
|
|
72664
|
+
/** Distinct count of currencyId across the matching connection */
|
|
72665
|
+
currencyId?: Maybe<Scalars['BigInt']['output']>;
|
|
71909
72666
|
/** Distinct count of expiresAt across the matching connection */
|
|
71910
72667
|
expiresAt?: Maybe<Scalars['BigInt']['output']>;
|
|
71911
72668
|
/** Distinct count of id across the matching connection */
|
|
@@ -71943,8 +72700,10 @@ export declare type DistributionFilter = {
|
|
|
71943
72700
|
createdBlock?: InputMaybe<BlockFilter>;
|
|
71944
72701
|
/** Filter by the object’s `createdBlockId` field. */
|
|
71945
72702
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
71946
|
-
/** Filter by the object’s `currency`
|
|
71947
|
-
currency?: InputMaybe<
|
|
72703
|
+
/** Filter by the object’s `currency` relation. */
|
|
72704
|
+
currency?: InputMaybe<AssetFilter>;
|
|
72705
|
+
/** Filter by the object’s `currencyId` field. */
|
|
72706
|
+
currencyId?: InputMaybe<StringFilter>;
|
|
71948
72707
|
/** Filter by the object’s `distributionPayments` relation. */
|
|
71949
72708
|
distributionPayments?: InputMaybe<DistributionToManyDistributionPaymentFilter>;
|
|
71950
72709
|
/** Some related `distributionPayments` exist. */
|
|
@@ -72678,7 +73437,7 @@ export declare enum DistributionsGroupBy {
|
|
|
72678
73437
|
CreatedAtTruncatedToDay = "CREATED_AT_TRUNCATED_TO_DAY",
|
|
72679
73438
|
CreatedAtTruncatedToHour = "CREATED_AT_TRUNCATED_TO_HOUR",
|
|
72680
73439
|
CreatedBlockId = "CREATED_BLOCK_ID",
|
|
72681
|
-
|
|
73440
|
+
CurrencyId = "CURRENCY_ID",
|
|
72682
73441
|
ExpiresAt = "EXPIRES_AT",
|
|
72683
73442
|
Id = "ID",
|
|
72684
73443
|
IdentityId = "IDENTITY_ID",
|
|
@@ -72804,8 +73563,8 @@ export declare enum DistributionsOrderBy {
|
|
|
72804
73563
|
CreatedAtDesc = "CREATED_AT_DESC",
|
|
72805
73564
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
72806
73565
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
72807
|
-
|
|
72808
|
-
|
|
73566
|
+
CurrencyIdAsc = "CURRENCY_ID_ASC",
|
|
73567
|
+
CurrencyIdDesc = "CURRENCY_ID_DESC",
|
|
72809
73568
|
DistributionPaymentsAverageAmountAfterTaxAsc = "DISTRIBUTION_PAYMENTS_AVERAGE_AMOUNT_AFTER_TAX_ASC",
|
|
72810
73569
|
DistributionPaymentsAverageAmountAfterTaxDesc = "DISTRIBUTION_PAYMENTS_AVERAGE_AMOUNT_AFTER_TAX_DESC",
|
|
72811
73570
|
DistributionPaymentsAverageAmountAsc = "DISTRIBUTION_PAYMENTS_AVERAGE_AMOUNT_ASC",
|
|
@@ -73649,6 +74408,7 @@ export declare enum EventIdEnum {
|
|
|
73649
74408
|
SomeOffline = "SomeOffline",
|
|
73650
74409
|
StakersElected = "StakersElected",
|
|
73651
74410
|
StakingElection = "StakingElection",
|
|
74411
|
+
StakingElectionFailed = "StakingElectionFailed",
|
|
73652
74412
|
StatTypesAdded = "StatTypesAdded",
|
|
73653
74413
|
StatTypesRemoved = "StatTypesRemoved",
|
|
73654
74414
|
Sudid = "Sudid",
|
|
@@ -78953,8 +79713,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
78953
79713
|
DistributionsAverageCreatedAtDesc = "DISTRIBUTIONS_AVERAGE_CREATED_AT_DESC",
|
|
78954
79714
|
DistributionsAverageCreatedBlockIdAsc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
78955
79715
|
DistributionsAverageCreatedBlockIdDesc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
78956
|
-
|
|
78957
|
-
|
|
79716
|
+
DistributionsAverageCurrencyIdAsc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_ASC",
|
|
79717
|
+
DistributionsAverageCurrencyIdDesc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_DESC",
|
|
78958
79718
|
DistributionsAverageExpiresAtAsc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_ASC",
|
|
78959
79719
|
DistributionsAverageExpiresAtDesc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_DESC",
|
|
78960
79720
|
DistributionsAverageIdentityIdAsc = "DISTRIBUTIONS_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -78987,8 +79747,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
78987
79747
|
DistributionsDistinctCountCreatedAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
78988
79748
|
DistributionsDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
78989
79749
|
DistributionsDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
78990
|
-
|
|
78991
|
-
|
|
79750
|
+
DistributionsDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
79751
|
+
DistributionsDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
78992
79752
|
DistributionsDistinctCountExpiresAtAsc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
78993
79753
|
DistributionsDistinctCountExpiresAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
78994
79754
|
DistributionsDistinctCountIdentityIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -79019,8 +79779,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79019
79779
|
DistributionsMaxCreatedAtDesc = "DISTRIBUTIONS_MAX_CREATED_AT_DESC",
|
|
79020
79780
|
DistributionsMaxCreatedBlockIdAsc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_ASC",
|
|
79021
79781
|
DistributionsMaxCreatedBlockIdDesc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_DESC",
|
|
79022
|
-
|
|
79023
|
-
|
|
79782
|
+
DistributionsMaxCurrencyIdAsc = "DISTRIBUTIONS_MAX_CURRENCY_ID_ASC",
|
|
79783
|
+
DistributionsMaxCurrencyIdDesc = "DISTRIBUTIONS_MAX_CURRENCY_ID_DESC",
|
|
79024
79784
|
DistributionsMaxExpiresAtAsc = "DISTRIBUTIONS_MAX_EXPIRES_AT_ASC",
|
|
79025
79785
|
DistributionsMaxExpiresAtDesc = "DISTRIBUTIONS_MAX_EXPIRES_AT_DESC",
|
|
79026
79786
|
DistributionsMaxIdentityIdAsc = "DISTRIBUTIONS_MAX_IDENTITY_ID_ASC",
|
|
@@ -79051,8 +79811,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79051
79811
|
DistributionsMinCreatedAtDesc = "DISTRIBUTIONS_MIN_CREATED_AT_DESC",
|
|
79052
79812
|
DistributionsMinCreatedBlockIdAsc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_ASC",
|
|
79053
79813
|
DistributionsMinCreatedBlockIdDesc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_DESC",
|
|
79054
|
-
|
|
79055
|
-
|
|
79814
|
+
DistributionsMinCurrencyIdAsc = "DISTRIBUTIONS_MIN_CURRENCY_ID_ASC",
|
|
79815
|
+
DistributionsMinCurrencyIdDesc = "DISTRIBUTIONS_MIN_CURRENCY_ID_DESC",
|
|
79056
79816
|
DistributionsMinExpiresAtAsc = "DISTRIBUTIONS_MIN_EXPIRES_AT_ASC",
|
|
79057
79817
|
DistributionsMinExpiresAtDesc = "DISTRIBUTIONS_MIN_EXPIRES_AT_DESC",
|
|
79058
79818
|
DistributionsMinIdentityIdAsc = "DISTRIBUTIONS_MIN_IDENTITY_ID_ASC",
|
|
@@ -79083,8 +79843,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79083
79843
|
DistributionsStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
79084
79844
|
DistributionsStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
79085
79845
|
DistributionsStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
79086
|
-
|
|
79087
|
-
|
|
79846
|
+
DistributionsStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
79847
|
+
DistributionsStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
79088
79848
|
DistributionsStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
79089
79849
|
DistributionsStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
79090
79850
|
DistributionsStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -79115,8 +79875,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79115
79875
|
DistributionsStddevSampleCreatedAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
79116
79876
|
DistributionsStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
79117
79877
|
DistributionsStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
79118
|
-
|
|
79119
|
-
|
|
79878
|
+
DistributionsStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
79879
|
+
DistributionsStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
79120
79880
|
DistributionsStddevSampleExpiresAtAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
79121
79881
|
DistributionsStddevSampleExpiresAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
79122
79882
|
DistributionsStddevSampleIdentityIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -79147,8 +79907,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79147
79907
|
DistributionsSumCreatedAtDesc = "DISTRIBUTIONS_SUM_CREATED_AT_DESC",
|
|
79148
79908
|
DistributionsSumCreatedBlockIdAsc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_ASC",
|
|
79149
79909
|
DistributionsSumCreatedBlockIdDesc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_DESC",
|
|
79150
|
-
|
|
79151
|
-
|
|
79910
|
+
DistributionsSumCurrencyIdAsc = "DISTRIBUTIONS_SUM_CURRENCY_ID_ASC",
|
|
79911
|
+
DistributionsSumCurrencyIdDesc = "DISTRIBUTIONS_SUM_CURRENCY_ID_DESC",
|
|
79152
79912
|
DistributionsSumExpiresAtAsc = "DISTRIBUTIONS_SUM_EXPIRES_AT_ASC",
|
|
79153
79913
|
DistributionsSumExpiresAtDesc = "DISTRIBUTIONS_SUM_EXPIRES_AT_DESC",
|
|
79154
79914
|
DistributionsSumIdentityIdAsc = "DISTRIBUTIONS_SUM_IDENTITY_ID_ASC",
|
|
@@ -79179,8 +79939,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79179
79939
|
DistributionsVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
79180
79940
|
DistributionsVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
79181
79941
|
DistributionsVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
79182
|
-
|
|
79183
|
-
|
|
79942
|
+
DistributionsVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
79943
|
+
DistributionsVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
79184
79944
|
DistributionsVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
79185
79945
|
DistributionsVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
79186
79946
|
DistributionsVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -79211,8 +79971,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79211
79971
|
DistributionsVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
79212
79972
|
DistributionsVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
79213
79973
|
DistributionsVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
79214
|
-
|
|
79215
|
-
|
|
79974
|
+
DistributionsVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
79975
|
+
DistributionsVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
79216
79976
|
DistributionsVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
79217
79977
|
DistributionsVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
79218
79978
|
DistributionsVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -83172,6 +83932,8 @@ export declare type Identity = Node & {
|
|
|
83172
83932
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
83173
83933
|
assetsByDistributionIdentityIdAndAssetId: IdentityAssetsByDistributionIdentityIdAndAssetIdManyToManyConnection;
|
|
83174
83934
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
83935
|
+
assetsByDistributionIdentityIdAndCurrencyId: IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyConnection;
|
|
83936
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
83175
83937
|
assetsByNftHolderIdentityIdAndAssetId: IdentityAssetsByNftHolderIdentityIdAndAssetIdManyToManyConnection;
|
|
83176
83938
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
83177
83939
|
assetsByOwnerId: AssetsConnection;
|
|
@@ -83510,6 +84272,17 @@ export declare type IdentityAssetsByDistributionIdentityIdAndAssetIdArgs = {
|
|
|
83510
84272
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
83511
84273
|
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
83512
84274
|
};
|
|
84275
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdArgs = {
|
|
84276
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
84277
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
84278
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
84279
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
84280
|
+
filter?: InputMaybe<AssetFilter>;
|
|
84281
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
84282
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
84283
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
84284
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
84285
|
+
};
|
|
83513
84286
|
export declare type IdentityAssetsByNftHolderIdentityIdAndAssetIdArgs = {
|
|
83514
84287
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
83515
84288
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -85091,6 +85864,49 @@ export declare type IdentityAssetsByDistributionIdentityIdAndAssetIdManyToManyEd
|
|
|
85091
85864
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
85092
85865
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
85093
85866
|
};
|
|
85867
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
85868
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyConnection = {
|
|
85869
|
+
__typename?: 'IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyConnection';
|
|
85870
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
85871
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
85872
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
85873
|
+
edges: Array<IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyEdge>;
|
|
85874
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
85875
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
85876
|
+
/** A list of `Asset` objects. */
|
|
85877
|
+
nodes: Array<Maybe<Asset>>;
|
|
85878
|
+
/** Information to aid in pagination. */
|
|
85879
|
+
pageInfo: PageInfo;
|
|
85880
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
85881
|
+
totalCount: Scalars['Int']['output'];
|
|
85882
|
+
};
|
|
85883
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
85884
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
85885
|
+
groupBy: Array<AssetsGroupBy>;
|
|
85886
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
85887
|
+
};
|
|
85888
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
85889
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyEdge = {
|
|
85890
|
+
__typename?: 'IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyEdge';
|
|
85891
|
+
/** A cursor for use in pagination. */
|
|
85892
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
85893
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
85894
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
85895
|
+
/** The `Asset` at the end of the edge. */
|
|
85896
|
+
node?: Maybe<Asset>;
|
|
85897
|
+
};
|
|
85898
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
85899
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
85900
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
85901
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
85902
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
85903
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
85904
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
85905
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85906
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
85907
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
85908
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
85909
|
+
};
|
|
85094
85910
|
/** A connection to a list of `Asset` values, with data from `NftHolder`. */
|
|
85095
85911
|
export declare type IdentityAssetsByNftHolderIdentityIdAndAssetIdManyToManyConnection = {
|
|
85096
85912
|
__typename?: 'IdentityAssetsByNftHolderIdentityIdAndAssetIdManyToManyConnection';
|
|
@@ -101490,6 +102306,8 @@ export declare type Portfolio = Node & {
|
|
|
101490
102306
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
101491
102307
|
assetsByDistributionPortfolioIdAndAssetId: PortfolioAssetsByDistributionPortfolioIdAndAssetIdManyToManyConnection;
|
|
101492
102308
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
102309
|
+
assetsByDistributionPortfolioIdAndCurrencyId: PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyConnection;
|
|
102310
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
101493
102311
|
assetsByPortfolioMovementFromIdAndAssetId: PortfolioAssetsByPortfolioMovementFromIdAndAssetIdManyToManyConnection;
|
|
101494
102312
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
101495
102313
|
assetsByPortfolioMovementToIdAndAssetId: PortfolioAssetsByPortfolioMovementToIdAndAssetIdManyToManyConnection;
|
|
@@ -101637,6 +102455,17 @@ export declare type PortfolioAssetsByDistributionPortfolioIdAndAssetIdArgs = {
|
|
|
101637
102455
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
101638
102456
|
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
101639
102457
|
};
|
|
102458
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdArgs = {
|
|
102459
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
102460
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
102461
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
102462
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
102463
|
+
filter?: InputMaybe<AssetFilter>;
|
|
102464
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102465
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
102466
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
102467
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
102468
|
+
};
|
|
101640
102469
|
export declare type PortfolioAssetsByPortfolioMovementFromIdAndAssetIdArgs = {
|
|
101641
102470
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
101642
102471
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -102207,6 +103036,49 @@ export declare type PortfolioAssetsByDistributionPortfolioIdAndAssetIdManyToMany
|
|
|
102207
103036
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
102208
103037
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
102209
103038
|
};
|
|
103039
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
103040
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyConnection = {
|
|
103041
|
+
__typename?: 'PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyConnection';
|
|
103042
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
103043
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
103044
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
103045
|
+
edges: Array<PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyEdge>;
|
|
103046
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
103047
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
103048
|
+
/** A list of `Asset` objects. */
|
|
103049
|
+
nodes: Array<Maybe<Asset>>;
|
|
103050
|
+
/** Information to aid in pagination. */
|
|
103051
|
+
pageInfo: PageInfo;
|
|
103052
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
103053
|
+
totalCount: Scalars['Int']['output'];
|
|
103054
|
+
};
|
|
103055
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
103056
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
103057
|
+
groupBy: Array<AssetsGroupBy>;
|
|
103058
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
103059
|
+
};
|
|
103060
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
103061
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyEdge = {
|
|
103062
|
+
__typename?: 'PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyEdge';
|
|
103063
|
+
/** A cursor for use in pagination. */
|
|
103064
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
103065
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
103066
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
103067
|
+
/** The `Asset` at the end of the edge. */
|
|
103068
|
+
node?: Maybe<Asset>;
|
|
103069
|
+
};
|
|
103070
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
103071
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
103072
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
103073
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
103074
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
103075
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
103076
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
103077
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
103078
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
103079
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
103080
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
103081
|
+
};
|
|
102210
103082
|
/** A connection to a list of `Asset` values, with data from `PortfolioMovement`. */
|
|
102211
103083
|
export declare type PortfolioAssetsByPortfolioMovementFromIdAndAssetIdManyToManyConnection = {
|
|
102212
103084
|
__typename?: 'PortfolioAssetsByPortfolioMovementFromIdAndAssetIdManyToManyConnection';
|
|
@@ -104913,8 +105785,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
104913
105785
|
DistributionsAverageCreatedAtDesc = "DISTRIBUTIONS_AVERAGE_CREATED_AT_DESC",
|
|
104914
105786
|
DistributionsAverageCreatedBlockIdAsc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
104915
105787
|
DistributionsAverageCreatedBlockIdDesc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
104916
|
-
|
|
104917
|
-
|
|
105788
|
+
DistributionsAverageCurrencyIdAsc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_ASC",
|
|
105789
|
+
DistributionsAverageCurrencyIdDesc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_DESC",
|
|
104918
105790
|
DistributionsAverageExpiresAtAsc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_ASC",
|
|
104919
105791
|
DistributionsAverageExpiresAtDesc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_DESC",
|
|
104920
105792
|
DistributionsAverageIdentityIdAsc = "DISTRIBUTIONS_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -104947,8 +105819,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
104947
105819
|
DistributionsDistinctCountCreatedAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
104948
105820
|
DistributionsDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
104949
105821
|
DistributionsDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
104950
|
-
|
|
104951
|
-
|
|
105822
|
+
DistributionsDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
105823
|
+
DistributionsDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
104952
105824
|
DistributionsDistinctCountExpiresAtAsc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
104953
105825
|
DistributionsDistinctCountExpiresAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
104954
105826
|
DistributionsDistinctCountIdentityIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -104979,8 +105851,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
104979
105851
|
DistributionsMaxCreatedAtDesc = "DISTRIBUTIONS_MAX_CREATED_AT_DESC",
|
|
104980
105852
|
DistributionsMaxCreatedBlockIdAsc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_ASC",
|
|
104981
105853
|
DistributionsMaxCreatedBlockIdDesc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_DESC",
|
|
104982
|
-
|
|
104983
|
-
|
|
105854
|
+
DistributionsMaxCurrencyIdAsc = "DISTRIBUTIONS_MAX_CURRENCY_ID_ASC",
|
|
105855
|
+
DistributionsMaxCurrencyIdDesc = "DISTRIBUTIONS_MAX_CURRENCY_ID_DESC",
|
|
104984
105856
|
DistributionsMaxExpiresAtAsc = "DISTRIBUTIONS_MAX_EXPIRES_AT_ASC",
|
|
104985
105857
|
DistributionsMaxExpiresAtDesc = "DISTRIBUTIONS_MAX_EXPIRES_AT_DESC",
|
|
104986
105858
|
DistributionsMaxIdentityIdAsc = "DISTRIBUTIONS_MAX_IDENTITY_ID_ASC",
|
|
@@ -105011,8 +105883,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105011
105883
|
DistributionsMinCreatedAtDesc = "DISTRIBUTIONS_MIN_CREATED_AT_DESC",
|
|
105012
105884
|
DistributionsMinCreatedBlockIdAsc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_ASC",
|
|
105013
105885
|
DistributionsMinCreatedBlockIdDesc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_DESC",
|
|
105014
|
-
|
|
105015
|
-
|
|
105886
|
+
DistributionsMinCurrencyIdAsc = "DISTRIBUTIONS_MIN_CURRENCY_ID_ASC",
|
|
105887
|
+
DistributionsMinCurrencyIdDesc = "DISTRIBUTIONS_MIN_CURRENCY_ID_DESC",
|
|
105016
105888
|
DistributionsMinExpiresAtAsc = "DISTRIBUTIONS_MIN_EXPIRES_AT_ASC",
|
|
105017
105889
|
DistributionsMinExpiresAtDesc = "DISTRIBUTIONS_MIN_EXPIRES_AT_DESC",
|
|
105018
105890
|
DistributionsMinIdentityIdAsc = "DISTRIBUTIONS_MIN_IDENTITY_ID_ASC",
|
|
@@ -105043,8 +105915,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105043
105915
|
DistributionsStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
105044
105916
|
DistributionsStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
105045
105917
|
DistributionsStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
105046
|
-
|
|
105047
|
-
|
|
105918
|
+
DistributionsStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
105919
|
+
DistributionsStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
105048
105920
|
DistributionsStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
105049
105921
|
DistributionsStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
105050
105922
|
DistributionsStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -105075,8 +105947,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105075
105947
|
DistributionsStddevSampleCreatedAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
105076
105948
|
DistributionsStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
105077
105949
|
DistributionsStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
105078
|
-
|
|
105079
|
-
|
|
105950
|
+
DistributionsStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
105951
|
+
DistributionsStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
105080
105952
|
DistributionsStddevSampleExpiresAtAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
105081
105953
|
DistributionsStddevSampleExpiresAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
105082
105954
|
DistributionsStddevSampleIdentityIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -105107,8 +105979,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105107
105979
|
DistributionsSumCreatedAtDesc = "DISTRIBUTIONS_SUM_CREATED_AT_DESC",
|
|
105108
105980
|
DistributionsSumCreatedBlockIdAsc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_ASC",
|
|
105109
105981
|
DistributionsSumCreatedBlockIdDesc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_DESC",
|
|
105110
|
-
|
|
105111
|
-
|
|
105982
|
+
DistributionsSumCurrencyIdAsc = "DISTRIBUTIONS_SUM_CURRENCY_ID_ASC",
|
|
105983
|
+
DistributionsSumCurrencyIdDesc = "DISTRIBUTIONS_SUM_CURRENCY_ID_DESC",
|
|
105112
105984
|
DistributionsSumExpiresAtAsc = "DISTRIBUTIONS_SUM_EXPIRES_AT_ASC",
|
|
105113
105985
|
DistributionsSumExpiresAtDesc = "DISTRIBUTIONS_SUM_EXPIRES_AT_DESC",
|
|
105114
105986
|
DistributionsSumIdentityIdAsc = "DISTRIBUTIONS_SUM_IDENTITY_ID_ASC",
|
|
@@ -105139,8 +106011,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105139
106011
|
DistributionsVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
105140
106012
|
DistributionsVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
105141
106013
|
DistributionsVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
105142
|
-
|
|
105143
|
-
|
|
106014
|
+
DistributionsVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
106015
|
+
DistributionsVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
105144
106016
|
DistributionsVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
105145
106017
|
DistributionsVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
105146
106018
|
DistributionsVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -105171,8 +106043,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105171
106043
|
DistributionsVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
105172
106044
|
DistributionsVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
105173
106045
|
DistributionsVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
105174
|
-
|
|
105175
|
-
|
|
106046
|
+
DistributionsVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
106047
|
+
DistributionsVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
105176
106048
|
DistributionsVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
105177
106049
|
DistributionsVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
105178
106050
|
DistributionsVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -115129,7 +116001,7 @@ export declare enum Distributions_Distinct_Enum {
|
|
|
115129
116001
|
AssetId = "ASSET_ID",
|
|
115130
116002
|
CreatedAt = "CREATED_AT",
|
|
115131
116003
|
CreatedBlockId = "CREATED_BLOCK_ID",
|
|
115132
|
-
|
|
116004
|
+
CurrencyId = "CURRENCY_ID",
|
|
115133
116005
|
ExpiresAt = "EXPIRES_AT",
|
|
115134
116006
|
Id = "ID",
|
|
115135
116007
|
IdentityId = "IDENTITY_ID",
|