@polymeshassociation/polymesh-sdk 26.2.1 → 26.2.3
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 +2 -2
- 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/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +1 -1
- package/api/entities/Account/index.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/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +6 -3
- package/api/entities/Identity/index.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 +3 -3
- package/middleware/queries/assets.d.ts.map +1 -1
- package/middleware/queries/assets.js +28 -8
- 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 +1 -1
- package/middleware/queries/extrinsics.d.ts.map +1 -1
- package/middleware/queries/extrinsics.js +10 -2
- 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 +171 -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 +990 -100
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +403 -94
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-26.2.3.tgz +0 -0
- package/package.json +1 -1
- 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/npm-package/polymeshassociation-polymesh-sdk-26.2.1.tgz +0 -0
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. */
|
|
@@ -5314,7 +5581,13 @@ export declare enum AssetHoldersOrderBy {
|
|
|
5314
5581
|
AmountDesc = "AMOUNT_DESC",
|
|
5315
5582
|
AssetIdAsc = "ASSET_ID_ASC",
|
|
5316
5583
|
AssetIdDesc = "ASSET_ID_DESC",
|
|
5584
|
+
/**
|
|
5585
|
+
* @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
|
|
5586
|
+
*/
|
|
5317
5587
|
CreatedAtAsc = "CREATED_AT_ASC",
|
|
5588
|
+
/**
|
|
5589
|
+
* @deprecated - Removed in SQ v19 updates `BlockIdDesc` to work instead
|
|
5590
|
+
*/
|
|
5318
5591
|
CreatedAtDesc = "CREATED_AT_DESC",
|
|
5319
5592
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
5320
5593
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
@@ -5500,6 +5773,49 @@ export declare type AssetIdentitiesByDistributionAssetIdAndIdentityIdManyToManyE
|
|
|
5500
5773
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
5501
5774
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
5502
5775
|
};
|
|
5776
|
+
/** A connection to a list of `Identity` values, with data from `Distribution`. */
|
|
5777
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyConnection = {
|
|
5778
|
+
__typename?: 'AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyConnection';
|
|
5779
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
5780
|
+
aggregates?: Maybe<IdentityAggregates>;
|
|
5781
|
+
/** A list of edges which contains the `Identity`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
5782
|
+
edges: Array<AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyEdge>;
|
|
5783
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
5784
|
+
groupedAggregates?: Maybe<Array<IdentityAggregates>>;
|
|
5785
|
+
/** A list of `Identity` objects. */
|
|
5786
|
+
nodes: Array<Maybe<Identity>>;
|
|
5787
|
+
/** Information to aid in pagination. */
|
|
5788
|
+
pageInfo: PageInfo;
|
|
5789
|
+
/** The count of *all* `Identity` you could get from the connection. */
|
|
5790
|
+
totalCount: Scalars['Int']['output'];
|
|
5791
|
+
};
|
|
5792
|
+
/** A connection to a list of `Identity` values, with data from `Distribution`. */
|
|
5793
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
5794
|
+
groupBy: Array<IdentitiesGroupBy>;
|
|
5795
|
+
having?: InputMaybe<IdentitiesHavingInput>;
|
|
5796
|
+
};
|
|
5797
|
+
/** A `Identity` edge in the connection, with data from `Distribution`. */
|
|
5798
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyEdge = {
|
|
5799
|
+
__typename?: 'AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyEdge';
|
|
5800
|
+
/** A cursor for use in pagination. */
|
|
5801
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
5802
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
5803
|
+
distributions: DistributionsConnection;
|
|
5804
|
+
/** The `Identity` at the end of the edge. */
|
|
5805
|
+
node?: Maybe<Identity>;
|
|
5806
|
+
};
|
|
5807
|
+
/** A `Identity` edge in the connection, with data from `Distribution`. */
|
|
5808
|
+
export declare type AssetIdentitiesByDistributionCurrencyIdAndIdentityIdManyToManyEdgeDistributionsArgs = {
|
|
5809
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
5810
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
5811
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
5812
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
5813
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
5814
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5815
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
5816
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
5817
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
5818
|
+
};
|
|
5503
5819
|
/** A connection to a list of `Identity` values, with data from `NftHolder`. */
|
|
5504
5820
|
export declare type AssetIdentitiesByNftHolderAssetIdAndIdentityIdManyToManyConnection = {
|
|
5505
5821
|
__typename?: 'AssetIdentitiesByNftHolderAssetIdAndIdentityIdManyToManyConnection';
|
|
@@ -6199,6 +6515,49 @@ export declare type AssetPortfoliosByDistributionAssetIdAndPortfolioIdManyToMany
|
|
|
6199
6515
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
6200
6516
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
6201
6517
|
};
|
|
6518
|
+
/** A connection to a list of `Portfolio` values, with data from `Distribution`. */
|
|
6519
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyConnection = {
|
|
6520
|
+
__typename?: 'AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyConnection';
|
|
6521
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
6522
|
+
aggregates?: Maybe<PortfolioAggregates>;
|
|
6523
|
+
/** A list of edges which contains the `Portfolio`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
6524
|
+
edges: Array<AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyEdge>;
|
|
6525
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
6526
|
+
groupedAggregates?: Maybe<Array<PortfolioAggregates>>;
|
|
6527
|
+
/** A list of `Portfolio` objects. */
|
|
6528
|
+
nodes: Array<Maybe<Portfolio>>;
|
|
6529
|
+
/** Information to aid in pagination. */
|
|
6530
|
+
pageInfo: PageInfo;
|
|
6531
|
+
/** The count of *all* `Portfolio` you could get from the connection. */
|
|
6532
|
+
totalCount: Scalars['Int']['output'];
|
|
6533
|
+
};
|
|
6534
|
+
/** A connection to a list of `Portfolio` values, with data from `Distribution`. */
|
|
6535
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
6536
|
+
groupBy: Array<PortfoliosGroupBy>;
|
|
6537
|
+
having?: InputMaybe<PortfoliosHavingInput>;
|
|
6538
|
+
};
|
|
6539
|
+
/** A `Portfolio` edge in the connection, with data from `Distribution`. */
|
|
6540
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyEdge = {
|
|
6541
|
+
__typename?: 'AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyEdge';
|
|
6542
|
+
/** A cursor for use in pagination. */
|
|
6543
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
6544
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
6545
|
+
distributions: DistributionsConnection;
|
|
6546
|
+
/** The `Portfolio` at the end of the edge. */
|
|
6547
|
+
node?: Maybe<Portfolio>;
|
|
6548
|
+
};
|
|
6549
|
+
/** A `Portfolio` edge in the connection, with data from `Distribution`. */
|
|
6550
|
+
export declare type AssetPortfoliosByDistributionCurrencyIdAndPortfolioIdManyToManyEdgeDistributionsArgs = {
|
|
6551
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
6552
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
6553
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
6554
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
6555
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
6556
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
6557
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
6558
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
6559
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
6560
|
+
};
|
|
6202
6561
|
/** A connection to a list of `Portfolio` values, with data from `PortfolioMovement`. */
|
|
6203
6562
|
export declare type AssetPortfoliosByPortfolioMovementAssetIdAndFromIdManyToManyConnection = {
|
|
6204
6563
|
__typename?: 'AssetPortfoliosByPortfolioMovementAssetIdAndFromIdManyToManyConnection';
|
|
@@ -8283,8 +8642,8 @@ export declare enum AssetsOrderBy {
|
|
|
8283
8642
|
DistributionsAverageCreatedAtDesc = "DISTRIBUTIONS_AVERAGE_CREATED_AT_DESC",
|
|
8284
8643
|
DistributionsAverageCreatedBlockIdAsc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
8285
8644
|
DistributionsAverageCreatedBlockIdDesc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
8286
|
-
|
|
8287
|
-
|
|
8645
|
+
DistributionsAverageCurrencyIdAsc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_ASC",
|
|
8646
|
+
DistributionsAverageCurrencyIdDesc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_DESC",
|
|
8288
8647
|
DistributionsAverageExpiresAtAsc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_ASC",
|
|
8289
8648
|
DistributionsAverageExpiresAtDesc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_DESC",
|
|
8290
8649
|
DistributionsAverageIdentityIdAsc = "DISTRIBUTIONS_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -8305,6 +8664,296 @@ export declare enum AssetsOrderBy {
|
|
|
8305
8664
|
DistributionsAverageTaxesDesc = "DISTRIBUTIONS_AVERAGE_TAXES_DESC",
|
|
8306
8665
|
DistributionsAverageUpdatedBlockIdAsc = "DISTRIBUTIONS_AVERAGE_UPDATED_BLOCK_ID_ASC",
|
|
8307
8666
|
DistributionsAverageUpdatedBlockIdDesc = "DISTRIBUTIONS_AVERAGE_UPDATED_BLOCK_ID_DESC",
|
|
8667
|
+
DistributionsByCurrencyIdAverageAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_AMOUNT_ASC",
|
|
8668
|
+
DistributionsByCurrencyIdAverageAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_AMOUNT_DESC",
|
|
8669
|
+
DistributionsByCurrencyIdAverageAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_ASSET_ID_ASC",
|
|
8670
|
+
DistributionsByCurrencyIdAverageAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_ASSET_ID_DESC",
|
|
8671
|
+
DistributionsByCurrencyIdAverageBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_BLOCK_RANGE_ASC",
|
|
8672
|
+
DistributionsByCurrencyIdAverageBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_BLOCK_RANGE_DESC",
|
|
8673
|
+
DistributionsByCurrencyIdAverageCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CREATED_AT_ASC",
|
|
8674
|
+
DistributionsByCurrencyIdAverageCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CREATED_AT_DESC",
|
|
8675
|
+
DistributionsByCurrencyIdAverageCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
8676
|
+
DistributionsByCurrencyIdAverageCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
8677
|
+
DistributionsByCurrencyIdAverageCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CURRENCY_ID_ASC",
|
|
8678
|
+
DistributionsByCurrencyIdAverageCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_CURRENCY_ID_DESC",
|
|
8679
|
+
DistributionsByCurrencyIdAverageExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_EXPIRES_AT_ASC",
|
|
8680
|
+
DistributionsByCurrencyIdAverageExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_EXPIRES_AT_DESC",
|
|
8681
|
+
DistributionsByCurrencyIdAverageIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_IDENTITY_ID_ASC",
|
|
8682
|
+
DistributionsByCurrencyIdAverageIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_IDENTITY_ID_DESC",
|
|
8683
|
+
DistributionsByCurrencyIdAverageIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_ID_ASC",
|
|
8684
|
+
DistributionsByCurrencyIdAverageIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_ID_DESC",
|
|
8685
|
+
DistributionsByCurrencyIdAverageLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_LOCAL_ID_ASC",
|
|
8686
|
+
DistributionsByCurrencyIdAverageLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_LOCAL_ID_DESC",
|
|
8687
|
+
DistributionsByCurrencyIdAveragePaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PAYMENT_AT_ASC",
|
|
8688
|
+
DistributionsByCurrencyIdAveragePaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PAYMENT_AT_DESC",
|
|
8689
|
+
DistributionsByCurrencyIdAveragePerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PER_SHARE_ASC",
|
|
8690
|
+
DistributionsByCurrencyIdAveragePerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PER_SHARE_DESC",
|
|
8691
|
+
DistributionsByCurrencyIdAveragePortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PORTFOLIO_ID_ASC",
|
|
8692
|
+
DistributionsByCurrencyIdAveragePortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_PORTFOLIO_ID_DESC",
|
|
8693
|
+
DistributionsByCurrencyIdAverageRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_REMAINING_ASC",
|
|
8694
|
+
DistributionsByCurrencyIdAverageRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_REMAINING_DESC",
|
|
8695
|
+
DistributionsByCurrencyIdAverageTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_TAXES_ASC",
|
|
8696
|
+
DistributionsByCurrencyIdAverageTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_TAXES_DESC",
|
|
8697
|
+
DistributionsByCurrencyIdAverageUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_UPDATED_BLOCK_ID_ASC",
|
|
8698
|
+
DistributionsByCurrencyIdAverageUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_AVERAGE_UPDATED_BLOCK_ID_DESC",
|
|
8699
|
+
DistributionsByCurrencyIdCountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_COUNT_ASC",
|
|
8700
|
+
DistributionsByCurrencyIdCountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_COUNT_DESC",
|
|
8701
|
+
DistributionsByCurrencyIdDistinctCountAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_AMOUNT_ASC",
|
|
8702
|
+
DistributionsByCurrencyIdDistinctCountAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_AMOUNT_DESC",
|
|
8703
|
+
DistributionsByCurrencyIdDistinctCountAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_ASSET_ID_ASC",
|
|
8704
|
+
DistributionsByCurrencyIdDistinctCountAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_ASSET_ID_DESC",
|
|
8705
|
+
DistributionsByCurrencyIdDistinctCountBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_BLOCK_RANGE_ASC",
|
|
8706
|
+
DistributionsByCurrencyIdDistinctCountBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_BLOCK_RANGE_DESC",
|
|
8707
|
+
DistributionsByCurrencyIdDistinctCountCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CREATED_AT_ASC",
|
|
8708
|
+
DistributionsByCurrencyIdDistinctCountCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
8709
|
+
DistributionsByCurrencyIdDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
8710
|
+
DistributionsByCurrencyIdDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
8711
|
+
DistributionsByCurrencyIdDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
8712
|
+
DistributionsByCurrencyIdDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
8713
|
+
DistributionsByCurrencyIdDistinctCountExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
8714
|
+
DistributionsByCurrencyIdDistinctCountExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
8715
|
+
DistributionsByCurrencyIdDistinctCountIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
8716
|
+
DistributionsByCurrencyIdDistinctCountIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_IDENTITY_ID_DESC",
|
|
8717
|
+
DistributionsByCurrencyIdDistinctCountIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_ID_ASC",
|
|
8718
|
+
DistributionsByCurrencyIdDistinctCountIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_ID_DESC",
|
|
8719
|
+
DistributionsByCurrencyIdDistinctCountLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_LOCAL_ID_ASC",
|
|
8720
|
+
DistributionsByCurrencyIdDistinctCountLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_LOCAL_ID_DESC",
|
|
8721
|
+
DistributionsByCurrencyIdDistinctCountPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PAYMENT_AT_ASC",
|
|
8722
|
+
DistributionsByCurrencyIdDistinctCountPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PAYMENT_AT_DESC",
|
|
8723
|
+
DistributionsByCurrencyIdDistinctCountPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PER_SHARE_ASC",
|
|
8724
|
+
DistributionsByCurrencyIdDistinctCountPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PER_SHARE_DESC",
|
|
8725
|
+
DistributionsByCurrencyIdDistinctCountPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PORTFOLIO_ID_ASC",
|
|
8726
|
+
DistributionsByCurrencyIdDistinctCountPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_PORTFOLIO_ID_DESC",
|
|
8727
|
+
DistributionsByCurrencyIdDistinctCountRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_REMAINING_ASC",
|
|
8728
|
+
DistributionsByCurrencyIdDistinctCountRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_REMAINING_DESC",
|
|
8729
|
+
DistributionsByCurrencyIdDistinctCountTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_TAXES_ASC",
|
|
8730
|
+
DistributionsByCurrencyIdDistinctCountTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_TAXES_DESC",
|
|
8731
|
+
DistributionsByCurrencyIdDistinctCountUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC",
|
|
8732
|
+
DistributionsByCurrencyIdDistinctCountUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC",
|
|
8733
|
+
DistributionsByCurrencyIdMaxAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_AMOUNT_ASC",
|
|
8734
|
+
DistributionsByCurrencyIdMaxAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_AMOUNT_DESC",
|
|
8735
|
+
DistributionsByCurrencyIdMaxAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_ASSET_ID_ASC",
|
|
8736
|
+
DistributionsByCurrencyIdMaxAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_ASSET_ID_DESC",
|
|
8737
|
+
DistributionsByCurrencyIdMaxBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_BLOCK_RANGE_ASC",
|
|
8738
|
+
DistributionsByCurrencyIdMaxBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_BLOCK_RANGE_DESC",
|
|
8739
|
+
DistributionsByCurrencyIdMaxCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CREATED_AT_ASC",
|
|
8740
|
+
DistributionsByCurrencyIdMaxCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CREATED_AT_DESC",
|
|
8741
|
+
DistributionsByCurrencyIdMaxCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CREATED_BLOCK_ID_ASC",
|
|
8742
|
+
DistributionsByCurrencyIdMaxCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CREATED_BLOCK_ID_DESC",
|
|
8743
|
+
DistributionsByCurrencyIdMaxCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CURRENCY_ID_ASC",
|
|
8744
|
+
DistributionsByCurrencyIdMaxCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_CURRENCY_ID_DESC",
|
|
8745
|
+
DistributionsByCurrencyIdMaxExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_EXPIRES_AT_ASC",
|
|
8746
|
+
DistributionsByCurrencyIdMaxExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_EXPIRES_AT_DESC",
|
|
8747
|
+
DistributionsByCurrencyIdMaxIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_IDENTITY_ID_ASC",
|
|
8748
|
+
DistributionsByCurrencyIdMaxIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_IDENTITY_ID_DESC",
|
|
8749
|
+
DistributionsByCurrencyIdMaxIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_ID_ASC",
|
|
8750
|
+
DistributionsByCurrencyIdMaxIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_ID_DESC",
|
|
8751
|
+
DistributionsByCurrencyIdMaxLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_LOCAL_ID_ASC",
|
|
8752
|
+
DistributionsByCurrencyIdMaxLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_LOCAL_ID_DESC",
|
|
8753
|
+
DistributionsByCurrencyIdMaxPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PAYMENT_AT_ASC",
|
|
8754
|
+
DistributionsByCurrencyIdMaxPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PAYMENT_AT_DESC",
|
|
8755
|
+
DistributionsByCurrencyIdMaxPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PER_SHARE_ASC",
|
|
8756
|
+
DistributionsByCurrencyIdMaxPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PER_SHARE_DESC",
|
|
8757
|
+
DistributionsByCurrencyIdMaxPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PORTFOLIO_ID_ASC",
|
|
8758
|
+
DistributionsByCurrencyIdMaxPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_PORTFOLIO_ID_DESC",
|
|
8759
|
+
DistributionsByCurrencyIdMaxRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_REMAINING_ASC",
|
|
8760
|
+
DistributionsByCurrencyIdMaxRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_REMAINING_DESC",
|
|
8761
|
+
DistributionsByCurrencyIdMaxTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_TAXES_ASC",
|
|
8762
|
+
DistributionsByCurrencyIdMaxTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_TAXES_DESC",
|
|
8763
|
+
DistributionsByCurrencyIdMaxUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_UPDATED_BLOCK_ID_ASC",
|
|
8764
|
+
DistributionsByCurrencyIdMaxUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MAX_UPDATED_BLOCK_ID_DESC",
|
|
8765
|
+
DistributionsByCurrencyIdMinAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_AMOUNT_ASC",
|
|
8766
|
+
DistributionsByCurrencyIdMinAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_AMOUNT_DESC",
|
|
8767
|
+
DistributionsByCurrencyIdMinAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_ASSET_ID_ASC",
|
|
8768
|
+
DistributionsByCurrencyIdMinAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_ASSET_ID_DESC",
|
|
8769
|
+
DistributionsByCurrencyIdMinBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_BLOCK_RANGE_ASC",
|
|
8770
|
+
DistributionsByCurrencyIdMinBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_BLOCK_RANGE_DESC",
|
|
8771
|
+
DistributionsByCurrencyIdMinCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CREATED_AT_ASC",
|
|
8772
|
+
DistributionsByCurrencyIdMinCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CREATED_AT_DESC",
|
|
8773
|
+
DistributionsByCurrencyIdMinCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CREATED_BLOCK_ID_ASC",
|
|
8774
|
+
DistributionsByCurrencyIdMinCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CREATED_BLOCK_ID_DESC",
|
|
8775
|
+
DistributionsByCurrencyIdMinCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CURRENCY_ID_ASC",
|
|
8776
|
+
DistributionsByCurrencyIdMinCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_CURRENCY_ID_DESC",
|
|
8777
|
+
DistributionsByCurrencyIdMinExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_EXPIRES_AT_ASC",
|
|
8778
|
+
DistributionsByCurrencyIdMinExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_EXPIRES_AT_DESC",
|
|
8779
|
+
DistributionsByCurrencyIdMinIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_IDENTITY_ID_ASC",
|
|
8780
|
+
DistributionsByCurrencyIdMinIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_IDENTITY_ID_DESC",
|
|
8781
|
+
DistributionsByCurrencyIdMinIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_ID_ASC",
|
|
8782
|
+
DistributionsByCurrencyIdMinIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_ID_DESC",
|
|
8783
|
+
DistributionsByCurrencyIdMinLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_LOCAL_ID_ASC",
|
|
8784
|
+
DistributionsByCurrencyIdMinLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_LOCAL_ID_DESC",
|
|
8785
|
+
DistributionsByCurrencyIdMinPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PAYMENT_AT_ASC",
|
|
8786
|
+
DistributionsByCurrencyIdMinPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PAYMENT_AT_DESC",
|
|
8787
|
+
DistributionsByCurrencyIdMinPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PER_SHARE_ASC",
|
|
8788
|
+
DistributionsByCurrencyIdMinPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PER_SHARE_DESC",
|
|
8789
|
+
DistributionsByCurrencyIdMinPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PORTFOLIO_ID_ASC",
|
|
8790
|
+
DistributionsByCurrencyIdMinPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_PORTFOLIO_ID_DESC",
|
|
8791
|
+
DistributionsByCurrencyIdMinRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_REMAINING_ASC",
|
|
8792
|
+
DistributionsByCurrencyIdMinRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_REMAINING_DESC",
|
|
8793
|
+
DistributionsByCurrencyIdMinTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_TAXES_ASC",
|
|
8794
|
+
DistributionsByCurrencyIdMinTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_TAXES_DESC",
|
|
8795
|
+
DistributionsByCurrencyIdMinUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_UPDATED_BLOCK_ID_ASC",
|
|
8796
|
+
DistributionsByCurrencyIdMinUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_MIN_UPDATED_BLOCK_ID_DESC",
|
|
8797
|
+
DistributionsByCurrencyIdStddevPopulationAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_AMOUNT_ASC",
|
|
8798
|
+
DistributionsByCurrencyIdStddevPopulationAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_AMOUNT_DESC",
|
|
8799
|
+
DistributionsByCurrencyIdStddevPopulationAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_ASSET_ID_ASC",
|
|
8800
|
+
DistributionsByCurrencyIdStddevPopulationAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_ASSET_ID_DESC",
|
|
8801
|
+
DistributionsByCurrencyIdStddevPopulationBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_BLOCK_RANGE_ASC",
|
|
8802
|
+
DistributionsByCurrencyIdStddevPopulationBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_BLOCK_RANGE_DESC",
|
|
8803
|
+
DistributionsByCurrencyIdStddevPopulationCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CREATED_AT_ASC",
|
|
8804
|
+
DistributionsByCurrencyIdStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
8805
|
+
DistributionsByCurrencyIdStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
8806
|
+
DistributionsByCurrencyIdStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
8807
|
+
DistributionsByCurrencyIdStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
8808
|
+
DistributionsByCurrencyIdStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
8809
|
+
DistributionsByCurrencyIdStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
8810
|
+
DistributionsByCurrencyIdStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
8811
|
+
DistributionsByCurrencyIdStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
8812
|
+
DistributionsByCurrencyIdStddevPopulationIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_IDENTITY_ID_DESC",
|
|
8813
|
+
DistributionsByCurrencyIdStddevPopulationIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_ID_ASC",
|
|
8814
|
+
DistributionsByCurrencyIdStddevPopulationIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_ID_DESC",
|
|
8815
|
+
DistributionsByCurrencyIdStddevPopulationLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_LOCAL_ID_ASC",
|
|
8816
|
+
DistributionsByCurrencyIdStddevPopulationLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_LOCAL_ID_DESC",
|
|
8817
|
+
DistributionsByCurrencyIdStddevPopulationPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PAYMENT_AT_ASC",
|
|
8818
|
+
DistributionsByCurrencyIdStddevPopulationPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PAYMENT_AT_DESC",
|
|
8819
|
+
DistributionsByCurrencyIdStddevPopulationPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PER_SHARE_ASC",
|
|
8820
|
+
DistributionsByCurrencyIdStddevPopulationPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PER_SHARE_DESC",
|
|
8821
|
+
DistributionsByCurrencyIdStddevPopulationPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PORTFOLIO_ID_ASC",
|
|
8822
|
+
DistributionsByCurrencyIdStddevPopulationPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_PORTFOLIO_ID_DESC",
|
|
8823
|
+
DistributionsByCurrencyIdStddevPopulationRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_REMAINING_ASC",
|
|
8824
|
+
DistributionsByCurrencyIdStddevPopulationRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_REMAINING_DESC",
|
|
8825
|
+
DistributionsByCurrencyIdStddevPopulationTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_TAXES_ASC",
|
|
8826
|
+
DistributionsByCurrencyIdStddevPopulationTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_TAXES_DESC",
|
|
8827
|
+
DistributionsByCurrencyIdStddevPopulationUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
8828
|
+
DistributionsByCurrencyIdStddevPopulationUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
8829
|
+
DistributionsByCurrencyIdStddevSampleAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_AMOUNT_ASC",
|
|
8830
|
+
DistributionsByCurrencyIdStddevSampleAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_AMOUNT_DESC",
|
|
8831
|
+
DistributionsByCurrencyIdStddevSampleAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_ASSET_ID_ASC",
|
|
8832
|
+
DistributionsByCurrencyIdStddevSampleAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_ASSET_ID_DESC",
|
|
8833
|
+
DistributionsByCurrencyIdStddevSampleBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_BLOCK_RANGE_ASC",
|
|
8834
|
+
DistributionsByCurrencyIdStddevSampleBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_BLOCK_RANGE_DESC",
|
|
8835
|
+
DistributionsByCurrencyIdStddevSampleCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CREATED_AT_ASC",
|
|
8836
|
+
DistributionsByCurrencyIdStddevSampleCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
8837
|
+
DistributionsByCurrencyIdStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
8838
|
+
DistributionsByCurrencyIdStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
8839
|
+
DistributionsByCurrencyIdStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
8840
|
+
DistributionsByCurrencyIdStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
8841
|
+
DistributionsByCurrencyIdStddevSampleExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
8842
|
+
DistributionsByCurrencyIdStddevSampleExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
8843
|
+
DistributionsByCurrencyIdStddevSampleIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
8844
|
+
DistributionsByCurrencyIdStddevSampleIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_IDENTITY_ID_DESC",
|
|
8845
|
+
DistributionsByCurrencyIdStddevSampleIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_ID_ASC",
|
|
8846
|
+
DistributionsByCurrencyIdStddevSampleIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_ID_DESC",
|
|
8847
|
+
DistributionsByCurrencyIdStddevSampleLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_LOCAL_ID_ASC",
|
|
8848
|
+
DistributionsByCurrencyIdStddevSampleLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_LOCAL_ID_DESC",
|
|
8849
|
+
DistributionsByCurrencyIdStddevSamplePaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PAYMENT_AT_ASC",
|
|
8850
|
+
DistributionsByCurrencyIdStddevSamplePaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PAYMENT_AT_DESC",
|
|
8851
|
+
DistributionsByCurrencyIdStddevSamplePerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PER_SHARE_ASC",
|
|
8852
|
+
DistributionsByCurrencyIdStddevSamplePerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PER_SHARE_DESC",
|
|
8853
|
+
DistributionsByCurrencyIdStddevSamplePortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PORTFOLIO_ID_ASC",
|
|
8854
|
+
DistributionsByCurrencyIdStddevSamplePortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_PORTFOLIO_ID_DESC",
|
|
8855
|
+
DistributionsByCurrencyIdStddevSampleRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_REMAINING_ASC",
|
|
8856
|
+
DistributionsByCurrencyIdStddevSampleRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_REMAINING_DESC",
|
|
8857
|
+
DistributionsByCurrencyIdStddevSampleTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_TAXES_ASC",
|
|
8858
|
+
DistributionsByCurrencyIdStddevSampleTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_TAXES_DESC",
|
|
8859
|
+
DistributionsByCurrencyIdStddevSampleUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
8860
|
+
DistributionsByCurrencyIdStddevSampleUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
8861
|
+
DistributionsByCurrencyIdSumAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_AMOUNT_ASC",
|
|
8862
|
+
DistributionsByCurrencyIdSumAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_AMOUNT_DESC",
|
|
8863
|
+
DistributionsByCurrencyIdSumAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_ASSET_ID_ASC",
|
|
8864
|
+
DistributionsByCurrencyIdSumAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_ASSET_ID_DESC",
|
|
8865
|
+
DistributionsByCurrencyIdSumBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_BLOCK_RANGE_ASC",
|
|
8866
|
+
DistributionsByCurrencyIdSumBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_BLOCK_RANGE_DESC",
|
|
8867
|
+
DistributionsByCurrencyIdSumCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CREATED_AT_ASC",
|
|
8868
|
+
DistributionsByCurrencyIdSumCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CREATED_AT_DESC",
|
|
8869
|
+
DistributionsByCurrencyIdSumCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CREATED_BLOCK_ID_ASC",
|
|
8870
|
+
DistributionsByCurrencyIdSumCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CREATED_BLOCK_ID_DESC",
|
|
8871
|
+
DistributionsByCurrencyIdSumCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CURRENCY_ID_ASC",
|
|
8872
|
+
DistributionsByCurrencyIdSumCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_CURRENCY_ID_DESC",
|
|
8873
|
+
DistributionsByCurrencyIdSumExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_EXPIRES_AT_ASC",
|
|
8874
|
+
DistributionsByCurrencyIdSumExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_EXPIRES_AT_DESC",
|
|
8875
|
+
DistributionsByCurrencyIdSumIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_IDENTITY_ID_ASC",
|
|
8876
|
+
DistributionsByCurrencyIdSumIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_IDENTITY_ID_DESC",
|
|
8877
|
+
DistributionsByCurrencyIdSumIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_ID_ASC",
|
|
8878
|
+
DistributionsByCurrencyIdSumIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_ID_DESC",
|
|
8879
|
+
DistributionsByCurrencyIdSumLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_LOCAL_ID_ASC",
|
|
8880
|
+
DistributionsByCurrencyIdSumLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_LOCAL_ID_DESC",
|
|
8881
|
+
DistributionsByCurrencyIdSumPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PAYMENT_AT_ASC",
|
|
8882
|
+
DistributionsByCurrencyIdSumPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PAYMENT_AT_DESC",
|
|
8883
|
+
DistributionsByCurrencyIdSumPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PER_SHARE_ASC",
|
|
8884
|
+
DistributionsByCurrencyIdSumPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PER_SHARE_DESC",
|
|
8885
|
+
DistributionsByCurrencyIdSumPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PORTFOLIO_ID_ASC",
|
|
8886
|
+
DistributionsByCurrencyIdSumPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_PORTFOLIO_ID_DESC",
|
|
8887
|
+
DistributionsByCurrencyIdSumRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_REMAINING_ASC",
|
|
8888
|
+
DistributionsByCurrencyIdSumRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_REMAINING_DESC",
|
|
8889
|
+
DistributionsByCurrencyIdSumTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_TAXES_ASC",
|
|
8890
|
+
DistributionsByCurrencyIdSumTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_TAXES_DESC",
|
|
8891
|
+
DistributionsByCurrencyIdSumUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_UPDATED_BLOCK_ID_ASC",
|
|
8892
|
+
DistributionsByCurrencyIdSumUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_SUM_UPDATED_BLOCK_ID_DESC",
|
|
8893
|
+
DistributionsByCurrencyIdVariancePopulationAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_AMOUNT_ASC",
|
|
8894
|
+
DistributionsByCurrencyIdVariancePopulationAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_AMOUNT_DESC",
|
|
8895
|
+
DistributionsByCurrencyIdVariancePopulationAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_ASSET_ID_ASC",
|
|
8896
|
+
DistributionsByCurrencyIdVariancePopulationAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_ASSET_ID_DESC",
|
|
8897
|
+
DistributionsByCurrencyIdVariancePopulationBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_BLOCK_RANGE_ASC",
|
|
8898
|
+
DistributionsByCurrencyIdVariancePopulationBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_BLOCK_RANGE_DESC",
|
|
8899
|
+
DistributionsByCurrencyIdVariancePopulationCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CREATED_AT_ASC",
|
|
8900
|
+
DistributionsByCurrencyIdVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
8901
|
+
DistributionsByCurrencyIdVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
8902
|
+
DistributionsByCurrencyIdVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
8903
|
+
DistributionsByCurrencyIdVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
8904
|
+
DistributionsByCurrencyIdVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
8905
|
+
DistributionsByCurrencyIdVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
8906
|
+
DistributionsByCurrencyIdVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
8907
|
+
DistributionsByCurrencyIdVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
8908
|
+
DistributionsByCurrencyIdVariancePopulationIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_IDENTITY_ID_DESC",
|
|
8909
|
+
DistributionsByCurrencyIdVariancePopulationIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_ID_ASC",
|
|
8910
|
+
DistributionsByCurrencyIdVariancePopulationIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_ID_DESC",
|
|
8911
|
+
DistributionsByCurrencyIdVariancePopulationLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_LOCAL_ID_ASC",
|
|
8912
|
+
DistributionsByCurrencyIdVariancePopulationLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_LOCAL_ID_DESC",
|
|
8913
|
+
DistributionsByCurrencyIdVariancePopulationPaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PAYMENT_AT_ASC",
|
|
8914
|
+
DistributionsByCurrencyIdVariancePopulationPaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PAYMENT_AT_DESC",
|
|
8915
|
+
DistributionsByCurrencyIdVariancePopulationPerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PER_SHARE_ASC",
|
|
8916
|
+
DistributionsByCurrencyIdVariancePopulationPerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PER_SHARE_DESC",
|
|
8917
|
+
DistributionsByCurrencyIdVariancePopulationPortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PORTFOLIO_ID_ASC",
|
|
8918
|
+
DistributionsByCurrencyIdVariancePopulationPortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_PORTFOLIO_ID_DESC",
|
|
8919
|
+
DistributionsByCurrencyIdVariancePopulationRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_REMAINING_ASC",
|
|
8920
|
+
DistributionsByCurrencyIdVariancePopulationRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_REMAINING_DESC",
|
|
8921
|
+
DistributionsByCurrencyIdVariancePopulationTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_TAXES_ASC",
|
|
8922
|
+
DistributionsByCurrencyIdVariancePopulationTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_TAXES_DESC",
|
|
8923
|
+
DistributionsByCurrencyIdVariancePopulationUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
8924
|
+
DistributionsByCurrencyIdVariancePopulationUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
8925
|
+
DistributionsByCurrencyIdVarianceSampleAmountAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_AMOUNT_ASC",
|
|
8926
|
+
DistributionsByCurrencyIdVarianceSampleAmountDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_AMOUNT_DESC",
|
|
8927
|
+
DistributionsByCurrencyIdVarianceSampleAssetIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_ASSET_ID_ASC",
|
|
8928
|
+
DistributionsByCurrencyIdVarianceSampleAssetIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_ASSET_ID_DESC",
|
|
8929
|
+
DistributionsByCurrencyIdVarianceSampleBlockRangeAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_BLOCK_RANGE_ASC",
|
|
8930
|
+
DistributionsByCurrencyIdVarianceSampleBlockRangeDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_BLOCK_RANGE_DESC",
|
|
8931
|
+
DistributionsByCurrencyIdVarianceSampleCreatedAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CREATED_AT_ASC",
|
|
8932
|
+
DistributionsByCurrencyIdVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
8933
|
+
DistributionsByCurrencyIdVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
8934
|
+
DistributionsByCurrencyIdVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
8935
|
+
DistributionsByCurrencyIdVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
8936
|
+
DistributionsByCurrencyIdVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
8937
|
+
DistributionsByCurrencyIdVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
8938
|
+
DistributionsByCurrencyIdVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
8939
|
+
DistributionsByCurrencyIdVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
8940
|
+
DistributionsByCurrencyIdVarianceSampleIdentityIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_IDENTITY_ID_DESC",
|
|
8941
|
+
DistributionsByCurrencyIdVarianceSampleIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_ID_ASC",
|
|
8942
|
+
DistributionsByCurrencyIdVarianceSampleIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_ID_DESC",
|
|
8943
|
+
DistributionsByCurrencyIdVarianceSampleLocalIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_LOCAL_ID_ASC",
|
|
8944
|
+
DistributionsByCurrencyIdVarianceSampleLocalIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_LOCAL_ID_DESC",
|
|
8945
|
+
DistributionsByCurrencyIdVarianceSamplePaymentAtAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PAYMENT_AT_ASC",
|
|
8946
|
+
DistributionsByCurrencyIdVarianceSamplePaymentAtDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PAYMENT_AT_DESC",
|
|
8947
|
+
DistributionsByCurrencyIdVarianceSamplePerShareAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PER_SHARE_ASC",
|
|
8948
|
+
DistributionsByCurrencyIdVarianceSamplePerShareDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PER_SHARE_DESC",
|
|
8949
|
+
DistributionsByCurrencyIdVarianceSamplePortfolioIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PORTFOLIO_ID_ASC",
|
|
8950
|
+
DistributionsByCurrencyIdVarianceSamplePortfolioIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_PORTFOLIO_ID_DESC",
|
|
8951
|
+
DistributionsByCurrencyIdVarianceSampleRemainingAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_REMAINING_ASC",
|
|
8952
|
+
DistributionsByCurrencyIdVarianceSampleRemainingDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_REMAINING_DESC",
|
|
8953
|
+
DistributionsByCurrencyIdVarianceSampleTaxesAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_TAXES_ASC",
|
|
8954
|
+
DistributionsByCurrencyIdVarianceSampleTaxesDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_TAXES_DESC",
|
|
8955
|
+
DistributionsByCurrencyIdVarianceSampleUpdatedBlockIdAsc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
8956
|
+
DistributionsByCurrencyIdVarianceSampleUpdatedBlockIdDesc = "DISTRIBUTIONS_BY_CURRENCY_ID_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
8308
8957
|
DistributionsCountAsc = "DISTRIBUTIONS_COUNT_ASC",
|
|
8309
8958
|
DistributionsCountDesc = "DISTRIBUTIONS_COUNT_DESC",
|
|
8310
8959
|
DistributionsDistinctCountAmountAsc = "DISTRIBUTIONS_DISTINCT_COUNT_AMOUNT_ASC",
|
|
@@ -8317,8 +8966,8 @@ export declare enum AssetsOrderBy {
|
|
|
8317
8966
|
DistributionsDistinctCountCreatedAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
8318
8967
|
DistributionsDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
8319
8968
|
DistributionsDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
8320
|
-
|
|
8321
|
-
|
|
8969
|
+
DistributionsDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
8970
|
+
DistributionsDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
8322
8971
|
DistributionsDistinctCountExpiresAtAsc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
8323
8972
|
DistributionsDistinctCountExpiresAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
8324
8973
|
DistributionsDistinctCountIdentityIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -8349,8 +8998,8 @@ export declare enum AssetsOrderBy {
|
|
|
8349
8998
|
DistributionsMaxCreatedAtDesc = "DISTRIBUTIONS_MAX_CREATED_AT_DESC",
|
|
8350
8999
|
DistributionsMaxCreatedBlockIdAsc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_ASC",
|
|
8351
9000
|
DistributionsMaxCreatedBlockIdDesc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_DESC",
|
|
8352
|
-
|
|
8353
|
-
|
|
9001
|
+
DistributionsMaxCurrencyIdAsc = "DISTRIBUTIONS_MAX_CURRENCY_ID_ASC",
|
|
9002
|
+
DistributionsMaxCurrencyIdDesc = "DISTRIBUTIONS_MAX_CURRENCY_ID_DESC",
|
|
8354
9003
|
DistributionsMaxExpiresAtAsc = "DISTRIBUTIONS_MAX_EXPIRES_AT_ASC",
|
|
8355
9004
|
DistributionsMaxExpiresAtDesc = "DISTRIBUTIONS_MAX_EXPIRES_AT_DESC",
|
|
8356
9005
|
DistributionsMaxIdentityIdAsc = "DISTRIBUTIONS_MAX_IDENTITY_ID_ASC",
|
|
@@ -8381,8 +9030,8 @@ export declare enum AssetsOrderBy {
|
|
|
8381
9030
|
DistributionsMinCreatedAtDesc = "DISTRIBUTIONS_MIN_CREATED_AT_DESC",
|
|
8382
9031
|
DistributionsMinCreatedBlockIdAsc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_ASC",
|
|
8383
9032
|
DistributionsMinCreatedBlockIdDesc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_DESC",
|
|
8384
|
-
|
|
8385
|
-
|
|
9033
|
+
DistributionsMinCurrencyIdAsc = "DISTRIBUTIONS_MIN_CURRENCY_ID_ASC",
|
|
9034
|
+
DistributionsMinCurrencyIdDesc = "DISTRIBUTIONS_MIN_CURRENCY_ID_DESC",
|
|
8386
9035
|
DistributionsMinExpiresAtAsc = "DISTRIBUTIONS_MIN_EXPIRES_AT_ASC",
|
|
8387
9036
|
DistributionsMinExpiresAtDesc = "DISTRIBUTIONS_MIN_EXPIRES_AT_DESC",
|
|
8388
9037
|
DistributionsMinIdentityIdAsc = "DISTRIBUTIONS_MIN_IDENTITY_ID_ASC",
|
|
@@ -8413,8 +9062,8 @@ export declare enum AssetsOrderBy {
|
|
|
8413
9062
|
DistributionsStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
8414
9063
|
DistributionsStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
8415
9064
|
DistributionsStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
8416
|
-
|
|
8417
|
-
|
|
9065
|
+
DistributionsStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
9066
|
+
DistributionsStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
8418
9067
|
DistributionsStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
8419
9068
|
DistributionsStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
8420
9069
|
DistributionsStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -8445,8 +9094,8 @@ export declare enum AssetsOrderBy {
|
|
|
8445
9094
|
DistributionsStddevSampleCreatedAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
8446
9095
|
DistributionsStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
8447
9096
|
DistributionsStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
8448
|
-
|
|
8449
|
-
|
|
9097
|
+
DistributionsStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
9098
|
+
DistributionsStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
8450
9099
|
DistributionsStddevSampleExpiresAtAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
8451
9100
|
DistributionsStddevSampleExpiresAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
8452
9101
|
DistributionsStddevSampleIdentityIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -8477,8 +9126,8 @@ export declare enum AssetsOrderBy {
|
|
|
8477
9126
|
DistributionsSumCreatedAtDesc = "DISTRIBUTIONS_SUM_CREATED_AT_DESC",
|
|
8478
9127
|
DistributionsSumCreatedBlockIdAsc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_ASC",
|
|
8479
9128
|
DistributionsSumCreatedBlockIdDesc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_DESC",
|
|
8480
|
-
|
|
8481
|
-
|
|
9129
|
+
DistributionsSumCurrencyIdAsc = "DISTRIBUTIONS_SUM_CURRENCY_ID_ASC",
|
|
9130
|
+
DistributionsSumCurrencyIdDesc = "DISTRIBUTIONS_SUM_CURRENCY_ID_DESC",
|
|
8482
9131
|
DistributionsSumExpiresAtAsc = "DISTRIBUTIONS_SUM_EXPIRES_AT_ASC",
|
|
8483
9132
|
DistributionsSumExpiresAtDesc = "DISTRIBUTIONS_SUM_EXPIRES_AT_DESC",
|
|
8484
9133
|
DistributionsSumIdentityIdAsc = "DISTRIBUTIONS_SUM_IDENTITY_ID_ASC",
|
|
@@ -8509,8 +9158,8 @@ export declare enum AssetsOrderBy {
|
|
|
8509
9158
|
DistributionsVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
8510
9159
|
DistributionsVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
8511
9160
|
DistributionsVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
8512
|
-
|
|
8513
|
-
|
|
9161
|
+
DistributionsVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
9162
|
+
DistributionsVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
8514
9163
|
DistributionsVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
8515
9164
|
DistributionsVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
8516
9165
|
DistributionsVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -8541,8 +9190,8 @@ export declare enum AssetsOrderBy {
|
|
|
8541
9190
|
DistributionsVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
8542
9191
|
DistributionsVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
8543
9192
|
DistributionsVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
8544
|
-
|
|
8545
|
-
|
|
9193
|
+
DistributionsVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
9194
|
+
DistributionsVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
8546
9195
|
DistributionsVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
8547
9196
|
DistributionsVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
8548
9197
|
DistributionsVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -11949,8 +12598,12 @@ export declare type Block = Node & {
|
|
|
11949
12598
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
11950
12599
|
assetsByDistributionCreatedBlockIdAndAssetId: BlockAssetsByDistributionCreatedBlockIdAndAssetIdManyToManyConnection;
|
|
11951
12600
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
12601
|
+
assetsByDistributionCreatedBlockIdAndCurrencyId: BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyConnection;
|
|
12602
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
11952
12603
|
assetsByDistributionUpdatedBlockIdAndAssetId: BlockAssetsByDistributionUpdatedBlockIdAndAssetIdManyToManyConnection;
|
|
11953
12604
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
12605
|
+
assetsByDistributionUpdatedBlockIdAndCurrencyId: BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyConnection;
|
|
12606
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
11954
12607
|
assetsByFundingCreatedBlockIdAndAssetId: BlockAssetsByFundingCreatedBlockIdAndAssetIdManyToManyConnection;
|
|
11955
12608
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
11956
12609
|
assetsByFundingUpdatedBlockIdAndAssetId: BlockAssetsByFundingUpdatedBlockIdAndAssetIdManyToManyConnection;
|
|
@@ -13195,6 +13848,17 @@ export declare type BlockAssetsByDistributionCreatedBlockIdAndAssetIdArgs = {
|
|
|
13195
13848
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13196
13849
|
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
13197
13850
|
};
|
|
13851
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdArgs = {
|
|
13852
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13853
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13854
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
13855
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
13856
|
+
filter?: InputMaybe<AssetFilter>;
|
|
13857
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13858
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13859
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13860
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
13861
|
+
};
|
|
13198
13862
|
export declare type BlockAssetsByDistributionUpdatedBlockIdAndAssetIdArgs = {
|
|
13199
13863
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13200
13864
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -13206,6 +13870,17 @@ export declare type BlockAssetsByDistributionUpdatedBlockIdAndAssetIdArgs = {
|
|
|
13206
13870
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13207
13871
|
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
13208
13872
|
};
|
|
13873
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdArgs = {
|
|
13874
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13875
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13876
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
13877
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
13878
|
+
filter?: InputMaybe<AssetFilter>;
|
|
13879
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13880
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13881
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13882
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
13883
|
+
};
|
|
13209
13884
|
export declare type BlockAssetsByFundingCreatedBlockIdAndAssetIdArgs = {
|
|
13210
13885
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13211
13886
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -18490,6 +19165,49 @@ export declare type BlockAssetsByDistributionCreatedBlockIdAndAssetIdManyToManyE
|
|
|
18490
19165
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
18491
19166
|
};
|
|
18492
19167
|
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
19168
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyConnection = {
|
|
19169
|
+
__typename?: 'BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyConnection';
|
|
19170
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
19171
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
19172
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
19173
|
+
edges: Array<BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyEdge>;
|
|
19174
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
19175
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
19176
|
+
/** A list of `Asset` objects. */
|
|
19177
|
+
nodes: Array<Maybe<Asset>>;
|
|
19178
|
+
/** Information to aid in pagination. */
|
|
19179
|
+
pageInfo: PageInfo;
|
|
19180
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
19181
|
+
totalCount: Scalars['Int']['output'];
|
|
19182
|
+
};
|
|
19183
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
19184
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
19185
|
+
groupBy: Array<AssetsGroupBy>;
|
|
19186
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
19187
|
+
};
|
|
19188
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
19189
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyEdge = {
|
|
19190
|
+
__typename?: 'BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyEdge';
|
|
19191
|
+
/** A cursor for use in pagination. */
|
|
19192
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
19193
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
19194
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
19195
|
+
/** The `Asset` at the end of the edge. */
|
|
19196
|
+
node?: Maybe<Asset>;
|
|
19197
|
+
};
|
|
19198
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
19199
|
+
export declare type BlockAssetsByDistributionCreatedBlockIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
19200
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
19201
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
19202
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
19203
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
19204
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
19205
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
19206
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
19207
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
19208
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
19209
|
+
};
|
|
19210
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
18493
19211
|
export declare type BlockAssetsByDistributionUpdatedBlockIdAndAssetIdManyToManyConnection = {
|
|
18494
19212
|
__typename?: 'BlockAssetsByDistributionUpdatedBlockIdAndAssetIdManyToManyConnection';
|
|
18495
19213
|
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
@@ -18532,6 +19250,49 @@ export declare type BlockAssetsByDistributionUpdatedBlockIdAndAssetIdManyToManyE
|
|
|
18532
19250
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
18533
19251
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
18534
19252
|
};
|
|
19253
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
19254
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyConnection = {
|
|
19255
|
+
__typename?: 'BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyConnection';
|
|
19256
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
19257
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
19258
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
19259
|
+
edges: Array<BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyEdge>;
|
|
19260
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
19261
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
19262
|
+
/** A list of `Asset` objects. */
|
|
19263
|
+
nodes: Array<Maybe<Asset>>;
|
|
19264
|
+
/** Information to aid in pagination. */
|
|
19265
|
+
pageInfo: PageInfo;
|
|
19266
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
19267
|
+
totalCount: Scalars['Int']['output'];
|
|
19268
|
+
};
|
|
19269
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
19270
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
19271
|
+
groupBy: Array<AssetsGroupBy>;
|
|
19272
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
19273
|
+
};
|
|
19274
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
19275
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyEdge = {
|
|
19276
|
+
__typename?: 'BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyEdge';
|
|
19277
|
+
/** A cursor for use in pagination. */
|
|
19278
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
19279
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
19280
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
19281
|
+
/** The `Asset` at the end of the edge. */
|
|
19282
|
+
node?: Maybe<Asset>;
|
|
19283
|
+
};
|
|
19284
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
19285
|
+
export declare type BlockAssetsByDistributionUpdatedBlockIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
19286
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
19287
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
19288
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
19289
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
19290
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
19291
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
19292
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
19293
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
19294
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
19295
|
+
};
|
|
18535
19296
|
/** A connection to a list of `Asset` values, with data from `Funding`. */
|
|
18536
19297
|
export declare type BlockAssetsByFundingCreatedBlockIdAndAssetIdManyToManyConnection = {
|
|
18537
19298
|
__typename?: 'BlockAssetsByFundingCreatedBlockIdAndAssetIdManyToManyConnection';
|
|
@@ -43108,8 +43869,8 @@ export declare enum BlocksOrderBy {
|
|
|
43108
43869
|
DistributionsByCreatedBlockIdAverageCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_AT_DESC",
|
|
43109
43870
|
DistributionsByCreatedBlockIdAverageCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
43110
43871
|
DistributionsByCreatedBlockIdAverageCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
43111
|
-
|
|
43112
|
-
|
|
43872
|
+
DistributionsByCreatedBlockIdAverageCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CURRENCY_ID_ASC",
|
|
43873
|
+
DistributionsByCreatedBlockIdAverageCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_CURRENCY_ID_DESC",
|
|
43113
43874
|
DistributionsByCreatedBlockIdAverageExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_EXPIRES_AT_ASC",
|
|
43114
43875
|
DistributionsByCreatedBlockIdAverageExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_EXPIRES_AT_DESC",
|
|
43115
43876
|
DistributionsByCreatedBlockIdAverageIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -43142,8 +43903,8 @@ export declare enum BlocksOrderBy {
|
|
|
43142
43903
|
DistributionsByCreatedBlockIdDistinctCountCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
43143
43904
|
DistributionsByCreatedBlockIdDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
43144
43905
|
DistributionsByCreatedBlockIdDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
43145
|
-
|
|
43146
|
-
|
|
43906
|
+
DistributionsByCreatedBlockIdDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
43907
|
+
DistributionsByCreatedBlockIdDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
43147
43908
|
DistributionsByCreatedBlockIdDistinctCountExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
43148
43909
|
DistributionsByCreatedBlockIdDistinctCountExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
43149
43910
|
DistributionsByCreatedBlockIdDistinctCountIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -43174,8 +43935,8 @@ export declare enum BlocksOrderBy {
|
|
|
43174
43935
|
DistributionsByCreatedBlockIdMaxCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CREATED_AT_DESC",
|
|
43175
43936
|
DistributionsByCreatedBlockIdMaxCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_ASC",
|
|
43176
43937
|
DistributionsByCreatedBlockIdMaxCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_DESC",
|
|
43177
|
-
|
|
43178
|
-
|
|
43938
|
+
DistributionsByCreatedBlockIdMaxCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CURRENCY_ID_ASC",
|
|
43939
|
+
DistributionsByCreatedBlockIdMaxCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_CURRENCY_ID_DESC",
|
|
43179
43940
|
DistributionsByCreatedBlockIdMaxExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_EXPIRES_AT_ASC",
|
|
43180
43941
|
DistributionsByCreatedBlockIdMaxExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_EXPIRES_AT_DESC",
|
|
43181
43942
|
DistributionsByCreatedBlockIdMaxIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MAX_IDENTITY_ID_ASC",
|
|
@@ -43206,8 +43967,8 @@ export declare enum BlocksOrderBy {
|
|
|
43206
43967
|
DistributionsByCreatedBlockIdMinCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CREATED_AT_DESC",
|
|
43207
43968
|
DistributionsByCreatedBlockIdMinCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_ASC",
|
|
43208
43969
|
DistributionsByCreatedBlockIdMinCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_DESC",
|
|
43209
|
-
|
|
43210
|
-
|
|
43970
|
+
DistributionsByCreatedBlockIdMinCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CURRENCY_ID_ASC",
|
|
43971
|
+
DistributionsByCreatedBlockIdMinCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_CURRENCY_ID_DESC",
|
|
43211
43972
|
DistributionsByCreatedBlockIdMinExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_EXPIRES_AT_ASC",
|
|
43212
43973
|
DistributionsByCreatedBlockIdMinExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_EXPIRES_AT_DESC",
|
|
43213
43974
|
DistributionsByCreatedBlockIdMinIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_MIN_IDENTITY_ID_ASC",
|
|
@@ -43238,8 +43999,8 @@ export declare enum BlocksOrderBy {
|
|
|
43238
43999
|
DistributionsByCreatedBlockIdStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
43239
44000
|
DistributionsByCreatedBlockIdStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
43240
44001
|
DistributionsByCreatedBlockIdStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
43241
|
-
|
|
43242
|
-
|
|
44002
|
+
DistributionsByCreatedBlockIdStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
44003
|
+
DistributionsByCreatedBlockIdStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
43243
44004
|
DistributionsByCreatedBlockIdStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
43244
44005
|
DistributionsByCreatedBlockIdStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
43245
44006
|
DistributionsByCreatedBlockIdStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -43270,8 +44031,8 @@ export declare enum BlocksOrderBy {
|
|
|
43270
44031
|
DistributionsByCreatedBlockIdStddevSampleCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
43271
44032
|
DistributionsByCreatedBlockIdStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
43272
44033
|
DistributionsByCreatedBlockIdStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
43273
|
-
|
|
43274
|
-
|
|
44034
|
+
DistributionsByCreatedBlockIdStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
44035
|
+
DistributionsByCreatedBlockIdStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
43275
44036
|
DistributionsByCreatedBlockIdStddevSampleExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
43276
44037
|
DistributionsByCreatedBlockIdStddevSampleExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
43277
44038
|
DistributionsByCreatedBlockIdStddevSampleIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -43302,8 +44063,8 @@ export declare enum BlocksOrderBy {
|
|
|
43302
44063
|
DistributionsByCreatedBlockIdSumCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CREATED_AT_DESC",
|
|
43303
44064
|
DistributionsByCreatedBlockIdSumCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_ASC",
|
|
43304
44065
|
DistributionsByCreatedBlockIdSumCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_DESC",
|
|
43305
|
-
|
|
43306
|
-
|
|
44066
|
+
DistributionsByCreatedBlockIdSumCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CURRENCY_ID_ASC",
|
|
44067
|
+
DistributionsByCreatedBlockIdSumCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_CURRENCY_ID_DESC",
|
|
43307
44068
|
DistributionsByCreatedBlockIdSumExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_EXPIRES_AT_ASC",
|
|
43308
44069
|
DistributionsByCreatedBlockIdSumExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_EXPIRES_AT_DESC",
|
|
43309
44070
|
DistributionsByCreatedBlockIdSumIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_SUM_IDENTITY_ID_ASC",
|
|
@@ -43334,8 +44095,8 @@ export declare enum BlocksOrderBy {
|
|
|
43334
44095
|
DistributionsByCreatedBlockIdVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
43335
44096
|
DistributionsByCreatedBlockIdVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
43336
44097
|
DistributionsByCreatedBlockIdVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
43337
|
-
|
|
43338
|
-
|
|
44098
|
+
DistributionsByCreatedBlockIdVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
44099
|
+
DistributionsByCreatedBlockIdVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
43339
44100
|
DistributionsByCreatedBlockIdVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
43340
44101
|
DistributionsByCreatedBlockIdVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
43341
44102
|
DistributionsByCreatedBlockIdVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -43366,8 +44127,8 @@ export declare enum BlocksOrderBy {
|
|
|
43366
44127
|
DistributionsByCreatedBlockIdVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
43367
44128
|
DistributionsByCreatedBlockIdVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
43368
44129
|
DistributionsByCreatedBlockIdVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
43369
|
-
|
|
43370
|
-
|
|
44130
|
+
DistributionsByCreatedBlockIdVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
44131
|
+
DistributionsByCreatedBlockIdVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
43371
44132
|
DistributionsByCreatedBlockIdVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
43372
44133
|
DistributionsByCreatedBlockIdVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
43373
44134
|
DistributionsByCreatedBlockIdVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -43398,8 +44159,8 @@ export declare enum BlocksOrderBy {
|
|
|
43398
44159
|
DistributionsByUpdatedBlockIdAverageCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_AT_DESC",
|
|
43399
44160
|
DistributionsByUpdatedBlockIdAverageCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
43400
44161
|
DistributionsByUpdatedBlockIdAverageCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
43401
|
-
|
|
43402
|
-
|
|
44162
|
+
DistributionsByUpdatedBlockIdAverageCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CURRENCY_ID_ASC",
|
|
44163
|
+
DistributionsByUpdatedBlockIdAverageCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_CURRENCY_ID_DESC",
|
|
43403
44164
|
DistributionsByUpdatedBlockIdAverageExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_EXPIRES_AT_ASC",
|
|
43404
44165
|
DistributionsByUpdatedBlockIdAverageExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_EXPIRES_AT_DESC",
|
|
43405
44166
|
DistributionsByUpdatedBlockIdAverageIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -43432,8 +44193,8 @@ export declare enum BlocksOrderBy {
|
|
|
43432
44193
|
DistributionsByUpdatedBlockIdDistinctCountCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
43433
44194
|
DistributionsByUpdatedBlockIdDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
43434
44195
|
DistributionsByUpdatedBlockIdDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
43435
|
-
|
|
43436
|
-
|
|
44196
|
+
DistributionsByUpdatedBlockIdDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
44197
|
+
DistributionsByUpdatedBlockIdDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
43437
44198
|
DistributionsByUpdatedBlockIdDistinctCountExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
43438
44199
|
DistributionsByUpdatedBlockIdDistinctCountExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
43439
44200
|
DistributionsByUpdatedBlockIdDistinctCountIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -43464,8 +44225,8 @@ export declare enum BlocksOrderBy {
|
|
|
43464
44225
|
DistributionsByUpdatedBlockIdMaxCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CREATED_AT_DESC",
|
|
43465
44226
|
DistributionsByUpdatedBlockIdMaxCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_ASC",
|
|
43466
44227
|
DistributionsByUpdatedBlockIdMaxCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_DESC",
|
|
43467
|
-
|
|
43468
|
-
|
|
44228
|
+
DistributionsByUpdatedBlockIdMaxCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CURRENCY_ID_ASC",
|
|
44229
|
+
DistributionsByUpdatedBlockIdMaxCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_CURRENCY_ID_DESC",
|
|
43469
44230
|
DistributionsByUpdatedBlockIdMaxExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_EXPIRES_AT_ASC",
|
|
43470
44231
|
DistributionsByUpdatedBlockIdMaxExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_EXPIRES_AT_DESC",
|
|
43471
44232
|
DistributionsByUpdatedBlockIdMaxIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MAX_IDENTITY_ID_ASC",
|
|
@@ -43496,8 +44257,8 @@ export declare enum BlocksOrderBy {
|
|
|
43496
44257
|
DistributionsByUpdatedBlockIdMinCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CREATED_AT_DESC",
|
|
43497
44258
|
DistributionsByUpdatedBlockIdMinCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_ASC",
|
|
43498
44259
|
DistributionsByUpdatedBlockIdMinCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_DESC",
|
|
43499
|
-
|
|
43500
|
-
|
|
44260
|
+
DistributionsByUpdatedBlockIdMinCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CURRENCY_ID_ASC",
|
|
44261
|
+
DistributionsByUpdatedBlockIdMinCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_CURRENCY_ID_DESC",
|
|
43501
44262
|
DistributionsByUpdatedBlockIdMinExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_EXPIRES_AT_ASC",
|
|
43502
44263
|
DistributionsByUpdatedBlockIdMinExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_EXPIRES_AT_DESC",
|
|
43503
44264
|
DistributionsByUpdatedBlockIdMinIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_MIN_IDENTITY_ID_ASC",
|
|
@@ -43528,8 +44289,8 @@ export declare enum BlocksOrderBy {
|
|
|
43528
44289
|
DistributionsByUpdatedBlockIdStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
43529
44290
|
DistributionsByUpdatedBlockIdStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
43530
44291
|
DistributionsByUpdatedBlockIdStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
43531
|
-
|
|
43532
|
-
|
|
44292
|
+
DistributionsByUpdatedBlockIdStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
44293
|
+
DistributionsByUpdatedBlockIdStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
43533
44294
|
DistributionsByUpdatedBlockIdStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
43534
44295
|
DistributionsByUpdatedBlockIdStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
43535
44296
|
DistributionsByUpdatedBlockIdStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -43560,8 +44321,8 @@ export declare enum BlocksOrderBy {
|
|
|
43560
44321
|
DistributionsByUpdatedBlockIdStddevSampleCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
43561
44322
|
DistributionsByUpdatedBlockIdStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
43562
44323
|
DistributionsByUpdatedBlockIdStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
43563
|
-
|
|
43564
|
-
|
|
44324
|
+
DistributionsByUpdatedBlockIdStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
44325
|
+
DistributionsByUpdatedBlockIdStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
43565
44326
|
DistributionsByUpdatedBlockIdStddevSampleExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
43566
44327
|
DistributionsByUpdatedBlockIdStddevSampleExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
43567
44328
|
DistributionsByUpdatedBlockIdStddevSampleIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -43592,8 +44353,8 @@ export declare enum BlocksOrderBy {
|
|
|
43592
44353
|
DistributionsByUpdatedBlockIdSumCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CREATED_AT_DESC",
|
|
43593
44354
|
DistributionsByUpdatedBlockIdSumCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_ASC",
|
|
43594
44355
|
DistributionsByUpdatedBlockIdSumCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_DESC",
|
|
43595
|
-
|
|
43596
|
-
|
|
44356
|
+
DistributionsByUpdatedBlockIdSumCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CURRENCY_ID_ASC",
|
|
44357
|
+
DistributionsByUpdatedBlockIdSumCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_CURRENCY_ID_DESC",
|
|
43597
44358
|
DistributionsByUpdatedBlockIdSumExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_EXPIRES_AT_ASC",
|
|
43598
44359
|
DistributionsByUpdatedBlockIdSumExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_EXPIRES_AT_DESC",
|
|
43599
44360
|
DistributionsByUpdatedBlockIdSumIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_SUM_IDENTITY_ID_ASC",
|
|
@@ -43624,8 +44385,8 @@ export declare enum BlocksOrderBy {
|
|
|
43624
44385
|
DistributionsByUpdatedBlockIdVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
43625
44386
|
DistributionsByUpdatedBlockIdVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
43626
44387
|
DistributionsByUpdatedBlockIdVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
43627
|
-
|
|
43628
|
-
|
|
44388
|
+
DistributionsByUpdatedBlockIdVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
44389
|
+
DistributionsByUpdatedBlockIdVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
43629
44390
|
DistributionsByUpdatedBlockIdVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
43630
44391
|
DistributionsByUpdatedBlockIdVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
43631
44392
|
DistributionsByUpdatedBlockIdVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -43656,8 +44417,8 @@ export declare enum BlocksOrderBy {
|
|
|
43656
44417
|
DistributionsByUpdatedBlockIdVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
43657
44418
|
DistributionsByUpdatedBlockIdVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
43658
44419
|
DistributionsByUpdatedBlockIdVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
43659
|
-
|
|
43660
|
-
|
|
44420
|
+
DistributionsByUpdatedBlockIdVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
44421
|
+
DistributionsByUpdatedBlockIdVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
43661
44422
|
DistributionsByUpdatedBlockIdVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
43662
44423
|
DistributionsByUpdatedBlockIdVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
43663
44424
|
DistributionsByUpdatedBlockIdVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -71646,7 +72407,9 @@ export declare type Distribution = Node & {
|
|
|
71646
72407
|
/** Reads a single `Block` that is related to this `Distribution`. */
|
|
71647
72408
|
createdBlock?: Maybe<Block>;
|
|
71648
72409
|
createdBlockId: Scalars['String']['output'];
|
|
71649
|
-
|
|
72410
|
+
/** Reads a single `Asset` that is related to this `Distribution`. */
|
|
72411
|
+
currency?: Maybe<Asset>;
|
|
72412
|
+
currencyId: Scalars['String']['output'];
|
|
71650
72413
|
/** Reads and enables pagination through a set of `DistributionPayment`. */
|
|
71651
72414
|
distributionPayments: DistributionPaymentsConnection;
|
|
71652
72415
|
expiresAt?: Maybe<Scalars['BigFloat']['output']>;
|
|
@@ -71878,7 +72641,7 @@ export declare type DistributionDistinctCountAggregateFilter = {
|
|
|
71878
72641
|
assetId?: InputMaybe<BigIntFilter>;
|
|
71879
72642
|
createdAt?: InputMaybe<BigIntFilter>;
|
|
71880
72643
|
createdBlockId?: InputMaybe<BigIntFilter>;
|
|
71881
|
-
|
|
72644
|
+
currencyId?: InputMaybe<BigIntFilter>;
|
|
71882
72645
|
expiresAt?: InputMaybe<BigIntFilter>;
|
|
71883
72646
|
id?: InputMaybe<BigIntFilter>;
|
|
71884
72647
|
identityId?: InputMaybe<BigIntFilter>;
|
|
@@ -71904,8 +72667,8 @@ export declare type DistributionDistinctCountAggregates = {
|
|
|
71904
72667
|
createdAt?: Maybe<Scalars['BigInt']['output']>;
|
|
71905
72668
|
/** Distinct count of createdBlockId across the matching connection */
|
|
71906
72669
|
createdBlockId?: Maybe<Scalars['BigInt']['output']>;
|
|
71907
|
-
/** Distinct count of
|
|
71908
|
-
|
|
72670
|
+
/** Distinct count of currencyId across the matching connection */
|
|
72671
|
+
currencyId?: Maybe<Scalars['BigInt']['output']>;
|
|
71909
72672
|
/** Distinct count of expiresAt across the matching connection */
|
|
71910
72673
|
expiresAt?: Maybe<Scalars['BigInt']['output']>;
|
|
71911
72674
|
/** Distinct count of id across the matching connection */
|
|
@@ -71943,8 +72706,10 @@ export declare type DistributionFilter = {
|
|
|
71943
72706
|
createdBlock?: InputMaybe<BlockFilter>;
|
|
71944
72707
|
/** Filter by the object’s `createdBlockId` field. */
|
|
71945
72708
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
71946
|
-
/** Filter by the object’s `currency`
|
|
71947
|
-
currency?: InputMaybe<
|
|
72709
|
+
/** Filter by the object’s `currency` relation. */
|
|
72710
|
+
currency?: InputMaybe<AssetFilter>;
|
|
72711
|
+
/** Filter by the object’s `currencyId` field. */
|
|
72712
|
+
currencyId?: InputMaybe<StringFilter>;
|
|
71948
72713
|
/** Filter by the object’s `distributionPayments` relation. */
|
|
71949
72714
|
distributionPayments?: InputMaybe<DistributionToManyDistributionPaymentFilter>;
|
|
71950
72715
|
/** Some related `distributionPayments` exist. */
|
|
@@ -72678,7 +73443,7 @@ export declare enum DistributionsGroupBy {
|
|
|
72678
73443
|
CreatedAtTruncatedToDay = "CREATED_AT_TRUNCATED_TO_DAY",
|
|
72679
73444
|
CreatedAtTruncatedToHour = "CREATED_AT_TRUNCATED_TO_HOUR",
|
|
72680
73445
|
CreatedBlockId = "CREATED_BLOCK_ID",
|
|
72681
|
-
|
|
73446
|
+
CurrencyId = "CURRENCY_ID",
|
|
72682
73447
|
ExpiresAt = "EXPIRES_AT",
|
|
72683
73448
|
Id = "ID",
|
|
72684
73449
|
IdentityId = "IDENTITY_ID",
|
|
@@ -72804,8 +73569,8 @@ export declare enum DistributionsOrderBy {
|
|
|
72804
73569
|
CreatedAtDesc = "CREATED_AT_DESC",
|
|
72805
73570
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
72806
73571
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
72807
|
-
|
|
72808
|
-
|
|
73572
|
+
CurrencyIdAsc = "CURRENCY_ID_ASC",
|
|
73573
|
+
CurrencyIdDesc = "CURRENCY_ID_DESC",
|
|
72809
73574
|
DistributionPaymentsAverageAmountAfterTaxAsc = "DISTRIBUTION_PAYMENTS_AVERAGE_AMOUNT_AFTER_TAX_ASC",
|
|
72810
73575
|
DistributionPaymentsAverageAmountAfterTaxDesc = "DISTRIBUTION_PAYMENTS_AVERAGE_AMOUNT_AFTER_TAX_DESC",
|
|
72811
73576
|
DistributionPaymentsAverageAmountAsc = "DISTRIBUTION_PAYMENTS_AVERAGE_AMOUNT_ASC",
|
|
@@ -73649,6 +74414,7 @@ export declare enum EventIdEnum {
|
|
|
73649
74414
|
SomeOffline = "SomeOffline",
|
|
73650
74415
|
StakersElected = "StakersElected",
|
|
73651
74416
|
StakingElection = "StakingElection",
|
|
74417
|
+
StakingElectionFailed = "StakingElectionFailed",
|
|
73652
74418
|
StatTypesAdded = "StatTypesAdded",
|
|
73653
74419
|
StatTypesRemoved = "StatTypesRemoved",
|
|
73654
74420
|
Sudid = "Sudid",
|
|
@@ -74769,7 +75535,13 @@ export declare enum ExtrinsicsOrderBy {
|
|
|
74769
75535
|
BlockIdDesc = "BLOCK_ID_DESC",
|
|
74770
75536
|
CallIdAsc = "CALL_ID_ASC",
|
|
74771
75537
|
CallIdDesc = "CALL_ID_DESC",
|
|
75538
|
+
/**
|
|
75539
|
+
* @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
|
|
75540
|
+
*/
|
|
74772
75541
|
CreatedAtAsc = "CREATED_AT_ASC",
|
|
75542
|
+
/**
|
|
75543
|
+
* @deprecated - Removed in SQ v19 which updates `BlockIdDesc` to work instead
|
|
75544
|
+
*/
|
|
74773
75545
|
CreatedAtDesc = "CREATED_AT_DESC",
|
|
74774
75546
|
EventsAverageAttributesAsc = "EVENTS_AVERAGE_ATTRIBUTES_ASC",
|
|
74775
75547
|
EventsAverageAttributesDesc = "EVENTS_AVERAGE_ATTRIBUTES_DESC",
|
|
@@ -78953,8 +79725,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
78953
79725
|
DistributionsAverageCreatedAtDesc = "DISTRIBUTIONS_AVERAGE_CREATED_AT_DESC",
|
|
78954
79726
|
DistributionsAverageCreatedBlockIdAsc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
78955
79727
|
DistributionsAverageCreatedBlockIdDesc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
78956
|
-
|
|
78957
|
-
|
|
79728
|
+
DistributionsAverageCurrencyIdAsc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_ASC",
|
|
79729
|
+
DistributionsAverageCurrencyIdDesc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_DESC",
|
|
78958
79730
|
DistributionsAverageExpiresAtAsc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_ASC",
|
|
78959
79731
|
DistributionsAverageExpiresAtDesc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_DESC",
|
|
78960
79732
|
DistributionsAverageIdentityIdAsc = "DISTRIBUTIONS_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -78987,8 +79759,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
78987
79759
|
DistributionsDistinctCountCreatedAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
78988
79760
|
DistributionsDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
78989
79761
|
DistributionsDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
78990
|
-
|
|
78991
|
-
|
|
79762
|
+
DistributionsDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
79763
|
+
DistributionsDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
78992
79764
|
DistributionsDistinctCountExpiresAtAsc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
78993
79765
|
DistributionsDistinctCountExpiresAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
78994
79766
|
DistributionsDistinctCountIdentityIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -79019,8 +79791,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79019
79791
|
DistributionsMaxCreatedAtDesc = "DISTRIBUTIONS_MAX_CREATED_AT_DESC",
|
|
79020
79792
|
DistributionsMaxCreatedBlockIdAsc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_ASC",
|
|
79021
79793
|
DistributionsMaxCreatedBlockIdDesc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_DESC",
|
|
79022
|
-
|
|
79023
|
-
|
|
79794
|
+
DistributionsMaxCurrencyIdAsc = "DISTRIBUTIONS_MAX_CURRENCY_ID_ASC",
|
|
79795
|
+
DistributionsMaxCurrencyIdDesc = "DISTRIBUTIONS_MAX_CURRENCY_ID_DESC",
|
|
79024
79796
|
DistributionsMaxExpiresAtAsc = "DISTRIBUTIONS_MAX_EXPIRES_AT_ASC",
|
|
79025
79797
|
DistributionsMaxExpiresAtDesc = "DISTRIBUTIONS_MAX_EXPIRES_AT_DESC",
|
|
79026
79798
|
DistributionsMaxIdentityIdAsc = "DISTRIBUTIONS_MAX_IDENTITY_ID_ASC",
|
|
@@ -79051,8 +79823,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79051
79823
|
DistributionsMinCreatedAtDesc = "DISTRIBUTIONS_MIN_CREATED_AT_DESC",
|
|
79052
79824
|
DistributionsMinCreatedBlockIdAsc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_ASC",
|
|
79053
79825
|
DistributionsMinCreatedBlockIdDesc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_DESC",
|
|
79054
|
-
|
|
79055
|
-
|
|
79826
|
+
DistributionsMinCurrencyIdAsc = "DISTRIBUTIONS_MIN_CURRENCY_ID_ASC",
|
|
79827
|
+
DistributionsMinCurrencyIdDesc = "DISTRIBUTIONS_MIN_CURRENCY_ID_DESC",
|
|
79056
79828
|
DistributionsMinExpiresAtAsc = "DISTRIBUTIONS_MIN_EXPIRES_AT_ASC",
|
|
79057
79829
|
DistributionsMinExpiresAtDesc = "DISTRIBUTIONS_MIN_EXPIRES_AT_DESC",
|
|
79058
79830
|
DistributionsMinIdentityIdAsc = "DISTRIBUTIONS_MIN_IDENTITY_ID_ASC",
|
|
@@ -79083,8 +79855,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79083
79855
|
DistributionsStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
79084
79856
|
DistributionsStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
79085
79857
|
DistributionsStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
79086
|
-
|
|
79087
|
-
|
|
79858
|
+
DistributionsStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
79859
|
+
DistributionsStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
79088
79860
|
DistributionsStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
79089
79861
|
DistributionsStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
79090
79862
|
DistributionsStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -79115,8 +79887,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79115
79887
|
DistributionsStddevSampleCreatedAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
79116
79888
|
DistributionsStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
79117
79889
|
DistributionsStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
79118
|
-
|
|
79119
|
-
|
|
79890
|
+
DistributionsStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
79891
|
+
DistributionsStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
79120
79892
|
DistributionsStddevSampleExpiresAtAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
79121
79893
|
DistributionsStddevSampleExpiresAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
79122
79894
|
DistributionsStddevSampleIdentityIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -79147,8 +79919,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79147
79919
|
DistributionsSumCreatedAtDesc = "DISTRIBUTIONS_SUM_CREATED_AT_DESC",
|
|
79148
79920
|
DistributionsSumCreatedBlockIdAsc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_ASC",
|
|
79149
79921
|
DistributionsSumCreatedBlockIdDesc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_DESC",
|
|
79150
|
-
|
|
79151
|
-
|
|
79922
|
+
DistributionsSumCurrencyIdAsc = "DISTRIBUTIONS_SUM_CURRENCY_ID_ASC",
|
|
79923
|
+
DistributionsSumCurrencyIdDesc = "DISTRIBUTIONS_SUM_CURRENCY_ID_DESC",
|
|
79152
79924
|
DistributionsSumExpiresAtAsc = "DISTRIBUTIONS_SUM_EXPIRES_AT_ASC",
|
|
79153
79925
|
DistributionsSumExpiresAtDesc = "DISTRIBUTIONS_SUM_EXPIRES_AT_DESC",
|
|
79154
79926
|
DistributionsSumIdentityIdAsc = "DISTRIBUTIONS_SUM_IDENTITY_ID_ASC",
|
|
@@ -79179,8 +79951,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79179
79951
|
DistributionsVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
79180
79952
|
DistributionsVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
79181
79953
|
DistributionsVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
79182
|
-
|
|
79183
|
-
|
|
79954
|
+
DistributionsVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
79955
|
+
DistributionsVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
79184
79956
|
DistributionsVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
79185
79957
|
DistributionsVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
79186
79958
|
DistributionsVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -79211,8 +79983,8 @@ export declare enum IdentitiesOrderBy {
|
|
|
79211
79983
|
DistributionsVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
79212
79984
|
DistributionsVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
79213
79985
|
DistributionsVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
79214
|
-
|
|
79215
|
-
|
|
79986
|
+
DistributionsVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
79987
|
+
DistributionsVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
79216
79988
|
DistributionsVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
79217
79989
|
DistributionsVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
79218
79990
|
DistributionsVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -83172,6 +83944,8 @@ export declare type Identity = Node & {
|
|
|
83172
83944
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
83173
83945
|
assetsByDistributionIdentityIdAndAssetId: IdentityAssetsByDistributionIdentityIdAndAssetIdManyToManyConnection;
|
|
83174
83946
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
83947
|
+
assetsByDistributionIdentityIdAndCurrencyId: IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyConnection;
|
|
83948
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
83175
83949
|
assetsByNftHolderIdentityIdAndAssetId: IdentityAssetsByNftHolderIdentityIdAndAssetIdManyToManyConnection;
|
|
83176
83950
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
83177
83951
|
assetsByOwnerId: AssetsConnection;
|
|
@@ -83510,6 +84284,17 @@ export declare type IdentityAssetsByDistributionIdentityIdAndAssetIdArgs = {
|
|
|
83510
84284
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
83511
84285
|
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
83512
84286
|
};
|
|
84287
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdArgs = {
|
|
84288
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
84289
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
84290
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
84291
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
84292
|
+
filter?: InputMaybe<AssetFilter>;
|
|
84293
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
84294
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
84295
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
84296
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
84297
|
+
};
|
|
83513
84298
|
export declare type IdentityAssetsByNftHolderIdentityIdAndAssetIdArgs = {
|
|
83514
84299
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
83515
84300
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -85091,6 +85876,49 @@ export declare type IdentityAssetsByDistributionIdentityIdAndAssetIdManyToManyEd
|
|
|
85091
85876
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
85092
85877
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
85093
85878
|
};
|
|
85879
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
85880
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyConnection = {
|
|
85881
|
+
__typename?: 'IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyConnection';
|
|
85882
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
85883
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
85884
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
85885
|
+
edges: Array<IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyEdge>;
|
|
85886
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
85887
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
85888
|
+
/** A list of `Asset` objects. */
|
|
85889
|
+
nodes: Array<Maybe<Asset>>;
|
|
85890
|
+
/** Information to aid in pagination. */
|
|
85891
|
+
pageInfo: PageInfo;
|
|
85892
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
85893
|
+
totalCount: Scalars['Int']['output'];
|
|
85894
|
+
};
|
|
85895
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
85896
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
85897
|
+
groupBy: Array<AssetsGroupBy>;
|
|
85898
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
85899
|
+
};
|
|
85900
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
85901
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyEdge = {
|
|
85902
|
+
__typename?: 'IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyEdge';
|
|
85903
|
+
/** A cursor for use in pagination. */
|
|
85904
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
85905
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
85906
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
85907
|
+
/** The `Asset` at the end of the edge. */
|
|
85908
|
+
node?: Maybe<Asset>;
|
|
85909
|
+
};
|
|
85910
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
85911
|
+
export declare type IdentityAssetsByDistributionIdentityIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
85912
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
85913
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
85914
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
85915
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
85916
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
85917
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85918
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
85919
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
85920
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
85921
|
+
};
|
|
85094
85922
|
/** A connection to a list of `Asset` values, with data from `NftHolder`. */
|
|
85095
85923
|
export declare type IdentityAssetsByNftHolderIdentityIdAndAssetIdManyToManyConnection = {
|
|
85096
85924
|
__typename?: 'IdentityAssetsByNftHolderIdentityIdAndAssetIdManyToManyConnection';
|
|
@@ -99176,7 +100004,13 @@ export declare type NftHoldersHavingVarianceSampleInput = {
|
|
|
99176
100004
|
export declare enum NftHoldersOrderBy {
|
|
99177
100005
|
AssetIdAsc = "ASSET_ID_ASC",
|
|
99178
100006
|
AssetIdDesc = "ASSET_ID_DESC",
|
|
100007
|
+
/**
|
|
100008
|
+
* @deprecated - Removed in SQ v19 updates `BlockIdAsc` to work instead
|
|
100009
|
+
*/
|
|
99179
100010
|
CreatedAtAsc = "CREATED_AT_ASC",
|
|
100011
|
+
/**
|
|
100012
|
+
* @deprecated - Removed in SQ v19 updates `BlockIdDesc` to work instead
|
|
100013
|
+
*/
|
|
99180
100014
|
CreatedAtDesc = "CREATED_AT_DESC",
|
|
99181
100015
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
99182
100016
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
@@ -101490,6 +102324,8 @@ export declare type Portfolio = Node & {
|
|
|
101490
102324
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
101491
102325
|
assetsByDistributionPortfolioIdAndAssetId: PortfolioAssetsByDistributionPortfolioIdAndAssetIdManyToManyConnection;
|
|
101492
102326
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
102327
|
+
assetsByDistributionPortfolioIdAndCurrencyId: PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyConnection;
|
|
102328
|
+
/** Reads and enables pagination through a set of `Asset`. */
|
|
101493
102329
|
assetsByPortfolioMovementFromIdAndAssetId: PortfolioAssetsByPortfolioMovementFromIdAndAssetIdManyToManyConnection;
|
|
101494
102330
|
/** Reads and enables pagination through a set of `Asset`. */
|
|
101495
102331
|
assetsByPortfolioMovementToIdAndAssetId: PortfolioAssetsByPortfolioMovementToIdAndAssetIdManyToManyConnection;
|
|
@@ -101637,6 +102473,17 @@ export declare type PortfolioAssetsByDistributionPortfolioIdAndAssetIdArgs = {
|
|
|
101637
102473
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
101638
102474
|
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
101639
102475
|
};
|
|
102476
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdArgs = {
|
|
102477
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
102478
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
102479
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
102480
|
+
distinct?: InputMaybe<Array<InputMaybe<Assets_Distinct_Enum>>>;
|
|
102481
|
+
filter?: InputMaybe<AssetFilter>;
|
|
102482
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102483
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
102484
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
102485
|
+
orderBy?: InputMaybe<Array<AssetsOrderBy>>;
|
|
102486
|
+
};
|
|
101640
102487
|
export declare type PortfolioAssetsByPortfolioMovementFromIdAndAssetIdArgs = {
|
|
101641
102488
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
101642
102489
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -102207,6 +103054,49 @@ export declare type PortfolioAssetsByDistributionPortfolioIdAndAssetIdManyToMany
|
|
|
102207
103054
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
102208
103055
|
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
102209
103056
|
};
|
|
103057
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
103058
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyConnection = {
|
|
103059
|
+
__typename?: 'PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyConnection';
|
|
103060
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
103061
|
+
aggregates?: Maybe<AssetAggregates>;
|
|
103062
|
+
/** A list of edges which contains the `Asset`, info from the `Distribution`, and the cursor to aid in pagination. */
|
|
103063
|
+
edges: Array<PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyEdge>;
|
|
103064
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
103065
|
+
groupedAggregates?: Maybe<Array<AssetAggregates>>;
|
|
103066
|
+
/** A list of `Asset` objects. */
|
|
103067
|
+
nodes: Array<Maybe<Asset>>;
|
|
103068
|
+
/** Information to aid in pagination. */
|
|
103069
|
+
pageInfo: PageInfo;
|
|
103070
|
+
/** The count of *all* `Asset` you could get from the connection. */
|
|
103071
|
+
totalCount: Scalars['Int']['output'];
|
|
103072
|
+
};
|
|
103073
|
+
/** A connection to a list of `Asset` values, with data from `Distribution`. */
|
|
103074
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
103075
|
+
groupBy: Array<AssetsGroupBy>;
|
|
103076
|
+
having?: InputMaybe<AssetsHavingInput>;
|
|
103077
|
+
};
|
|
103078
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
103079
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyEdge = {
|
|
103080
|
+
__typename?: 'PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyEdge';
|
|
103081
|
+
/** A cursor for use in pagination. */
|
|
103082
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
103083
|
+
/** Reads and enables pagination through a set of `Distribution`. */
|
|
103084
|
+
distributionsByCurrencyId: DistributionsConnection;
|
|
103085
|
+
/** The `Asset` at the end of the edge. */
|
|
103086
|
+
node?: Maybe<Asset>;
|
|
103087
|
+
};
|
|
103088
|
+
/** A `Asset` edge in the connection, with data from `Distribution`. */
|
|
103089
|
+
export declare type PortfolioAssetsByDistributionPortfolioIdAndCurrencyIdManyToManyEdgeDistributionsByCurrencyIdArgs = {
|
|
103090
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
103091
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
103092
|
+
blockHeight?: InputMaybe<Scalars['String']['input']>;
|
|
103093
|
+
distinct?: InputMaybe<Array<InputMaybe<Distributions_Distinct_Enum>>>;
|
|
103094
|
+
filter?: InputMaybe<DistributionFilter>;
|
|
103095
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
103096
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
103097
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
103098
|
+
orderBy?: InputMaybe<Array<DistributionsOrderBy>>;
|
|
103099
|
+
};
|
|
102210
103100
|
/** A connection to a list of `Asset` values, with data from `PortfolioMovement`. */
|
|
102211
103101
|
export declare type PortfolioAssetsByPortfolioMovementFromIdAndAssetIdManyToManyConnection = {
|
|
102212
103102
|
__typename?: 'PortfolioAssetsByPortfolioMovementFromIdAndAssetIdManyToManyConnection';
|
|
@@ -104913,8 +105803,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
104913
105803
|
DistributionsAverageCreatedAtDesc = "DISTRIBUTIONS_AVERAGE_CREATED_AT_DESC",
|
|
104914
105804
|
DistributionsAverageCreatedBlockIdAsc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
104915
105805
|
DistributionsAverageCreatedBlockIdDesc = "DISTRIBUTIONS_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
104916
|
-
|
|
104917
|
-
|
|
105806
|
+
DistributionsAverageCurrencyIdAsc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_ASC",
|
|
105807
|
+
DistributionsAverageCurrencyIdDesc = "DISTRIBUTIONS_AVERAGE_CURRENCY_ID_DESC",
|
|
104918
105808
|
DistributionsAverageExpiresAtAsc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_ASC",
|
|
104919
105809
|
DistributionsAverageExpiresAtDesc = "DISTRIBUTIONS_AVERAGE_EXPIRES_AT_DESC",
|
|
104920
105810
|
DistributionsAverageIdentityIdAsc = "DISTRIBUTIONS_AVERAGE_IDENTITY_ID_ASC",
|
|
@@ -104947,8 +105837,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
104947
105837
|
DistributionsDistinctCountCreatedAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
104948
105838
|
DistributionsDistinctCountCreatedBlockIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
104949
105839
|
DistributionsDistinctCountCreatedBlockIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
104950
|
-
|
|
104951
|
-
|
|
105840
|
+
DistributionsDistinctCountCurrencyIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_ASC",
|
|
105841
|
+
DistributionsDistinctCountCurrencyIdDesc = "DISTRIBUTIONS_DISTINCT_COUNT_CURRENCY_ID_DESC",
|
|
104952
105842
|
DistributionsDistinctCountExpiresAtAsc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_ASC",
|
|
104953
105843
|
DistributionsDistinctCountExpiresAtDesc = "DISTRIBUTIONS_DISTINCT_COUNT_EXPIRES_AT_DESC",
|
|
104954
105844
|
DistributionsDistinctCountIdentityIdAsc = "DISTRIBUTIONS_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
@@ -104979,8 +105869,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
104979
105869
|
DistributionsMaxCreatedAtDesc = "DISTRIBUTIONS_MAX_CREATED_AT_DESC",
|
|
104980
105870
|
DistributionsMaxCreatedBlockIdAsc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_ASC",
|
|
104981
105871
|
DistributionsMaxCreatedBlockIdDesc = "DISTRIBUTIONS_MAX_CREATED_BLOCK_ID_DESC",
|
|
104982
|
-
|
|
104983
|
-
|
|
105872
|
+
DistributionsMaxCurrencyIdAsc = "DISTRIBUTIONS_MAX_CURRENCY_ID_ASC",
|
|
105873
|
+
DistributionsMaxCurrencyIdDesc = "DISTRIBUTIONS_MAX_CURRENCY_ID_DESC",
|
|
104984
105874
|
DistributionsMaxExpiresAtAsc = "DISTRIBUTIONS_MAX_EXPIRES_AT_ASC",
|
|
104985
105875
|
DistributionsMaxExpiresAtDesc = "DISTRIBUTIONS_MAX_EXPIRES_AT_DESC",
|
|
104986
105876
|
DistributionsMaxIdentityIdAsc = "DISTRIBUTIONS_MAX_IDENTITY_ID_ASC",
|
|
@@ -105011,8 +105901,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105011
105901
|
DistributionsMinCreatedAtDesc = "DISTRIBUTIONS_MIN_CREATED_AT_DESC",
|
|
105012
105902
|
DistributionsMinCreatedBlockIdAsc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_ASC",
|
|
105013
105903
|
DistributionsMinCreatedBlockIdDesc = "DISTRIBUTIONS_MIN_CREATED_BLOCK_ID_DESC",
|
|
105014
|
-
|
|
105015
|
-
|
|
105904
|
+
DistributionsMinCurrencyIdAsc = "DISTRIBUTIONS_MIN_CURRENCY_ID_ASC",
|
|
105905
|
+
DistributionsMinCurrencyIdDesc = "DISTRIBUTIONS_MIN_CURRENCY_ID_DESC",
|
|
105016
105906
|
DistributionsMinExpiresAtAsc = "DISTRIBUTIONS_MIN_EXPIRES_AT_ASC",
|
|
105017
105907
|
DistributionsMinExpiresAtDesc = "DISTRIBUTIONS_MIN_EXPIRES_AT_DESC",
|
|
105018
105908
|
DistributionsMinIdentityIdAsc = "DISTRIBUTIONS_MIN_IDENTITY_ID_ASC",
|
|
@@ -105043,8 +105933,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105043
105933
|
DistributionsStddevPopulationCreatedAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
105044
105934
|
DistributionsStddevPopulationCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
105045
105935
|
DistributionsStddevPopulationCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
105046
|
-
|
|
105047
|
-
|
|
105936
|
+
DistributionsStddevPopulationCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_ASC",
|
|
105937
|
+
DistributionsStddevPopulationCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_POPULATION_CURRENCY_ID_DESC",
|
|
105048
105938
|
DistributionsStddevPopulationExpiresAtAsc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_ASC",
|
|
105049
105939
|
DistributionsStddevPopulationExpiresAtDesc = "DISTRIBUTIONS_STDDEV_POPULATION_EXPIRES_AT_DESC",
|
|
105050
105940
|
DistributionsStddevPopulationIdentityIdAsc = "DISTRIBUTIONS_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -105075,8 +105965,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105075
105965
|
DistributionsStddevSampleCreatedAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
105076
105966
|
DistributionsStddevSampleCreatedBlockIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
105077
105967
|
DistributionsStddevSampleCreatedBlockIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
105078
|
-
|
|
105079
|
-
|
|
105968
|
+
DistributionsStddevSampleCurrencyIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_ASC",
|
|
105969
|
+
DistributionsStddevSampleCurrencyIdDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_CURRENCY_ID_DESC",
|
|
105080
105970
|
DistributionsStddevSampleExpiresAtAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_ASC",
|
|
105081
105971
|
DistributionsStddevSampleExpiresAtDesc = "DISTRIBUTIONS_STDDEV_SAMPLE_EXPIRES_AT_DESC",
|
|
105082
105972
|
DistributionsStddevSampleIdentityIdAsc = "DISTRIBUTIONS_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -105107,8 +105997,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105107
105997
|
DistributionsSumCreatedAtDesc = "DISTRIBUTIONS_SUM_CREATED_AT_DESC",
|
|
105108
105998
|
DistributionsSumCreatedBlockIdAsc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_ASC",
|
|
105109
105999
|
DistributionsSumCreatedBlockIdDesc = "DISTRIBUTIONS_SUM_CREATED_BLOCK_ID_DESC",
|
|
105110
|
-
|
|
105111
|
-
|
|
106000
|
+
DistributionsSumCurrencyIdAsc = "DISTRIBUTIONS_SUM_CURRENCY_ID_ASC",
|
|
106001
|
+
DistributionsSumCurrencyIdDesc = "DISTRIBUTIONS_SUM_CURRENCY_ID_DESC",
|
|
105112
106002
|
DistributionsSumExpiresAtAsc = "DISTRIBUTIONS_SUM_EXPIRES_AT_ASC",
|
|
105113
106003
|
DistributionsSumExpiresAtDesc = "DISTRIBUTIONS_SUM_EXPIRES_AT_DESC",
|
|
105114
106004
|
DistributionsSumIdentityIdAsc = "DISTRIBUTIONS_SUM_IDENTITY_ID_ASC",
|
|
@@ -105139,8 +106029,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105139
106029
|
DistributionsVariancePopulationCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
105140
106030
|
DistributionsVariancePopulationCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
105141
106031
|
DistributionsVariancePopulationCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
105142
|
-
|
|
105143
|
-
|
|
106032
|
+
DistributionsVariancePopulationCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_ASC",
|
|
106033
|
+
DistributionsVariancePopulationCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_CURRENCY_ID_DESC",
|
|
105144
106034
|
DistributionsVariancePopulationExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_ASC",
|
|
105145
106035
|
DistributionsVariancePopulationExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_POPULATION_EXPIRES_AT_DESC",
|
|
105146
106036
|
DistributionsVariancePopulationIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
@@ -105171,8 +106061,8 @@ export declare enum PortfoliosOrderBy {
|
|
|
105171
106061
|
DistributionsVarianceSampleCreatedAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
105172
106062
|
DistributionsVarianceSampleCreatedBlockIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
105173
106063
|
DistributionsVarianceSampleCreatedBlockIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
105174
|
-
|
|
105175
|
-
|
|
106064
|
+
DistributionsVarianceSampleCurrencyIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_ASC",
|
|
106065
|
+
DistributionsVarianceSampleCurrencyIdDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_CURRENCY_ID_DESC",
|
|
105176
106066
|
DistributionsVarianceSampleExpiresAtAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_ASC",
|
|
105177
106067
|
DistributionsVarianceSampleExpiresAtDesc = "DISTRIBUTIONS_VARIANCE_SAMPLE_EXPIRES_AT_DESC",
|
|
105178
106068
|
DistributionsVarianceSampleIdentityIdAsc = "DISTRIBUTIONS_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
@@ -115129,7 +116019,7 @@ export declare enum Distributions_Distinct_Enum {
|
|
|
115129
116019
|
AssetId = "ASSET_ID",
|
|
115130
116020
|
CreatedAt = "CREATED_AT",
|
|
115131
116021
|
CreatedBlockId = "CREATED_BLOCK_ID",
|
|
115132
|
-
|
|
116022
|
+
CurrencyId = "CURRENCY_ID",
|
|
115133
116023
|
ExpiresAt = "EXPIRES_AT",
|
|
115134
116024
|
Id = "ID",
|
|
115135
116025
|
IdentityId = "IDENTITY_ID",
|