@axinom/mosaic-user-auth 0.28.0 → 0.29.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{UserServiceClient → cjs/UserServiceClient}/UserServiceClient.d.ts +5 -5
- package/dist/{UserServiceClient → cjs/UserServiceClient}/UserServiceClient.d.ts.map +1 -1
- package/dist/{UserServiceProvider → cjs/UserServiceProvider}/UserServiceProvider.d.ts +3 -3
- package/dist/cjs/UserServiceProvider/UserServiceProvider.d.ts.map +1 -0
- package/dist/cjs/common/ensure-error.d.ts.map +1 -0
- package/dist/cjs/common/enums.d.ts.map +1 -0
- package/dist/{common → cjs/common}/stringify-gql-query.d.ts +1 -1
- package/dist/cjs/common/stringify-gql-query.d.ts.map +1 -0
- package/dist/{common → cjs/common}/types.d.ts +1 -1
- package/dist/cjs/common/types.d.ts.map +1 -0
- package/dist/cjs/common/user-auth-error.d.ts.map +1 -0
- package/dist/{generated → cjs/generated}/ax-auth-management-graphql.types.d.ts +1 -1
- package/dist/cjs/generated/ax-auth-management-graphql.types.d.ts.map +1 -0
- package/dist/{generated → cjs/generated}/user-service-end-user-graphql.types.d.ts +1 -1
- package/dist/cjs/generated/user-service-end-user-graphql.types.d.ts.map +1 -0
- package/dist/{generated → cjs/generated}/user-service-management-graphql.types.d.ts +1 -1
- package/dist/cjs/generated/user-service-management-graphql.types.d.ts.map +1 -0
- package/dist/cjs/index.d.ts +5 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/{index.js → cjs/index.js} +553 -626
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/package.json +1 -0
- package/dist/{util → cjs/util}/endUserApplication.d.ts +2 -2
- package/dist/cjs/util/endUserApplication.d.ts.map +1 -0
- package/dist/{util → cjs/util}/userAuth.d.ts +3 -3
- package/dist/cjs/util/userAuth.d.ts.map +1 -0
- package/dist/{util → cjs/util}/userProfile.d.ts +1 -1
- package/dist/cjs/util/userProfile.d.ts.map +1 -0
- package/dist/esm/UserServiceClient/UserServiceClient.d.ts +207 -0
- package/dist/esm/UserServiceClient/UserServiceClient.d.ts.map +1 -0
- package/dist/esm/UserServiceProvider/UserServiceProvider.d.ts +28 -0
- package/dist/esm/UserServiceProvider/UserServiceProvider.d.ts.map +1 -0
- package/dist/esm/common/ensure-error.d.ts +16 -0
- package/dist/esm/common/ensure-error.d.ts.map +1 -0
- package/dist/esm/common/enums.d.ts +12 -0
- package/dist/esm/common/enums.d.ts.map +1 -0
- package/dist/esm/common/stringify-gql-query.d.ts +11 -0
- package/dist/esm/common/stringify-gql-query.d.ts.map +1 -0
- package/dist/esm/common/types.d.ts +146 -0
- package/dist/esm/common/types.d.ts.map +1 -0
- package/dist/esm/common/user-auth-error.d.ts +9 -0
- package/dist/esm/common/user-auth-error.d.ts.map +1 -0
- package/dist/esm/generated/ax-auth-management-graphql.types.d.ts +1400 -0
- package/dist/esm/generated/ax-auth-management-graphql.types.d.ts.map +1 -0
- package/dist/esm/generated/user-service-end-user-graphql.types.d.ts +854 -0
- package/dist/esm/generated/user-service-end-user-graphql.types.d.ts.map +1 -0
- package/dist/esm/generated/user-service-management-graphql.types.d.ts +2915 -0
- package/dist/esm/generated/user-service-management-graphql.types.d.ts.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/{index.es.js → esm/index.js} +554 -627
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/package.json +1 -0
- package/dist/esm/util/endUserApplication.d.ts +11 -0
- package/dist/esm/util/endUserApplication.d.ts.map +1 -0
- package/dist/esm/util/userAuth.d.ts +111 -0
- package/dist/esm/util/userAuth.d.ts.map +1 -0
- package/dist/esm/util/userProfile.d.ts +13 -0
- package/dist/esm/util/userProfile.d.ts.map +1 -0
- package/package.json +20 -8
- package/src/UserServiceClient/UserServiceClient.ts +26 -26
- package/src/UserServiceProvider/UserServiceProvider.tsx +4 -4
- package/src/common/stringify-gql-query.ts +1 -1
- package/src/common/types.ts +1 -1
- package/src/generated/ax-auth-management-graphql.types.ts +1 -1
- package/src/generated/user-service-end-user-graphql.types.ts +1 -1
- package/src/generated/user-service-management-graphql.types.ts +1 -1
- package/src/index.ts +4 -4
- package/src/util/endUserApplication.spec.ts +7 -7
- package/src/util/endUserApplication.ts +5 -5
- package/src/util/userAuth.spec.ts +27 -27
- package/src/util/userAuth.ts +35 -31
- package/src/util/userProfile.spec.ts +2 -2
- package/src/util/userProfile.ts +9 -9
- package/dist/UserServiceProvider/UserServiceProvider.d.ts.map +0 -1
- package/dist/common/ensure-error.d.ts.map +0 -1
- package/dist/common/enums.d.ts.map +0 -1
- package/dist/common/stringify-gql-query.d.ts.map +0 -1
- package/dist/common/types.d.ts.map +0 -1
- package/dist/common/user-auth-error.d.ts.map +0 -1
- package/dist/generated/ax-auth-management-graphql.types.d.ts.map +0 -1
- package/dist/generated/user-service-end-user-graphql.types.d.ts.map +0 -1
- package/dist/generated/user-service-management-graphql.types.d.ts.map +0 -1
- package/dist/index.d.ts +0 -5
- package/dist/index.d.ts.map +0 -1
- package/dist/index.es.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/util/endUserApplication.d.ts.map +0 -1
- package/dist/util/endUserApplication.spec.d.ts +0 -2
- package/dist/util/endUserApplication.spec.d.ts.map +0 -1
- package/dist/util/userAuth.d.ts.map +0 -1
- package/dist/util/userAuth.spec.d.ts +0 -2
- package/dist/util/userAuth.spec.d.ts.map +0 -1
- package/dist/util/userProfile.d.ts.map +0 -1
- package/dist/util/userProfile.spec.d.ts +0 -2
- package/dist/util/userProfile.spec.d.ts.map +0 -1
- /package/dist/{common → cjs/common}/ensure-error.d.ts +0 -0
- /package/dist/{common → cjs/common}/enums.d.ts +0 -0
- /package/dist/{common → cjs/common}/user-auth-error.d.ts +0 -0
|
@@ -0,0 +1,1400 @@
|
|
|
1
|
+
import type { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
2
|
+
export type Maybe<T> = T | null;
|
|
3
|
+
export type Exact<T extends {
|
|
4
|
+
[key: string]: unknown;
|
|
5
|
+
}> = {
|
|
6
|
+
[K in keyof T]: T[K];
|
|
7
|
+
};
|
|
8
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
9
|
+
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
10
|
+
};
|
|
11
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
|
+
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
|
+
};
|
|
14
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
15
|
+
export type Scalars = {
|
|
16
|
+
ID: string;
|
|
17
|
+
String: string;
|
|
18
|
+
Boolean: boolean;
|
|
19
|
+
Int: number;
|
|
20
|
+
Float: number;
|
|
21
|
+
Cursor: any;
|
|
22
|
+
Datetime: any;
|
|
23
|
+
JSON: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
};
|
|
26
|
+
UUID: any;
|
|
27
|
+
};
|
|
28
|
+
/** A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’ */
|
|
29
|
+
export type BooleanFilter = {
|
|
30
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
31
|
+
distinctFrom?: Maybe<Scalars['Boolean']>;
|
|
32
|
+
/** Equal to the specified value. */
|
|
33
|
+
equalTo?: Maybe<Scalars['Boolean']>;
|
|
34
|
+
/** Greater than the specified value. */
|
|
35
|
+
greaterThan?: Maybe<Scalars['Boolean']>;
|
|
36
|
+
/** Greater than or equal to the specified value. */
|
|
37
|
+
greaterThanOrEqualTo?: Maybe<Scalars['Boolean']>;
|
|
38
|
+
/** Included in the specified list. */
|
|
39
|
+
in?: Maybe<Array<Scalars['Boolean']>>;
|
|
40
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
41
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
42
|
+
/** Less than the specified value. */
|
|
43
|
+
lessThan?: Maybe<Scalars['Boolean']>;
|
|
44
|
+
/** Less than or equal to the specified value. */
|
|
45
|
+
lessThanOrEqualTo?: Maybe<Scalars['Boolean']>;
|
|
46
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
47
|
+
notDistinctFrom?: Maybe<Scalars['Boolean']>;
|
|
48
|
+
/** Not equal to the specified value. */
|
|
49
|
+
notEqualTo?: Maybe<Scalars['Boolean']>;
|
|
50
|
+
/** Not included in the specified list. */
|
|
51
|
+
notIn?: Maybe<Array<Scalars['Boolean']>>;
|
|
52
|
+
};
|
|
53
|
+
export type CheckEndUserPasswordResetOtpInput = {
|
|
54
|
+
resetOtp: Scalars['String'];
|
|
55
|
+
};
|
|
56
|
+
export type CheckEndUserPasswordResetOtpPayload = {
|
|
57
|
+
__typename?: 'CheckEndUserPasswordResetOtpPayload';
|
|
58
|
+
isOtpValid: Scalars['Boolean'];
|
|
59
|
+
};
|
|
60
|
+
export type CheckEndUserSignUpOtpInput = {
|
|
61
|
+
signUpOtp: Scalars['String'];
|
|
62
|
+
};
|
|
63
|
+
export type CheckEndUserSignUpOtpPayload = {
|
|
64
|
+
__typename?: 'CheckEndUserSignUpOtpPayload';
|
|
65
|
+
isOtpValid: Scalars['Boolean'];
|
|
66
|
+
};
|
|
67
|
+
export type ClearResetPasswordWebhookSecretInput = {
|
|
68
|
+
userStoreId: Scalars['String'];
|
|
69
|
+
};
|
|
70
|
+
export type ClearResetPasswordWebhookSecretPayload = {
|
|
71
|
+
__typename?: 'ClearResetPasswordWebhookSecretPayload';
|
|
72
|
+
deletedSecret: Scalars['String'];
|
|
73
|
+
};
|
|
74
|
+
export type ClearUserSignUpWebhookSecretInput = {
|
|
75
|
+
userStoreId: Scalars['String'];
|
|
76
|
+
};
|
|
77
|
+
export type ClearUserSignUpWebhookSecretPayload = {
|
|
78
|
+
__typename?: 'ClearUserSignUpWebhookSecretPayload';
|
|
79
|
+
deletedSecret: Scalars['String'];
|
|
80
|
+
};
|
|
81
|
+
export type CompleteEndUserPasswordResetInput = {
|
|
82
|
+
newPassword: Scalars['String'];
|
|
83
|
+
resetOtp: Scalars['String'];
|
|
84
|
+
};
|
|
85
|
+
export type CompleteEndUserPasswordResetPayload = {
|
|
86
|
+
__typename?: 'CompleteEndUserPasswordResetPayload';
|
|
87
|
+
idpUserId: Scalars['UUID'];
|
|
88
|
+
};
|
|
89
|
+
export type CompleteEndUserSignUpInput = {
|
|
90
|
+
/**
|
|
91
|
+
* The password for the user must be provided either at this point or
|
|
92
|
+
* in InitiateEndUserSignUp mutation.
|
|
93
|
+
* If the end-user app will enforce the user to provide it in the
|
|
94
|
+
* InitiateEndUserSignUp mutation the password must not be provided here.
|
|
95
|
+
* If not, giving a password at this point is mandatory.
|
|
96
|
+
* If it's given at InitiateEndUserSignUp step, then the used cannot override it here.
|
|
97
|
+
*/
|
|
98
|
+
password?: Maybe<Scalars['String']>;
|
|
99
|
+
signUpOtp: Scalars['String'];
|
|
100
|
+
};
|
|
101
|
+
export type CompleteEndUserSignUpPayload = {
|
|
102
|
+
__typename?: 'CompleteEndUserSignUpPayload';
|
|
103
|
+
idpUserId: Scalars['UUID'];
|
|
104
|
+
};
|
|
105
|
+
/** All input for the create `IdpUser` mutation. */
|
|
106
|
+
export type CreateIdpUserInput = {
|
|
107
|
+
/**
|
|
108
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
109
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
110
|
+
*/
|
|
111
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
112
|
+
/** The `IdpUser` to be created by this mutation. */
|
|
113
|
+
idpUser: IdpUserInput;
|
|
114
|
+
};
|
|
115
|
+
/** The output of our create `IdpUser` mutation. */
|
|
116
|
+
export type CreateIdpUserPayload = {
|
|
117
|
+
__typename?: 'CreateIdpUserPayload';
|
|
118
|
+
/**
|
|
119
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
120
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
121
|
+
*/
|
|
122
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
123
|
+
/** The `IdpUser` that was created by this mutation. */
|
|
124
|
+
idpUser?: Maybe<IdpUser>;
|
|
125
|
+
/** An edge for our `IdpUser`. May be used by Relay 1. */
|
|
126
|
+
idpUserEdge?: Maybe<IdpUsersEdge>;
|
|
127
|
+
/** Reads a single `IdpUserStore` that is related to this `IdpUser`. */
|
|
128
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
129
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
130
|
+
query?: Maybe<Query>;
|
|
131
|
+
};
|
|
132
|
+
/** The output of our create `IdpUser` mutation. */
|
|
133
|
+
export type CreateIdpUserPayloadIdpUserEdgeArgs = {
|
|
134
|
+
orderBy?: Maybe<Array<IdpUsersOrderBy>>;
|
|
135
|
+
};
|
|
136
|
+
/** All input for the create `IdpUserStore` mutation. */
|
|
137
|
+
export type CreateIdpUserStoreInput = {
|
|
138
|
+
/**
|
|
139
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
140
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
141
|
+
*/
|
|
142
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
143
|
+
/** The `IdpUserStore` to be created by this mutation. */
|
|
144
|
+
idpUserStore: IdpUserStoreInput;
|
|
145
|
+
};
|
|
146
|
+
/** The output of our create `IdpUserStore` mutation. */
|
|
147
|
+
export type CreateIdpUserStorePayload = {
|
|
148
|
+
__typename?: 'CreateIdpUserStorePayload';
|
|
149
|
+
/**
|
|
150
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
151
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
152
|
+
*/
|
|
153
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
154
|
+
/** The `IdpUserStore` that was created by this mutation. */
|
|
155
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
156
|
+
/** An edge for our `IdpUserStore`. May be used by Relay 1. */
|
|
157
|
+
idpUserStoreEdge?: Maybe<IdpUserStoresEdge>;
|
|
158
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
159
|
+
query?: Maybe<Query>;
|
|
160
|
+
};
|
|
161
|
+
/** The output of our create `IdpUserStore` mutation. */
|
|
162
|
+
export type CreateIdpUserStorePayloadIdpUserStoreEdgeArgs = {
|
|
163
|
+
orderBy?: Maybe<Array<IdpUserStoresOrderBy>>;
|
|
164
|
+
};
|
|
165
|
+
/** A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ */
|
|
166
|
+
export type DatetimeFilter = {
|
|
167
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
168
|
+
distinctFrom?: Maybe<Scalars['Datetime']>;
|
|
169
|
+
/** Equal to the specified value. */
|
|
170
|
+
equalTo?: Maybe<Scalars['Datetime']>;
|
|
171
|
+
/** Greater than the specified value. */
|
|
172
|
+
greaterThan?: Maybe<Scalars['Datetime']>;
|
|
173
|
+
/** Greater than or equal to the specified value. */
|
|
174
|
+
greaterThanOrEqualTo?: Maybe<Scalars['Datetime']>;
|
|
175
|
+
/** Included in the specified list. */
|
|
176
|
+
in?: Maybe<Array<Scalars['Datetime']>>;
|
|
177
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
178
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
179
|
+
/** Less than the specified value. */
|
|
180
|
+
lessThan?: Maybe<Scalars['Datetime']>;
|
|
181
|
+
/** Less than or equal to the specified value. */
|
|
182
|
+
lessThanOrEqualTo?: Maybe<Scalars['Datetime']>;
|
|
183
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
184
|
+
notDistinctFrom?: Maybe<Scalars['Datetime']>;
|
|
185
|
+
/** Not equal to the specified value. */
|
|
186
|
+
notEqualTo?: Maybe<Scalars['Datetime']>;
|
|
187
|
+
/** Not included in the specified list. */
|
|
188
|
+
notIn?: Maybe<Array<Scalars['Datetime']>>;
|
|
189
|
+
};
|
|
190
|
+
export type DeleteIdpUserByEmailInput = {
|
|
191
|
+
email: Scalars['String'];
|
|
192
|
+
userStoreId: Scalars['String'];
|
|
193
|
+
};
|
|
194
|
+
export type DeleteIdpUserByEmailPayload = {
|
|
195
|
+
__typename?: 'DeleteIdpUserByEmailPayload';
|
|
196
|
+
idpUser?: Maybe<IdpUser>;
|
|
197
|
+
};
|
|
198
|
+
/** All input for the `deleteIdpUser` mutation. */
|
|
199
|
+
export type DeleteIdpUserInput = {
|
|
200
|
+
/**
|
|
201
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
202
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
203
|
+
*/
|
|
204
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
205
|
+
id: Scalars['UUID'];
|
|
206
|
+
};
|
|
207
|
+
/** The output of our delete `IdpUser` mutation. */
|
|
208
|
+
export type DeleteIdpUserPayload = {
|
|
209
|
+
__typename?: 'DeleteIdpUserPayload';
|
|
210
|
+
/**
|
|
211
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
212
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
213
|
+
*/
|
|
214
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
215
|
+
/** The `IdpUser` that was deleted by this mutation. */
|
|
216
|
+
idpUser?: Maybe<IdpUser>;
|
|
217
|
+
/** An edge for our `IdpUser`. May be used by Relay 1. */
|
|
218
|
+
idpUserEdge?: Maybe<IdpUsersEdge>;
|
|
219
|
+
/** Reads a single `IdpUserStore` that is related to this `IdpUser`. */
|
|
220
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
221
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
222
|
+
query?: Maybe<Query>;
|
|
223
|
+
};
|
|
224
|
+
/** The output of our delete `IdpUser` mutation. */
|
|
225
|
+
export type DeleteIdpUserPayloadIdpUserEdgeArgs = {
|
|
226
|
+
orderBy?: Maybe<Array<IdpUsersOrderBy>>;
|
|
227
|
+
};
|
|
228
|
+
/** All input for the `deleteIdpUserStore` mutation. */
|
|
229
|
+
export type DeleteIdpUserStoreInput = {
|
|
230
|
+
/**
|
|
231
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
232
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
233
|
+
*/
|
|
234
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
235
|
+
id: Scalars['UUID'];
|
|
236
|
+
};
|
|
237
|
+
/** The output of our delete `IdpUserStore` mutation. */
|
|
238
|
+
export type DeleteIdpUserStorePayload = {
|
|
239
|
+
__typename?: 'DeleteIdpUserStorePayload';
|
|
240
|
+
/**
|
|
241
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
242
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
243
|
+
*/
|
|
244
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
245
|
+
/** The `IdpUserStore` that was deleted by this mutation. */
|
|
246
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
247
|
+
/** An edge for our `IdpUserStore`. May be used by Relay 1. */
|
|
248
|
+
idpUserStoreEdge?: Maybe<IdpUserStoresEdge>;
|
|
249
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
250
|
+
query?: Maybe<Query>;
|
|
251
|
+
};
|
|
252
|
+
/** The output of our delete `IdpUserStore` mutation. */
|
|
253
|
+
export type DeleteIdpUserStorePayloadIdpUserStoreEdgeArgs = {
|
|
254
|
+
orderBy?: Maybe<Array<IdpUserStoresOrderBy>>;
|
|
255
|
+
};
|
|
256
|
+
export type EnvironmentClientMapping = {
|
|
257
|
+
__typename?: 'EnvironmentClientMapping';
|
|
258
|
+
clientId: Scalars['String'];
|
|
259
|
+
environmentId: Scalars['UUID'];
|
|
260
|
+
/** Reads a single `IdpUserStore` that is related to this `EnvironmentClientMapping`. */
|
|
261
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
262
|
+
idpUserStoreId: Scalars['UUID'];
|
|
263
|
+
tenantId: Scalars['UUID'];
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* A condition to be used against `EnvironmentClientMapping` object types. All
|
|
267
|
+
* fields are tested for equality and combined with a logical ‘and.’
|
|
268
|
+
*/
|
|
269
|
+
export type EnvironmentClientMappingCondition = {
|
|
270
|
+
/** Checks for equality with the object’s `clientId` field. */
|
|
271
|
+
clientId?: Maybe<Scalars['String']>;
|
|
272
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
273
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
274
|
+
/** Checks for equality with the object’s `idpUserStoreId` field. */
|
|
275
|
+
idpUserStoreId?: Maybe<Scalars['UUID']>;
|
|
276
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
277
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
278
|
+
};
|
|
279
|
+
/** A filter to be used against `EnvironmentClientMapping` object types. All fields are combined with a logical ‘and.’ */
|
|
280
|
+
export type EnvironmentClientMappingFilter = {
|
|
281
|
+
/** Checks for all expressions in this list. */
|
|
282
|
+
and?: Maybe<Array<EnvironmentClientMappingFilter>>;
|
|
283
|
+
/** Filter by the object’s `clientId` field. */
|
|
284
|
+
clientId?: Maybe<StringFilter>;
|
|
285
|
+
/** Filter by the object’s `environmentId` field. */
|
|
286
|
+
environmentId?: Maybe<UuidFilter>;
|
|
287
|
+
/** Filter by the object’s `idpUserStore` relation. */
|
|
288
|
+
idpUserStore?: Maybe<IdpUserStoreFilter>;
|
|
289
|
+
/** Filter by the object’s `idpUserStoreId` field. */
|
|
290
|
+
idpUserStoreId?: Maybe<UuidFilter>;
|
|
291
|
+
/** Negates the expression. */
|
|
292
|
+
not?: Maybe<EnvironmentClientMappingFilter>;
|
|
293
|
+
/** Checks for any expressions in this list. */
|
|
294
|
+
or?: Maybe<Array<EnvironmentClientMappingFilter>>;
|
|
295
|
+
/** Filter by the object’s `tenantId` field. */
|
|
296
|
+
tenantId?: Maybe<UuidFilter>;
|
|
297
|
+
};
|
|
298
|
+
/** A connection to a list of `EnvironmentClientMapping` values. */
|
|
299
|
+
export type EnvironmentClientMappingsConnection = {
|
|
300
|
+
__typename?: 'EnvironmentClientMappingsConnection';
|
|
301
|
+
/** A list of edges which contains the `EnvironmentClientMapping` and cursor to aid in pagination. */
|
|
302
|
+
edges: Array<EnvironmentClientMappingsEdge>;
|
|
303
|
+
/** A list of `EnvironmentClientMapping` objects. */
|
|
304
|
+
nodes: Array<EnvironmentClientMapping>;
|
|
305
|
+
/** Information to aid in pagination. */
|
|
306
|
+
pageInfo: PageInfo;
|
|
307
|
+
/** The count of *all* `EnvironmentClientMapping` you could get from the connection. */
|
|
308
|
+
totalCount: Scalars['Int'];
|
|
309
|
+
};
|
|
310
|
+
/** A `EnvironmentClientMapping` edge in the connection. */
|
|
311
|
+
export type EnvironmentClientMappingsEdge = {
|
|
312
|
+
__typename?: 'EnvironmentClientMappingsEdge';
|
|
313
|
+
/** A cursor for use in pagination. */
|
|
314
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
315
|
+
/** The `EnvironmentClientMapping` at the end of the edge. */
|
|
316
|
+
node: EnvironmentClientMapping;
|
|
317
|
+
};
|
|
318
|
+
/** Methods to use when ordering `EnvironmentClientMapping`. */
|
|
319
|
+
export declare enum EnvironmentClientMappingsOrderBy {
|
|
320
|
+
CLIENT_ID_ASC = "CLIENT_ID_ASC",
|
|
321
|
+
CLIENT_ID_DESC = "CLIENT_ID_DESC",
|
|
322
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
323
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
324
|
+
IDP_USER_STORE_ID_ASC = "IDP_USER_STORE_ID_ASC",
|
|
325
|
+
IDP_USER_STORE_ID_DESC = "IDP_USER_STORE_ID_DESC",
|
|
326
|
+
NATURAL = "NATURAL",
|
|
327
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
328
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
329
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
330
|
+
TENANT_ID_DESC = "TENANT_ID_DESC"
|
|
331
|
+
}
|
|
332
|
+
export type GenerateOAuthClientSecretInput = {
|
|
333
|
+
clientId: Scalars['String'];
|
|
334
|
+
};
|
|
335
|
+
export type GenerateOAuthClientSecretPayload = {
|
|
336
|
+
__typename?: 'GenerateOAuthClientSecretPayload';
|
|
337
|
+
newClientSecret: Scalars['String'];
|
|
338
|
+
};
|
|
339
|
+
export type GenerateResetPasswordWebhookSecretInput = {
|
|
340
|
+
userStoreId: Scalars['String'];
|
|
341
|
+
};
|
|
342
|
+
export type GenerateResetPasswordWebhookSecretPayload = {
|
|
343
|
+
__typename?: 'GenerateResetPasswordWebhookSecretPayload';
|
|
344
|
+
secret: Scalars['String'];
|
|
345
|
+
};
|
|
346
|
+
export type GenerateUserSignUpWebhookSecretInput = {
|
|
347
|
+
userStoreId: Scalars['String'];
|
|
348
|
+
};
|
|
349
|
+
export type GenerateUserSignUpWebhookSecretPayload = {
|
|
350
|
+
__typename?: 'GenerateUserSignUpWebhookSecretPayload';
|
|
351
|
+
secret: Scalars['String'];
|
|
352
|
+
};
|
|
353
|
+
export type IdpUser = {
|
|
354
|
+
__typename?: 'IdpUser';
|
|
355
|
+
createdAt: Scalars['Datetime'];
|
|
356
|
+
createdBy: Scalars['String'];
|
|
357
|
+
email: Scalars['String'];
|
|
358
|
+
emailVerified: Scalars['Boolean'];
|
|
359
|
+
environmentId: Scalars['UUID'];
|
|
360
|
+
firstName?: Maybe<Scalars['String']>;
|
|
361
|
+
id: Scalars['UUID'];
|
|
362
|
+
/** Reads a single `IdpUserStore` that is related to this `IdpUser`. */
|
|
363
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
364
|
+
idpUserStoreId: Scalars['UUID'];
|
|
365
|
+
lastName?: Maybe<Scalars['String']>;
|
|
366
|
+
passwordHash: Scalars['String'];
|
|
367
|
+
phoneNumber?: Maybe<Scalars['String']>;
|
|
368
|
+
profilePictureUrl?: Maybe<Scalars['String']>;
|
|
369
|
+
status: UserStatus;
|
|
370
|
+
tenantId: Scalars['UUID'];
|
|
371
|
+
updatedAt: Scalars['Datetime'];
|
|
372
|
+
updatedBy: Scalars['String'];
|
|
373
|
+
};
|
|
374
|
+
/** A condition to be used against `IdpUser` object types. All fields are tested for equality and combined with a logical ‘and.’ */
|
|
375
|
+
export type IdpUserCondition = {
|
|
376
|
+
/** Checks for equality with the object’s `createdAt` field. */
|
|
377
|
+
createdAt?: Maybe<Scalars['Datetime']>;
|
|
378
|
+
/** Checks for equality with the object’s `createdBy` field. */
|
|
379
|
+
createdBy?: Maybe<Scalars['String']>;
|
|
380
|
+
/** Checks for equality with the object’s `email` field. */
|
|
381
|
+
email?: Maybe<Scalars['String']>;
|
|
382
|
+
/** Checks for equality with the object’s `emailVerified` field. */
|
|
383
|
+
emailVerified?: Maybe<Scalars['Boolean']>;
|
|
384
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
385
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
386
|
+
/** Checks for equality with the object’s `firstName` field. */
|
|
387
|
+
firstName?: Maybe<Scalars['String']>;
|
|
388
|
+
/** Checks for equality with the object’s `id` field. */
|
|
389
|
+
id?: Maybe<Scalars['UUID']>;
|
|
390
|
+
/** Checks for equality with the object’s `idpUserStoreId` field. */
|
|
391
|
+
idpUserStoreId?: Maybe<Scalars['UUID']>;
|
|
392
|
+
/** Checks for equality with the object’s `lastName` field. */
|
|
393
|
+
lastName?: Maybe<Scalars['String']>;
|
|
394
|
+
/** Checks for equality with the object’s `passwordHash` field. */
|
|
395
|
+
passwordHash?: Maybe<Scalars['String']>;
|
|
396
|
+
/** Checks for equality with the object’s `phoneNumber` field. */
|
|
397
|
+
phoneNumber?: Maybe<Scalars['String']>;
|
|
398
|
+
/** Checks for equality with the object’s `profilePictureUrl` field. */
|
|
399
|
+
profilePictureUrl?: Maybe<Scalars['String']>;
|
|
400
|
+
/** Checks for equality with the object’s `status` field. */
|
|
401
|
+
status?: Maybe<UserStatus>;
|
|
402
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
403
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
404
|
+
/** Checks for equality with the object’s `updatedAt` field. */
|
|
405
|
+
updatedAt?: Maybe<Scalars['Datetime']>;
|
|
406
|
+
/** Checks for equality with the object’s `updatedBy` field. */
|
|
407
|
+
updatedBy?: Maybe<Scalars['String']>;
|
|
408
|
+
};
|
|
409
|
+
/** A filter to be used against `IdpUser` object types. All fields are combined with a logical ‘and.’ */
|
|
410
|
+
export type IdpUserFilter = {
|
|
411
|
+
/** Checks for all expressions in this list. */
|
|
412
|
+
and?: Maybe<Array<IdpUserFilter>>;
|
|
413
|
+
/** Filter by the object’s `createdAt` field. */
|
|
414
|
+
createdAt?: Maybe<DatetimeFilter>;
|
|
415
|
+
/** Filter by the object’s `createdBy` field. */
|
|
416
|
+
createdBy?: Maybe<StringFilter>;
|
|
417
|
+
/** Filter by the object’s `email` field. */
|
|
418
|
+
email?: Maybe<StringFilter>;
|
|
419
|
+
/** Filter by the object’s `emailVerified` field. */
|
|
420
|
+
emailVerified?: Maybe<BooleanFilter>;
|
|
421
|
+
/** Filter by the object’s `environmentId` field. */
|
|
422
|
+
environmentId?: Maybe<UuidFilter>;
|
|
423
|
+
/** Filter by the object’s `firstName` field. */
|
|
424
|
+
firstName?: Maybe<StringFilter>;
|
|
425
|
+
/** Filter by the object’s `id` field. */
|
|
426
|
+
id?: Maybe<UuidFilter>;
|
|
427
|
+
/** Filter by the object’s `idpUserStore` relation. */
|
|
428
|
+
idpUserStore?: Maybe<IdpUserStoreFilter>;
|
|
429
|
+
/** Filter by the object’s `idpUserStoreId` field. */
|
|
430
|
+
idpUserStoreId?: Maybe<UuidFilter>;
|
|
431
|
+
/** Filter by the object’s `lastName` field. */
|
|
432
|
+
lastName?: Maybe<StringFilter>;
|
|
433
|
+
/** Negates the expression. */
|
|
434
|
+
not?: Maybe<IdpUserFilter>;
|
|
435
|
+
/** Checks for any expressions in this list. */
|
|
436
|
+
or?: Maybe<Array<IdpUserFilter>>;
|
|
437
|
+
/** Filter by the object’s `passwordHash` field. */
|
|
438
|
+
passwordHash?: Maybe<StringFilter>;
|
|
439
|
+
/** Filter by the object’s `phoneNumber` field. */
|
|
440
|
+
phoneNumber?: Maybe<StringFilter>;
|
|
441
|
+
/** Filter by the object’s `profilePictureUrl` field. */
|
|
442
|
+
profilePictureUrl?: Maybe<StringFilter>;
|
|
443
|
+
/** Filter by the object’s `status` field. */
|
|
444
|
+
status?: Maybe<UserStatusFilter>;
|
|
445
|
+
/** Filter by the object’s `tenantId` field. */
|
|
446
|
+
tenantId?: Maybe<UuidFilter>;
|
|
447
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
448
|
+
updatedAt?: Maybe<DatetimeFilter>;
|
|
449
|
+
/** Filter by the object’s `updatedBy` field. */
|
|
450
|
+
updatedBy?: Maybe<StringFilter>;
|
|
451
|
+
};
|
|
452
|
+
/** An input for mutations affecting `IdpUser` */
|
|
453
|
+
export type IdpUserInput = {
|
|
454
|
+
email: Scalars['String'];
|
|
455
|
+
emailVerified?: Maybe<Scalars['Boolean']>;
|
|
456
|
+
firstName?: Maybe<Scalars['String']>;
|
|
457
|
+
idpUserStoreId: Scalars['UUID'];
|
|
458
|
+
lastName?: Maybe<Scalars['String']>;
|
|
459
|
+
passwordHash: Scalars['String'];
|
|
460
|
+
phoneNumber?: Maybe<Scalars['String']>;
|
|
461
|
+
profilePictureUrl?: Maybe<Scalars['String']>;
|
|
462
|
+
status?: Maybe<UserStatus>;
|
|
463
|
+
};
|
|
464
|
+
/** Represents an update to a `IdpUser`. Fields that are set will be updated. */
|
|
465
|
+
export type IdpUserPatch = {
|
|
466
|
+
emailVerified?: Maybe<Scalars['Boolean']>;
|
|
467
|
+
firstName?: Maybe<Scalars['String']>;
|
|
468
|
+
idpUserStoreId?: Maybe<Scalars['UUID']>;
|
|
469
|
+
lastName?: Maybe<Scalars['String']>;
|
|
470
|
+
profilePictureUrl?: Maybe<Scalars['String']>;
|
|
471
|
+
status?: Maybe<UserStatus>;
|
|
472
|
+
};
|
|
473
|
+
/** A connection to a list of `IdpUser` values. */
|
|
474
|
+
export type IdpUsersConnection = {
|
|
475
|
+
__typename?: 'IdpUsersConnection';
|
|
476
|
+
/** A list of edges which contains the `IdpUser` and cursor to aid in pagination. */
|
|
477
|
+
edges: Array<IdpUsersEdge>;
|
|
478
|
+
/** A list of `IdpUser` objects. */
|
|
479
|
+
nodes: Array<IdpUser>;
|
|
480
|
+
/** Information to aid in pagination. */
|
|
481
|
+
pageInfo: PageInfo;
|
|
482
|
+
/** The count of *all* `IdpUser` you could get from the connection. */
|
|
483
|
+
totalCount: Scalars['Int'];
|
|
484
|
+
};
|
|
485
|
+
/** A `IdpUser` edge in the connection. */
|
|
486
|
+
export type IdpUsersEdge = {
|
|
487
|
+
__typename?: 'IdpUsersEdge';
|
|
488
|
+
/** A cursor for use in pagination. */
|
|
489
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
490
|
+
/** The `IdpUser` at the end of the edge. */
|
|
491
|
+
node: IdpUser;
|
|
492
|
+
};
|
|
493
|
+
/** Methods to use when ordering `IdpUser`. */
|
|
494
|
+
export declare enum IdpUsersOrderBy {
|
|
495
|
+
CREATED_AT_ASC = "CREATED_AT_ASC",
|
|
496
|
+
CREATED_AT_DESC = "CREATED_AT_DESC",
|
|
497
|
+
CREATED_BY_ASC = "CREATED_BY_ASC",
|
|
498
|
+
CREATED_BY_DESC = "CREATED_BY_DESC",
|
|
499
|
+
EMAIL_ASC = "EMAIL_ASC",
|
|
500
|
+
EMAIL_DESC = "EMAIL_DESC",
|
|
501
|
+
EMAIL_VERIFIED_ASC = "EMAIL_VERIFIED_ASC",
|
|
502
|
+
EMAIL_VERIFIED_DESC = "EMAIL_VERIFIED_DESC",
|
|
503
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
504
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
505
|
+
FIRST_NAME_ASC = "FIRST_NAME_ASC",
|
|
506
|
+
FIRST_NAME_DESC = "FIRST_NAME_DESC",
|
|
507
|
+
ID_ASC = "ID_ASC",
|
|
508
|
+
ID_DESC = "ID_DESC",
|
|
509
|
+
IDP_USER_STORE_ID_ASC = "IDP_USER_STORE_ID_ASC",
|
|
510
|
+
IDP_USER_STORE_ID_DESC = "IDP_USER_STORE_ID_DESC",
|
|
511
|
+
LAST_NAME_ASC = "LAST_NAME_ASC",
|
|
512
|
+
LAST_NAME_DESC = "LAST_NAME_DESC",
|
|
513
|
+
NATURAL = "NATURAL",
|
|
514
|
+
PASSWORD_HASH_ASC = "PASSWORD_HASH_ASC",
|
|
515
|
+
PASSWORD_HASH_DESC = "PASSWORD_HASH_DESC",
|
|
516
|
+
PHONE_NUMBER_ASC = "PHONE_NUMBER_ASC",
|
|
517
|
+
PHONE_NUMBER_DESC = "PHONE_NUMBER_DESC",
|
|
518
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
519
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
520
|
+
PROFILE_PICTURE_URL_ASC = "PROFILE_PICTURE_URL_ASC",
|
|
521
|
+
PROFILE_PICTURE_URL_DESC = "PROFILE_PICTURE_URL_DESC",
|
|
522
|
+
STATUS_ASC = "STATUS_ASC",
|
|
523
|
+
STATUS_DESC = "STATUS_DESC",
|
|
524
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
525
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
526
|
+
UPDATED_AT_ASC = "UPDATED_AT_ASC",
|
|
527
|
+
UPDATED_AT_DESC = "UPDATED_AT_DESC",
|
|
528
|
+
UPDATED_BY_ASC = "UPDATED_BY_ASC",
|
|
529
|
+
UPDATED_BY_DESC = "UPDATED_BY_DESC"
|
|
530
|
+
}
|
|
531
|
+
export type IdpUserStore = {
|
|
532
|
+
__typename?: 'IdpUserStore';
|
|
533
|
+
category: UserStoreCategory;
|
|
534
|
+
createdAt: Scalars['Datetime'];
|
|
535
|
+
createdBy: Scalars['String'];
|
|
536
|
+
enforceStrictPasswordPolicy: Scalars['Boolean'];
|
|
537
|
+
/** Reads and enables pagination through a set of `EnvironmentClientMapping`. */
|
|
538
|
+
environmentClientMappings: EnvironmentClientMappingsConnection;
|
|
539
|
+
environmentId: Scalars['UUID'];
|
|
540
|
+
forgotPasswordWebhook?: Maybe<Scalars['String']>;
|
|
541
|
+
id: Scalars['UUID'];
|
|
542
|
+
/** Reads and enables pagination through a set of `IdpUser`. */
|
|
543
|
+
idpUsers: IdpUsersConnection;
|
|
544
|
+
name: Scalars['String'];
|
|
545
|
+
resetPasswordWebhookSecretIsSet: Scalars['Boolean'];
|
|
546
|
+
tenantId: Scalars['UUID'];
|
|
547
|
+
updatedAt: Scalars['Datetime'];
|
|
548
|
+
updatedBy: Scalars['String'];
|
|
549
|
+
userSignUpWebhook?: Maybe<Scalars['String']>;
|
|
550
|
+
userSignUpWebhookSecretIsSet: Scalars['Boolean'];
|
|
551
|
+
};
|
|
552
|
+
export type IdpUserStoreEnvironmentClientMappingsArgs = {
|
|
553
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
554
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
555
|
+
condition?: Maybe<EnvironmentClientMappingCondition>;
|
|
556
|
+
filter?: Maybe<EnvironmentClientMappingFilter>;
|
|
557
|
+
first?: Maybe<Scalars['Int']>;
|
|
558
|
+
last?: Maybe<Scalars['Int']>;
|
|
559
|
+
offset?: Maybe<Scalars['Int']>;
|
|
560
|
+
orderBy?: Maybe<Array<EnvironmentClientMappingsOrderBy>>;
|
|
561
|
+
};
|
|
562
|
+
export type IdpUserStoreIdpUsersArgs = {
|
|
563
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
564
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
565
|
+
condition?: Maybe<IdpUserCondition>;
|
|
566
|
+
filter?: Maybe<IdpUserFilter>;
|
|
567
|
+
first?: Maybe<Scalars['Int']>;
|
|
568
|
+
last?: Maybe<Scalars['Int']>;
|
|
569
|
+
offset?: Maybe<Scalars['Int']>;
|
|
570
|
+
orderBy?: Maybe<Array<IdpUsersOrderBy>>;
|
|
571
|
+
};
|
|
572
|
+
/**
|
|
573
|
+
* A condition to be used against `IdpUserStore` object types. All fields are
|
|
574
|
+
* tested for equality and combined with a logical ‘and.’
|
|
575
|
+
*/
|
|
576
|
+
export type IdpUserStoreCondition = {
|
|
577
|
+
/** Checks for equality with the object’s `category` field. */
|
|
578
|
+
category?: Maybe<UserStoreCategory>;
|
|
579
|
+
/** Checks for equality with the object’s `createdAt` field. */
|
|
580
|
+
createdAt?: Maybe<Scalars['Datetime']>;
|
|
581
|
+
/** Checks for equality with the object’s `createdBy` field. */
|
|
582
|
+
createdBy?: Maybe<Scalars['String']>;
|
|
583
|
+
/** Checks for equality with the object’s `enforceStrictPasswordPolicy` field. */
|
|
584
|
+
enforceStrictPasswordPolicy?: Maybe<Scalars['Boolean']>;
|
|
585
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
586
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
587
|
+
/** Checks for equality with the object’s `forgotPasswordWebhook` field. */
|
|
588
|
+
forgotPasswordWebhook?: Maybe<Scalars['String']>;
|
|
589
|
+
/** Checks for equality with the object’s `id` field. */
|
|
590
|
+
id?: Maybe<Scalars['UUID']>;
|
|
591
|
+
/** Checks for equality with the object’s `name` field. */
|
|
592
|
+
name?: Maybe<Scalars['String']>;
|
|
593
|
+
/** Checks for equality with the object’s `resetPasswordWebhookSecretIsSet` field. */
|
|
594
|
+
resetPasswordWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
595
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
596
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
597
|
+
/** Checks for equality with the object’s `updatedAt` field. */
|
|
598
|
+
updatedAt?: Maybe<Scalars['Datetime']>;
|
|
599
|
+
/** Checks for equality with the object’s `updatedBy` field. */
|
|
600
|
+
updatedBy?: Maybe<Scalars['String']>;
|
|
601
|
+
/** Checks for equality with the object’s `userSignUpWebhook` field. */
|
|
602
|
+
userSignUpWebhook?: Maybe<Scalars['String']>;
|
|
603
|
+
/** Checks for equality with the object’s `userSignUpWebhookSecretIsSet` field. */
|
|
604
|
+
userSignUpWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
605
|
+
};
|
|
606
|
+
/** A filter to be used against `IdpUserStore` object types. All fields are combined with a logical ‘and.’ */
|
|
607
|
+
export type IdpUserStoreFilter = {
|
|
608
|
+
/** Checks for all expressions in this list. */
|
|
609
|
+
and?: Maybe<Array<IdpUserStoreFilter>>;
|
|
610
|
+
/** Filter by the object’s `category` field. */
|
|
611
|
+
category?: Maybe<UserStoreCategoryFilter>;
|
|
612
|
+
/** Filter by the object’s `createdAt` field. */
|
|
613
|
+
createdAt?: Maybe<DatetimeFilter>;
|
|
614
|
+
/** Filter by the object’s `createdBy` field. */
|
|
615
|
+
createdBy?: Maybe<StringFilter>;
|
|
616
|
+
/** Filter by the object’s `enforceStrictPasswordPolicy` field. */
|
|
617
|
+
enforceStrictPasswordPolicy?: Maybe<BooleanFilter>;
|
|
618
|
+
/** Filter by the object’s `environmentClientMappings` relation. */
|
|
619
|
+
environmentClientMappings?: Maybe<IdpUserStoreToManyEnvironmentClientMappingFilter>;
|
|
620
|
+
/** Some related `environmentClientMappings` exist. */
|
|
621
|
+
environmentClientMappingsExist?: Maybe<Scalars['Boolean']>;
|
|
622
|
+
/** Filter by the object’s `environmentId` field. */
|
|
623
|
+
environmentId?: Maybe<UuidFilter>;
|
|
624
|
+
/** Filter by the object’s `forgotPasswordWebhook` field. */
|
|
625
|
+
forgotPasswordWebhook?: Maybe<StringFilter>;
|
|
626
|
+
/** Filter by the object’s `id` field. */
|
|
627
|
+
id?: Maybe<UuidFilter>;
|
|
628
|
+
/** Filter by the object’s `idpUsers` relation. */
|
|
629
|
+
idpUsers?: Maybe<IdpUserStoreToManyIdpUserFilter>;
|
|
630
|
+
/** Some related `idpUsers` exist. */
|
|
631
|
+
idpUsersExist?: Maybe<Scalars['Boolean']>;
|
|
632
|
+
/** Filter by the object’s `name` field. */
|
|
633
|
+
name?: Maybe<StringFilter>;
|
|
634
|
+
/** Negates the expression. */
|
|
635
|
+
not?: Maybe<IdpUserStoreFilter>;
|
|
636
|
+
/** Checks for any expressions in this list. */
|
|
637
|
+
or?: Maybe<Array<IdpUserStoreFilter>>;
|
|
638
|
+
/** Filter by the object’s `resetPasswordWebhookSecretIsSet` field. */
|
|
639
|
+
resetPasswordWebhookSecretIsSet?: Maybe<BooleanFilter>;
|
|
640
|
+
/** Filter by the object’s `tenantId` field. */
|
|
641
|
+
tenantId?: Maybe<UuidFilter>;
|
|
642
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
643
|
+
updatedAt?: Maybe<DatetimeFilter>;
|
|
644
|
+
/** Filter by the object’s `updatedBy` field. */
|
|
645
|
+
updatedBy?: Maybe<StringFilter>;
|
|
646
|
+
/** Filter by the object’s `userSignUpWebhook` field. */
|
|
647
|
+
userSignUpWebhook?: Maybe<StringFilter>;
|
|
648
|
+
/** Filter by the object’s `userSignUpWebhookSecretIsSet` field. */
|
|
649
|
+
userSignUpWebhookSecretIsSet?: Maybe<BooleanFilter>;
|
|
650
|
+
};
|
|
651
|
+
/** An input for mutations affecting `IdpUserStore` */
|
|
652
|
+
export type IdpUserStoreInput = {
|
|
653
|
+
category?: Maybe<UserStoreCategory>;
|
|
654
|
+
enforceStrictPasswordPolicy?: Maybe<Scalars['Boolean']>;
|
|
655
|
+
forgotPasswordWebhook?: Maybe<Scalars['String']>;
|
|
656
|
+
name: Scalars['String'];
|
|
657
|
+
resetPasswordWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
658
|
+
userSignUpWebhook?: Maybe<Scalars['String']>;
|
|
659
|
+
userSignUpWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
660
|
+
};
|
|
661
|
+
/** Represents an update to a `IdpUserStore`. Fields that are set will be updated. */
|
|
662
|
+
export type IdpUserStorePatch = {
|
|
663
|
+
category?: Maybe<UserStoreCategory>;
|
|
664
|
+
enforceStrictPasswordPolicy?: Maybe<Scalars['Boolean']>;
|
|
665
|
+
forgotPasswordWebhook?: Maybe<Scalars['String']>;
|
|
666
|
+
name?: Maybe<Scalars['String']>;
|
|
667
|
+
resetPasswordWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
668
|
+
userSignUpWebhook?: Maybe<Scalars['String']>;
|
|
669
|
+
userSignUpWebhookSecretIsSet?: Maybe<Scalars['Boolean']>;
|
|
670
|
+
};
|
|
671
|
+
/** A connection to a list of `IdpUserStore` values. */
|
|
672
|
+
export type IdpUserStoresConnection = {
|
|
673
|
+
__typename?: 'IdpUserStoresConnection';
|
|
674
|
+
/** A list of edges which contains the `IdpUserStore` and cursor to aid in pagination. */
|
|
675
|
+
edges: Array<IdpUserStoresEdge>;
|
|
676
|
+
/** A list of `IdpUserStore` objects. */
|
|
677
|
+
nodes: Array<IdpUserStore>;
|
|
678
|
+
/** Information to aid in pagination. */
|
|
679
|
+
pageInfo: PageInfo;
|
|
680
|
+
/** The count of *all* `IdpUserStore` you could get from the connection. */
|
|
681
|
+
totalCount: Scalars['Int'];
|
|
682
|
+
};
|
|
683
|
+
/** A `IdpUserStore` edge in the connection. */
|
|
684
|
+
export type IdpUserStoresEdge = {
|
|
685
|
+
__typename?: 'IdpUserStoresEdge';
|
|
686
|
+
/** A cursor for use in pagination. */
|
|
687
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
688
|
+
/** The `IdpUserStore` at the end of the edge. */
|
|
689
|
+
node: IdpUserStore;
|
|
690
|
+
};
|
|
691
|
+
/** Methods to use when ordering `IdpUserStore`. */
|
|
692
|
+
export declare enum IdpUserStoresOrderBy {
|
|
693
|
+
CATEGORY_ASC = "CATEGORY_ASC",
|
|
694
|
+
CATEGORY_DESC = "CATEGORY_DESC",
|
|
695
|
+
CREATED_AT_ASC = "CREATED_AT_ASC",
|
|
696
|
+
CREATED_AT_DESC = "CREATED_AT_DESC",
|
|
697
|
+
CREATED_BY_ASC = "CREATED_BY_ASC",
|
|
698
|
+
CREATED_BY_DESC = "CREATED_BY_DESC",
|
|
699
|
+
ENFORCE_STRICT_PASSWORD_POLICY_ASC = "ENFORCE_STRICT_PASSWORD_POLICY_ASC",
|
|
700
|
+
ENFORCE_STRICT_PASSWORD_POLICY_DESC = "ENFORCE_STRICT_PASSWORD_POLICY_DESC",
|
|
701
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
702
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
703
|
+
FORGOT_PASSWORD_WEBHOOK_ASC = "FORGOT_PASSWORD_WEBHOOK_ASC",
|
|
704
|
+
FORGOT_PASSWORD_WEBHOOK_DESC = "FORGOT_PASSWORD_WEBHOOK_DESC",
|
|
705
|
+
ID_ASC = "ID_ASC",
|
|
706
|
+
ID_DESC = "ID_DESC",
|
|
707
|
+
NAME_ASC = "NAME_ASC",
|
|
708
|
+
NAME_DESC = "NAME_DESC",
|
|
709
|
+
NATURAL = "NATURAL",
|
|
710
|
+
PRIMARY_KEY_ASC = "PRIMARY_KEY_ASC",
|
|
711
|
+
PRIMARY_KEY_DESC = "PRIMARY_KEY_DESC",
|
|
712
|
+
RESET_PASSWORD_WEBHOOK_SECRET_IS_SET_ASC = "RESET_PASSWORD_WEBHOOK_SECRET_IS_SET_ASC",
|
|
713
|
+
RESET_PASSWORD_WEBHOOK_SECRET_IS_SET_DESC = "RESET_PASSWORD_WEBHOOK_SECRET_IS_SET_DESC",
|
|
714
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
715
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
716
|
+
UPDATED_AT_ASC = "UPDATED_AT_ASC",
|
|
717
|
+
UPDATED_AT_DESC = "UPDATED_AT_DESC",
|
|
718
|
+
UPDATED_BY_ASC = "UPDATED_BY_ASC",
|
|
719
|
+
UPDATED_BY_DESC = "UPDATED_BY_DESC",
|
|
720
|
+
USER_SIGN_UP_WEBHOOK_ASC = "USER_SIGN_UP_WEBHOOK_ASC",
|
|
721
|
+
USER_SIGN_UP_WEBHOOK_DESC = "USER_SIGN_UP_WEBHOOK_DESC",
|
|
722
|
+
USER_SIGN_UP_WEBHOOK_SECRET_IS_SET_ASC = "USER_SIGN_UP_WEBHOOK_SECRET_IS_SET_ASC",
|
|
723
|
+
USER_SIGN_UP_WEBHOOK_SECRET_IS_SET_DESC = "USER_SIGN_UP_WEBHOOK_SECRET_IS_SET_DESC"
|
|
724
|
+
}
|
|
725
|
+
/** A filter to be used against many `EnvironmentClientMapping` object types. All fields are combined with a logical ‘and.’ */
|
|
726
|
+
export type IdpUserStoreToManyEnvironmentClientMappingFilter = {
|
|
727
|
+
/** Every related `EnvironmentClientMapping` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
728
|
+
every?: Maybe<EnvironmentClientMappingFilter>;
|
|
729
|
+
/** No related `EnvironmentClientMapping` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
730
|
+
none?: Maybe<EnvironmentClientMappingFilter>;
|
|
731
|
+
/** Some related `EnvironmentClientMapping` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
732
|
+
some?: Maybe<EnvironmentClientMappingFilter>;
|
|
733
|
+
};
|
|
734
|
+
/** A filter to be used against many `IdpUser` object types. All fields are combined with a logical ‘and.’ */
|
|
735
|
+
export type IdpUserStoreToManyIdpUserFilter = {
|
|
736
|
+
/** Every related `IdpUser` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
737
|
+
every?: Maybe<IdpUserFilter>;
|
|
738
|
+
/** No related `IdpUser` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
739
|
+
none?: Maybe<IdpUserFilter>;
|
|
740
|
+
/** Some related `IdpUser` matches the filter criteria. All fields are combined with a logical ‘and.’ */
|
|
741
|
+
some?: Maybe<IdpUserFilter>;
|
|
742
|
+
};
|
|
743
|
+
export type InitiateEndUserPasswordResetInput = {
|
|
744
|
+
customData?: Maybe<Scalars['JSON']>;
|
|
745
|
+
email: Scalars['String'];
|
|
746
|
+
oAuthClientId: Scalars['String'];
|
|
747
|
+
};
|
|
748
|
+
export type InitiateEndUserPasswordResetPayload = {
|
|
749
|
+
__typename?: 'InitiateEndUserPasswordResetPayload';
|
|
750
|
+
idpUserId: Scalars['UUID'];
|
|
751
|
+
};
|
|
752
|
+
export type InitiateEndUserSignUpInput = {
|
|
753
|
+
customData?: Maybe<Scalars['JSON']>;
|
|
754
|
+
email: Scalars['String'];
|
|
755
|
+
firstName?: Maybe<Scalars['String']>;
|
|
756
|
+
lastName?: Maybe<Scalars['String']>;
|
|
757
|
+
oAuthClientId: Scalars['String'];
|
|
758
|
+
/**
|
|
759
|
+
* The password for the user must be provided either at this point or
|
|
760
|
+
* in CompleteEndUserSignUp mutation.
|
|
761
|
+
* If the end-user app will enforce the user to provide it in the
|
|
762
|
+
* CompleteEndUserSignUp mutation the password does not have to be provided here.
|
|
763
|
+
* If not, giving a password at this point is mandatory.
|
|
764
|
+
*/
|
|
765
|
+
password?: Maybe<Scalars['String']>;
|
|
766
|
+
};
|
|
767
|
+
export type InitiateEndUserSignUpPayload = {
|
|
768
|
+
__typename?: 'InitiateEndUserSignUpPayload';
|
|
769
|
+
idpUserId: Scalars['UUID'];
|
|
770
|
+
};
|
|
771
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
772
|
+
export type Mutation = {
|
|
773
|
+
__typename?: 'Mutation';
|
|
774
|
+
/** Check End-User Password Reset Otp */
|
|
775
|
+
checkEndUserPasswordResetOtp: CheckEndUserPasswordResetOtpPayload;
|
|
776
|
+
/** Check End-User Sign Up Otp */
|
|
777
|
+
checkEndUserSignUpOtp: CheckEndUserSignUpOtpPayload;
|
|
778
|
+
clearResetPasswordWebhookSecret: ClearResetPasswordWebhookSecretPayload;
|
|
779
|
+
clearUserSignUpWebhookSecret: ClearUserSignUpWebhookSecretPayload;
|
|
780
|
+
/** Complete End-User Reset Password Flow */
|
|
781
|
+
completeEndUserPasswordReset: CompleteEndUserPasswordResetPayload;
|
|
782
|
+
/** Start Sign Up as an End-User */
|
|
783
|
+
completeEndUserSignUp: CompleteEndUserSignUpPayload;
|
|
784
|
+
/** Creates a single `IdpUser`. */
|
|
785
|
+
createIdpUser?: Maybe<CreateIdpUserPayload>;
|
|
786
|
+
/** Creates a single `IdpUserStore`. */
|
|
787
|
+
createIdpUserStore?: Maybe<CreateIdpUserStorePayload>;
|
|
788
|
+
/** Deletes a single `IdpUser` using a unique key. */
|
|
789
|
+
deleteIdpUser?: Maybe<DeleteIdpUserPayload>;
|
|
790
|
+
/** Delete User By Email */
|
|
791
|
+
deleteIdpUserByEmail: DeleteIdpUserByEmailPayload;
|
|
792
|
+
/** Deletes a single `IdpUserStore` using a unique key. */
|
|
793
|
+
deleteIdpUserStore?: Maybe<DeleteIdpUserStorePayload>;
|
|
794
|
+
/** Generate the client secret of an OAuth client */
|
|
795
|
+
generateOAuthClientSecret: GenerateOAuthClientSecretPayload;
|
|
796
|
+
generateResetPasswordWebhookSecret: GenerateResetPasswordWebhookSecretPayload;
|
|
797
|
+
generateUserSignUpWebhookSecret: GenerateUserSignUpWebhookSecretPayload;
|
|
798
|
+
/** Start End-User Reset Password Flow */
|
|
799
|
+
initiateEndUserPasswordReset: InitiateEndUserPasswordResetPayload;
|
|
800
|
+
/** Initiate Sign Up as an End-User */
|
|
801
|
+
initiateEndUserSignUp: InitiateEndUserSignUpPayload;
|
|
802
|
+
/** Reset the password of an IDP user */
|
|
803
|
+
resetIdpUserPassword: ResetIdpUserPasswordPayload;
|
|
804
|
+
/** Updates a single `IdpUser` using a unique key and a patch. */
|
|
805
|
+
updateIdpUser?: Maybe<UpdateIdpUserPayload>;
|
|
806
|
+
/** Updates a single `IdpUserStore` using a unique key and a patch. */
|
|
807
|
+
updateIdpUserStore?: Maybe<UpdateIdpUserStorePayload>;
|
|
808
|
+
};
|
|
809
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
810
|
+
export type MutationCheckEndUserPasswordResetOtpArgs = {
|
|
811
|
+
input?: Maybe<CheckEndUserPasswordResetOtpInput>;
|
|
812
|
+
};
|
|
813
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
814
|
+
export type MutationCheckEndUserSignUpOtpArgs = {
|
|
815
|
+
input?: Maybe<CheckEndUserSignUpOtpInput>;
|
|
816
|
+
};
|
|
817
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
818
|
+
export type MutationClearResetPasswordWebhookSecretArgs = {
|
|
819
|
+
input: ClearResetPasswordWebhookSecretInput;
|
|
820
|
+
};
|
|
821
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
822
|
+
export type MutationClearUserSignUpWebhookSecretArgs = {
|
|
823
|
+
input: ClearUserSignUpWebhookSecretInput;
|
|
824
|
+
};
|
|
825
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
826
|
+
export type MutationCompleteEndUserPasswordResetArgs = {
|
|
827
|
+
input?: Maybe<CompleteEndUserPasswordResetInput>;
|
|
828
|
+
};
|
|
829
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
830
|
+
export type MutationCompleteEndUserSignUpArgs = {
|
|
831
|
+
input?: Maybe<CompleteEndUserSignUpInput>;
|
|
832
|
+
};
|
|
833
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
834
|
+
export type MutationCreateIdpUserArgs = {
|
|
835
|
+
input: CreateIdpUserInput;
|
|
836
|
+
};
|
|
837
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
838
|
+
export type MutationCreateIdpUserStoreArgs = {
|
|
839
|
+
input: CreateIdpUserStoreInput;
|
|
840
|
+
};
|
|
841
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
842
|
+
export type MutationDeleteIdpUserArgs = {
|
|
843
|
+
input: DeleteIdpUserInput;
|
|
844
|
+
};
|
|
845
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
846
|
+
export type MutationDeleteIdpUserByEmailArgs = {
|
|
847
|
+
input?: Maybe<DeleteIdpUserByEmailInput>;
|
|
848
|
+
};
|
|
849
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
850
|
+
export type MutationDeleteIdpUserStoreArgs = {
|
|
851
|
+
input: DeleteIdpUserStoreInput;
|
|
852
|
+
};
|
|
853
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
854
|
+
export type MutationGenerateOAuthClientSecretArgs = {
|
|
855
|
+
input?: Maybe<GenerateOAuthClientSecretInput>;
|
|
856
|
+
};
|
|
857
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
858
|
+
export type MutationGenerateResetPasswordWebhookSecretArgs = {
|
|
859
|
+
input: GenerateResetPasswordWebhookSecretInput;
|
|
860
|
+
};
|
|
861
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
862
|
+
export type MutationGenerateUserSignUpWebhookSecretArgs = {
|
|
863
|
+
input: GenerateUserSignUpWebhookSecretInput;
|
|
864
|
+
};
|
|
865
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
866
|
+
export type MutationInitiateEndUserPasswordResetArgs = {
|
|
867
|
+
input?: Maybe<InitiateEndUserPasswordResetInput>;
|
|
868
|
+
};
|
|
869
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
870
|
+
export type MutationInitiateEndUserSignUpArgs = {
|
|
871
|
+
input?: Maybe<InitiateEndUserSignUpInput>;
|
|
872
|
+
};
|
|
873
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
874
|
+
export type MutationResetIdpUserPasswordArgs = {
|
|
875
|
+
input?: Maybe<ResetIdpUserPasswordInput>;
|
|
876
|
+
};
|
|
877
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
878
|
+
export type MutationUpdateIdpUserArgs = {
|
|
879
|
+
input: UpdateIdpUserInput;
|
|
880
|
+
};
|
|
881
|
+
/** The root mutation type which contains root level fields which mutate data. */
|
|
882
|
+
export type MutationUpdateIdpUserStoreArgs = {
|
|
883
|
+
input: UpdateIdpUserStoreInput;
|
|
884
|
+
};
|
|
885
|
+
export type OAuthClient = {
|
|
886
|
+
__typename?: 'OAuthClient';
|
|
887
|
+
allowUserSignUp?: Maybe<Scalars['Boolean']>;
|
|
888
|
+
createdAt?: Maybe<Scalars['Datetime']>;
|
|
889
|
+
createdBy?: Maybe<Scalars['String']>;
|
|
890
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
891
|
+
id?: Maybe<Scalars['String']>;
|
|
892
|
+
idpUserStoreId?: Maybe<Scalars['UUID']>;
|
|
893
|
+
name?: Maybe<Scalars['String']>;
|
|
894
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
895
|
+
updatedAt?: Maybe<Scalars['Datetime']>;
|
|
896
|
+
updatedBy?: Maybe<Scalars['String']>;
|
|
897
|
+
};
|
|
898
|
+
/**
|
|
899
|
+
* A condition to be used against `OAuthClient` object types. All fields are tested
|
|
900
|
+
* for equality and combined with a logical ‘and.’
|
|
901
|
+
*/
|
|
902
|
+
export type OAuthClientCondition = {
|
|
903
|
+
/** Checks for equality with the object’s `allowUserSignUp` field. */
|
|
904
|
+
allowUserSignUp?: Maybe<Scalars['Boolean']>;
|
|
905
|
+
/** Checks for equality with the object’s `createdAt` field. */
|
|
906
|
+
createdAt?: Maybe<Scalars['Datetime']>;
|
|
907
|
+
/** Checks for equality with the object’s `createdBy` field. */
|
|
908
|
+
createdBy?: Maybe<Scalars['String']>;
|
|
909
|
+
/** Checks for equality with the object’s `environmentId` field. */
|
|
910
|
+
environmentId?: Maybe<Scalars['UUID']>;
|
|
911
|
+
/** Checks for equality with the object’s `id` field. */
|
|
912
|
+
id?: Maybe<Scalars['String']>;
|
|
913
|
+
/** Checks for equality with the object’s `idpUserStoreId` field. */
|
|
914
|
+
idpUserStoreId?: Maybe<Scalars['UUID']>;
|
|
915
|
+
/** Checks for equality with the object’s `name` field. */
|
|
916
|
+
name?: Maybe<Scalars['String']>;
|
|
917
|
+
/** Checks for equality with the object’s `tenantId` field. */
|
|
918
|
+
tenantId?: Maybe<Scalars['UUID']>;
|
|
919
|
+
/** Checks for equality with the object’s `updatedAt` field. */
|
|
920
|
+
updatedAt?: Maybe<Scalars['Datetime']>;
|
|
921
|
+
/** Checks for equality with the object’s `updatedBy` field. */
|
|
922
|
+
updatedBy?: Maybe<Scalars['String']>;
|
|
923
|
+
};
|
|
924
|
+
/** A filter to be used against `OAuthClient` object types. All fields are combined with a logical ‘and.’ */
|
|
925
|
+
export type OAuthClientFilter = {
|
|
926
|
+
/** Filter by the object’s `allowUserSignUp` field. */
|
|
927
|
+
allowUserSignUp?: Maybe<BooleanFilter>;
|
|
928
|
+
/** Checks for all expressions in this list. */
|
|
929
|
+
and?: Maybe<Array<OAuthClientFilter>>;
|
|
930
|
+
/** Filter by the object’s `createdAt` field. */
|
|
931
|
+
createdAt?: Maybe<DatetimeFilter>;
|
|
932
|
+
/** Filter by the object’s `createdBy` field. */
|
|
933
|
+
createdBy?: Maybe<StringFilter>;
|
|
934
|
+
/** Filter by the object’s `environmentId` field. */
|
|
935
|
+
environmentId?: Maybe<UuidFilter>;
|
|
936
|
+
/** Filter by the object’s `id` field. */
|
|
937
|
+
id?: Maybe<StringFilter>;
|
|
938
|
+
/** Filter by the object’s `idpUserStoreId` field. */
|
|
939
|
+
idpUserStoreId?: Maybe<UuidFilter>;
|
|
940
|
+
/** Filter by the object’s `name` field. */
|
|
941
|
+
name?: Maybe<StringFilter>;
|
|
942
|
+
/** Negates the expression. */
|
|
943
|
+
not?: Maybe<OAuthClientFilter>;
|
|
944
|
+
/** Checks for any expressions in this list. */
|
|
945
|
+
or?: Maybe<Array<OAuthClientFilter>>;
|
|
946
|
+
/** Filter by the object’s `tenantId` field. */
|
|
947
|
+
tenantId?: Maybe<UuidFilter>;
|
|
948
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
949
|
+
updatedAt?: Maybe<DatetimeFilter>;
|
|
950
|
+
/** Filter by the object’s `updatedBy` field. */
|
|
951
|
+
updatedBy?: Maybe<StringFilter>;
|
|
952
|
+
};
|
|
953
|
+
/** A connection to a list of `OAuthClient` values. */
|
|
954
|
+
export type OAuthClientsConnection = {
|
|
955
|
+
__typename?: 'OAuthClientsConnection';
|
|
956
|
+
/** A list of edges which contains the `OAuthClient` and cursor to aid in pagination. */
|
|
957
|
+
edges: Array<OAuthClientsEdge>;
|
|
958
|
+
/** A list of `OAuthClient` objects. */
|
|
959
|
+
nodes: Array<OAuthClient>;
|
|
960
|
+
/** Information to aid in pagination. */
|
|
961
|
+
pageInfo: PageInfo;
|
|
962
|
+
/** The count of *all* `OAuthClient` you could get from the connection. */
|
|
963
|
+
totalCount: Scalars['Int'];
|
|
964
|
+
};
|
|
965
|
+
/** A `OAuthClient` edge in the connection. */
|
|
966
|
+
export type OAuthClientsEdge = {
|
|
967
|
+
__typename?: 'OAuthClientsEdge';
|
|
968
|
+
/** A cursor for use in pagination. */
|
|
969
|
+
cursor?: Maybe<Scalars['Cursor']>;
|
|
970
|
+
/** The `OAuthClient` at the end of the edge. */
|
|
971
|
+
node: OAuthClient;
|
|
972
|
+
};
|
|
973
|
+
/** Methods to use when ordering `OAuthClient`. */
|
|
974
|
+
export declare enum OAuthClientsOrderBy {
|
|
975
|
+
ALLOW_USER_SIGN_UP_ASC = "ALLOW_USER_SIGN_UP_ASC",
|
|
976
|
+
ALLOW_USER_SIGN_UP_DESC = "ALLOW_USER_SIGN_UP_DESC",
|
|
977
|
+
CREATED_AT_ASC = "CREATED_AT_ASC",
|
|
978
|
+
CREATED_AT_DESC = "CREATED_AT_DESC",
|
|
979
|
+
CREATED_BY_ASC = "CREATED_BY_ASC",
|
|
980
|
+
CREATED_BY_DESC = "CREATED_BY_DESC",
|
|
981
|
+
ENVIRONMENT_ID_ASC = "ENVIRONMENT_ID_ASC",
|
|
982
|
+
ENVIRONMENT_ID_DESC = "ENVIRONMENT_ID_DESC",
|
|
983
|
+
ID_ASC = "ID_ASC",
|
|
984
|
+
ID_DESC = "ID_DESC",
|
|
985
|
+
IDP_USER_STORE_ID_ASC = "IDP_USER_STORE_ID_ASC",
|
|
986
|
+
IDP_USER_STORE_ID_DESC = "IDP_USER_STORE_ID_DESC",
|
|
987
|
+
NAME_ASC = "NAME_ASC",
|
|
988
|
+
NAME_DESC = "NAME_DESC",
|
|
989
|
+
NATURAL = "NATURAL",
|
|
990
|
+
TENANT_ID_ASC = "TENANT_ID_ASC",
|
|
991
|
+
TENANT_ID_DESC = "TENANT_ID_DESC",
|
|
992
|
+
UPDATED_AT_ASC = "UPDATED_AT_ASC",
|
|
993
|
+
UPDATED_AT_DESC = "UPDATED_AT_DESC",
|
|
994
|
+
UPDATED_BY_ASC = "UPDATED_BY_ASC",
|
|
995
|
+
UPDATED_BY_DESC = "UPDATED_BY_DESC"
|
|
996
|
+
}
|
|
997
|
+
/** Information about pagination in a connection. */
|
|
998
|
+
export type PageInfo = {
|
|
999
|
+
__typename?: 'PageInfo';
|
|
1000
|
+
/** When paginating forwards, the cursor to continue. */
|
|
1001
|
+
endCursor?: Maybe<Scalars['Cursor']>;
|
|
1002
|
+
/** When paginating forwards, are there more items? */
|
|
1003
|
+
hasNextPage: Scalars['Boolean'];
|
|
1004
|
+
/** When paginating backwards, are there more items? */
|
|
1005
|
+
hasPreviousPage: Scalars['Boolean'];
|
|
1006
|
+
/** When paginating backwards, the cursor to continue. */
|
|
1007
|
+
startCursor?: Maybe<Scalars['Cursor']>;
|
|
1008
|
+
};
|
|
1009
|
+
/** The root query type which gives access points into the data universe. */
|
|
1010
|
+
export type Query = {
|
|
1011
|
+
__typename?: 'Query';
|
|
1012
|
+
environmentClientMapping?: Maybe<EnvironmentClientMapping>;
|
|
1013
|
+
environmentClientMappingByClientId?: Maybe<EnvironmentClientMapping>;
|
|
1014
|
+
/** Reads and enables pagination through a set of `EnvironmentClientMapping`. */
|
|
1015
|
+
environmentClientMappings?: Maybe<EnvironmentClientMappingsConnection>;
|
|
1016
|
+
idpUser?: Maybe<IdpUser>;
|
|
1017
|
+
/** Reads and enables pagination through a set of `IdpUser`. */
|
|
1018
|
+
idpUsers?: Maybe<IdpUsersConnection>;
|
|
1019
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
1020
|
+
idpUserStoreByName?: Maybe<IdpUserStore>;
|
|
1021
|
+
/** Reads and enables pagination through a set of `IdpUserStore`. */
|
|
1022
|
+
idpUserStores?: Maybe<IdpUserStoresConnection>;
|
|
1023
|
+
/** Reads and enables pagination through a set of `OAuthClient`. */
|
|
1024
|
+
oAuthClients?: Maybe<OAuthClientsConnection>;
|
|
1025
|
+
/**
|
|
1026
|
+
* Exposes the root query type nested one level down. This is helpful for Relay 1
|
|
1027
|
+
* which can only query top level fields if they are in a particular form.
|
|
1028
|
+
*/
|
|
1029
|
+
query: Query;
|
|
1030
|
+
};
|
|
1031
|
+
/** The root query type which gives access points into the data universe. */
|
|
1032
|
+
export type QueryEnvironmentClientMappingArgs = {
|
|
1033
|
+
clientId: Scalars['String'];
|
|
1034
|
+
environmentId: Scalars['UUID'];
|
|
1035
|
+
idpUserStoreId: Scalars['UUID'];
|
|
1036
|
+
tenantId: Scalars['UUID'];
|
|
1037
|
+
};
|
|
1038
|
+
/** The root query type which gives access points into the data universe. */
|
|
1039
|
+
export type QueryEnvironmentClientMappingByClientIdArgs = {
|
|
1040
|
+
clientId: Scalars['String'];
|
|
1041
|
+
};
|
|
1042
|
+
/** The root query type which gives access points into the data universe. */
|
|
1043
|
+
export type QueryEnvironmentClientMappingsArgs = {
|
|
1044
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1045
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1046
|
+
condition?: Maybe<EnvironmentClientMappingCondition>;
|
|
1047
|
+
filter?: Maybe<EnvironmentClientMappingFilter>;
|
|
1048
|
+
first?: Maybe<Scalars['Int']>;
|
|
1049
|
+
last?: Maybe<Scalars['Int']>;
|
|
1050
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1051
|
+
orderBy?: Maybe<Array<EnvironmentClientMappingsOrderBy>>;
|
|
1052
|
+
};
|
|
1053
|
+
/** The root query type which gives access points into the data universe. */
|
|
1054
|
+
export type QueryIdpUserArgs = {
|
|
1055
|
+
id: Scalars['UUID'];
|
|
1056
|
+
};
|
|
1057
|
+
/** The root query type which gives access points into the data universe. */
|
|
1058
|
+
export type QueryIdpUsersArgs = {
|
|
1059
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1060
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1061
|
+
condition?: Maybe<IdpUserCondition>;
|
|
1062
|
+
filter?: Maybe<IdpUserFilter>;
|
|
1063
|
+
first?: Maybe<Scalars['Int']>;
|
|
1064
|
+
last?: Maybe<Scalars['Int']>;
|
|
1065
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1066
|
+
orderBy?: Maybe<Array<IdpUsersOrderBy>>;
|
|
1067
|
+
};
|
|
1068
|
+
/** The root query type which gives access points into the data universe. */
|
|
1069
|
+
export type QueryIdpUserStoreArgs = {
|
|
1070
|
+
id: Scalars['UUID'];
|
|
1071
|
+
};
|
|
1072
|
+
/** The root query type which gives access points into the data universe. */
|
|
1073
|
+
export type QueryIdpUserStoreByNameArgs = {
|
|
1074
|
+
environmentId: Scalars['UUID'];
|
|
1075
|
+
name: Scalars['String'];
|
|
1076
|
+
tenantId: Scalars['UUID'];
|
|
1077
|
+
};
|
|
1078
|
+
/** The root query type which gives access points into the data universe. */
|
|
1079
|
+
export type QueryIdpUserStoresArgs = {
|
|
1080
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1081
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1082
|
+
condition?: Maybe<IdpUserStoreCondition>;
|
|
1083
|
+
filter?: Maybe<IdpUserStoreFilter>;
|
|
1084
|
+
first?: Maybe<Scalars['Int']>;
|
|
1085
|
+
last?: Maybe<Scalars['Int']>;
|
|
1086
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1087
|
+
orderBy?: Maybe<Array<IdpUserStoresOrderBy>>;
|
|
1088
|
+
};
|
|
1089
|
+
/** The root query type which gives access points into the data universe. */
|
|
1090
|
+
export type QueryOAuthClientsArgs = {
|
|
1091
|
+
after?: Maybe<Scalars['Cursor']>;
|
|
1092
|
+
before?: Maybe<Scalars['Cursor']>;
|
|
1093
|
+
condition?: Maybe<OAuthClientCondition>;
|
|
1094
|
+
filter?: Maybe<OAuthClientFilter>;
|
|
1095
|
+
first?: Maybe<Scalars['Int']>;
|
|
1096
|
+
last?: Maybe<Scalars['Int']>;
|
|
1097
|
+
offset?: Maybe<Scalars['Int']>;
|
|
1098
|
+
orderBy?: Maybe<Array<OAuthClientsOrderBy>>;
|
|
1099
|
+
};
|
|
1100
|
+
export type ResetIdpUserPasswordInput = {
|
|
1101
|
+
id: Scalars['UUID'];
|
|
1102
|
+
};
|
|
1103
|
+
export type ResetIdpUserPasswordPayload = {
|
|
1104
|
+
__typename?: 'ResetIdpUserPasswordPayload';
|
|
1105
|
+
idpUser?: Maybe<IdpUser>;
|
|
1106
|
+
newPassword: Scalars['String'];
|
|
1107
|
+
};
|
|
1108
|
+
/** A filter to be used against String fields. All fields are combined with a logical ‘and.’ */
|
|
1109
|
+
export type StringFilter = {
|
|
1110
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1111
|
+
distinctFrom?: Maybe<Scalars['String']>;
|
|
1112
|
+
/** Not equal to the specified value, treating null like an ordinary value (case-insensitive). */
|
|
1113
|
+
distinctFromInsensitive?: Maybe<Scalars['String']>;
|
|
1114
|
+
/** Ends with the specified string (case-sensitive). */
|
|
1115
|
+
endsWith?: Maybe<Scalars['String']>;
|
|
1116
|
+
/** Ends with the specified string (case-insensitive). */
|
|
1117
|
+
endsWithInsensitive?: Maybe<Scalars['String']>;
|
|
1118
|
+
/** Equal to the specified value. */
|
|
1119
|
+
equalTo?: Maybe<Scalars['String']>;
|
|
1120
|
+
/** Equal to the specified value (case-insensitive). */
|
|
1121
|
+
equalToInsensitive?: Maybe<Scalars['String']>;
|
|
1122
|
+
/** Greater than the specified value. */
|
|
1123
|
+
greaterThan?: Maybe<Scalars['String']>;
|
|
1124
|
+
/** Greater than the specified value (case-insensitive). */
|
|
1125
|
+
greaterThanInsensitive?: Maybe<Scalars['String']>;
|
|
1126
|
+
/** Greater than or equal to the specified value. */
|
|
1127
|
+
greaterThanOrEqualTo?: Maybe<Scalars['String']>;
|
|
1128
|
+
/** Greater than or equal to the specified value (case-insensitive). */
|
|
1129
|
+
greaterThanOrEqualToInsensitive?: Maybe<Scalars['String']>;
|
|
1130
|
+
/** Included in the specified list. */
|
|
1131
|
+
in?: Maybe<Array<Scalars['String']>>;
|
|
1132
|
+
/** Contains the specified string (case-sensitive). */
|
|
1133
|
+
includes?: Maybe<Scalars['String']>;
|
|
1134
|
+
/** Contains the specified string (case-insensitive). */
|
|
1135
|
+
includesInsensitive?: Maybe<Scalars['String']>;
|
|
1136
|
+
/** Included in the specified list (case-insensitive). */
|
|
1137
|
+
inInsensitive?: Maybe<Array<Scalars['String']>>;
|
|
1138
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1139
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
1140
|
+
/** Less than the specified value. */
|
|
1141
|
+
lessThan?: Maybe<Scalars['String']>;
|
|
1142
|
+
/** Less than the specified value (case-insensitive). */
|
|
1143
|
+
lessThanInsensitive?: Maybe<Scalars['String']>;
|
|
1144
|
+
/** Less than or equal to the specified value. */
|
|
1145
|
+
lessThanOrEqualTo?: Maybe<Scalars['String']>;
|
|
1146
|
+
/** Less than or equal to the specified value (case-insensitive). */
|
|
1147
|
+
lessThanOrEqualToInsensitive?: Maybe<Scalars['String']>;
|
|
1148
|
+
/** Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
1149
|
+
like?: Maybe<Scalars['String']>;
|
|
1150
|
+
/** Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
1151
|
+
likeInsensitive?: Maybe<Scalars['String']>;
|
|
1152
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1153
|
+
notDistinctFrom?: Maybe<Scalars['String']>;
|
|
1154
|
+
/** Equal to the specified value, treating null like an ordinary value (case-insensitive). */
|
|
1155
|
+
notDistinctFromInsensitive?: Maybe<Scalars['String']>;
|
|
1156
|
+
/** Does not end with the specified string (case-sensitive). */
|
|
1157
|
+
notEndsWith?: Maybe<Scalars['String']>;
|
|
1158
|
+
/** Does not end with the specified string (case-insensitive). */
|
|
1159
|
+
notEndsWithInsensitive?: Maybe<Scalars['String']>;
|
|
1160
|
+
/** Not equal to the specified value. */
|
|
1161
|
+
notEqualTo?: Maybe<Scalars['String']>;
|
|
1162
|
+
/** Not equal to the specified value (case-insensitive). */
|
|
1163
|
+
notEqualToInsensitive?: Maybe<Scalars['String']>;
|
|
1164
|
+
/** Not included in the specified list. */
|
|
1165
|
+
notIn?: Maybe<Array<Scalars['String']>>;
|
|
1166
|
+
/** Does not contain the specified string (case-sensitive). */
|
|
1167
|
+
notIncludes?: Maybe<Scalars['String']>;
|
|
1168
|
+
/** Does not contain the specified string (case-insensitive). */
|
|
1169
|
+
notIncludesInsensitive?: Maybe<Scalars['String']>;
|
|
1170
|
+
/** Not included in the specified list (case-insensitive). */
|
|
1171
|
+
notInInsensitive?: Maybe<Array<Scalars['String']>>;
|
|
1172
|
+
/** Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
1173
|
+
notLike?: Maybe<Scalars['String']>;
|
|
1174
|
+
/** Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
|
|
1175
|
+
notLikeInsensitive?: Maybe<Scalars['String']>;
|
|
1176
|
+
/** Does not start with the specified string (case-sensitive). */
|
|
1177
|
+
notStartsWith?: Maybe<Scalars['String']>;
|
|
1178
|
+
/** Does not start with the specified string (case-insensitive). */
|
|
1179
|
+
notStartsWithInsensitive?: Maybe<Scalars['String']>;
|
|
1180
|
+
/** Starts with the specified string (case-sensitive). */
|
|
1181
|
+
startsWith?: Maybe<Scalars['String']>;
|
|
1182
|
+
/** Starts with the specified string (case-insensitive). */
|
|
1183
|
+
startsWithInsensitive?: Maybe<Scalars['String']>;
|
|
1184
|
+
};
|
|
1185
|
+
/** All input for the `updateIdpUser` mutation. */
|
|
1186
|
+
export type UpdateIdpUserInput = {
|
|
1187
|
+
/**
|
|
1188
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
1189
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
1190
|
+
*/
|
|
1191
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
1192
|
+
id: Scalars['UUID'];
|
|
1193
|
+
/** An object where the defined keys will be set on the `IdpUser` being updated. */
|
|
1194
|
+
patch: IdpUserPatch;
|
|
1195
|
+
};
|
|
1196
|
+
/** The output of our update `IdpUser` mutation. */
|
|
1197
|
+
export type UpdateIdpUserPayload = {
|
|
1198
|
+
__typename?: 'UpdateIdpUserPayload';
|
|
1199
|
+
/**
|
|
1200
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
1201
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
1202
|
+
*/
|
|
1203
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
1204
|
+
/** The `IdpUser` that was updated by this mutation. */
|
|
1205
|
+
idpUser?: Maybe<IdpUser>;
|
|
1206
|
+
/** An edge for our `IdpUser`. May be used by Relay 1. */
|
|
1207
|
+
idpUserEdge?: Maybe<IdpUsersEdge>;
|
|
1208
|
+
/** Reads a single `IdpUserStore` that is related to this `IdpUser`. */
|
|
1209
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
1210
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
1211
|
+
query?: Maybe<Query>;
|
|
1212
|
+
};
|
|
1213
|
+
/** The output of our update `IdpUser` mutation. */
|
|
1214
|
+
export type UpdateIdpUserPayloadIdpUserEdgeArgs = {
|
|
1215
|
+
orderBy?: Maybe<Array<IdpUsersOrderBy>>;
|
|
1216
|
+
};
|
|
1217
|
+
/** All input for the `updateIdpUserStore` mutation. */
|
|
1218
|
+
export type UpdateIdpUserStoreInput = {
|
|
1219
|
+
/**
|
|
1220
|
+
* An arbitrary string value with no semantic meaning. Will be included in the
|
|
1221
|
+
* payload verbatim. May be used to track mutations by the client.
|
|
1222
|
+
*/
|
|
1223
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
1224
|
+
id: Scalars['UUID'];
|
|
1225
|
+
/** An object where the defined keys will be set on the `IdpUserStore` being updated. */
|
|
1226
|
+
patch: IdpUserStorePatch;
|
|
1227
|
+
};
|
|
1228
|
+
/** The output of our update `IdpUserStore` mutation. */
|
|
1229
|
+
export type UpdateIdpUserStorePayload = {
|
|
1230
|
+
__typename?: 'UpdateIdpUserStorePayload';
|
|
1231
|
+
/**
|
|
1232
|
+
* The exact same `clientMutationId` that was provided in the mutation input,
|
|
1233
|
+
* unchanged and unused. May be used by a client to track mutations.
|
|
1234
|
+
*/
|
|
1235
|
+
clientMutationId?: Maybe<Scalars['String']>;
|
|
1236
|
+
/** The `IdpUserStore` that was updated by this mutation. */
|
|
1237
|
+
idpUserStore?: Maybe<IdpUserStore>;
|
|
1238
|
+
/** An edge for our `IdpUserStore`. May be used by Relay 1. */
|
|
1239
|
+
idpUserStoreEdge?: Maybe<IdpUserStoresEdge>;
|
|
1240
|
+
/** Our root query field type. Allows us to run any query from our mutation payload. */
|
|
1241
|
+
query?: Maybe<Query>;
|
|
1242
|
+
};
|
|
1243
|
+
/** The output of our update `IdpUserStore` mutation. */
|
|
1244
|
+
export type UpdateIdpUserStorePayloadIdpUserStoreEdgeArgs = {
|
|
1245
|
+
orderBy?: Maybe<Array<IdpUserStoresOrderBy>>;
|
|
1246
|
+
};
|
|
1247
|
+
export declare enum UserStatus {
|
|
1248
|
+
/** Active */
|
|
1249
|
+
ACTIVE = "ACTIVE",
|
|
1250
|
+
/** Blocked */
|
|
1251
|
+
BLOCKED = "BLOCKED"
|
|
1252
|
+
}
|
|
1253
|
+
/** A filter to be used against UserStatus fields. All fields are combined with a logical ‘and.’ */
|
|
1254
|
+
export type UserStatusFilter = {
|
|
1255
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1256
|
+
distinctFrom?: Maybe<UserStatus>;
|
|
1257
|
+
/** Equal to the specified value. */
|
|
1258
|
+
equalTo?: Maybe<UserStatus>;
|
|
1259
|
+
/** Greater than the specified value. */
|
|
1260
|
+
greaterThan?: Maybe<UserStatus>;
|
|
1261
|
+
/** Greater than or equal to the specified value. */
|
|
1262
|
+
greaterThanOrEqualTo?: Maybe<UserStatus>;
|
|
1263
|
+
/** Included in the specified list. */
|
|
1264
|
+
in?: Maybe<Array<UserStatus>>;
|
|
1265
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1266
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
1267
|
+
/** Less than the specified value. */
|
|
1268
|
+
lessThan?: Maybe<UserStatus>;
|
|
1269
|
+
/** Less than or equal to the specified value. */
|
|
1270
|
+
lessThanOrEqualTo?: Maybe<UserStatus>;
|
|
1271
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1272
|
+
notDistinctFrom?: Maybe<UserStatus>;
|
|
1273
|
+
/** Not equal to the specified value. */
|
|
1274
|
+
notEqualTo?: Maybe<UserStatus>;
|
|
1275
|
+
/** Not included in the specified list. */
|
|
1276
|
+
notIn?: Maybe<Array<UserStatus>>;
|
|
1277
|
+
};
|
|
1278
|
+
export declare enum UserStoreCategory {
|
|
1279
|
+
/** End User */
|
|
1280
|
+
END_USER = "END_USER",
|
|
1281
|
+
/** Management */
|
|
1282
|
+
MANAGEMENT = "MANAGEMENT"
|
|
1283
|
+
}
|
|
1284
|
+
/** A filter to be used against UserStoreCategory fields. All fields are combined with a logical ‘and.’ */
|
|
1285
|
+
export type UserStoreCategoryFilter = {
|
|
1286
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1287
|
+
distinctFrom?: Maybe<UserStoreCategory>;
|
|
1288
|
+
/** Equal to the specified value. */
|
|
1289
|
+
equalTo?: Maybe<UserStoreCategory>;
|
|
1290
|
+
/** Greater than the specified value. */
|
|
1291
|
+
greaterThan?: Maybe<UserStoreCategory>;
|
|
1292
|
+
/** Greater than or equal to the specified value. */
|
|
1293
|
+
greaterThanOrEqualTo?: Maybe<UserStoreCategory>;
|
|
1294
|
+
/** Included in the specified list. */
|
|
1295
|
+
in?: Maybe<Array<UserStoreCategory>>;
|
|
1296
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1297
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
1298
|
+
/** Less than the specified value. */
|
|
1299
|
+
lessThan?: Maybe<UserStoreCategory>;
|
|
1300
|
+
/** Less than or equal to the specified value. */
|
|
1301
|
+
lessThanOrEqualTo?: Maybe<UserStoreCategory>;
|
|
1302
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1303
|
+
notDistinctFrom?: Maybe<UserStoreCategory>;
|
|
1304
|
+
/** Not equal to the specified value. */
|
|
1305
|
+
notEqualTo?: Maybe<UserStoreCategory>;
|
|
1306
|
+
/** Not included in the specified list. */
|
|
1307
|
+
notIn?: Maybe<Array<UserStoreCategory>>;
|
|
1308
|
+
};
|
|
1309
|
+
/** A filter to be used against UUID fields. All fields are combined with a logical ‘and.’ */
|
|
1310
|
+
export type UuidFilter = {
|
|
1311
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
1312
|
+
distinctFrom?: Maybe<Scalars['UUID']>;
|
|
1313
|
+
/** Equal to the specified value. */
|
|
1314
|
+
equalTo?: Maybe<Scalars['UUID']>;
|
|
1315
|
+
/** Greater than the specified value. */
|
|
1316
|
+
greaterThan?: Maybe<Scalars['UUID']>;
|
|
1317
|
+
/** Greater than or equal to the specified value. */
|
|
1318
|
+
greaterThanOrEqualTo?: Maybe<Scalars['UUID']>;
|
|
1319
|
+
/** Included in the specified list. */
|
|
1320
|
+
in?: Maybe<Array<Scalars['UUID']>>;
|
|
1321
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
1322
|
+
isNull?: Maybe<Scalars['Boolean']>;
|
|
1323
|
+
/** Less than the specified value. */
|
|
1324
|
+
lessThan?: Maybe<Scalars['UUID']>;
|
|
1325
|
+
/** Less than or equal to the specified value. */
|
|
1326
|
+
lessThanOrEqualTo?: Maybe<Scalars['UUID']>;
|
|
1327
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
1328
|
+
notDistinctFrom?: Maybe<Scalars['UUID']>;
|
|
1329
|
+
/** Not equal to the specified value. */
|
|
1330
|
+
notEqualTo?: Maybe<Scalars['UUID']>;
|
|
1331
|
+
/** Not included in the specified list. */
|
|
1332
|
+
notIn?: Maybe<Array<Scalars['UUID']>>;
|
|
1333
|
+
};
|
|
1334
|
+
export type InitiateEndUserSignUpMutationVariables = Exact<{
|
|
1335
|
+
input: InitiateEndUserSignUpInput;
|
|
1336
|
+
}>;
|
|
1337
|
+
export type InitiateEndUserSignUpMutation = ({
|
|
1338
|
+
__typename?: 'Mutation';
|
|
1339
|
+
} & {
|
|
1340
|
+
initiateEndUserSignUp: ({
|
|
1341
|
+
__typename?: 'InitiateEndUserSignUpPayload';
|
|
1342
|
+
} & Pick<InitiateEndUserSignUpPayload, 'idpUserId'>);
|
|
1343
|
+
});
|
|
1344
|
+
export type CheckEndUserSignUpOtpMutationVariables = Exact<{
|
|
1345
|
+
input: CheckEndUserSignUpOtpInput;
|
|
1346
|
+
}>;
|
|
1347
|
+
export type CheckEndUserSignUpOtpMutation = ({
|
|
1348
|
+
__typename?: 'Mutation';
|
|
1349
|
+
} & {
|
|
1350
|
+
checkEndUserSignUpOtp: ({
|
|
1351
|
+
__typename?: 'CheckEndUserSignUpOtpPayload';
|
|
1352
|
+
} & Pick<CheckEndUserSignUpOtpPayload, 'isOtpValid'>);
|
|
1353
|
+
});
|
|
1354
|
+
export type CompleteEndUserSignUpMutationVariables = Exact<{
|
|
1355
|
+
input: CompleteEndUserSignUpInput;
|
|
1356
|
+
}>;
|
|
1357
|
+
export type CompleteEndUserSignUpMutation = ({
|
|
1358
|
+
__typename?: 'Mutation';
|
|
1359
|
+
} & {
|
|
1360
|
+
completeEndUserSignUp: ({
|
|
1361
|
+
__typename?: 'CompleteEndUserSignUpPayload';
|
|
1362
|
+
} & Pick<CompleteEndUserSignUpPayload, 'idpUserId'>);
|
|
1363
|
+
});
|
|
1364
|
+
export type InitiateEndUserPasswordResetMutationVariables = Exact<{
|
|
1365
|
+
input: InitiateEndUserPasswordResetInput;
|
|
1366
|
+
}>;
|
|
1367
|
+
export type InitiateEndUserPasswordResetMutation = ({
|
|
1368
|
+
__typename?: 'Mutation';
|
|
1369
|
+
} & {
|
|
1370
|
+
initiateEndUserPasswordReset: ({
|
|
1371
|
+
__typename?: 'InitiateEndUserPasswordResetPayload';
|
|
1372
|
+
} & Pick<InitiateEndUserPasswordResetPayload, 'idpUserId'>);
|
|
1373
|
+
});
|
|
1374
|
+
export type CheckPasswordResetOtpMutationVariables = Exact<{
|
|
1375
|
+
input: CheckEndUserPasswordResetOtpInput;
|
|
1376
|
+
}>;
|
|
1377
|
+
export type CheckPasswordResetOtpMutation = ({
|
|
1378
|
+
__typename?: 'Mutation';
|
|
1379
|
+
} & {
|
|
1380
|
+
checkEndUserPasswordResetOtp: ({
|
|
1381
|
+
__typename?: 'CheckEndUserPasswordResetOtpPayload';
|
|
1382
|
+
} & Pick<CheckEndUserPasswordResetOtpPayload, 'isOtpValid'>);
|
|
1383
|
+
});
|
|
1384
|
+
export type CompleteEndUserPasswordResetMutationVariables = Exact<{
|
|
1385
|
+
input: CompleteEndUserPasswordResetInput;
|
|
1386
|
+
}>;
|
|
1387
|
+
export type CompleteEndUserPasswordResetMutation = ({
|
|
1388
|
+
__typename?: 'Mutation';
|
|
1389
|
+
} & {
|
|
1390
|
+
completeEndUserPasswordReset: ({
|
|
1391
|
+
__typename?: 'CompleteEndUserPasswordResetPayload';
|
|
1392
|
+
} & Pick<CompleteEndUserPasswordResetPayload, 'idpUserId'>);
|
|
1393
|
+
});
|
|
1394
|
+
export declare const InitiateEndUserSignUpDocument: DocumentNode<InitiateEndUserSignUpMutation, InitiateEndUserSignUpMutationVariables>;
|
|
1395
|
+
export declare const CheckEndUserSignUpOtpDocument: DocumentNode<CheckEndUserSignUpOtpMutation, CheckEndUserSignUpOtpMutationVariables>;
|
|
1396
|
+
export declare const CompleteEndUserSignUpDocument: DocumentNode<CompleteEndUserSignUpMutation, CompleteEndUserSignUpMutationVariables>;
|
|
1397
|
+
export declare const InitiateEndUserPasswordResetDocument: DocumentNode<InitiateEndUserPasswordResetMutation, InitiateEndUserPasswordResetMutationVariables>;
|
|
1398
|
+
export declare const CheckPasswordResetOtpDocument: DocumentNode<CheckPasswordResetOtpMutation, CheckPasswordResetOtpMutationVariables>;
|
|
1399
|
+
export declare const CompleteEndUserPasswordResetDocument: DocumentNode<CompleteEndUserPasswordResetMutation, CompleteEndUserPasswordResetMutationVariables>;
|
|
1400
|
+
//# sourceMappingURL=ax-auth-management-graphql.types.d.ts.map
|