@polymeshassociation/polymesh-sdk 23.0.0-alpha.31 → 23.0.0-alpha.33
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 +3 -3
- package/api/client/Claims.d.ts +13 -0
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +29 -0
- package/api/client/Claims.js.map +1 -1
- package/middleware/queries.d.ts +16 -0
- package/middleware/queries.d.ts.map +1 -1
- package/middleware/queries.js +51 -1
- package/middleware/queries.js.map +1 -1
- package/middleware/types.d.ts +1844 -35
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +759 -4
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-alpha.33.tgz +0 -0
- package/package.json +1 -1
- package/types/internal.d.ts +4 -1
- package/types/internal.d.ts.map +1 -1
- package/types/internal.js.map +1 -1
- package/utils/constants.d.ts +1 -1
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +1 -1
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +6 -2
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +15 -1
- package/utils/conversion.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-alpha.31.tgz +0 -0
package/middleware/types.d.ts
CHANGED
|
@@ -10758,6 +10758,10 @@ export declare type Block = Node & {
|
|
|
10758
10758
|
/** Reads and enables pagination through a set of `Block`. */
|
|
10759
10759
|
blocksByComplianceUpdatedBlockIdAndCreatedBlockId: BlockBlocksByComplianceUpdatedBlockIdAndCreatedBlockIdManyToManyConnection;
|
|
10760
10760
|
/** Reads and enables pagination through a set of `Block`. */
|
|
10761
|
+
blocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockId: BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdManyToManyConnection;
|
|
10762
|
+
/** Reads and enables pagination through a set of `Block`. */
|
|
10763
|
+
blocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockId: BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdManyToManyConnection;
|
|
10764
|
+
/** Reads and enables pagination through a set of `Block`. */
|
|
10761
10765
|
blocksByDistributionCreatedBlockIdAndUpdatedBlockId: BlockBlocksByDistributionCreatedBlockIdAndUpdatedBlockIdManyToManyConnection;
|
|
10762
10766
|
/** Reads and enables pagination through a set of `Block`. */
|
|
10763
10767
|
blocksByDistributionPaymentCreatedBlockIdAndUpdatedBlockId: BlockBlocksByDistributionPaymentCreatedBlockIdAndUpdatedBlockIdManyToManyConnection;
|
|
@@ -10904,6 +10908,14 @@ export declare type Block = Node & {
|
|
|
10904
10908
|
countExtrinsicsSuccess: Scalars['Int']['output'];
|
|
10905
10909
|
countExtrinsicsUnsigned: Scalars['Int']['output'];
|
|
10906
10910
|
createdAt: Scalars['Datetime']['output'];
|
|
10911
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
10912
|
+
customClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeId: BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdManyToManyConnection;
|
|
10913
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
10914
|
+
customClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeId: BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdManyToManyConnection;
|
|
10915
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
10916
|
+
customClaimTypesByCreatedBlockId: CustomClaimTypesConnection;
|
|
10917
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
10918
|
+
customClaimTypesByUpdatedBlockId: CustomClaimTypesConnection;
|
|
10907
10919
|
datetime: Scalars['Datetime']['output'];
|
|
10908
10920
|
/** Reads and enables pagination through a set of `DistributionPayment`. */
|
|
10909
10921
|
distributionPaymentsByCreatedBlockId: DistributionPaymentsConnection;
|
|
@@ -10973,6 +10985,10 @@ export declare type Block = Node & {
|
|
|
10973
10985
|
/** Reads and enables pagination through a set of `Identity`. */
|
|
10974
10986
|
identitiesByCreatedBlockId: IdentitiesConnection;
|
|
10975
10987
|
/** Reads and enables pagination through a set of `Identity`. */
|
|
10988
|
+
identitiesByCustomClaimTypeCreatedBlockIdAndIdentityId: BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdManyToManyConnection;
|
|
10989
|
+
/** Reads and enables pagination through a set of `Identity`. */
|
|
10990
|
+
identitiesByCustomClaimTypeUpdatedBlockIdAndIdentityId: BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdManyToManyConnection;
|
|
10991
|
+
/** Reads and enables pagination through a set of `Identity`. */
|
|
10976
10992
|
identitiesByDistributionCreatedBlockIdAndIdentityId: BlockIdentitiesByDistributionCreatedBlockIdAndIdentityIdManyToManyConnection;
|
|
10977
10993
|
/** Reads and enables pagination through a set of `Identity`. */
|
|
10978
10994
|
identitiesByDistributionPaymentCreatedBlockIdAndTargetId: BlockIdentitiesByDistributionPaymentCreatedBlockIdAndTargetIdManyToManyConnection;
|
|
@@ -12203,6 +12219,28 @@ export declare type BlockBlocksByComplianceUpdatedBlockIdAndCreatedBlockIdArgs =
|
|
|
12203
12219
|
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
12204
12220
|
};
|
|
12205
12221
|
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
12222
|
+
export declare type BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdArgs = {
|
|
12223
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
12224
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
12225
|
+
distinct?: InputMaybe<Array<InputMaybe<Blocks_Distinct_Enum>>>;
|
|
12226
|
+
filter?: InputMaybe<BlockFilter>;
|
|
12227
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
12228
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
12229
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
12230
|
+
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
12231
|
+
};
|
|
12232
|
+
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
12233
|
+
export declare type BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdArgs = {
|
|
12234
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
12235
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
12236
|
+
distinct?: InputMaybe<Array<InputMaybe<Blocks_Distinct_Enum>>>;
|
|
12237
|
+
filter?: InputMaybe<BlockFilter>;
|
|
12238
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
12239
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
12240
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
12241
|
+
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
12242
|
+
};
|
|
12243
|
+
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
12206
12244
|
export declare type BlockBlocksByDistributionCreatedBlockIdAndUpdatedBlockIdArgs = {
|
|
12207
12245
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
12208
12246
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -12973,6 +13011,50 @@ export declare type BlockCompliancesByUpdatedBlockIdArgs = {
|
|
|
12973
13011
|
orderBy?: InputMaybe<Array<CompliancesOrderBy>>;
|
|
12974
13012
|
};
|
|
12975
13013
|
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
13014
|
+
export declare type BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdArgs = {
|
|
13015
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13016
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13017
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
13018
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
13019
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13020
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13021
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13022
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
13023
|
+
};
|
|
13024
|
+
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
13025
|
+
export declare type BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdArgs = {
|
|
13026
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13027
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13028
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
13029
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
13030
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13031
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13032
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13033
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
13034
|
+
};
|
|
13035
|
+
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
13036
|
+
export declare type BlockCustomClaimTypesByCreatedBlockIdArgs = {
|
|
13037
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13038
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13039
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
13040
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
13041
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13042
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13043
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13044
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
13045
|
+
};
|
|
13046
|
+
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
13047
|
+
export declare type BlockCustomClaimTypesByUpdatedBlockIdArgs = {
|
|
13048
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13049
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13050
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
13051
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
13052
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13053
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13054
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13055
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
13056
|
+
};
|
|
13057
|
+
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
12976
13058
|
export declare type BlockDistributionPaymentsByCreatedBlockIdArgs = {
|
|
12977
13059
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
12978
13060
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -13325,6 +13407,28 @@ export declare type BlockIdentitiesByCreatedBlockIdArgs = {
|
|
|
13325
13407
|
orderBy?: InputMaybe<Array<IdentitiesOrderBy>>;
|
|
13326
13408
|
};
|
|
13327
13409
|
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
13410
|
+
export declare type BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdArgs = {
|
|
13411
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13412
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13413
|
+
distinct?: InputMaybe<Array<InputMaybe<Identities_Distinct_Enum>>>;
|
|
13414
|
+
filter?: InputMaybe<IdentityFilter>;
|
|
13415
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13416
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13417
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13418
|
+
orderBy?: InputMaybe<Array<IdentitiesOrderBy>>;
|
|
13419
|
+
};
|
|
13420
|
+
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
13421
|
+
export declare type BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdArgs = {
|
|
13422
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13423
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13424
|
+
distinct?: InputMaybe<Array<InputMaybe<Identities_Distinct_Enum>>>;
|
|
13425
|
+
filter?: InputMaybe<IdentityFilter>;
|
|
13426
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
13427
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
13428
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
13429
|
+
orderBy?: InputMaybe<Array<IdentitiesOrderBy>>;
|
|
13430
|
+
};
|
|
13431
|
+
/** A set of transactions that were executed together. Includes a reference to its parent, which reference its parent, this forms a chain to the genesis block */
|
|
13328
13432
|
export declare type BlockIdentitiesByDistributionCreatedBlockIdAndIdentityIdArgs = {
|
|
13329
13433
|
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
13330
13434
|
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
@@ -17620,6 +17724,90 @@ export declare type BlockBlocksByComplianceUpdatedBlockIdAndCreatedBlockIdManyTo
|
|
|
17620
17724
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
17621
17725
|
orderBy?: InputMaybe<Array<CompliancesOrderBy>>;
|
|
17622
17726
|
};
|
|
17727
|
+
/** A connection to a list of `Block` values, with data from `CustomClaimType`. */
|
|
17728
|
+
export declare type BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdManyToManyConnection = {
|
|
17729
|
+
__typename?: 'BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdManyToManyConnection';
|
|
17730
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
17731
|
+
aggregates?: Maybe<BlockAggregates>;
|
|
17732
|
+
/** A list of edges which contains the `Block`, info from the `CustomClaimType`, and the cursor to aid in pagination. */
|
|
17733
|
+
edges: Array<BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdManyToManyEdge>;
|
|
17734
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
17735
|
+
groupedAggregates?: Maybe<Array<BlockAggregates>>;
|
|
17736
|
+
/** A list of `Block` objects. */
|
|
17737
|
+
nodes: Array<Maybe<Block>>;
|
|
17738
|
+
/** Information to aid in pagination. */
|
|
17739
|
+
pageInfo: PageInfo;
|
|
17740
|
+
/** The count of *all* `Block` you could get from the connection. */
|
|
17741
|
+
totalCount: Scalars['Int']['output'];
|
|
17742
|
+
};
|
|
17743
|
+
/** A connection to a list of `Block` values, with data from `CustomClaimType`. */
|
|
17744
|
+
export declare type BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
17745
|
+
groupBy: Array<BlocksGroupBy>;
|
|
17746
|
+
having?: InputMaybe<BlocksHavingInput>;
|
|
17747
|
+
};
|
|
17748
|
+
/** A `Block` edge in the connection, with data from `CustomClaimType`. */
|
|
17749
|
+
export declare type BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdManyToManyEdge = {
|
|
17750
|
+
__typename?: 'BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdManyToManyEdge';
|
|
17751
|
+
/** A cursor for use in pagination. */
|
|
17752
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
17753
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
17754
|
+
customClaimTypesByUpdatedBlockId: CustomClaimTypesConnection;
|
|
17755
|
+
/** The `Block` at the end of the edge. */
|
|
17756
|
+
node?: Maybe<Block>;
|
|
17757
|
+
};
|
|
17758
|
+
/** A `Block` edge in the connection, with data from `CustomClaimType`. */
|
|
17759
|
+
export declare type BlockBlocksByCustomClaimTypeCreatedBlockIdAndUpdatedBlockIdManyToManyEdgeCustomClaimTypesByUpdatedBlockIdArgs = {
|
|
17760
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
17761
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
17762
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
17763
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
17764
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17765
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
17766
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
17767
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
17768
|
+
};
|
|
17769
|
+
/** A connection to a list of `Block` values, with data from `CustomClaimType`. */
|
|
17770
|
+
export declare type BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdManyToManyConnection = {
|
|
17771
|
+
__typename?: 'BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdManyToManyConnection';
|
|
17772
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
17773
|
+
aggregates?: Maybe<BlockAggregates>;
|
|
17774
|
+
/** A list of edges which contains the `Block`, info from the `CustomClaimType`, and the cursor to aid in pagination. */
|
|
17775
|
+
edges: Array<BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdManyToManyEdge>;
|
|
17776
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
17777
|
+
groupedAggregates?: Maybe<Array<BlockAggregates>>;
|
|
17778
|
+
/** A list of `Block` objects. */
|
|
17779
|
+
nodes: Array<Maybe<Block>>;
|
|
17780
|
+
/** Information to aid in pagination. */
|
|
17781
|
+
pageInfo: PageInfo;
|
|
17782
|
+
/** The count of *all* `Block` you could get from the connection. */
|
|
17783
|
+
totalCount: Scalars['Int']['output'];
|
|
17784
|
+
};
|
|
17785
|
+
/** A connection to a list of `Block` values, with data from `CustomClaimType`. */
|
|
17786
|
+
export declare type BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
17787
|
+
groupBy: Array<BlocksGroupBy>;
|
|
17788
|
+
having?: InputMaybe<BlocksHavingInput>;
|
|
17789
|
+
};
|
|
17790
|
+
/** A `Block` edge in the connection, with data from `CustomClaimType`. */
|
|
17791
|
+
export declare type BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdManyToManyEdge = {
|
|
17792
|
+
__typename?: 'BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdManyToManyEdge';
|
|
17793
|
+
/** A cursor for use in pagination. */
|
|
17794
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
17795
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
17796
|
+
customClaimTypesByCreatedBlockId: CustomClaimTypesConnection;
|
|
17797
|
+
/** The `Block` at the end of the edge. */
|
|
17798
|
+
node?: Maybe<Block>;
|
|
17799
|
+
};
|
|
17800
|
+
/** A `Block` edge in the connection, with data from `CustomClaimType`. */
|
|
17801
|
+
export declare type BlockBlocksByCustomClaimTypeUpdatedBlockIdAndCreatedBlockIdManyToManyEdgeCustomClaimTypesByCreatedBlockIdArgs = {
|
|
17802
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
17803
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
17804
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
17805
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
17806
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17807
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
17808
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
17809
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
17810
|
+
};
|
|
17623
17811
|
/** A connection to a list of `Block` values, with data from `Distribution`. */
|
|
17624
17812
|
export declare type BlockBlocksByDistributionCreatedBlockIdAndUpdatedBlockIdManyToManyConnection = {
|
|
17625
17813
|
__typename?: 'BlockBlocksByDistributionCreatedBlockIdAndUpdatedBlockIdManyToManyConnection';
|
|
@@ -20140,6 +20328,90 @@ export declare type BlockBlocksByVenueUpdatedBlockIdAndCreatedBlockIdManyToManyE
|
|
|
20140
20328
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
20141
20329
|
orderBy?: InputMaybe<Array<VenuesOrderBy>>;
|
|
20142
20330
|
};
|
|
20331
|
+
/** A connection to a list of `CustomClaimType` values, with data from `Claim`. */
|
|
20332
|
+
export declare type BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdManyToManyConnection = {
|
|
20333
|
+
__typename?: 'BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdManyToManyConnection';
|
|
20334
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
20335
|
+
aggregates?: Maybe<CustomClaimTypeAggregates>;
|
|
20336
|
+
/** A list of edges which contains the `CustomClaimType`, info from the `Claim`, and the cursor to aid in pagination. */
|
|
20337
|
+
edges: Array<BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdManyToManyEdge>;
|
|
20338
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
20339
|
+
groupedAggregates?: Maybe<Array<CustomClaimTypeAggregates>>;
|
|
20340
|
+
/** A list of `CustomClaimType` objects. */
|
|
20341
|
+
nodes: Array<Maybe<CustomClaimType>>;
|
|
20342
|
+
/** Information to aid in pagination. */
|
|
20343
|
+
pageInfo: PageInfo;
|
|
20344
|
+
/** The count of *all* `CustomClaimType` you could get from the connection. */
|
|
20345
|
+
totalCount: Scalars['Int']['output'];
|
|
20346
|
+
};
|
|
20347
|
+
/** A connection to a list of `CustomClaimType` values, with data from `Claim`. */
|
|
20348
|
+
export declare type BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
20349
|
+
groupBy: Array<CustomClaimTypesGroupBy>;
|
|
20350
|
+
having?: InputMaybe<CustomClaimTypesHavingInput>;
|
|
20351
|
+
};
|
|
20352
|
+
/** A `CustomClaimType` edge in the connection, with data from `Claim`. */
|
|
20353
|
+
export declare type BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdManyToManyEdge = {
|
|
20354
|
+
__typename?: 'BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdManyToManyEdge';
|
|
20355
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
20356
|
+
claims: ClaimsConnection;
|
|
20357
|
+
/** A cursor for use in pagination. */
|
|
20358
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
20359
|
+
/** The `CustomClaimType` at the end of the edge. */
|
|
20360
|
+
node?: Maybe<CustomClaimType>;
|
|
20361
|
+
};
|
|
20362
|
+
/** A `CustomClaimType` edge in the connection, with data from `Claim`. */
|
|
20363
|
+
export declare type BlockCustomClaimTypesByClaimCreatedBlockIdAndCustomClaimTypeIdManyToManyEdgeClaimsArgs = {
|
|
20364
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
20365
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
20366
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
20367
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
20368
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
20369
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
20370
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
20371
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
20372
|
+
};
|
|
20373
|
+
/** A connection to a list of `CustomClaimType` values, with data from `Claim`. */
|
|
20374
|
+
export declare type BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdManyToManyConnection = {
|
|
20375
|
+
__typename?: 'BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdManyToManyConnection';
|
|
20376
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
20377
|
+
aggregates?: Maybe<CustomClaimTypeAggregates>;
|
|
20378
|
+
/** A list of edges which contains the `CustomClaimType`, info from the `Claim`, and the cursor to aid in pagination. */
|
|
20379
|
+
edges: Array<BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdManyToManyEdge>;
|
|
20380
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
20381
|
+
groupedAggregates?: Maybe<Array<CustomClaimTypeAggregates>>;
|
|
20382
|
+
/** A list of `CustomClaimType` objects. */
|
|
20383
|
+
nodes: Array<Maybe<CustomClaimType>>;
|
|
20384
|
+
/** Information to aid in pagination. */
|
|
20385
|
+
pageInfo: PageInfo;
|
|
20386
|
+
/** The count of *all* `CustomClaimType` you could get from the connection. */
|
|
20387
|
+
totalCount: Scalars['Int']['output'];
|
|
20388
|
+
};
|
|
20389
|
+
/** A connection to a list of `CustomClaimType` values, with data from `Claim`. */
|
|
20390
|
+
export declare type BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
20391
|
+
groupBy: Array<CustomClaimTypesGroupBy>;
|
|
20392
|
+
having?: InputMaybe<CustomClaimTypesHavingInput>;
|
|
20393
|
+
};
|
|
20394
|
+
/** A `CustomClaimType` edge in the connection, with data from `Claim`. */
|
|
20395
|
+
export declare type BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdManyToManyEdge = {
|
|
20396
|
+
__typename?: 'BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdManyToManyEdge';
|
|
20397
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
20398
|
+
claims: ClaimsConnection;
|
|
20399
|
+
/** A cursor for use in pagination. */
|
|
20400
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
20401
|
+
/** The `CustomClaimType` at the end of the edge. */
|
|
20402
|
+
node?: Maybe<CustomClaimType>;
|
|
20403
|
+
};
|
|
20404
|
+
/** A `CustomClaimType` edge in the connection, with data from `Claim`. */
|
|
20405
|
+
export declare type BlockCustomClaimTypesByClaimUpdatedBlockIdAndCustomClaimTypeIdManyToManyEdgeClaimsArgs = {
|
|
20406
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
20407
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
20408
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
20409
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
20410
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
20411
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
20412
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
20413
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
20414
|
+
};
|
|
20143
20415
|
export declare type BlockDistinctCountAggregates = {
|
|
20144
20416
|
__typename?: 'BlockDistinctCountAggregates';
|
|
20145
20417
|
/** Distinct count of blockId across the matching connection */
|
|
@@ -20527,6 +20799,14 @@ export declare type BlockFilter = {
|
|
|
20527
20799
|
countExtrinsicsUnsigned?: InputMaybe<IntFilter>;
|
|
20528
20800
|
/** Filter by the object’s `createdAt` field. */
|
|
20529
20801
|
createdAt?: InputMaybe<DatetimeFilter>;
|
|
20802
|
+
/** Filter by the object’s `customClaimTypesByCreatedBlockId` relation. */
|
|
20803
|
+
customClaimTypesByCreatedBlockId?: InputMaybe<BlockToManyCustomClaimTypeFilter>;
|
|
20804
|
+
/** Some related `customClaimTypesByCreatedBlockId` exist. */
|
|
20805
|
+
customClaimTypesByCreatedBlockIdExist?: InputMaybe<Scalars['Boolean']['input']>;
|
|
20806
|
+
/** Filter by the object’s `customClaimTypesByUpdatedBlockId` relation. */
|
|
20807
|
+
customClaimTypesByUpdatedBlockId?: InputMaybe<BlockToManyCustomClaimTypeFilter>;
|
|
20808
|
+
/** Some related `customClaimTypesByUpdatedBlockId` exist. */
|
|
20809
|
+
customClaimTypesByUpdatedBlockIdExist?: InputMaybe<Scalars['Boolean']['input']>;
|
|
20530
20810
|
/** Filter by the object’s `datetime` field. */
|
|
20531
20811
|
datetime?: InputMaybe<DatetimeFilter>;
|
|
20532
20812
|
/** Filter by the object’s `distributionPaymentsByCreatedBlockId` relation. */
|
|
@@ -21554,6 +21834,90 @@ export declare type BlockIdentitiesByClaimUpdatedBlockIdAndTargetIdManyToManyEdg
|
|
|
21554
21834
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
21555
21835
|
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
21556
21836
|
};
|
|
21837
|
+
/** A connection to a list of `Identity` values, with data from `CustomClaimType`. */
|
|
21838
|
+
export declare type BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdManyToManyConnection = {
|
|
21839
|
+
__typename?: 'BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdManyToManyConnection';
|
|
21840
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
21841
|
+
aggregates?: Maybe<IdentityAggregates>;
|
|
21842
|
+
/** A list of edges which contains the `Identity`, info from the `CustomClaimType`, and the cursor to aid in pagination. */
|
|
21843
|
+
edges: Array<BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdManyToManyEdge>;
|
|
21844
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
21845
|
+
groupedAggregates?: Maybe<Array<IdentityAggregates>>;
|
|
21846
|
+
/** A list of `Identity` objects. */
|
|
21847
|
+
nodes: Array<Maybe<Identity>>;
|
|
21848
|
+
/** Information to aid in pagination. */
|
|
21849
|
+
pageInfo: PageInfo;
|
|
21850
|
+
/** The count of *all* `Identity` you could get from the connection. */
|
|
21851
|
+
totalCount: Scalars['Int']['output'];
|
|
21852
|
+
};
|
|
21853
|
+
/** A connection to a list of `Identity` values, with data from `CustomClaimType`. */
|
|
21854
|
+
export declare type BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
21855
|
+
groupBy: Array<IdentitiesGroupBy>;
|
|
21856
|
+
having?: InputMaybe<IdentitiesHavingInput>;
|
|
21857
|
+
};
|
|
21858
|
+
/** A `Identity` edge in the connection, with data from `CustomClaimType`. */
|
|
21859
|
+
export declare type BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdManyToManyEdge = {
|
|
21860
|
+
__typename?: 'BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdManyToManyEdge';
|
|
21861
|
+
/** A cursor for use in pagination. */
|
|
21862
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
21863
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
21864
|
+
customClaimTypes: CustomClaimTypesConnection;
|
|
21865
|
+
/** The `Identity` at the end of the edge. */
|
|
21866
|
+
node?: Maybe<Identity>;
|
|
21867
|
+
};
|
|
21868
|
+
/** A `Identity` edge in the connection, with data from `CustomClaimType`. */
|
|
21869
|
+
export declare type BlockIdentitiesByCustomClaimTypeCreatedBlockIdAndIdentityIdManyToManyEdgeCustomClaimTypesArgs = {
|
|
21870
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
21871
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
21872
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
21873
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
21874
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
21875
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
21876
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
21877
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
21878
|
+
};
|
|
21879
|
+
/** A connection to a list of `Identity` values, with data from `CustomClaimType`. */
|
|
21880
|
+
export declare type BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdManyToManyConnection = {
|
|
21881
|
+
__typename?: 'BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdManyToManyConnection';
|
|
21882
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
21883
|
+
aggregates?: Maybe<IdentityAggregates>;
|
|
21884
|
+
/** A list of edges which contains the `Identity`, info from the `CustomClaimType`, and the cursor to aid in pagination. */
|
|
21885
|
+
edges: Array<BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdManyToManyEdge>;
|
|
21886
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
21887
|
+
groupedAggregates?: Maybe<Array<IdentityAggregates>>;
|
|
21888
|
+
/** A list of `Identity` objects. */
|
|
21889
|
+
nodes: Array<Maybe<Identity>>;
|
|
21890
|
+
/** Information to aid in pagination. */
|
|
21891
|
+
pageInfo: PageInfo;
|
|
21892
|
+
/** The count of *all* `Identity` you could get from the connection. */
|
|
21893
|
+
totalCount: Scalars['Int']['output'];
|
|
21894
|
+
};
|
|
21895
|
+
/** A connection to a list of `Identity` values, with data from `CustomClaimType`. */
|
|
21896
|
+
export declare type BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
21897
|
+
groupBy: Array<IdentitiesGroupBy>;
|
|
21898
|
+
having?: InputMaybe<IdentitiesHavingInput>;
|
|
21899
|
+
};
|
|
21900
|
+
/** A `Identity` edge in the connection, with data from `CustomClaimType`. */
|
|
21901
|
+
export declare type BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdManyToManyEdge = {
|
|
21902
|
+
__typename?: 'BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdManyToManyEdge';
|
|
21903
|
+
/** A cursor for use in pagination. */
|
|
21904
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
21905
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
21906
|
+
customClaimTypes: CustomClaimTypesConnection;
|
|
21907
|
+
/** The `Identity` at the end of the edge. */
|
|
21908
|
+
node?: Maybe<Identity>;
|
|
21909
|
+
};
|
|
21910
|
+
/** A `Identity` edge in the connection, with data from `CustomClaimType`. */
|
|
21911
|
+
export declare type BlockIdentitiesByCustomClaimTypeUpdatedBlockIdAndIdentityIdManyToManyEdgeCustomClaimTypesArgs = {
|
|
21912
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
21913
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
21914
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
21915
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
21916
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
21917
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
21918
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
21919
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
21920
|
+
};
|
|
21557
21921
|
/** A connection to a list of `Identity` values, with data from `Distribution`. */
|
|
21558
21922
|
export declare type BlockIdentitiesByDistributionCreatedBlockIdAndIdentityIdManyToManyConnection = {
|
|
21559
21923
|
__typename?: 'BlockIdentitiesByDistributionCreatedBlockIdAndIdentityIdManyToManyConnection';
|
|
@@ -24764,6 +25128,17 @@ export declare type BlockToManyComplianceFilter = {
|
|
|
24764
25128
|
/** Some related `Compliance` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
24765
25129
|
some?: InputMaybe<ComplianceFilter>;
|
|
24766
25130
|
};
|
|
25131
|
+
/** A filter to be used against many `CustomClaimType` object types. All fields are combined with a logical ‘and.’ */
|
|
25132
|
+
export declare type BlockToManyCustomClaimTypeFilter = {
|
|
25133
|
+
/** Aggregates across related `CustomClaimType` match the filter criteria. */
|
|
25134
|
+
aggregates?: InputMaybe<CustomClaimTypeAggregatesFilter>;
|
|
25135
|
+
/** Every related `CustomClaimType` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
25136
|
+
every?: InputMaybe<CustomClaimTypeFilter>;
|
|
25137
|
+
/** No related `CustomClaimType` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
25138
|
+
none?: InputMaybe<CustomClaimTypeFilter>;
|
|
25139
|
+
/** Some related `CustomClaimType` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
25140
|
+
some?: InputMaybe<CustomClaimTypeFilter>;
|
|
25141
|
+
};
|
|
24767
25142
|
/** A filter to be used against many `Distribution` object types. All fields are combined with a logical ‘and.’ */
|
|
24768
25143
|
export declare type BlockToManyDistributionFilter = {
|
|
24769
25144
|
/** Aggregates across related `Distribution` match the filter criteria. */
|
|
@@ -31392,6 +31767,262 @@ export declare enum BlocksOrderBy {
|
|
|
31392
31767
|
CountExtrinsicsUnsignedDesc = "COUNT_EXTRINSICS_UNSIGNED_DESC",
|
|
31393
31768
|
CreatedAtAsc = "CREATED_AT_ASC",
|
|
31394
31769
|
CreatedAtDesc = "CREATED_AT_DESC",
|
|
31770
|
+
CustomClaimTypesByCreatedBlockIdAverageCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_AT_ASC",
|
|
31771
|
+
CustomClaimTypesByCreatedBlockIdAverageCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_AT_DESC",
|
|
31772
|
+
CustomClaimTypesByCreatedBlockIdAverageCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
31773
|
+
CustomClaimTypesByCreatedBlockIdAverageCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
31774
|
+
CustomClaimTypesByCreatedBlockIdAverageIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_IDENTITY_ID_ASC",
|
|
31775
|
+
CustomClaimTypesByCreatedBlockIdAverageIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_IDENTITY_ID_DESC",
|
|
31776
|
+
CustomClaimTypesByCreatedBlockIdAverageIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_ID_ASC",
|
|
31777
|
+
CustomClaimTypesByCreatedBlockIdAverageIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_ID_DESC",
|
|
31778
|
+
CustomClaimTypesByCreatedBlockIdAverageNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_NAME_ASC",
|
|
31779
|
+
CustomClaimTypesByCreatedBlockIdAverageNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_NAME_DESC",
|
|
31780
|
+
CustomClaimTypesByCreatedBlockIdAverageUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_UPDATED_AT_ASC",
|
|
31781
|
+
CustomClaimTypesByCreatedBlockIdAverageUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_UPDATED_AT_DESC",
|
|
31782
|
+
CustomClaimTypesByCreatedBlockIdAverageUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_UPDATED_BLOCK_ID_ASC",
|
|
31783
|
+
CustomClaimTypesByCreatedBlockIdAverageUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_AVERAGE_UPDATED_BLOCK_ID_DESC",
|
|
31784
|
+
CustomClaimTypesByCreatedBlockIdCountAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_COUNT_ASC",
|
|
31785
|
+
CustomClaimTypesByCreatedBlockIdCountDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_COUNT_DESC",
|
|
31786
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_AT_ASC",
|
|
31787
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
31788
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
31789
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
31790
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
31791
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_IDENTITY_ID_DESC",
|
|
31792
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_ID_ASC",
|
|
31793
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_ID_DESC",
|
|
31794
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_NAME_ASC",
|
|
31795
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_NAME_DESC",
|
|
31796
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_UPDATED_AT_ASC",
|
|
31797
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_UPDATED_AT_DESC",
|
|
31798
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC",
|
|
31799
|
+
CustomClaimTypesByCreatedBlockIdDistinctCountUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC",
|
|
31800
|
+
CustomClaimTypesByCreatedBlockIdMaxCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_CREATED_AT_ASC",
|
|
31801
|
+
CustomClaimTypesByCreatedBlockIdMaxCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_CREATED_AT_DESC",
|
|
31802
|
+
CustomClaimTypesByCreatedBlockIdMaxCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_ASC",
|
|
31803
|
+
CustomClaimTypesByCreatedBlockIdMaxCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_DESC",
|
|
31804
|
+
CustomClaimTypesByCreatedBlockIdMaxIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_IDENTITY_ID_ASC",
|
|
31805
|
+
CustomClaimTypesByCreatedBlockIdMaxIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_IDENTITY_ID_DESC",
|
|
31806
|
+
CustomClaimTypesByCreatedBlockIdMaxIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_ID_ASC",
|
|
31807
|
+
CustomClaimTypesByCreatedBlockIdMaxIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_ID_DESC",
|
|
31808
|
+
CustomClaimTypesByCreatedBlockIdMaxNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_NAME_ASC",
|
|
31809
|
+
CustomClaimTypesByCreatedBlockIdMaxNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_NAME_DESC",
|
|
31810
|
+
CustomClaimTypesByCreatedBlockIdMaxUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_UPDATED_AT_ASC",
|
|
31811
|
+
CustomClaimTypesByCreatedBlockIdMaxUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_UPDATED_AT_DESC",
|
|
31812
|
+
CustomClaimTypesByCreatedBlockIdMaxUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_UPDATED_BLOCK_ID_ASC",
|
|
31813
|
+
CustomClaimTypesByCreatedBlockIdMaxUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MAX_UPDATED_BLOCK_ID_DESC",
|
|
31814
|
+
CustomClaimTypesByCreatedBlockIdMinCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_CREATED_AT_ASC",
|
|
31815
|
+
CustomClaimTypesByCreatedBlockIdMinCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_CREATED_AT_DESC",
|
|
31816
|
+
CustomClaimTypesByCreatedBlockIdMinCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_ASC",
|
|
31817
|
+
CustomClaimTypesByCreatedBlockIdMinCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_DESC",
|
|
31818
|
+
CustomClaimTypesByCreatedBlockIdMinIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_IDENTITY_ID_ASC",
|
|
31819
|
+
CustomClaimTypesByCreatedBlockIdMinIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_IDENTITY_ID_DESC",
|
|
31820
|
+
CustomClaimTypesByCreatedBlockIdMinIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_ID_ASC",
|
|
31821
|
+
CustomClaimTypesByCreatedBlockIdMinIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_ID_DESC",
|
|
31822
|
+
CustomClaimTypesByCreatedBlockIdMinNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_NAME_ASC",
|
|
31823
|
+
CustomClaimTypesByCreatedBlockIdMinNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_NAME_DESC",
|
|
31824
|
+
CustomClaimTypesByCreatedBlockIdMinUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_UPDATED_AT_ASC",
|
|
31825
|
+
CustomClaimTypesByCreatedBlockIdMinUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_UPDATED_AT_DESC",
|
|
31826
|
+
CustomClaimTypesByCreatedBlockIdMinUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_UPDATED_BLOCK_ID_ASC",
|
|
31827
|
+
CustomClaimTypesByCreatedBlockIdMinUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_MIN_UPDATED_BLOCK_ID_DESC",
|
|
31828
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_AT_ASC",
|
|
31829
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
31830
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
31831
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
31832
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
31833
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_IDENTITY_ID_DESC",
|
|
31834
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_ID_ASC",
|
|
31835
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_ID_DESC",
|
|
31836
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_NAME_ASC",
|
|
31837
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_NAME_DESC",
|
|
31838
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_UPDATED_AT_ASC",
|
|
31839
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_UPDATED_AT_DESC",
|
|
31840
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
31841
|
+
CustomClaimTypesByCreatedBlockIdStddevPopulationUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
31842
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_AT_ASC",
|
|
31843
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
31844
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
31845
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
31846
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
31847
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_IDENTITY_ID_DESC",
|
|
31848
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_ID_ASC",
|
|
31849
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_ID_DESC",
|
|
31850
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_NAME_ASC",
|
|
31851
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_NAME_DESC",
|
|
31852
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_UPDATED_AT_ASC",
|
|
31853
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_UPDATED_AT_DESC",
|
|
31854
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
31855
|
+
CustomClaimTypesByCreatedBlockIdStddevSampleUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
31856
|
+
CustomClaimTypesByCreatedBlockIdSumCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_CREATED_AT_ASC",
|
|
31857
|
+
CustomClaimTypesByCreatedBlockIdSumCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_CREATED_AT_DESC",
|
|
31858
|
+
CustomClaimTypesByCreatedBlockIdSumCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_ASC",
|
|
31859
|
+
CustomClaimTypesByCreatedBlockIdSumCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_DESC",
|
|
31860
|
+
CustomClaimTypesByCreatedBlockIdSumIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_IDENTITY_ID_ASC",
|
|
31861
|
+
CustomClaimTypesByCreatedBlockIdSumIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_IDENTITY_ID_DESC",
|
|
31862
|
+
CustomClaimTypesByCreatedBlockIdSumIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_ID_ASC",
|
|
31863
|
+
CustomClaimTypesByCreatedBlockIdSumIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_ID_DESC",
|
|
31864
|
+
CustomClaimTypesByCreatedBlockIdSumNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_NAME_ASC",
|
|
31865
|
+
CustomClaimTypesByCreatedBlockIdSumNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_NAME_DESC",
|
|
31866
|
+
CustomClaimTypesByCreatedBlockIdSumUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_UPDATED_AT_ASC",
|
|
31867
|
+
CustomClaimTypesByCreatedBlockIdSumUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_UPDATED_AT_DESC",
|
|
31868
|
+
CustomClaimTypesByCreatedBlockIdSumUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_UPDATED_BLOCK_ID_ASC",
|
|
31869
|
+
CustomClaimTypesByCreatedBlockIdSumUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_SUM_UPDATED_BLOCK_ID_DESC",
|
|
31870
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_AT_ASC",
|
|
31871
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
31872
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
31873
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
31874
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
31875
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_IDENTITY_ID_DESC",
|
|
31876
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_ID_ASC",
|
|
31877
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_ID_DESC",
|
|
31878
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_NAME_ASC",
|
|
31879
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_NAME_DESC",
|
|
31880
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_UPDATED_AT_ASC",
|
|
31881
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_UPDATED_AT_DESC",
|
|
31882
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
31883
|
+
CustomClaimTypesByCreatedBlockIdVariancePopulationUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
31884
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_AT_ASC",
|
|
31885
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
31886
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
31887
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
31888
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
31889
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_IDENTITY_ID_DESC",
|
|
31890
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_ID_ASC",
|
|
31891
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_ID_DESC",
|
|
31892
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleNameAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_NAME_ASC",
|
|
31893
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleNameDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_NAME_DESC",
|
|
31894
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_UPDATED_AT_ASC",
|
|
31895
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_UPDATED_AT_DESC",
|
|
31896
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
31897
|
+
CustomClaimTypesByCreatedBlockIdVarianceSampleUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_CREATED_BLOCK_ID_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
31898
|
+
CustomClaimTypesByUpdatedBlockIdAverageCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_AT_ASC",
|
|
31899
|
+
CustomClaimTypesByUpdatedBlockIdAverageCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_AT_DESC",
|
|
31900
|
+
CustomClaimTypesByUpdatedBlockIdAverageCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
31901
|
+
CustomClaimTypesByUpdatedBlockIdAverageCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
31902
|
+
CustomClaimTypesByUpdatedBlockIdAverageIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_IDENTITY_ID_ASC",
|
|
31903
|
+
CustomClaimTypesByUpdatedBlockIdAverageIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_IDENTITY_ID_DESC",
|
|
31904
|
+
CustomClaimTypesByUpdatedBlockIdAverageIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_ID_ASC",
|
|
31905
|
+
CustomClaimTypesByUpdatedBlockIdAverageIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_ID_DESC",
|
|
31906
|
+
CustomClaimTypesByUpdatedBlockIdAverageNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_NAME_ASC",
|
|
31907
|
+
CustomClaimTypesByUpdatedBlockIdAverageNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_NAME_DESC",
|
|
31908
|
+
CustomClaimTypesByUpdatedBlockIdAverageUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_UPDATED_AT_ASC",
|
|
31909
|
+
CustomClaimTypesByUpdatedBlockIdAverageUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_UPDATED_AT_DESC",
|
|
31910
|
+
CustomClaimTypesByUpdatedBlockIdAverageUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_UPDATED_BLOCK_ID_ASC",
|
|
31911
|
+
CustomClaimTypesByUpdatedBlockIdAverageUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_AVERAGE_UPDATED_BLOCK_ID_DESC",
|
|
31912
|
+
CustomClaimTypesByUpdatedBlockIdCountAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_COUNT_ASC",
|
|
31913
|
+
CustomClaimTypesByUpdatedBlockIdCountDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_COUNT_DESC",
|
|
31914
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_AT_ASC",
|
|
31915
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
31916
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
31917
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
31918
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
31919
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_IDENTITY_ID_DESC",
|
|
31920
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_ID_ASC",
|
|
31921
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_ID_DESC",
|
|
31922
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_NAME_ASC",
|
|
31923
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_NAME_DESC",
|
|
31924
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_UPDATED_AT_ASC",
|
|
31925
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_UPDATED_AT_DESC",
|
|
31926
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC",
|
|
31927
|
+
CustomClaimTypesByUpdatedBlockIdDistinctCountUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC",
|
|
31928
|
+
CustomClaimTypesByUpdatedBlockIdMaxCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_CREATED_AT_ASC",
|
|
31929
|
+
CustomClaimTypesByUpdatedBlockIdMaxCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_CREATED_AT_DESC",
|
|
31930
|
+
CustomClaimTypesByUpdatedBlockIdMaxCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_ASC",
|
|
31931
|
+
CustomClaimTypesByUpdatedBlockIdMaxCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_CREATED_BLOCK_ID_DESC",
|
|
31932
|
+
CustomClaimTypesByUpdatedBlockIdMaxIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_IDENTITY_ID_ASC",
|
|
31933
|
+
CustomClaimTypesByUpdatedBlockIdMaxIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_IDENTITY_ID_DESC",
|
|
31934
|
+
CustomClaimTypesByUpdatedBlockIdMaxIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_ID_ASC",
|
|
31935
|
+
CustomClaimTypesByUpdatedBlockIdMaxIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_ID_DESC",
|
|
31936
|
+
CustomClaimTypesByUpdatedBlockIdMaxNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_NAME_ASC",
|
|
31937
|
+
CustomClaimTypesByUpdatedBlockIdMaxNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_NAME_DESC",
|
|
31938
|
+
CustomClaimTypesByUpdatedBlockIdMaxUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_UPDATED_AT_ASC",
|
|
31939
|
+
CustomClaimTypesByUpdatedBlockIdMaxUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_UPDATED_AT_DESC",
|
|
31940
|
+
CustomClaimTypesByUpdatedBlockIdMaxUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_UPDATED_BLOCK_ID_ASC",
|
|
31941
|
+
CustomClaimTypesByUpdatedBlockIdMaxUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MAX_UPDATED_BLOCK_ID_DESC",
|
|
31942
|
+
CustomClaimTypesByUpdatedBlockIdMinCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_CREATED_AT_ASC",
|
|
31943
|
+
CustomClaimTypesByUpdatedBlockIdMinCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_CREATED_AT_DESC",
|
|
31944
|
+
CustomClaimTypesByUpdatedBlockIdMinCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_ASC",
|
|
31945
|
+
CustomClaimTypesByUpdatedBlockIdMinCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_CREATED_BLOCK_ID_DESC",
|
|
31946
|
+
CustomClaimTypesByUpdatedBlockIdMinIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_IDENTITY_ID_ASC",
|
|
31947
|
+
CustomClaimTypesByUpdatedBlockIdMinIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_IDENTITY_ID_DESC",
|
|
31948
|
+
CustomClaimTypesByUpdatedBlockIdMinIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_ID_ASC",
|
|
31949
|
+
CustomClaimTypesByUpdatedBlockIdMinIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_ID_DESC",
|
|
31950
|
+
CustomClaimTypesByUpdatedBlockIdMinNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_NAME_ASC",
|
|
31951
|
+
CustomClaimTypesByUpdatedBlockIdMinNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_NAME_DESC",
|
|
31952
|
+
CustomClaimTypesByUpdatedBlockIdMinUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_UPDATED_AT_ASC",
|
|
31953
|
+
CustomClaimTypesByUpdatedBlockIdMinUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_UPDATED_AT_DESC",
|
|
31954
|
+
CustomClaimTypesByUpdatedBlockIdMinUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_UPDATED_BLOCK_ID_ASC",
|
|
31955
|
+
CustomClaimTypesByUpdatedBlockIdMinUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_MIN_UPDATED_BLOCK_ID_DESC",
|
|
31956
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_AT_ASC",
|
|
31957
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
31958
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
31959
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
31960
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
31961
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_IDENTITY_ID_DESC",
|
|
31962
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_ID_ASC",
|
|
31963
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_ID_DESC",
|
|
31964
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_NAME_ASC",
|
|
31965
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_NAME_DESC",
|
|
31966
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_UPDATED_AT_ASC",
|
|
31967
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_UPDATED_AT_DESC",
|
|
31968
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
31969
|
+
CustomClaimTypesByUpdatedBlockIdStddevPopulationUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
31970
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_AT_ASC",
|
|
31971
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
31972
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
31973
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
31974
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
31975
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_IDENTITY_ID_DESC",
|
|
31976
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_ID_ASC",
|
|
31977
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_ID_DESC",
|
|
31978
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_NAME_ASC",
|
|
31979
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_NAME_DESC",
|
|
31980
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_UPDATED_AT_ASC",
|
|
31981
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_UPDATED_AT_DESC",
|
|
31982
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
31983
|
+
CustomClaimTypesByUpdatedBlockIdStddevSampleUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
31984
|
+
CustomClaimTypesByUpdatedBlockIdSumCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_CREATED_AT_ASC",
|
|
31985
|
+
CustomClaimTypesByUpdatedBlockIdSumCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_CREATED_AT_DESC",
|
|
31986
|
+
CustomClaimTypesByUpdatedBlockIdSumCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_ASC",
|
|
31987
|
+
CustomClaimTypesByUpdatedBlockIdSumCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_CREATED_BLOCK_ID_DESC",
|
|
31988
|
+
CustomClaimTypesByUpdatedBlockIdSumIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_IDENTITY_ID_ASC",
|
|
31989
|
+
CustomClaimTypesByUpdatedBlockIdSumIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_IDENTITY_ID_DESC",
|
|
31990
|
+
CustomClaimTypesByUpdatedBlockIdSumIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_ID_ASC",
|
|
31991
|
+
CustomClaimTypesByUpdatedBlockIdSumIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_ID_DESC",
|
|
31992
|
+
CustomClaimTypesByUpdatedBlockIdSumNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_NAME_ASC",
|
|
31993
|
+
CustomClaimTypesByUpdatedBlockIdSumNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_NAME_DESC",
|
|
31994
|
+
CustomClaimTypesByUpdatedBlockIdSumUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_UPDATED_AT_ASC",
|
|
31995
|
+
CustomClaimTypesByUpdatedBlockIdSumUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_UPDATED_AT_DESC",
|
|
31996
|
+
CustomClaimTypesByUpdatedBlockIdSumUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_UPDATED_BLOCK_ID_ASC",
|
|
31997
|
+
CustomClaimTypesByUpdatedBlockIdSumUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_SUM_UPDATED_BLOCK_ID_DESC",
|
|
31998
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_AT_ASC",
|
|
31999
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
32000
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
32001
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
32002
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
32003
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_IDENTITY_ID_DESC",
|
|
32004
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_ID_ASC",
|
|
32005
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_ID_DESC",
|
|
32006
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_NAME_ASC",
|
|
32007
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_NAME_DESC",
|
|
32008
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_UPDATED_AT_ASC",
|
|
32009
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_UPDATED_AT_DESC",
|
|
32010
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
32011
|
+
CustomClaimTypesByUpdatedBlockIdVariancePopulationUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
32012
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleCreatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_AT_ASC",
|
|
32013
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleCreatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
32014
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
32015
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
32016
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleIdentityIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
32017
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleIdentityIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_IDENTITY_ID_DESC",
|
|
32018
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_ID_ASC",
|
|
32019
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_ID_DESC",
|
|
32020
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleNameAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_NAME_ASC",
|
|
32021
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleNameDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_NAME_DESC",
|
|
32022
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_UPDATED_AT_ASC",
|
|
32023
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_UPDATED_AT_DESC",
|
|
32024
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
32025
|
+
CustomClaimTypesByUpdatedBlockIdVarianceSampleUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_BY_UPDATED_BLOCK_ID_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
31395
32026
|
DatetimeAsc = "DATETIME_ASC",
|
|
31396
32027
|
DatetimeDesc = "DATETIME_DESC",
|
|
31397
32028
|
DistributionsByCreatedBlockIdAverageAmountAsc = "DISTRIBUTIONS_BY_CREATED_BLOCK_ID_AVERAGE_AMOUNT_ASC",
|
|
@@ -45541,7 +46172,9 @@ export declare type Claim = Node & {
|
|
|
45541
46172
|
/** Reads a single `Block` that is related to this `Claim`. */
|
|
45542
46173
|
createdBlock?: Maybe<Block>;
|
|
45543
46174
|
createdBlockId: Scalars['String']['output'];
|
|
45544
|
-
|
|
46175
|
+
/** Reads a single `CustomClaimType` that is related to this `Claim`. */
|
|
46176
|
+
customClaimType?: Maybe<CustomClaimType>;
|
|
46177
|
+
customClaimTypeId?: Maybe<Scalars['String']['output']>;
|
|
45545
46178
|
eventIdx: Scalars['Int']['output'];
|
|
45546
46179
|
expiry?: Maybe<Scalars['BigFloat']['output']>;
|
|
45547
46180
|
filterExpiry: Scalars['BigFloat']['output'];
|
|
@@ -45611,7 +46244,6 @@ export declare type ClaimAggregatesFilter = {
|
|
|
45611
46244
|
varianceSample?: InputMaybe<ClaimVarianceSampleAggregateFilter>;
|
|
45612
46245
|
};
|
|
45613
46246
|
export declare type ClaimAverageAggregateFilter = {
|
|
45614
|
-
customClaimTypeId?: InputMaybe<BigFloatFilter>;
|
|
45615
46247
|
eventIdx?: InputMaybe<BigFloatFilter>;
|
|
45616
46248
|
expiry?: InputMaybe<BigFloatFilter>;
|
|
45617
46249
|
filterExpiry?: InputMaybe<BigFloatFilter>;
|
|
@@ -45621,8 +46253,6 @@ export declare type ClaimAverageAggregateFilter = {
|
|
|
45621
46253
|
};
|
|
45622
46254
|
export declare type ClaimAverageAggregates = {
|
|
45623
46255
|
__typename?: 'ClaimAverageAggregates';
|
|
45624
|
-
/** Mean average of customClaimTypeId across the matching connection */
|
|
45625
|
-
customClaimTypeId?: Maybe<Scalars['BigFloat']['output']>;
|
|
45626
46256
|
/** Mean average of eventIdx across the matching connection */
|
|
45627
46257
|
eventIdx?: Maybe<Scalars['BigFloat']['output']>;
|
|
45628
46258
|
/** Mean average of expiry across the matching connection */
|
|
@@ -45707,8 +46337,12 @@ export declare type ClaimFilter = {
|
|
|
45707
46337
|
createdBlock?: InputMaybe<BlockFilter>;
|
|
45708
46338
|
/** Filter by the object’s `createdBlockId` field. */
|
|
45709
46339
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
46340
|
+
/** Filter by the object’s `customClaimType` relation. */
|
|
46341
|
+
customClaimType?: InputMaybe<CustomClaimTypeFilter>;
|
|
46342
|
+
/** A related `customClaimType` exists. */
|
|
46343
|
+
customClaimTypeExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
45710
46344
|
/** Filter by the object’s `customClaimTypeId` field. */
|
|
45711
|
-
customClaimTypeId?: InputMaybe<
|
|
46345
|
+
customClaimTypeId?: InputMaybe<StringFilter>;
|
|
45712
46346
|
/** Filter by the object’s `eventIdx` field. */
|
|
45713
46347
|
eventIdx?: InputMaybe<IntFilter>;
|
|
45714
46348
|
/** Filter by the object’s `expiry` field. */
|
|
@@ -45749,7 +46383,6 @@ export declare type ClaimFilter = {
|
|
|
45749
46383
|
updatedBlockId?: InputMaybe<StringFilter>;
|
|
45750
46384
|
};
|
|
45751
46385
|
export declare type ClaimMaxAggregateFilter = {
|
|
45752
|
-
customClaimTypeId?: InputMaybe<BigFloatFilter>;
|
|
45753
46386
|
eventIdx?: InputMaybe<IntFilter>;
|
|
45754
46387
|
expiry?: InputMaybe<BigFloatFilter>;
|
|
45755
46388
|
filterExpiry?: InputMaybe<BigFloatFilter>;
|
|
@@ -45759,8 +46392,6 @@ export declare type ClaimMaxAggregateFilter = {
|
|
|
45759
46392
|
};
|
|
45760
46393
|
export declare type ClaimMaxAggregates = {
|
|
45761
46394
|
__typename?: 'ClaimMaxAggregates';
|
|
45762
|
-
/** Maximum of customClaimTypeId across the matching connection */
|
|
45763
|
-
customClaimTypeId?: Maybe<Scalars['BigFloat']['output']>;
|
|
45764
46395
|
/** Maximum of eventIdx across the matching connection */
|
|
45765
46396
|
eventIdx?: Maybe<Scalars['Int']['output']>;
|
|
45766
46397
|
/** Maximum of expiry across the matching connection */
|
|
@@ -45775,7 +46406,6 @@ export declare type ClaimMaxAggregates = {
|
|
|
45775
46406
|
revokeDate?: Maybe<Scalars['BigFloat']['output']>;
|
|
45776
46407
|
};
|
|
45777
46408
|
export declare type ClaimMinAggregateFilter = {
|
|
45778
|
-
customClaimTypeId?: InputMaybe<BigFloatFilter>;
|
|
45779
46409
|
eventIdx?: InputMaybe<IntFilter>;
|
|
45780
46410
|
expiry?: InputMaybe<BigFloatFilter>;
|
|
45781
46411
|
filterExpiry?: InputMaybe<BigFloatFilter>;
|
|
@@ -45785,8 +46415,6 @@ export declare type ClaimMinAggregateFilter = {
|
|
|
45785
46415
|
};
|
|
45786
46416
|
export declare type ClaimMinAggregates = {
|
|
45787
46417
|
__typename?: 'ClaimMinAggregates';
|
|
45788
|
-
/** Minimum of customClaimTypeId across the matching connection */
|
|
45789
|
-
customClaimTypeId?: Maybe<Scalars['BigFloat']['output']>;
|
|
45790
46418
|
/** Minimum of eventIdx across the matching connection */
|
|
45791
46419
|
eventIdx?: Maybe<Scalars['Int']['output']>;
|
|
45792
46420
|
/** Minimum of expiry across the matching connection */
|
|
@@ -46009,7 +46637,6 @@ export declare enum ClaimScopesOrderBy {
|
|
|
46009
46637
|
UpdatedBlockIdDesc = "UPDATED_BLOCK_ID_DESC"
|
|
46010
46638
|
}
|
|
46011
46639
|
export declare type ClaimStddevPopulationAggregateFilter = {
|
|
46012
|
-
customClaimTypeId?: InputMaybe<BigFloatFilter>;
|
|
46013
46640
|
eventIdx?: InputMaybe<BigFloatFilter>;
|
|
46014
46641
|
expiry?: InputMaybe<BigFloatFilter>;
|
|
46015
46642
|
filterExpiry?: InputMaybe<BigFloatFilter>;
|
|
@@ -46019,8 +46646,6 @@ export declare type ClaimStddevPopulationAggregateFilter = {
|
|
|
46019
46646
|
};
|
|
46020
46647
|
export declare type ClaimStddevPopulationAggregates = {
|
|
46021
46648
|
__typename?: 'ClaimStddevPopulationAggregates';
|
|
46022
|
-
/** Population standard deviation of customClaimTypeId across the matching connection */
|
|
46023
|
-
customClaimTypeId?: Maybe<Scalars['BigFloat']['output']>;
|
|
46024
46649
|
/** Population standard deviation of eventIdx across the matching connection */
|
|
46025
46650
|
eventIdx?: Maybe<Scalars['BigFloat']['output']>;
|
|
46026
46651
|
/** Population standard deviation of expiry across the matching connection */
|
|
@@ -46035,7 +46660,6 @@ export declare type ClaimStddevPopulationAggregates = {
|
|
|
46035
46660
|
revokeDate?: Maybe<Scalars['BigFloat']['output']>;
|
|
46036
46661
|
};
|
|
46037
46662
|
export declare type ClaimStddevSampleAggregateFilter = {
|
|
46038
|
-
customClaimTypeId?: InputMaybe<BigFloatFilter>;
|
|
46039
46663
|
eventIdx?: InputMaybe<BigFloatFilter>;
|
|
46040
46664
|
expiry?: InputMaybe<BigFloatFilter>;
|
|
46041
46665
|
filterExpiry?: InputMaybe<BigFloatFilter>;
|
|
@@ -46045,8 +46669,6 @@ export declare type ClaimStddevSampleAggregateFilter = {
|
|
|
46045
46669
|
};
|
|
46046
46670
|
export declare type ClaimStddevSampleAggregates = {
|
|
46047
46671
|
__typename?: 'ClaimStddevSampleAggregates';
|
|
46048
|
-
/** Sample standard deviation of customClaimTypeId across the matching connection */
|
|
46049
|
-
customClaimTypeId?: Maybe<Scalars['BigFloat']['output']>;
|
|
46050
46672
|
/** Sample standard deviation of eventIdx across the matching connection */
|
|
46051
46673
|
eventIdx?: Maybe<Scalars['BigFloat']['output']>;
|
|
46052
46674
|
/** Sample standard deviation of expiry across the matching connection */
|
|
@@ -46061,7 +46683,6 @@ export declare type ClaimStddevSampleAggregates = {
|
|
|
46061
46683
|
revokeDate?: Maybe<Scalars['BigFloat']['output']>;
|
|
46062
46684
|
};
|
|
46063
46685
|
export declare type ClaimSumAggregateFilter = {
|
|
46064
|
-
customClaimTypeId?: InputMaybe<BigFloatFilter>;
|
|
46065
46686
|
eventIdx?: InputMaybe<BigIntFilter>;
|
|
46066
46687
|
expiry?: InputMaybe<BigFloatFilter>;
|
|
46067
46688
|
filterExpiry?: InputMaybe<BigFloatFilter>;
|
|
@@ -46071,8 +46692,6 @@ export declare type ClaimSumAggregateFilter = {
|
|
|
46071
46692
|
};
|
|
46072
46693
|
export declare type ClaimSumAggregates = {
|
|
46073
46694
|
__typename?: 'ClaimSumAggregates';
|
|
46074
|
-
/** Sum of customClaimTypeId across the matching connection */
|
|
46075
|
-
customClaimTypeId: Scalars['BigFloat']['output'];
|
|
46076
46695
|
/** Sum of eventIdx across the matching connection */
|
|
46077
46696
|
eventIdx: Scalars['BigInt']['output'];
|
|
46078
46697
|
/** Sum of expiry across the matching connection */
|
|
@@ -46129,7 +46748,6 @@ export declare type ClaimTypeEnumFilter = {
|
|
|
46129
46748
|
notIn?: InputMaybe<Array<ClaimTypeEnum>>;
|
|
46130
46749
|
};
|
|
46131
46750
|
export declare type ClaimVariancePopulationAggregateFilter = {
|
|
46132
|
-
customClaimTypeId?: InputMaybe<BigFloatFilter>;
|
|
46133
46751
|
eventIdx?: InputMaybe<BigFloatFilter>;
|
|
46134
46752
|
expiry?: InputMaybe<BigFloatFilter>;
|
|
46135
46753
|
filterExpiry?: InputMaybe<BigFloatFilter>;
|
|
@@ -46139,8 +46757,6 @@ export declare type ClaimVariancePopulationAggregateFilter = {
|
|
|
46139
46757
|
};
|
|
46140
46758
|
export declare type ClaimVariancePopulationAggregates = {
|
|
46141
46759
|
__typename?: 'ClaimVariancePopulationAggregates';
|
|
46142
|
-
/** Population variance of customClaimTypeId across the matching connection */
|
|
46143
|
-
customClaimTypeId?: Maybe<Scalars['BigFloat']['output']>;
|
|
46144
46760
|
/** Population variance of eventIdx across the matching connection */
|
|
46145
46761
|
eventIdx?: Maybe<Scalars['BigFloat']['output']>;
|
|
46146
46762
|
/** Population variance of expiry across the matching connection */
|
|
@@ -46155,7 +46771,6 @@ export declare type ClaimVariancePopulationAggregates = {
|
|
|
46155
46771
|
revokeDate?: Maybe<Scalars['BigFloat']['output']>;
|
|
46156
46772
|
};
|
|
46157
46773
|
export declare type ClaimVarianceSampleAggregateFilter = {
|
|
46158
|
-
customClaimTypeId?: InputMaybe<BigFloatFilter>;
|
|
46159
46774
|
eventIdx?: InputMaybe<BigFloatFilter>;
|
|
46160
46775
|
expiry?: InputMaybe<BigFloatFilter>;
|
|
46161
46776
|
filterExpiry?: InputMaybe<BigFloatFilter>;
|
|
@@ -46165,8 +46780,6 @@ export declare type ClaimVarianceSampleAggregateFilter = {
|
|
|
46165
46780
|
};
|
|
46166
46781
|
export declare type ClaimVarianceSampleAggregates = {
|
|
46167
46782
|
__typename?: 'ClaimVarianceSampleAggregates';
|
|
46168
|
-
/** Sample variance of customClaimTypeId across the matching connection */
|
|
46169
|
-
customClaimTypeId?: Maybe<Scalars['BigFloat']['output']>;
|
|
46170
46783
|
/** Sample variance of eventIdx across the matching connection */
|
|
46171
46784
|
eventIdx?: Maybe<Scalars['BigFloat']['output']>;
|
|
46172
46785
|
/** Sample variance of expiry across the matching connection */
|
|
@@ -46235,7 +46848,6 @@ export declare enum ClaimsGroupBy {
|
|
|
46235
46848
|
}
|
|
46236
46849
|
export declare type ClaimsHavingAverageInput = {
|
|
46237
46850
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46238
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46239
46851
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46240
46852
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46241
46853
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46246,7 +46858,6 @@ export declare type ClaimsHavingAverageInput = {
|
|
|
46246
46858
|
};
|
|
46247
46859
|
export declare type ClaimsHavingDistinctCountInput = {
|
|
46248
46860
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46249
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46250
46861
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46251
46862
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46252
46863
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46271,7 +46882,6 @@ export declare type ClaimsHavingInput = {
|
|
|
46271
46882
|
};
|
|
46272
46883
|
export declare type ClaimsHavingMaxInput = {
|
|
46273
46884
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46274
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46275
46885
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46276
46886
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46277
46887
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46282,7 +46892,6 @@ export declare type ClaimsHavingMaxInput = {
|
|
|
46282
46892
|
};
|
|
46283
46893
|
export declare type ClaimsHavingMinInput = {
|
|
46284
46894
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46285
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46286
46895
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46287
46896
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46288
46897
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46293,7 +46902,6 @@ export declare type ClaimsHavingMinInput = {
|
|
|
46293
46902
|
};
|
|
46294
46903
|
export declare type ClaimsHavingStddevPopulationInput = {
|
|
46295
46904
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46296
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46297
46905
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46298
46906
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46299
46907
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46304,7 +46912,6 @@ export declare type ClaimsHavingStddevPopulationInput = {
|
|
|
46304
46912
|
};
|
|
46305
46913
|
export declare type ClaimsHavingStddevSampleInput = {
|
|
46306
46914
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46307
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46308
46915
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46309
46916
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46310
46917
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46315,7 +46922,6 @@ export declare type ClaimsHavingStddevSampleInput = {
|
|
|
46315
46922
|
};
|
|
46316
46923
|
export declare type ClaimsHavingSumInput = {
|
|
46317
46924
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46318
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46319
46925
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46320
46926
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46321
46927
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46326,7 +46932,6 @@ export declare type ClaimsHavingSumInput = {
|
|
|
46326
46932
|
};
|
|
46327
46933
|
export declare type ClaimsHavingVariancePopulationInput = {
|
|
46328
46934
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46329
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46330
46935
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46331
46936
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46332
46937
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46337,7 +46942,6 @@ export declare type ClaimsHavingVariancePopulationInput = {
|
|
|
46337
46942
|
};
|
|
46338
46943
|
export declare type ClaimsHavingVarianceSampleInput = {
|
|
46339
46944
|
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
46340
|
-
customClaimTypeId?: InputMaybe<HavingBigfloatFilter>;
|
|
46341
46945
|
eventIdx?: InputMaybe<HavingIntFilter>;
|
|
46342
46946
|
expiry?: InputMaybe<HavingBigfloatFilter>;
|
|
46343
46947
|
filterExpiry?: InputMaybe<HavingBigfloatFilter>;
|
|
@@ -46705,6 +47309,781 @@ export declare enum CompliancesOrderBy {
|
|
|
46705
47309
|
UpdatedBlockIdAsc = "UPDATED_BLOCK_ID_ASC",
|
|
46706
47310
|
UpdatedBlockIdDesc = "UPDATED_BLOCK_ID_DESC"
|
|
46707
47311
|
}
|
|
47312
|
+
/** Represents the registered CustomClaimType */
|
|
47313
|
+
export declare type CustomClaimType = Node & {
|
|
47314
|
+
__typename?: 'CustomClaimType';
|
|
47315
|
+
/** Reads and enables pagination through a set of `Block`. */
|
|
47316
|
+
blocksByClaimCustomClaimTypeIdAndCreatedBlockId: CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdManyToManyConnection;
|
|
47317
|
+
/** Reads and enables pagination through a set of `Block`. */
|
|
47318
|
+
blocksByClaimCustomClaimTypeIdAndUpdatedBlockId: CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdManyToManyConnection;
|
|
47319
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
47320
|
+
claims: ClaimsConnection;
|
|
47321
|
+
createdAt: Scalars['Datetime']['output'];
|
|
47322
|
+
/** Reads a single `Block` that is related to this `CustomClaimType`. */
|
|
47323
|
+
createdBlock?: Maybe<Block>;
|
|
47324
|
+
createdBlockId: Scalars['String']['output'];
|
|
47325
|
+
id: Scalars['String']['output'];
|
|
47326
|
+
/** Reads and enables pagination through a set of `Identity`. */
|
|
47327
|
+
identitiesByClaimCustomClaimTypeIdAndIssuerId: CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdManyToManyConnection;
|
|
47328
|
+
/** Reads and enables pagination through a set of `Identity`. */
|
|
47329
|
+
identitiesByClaimCustomClaimTypeIdAndTargetId: CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdManyToManyConnection;
|
|
47330
|
+
/** Reads a single `Identity` that is related to this `CustomClaimType`. */
|
|
47331
|
+
identity?: Maybe<Identity>;
|
|
47332
|
+
identityId?: Maybe<Scalars['String']['output']>;
|
|
47333
|
+
name: Scalars['String']['output'];
|
|
47334
|
+
/** A globally unique identifier. Can be used in various places throughout the system to identify this single value. */
|
|
47335
|
+
nodeId: Scalars['ID']['output'];
|
|
47336
|
+
updatedAt: Scalars['Datetime']['output'];
|
|
47337
|
+
/** Reads a single `Block` that is related to this `CustomClaimType`. */
|
|
47338
|
+
updatedBlock?: Maybe<Block>;
|
|
47339
|
+
updatedBlockId: Scalars['String']['output'];
|
|
47340
|
+
};
|
|
47341
|
+
/** Represents the registered CustomClaimType */
|
|
47342
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdArgs = {
|
|
47343
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47344
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47345
|
+
distinct?: InputMaybe<Array<InputMaybe<Blocks_Distinct_Enum>>>;
|
|
47346
|
+
filter?: InputMaybe<BlockFilter>;
|
|
47347
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47348
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47349
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47350
|
+
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
47351
|
+
};
|
|
47352
|
+
/** Represents the registered CustomClaimType */
|
|
47353
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdArgs = {
|
|
47354
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47355
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47356
|
+
distinct?: InputMaybe<Array<InputMaybe<Blocks_Distinct_Enum>>>;
|
|
47357
|
+
filter?: InputMaybe<BlockFilter>;
|
|
47358
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47359
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47360
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47361
|
+
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
47362
|
+
};
|
|
47363
|
+
/** Represents the registered CustomClaimType */
|
|
47364
|
+
export declare type CustomClaimTypeClaimsArgs = {
|
|
47365
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47366
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47367
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
47368
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
47369
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47370
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47371
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47372
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
47373
|
+
};
|
|
47374
|
+
/** Represents the registered CustomClaimType */
|
|
47375
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdArgs = {
|
|
47376
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47377
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47378
|
+
distinct?: InputMaybe<Array<InputMaybe<Identities_Distinct_Enum>>>;
|
|
47379
|
+
filter?: InputMaybe<IdentityFilter>;
|
|
47380
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47381
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47382
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47383
|
+
orderBy?: InputMaybe<Array<IdentitiesOrderBy>>;
|
|
47384
|
+
};
|
|
47385
|
+
/** Represents the registered CustomClaimType */
|
|
47386
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdArgs = {
|
|
47387
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47388
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47389
|
+
distinct?: InputMaybe<Array<InputMaybe<Identities_Distinct_Enum>>>;
|
|
47390
|
+
filter?: InputMaybe<IdentityFilter>;
|
|
47391
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47392
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47393
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47394
|
+
orderBy?: InputMaybe<Array<IdentitiesOrderBy>>;
|
|
47395
|
+
};
|
|
47396
|
+
export declare type CustomClaimTypeAggregates = {
|
|
47397
|
+
__typename?: 'CustomClaimTypeAggregates';
|
|
47398
|
+
/** Distinct count aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47399
|
+
distinctCount?: Maybe<CustomClaimTypeDistinctCountAggregates>;
|
|
47400
|
+
keys?: Maybe<Array<Scalars['String']['output']>>;
|
|
47401
|
+
};
|
|
47402
|
+
/** A filter to be used against aggregates of `CustomClaimType` object types. */
|
|
47403
|
+
export declare type CustomClaimTypeAggregatesFilter = {
|
|
47404
|
+
/** Distinct count aggregate over matching `CustomClaimType` objects. */
|
|
47405
|
+
distinctCount?: InputMaybe<CustomClaimTypeDistinctCountAggregateFilter>;
|
|
47406
|
+
/** A filter that must pass for the relevant `CustomClaimType` object to be included within the aggregate. */
|
|
47407
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
47408
|
+
};
|
|
47409
|
+
/** A connection to a list of `Block` values, with data from `Claim`. */
|
|
47410
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdManyToManyConnection = {
|
|
47411
|
+
__typename?: 'CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdManyToManyConnection';
|
|
47412
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47413
|
+
aggregates?: Maybe<BlockAggregates>;
|
|
47414
|
+
/** A list of edges which contains the `Block`, info from the `Claim`, and the cursor to aid in pagination. */
|
|
47415
|
+
edges: Array<CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdManyToManyEdge>;
|
|
47416
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47417
|
+
groupedAggregates?: Maybe<Array<BlockAggregates>>;
|
|
47418
|
+
/** A list of `Block` objects. */
|
|
47419
|
+
nodes: Array<Maybe<Block>>;
|
|
47420
|
+
/** Information to aid in pagination. */
|
|
47421
|
+
pageInfo: PageInfo;
|
|
47422
|
+
/** The count of *all* `Block` you could get from the connection. */
|
|
47423
|
+
totalCount: Scalars['Int']['output'];
|
|
47424
|
+
};
|
|
47425
|
+
/** A connection to a list of `Block` values, with data from `Claim`. */
|
|
47426
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
47427
|
+
groupBy: Array<BlocksGroupBy>;
|
|
47428
|
+
having?: InputMaybe<BlocksHavingInput>;
|
|
47429
|
+
};
|
|
47430
|
+
/** A `Block` edge in the connection, with data from `Claim`. */
|
|
47431
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdManyToManyEdge = {
|
|
47432
|
+
__typename?: 'CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdManyToManyEdge';
|
|
47433
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
47434
|
+
claimsByCreatedBlockId: ClaimsConnection;
|
|
47435
|
+
/** A cursor for use in pagination. */
|
|
47436
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
47437
|
+
/** The `Block` at the end of the edge. */
|
|
47438
|
+
node?: Maybe<Block>;
|
|
47439
|
+
};
|
|
47440
|
+
/** A `Block` edge in the connection, with data from `Claim`. */
|
|
47441
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndCreatedBlockIdManyToManyEdgeClaimsByCreatedBlockIdArgs = {
|
|
47442
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47443
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47444
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
47445
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
47446
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47447
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47448
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47449
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
47450
|
+
};
|
|
47451
|
+
/** A connection to a list of `Block` values, with data from `Claim`. */
|
|
47452
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdManyToManyConnection = {
|
|
47453
|
+
__typename?: 'CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdManyToManyConnection';
|
|
47454
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47455
|
+
aggregates?: Maybe<BlockAggregates>;
|
|
47456
|
+
/** A list of edges which contains the `Block`, info from the `Claim`, and the cursor to aid in pagination. */
|
|
47457
|
+
edges: Array<CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdManyToManyEdge>;
|
|
47458
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47459
|
+
groupedAggregates?: Maybe<Array<BlockAggregates>>;
|
|
47460
|
+
/** A list of `Block` objects. */
|
|
47461
|
+
nodes: Array<Maybe<Block>>;
|
|
47462
|
+
/** Information to aid in pagination. */
|
|
47463
|
+
pageInfo: PageInfo;
|
|
47464
|
+
/** The count of *all* `Block` you could get from the connection. */
|
|
47465
|
+
totalCount: Scalars['Int']['output'];
|
|
47466
|
+
};
|
|
47467
|
+
/** A connection to a list of `Block` values, with data from `Claim`. */
|
|
47468
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
47469
|
+
groupBy: Array<BlocksGroupBy>;
|
|
47470
|
+
having?: InputMaybe<BlocksHavingInput>;
|
|
47471
|
+
};
|
|
47472
|
+
/** A `Block` edge in the connection, with data from `Claim`. */
|
|
47473
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdManyToManyEdge = {
|
|
47474
|
+
__typename?: 'CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdManyToManyEdge';
|
|
47475
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
47476
|
+
claimsByUpdatedBlockId: ClaimsConnection;
|
|
47477
|
+
/** A cursor for use in pagination. */
|
|
47478
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
47479
|
+
/** The `Block` at the end of the edge. */
|
|
47480
|
+
node?: Maybe<Block>;
|
|
47481
|
+
};
|
|
47482
|
+
/** A `Block` edge in the connection, with data from `Claim`. */
|
|
47483
|
+
export declare type CustomClaimTypeBlocksByClaimCustomClaimTypeIdAndUpdatedBlockIdManyToManyEdgeClaimsByUpdatedBlockIdArgs = {
|
|
47484
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47485
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47486
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
47487
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
47488
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47489
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47490
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47491
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
47492
|
+
};
|
|
47493
|
+
export declare type CustomClaimTypeDistinctCountAggregateFilter = {
|
|
47494
|
+
createdAt?: InputMaybe<BigIntFilter>;
|
|
47495
|
+
createdBlockId?: InputMaybe<BigIntFilter>;
|
|
47496
|
+
id?: InputMaybe<BigIntFilter>;
|
|
47497
|
+
identityId?: InputMaybe<BigIntFilter>;
|
|
47498
|
+
name?: InputMaybe<BigIntFilter>;
|
|
47499
|
+
updatedAt?: InputMaybe<BigIntFilter>;
|
|
47500
|
+
updatedBlockId?: InputMaybe<BigIntFilter>;
|
|
47501
|
+
};
|
|
47502
|
+
export declare type CustomClaimTypeDistinctCountAggregates = {
|
|
47503
|
+
__typename?: 'CustomClaimTypeDistinctCountAggregates';
|
|
47504
|
+
/** Distinct count of createdAt across the matching connection */
|
|
47505
|
+
createdAt?: Maybe<Scalars['BigInt']['output']>;
|
|
47506
|
+
/** Distinct count of createdBlockId across the matching connection */
|
|
47507
|
+
createdBlockId?: Maybe<Scalars['BigInt']['output']>;
|
|
47508
|
+
/** Distinct count of id across the matching connection */
|
|
47509
|
+
id?: Maybe<Scalars['BigInt']['output']>;
|
|
47510
|
+
/** Distinct count of identityId across the matching connection */
|
|
47511
|
+
identityId?: Maybe<Scalars['BigInt']['output']>;
|
|
47512
|
+
/** Distinct count of name across the matching connection */
|
|
47513
|
+
name?: Maybe<Scalars['BigInt']['output']>;
|
|
47514
|
+
/** Distinct count of updatedAt across the matching connection */
|
|
47515
|
+
updatedAt?: Maybe<Scalars['BigInt']['output']>;
|
|
47516
|
+
/** Distinct count of updatedBlockId across the matching connection */
|
|
47517
|
+
updatedBlockId?: Maybe<Scalars['BigInt']['output']>;
|
|
47518
|
+
};
|
|
47519
|
+
/** A filter to be used against `CustomClaimType` object types. All fields are combined with a logical ‘and.’ */
|
|
47520
|
+
export declare type CustomClaimTypeFilter = {
|
|
47521
|
+
/** Checks for all expressions in this list. */
|
|
47522
|
+
and?: InputMaybe<Array<CustomClaimTypeFilter>>;
|
|
47523
|
+
/** Filter by the object’s `claims` relation. */
|
|
47524
|
+
claims?: InputMaybe<CustomClaimTypeToManyClaimFilter>;
|
|
47525
|
+
/** Some related `claims` exist. */
|
|
47526
|
+
claimsExist?: InputMaybe<Scalars['Boolean']['input']>;
|
|
47527
|
+
/** Filter by the object’s `createdAt` field. */
|
|
47528
|
+
createdAt?: InputMaybe<DatetimeFilter>;
|
|
47529
|
+
/** Filter by the object’s `createdBlock` relation. */
|
|
47530
|
+
createdBlock?: InputMaybe<BlockFilter>;
|
|
47531
|
+
/** Filter by the object’s `createdBlockId` field. */
|
|
47532
|
+
createdBlockId?: InputMaybe<StringFilter>;
|
|
47533
|
+
/** Filter by the object’s `id` field. */
|
|
47534
|
+
id?: InputMaybe<StringFilter>;
|
|
47535
|
+
/** Filter by the object’s `identity` relation. */
|
|
47536
|
+
identity?: InputMaybe<IdentityFilter>;
|
|
47537
|
+
/** A related `identity` exists. */
|
|
47538
|
+
identityExists?: InputMaybe<Scalars['Boolean']['input']>;
|
|
47539
|
+
/** Filter by the object’s `identityId` field. */
|
|
47540
|
+
identityId?: InputMaybe<StringFilter>;
|
|
47541
|
+
/** Filter by the object’s `name` field. */
|
|
47542
|
+
name?: InputMaybe<StringFilter>;
|
|
47543
|
+
/** Negates the expression. */
|
|
47544
|
+
not?: InputMaybe<CustomClaimTypeFilter>;
|
|
47545
|
+
/** Checks for any expressions in this list. */
|
|
47546
|
+
or?: InputMaybe<Array<CustomClaimTypeFilter>>;
|
|
47547
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
47548
|
+
updatedAt?: InputMaybe<DatetimeFilter>;
|
|
47549
|
+
/** Filter by the object’s `updatedBlock` relation. */
|
|
47550
|
+
updatedBlock?: InputMaybe<BlockFilter>;
|
|
47551
|
+
/** Filter by the object’s `updatedBlockId` field. */
|
|
47552
|
+
updatedBlockId?: InputMaybe<StringFilter>;
|
|
47553
|
+
};
|
|
47554
|
+
/** A connection to a list of `Identity` values, with data from `Claim`. */
|
|
47555
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdManyToManyConnection = {
|
|
47556
|
+
__typename?: 'CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdManyToManyConnection';
|
|
47557
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47558
|
+
aggregates?: Maybe<IdentityAggregates>;
|
|
47559
|
+
/** A list of edges which contains the `Identity`, info from the `Claim`, and the cursor to aid in pagination. */
|
|
47560
|
+
edges: Array<CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdManyToManyEdge>;
|
|
47561
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47562
|
+
groupedAggregates?: Maybe<Array<IdentityAggregates>>;
|
|
47563
|
+
/** A list of `Identity` objects. */
|
|
47564
|
+
nodes: Array<Maybe<Identity>>;
|
|
47565
|
+
/** Information to aid in pagination. */
|
|
47566
|
+
pageInfo: PageInfo;
|
|
47567
|
+
/** The count of *all* `Identity` you could get from the connection. */
|
|
47568
|
+
totalCount: Scalars['Int']['output'];
|
|
47569
|
+
};
|
|
47570
|
+
/** A connection to a list of `Identity` values, with data from `Claim`. */
|
|
47571
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
47572
|
+
groupBy: Array<IdentitiesGroupBy>;
|
|
47573
|
+
having?: InputMaybe<IdentitiesHavingInput>;
|
|
47574
|
+
};
|
|
47575
|
+
/** A `Identity` edge in the connection, with data from `Claim`. */
|
|
47576
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdManyToManyEdge = {
|
|
47577
|
+
__typename?: 'CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdManyToManyEdge';
|
|
47578
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
47579
|
+
claimsByIssuerId: ClaimsConnection;
|
|
47580
|
+
/** A cursor for use in pagination. */
|
|
47581
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
47582
|
+
/** The `Identity` at the end of the edge. */
|
|
47583
|
+
node?: Maybe<Identity>;
|
|
47584
|
+
};
|
|
47585
|
+
/** A `Identity` edge in the connection, with data from `Claim`. */
|
|
47586
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndIssuerIdManyToManyEdgeClaimsByIssuerIdArgs = {
|
|
47587
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47588
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47589
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
47590
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
47591
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47592
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47593
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47594
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
47595
|
+
};
|
|
47596
|
+
/** A connection to a list of `Identity` values, with data from `Claim`. */
|
|
47597
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdManyToManyConnection = {
|
|
47598
|
+
__typename?: 'CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdManyToManyConnection';
|
|
47599
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47600
|
+
aggregates?: Maybe<IdentityAggregates>;
|
|
47601
|
+
/** A list of edges which contains the `Identity`, info from the `Claim`, and the cursor to aid in pagination. */
|
|
47602
|
+
edges: Array<CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdManyToManyEdge>;
|
|
47603
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47604
|
+
groupedAggregates?: Maybe<Array<IdentityAggregates>>;
|
|
47605
|
+
/** A list of `Identity` objects. */
|
|
47606
|
+
nodes: Array<Maybe<Identity>>;
|
|
47607
|
+
/** Information to aid in pagination. */
|
|
47608
|
+
pageInfo: PageInfo;
|
|
47609
|
+
/** The count of *all* `Identity` you could get from the connection. */
|
|
47610
|
+
totalCount: Scalars['Int']['output'];
|
|
47611
|
+
};
|
|
47612
|
+
/** A connection to a list of `Identity` values, with data from `Claim`. */
|
|
47613
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
47614
|
+
groupBy: Array<IdentitiesGroupBy>;
|
|
47615
|
+
having?: InputMaybe<IdentitiesHavingInput>;
|
|
47616
|
+
};
|
|
47617
|
+
/** A `Identity` edge in the connection, with data from `Claim`. */
|
|
47618
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdManyToManyEdge = {
|
|
47619
|
+
__typename?: 'CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdManyToManyEdge';
|
|
47620
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
47621
|
+
claimsByTargetId: ClaimsConnection;
|
|
47622
|
+
/** A cursor for use in pagination. */
|
|
47623
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
47624
|
+
/** The `Identity` at the end of the edge. */
|
|
47625
|
+
node?: Maybe<Identity>;
|
|
47626
|
+
};
|
|
47627
|
+
/** A `Identity` edge in the connection, with data from `Claim`. */
|
|
47628
|
+
export declare type CustomClaimTypeIdentitiesByClaimCustomClaimTypeIdAndTargetIdManyToManyEdgeClaimsByTargetIdArgs = {
|
|
47629
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47630
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
47631
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
47632
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
47633
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47634
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47635
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
47636
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
47637
|
+
};
|
|
47638
|
+
/** A filter to be used against many `Claim` object types. All fields are combined with a logical ‘and.’ */
|
|
47639
|
+
export declare type CustomClaimTypeToManyClaimFilter = {
|
|
47640
|
+
/** Aggregates across related `Claim` match the filter criteria. */
|
|
47641
|
+
aggregates?: InputMaybe<ClaimAggregatesFilter>;
|
|
47642
|
+
/** Every related `Claim` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
47643
|
+
every?: InputMaybe<ClaimFilter>;
|
|
47644
|
+
/** No related `Claim` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
47645
|
+
none?: InputMaybe<ClaimFilter>;
|
|
47646
|
+
/** Some related `Claim` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
47647
|
+
some?: InputMaybe<ClaimFilter>;
|
|
47648
|
+
};
|
|
47649
|
+
/** A connection to a list of `CustomClaimType` values. */
|
|
47650
|
+
export declare type CustomClaimTypesConnection = {
|
|
47651
|
+
__typename?: 'CustomClaimTypesConnection';
|
|
47652
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47653
|
+
aggregates?: Maybe<CustomClaimTypeAggregates>;
|
|
47654
|
+
/** A list of edges which contains the `CustomClaimType` and cursor to aid in pagination. */
|
|
47655
|
+
edges: Array<CustomClaimTypesEdge>;
|
|
47656
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
47657
|
+
groupedAggregates?: Maybe<Array<CustomClaimTypeAggregates>>;
|
|
47658
|
+
/** A list of `CustomClaimType` objects. */
|
|
47659
|
+
nodes: Array<Maybe<CustomClaimType>>;
|
|
47660
|
+
/** Information to aid in pagination. */
|
|
47661
|
+
pageInfo: PageInfo;
|
|
47662
|
+
/** The count of *all* `CustomClaimType` you could get from the connection. */
|
|
47663
|
+
totalCount: Scalars['Int']['output'];
|
|
47664
|
+
};
|
|
47665
|
+
/** A connection to a list of `CustomClaimType` values. */
|
|
47666
|
+
export declare type CustomClaimTypesConnectionGroupedAggregatesArgs = {
|
|
47667
|
+
groupBy: Array<CustomClaimTypesGroupBy>;
|
|
47668
|
+
having?: InputMaybe<CustomClaimTypesHavingInput>;
|
|
47669
|
+
};
|
|
47670
|
+
/** A `CustomClaimType` edge in the connection. */
|
|
47671
|
+
export declare type CustomClaimTypesEdge = {
|
|
47672
|
+
__typename?: 'CustomClaimTypesEdge';
|
|
47673
|
+
/** A cursor for use in pagination. */
|
|
47674
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
47675
|
+
/** The `CustomClaimType` at the end of the edge. */
|
|
47676
|
+
node?: Maybe<CustomClaimType>;
|
|
47677
|
+
};
|
|
47678
|
+
/** Grouping methods for `CustomClaimType` for usage during aggregation. */
|
|
47679
|
+
export declare enum CustomClaimTypesGroupBy {
|
|
47680
|
+
CreatedAt = "CREATED_AT",
|
|
47681
|
+
CreatedAtTruncatedToDay = "CREATED_AT_TRUNCATED_TO_DAY",
|
|
47682
|
+
CreatedAtTruncatedToHour = "CREATED_AT_TRUNCATED_TO_HOUR",
|
|
47683
|
+
CreatedBlockId = "CREATED_BLOCK_ID",
|
|
47684
|
+
IdentityId = "IDENTITY_ID",
|
|
47685
|
+
Name = "NAME",
|
|
47686
|
+
UpdatedAt = "UPDATED_AT",
|
|
47687
|
+
UpdatedAtTruncatedToDay = "UPDATED_AT_TRUNCATED_TO_DAY",
|
|
47688
|
+
UpdatedAtTruncatedToHour = "UPDATED_AT_TRUNCATED_TO_HOUR",
|
|
47689
|
+
UpdatedBlockId = "UPDATED_BLOCK_ID"
|
|
47690
|
+
}
|
|
47691
|
+
export declare type CustomClaimTypesHavingAverageInput = {
|
|
47692
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47693
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47694
|
+
};
|
|
47695
|
+
export declare type CustomClaimTypesHavingDistinctCountInput = {
|
|
47696
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47697
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47698
|
+
};
|
|
47699
|
+
/** Conditions for `CustomClaimType` aggregates. */
|
|
47700
|
+
export declare type CustomClaimTypesHavingInput = {
|
|
47701
|
+
AND?: InputMaybe<Array<CustomClaimTypesHavingInput>>;
|
|
47702
|
+
OR?: InputMaybe<Array<CustomClaimTypesHavingInput>>;
|
|
47703
|
+
average?: InputMaybe<CustomClaimTypesHavingAverageInput>;
|
|
47704
|
+
distinctCount?: InputMaybe<CustomClaimTypesHavingDistinctCountInput>;
|
|
47705
|
+
max?: InputMaybe<CustomClaimTypesHavingMaxInput>;
|
|
47706
|
+
min?: InputMaybe<CustomClaimTypesHavingMinInput>;
|
|
47707
|
+
stddevPopulation?: InputMaybe<CustomClaimTypesHavingStddevPopulationInput>;
|
|
47708
|
+
stddevSample?: InputMaybe<CustomClaimTypesHavingStddevSampleInput>;
|
|
47709
|
+
sum?: InputMaybe<CustomClaimTypesHavingSumInput>;
|
|
47710
|
+
variancePopulation?: InputMaybe<CustomClaimTypesHavingVariancePopulationInput>;
|
|
47711
|
+
varianceSample?: InputMaybe<CustomClaimTypesHavingVarianceSampleInput>;
|
|
47712
|
+
};
|
|
47713
|
+
export declare type CustomClaimTypesHavingMaxInput = {
|
|
47714
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47715
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47716
|
+
};
|
|
47717
|
+
export declare type CustomClaimTypesHavingMinInput = {
|
|
47718
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47719
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47720
|
+
};
|
|
47721
|
+
export declare type CustomClaimTypesHavingStddevPopulationInput = {
|
|
47722
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47723
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47724
|
+
};
|
|
47725
|
+
export declare type CustomClaimTypesHavingStddevSampleInput = {
|
|
47726
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47727
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47728
|
+
};
|
|
47729
|
+
export declare type CustomClaimTypesHavingSumInput = {
|
|
47730
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47731
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47732
|
+
};
|
|
47733
|
+
export declare type CustomClaimTypesHavingVariancePopulationInput = {
|
|
47734
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47735
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47736
|
+
};
|
|
47737
|
+
export declare type CustomClaimTypesHavingVarianceSampleInput = {
|
|
47738
|
+
createdAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47739
|
+
updatedAt?: InputMaybe<HavingDatetimeFilter>;
|
|
47740
|
+
};
|
|
47741
|
+
/** Methods to use when ordering `CustomClaimType`. */
|
|
47742
|
+
export declare enum CustomClaimTypesOrderBy {
|
|
47743
|
+
ClaimsAverageCddIdAsc = "CLAIMS_AVERAGE_CDD_ID_ASC",
|
|
47744
|
+
ClaimsAverageCddIdDesc = "CLAIMS_AVERAGE_CDD_ID_DESC",
|
|
47745
|
+
ClaimsAverageCreatedAtAsc = "CLAIMS_AVERAGE_CREATED_AT_ASC",
|
|
47746
|
+
ClaimsAverageCreatedAtDesc = "CLAIMS_AVERAGE_CREATED_AT_DESC",
|
|
47747
|
+
ClaimsAverageCreatedBlockIdAsc = "CLAIMS_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
47748
|
+
ClaimsAverageCreatedBlockIdDesc = "CLAIMS_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
47749
|
+
ClaimsAverageCustomClaimTypeIdAsc = "CLAIMS_AVERAGE_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
47750
|
+
ClaimsAverageCustomClaimTypeIdDesc = "CLAIMS_AVERAGE_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
47751
|
+
ClaimsAverageEventIdxAsc = "CLAIMS_AVERAGE_EVENT_IDX_ASC",
|
|
47752
|
+
ClaimsAverageEventIdxDesc = "CLAIMS_AVERAGE_EVENT_IDX_DESC",
|
|
47753
|
+
ClaimsAverageExpiryAsc = "CLAIMS_AVERAGE_EXPIRY_ASC",
|
|
47754
|
+
ClaimsAverageExpiryDesc = "CLAIMS_AVERAGE_EXPIRY_DESC",
|
|
47755
|
+
ClaimsAverageFilterExpiryAsc = "CLAIMS_AVERAGE_FILTER_EXPIRY_ASC",
|
|
47756
|
+
ClaimsAverageFilterExpiryDesc = "CLAIMS_AVERAGE_FILTER_EXPIRY_DESC",
|
|
47757
|
+
ClaimsAverageIdAsc = "CLAIMS_AVERAGE_ID_ASC",
|
|
47758
|
+
ClaimsAverageIdDesc = "CLAIMS_AVERAGE_ID_DESC",
|
|
47759
|
+
ClaimsAverageIssuanceDateAsc = "CLAIMS_AVERAGE_ISSUANCE_DATE_ASC",
|
|
47760
|
+
ClaimsAverageIssuanceDateDesc = "CLAIMS_AVERAGE_ISSUANCE_DATE_DESC",
|
|
47761
|
+
ClaimsAverageIssuerIdAsc = "CLAIMS_AVERAGE_ISSUER_ID_ASC",
|
|
47762
|
+
ClaimsAverageIssuerIdDesc = "CLAIMS_AVERAGE_ISSUER_ID_DESC",
|
|
47763
|
+
ClaimsAverageJurisdictionAsc = "CLAIMS_AVERAGE_JURISDICTION_ASC",
|
|
47764
|
+
ClaimsAverageJurisdictionDesc = "CLAIMS_AVERAGE_JURISDICTION_DESC",
|
|
47765
|
+
ClaimsAverageLastUpdateDateAsc = "CLAIMS_AVERAGE_LAST_UPDATE_DATE_ASC",
|
|
47766
|
+
ClaimsAverageLastUpdateDateDesc = "CLAIMS_AVERAGE_LAST_UPDATE_DATE_DESC",
|
|
47767
|
+
ClaimsAverageRevokeDateAsc = "CLAIMS_AVERAGE_REVOKE_DATE_ASC",
|
|
47768
|
+
ClaimsAverageRevokeDateDesc = "CLAIMS_AVERAGE_REVOKE_DATE_DESC",
|
|
47769
|
+
ClaimsAverageScopeAsc = "CLAIMS_AVERAGE_SCOPE_ASC",
|
|
47770
|
+
ClaimsAverageScopeDesc = "CLAIMS_AVERAGE_SCOPE_DESC",
|
|
47771
|
+
ClaimsAverageTargetIdAsc = "CLAIMS_AVERAGE_TARGET_ID_ASC",
|
|
47772
|
+
ClaimsAverageTargetIdDesc = "CLAIMS_AVERAGE_TARGET_ID_DESC",
|
|
47773
|
+
ClaimsAverageTypeAsc = "CLAIMS_AVERAGE_TYPE_ASC",
|
|
47774
|
+
ClaimsAverageTypeDesc = "CLAIMS_AVERAGE_TYPE_DESC",
|
|
47775
|
+
ClaimsAverageUpdatedAtAsc = "CLAIMS_AVERAGE_UPDATED_AT_ASC",
|
|
47776
|
+
ClaimsAverageUpdatedAtDesc = "CLAIMS_AVERAGE_UPDATED_AT_DESC",
|
|
47777
|
+
ClaimsAverageUpdatedBlockIdAsc = "CLAIMS_AVERAGE_UPDATED_BLOCK_ID_ASC",
|
|
47778
|
+
ClaimsAverageUpdatedBlockIdDesc = "CLAIMS_AVERAGE_UPDATED_BLOCK_ID_DESC",
|
|
47779
|
+
ClaimsCountAsc = "CLAIMS_COUNT_ASC",
|
|
47780
|
+
ClaimsCountDesc = "CLAIMS_COUNT_DESC",
|
|
47781
|
+
ClaimsDistinctCountCddIdAsc = "CLAIMS_DISTINCT_COUNT_CDD_ID_ASC",
|
|
47782
|
+
ClaimsDistinctCountCddIdDesc = "CLAIMS_DISTINCT_COUNT_CDD_ID_DESC",
|
|
47783
|
+
ClaimsDistinctCountCreatedAtAsc = "CLAIMS_DISTINCT_COUNT_CREATED_AT_ASC",
|
|
47784
|
+
ClaimsDistinctCountCreatedAtDesc = "CLAIMS_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
47785
|
+
ClaimsDistinctCountCreatedBlockIdAsc = "CLAIMS_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
47786
|
+
ClaimsDistinctCountCreatedBlockIdDesc = "CLAIMS_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
47787
|
+
ClaimsDistinctCountCustomClaimTypeIdAsc = "CLAIMS_DISTINCT_COUNT_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
47788
|
+
ClaimsDistinctCountCustomClaimTypeIdDesc = "CLAIMS_DISTINCT_COUNT_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
47789
|
+
ClaimsDistinctCountEventIdxAsc = "CLAIMS_DISTINCT_COUNT_EVENT_IDX_ASC",
|
|
47790
|
+
ClaimsDistinctCountEventIdxDesc = "CLAIMS_DISTINCT_COUNT_EVENT_IDX_DESC",
|
|
47791
|
+
ClaimsDistinctCountExpiryAsc = "CLAIMS_DISTINCT_COUNT_EXPIRY_ASC",
|
|
47792
|
+
ClaimsDistinctCountExpiryDesc = "CLAIMS_DISTINCT_COUNT_EXPIRY_DESC",
|
|
47793
|
+
ClaimsDistinctCountFilterExpiryAsc = "CLAIMS_DISTINCT_COUNT_FILTER_EXPIRY_ASC",
|
|
47794
|
+
ClaimsDistinctCountFilterExpiryDesc = "CLAIMS_DISTINCT_COUNT_FILTER_EXPIRY_DESC",
|
|
47795
|
+
ClaimsDistinctCountIdAsc = "CLAIMS_DISTINCT_COUNT_ID_ASC",
|
|
47796
|
+
ClaimsDistinctCountIdDesc = "CLAIMS_DISTINCT_COUNT_ID_DESC",
|
|
47797
|
+
ClaimsDistinctCountIssuanceDateAsc = "CLAIMS_DISTINCT_COUNT_ISSUANCE_DATE_ASC",
|
|
47798
|
+
ClaimsDistinctCountIssuanceDateDesc = "CLAIMS_DISTINCT_COUNT_ISSUANCE_DATE_DESC",
|
|
47799
|
+
ClaimsDistinctCountIssuerIdAsc = "CLAIMS_DISTINCT_COUNT_ISSUER_ID_ASC",
|
|
47800
|
+
ClaimsDistinctCountIssuerIdDesc = "CLAIMS_DISTINCT_COUNT_ISSUER_ID_DESC",
|
|
47801
|
+
ClaimsDistinctCountJurisdictionAsc = "CLAIMS_DISTINCT_COUNT_JURISDICTION_ASC",
|
|
47802
|
+
ClaimsDistinctCountJurisdictionDesc = "CLAIMS_DISTINCT_COUNT_JURISDICTION_DESC",
|
|
47803
|
+
ClaimsDistinctCountLastUpdateDateAsc = "CLAIMS_DISTINCT_COUNT_LAST_UPDATE_DATE_ASC",
|
|
47804
|
+
ClaimsDistinctCountLastUpdateDateDesc = "CLAIMS_DISTINCT_COUNT_LAST_UPDATE_DATE_DESC",
|
|
47805
|
+
ClaimsDistinctCountRevokeDateAsc = "CLAIMS_DISTINCT_COUNT_REVOKE_DATE_ASC",
|
|
47806
|
+
ClaimsDistinctCountRevokeDateDesc = "CLAIMS_DISTINCT_COUNT_REVOKE_DATE_DESC",
|
|
47807
|
+
ClaimsDistinctCountScopeAsc = "CLAIMS_DISTINCT_COUNT_SCOPE_ASC",
|
|
47808
|
+
ClaimsDistinctCountScopeDesc = "CLAIMS_DISTINCT_COUNT_SCOPE_DESC",
|
|
47809
|
+
ClaimsDistinctCountTargetIdAsc = "CLAIMS_DISTINCT_COUNT_TARGET_ID_ASC",
|
|
47810
|
+
ClaimsDistinctCountTargetIdDesc = "CLAIMS_DISTINCT_COUNT_TARGET_ID_DESC",
|
|
47811
|
+
ClaimsDistinctCountTypeAsc = "CLAIMS_DISTINCT_COUNT_TYPE_ASC",
|
|
47812
|
+
ClaimsDistinctCountTypeDesc = "CLAIMS_DISTINCT_COUNT_TYPE_DESC",
|
|
47813
|
+
ClaimsDistinctCountUpdatedAtAsc = "CLAIMS_DISTINCT_COUNT_UPDATED_AT_ASC",
|
|
47814
|
+
ClaimsDistinctCountUpdatedAtDesc = "CLAIMS_DISTINCT_COUNT_UPDATED_AT_DESC",
|
|
47815
|
+
ClaimsDistinctCountUpdatedBlockIdAsc = "CLAIMS_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC",
|
|
47816
|
+
ClaimsDistinctCountUpdatedBlockIdDesc = "CLAIMS_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC",
|
|
47817
|
+
ClaimsMaxCddIdAsc = "CLAIMS_MAX_CDD_ID_ASC",
|
|
47818
|
+
ClaimsMaxCddIdDesc = "CLAIMS_MAX_CDD_ID_DESC",
|
|
47819
|
+
ClaimsMaxCreatedAtAsc = "CLAIMS_MAX_CREATED_AT_ASC",
|
|
47820
|
+
ClaimsMaxCreatedAtDesc = "CLAIMS_MAX_CREATED_AT_DESC",
|
|
47821
|
+
ClaimsMaxCreatedBlockIdAsc = "CLAIMS_MAX_CREATED_BLOCK_ID_ASC",
|
|
47822
|
+
ClaimsMaxCreatedBlockIdDesc = "CLAIMS_MAX_CREATED_BLOCK_ID_DESC",
|
|
47823
|
+
ClaimsMaxCustomClaimTypeIdAsc = "CLAIMS_MAX_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
47824
|
+
ClaimsMaxCustomClaimTypeIdDesc = "CLAIMS_MAX_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
47825
|
+
ClaimsMaxEventIdxAsc = "CLAIMS_MAX_EVENT_IDX_ASC",
|
|
47826
|
+
ClaimsMaxEventIdxDesc = "CLAIMS_MAX_EVENT_IDX_DESC",
|
|
47827
|
+
ClaimsMaxExpiryAsc = "CLAIMS_MAX_EXPIRY_ASC",
|
|
47828
|
+
ClaimsMaxExpiryDesc = "CLAIMS_MAX_EXPIRY_DESC",
|
|
47829
|
+
ClaimsMaxFilterExpiryAsc = "CLAIMS_MAX_FILTER_EXPIRY_ASC",
|
|
47830
|
+
ClaimsMaxFilterExpiryDesc = "CLAIMS_MAX_FILTER_EXPIRY_DESC",
|
|
47831
|
+
ClaimsMaxIdAsc = "CLAIMS_MAX_ID_ASC",
|
|
47832
|
+
ClaimsMaxIdDesc = "CLAIMS_MAX_ID_DESC",
|
|
47833
|
+
ClaimsMaxIssuanceDateAsc = "CLAIMS_MAX_ISSUANCE_DATE_ASC",
|
|
47834
|
+
ClaimsMaxIssuanceDateDesc = "CLAIMS_MAX_ISSUANCE_DATE_DESC",
|
|
47835
|
+
ClaimsMaxIssuerIdAsc = "CLAIMS_MAX_ISSUER_ID_ASC",
|
|
47836
|
+
ClaimsMaxIssuerIdDesc = "CLAIMS_MAX_ISSUER_ID_DESC",
|
|
47837
|
+
ClaimsMaxJurisdictionAsc = "CLAIMS_MAX_JURISDICTION_ASC",
|
|
47838
|
+
ClaimsMaxJurisdictionDesc = "CLAIMS_MAX_JURISDICTION_DESC",
|
|
47839
|
+
ClaimsMaxLastUpdateDateAsc = "CLAIMS_MAX_LAST_UPDATE_DATE_ASC",
|
|
47840
|
+
ClaimsMaxLastUpdateDateDesc = "CLAIMS_MAX_LAST_UPDATE_DATE_DESC",
|
|
47841
|
+
ClaimsMaxRevokeDateAsc = "CLAIMS_MAX_REVOKE_DATE_ASC",
|
|
47842
|
+
ClaimsMaxRevokeDateDesc = "CLAIMS_MAX_REVOKE_DATE_DESC",
|
|
47843
|
+
ClaimsMaxScopeAsc = "CLAIMS_MAX_SCOPE_ASC",
|
|
47844
|
+
ClaimsMaxScopeDesc = "CLAIMS_MAX_SCOPE_DESC",
|
|
47845
|
+
ClaimsMaxTargetIdAsc = "CLAIMS_MAX_TARGET_ID_ASC",
|
|
47846
|
+
ClaimsMaxTargetIdDesc = "CLAIMS_MAX_TARGET_ID_DESC",
|
|
47847
|
+
ClaimsMaxTypeAsc = "CLAIMS_MAX_TYPE_ASC",
|
|
47848
|
+
ClaimsMaxTypeDesc = "CLAIMS_MAX_TYPE_DESC",
|
|
47849
|
+
ClaimsMaxUpdatedAtAsc = "CLAIMS_MAX_UPDATED_AT_ASC",
|
|
47850
|
+
ClaimsMaxUpdatedAtDesc = "CLAIMS_MAX_UPDATED_AT_DESC",
|
|
47851
|
+
ClaimsMaxUpdatedBlockIdAsc = "CLAIMS_MAX_UPDATED_BLOCK_ID_ASC",
|
|
47852
|
+
ClaimsMaxUpdatedBlockIdDesc = "CLAIMS_MAX_UPDATED_BLOCK_ID_DESC",
|
|
47853
|
+
ClaimsMinCddIdAsc = "CLAIMS_MIN_CDD_ID_ASC",
|
|
47854
|
+
ClaimsMinCddIdDesc = "CLAIMS_MIN_CDD_ID_DESC",
|
|
47855
|
+
ClaimsMinCreatedAtAsc = "CLAIMS_MIN_CREATED_AT_ASC",
|
|
47856
|
+
ClaimsMinCreatedAtDesc = "CLAIMS_MIN_CREATED_AT_DESC",
|
|
47857
|
+
ClaimsMinCreatedBlockIdAsc = "CLAIMS_MIN_CREATED_BLOCK_ID_ASC",
|
|
47858
|
+
ClaimsMinCreatedBlockIdDesc = "CLAIMS_MIN_CREATED_BLOCK_ID_DESC",
|
|
47859
|
+
ClaimsMinCustomClaimTypeIdAsc = "CLAIMS_MIN_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
47860
|
+
ClaimsMinCustomClaimTypeIdDesc = "CLAIMS_MIN_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
47861
|
+
ClaimsMinEventIdxAsc = "CLAIMS_MIN_EVENT_IDX_ASC",
|
|
47862
|
+
ClaimsMinEventIdxDesc = "CLAIMS_MIN_EVENT_IDX_DESC",
|
|
47863
|
+
ClaimsMinExpiryAsc = "CLAIMS_MIN_EXPIRY_ASC",
|
|
47864
|
+
ClaimsMinExpiryDesc = "CLAIMS_MIN_EXPIRY_DESC",
|
|
47865
|
+
ClaimsMinFilterExpiryAsc = "CLAIMS_MIN_FILTER_EXPIRY_ASC",
|
|
47866
|
+
ClaimsMinFilterExpiryDesc = "CLAIMS_MIN_FILTER_EXPIRY_DESC",
|
|
47867
|
+
ClaimsMinIdAsc = "CLAIMS_MIN_ID_ASC",
|
|
47868
|
+
ClaimsMinIdDesc = "CLAIMS_MIN_ID_DESC",
|
|
47869
|
+
ClaimsMinIssuanceDateAsc = "CLAIMS_MIN_ISSUANCE_DATE_ASC",
|
|
47870
|
+
ClaimsMinIssuanceDateDesc = "CLAIMS_MIN_ISSUANCE_DATE_DESC",
|
|
47871
|
+
ClaimsMinIssuerIdAsc = "CLAIMS_MIN_ISSUER_ID_ASC",
|
|
47872
|
+
ClaimsMinIssuerIdDesc = "CLAIMS_MIN_ISSUER_ID_DESC",
|
|
47873
|
+
ClaimsMinJurisdictionAsc = "CLAIMS_MIN_JURISDICTION_ASC",
|
|
47874
|
+
ClaimsMinJurisdictionDesc = "CLAIMS_MIN_JURISDICTION_DESC",
|
|
47875
|
+
ClaimsMinLastUpdateDateAsc = "CLAIMS_MIN_LAST_UPDATE_DATE_ASC",
|
|
47876
|
+
ClaimsMinLastUpdateDateDesc = "CLAIMS_MIN_LAST_UPDATE_DATE_DESC",
|
|
47877
|
+
ClaimsMinRevokeDateAsc = "CLAIMS_MIN_REVOKE_DATE_ASC",
|
|
47878
|
+
ClaimsMinRevokeDateDesc = "CLAIMS_MIN_REVOKE_DATE_DESC",
|
|
47879
|
+
ClaimsMinScopeAsc = "CLAIMS_MIN_SCOPE_ASC",
|
|
47880
|
+
ClaimsMinScopeDesc = "CLAIMS_MIN_SCOPE_DESC",
|
|
47881
|
+
ClaimsMinTargetIdAsc = "CLAIMS_MIN_TARGET_ID_ASC",
|
|
47882
|
+
ClaimsMinTargetIdDesc = "CLAIMS_MIN_TARGET_ID_DESC",
|
|
47883
|
+
ClaimsMinTypeAsc = "CLAIMS_MIN_TYPE_ASC",
|
|
47884
|
+
ClaimsMinTypeDesc = "CLAIMS_MIN_TYPE_DESC",
|
|
47885
|
+
ClaimsMinUpdatedAtAsc = "CLAIMS_MIN_UPDATED_AT_ASC",
|
|
47886
|
+
ClaimsMinUpdatedAtDesc = "CLAIMS_MIN_UPDATED_AT_DESC",
|
|
47887
|
+
ClaimsMinUpdatedBlockIdAsc = "CLAIMS_MIN_UPDATED_BLOCK_ID_ASC",
|
|
47888
|
+
ClaimsMinUpdatedBlockIdDesc = "CLAIMS_MIN_UPDATED_BLOCK_ID_DESC",
|
|
47889
|
+
ClaimsStddevPopulationCddIdAsc = "CLAIMS_STDDEV_POPULATION_CDD_ID_ASC",
|
|
47890
|
+
ClaimsStddevPopulationCddIdDesc = "CLAIMS_STDDEV_POPULATION_CDD_ID_DESC",
|
|
47891
|
+
ClaimsStddevPopulationCreatedAtAsc = "CLAIMS_STDDEV_POPULATION_CREATED_AT_ASC",
|
|
47892
|
+
ClaimsStddevPopulationCreatedAtDesc = "CLAIMS_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
47893
|
+
ClaimsStddevPopulationCreatedBlockIdAsc = "CLAIMS_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
47894
|
+
ClaimsStddevPopulationCreatedBlockIdDesc = "CLAIMS_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
47895
|
+
ClaimsStddevPopulationCustomClaimTypeIdAsc = "CLAIMS_STDDEV_POPULATION_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
47896
|
+
ClaimsStddevPopulationCustomClaimTypeIdDesc = "CLAIMS_STDDEV_POPULATION_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
47897
|
+
ClaimsStddevPopulationEventIdxAsc = "CLAIMS_STDDEV_POPULATION_EVENT_IDX_ASC",
|
|
47898
|
+
ClaimsStddevPopulationEventIdxDesc = "CLAIMS_STDDEV_POPULATION_EVENT_IDX_DESC",
|
|
47899
|
+
ClaimsStddevPopulationExpiryAsc = "CLAIMS_STDDEV_POPULATION_EXPIRY_ASC",
|
|
47900
|
+
ClaimsStddevPopulationExpiryDesc = "CLAIMS_STDDEV_POPULATION_EXPIRY_DESC",
|
|
47901
|
+
ClaimsStddevPopulationFilterExpiryAsc = "CLAIMS_STDDEV_POPULATION_FILTER_EXPIRY_ASC",
|
|
47902
|
+
ClaimsStddevPopulationFilterExpiryDesc = "CLAIMS_STDDEV_POPULATION_FILTER_EXPIRY_DESC",
|
|
47903
|
+
ClaimsStddevPopulationIdAsc = "CLAIMS_STDDEV_POPULATION_ID_ASC",
|
|
47904
|
+
ClaimsStddevPopulationIdDesc = "CLAIMS_STDDEV_POPULATION_ID_DESC",
|
|
47905
|
+
ClaimsStddevPopulationIssuanceDateAsc = "CLAIMS_STDDEV_POPULATION_ISSUANCE_DATE_ASC",
|
|
47906
|
+
ClaimsStddevPopulationIssuanceDateDesc = "CLAIMS_STDDEV_POPULATION_ISSUANCE_DATE_DESC",
|
|
47907
|
+
ClaimsStddevPopulationIssuerIdAsc = "CLAIMS_STDDEV_POPULATION_ISSUER_ID_ASC",
|
|
47908
|
+
ClaimsStddevPopulationIssuerIdDesc = "CLAIMS_STDDEV_POPULATION_ISSUER_ID_DESC",
|
|
47909
|
+
ClaimsStddevPopulationJurisdictionAsc = "CLAIMS_STDDEV_POPULATION_JURISDICTION_ASC",
|
|
47910
|
+
ClaimsStddevPopulationJurisdictionDesc = "CLAIMS_STDDEV_POPULATION_JURISDICTION_DESC",
|
|
47911
|
+
ClaimsStddevPopulationLastUpdateDateAsc = "CLAIMS_STDDEV_POPULATION_LAST_UPDATE_DATE_ASC",
|
|
47912
|
+
ClaimsStddevPopulationLastUpdateDateDesc = "CLAIMS_STDDEV_POPULATION_LAST_UPDATE_DATE_DESC",
|
|
47913
|
+
ClaimsStddevPopulationRevokeDateAsc = "CLAIMS_STDDEV_POPULATION_REVOKE_DATE_ASC",
|
|
47914
|
+
ClaimsStddevPopulationRevokeDateDesc = "CLAIMS_STDDEV_POPULATION_REVOKE_DATE_DESC",
|
|
47915
|
+
ClaimsStddevPopulationScopeAsc = "CLAIMS_STDDEV_POPULATION_SCOPE_ASC",
|
|
47916
|
+
ClaimsStddevPopulationScopeDesc = "CLAIMS_STDDEV_POPULATION_SCOPE_DESC",
|
|
47917
|
+
ClaimsStddevPopulationTargetIdAsc = "CLAIMS_STDDEV_POPULATION_TARGET_ID_ASC",
|
|
47918
|
+
ClaimsStddevPopulationTargetIdDesc = "CLAIMS_STDDEV_POPULATION_TARGET_ID_DESC",
|
|
47919
|
+
ClaimsStddevPopulationTypeAsc = "CLAIMS_STDDEV_POPULATION_TYPE_ASC",
|
|
47920
|
+
ClaimsStddevPopulationTypeDesc = "CLAIMS_STDDEV_POPULATION_TYPE_DESC",
|
|
47921
|
+
ClaimsStddevPopulationUpdatedAtAsc = "CLAIMS_STDDEV_POPULATION_UPDATED_AT_ASC",
|
|
47922
|
+
ClaimsStddevPopulationUpdatedAtDesc = "CLAIMS_STDDEV_POPULATION_UPDATED_AT_DESC",
|
|
47923
|
+
ClaimsStddevPopulationUpdatedBlockIdAsc = "CLAIMS_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
47924
|
+
ClaimsStddevPopulationUpdatedBlockIdDesc = "CLAIMS_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
47925
|
+
ClaimsStddevSampleCddIdAsc = "CLAIMS_STDDEV_SAMPLE_CDD_ID_ASC",
|
|
47926
|
+
ClaimsStddevSampleCddIdDesc = "CLAIMS_STDDEV_SAMPLE_CDD_ID_DESC",
|
|
47927
|
+
ClaimsStddevSampleCreatedAtAsc = "CLAIMS_STDDEV_SAMPLE_CREATED_AT_ASC",
|
|
47928
|
+
ClaimsStddevSampleCreatedAtDesc = "CLAIMS_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
47929
|
+
ClaimsStddevSampleCreatedBlockIdAsc = "CLAIMS_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
47930
|
+
ClaimsStddevSampleCreatedBlockIdDesc = "CLAIMS_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
47931
|
+
ClaimsStddevSampleCustomClaimTypeIdAsc = "CLAIMS_STDDEV_SAMPLE_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
47932
|
+
ClaimsStddevSampleCustomClaimTypeIdDesc = "CLAIMS_STDDEV_SAMPLE_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
47933
|
+
ClaimsStddevSampleEventIdxAsc = "CLAIMS_STDDEV_SAMPLE_EVENT_IDX_ASC",
|
|
47934
|
+
ClaimsStddevSampleEventIdxDesc = "CLAIMS_STDDEV_SAMPLE_EVENT_IDX_DESC",
|
|
47935
|
+
ClaimsStddevSampleExpiryAsc = "CLAIMS_STDDEV_SAMPLE_EXPIRY_ASC",
|
|
47936
|
+
ClaimsStddevSampleExpiryDesc = "CLAIMS_STDDEV_SAMPLE_EXPIRY_DESC",
|
|
47937
|
+
ClaimsStddevSampleFilterExpiryAsc = "CLAIMS_STDDEV_SAMPLE_FILTER_EXPIRY_ASC",
|
|
47938
|
+
ClaimsStddevSampleFilterExpiryDesc = "CLAIMS_STDDEV_SAMPLE_FILTER_EXPIRY_DESC",
|
|
47939
|
+
ClaimsStddevSampleIdAsc = "CLAIMS_STDDEV_SAMPLE_ID_ASC",
|
|
47940
|
+
ClaimsStddevSampleIdDesc = "CLAIMS_STDDEV_SAMPLE_ID_DESC",
|
|
47941
|
+
ClaimsStddevSampleIssuanceDateAsc = "CLAIMS_STDDEV_SAMPLE_ISSUANCE_DATE_ASC",
|
|
47942
|
+
ClaimsStddevSampleIssuanceDateDesc = "CLAIMS_STDDEV_SAMPLE_ISSUANCE_DATE_DESC",
|
|
47943
|
+
ClaimsStddevSampleIssuerIdAsc = "CLAIMS_STDDEV_SAMPLE_ISSUER_ID_ASC",
|
|
47944
|
+
ClaimsStddevSampleIssuerIdDesc = "CLAIMS_STDDEV_SAMPLE_ISSUER_ID_DESC",
|
|
47945
|
+
ClaimsStddevSampleJurisdictionAsc = "CLAIMS_STDDEV_SAMPLE_JURISDICTION_ASC",
|
|
47946
|
+
ClaimsStddevSampleJurisdictionDesc = "CLAIMS_STDDEV_SAMPLE_JURISDICTION_DESC",
|
|
47947
|
+
ClaimsStddevSampleLastUpdateDateAsc = "CLAIMS_STDDEV_SAMPLE_LAST_UPDATE_DATE_ASC",
|
|
47948
|
+
ClaimsStddevSampleLastUpdateDateDesc = "CLAIMS_STDDEV_SAMPLE_LAST_UPDATE_DATE_DESC",
|
|
47949
|
+
ClaimsStddevSampleRevokeDateAsc = "CLAIMS_STDDEV_SAMPLE_REVOKE_DATE_ASC",
|
|
47950
|
+
ClaimsStddevSampleRevokeDateDesc = "CLAIMS_STDDEV_SAMPLE_REVOKE_DATE_DESC",
|
|
47951
|
+
ClaimsStddevSampleScopeAsc = "CLAIMS_STDDEV_SAMPLE_SCOPE_ASC",
|
|
47952
|
+
ClaimsStddevSampleScopeDesc = "CLAIMS_STDDEV_SAMPLE_SCOPE_DESC",
|
|
47953
|
+
ClaimsStddevSampleTargetIdAsc = "CLAIMS_STDDEV_SAMPLE_TARGET_ID_ASC",
|
|
47954
|
+
ClaimsStddevSampleTargetIdDesc = "CLAIMS_STDDEV_SAMPLE_TARGET_ID_DESC",
|
|
47955
|
+
ClaimsStddevSampleTypeAsc = "CLAIMS_STDDEV_SAMPLE_TYPE_ASC",
|
|
47956
|
+
ClaimsStddevSampleTypeDesc = "CLAIMS_STDDEV_SAMPLE_TYPE_DESC",
|
|
47957
|
+
ClaimsStddevSampleUpdatedAtAsc = "CLAIMS_STDDEV_SAMPLE_UPDATED_AT_ASC",
|
|
47958
|
+
ClaimsStddevSampleUpdatedAtDesc = "CLAIMS_STDDEV_SAMPLE_UPDATED_AT_DESC",
|
|
47959
|
+
ClaimsStddevSampleUpdatedBlockIdAsc = "CLAIMS_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
47960
|
+
ClaimsStddevSampleUpdatedBlockIdDesc = "CLAIMS_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
47961
|
+
ClaimsSumCddIdAsc = "CLAIMS_SUM_CDD_ID_ASC",
|
|
47962
|
+
ClaimsSumCddIdDesc = "CLAIMS_SUM_CDD_ID_DESC",
|
|
47963
|
+
ClaimsSumCreatedAtAsc = "CLAIMS_SUM_CREATED_AT_ASC",
|
|
47964
|
+
ClaimsSumCreatedAtDesc = "CLAIMS_SUM_CREATED_AT_DESC",
|
|
47965
|
+
ClaimsSumCreatedBlockIdAsc = "CLAIMS_SUM_CREATED_BLOCK_ID_ASC",
|
|
47966
|
+
ClaimsSumCreatedBlockIdDesc = "CLAIMS_SUM_CREATED_BLOCK_ID_DESC",
|
|
47967
|
+
ClaimsSumCustomClaimTypeIdAsc = "CLAIMS_SUM_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
47968
|
+
ClaimsSumCustomClaimTypeIdDesc = "CLAIMS_SUM_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
47969
|
+
ClaimsSumEventIdxAsc = "CLAIMS_SUM_EVENT_IDX_ASC",
|
|
47970
|
+
ClaimsSumEventIdxDesc = "CLAIMS_SUM_EVENT_IDX_DESC",
|
|
47971
|
+
ClaimsSumExpiryAsc = "CLAIMS_SUM_EXPIRY_ASC",
|
|
47972
|
+
ClaimsSumExpiryDesc = "CLAIMS_SUM_EXPIRY_DESC",
|
|
47973
|
+
ClaimsSumFilterExpiryAsc = "CLAIMS_SUM_FILTER_EXPIRY_ASC",
|
|
47974
|
+
ClaimsSumFilterExpiryDesc = "CLAIMS_SUM_FILTER_EXPIRY_DESC",
|
|
47975
|
+
ClaimsSumIdAsc = "CLAIMS_SUM_ID_ASC",
|
|
47976
|
+
ClaimsSumIdDesc = "CLAIMS_SUM_ID_DESC",
|
|
47977
|
+
ClaimsSumIssuanceDateAsc = "CLAIMS_SUM_ISSUANCE_DATE_ASC",
|
|
47978
|
+
ClaimsSumIssuanceDateDesc = "CLAIMS_SUM_ISSUANCE_DATE_DESC",
|
|
47979
|
+
ClaimsSumIssuerIdAsc = "CLAIMS_SUM_ISSUER_ID_ASC",
|
|
47980
|
+
ClaimsSumIssuerIdDesc = "CLAIMS_SUM_ISSUER_ID_DESC",
|
|
47981
|
+
ClaimsSumJurisdictionAsc = "CLAIMS_SUM_JURISDICTION_ASC",
|
|
47982
|
+
ClaimsSumJurisdictionDesc = "CLAIMS_SUM_JURISDICTION_DESC",
|
|
47983
|
+
ClaimsSumLastUpdateDateAsc = "CLAIMS_SUM_LAST_UPDATE_DATE_ASC",
|
|
47984
|
+
ClaimsSumLastUpdateDateDesc = "CLAIMS_SUM_LAST_UPDATE_DATE_DESC",
|
|
47985
|
+
ClaimsSumRevokeDateAsc = "CLAIMS_SUM_REVOKE_DATE_ASC",
|
|
47986
|
+
ClaimsSumRevokeDateDesc = "CLAIMS_SUM_REVOKE_DATE_DESC",
|
|
47987
|
+
ClaimsSumScopeAsc = "CLAIMS_SUM_SCOPE_ASC",
|
|
47988
|
+
ClaimsSumScopeDesc = "CLAIMS_SUM_SCOPE_DESC",
|
|
47989
|
+
ClaimsSumTargetIdAsc = "CLAIMS_SUM_TARGET_ID_ASC",
|
|
47990
|
+
ClaimsSumTargetIdDesc = "CLAIMS_SUM_TARGET_ID_DESC",
|
|
47991
|
+
ClaimsSumTypeAsc = "CLAIMS_SUM_TYPE_ASC",
|
|
47992
|
+
ClaimsSumTypeDesc = "CLAIMS_SUM_TYPE_DESC",
|
|
47993
|
+
ClaimsSumUpdatedAtAsc = "CLAIMS_SUM_UPDATED_AT_ASC",
|
|
47994
|
+
ClaimsSumUpdatedAtDesc = "CLAIMS_SUM_UPDATED_AT_DESC",
|
|
47995
|
+
ClaimsSumUpdatedBlockIdAsc = "CLAIMS_SUM_UPDATED_BLOCK_ID_ASC",
|
|
47996
|
+
ClaimsSumUpdatedBlockIdDesc = "CLAIMS_SUM_UPDATED_BLOCK_ID_DESC",
|
|
47997
|
+
ClaimsVariancePopulationCddIdAsc = "CLAIMS_VARIANCE_POPULATION_CDD_ID_ASC",
|
|
47998
|
+
ClaimsVariancePopulationCddIdDesc = "CLAIMS_VARIANCE_POPULATION_CDD_ID_DESC",
|
|
47999
|
+
ClaimsVariancePopulationCreatedAtAsc = "CLAIMS_VARIANCE_POPULATION_CREATED_AT_ASC",
|
|
48000
|
+
ClaimsVariancePopulationCreatedAtDesc = "CLAIMS_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
48001
|
+
ClaimsVariancePopulationCreatedBlockIdAsc = "CLAIMS_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
48002
|
+
ClaimsVariancePopulationCreatedBlockIdDesc = "CLAIMS_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
48003
|
+
ClaimsVariancePopulationCustomClaimTypeIdAsc = "CLAIMS_VARIANCE_POPULATION_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
48004
|
+
ClaimsVariancePopulationCustomClaimTypeIdDesc = "CLAIMS_VARIANCE_POPULATION_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
48005
|
+
ClaimsVariancePopulationEventIdxAsc = "CLAIMS_VARIANCE_POPULATION_EVENT_IDX_ASC",
|
|
48006
|
+
ClaimsVariancePopulationEventIdxDesc = "CLAIMS_VARIANCE_POPULATION_EVENT_IDX_DESC",
|
|
48007
|
+
ClaimsVariancePopulationExpiryAsc = "CLAIMS_VARIANCE_POPULATION_EXPIRY_ASC",
|
|
48008
|
+
ClaimsVariancePopulationExpiryDesc = "CLAIMS_VARIANCE_POPULATION_EXPIRY_DESC",
|
|
48009
|
+
ClaimsVariancePopulationFilterExpiryAsc = "CLAIMS_VARIANCE_POPULATION_FILTER_EXPIRY_ASC",
|
|
48010
|
+
ClaimsVariancePopulationFilterExpiryDesc = "CLAIMS_VARIANCE_POPULATION_FILTER_EXPIRY_DESC",
|
|
48011
|
+
ClaimsVariancePopulationIdAsc = "CLAIMS_VARIANCE_POPULATION_ID_ASC",
|
|
48012
|
+
ClaimsVariancePopulationIdDesc = "CLAIMS_VARIANCE_POPULATION_ID_DESC",
|
|
48013
|
+
ClaimsVariancePopulationIssuanceDateAsc = "CLAIMS_VARIANCE_POPULATION_ISSUANCE_DATE_ASC",
|
|
48014
|
+
ClaimsVariancePopulationIssuanceDateDesc = "CLAIMS_VARIANCE_POPULATION_ISSUANCE_DATE_DESC",
|
|
48015
|
+
ClaimsVariancePopulationIssuerIdAsc = "CLAIMS_VARIANCE_POPULATION_ISSUER_ID_ASC",
|
|
48016
|
+
ClaimsVariancePopulationIssuerIdDesc = "CLAIMS_VARIANCE_POPULATION_ISSUER_ID_DESC",
|
|
48017
|
+
ClaimsVariancePopulationJurisdictionAsc = "CLAIMS_VARIANCE_POPULATION_JURISDICTION_ASC",
|
|
48018
|
+
ClaimsVariancePopulationJurisdictionDesc = "CLAIMS_VARIANCE_POPULATION_JURISDICTION_DESC",
|
|
48019
|
+
ClaimsVariancePopulationLastUpdateDateAsc = "CLAIMS_VARIANCE_POPULATION_LAST_UPDATE_DATE_ASC",
|
|
48020
|
+
ClaimsVariancePopulationLastUpdateDateDesc = "CLAIMS_VARIANCE_POPULATION_LAST_UPDATE_DATE_DESC",
|
|
48021
|
+
ClaimsVariancePopulationRevokeDateAsc = "CLAIMS_VARIANCE_POPULATION_REVOKE_DATE_ASC",
|
|
48022
|
+
ClaimsVariancePopulationRevokeDateDesc = "CLAIMS_VARIANCE_POPULATION_REVOKE_DATE_DESC",
|
|
48023
|
+
ClaimsVariancePopulationScopeAsc = "CLAIMS_VARIANCE_POPULATION_SCOPE_ASC",
|
|
48024
|
+
ClaimsVariancePopulationScopeDesc = "CLAIMS_VARIANCE_POPULATION_SCOPE_DESC",
|
|
48025
|
+
ClaimsVariancePopulationTargetIdAsc = "CLAIMS_VARIANCE_POPULATION_TARGET_ID_ASC",
|
|
48026
|
+
ClaimsVariancePopulationTargetIdDesc = "CLAIMS_VARIANCE_POPULATION_TARGET_ID_DESC",
|
|
48027
|
+
ClaimsVariancePopulationTypeAsc = "CLAIMS_VARIANCE_POPULATION_TYPE_ASC",
|
|
48028
|
+
ClaimsVariancePopulationTypeDesc = "CLAIMS_VARIANCE_POPULATION_TYPE_DESC",
|
|
48029
|
+
ClaimsVariancePopulationUpdatedAtAsc = "CLAIMS_VARIANCE_POPULATION_UPDATED_AT_ASC",
|
|
48030
|
+
ClaimsVariancePopulationUpdatedAtDesc = "CLAIMS_VARIANCE_POPULATION_UPDATED_AT_DESC",
|
|
48031
|
+
ClaimsVariancePopulationUpdatedBlockIdAsc = "CLAIMS_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
48032
|
+
ClaimsVariancePopulationUpdatedBlockIdDesc = "CLAIMS_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
48033
|
+
ClaimsVarianceSampleCddIdAsc = "CLAIMS_VARIANCE_SAMPLE_CDD_ID_ASC",
|
|
48034
|
+
ClaimsVarianceSampleCddIdDesc = "CLAIMS_VARIANCE_SAMPLE_CDD_ID_DESC",
|
|
48035
|
+
ClaimsVarianceSampleCreatedAtAsc = "CLAIMS_VARIANCE_SAMPLE_CREATED_AT_ASC",
|
|
48036
|
+
ClaimsVarianceSampleCreatedAtDesc = "CLAIMS_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
48037
|
+
ClaimsVarianceSampleCreatedBlockIdAsc = "CLAIMS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
48038
|
+
ClaimsVarianceSampleCreatedBlockIdDesc = "CLAIMS_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
48039
|
+
ClaimsVarianceSampleCustomClaimTypeIdAsc = "CLAIMS_VARIANCE_SAMPLE_CUSTOM_CLAIM_TYPE_ID_ASC",
|
|
48040
|
+
ClaimsVarianceSampleCustomClaimTypeIdDesc = "CLAIMS_VARIANCE_SAMPLE_CUSTOM_CLAIM_TYPE_ID_DESC",
|
|
48041
|
+
ClaimsVarianceSampleEventIdxAsc = "CLAIMS_VARIANCE_SAMPLE_EVENT_IDX_ASC",
|
|
48042
|
+
ClaimsVarianceSampleEventIdxDesc = "CLAIMS_VARIANCE_SAMPLE_EVENT_IDX_DESC",
|
|
48043
|
+
ClaimsVarianceSampleExpiryAsc = "CLAIMS_VARIANCE_SAMPLE_EXPIRY_ASC",
|
|
48044
|
+
ClaimsVarianceSampleExpiryDesc = "CLAIMS_VARIANCE_SAMPLE_EXPIRY_DESC",
|
|
48045
|
+
ClaimsVarianceSampleFilterExpiryAsc = "CLAIMS_VARIANCE_SAMPLE_FILTER_EXPIRY_ASC",
|
|
48046
|
+
ClaimsVarianceSampleFilterExpiryDesc = "CLAIMS_VARIANCE_SAMPLE_FILTER_EXPIRY_DESC",
|
|
48047
|
+
ClaimsVarianceSampleIdAsc = "CLAIMS_VARIANCE_SAMPLE_ID_ASC",
|
|
48048
|
+
ClaimsVarianceSampleIdDesc = "CLAIMS_VARIANCE_SAMPLE_ID_DESC",
|
|
48049
|
+
ClaimsVarianceSampleIssuanceDateAsc = "CLAIMS_VARIANCE_SAMPLE_ISSUANCE_DATE_ASC",
|
|
48050
|
+
ClaimsVarianceSampleIssuanceDateDesc = "CLAIMS_VARIANCE_SAMPLE_ISSUANCE_DATE_DESC",
|
|
48051
|
+
ClaimsVarianceSampleIssuerIdAsc = "CLAIMS_VARIANCE_SAMPLE_ISSUER_ID_ASC",
|
|
48052
|
+
ClaimsVarianceSampleIssuerIdDesc = "CLAIMS_VARIANCE_SAMPLE_ISSUER_ID_DESC",
|
|
48053
|
+
ClaimsVarianceSampleJurisdictionAsc = "CLAIMS_VARIANCE_SAMPLE_JURISDICTION_ASC",
|
|
48054
|
+
ClaimsVarianceSampleJurisdictionDesc = "CLAIMS_VARIANCE_SAMPLE_JURISDICTION_DESC",
|
|
48055
|
+
ClaimsVarianceSampleLastUpdateDateAsc = "CLAIMS_VARIANCE_SAMPLE_LAST_UPDATE_DATE_ASC",
|
|
48056
|
+
ClaimsVarianceSampleLastUpdateDateDesc = "CLAIMS_VARIANCE_SAMPLE_LAST_UPDATE_DATE_DESC",
|
|
48057
|
+
ClaimsVarianceSampleRevokeDateAsc = "CLAIMS_VARIANCE_SAMPLE_REVOKE_DATE_ASC",
|
|
48058
|
+
ClaimsVarianceSampleRevokeDateDesc = "CLAIMS_VARIANCE_SAMPLE_REVOKE_DATE_DESC",
|
|
48059
|
+
ClaimsVarianceSampleScopeAsc = "CLAIMS_VARIANCE_SAMPLE_SCOPE_ASC",
|
|
48060
|
+
ClaimsVarianceSampleScopeDesc = "CLAIMS_VARIANCE_SAMPLE_SCOPE_DESC",
|
|
48061
|
+
ClaimsVarianceSampleTargetIdAsc = "CLAIMS_VARIANCE_SAMPLE_TARGET_ID_ASC",
|
|
48062
|
+
ClaimsVarianceSampleTargetIdDesc = "CLAIMS_VARIANCE_SAMPLE_TARGET_ID_DESC",
|
|
48063
|
+
ClaimsVarianceSampleTypeAsc = "CLAIMS_VARIANCE_SAMPLE_TYPE_ASC",
|
|
48064
|
+
ClaimsVarianceSampleTypeDesc = "CLAIMS_VARIANCE_SAMPLE_TYPE_DESC",
|
|
48065
|
+
ClaimsVarianceSampleUpdatedAtAsc = "CLAIMS_VARIANCE_SAMPLE_UPDATED_AT_ASC",
|
|
48066
|
+
ClaimsVarianceSampleUpdatedAtDesc = "CLAIMS_VARIANCE_SAMPLE_UPDATED_AT_DESC",
|
|
48067
|
+
ClaimsVarianceSampleUpdatedBlockIdAsc = "CLAIMS_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
48068
|
+
ClaimsVarianceSampleUpdatedBlockIdDesc = "CLAIMS_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
48069
|
+
CreatedAtAsc = "CREATED_AT_ASC",
|
|
48070
|
+
CreatedAtDesc = "CREATED_AT_DESC",
|
|
48071
|
+
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
48072
|
+
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
48073
|
+
IdentityIdAsc = "IDENTITY_ID_ASC",
|
|
48074
|
+
IdentityIdDesc = "IDENTITY_ID_DESC",
|
|
48075
|
+
IdAsc = "ID_ASC",
|
|
48076
|
+
IdDesc = "ID_DESC",
|
|
48077
|
+
NameAsc = "NAME_ASC",
|
|
48078
|
+
NameDesc = "NAME_DESC",
|
|
48079
|
+
Natural = "NATURAL",
|
|
48080
|
+
PrimaryKeyAsc = "PRIMARY_KEY_ASC",
|
|
48081
|
+
PrimaryKeyDesc = "PRIMARY_KEY_DESC",
|
|
48082
|
+
UpdatedAtAsc = "UPDATED_AT_ASC",
|
|
48083
|
+
UpdatedAtDesc = "UPDATED_AT_DESC",
|
|
48084
|
+
UpdatedBlockIdAsc = "UPDATED_BLOCK_ID_ASC",
|
|
48085
|
+
UpdatedBlockIdDesc = "UPDATED_BLOCK_ID_DESC"
|
|
48086
|
+
}
|
|
46708
48087
|
/** A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ */
|
|
46709
48088
|
export declare type DatetimeFilter = {
|
|
46710
48089
|
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
@@ -53015,6 +54394,134 @@ export declare enum IdentitiesOrderBy {
|
|
|
53015
54394
|
CreatedAtDesc = "CREATED_AT_DESC",
|
|
53016
54395
|
CreatedBlockIdAsc = "CREATED_BLOCK_ID_ASC",
|
|
53017
54396
|
CreatedBlockIdDesc = "CREATED_BLOCK_ID_DESC",
|
|
54397
|
+
CustomClaimTypesAverageCreatedAtAsc = "CUSTOM_CLAIM_TYPES_AVERAGE_CREATED_AT_ASC",
|
|
54398
|
+
CustomClaimTypesAverageCreatedAtDesc = "CUSTOM_CLAIM_TYPES_AVERAGE_CREATED_AT_DESC",
|
|
54399
|
+
CustomClaimTypesAverageCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_AVERAGE_CREATED_BLOCK_ID_ASC",
|
|
54400
|
+
CustomClaimTypesAverageCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_AVERAGE_CREATED_BLOCK_ID_DESC",
|
|
54401
|
+
CustomClaimTypesAverageIdentityIdAsc = "CUSTOM_CLAIM_TYPES_AVERAGE_IDENTITY_ID_ASC",
|
|
54402
|
+
CustomClaimTypesAverageIdentityIdDesc = "CUSTOM_CLAIM_TYPES_AVERAGE_IDENTITY_ID_DESC",
|
|
54403
|
+
CustomClaimTypesAverageIdAsc = "CUSTOM_CLAIM_TYPES_AVERAGE_ID_ASC",
|
|
54404
|
+
CustomClaimTypesAverageIdDesc = "CUSTOM_CLAIM_TYPES_AVERAGE_ID_DESC",
|
|
54405
|
+
CustomClaimTypesAverageNameAsc = "CUSTOM_CLAIM_TYPES_AVERAGE_NAME_ASC",
|
|
54406
|
+
CustomClaimTypesAverageNameDesc = "CUSTOM_CLAIM_TYPES_AVERAGE_NAME_DESC",
|
|
54407
|
+
CustomClaimTypesAverageUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_AVERAGE_UPDATED_AT_ASC",
|
|
54408
|
+
CustomClaimTypesAverageUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_AVERAGE_UPDATED_AT_DESC",
|
|
54409
|
+
CustomClaimTypesAverageUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_AVERAGE_UPDATED_BLOCK_ID_ASC",
|
|
54410
|
+
CustomClaimTypesAverageUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_AVERAGE_UPDATED_BLOCK_ID_DESC",
|
|
54411
|
+
CustomClaimTypesCountAsc = "CUSTOM_CLAIM_TYPES_COUNT_ASC",
|
|
54412
|
+
CustomClaimTypesCountDesc = "CUSTOM_CLAIM_TYPES_COUNT_DESC",
|
|
54413
|
+
CustomClaimTypesDistinctCountCreatedAtAsc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_CREATED_AT_ASC",
|
|
54414
|
+
CustomClaimTypesDistinctCountCreatedAtDesc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_CREATED_AT_DESC",
|
|
54415
|
+
CustomClaimTypesDistinctCountCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_CREATED_BLOCK_ID_ASC",
|
|
54416
|
+
CustomClaimTypesDistinctCountCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_CREATED_BLOCK_ID_DESC",
|
|
54417
|
+
CustomClaimTypesDistinctCountIdentityIdAsc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_IDENTITY_ID_ASC",
|
|
54418
|
+
CustomClaimTypesDistinctCountIdentityIdDesc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_IDENTITY_ID_DESC",
|
|
54419
|
+
CustomClaimTypesDistinctCountIdAsc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_ID_ASC",
|
|
54420
|
+
CustomClaimTypesDistinctCountIdDesc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_ID_DESC",
|
|
54421
|
+
CustomClaimTypesDistinctCountNameAsc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_NAME_ASC",
|
|
54422
|
+
CustomClaimTypesDistinctCountNameDesc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_NAME_DESC",
|
|
54423
|
+
CustomClaimTypesDistinctCountUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_UPDATED_AT_ASC",
|
|
54424
|
+
CustomClaimTypesDistinctCountUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_UPDATED_AT_DESC",
|
|
54425
|
+
CustomClaimTypesDistinctCountUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_UPDATED_BLOCK_ID_ASC",
|
|
54426
|
+
CustomClaimTypesDistinctCountUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_DISTINCT_COUNT_UPDATED_BLOCK_ID_DESC",
|
|
54427
|
+
CustomClaimTypesMaxCreatedAtAsc = "CUSTOM_CLAIM_TYPES_MAX_CREATED_AT_ASC",
|
|
54428
|
+
CustomClaimTypesMaxCreatedAtDesc = "CUSTOM_CLAIM_TYPES_MAX_CREATED_AT_DESC",
|
|
54429
|
+
CustomClaimTypesMaxCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_MAX_CREATED_BLOCK_ID_ASC",
|
|
54430
|
+
CustomClaimTypesMaxCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_MAX_CREATED_BLOCK_ID_DESC",
|
|
54431
|
+
CustomClaimTypesMaxIdentityIdAsc = "CUSTOM_CLAIM_TYPES_MAX_IDENTITY_ID_ASC",
|
|
54432
|
+
CustomClaimTypesMaxIdentityIdDesc = "CUSTOM_CLAIM_TYPES_MAX_IDENTITY_ID_DESC",
|
|
54433
|
+
CustomClaimTypesMaxIdAsc = "CUSTOM_CLAIM_TYPES_MAX_ID_ASC",
|
|
54434
|
+
CustomClaimTypesMaxIdDesc = "CUSTOM_CLAIM_TYPES_MAX_ID_DESC",
|
|
54435
|
+
CustomClaimTypesMaxNameAsc = "CUSTOM_CLAIM_TYPES_MAX_NAME_ASC",
|
|
54436
|
+
CustomClaimTypesMaxNameDesc = "CUSTOM_CLAIM_TYPES_MAX_NAME_DESC",
|
|
54437
|
+
CustomClaimTypesMaxUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_MAX_UPDATED_AT_ASC",
|
|
54438
|
+
CustomClaimTypesMaxUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_MAX_UPDATED_AT_DESC",
|
|
54439
|
+
CustomClaimTypesMaxUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_MAX_UPDATED_BLOCK_ID_ASC",
|
|
54440
|
+
CustomClaimTypesMaxUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_MAX_UPDATED_BLOCK_ID_DESC",
|
|
54441
|
+
CustomClaimTypesMinCreatedAtAsc = "CUSTOM_CLAIM_TYPES_MIN_CREATED_AT_ASC",
|
|
54442
|
+
CustomClaimTypesMinCreatedAtDesc = "CUSTOM_CLAIM_TYPES_MIN_CREATED_AT_DESC",
|
|
54443
|
+
CustomClaimTypesMinCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_MIN_CREATED_BLOCK_ID_ASC",
|
|
54444
|
+
CustomClaimTypesMinCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_MIN_CREATED_BLOCK_ID_DESC",
|
|
54445
|
+
CustomClaimTypesMinIdentityIdAsc = "CUSTOM_CLAIM_TYPES_MIN_IDENTITY_ID_ASC",
|
|
54446
|
+
CustomClaimTypesMinIdentityIdDesc = "CUSTOM_CLAIM_TYPES_MIN_IDENTITY_ID_DESC",
|
|
54447
|
+
CustomClaimTypesMinIdAsc = "CUSTOM_CLAIM_TYPES_MIN_ID_ASC",
|
|
54448
|
+
CustomClaimTypesMinIdDesc = "CUSTOM_CLAIM_TYPES_MIN_ID_DESC",
|
|
54449
|
+
CustomClaimTypesMinNameAsc = "CUSTOM_CLAIM_TYPES_MIN_NAME_ASC",
|
|
54450
|
+
CustomClaimTypesMinNameDesc = "CUSTOM_CLAIM_TYPES_MIN_NAME_DESC",
|
|
54451
|
+
CustomClaimTypesMinUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_MIN_UPDATED_AT_ASC",
|
|
54452
|
+
CustomClaimTypesMinUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_MIN_UPDATED_AT_DESC",
|
|
54453
|
+
CustomClaimTypesMinUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_MIN_UPDATED_BLOCK_ID_ASC",
|
|
54454
|
+
CustomClaimTypesMinUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_MIN_UPDATED_BLOCK_ID_DESC",
|
|
54455
|
+
CustomClaimTypesStddevPopulationCreatedAtAsc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_CREATED_AT_ASC",
|
|
54456
|
+
CustomClaimTypesStddevPopulationCreatedAtDesc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_CREATED_AT_DESC",
|
|
54457
|
+
CustomClaimTypesStddevPopulationCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
54458
|
+
CustomClaimTypesStddevPopulationCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
54459
|
+
CustomClaimTypesStddevPopulationIdentityIdAsc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_IDENTITY_ID_ASC",
|
|
54460
|
+
CustomClaimTypesStddevPopulationIdentityIdDesc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_IDENTITY_ID_DESC",
|
|
54461
|
+
CustomClaimTypesStddevPopulationIdAsc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_ID_ASC",
|
|
54462
|
+
CustomClaimTypesStddevPopulationIdDesc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_ID_DESC",
|
|
54463
|
+
CustomClaimTypesStddevPopulationNameAsc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_NAME_ASC",
|
|
54464
|
+
CustomClaimTypesStddevPopulationNameDesc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_NAME_DESC",
|
|
54465
|
+
CustomClaimTypesStddevPopulationUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_UPDATED_AT_ASC",
|
|
54466
|
+
CustomClaimTypesStddevPopulationUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_UPDATED_AT_DESC",
|
|
54467
|
+
CustomClaimTypesStddevPopulationUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
54468
|
+
CustomClaimTypesStddevPopulationUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_STDDEV_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
54469
|
+
CustomClaimTypesStddevSampleCreatedAtAsc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_CREATED_AT_ASC",
|
|
54470
|
+
CustomClaimTypesStddevSampleCreatedAtDesc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_CREATED_AT_DESC",
|
|
54471
|
+
CustomClaimTypesStddevSampleCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
54472
|
+
CustomClaimTypesStddevSampleCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
54473
|
+
CustomClaimTypesStddevSampleIdentityIdAsc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_IDENTITY_ID_ASC",
|
|
54474
|
+
CustomClaimTypesStddevSampleIdentityIdDesc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_IDENTITY_ID_DESC",
|
|
54475
|
+
CustomClaimTypesStddevSampleIdAsc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_ID_ASC",
|
|
54476
|
+
CustomClaimTypesStddevSampleIdDesc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_ID_DESC",
|
|
54477
|
+
CustomClaimTypesStddevSampleNameAsc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_NAME_ASC",
|
|
54478
|
+
CustomClaimTypesStddevSampleNameDesc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_NAME_DESC",
|
|
54479
|
+
CustomClaimTypesStddevSampleUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_UPDATED_AT_ASC",
|
|
54480
|
+
CustomClaimTypesStddevSampleUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_UPDATED_AT_DESC",
|
|
54481
|
+
CustomClaimTypesStddevSampleUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
54482
|
+
CustomClaimTypesStddevSampleUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_STDDEV_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
54483
|
+
CustomClaimTypesSumCreatedAtAsc = "CUSTOM_CLAIM_TYPES_SUM_CREATED_AT_ASC",
|
|
54484
|
+
CustomClaimTypesSumCreatedAtDesc = "CUSTOM_CLAIM_TYPES_SUM_CREATED_AT_DESC",
|
|
54485
|
+
CustomClaimTypesSumCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_SUM_CREATED_BLOCK_ID_ASC",
|
|
54486
|
+
CustomClaimTypesSumCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_SUM_CREATED_BLOCK_ID_DESC",
|
|
54487
|
+
CustomClaimTypesSumIdentityIdAsc = "CUSTOM_CLAIM_TYPES_SUM_IDENTITY_ID_ASC",
|
|
54488
|
+
CustomClaimTypesSumIdentityIdDesc = "CUSTOM_CLAIM_TYPES_SUM_IDENTITY_ID_DESC",
|
|
54489
|
+
CustomClaimTypesSumIdAsc = "CUSTOM_CLAIM_TYPES_SUM_ID_ASC",
|
|
54490
|
+
CustomClaimTypesSumIdDesc = "CUSTOM_CLAIM_TYPES_SUM_ID_DESC",
|
|
54491
|
+
CustomClaimTypesSumNameAsc = "CUSTOM_CLAIM_TYPES_SUM_NAME_ASC",
|
|
54492
|
+
CustomClaimTypesSumNameDesc = "CUSTOM_CLAIM_TYPES_SUM_NAME_DESC",
|
|
54493
|
+
CustomClaimTypesSumUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_SUM_UPDATED_AT_ASC",
|
|
54494
|
+
CustomClaimTypesSumUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_SUM_UPDATED_AT_DESC",
|
|
54495
|
+
CustomClaimTypesSumUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_SUM_UPDATED_BLOCK_ID_ASC",
|
|
54496
|
+
CustomClaimTypesSumUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_SUM_UPDATED_BLOCK_ID_DESC",
|
|
54497
|
+
CustomClaimTypesVariancePopulationCreatedAtAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_CREATED_AT_ASC",
|
|
54498
|
+
CustomClaimTypesVariancePopulationCreatedAtDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_CREATED_AT_DESC",
|
|
54499
|
+
CustomClaimTypesVariancePopulationCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_CREATED_BLOCK_ID_ASC",
|
|
54500
|
+
CustomClaimTypesVariancePopulationCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_CREATED_BLOCK_ID_DESC",
|
|
54501
|
+
CustomClaimTypesVariancePopulationIdentityIdAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_IDENTITY_ID_ASC",
|
|
54502
|
+
CustomClaimTypesVariancePopulationIdentityIdDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_IDENTITY_ID_DESC",
|
|
54503
|
+
CustomClaimTypesVariancePopulationIdAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_ID_ASC",
|
|
54504
|
+
CustomClaimTypesVariancePopulationIdDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_ID_DESC",
|
|
54505
|
+
CustomClaimTypesVariancePopulationNameAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_NAME_ASC",
|
|
54506
|
+
CustomClaimTypesVariancePopulationNameDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_NAME_DESC",
|
|
54507
|
+
CustomClaimTypesVariancePopulationUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_UPDATED_AT_ASC",
|
|
54508
|
+
CustomClaimTypesVariancePopulationUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_UPDATED_AT_DESC",
|
|
54509
|
+
CustomClaimTypesVariancePopulationUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_UPDATED_BLOCK_ID_ASC",
|
|
54510
|
+
CustomClaimTypesVariancePopulationUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_POPULATION_UPDATED_BLOCK_ID_DESC",
|
|
54511
|
+
CustomClaimTypesVarianceSampleCreatedAtAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_CREATED_AT_ASC",
|
|
54512
|
+
CustomClaimTypesVarianceSampleCreatedAtDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_CREATED_AT_DESC",
|
|
54513
|
+
CustomClaimTypesVarianceSampleCreatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_CREATED_BLOCK_ID_ASC",
|
|
54514
|
+
CustomClaimTypesVarianceSampleCreatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_CREATED_BLOCK_ID_DESC",
|
|
54515
|
+
CustomClaimTypesVarianceSampleIdentityIdAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_IDENTITY_ID_ASC",
|
|
54516
|
+
CustomClaimTypesVarianceSampleIdentityIdDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_IDENTITY_ID_DESC",
|
|
54517
|
+
CustomClaimTypesVarianceSampleIdAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_ID_ASC",
|
|
54518
|
+
CustomClaimTypesVarianceSampleIdDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_ID_DESC",
|
|
54519
|
+
CustomClaimTypesVarianceSampleNameAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_NAME_ASC",
|
|
54520
|
+
CustomClaimTypesVarianceSampleNameDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_NAME_DESC",
|
|
54521
|
+
CustomClaimTypesVarianceSampleUpdatedAtAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_UPDATED_AT_ASC",
|
|
54522
|
+
CustomClaimTypesVarianceSampleUpdatedAtDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_UPDATED_AT_DESC",
|
|
54523
|
+
CustomClaimTypesVarianceSampleUpdatedBlockIdAsc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_ASC",
|
|
54524
|
+
CustomClaimTypesVarianceSampleUpdatedBlockIdDesc = "CUSTOM_CLAIM_TYPES_VARIANCE_SAMPLE_UPDATED_BLOCK_ID_DESC",
|
|
53018
54525
|
DatetimeAsc = "DATETIME_ASC",
|
|
53019
54526
|
DatetimeDesc = "DATETIME_DESC",
|
|
53020
54527
|
DidAsc = "DID_ASC",
|
|
@@ -57193,6 +58700,10 @@ export declare type Identity = Node & {
|
|
|
57193
58700
|
/** Reads and enables pagination through a set of `Block`. */
|
|
57194
58701
|
blocksByClaimTargetIdAndUpdatedBlockId: IdentityBlocksByClaimTargetIdAndUpdatedBlockIdManyToManyConnection;
|
|
57195
58702
|
/** Reads and enables pagination through a set of `Block`. */
|
|
58703
|
+
blocksByCustomClaimTypeIdentityIdAndCreatedBlockId: IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdManyToManyConnection;
|
|
58704
|
+
/** Reads and enables pagination through a set of `Block`. */
|
|
58705
|
+
blocksByCustomClaimTypeIdentityIdAndUpdatedBlockId: IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdManyToManyConnection;
|
|
58706
|
+
/** Reads and enables pagination through a set of `Block`. */
|
|
57196
58707
|
blocksByDistributionIdentityIdAndCreatedBlockId: IdentityBlocksByDistributionIdentityIdAndCreatedBlockIdManyToManyConnection;
|
|
57197
58708
|
/** Reads and enables pagination through a set of `Block`. */
|
|
57198
58709
|
blocksByDistributionIdentityIdAndUpdatedBlockId: IdentityBlocksByDistributionIdentityIdAndUpdatedBlockIdManyToManyConnection;
|
|
@@ -57272,6 +58783,12 @@ export declare type Identity = Node & {
|
|
|
57272
58783
|
/** Reads a single `Block` that is related to this `Identity`. */
|
|
57273
58784
|
createdBlock?: Maybe<Block>;
|
|
57274
58785
|
createdBlockId: Scalars['String']['output'];
|
|
58786
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
58787
|
+
customClaimTypes: CustomClaimTypesConnection;
|
|
58788
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
58789
|
+
customClaimTypesByClaimIssuerIdAndCustomClaimTypeId: IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdManyToManyConnection;
|
|
58790
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
58791
|
+
customClaimTypesByClaimTargetIdAndCustomClaimTypeId: IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdManyToManyConnection;
|
|
57275
58792
|
datetime: Scalars['Datetime']['output'];
|
|
57276
58793
|
did: Scalars['String']['output'];
|
|
57277
58794
|
/** Reads and enables pagination through a set of `DistributionPayment`. */
|
|
@@ -57803,6 +59320,36 @@ export declare type IdentityBlocksByClaimTargetIdAndUpdatedBlockIdArgs = {
|
|
|
57803
59320
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
57804
59321
|
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
57805
59322
|
};
|
|
59323
|
+
/**
|
|
59324
|
+
* Represents a person or business on chain. All Polymesh assets belong to an Identity. A single Identity can have many accounts (i.e. "keys")
|
|
59325
|
+
*
|
|
59326
|
+
* An Identity needs a valid CDD claim from at least one KYC/KYB provider to perform most actions on chain
|
|
59327
|
+
*/
|
|
59328
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdArgs = {
|
|
59329
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59330
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59331
|
+
distinct?: InputMaybe<Array<InputMaybe<Blocks_Distinct_Enum>>>;
|
|
59332
|
+
filter?: InputMaybe<BlockFilter>;
|
|
59333
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59334
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
59335
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
59336
|
+
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
59337
|
+
};
|
|
59338
|
+
/**
|
|
59339
|
+
* Represents a person or business on chain. All Polymesh assets belong to an Identity. A single Identity can have many accounts (i.e. "keys")
|
|
59340
|
+
*
|
|
59341
|
+
* An Identity needs a valid CDD claim from at least one KYC/KYB provider to perform most actions on chain
|
|
59342
|
+
*/
|
|
59343
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdArgs = {
|
|
59344
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59345
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59346
|
+
distinct?: InputMaybe<Array<InputMaybe<Blocks_Distinct_Enum>>>;
|
|
59347
|
+
filter?: InputMaybe<BlockFilter>;
|
|
59348
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59349
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
59350
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
59351
|
+
orderBy?: InputMaybe<Array<BlocksOrderBy>>;
|
|
59352
|
+
};
|
|
57806
59353
|
/**
|
|
57807
59354
|
* Represents a person or business on chain. All Polymesh assets belong to an Identity. A single Identity can have many accounts (i.e. "keys")
|
|
57808
59355
|
*
|
|
@@ -58373,6 +59920,51 @@ export declare type IdentityClaimsByTargetIdArgs = {
|
|
|
58373
59920
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
58374
59921
|
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
58375
59922
|
};
|
|
59923
|
+
/**
|
|
59924
|
+
* Represents a person or business on chain. All Polymesh assets belong to an Identity. A single Identity can have many accounts (i.e. "keys")
|
|
59925
|
+
*
|
|
59926
|
+
* An Identity needs a valid CDD claim from at least one KYC/KYB provider to perform most actions on chain
|
|
59927
|
+
*/
|
|
59928
|
+
export declare type IdentityCustomClaimTypesArgs = {
|
|
59929
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59930
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59931
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
59932
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
59933
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59934
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
59935
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
59936
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
59937
|
+
};
|
|
59938
|
+
/**
|
|
59939
|
+
* Represents a person or business on chain. All Polymesh assets belong to an Identity. A single Identity can have many accounts (i.e. "keys")
|
|
59940
|
+
*
|
|
59941
|
+
* An Identity needs a valid CDD claim from at least one KYC/KYB provider to perform most actions on chain
|
|
59942
|
+
*/
|
|
59943
|
+
export declare type IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdArgs = {
|
|
59944
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59945
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59946
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
59947
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
59948
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59949
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
59950
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
59951
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
59952
|
+
};
|
|
59953
|
+
/**
|
|
59954
|
+
* Represents a person or business on chain. All Polymesh assets belong to an Identity. A single Identity can have many accounts (i.e. "keys")
|
|
59955
|
+
*
|
|
59956
|
+
* An Identity needs a valid CDD claim from at least one KYC/KYB provider to perform most actions on chain
|
|
59957
|
+
*/
|
|
59958
|
+
export declare type IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdArgs = {
|
|
59959
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59960
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
59961
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
59962
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
59963
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59964
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
59965
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
59966
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
59967
|
+
};
|
|
58376
59968
|
/**
|
|
58377
59969
|
* Represents a person or business on chain. All Polymesh assets belong to an Identity. A single Identity can have many accounts (i.e. "keys")
|
|
58378
59970
|
*
|
|
@@ -60072,6 +61664,90 @@ export declare type IdentityBlocksByClaimTargetIdAndUpdatedBlockIdManyToManyEdge
|
|
|
60072
61664
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
60073
61665
|
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
60074
61666
|
};
|
|
61667
|
+
/** A connection to a list of `Block` values, with data from `CustomClaimType`. */
|
|
61668
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdManyToManyConnection = {
|
|
61669
|
+
__typename?: 'IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdManyToManyConnection';
|
|
61670
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
61671
|
+
aggregates?: Maybe<BlockAggregates>;
|
|
61672
|
+
/** A list of edges which contains the `Block`, info from the `CustomClaimType`, and the cursor to aid in pagination. */
|
|
61673
|
+
edges: Array<IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdManyToManyEdge>;
|
|
61674
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
61675
|
+
groupedAggregates?: Maybe<Array<BlockAggregates>>;
|
|
61676
|
+
/** A list of `Block` objects. */
|
|
61677
|
+
nodes: Array<Maybe<Block>>;
|
|
61678
|
+
/** Information to aid in pagination. */
|
|
61679
|
+
pageInfo: PageInfo;
|
|
61680
|
+
/** The count of *all* `Block` you could get from the connection. */
|
|
61681
|
+
totalCount: Scalars['Int']['output'];
|
|
61682
|
+
};
|
|
61683
|
+
/** A connection to a list of `Block` values, with data from `CustomClaimType`. */
|
|
61684
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
61685
|
+
groupBy: Array<BlocksGroupBy>;
|
|
61686
|
+
having?: InputMaybe<BlocksHavingInput>;
|
|
61687
|
+
};
|
|
61688
|
+
/** A `Block` edge in the connection, with data from `CustomClaimType`. */
|
|
61689
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdManyToManyEdge = {
|
|
61690
|
+
__typename?: 'IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdManyToManyEdge';
|
|
61691
|
+
/** A cursor for use in pagination. */
|
|
61692
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
61693
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
61694
|
+
customClaimTypesByCreatedBlockId: CustomClaimTypesConnection;
|
|
61695
|
+
/** The `Block` at the end of the edge. */
|
|
61696
|
+
node?: Maybe<Block>;
|
|
61697
|
+
};
|
|
61698
|
+
/** A `Block` edge in the connection, with data from `CustomClaimType`. */
|
|
61699
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndCreatedBlockIdManyToManyEdgeCustomClaimTypesByCreatedBlockIdArgs = {
|
|
61700
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
61701
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
61702
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
61703
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
61704
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61705
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61706
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
61707
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
61708
|
+
};
|
|
61709
|
+
/** A connection to a list of `Block` values, with data from `CustomClaimType`. */
|
|
61710
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdManyToManyConnection = {
|
|
61711
|
+
__typename?: 'IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdManyToManyConnection';
|
|
61712
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
61713
|
+
aggregates?: Maybe<BlockAggregates>;
|
|
61714
|
+
/** A list of edges which contains the `Block`, info from the `CustomClaimType`, and the cursor to aid in pagination. */
|
|
61715
|
+
edges: Array<IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdManyToManyEdge>;
|
|
61716
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
61717
|
+
groupedAggregates?: Maybe<Array<BlockAggregates>>;
|
|
61718
|
+
/** A list of `Block` objects. */
|
|
61719
|
+
nodes: Array<Maybe<Block>>;
|
|
61720
|
+
/** Information to aid in pagination. */
|
|
61721
|
+
pageInfo: PageInfo;
|
|
61722
|
+
/** The count of *all* `Block` you could get from the connection. */
|
|
61723
|
+
totalCount: Scalars['Int']['output'];
|
|
61724
|
+
};
|
|
61725
|
+
/** A connection to a list of `Block` values, with data from `CustomClaimType`. */
|
|
61726
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
61727
|
+
groupBy: Array<BlocksGroupBy>;
|
|
61728
|
+
having?: InputMaybe<BlocksHavingInput>;
|
|
61729
|
+
};
|
|
61730
|
+
/** A `Block` edge in the connection, with data from `CustomClaimType`. */
|
|
61731
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdManyToManyEdge = {
|
|
61732
|
+
__typename?: 'IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdManyToManyEdge';
|
|
61733
|
+
/** A cursor for use in pagination. */
|
|
61734
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
61735
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
61736
|
+
customClaimTypesByUpdatedBlockId: CustomClaimTypesConnection;
|
|
61737
|
+
/** The `Block` at the end of the edge. */
|
|
61738
|
+
node?: Maybe<Block>;
|
|
61739
|
+
};
|
|
61740
|
+
/** A `Block` edge in the connection, with data from `CustomClaimType`. */
|
|
61741
|
+
export declare type IdentityBlocksByCustomClaimTypeIdentityIdAndUpdatedBlockIdManyToManyEdgeCustomClaimTypesByUpdatedBlockIdArgs = {
|
|
61742
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
61743
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
61744
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
61745
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
61746
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61747
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61748
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
61749
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
61750
|
+
};
|
|
60075
61751
|
/** A connection to a list of `Block` values, with data from `Distribution`. */
|
|
60076
61752
|
export declare type IdentityBlocksByDistributionIdentityIdAndCreatedBlockIdManyToManyConnection = {
|
|
60077
61753
|
__typename?: 'IdentityBlocksByDistributionIdentityIdAndCreatedBlockIdManyToManyConnection';
|
|
@@ -61500,6 +63176,90 @@ export declare type IdentityBlocksByVenueOwnerIdAndUpdatedBlockIdManyToManyEdgeV
|
|
|
61500
63176
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
61501
63177
|
orderBy?: InputMaybe<Array<VenuesOrderBy>>;
|
|
61502
63178
|
};
|
|
63179
|
+
/** A connection to a list of `CustomClaimType` values, with data from `Claim`. */
|
|
63180
|
+
export declare type IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdManyToManyConnection = {
|
|
63181
|
+
__typename?: 'IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdManyToManyConnection';
|
|
63182
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
63183
|
+
aggregates?: Maybe<CustomClaimTypeAggregates>;
|
|
63184
|
+
/** A list of edges which contains the `CustomClaimType`, info from the `Claim`, and the cursor to aid in pagination. */
|
|
63185
|
+
edges: Array<IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdManyToManyEdge>;
|
|
63186
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
63187
|
+
groupedAggregates?: Maybe<Array<CustomClaimTypeAggregates>>;
|
|
63188
|
+
/** A list of `CustomClaimType` objects. */
|
|
63189
|
+
nodes: Array<Maybe<CustomClaimType>>;
|
|
63190
|
+
/** Information to aid in pagination. */
|
|
63191
|
+
pageInfo: PageInfo;
|
|
63192
|
+
/** The count of *all* `CustomClaimType` you could get from the connection. */
|
|
63193
|
+
totalCount: Scalars['Int']['output'];
|
|
63194
|
+
};
|
|
63195
|
+
/** A connection to a list of `CustomClaimType` values, with data from `Claim`. */
|
|
63196
|
+
export declare type IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
63197
|
+
groupBy: Array<CustomClaimTypesGroupBy>;
|
|
63198
|
+
having?: InputMaybe<CustomClaimTypesHavingInput>;
|
|
63199
|
+
};
|
|
63200
|
+
/** A `CustomClaimType` edge in the connection, with data from `Claim`. */
|
|
63201
|
+
export declare type IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdManyToManyEdge = {
|
|
63202
|
+
__typename?: 'IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdManyToManyEdge';
|
|
63203
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
63204
|
+
claims: ClaimsConnection;
|
|
63205
|
+
/** A cursor for use in pagination. */
|
|
63206
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
63207
|
+
/** The `CustomClaimType` at the end of the edge. */
|
|
63208
|
+
node?: Maybe<CustomClaimType>;
|
|
63209
|
+
};
|
|
63210
|
+
/** A `CustomClaimType` edge in the connection, with data from `Claim`. */
|
|
63211
|
+
export declare type IdentityCustomClaimTypesByClaimIssuerIdAndCustomClaimTypeIdManyToManyEdgeClaimsArgs = {
|
|
63212
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
63213
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
63214
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
63215
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
63216
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63217
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
63218
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
63219
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
63220
|
+
};
|
|
63221
|
+
/** A connection to a list of `CustomClaimType` values, with data from `Claim`. */
|
|
63222
|
+
export declare type IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdManyToManyConnection = {
|
|
63223
|
+
__typename?: 'IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdManyToManyConnection';
|
|
63224
|
+
/** Aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
63225
|
+
aggregates?: Maybe<CustomClaimTypeAggregates>;
|
|
63226
|
+
/** A list of edges which contains the `CustomClaimType`, info from the `Claim`, and the cursor to aid in pagination. */
|
|
63227
|
+
edges: Array<IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdManyToManyEdge>;
|
|
63228
|
+
/** Grouped aggregates across the matching connection (ignoring before/after/first/last/offset) */
|
|
63229
|
+
groupedAggregates?: Maybe<Array<CustomClaimTypeAggregates>>;
|
|
63230
|
+
/** A list of `CustomClaimType` objects. */
|
|
63231
|
+
nodes: Array<Maybe<CustomClaimType>>;
|
|
63232
|
+
/** Information to aid in pagination. */
|
|
63233
|
+
pageInfo: PageInfo;
|
|
63234
|
+
/** The count of *all* `CustomClaimType` you could get from the connection. */
|
|
63235
|
+
totalCount: Scalars['Int']['output'];
|
|
63236
|
+
};
|
|
63237
|
+
/** A connection to a list of `CustomClaimType` values, with data from `Claim`. */
|
|
63238
|
+
export declare type IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdManyToManyConnectionGroupedAggregatesArgs = {
|
|
63239
|
+
groupBy: Array<CustomClaimTypesGroupBy>;
|
|
63240
|
+
having?: InputMaybe<CustomClaimTypesHavingInput>;
|
|
63241
|
+
};
|
|
63242
|
+
/** A `CustomClaimType` edge in the connection, with data from `Claim`. */
|
|
63243
|
+
export declare type IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdManyToManyEdge = {
|
|
63244
|
+
__typename?: 'IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdManyToManyEdge';
|
|
63245
|
+
/** Reads and enables pagination through a set of `Claim`. */
|
|
63246
|
+
claims: ClaimsConnection;
|
|
63247
|
+
/** A cursor for use in pagination. */
|
|
63248
|
+
cursor?: Maybe<Scalars['Cursor']['output']>;
|
|
63249
|
+
/** The `CustomClaimType` at the end of the edge. */
|
|
63250
|
+
node?: Maybe<CustomClaimType>;
|
|
63251
|
+
};
|
|
63252
|
+
/** A `CustomClaimType` edge in the connection, with data from `Claim`. */
|
|
63253
|
+
export declare type IdentityCustomClaimTypesByClaimTargetIdAndCustomClaimTypeIdManyToManyEdgeClaimsArgs = {
|
|
63254
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
63255
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
63256
|
+
distinct?: InputMaybe<Array<InputMaybe<Claims_Distinct_Enum>>>;
|
|
63257
|
+
filter?: InputMaybe<ClaimFilter>;
|
|
63258
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63259
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
63260
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
63261
|
+
orderBy?: InputMaybe<Array<ClaimsOrderBy>>;
|
|
63262
|
+
};
|
|
61503
63263
|
export declare type IdentityDistinctCountAggregateFilter = {
|
|
61504
63264
|
createdAt?: InputMaybe<BigIntFilter>;
|
|
61505
63265
|
createdBlockId?: InputMaybe<BigIntFilter>;
|
|
@@ -61611,6 +63371,10 @@ export declare type IdentityFilter = {
|
|
|
61611
63371
|
createdBlock?: InputMaybe<BlockFilter>;
|
|
61612
63372
|
/** Filter by the object’s `createdBlockId` field. */
|
|
61613
63373
|
createdBlockId?: InputMaybe<StringFilter>;
|
|
63374
|
+
/** Filter by the object’s `customClaimTypes` relation. */
|
|
63375
|
+
customClaimTypes?: InputMaybe<IdentityToManyCustomClaimTypeFilter>;
|
|
63376
|
+
/** Some related `customClaimTypes` exist. */
|
|
63377
|
+
customClaimTypesExist?: InputMaybe<Scalars['Boolean']['input']>;
|
|
61614
63378
|
/** Filter by the object’s `datetime` field. */
|
|
61615
63379
|
datetime?: InputMaybe<DatetimeFilter>;
|
|
61616
63380
|
/** Filter by the object’s `did` field. */
|
|
@@ -62295,6 +64059,17 @@ export declare type IdentityToManyClaimFilter = {
|
|
|
62295
64059
|
/** Some related `Claim` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
62296
64060
|
some?: InputMaybe<ClaimFilter>;
|
|
62297
64061
|
};
|
|
64062
|
+
/** A filter to be used against many `CustomClaimType` object types. All fields are combined with a logical ‘and.’ */
|
|
64063
|
+
export declare type IdentityToManyCustomClaimTypeFilter = {
|
|
64064
|
+
/** Aggregates across related `CustomClaimType` match the filter criteria. */
|
|
64065
|
+
aggregates?: InputMaybe<CustomClaimTypeAggregatesFilter>;
|
|
64066
|
+
/** Every related `CustomClaimType` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
64067
|
+
every?: InputMaybe<CustomClaimTypeFilter>;
|
|
64068
|
+
/** No related `CustomClaimType` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
64069
|
+
none?: InputMaybe<CustomClaimTypeFilter>;
|
|
64070
|
+
/** Some related `CustomClaimType` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
64071
|
+
some?: InputMaybe<CustomClaimTypeFilter>;
|
|
64072
|
+
};
|
|
62298
64073
|
/** A filter to be used against many `Distribution` object types. All fields are combined with a logical ‘and.’ */
|
|
62299
64074
|
export declare type IdentityToManyDistributionFilter = {
|
|
62300
64075
|
/** Aggregates across related `Distribution` match the filter criteria. */
|
|
@@ -76376,6 +78151,11 @@ export declare type Query = Node & {
|
|
|
76376
78151
|
complianceByNodeId?: Maybe<Compliance>;
|
|
76377
78152
|
/** Reads and enables pagination through a set of `Compliance`. */
|
|
76378
78153
|
compliances?: Maybe<CompliancesConnection>;
|
|
78154
|
+
customClaimType?: Maybe<CustomClaimType>;
|
|
78155
|
+
/** Reads a single `CustomClaimType` using its globally unique `ID`. */
|
|
78156
|
+
customClaimTypeByNodeId?: Maybe<CustomClaimType>;
|
|
78157
|
+
/** Reads and enables pagination through a set of `CustomClaimType`. */
|
|
78158
|
+
customClaimTypes?: Maybe<CustomClaimTypesConnection>;
|
|
76379
78159
|
debug?: Maybe<Debug>;
|
|
76380
78160
|
/** Reads a single `Debug` using its globally unique `ID`. */
|
|
76381
78161
|
debugByNodeId?: Maybe<Debug>;
|
|
@@ -76896,6 +78676,26 @@ export declare type QueryCompliancesArgs = {
|
|
|
76896
78676
|
orderBy?: InputMaybe<Array<CompliancesOrderBy>>;
|
|
76897
78677
|
};
|
|
76898
78678
|
/** The root query type which gives access points into the data universe. */
|
|
78679
|
+
export declare type QueryCustomClaimTypeArgs = {
|
|
78680
|
+
id: Scalars['String']['input'];
|
|
78681
|
+
};
|
|
78682
|
+
/** The root query type which gives access points into the data universe. */
|
|
78683
|
+
export declare type QueryCustomClaimTypeByNodeIdArgs = {
|
|
78684
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
78685
|
+
nodeId: Scalars['ID']['input'];
|
|
78686
|
+
};
|
|
78687
|
+
/** The root query type which gives access points into the data universe. */
|
|
78688
|
+
export declare type QueryCustomClaimTypesArgs = {
|
|
78689
|
+
after?: InputMaybe<Scalars['Cursor']['input']>;
|
|
78690
|
+
before?: InputMaybe<Scalars['Cursor']['input']>;
|
|
78691
|
+
distinct?: InputMaybe<Array<InputMaybe<Custom_Claim_Types_Distinct_Enum>>>;
|
|
78692
|
+
filter?: InputMaybe<CustomClaimTypeFilter>;
|
|
78693
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
78694
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
78695
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
78696
|
+
orderBy?: InputMaybe<Array<CustomClaimTypesOrderBy>>;
|
|
78697
|
+
};
|
|
78698
|
+
/** The root query type which gives access points into the data universe. */
|
|
76899
78699
|
export declare type QueryDebugArgs = {
|
|
76900
78700
|
id: Scalars['String']['input'];
|
|
76901
78701
|
};
|
|
@@ -84278,6 +86078,15 @@ export declare enum Compliances_Distinct_Enum {
|
|
|
84278
86078
|
UpdatedAt = "UPDATED_AT",
|
|
84279
86079
|
UpdatedBlockId = "UPDATED_BLOCK_ID"
|
|
84280
86080
|
}
|
|
86081
|
+
export declare enum Custom_Claim_Types_Distinct_Enum {
|
|
86082
|
+
CreatedAt = "CREATED_AT",
|
|
86083
|
+
CreatedBlockId = "CREATED_BLOCK_ID",
|
|
86084
|
+
Id = "ID",
|
|
86085
|
+
IdentityId = "IDENTITY_ID",
|
|
86086
|
+
Name = "NAME",
|
|
86087
|
+
UpdatedAt = "UPDATED_AT",
|
|
86088
|
+
UpdatedBlockId = "UPDATED_BLOCK_ID"
|
|
86089
|
+
}
|
|
84281
86090
|
export declare enum Debugs_Distinct_Enum {
|
|
84282
86091
|
Context = "CONTEXT",
|
|
84283
86092
|
CreatedAt = "CREATED_AT",
|