@code0-tech/sagittarius-graphql-types 0.0.0-56198dce107a9c09cc5eca0773f239d9c3eba598 → 0.0.0-beb91167a8ea12eb6d4a6e3933483bacf845f2f6
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/index.d.ts +191 -9
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -425,6 +425,8 @@ export interface Flow {
|
|
|
425
425
|
id?: Maybe<Scalars['FlowID']['output']>;
|
|
426
426
|
/** The input data type of the flow */
|
|
427
427
|
inputType?: Maybe<DataType>;
|
|
428
|
+
/** Name of the flow */
|
|
429
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
428
430
|
/** Nodes of the flow */
|
|
429
431
|
nodes?: Maybe<NodeFunctionConnection>;
|
|
430
432
|
/** The return data type of the flow */
|
|
@@ -437,6 +439,8 @@ export interface Flow {
|
|
|
437
439
|
type?: Maybe<FlowType>;
|
|
438
440
|
/** Time when this Flow was last updated */
|
|
439
441
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
442
|
+
/** Abilities for the current user on this Flow */
|
|
443
|
+
userAbilities?: Maybe<FlowUserAbilities>;
|
|
440
444
|
}
|
|
441
445
|
|
|
442
446
|
|
|
@@ -481,6 +485,8 @@ export interface FlowEdge {
|
|
|
481
485
|
|
|
482
486
|
/** Input type for creating or updating a flow */
|
|
483
487
|
export interface FlowInput {
|
|
488
|
+
/** The name of the flow */
|
|
489
|
+
name: Scalars['String']['input'];
|
|
484
490
|
/** The settings of the flow */
|
|
485
491
|
settings?: InputMaybe<Array<FlowSettingInput>>;
|
|
486
492
|
/** The starting node of the flow */
|
|
@@ -640,6 +646,13 @@ export interface FlowTypeSettingNamesArgs {
|
|
|
640
646
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
641
647
|
}
|
|
642
648
|
|
|
649
|
+
/** Abilities for the current user on this Flow */
|
|
650
|
+
export interface FlowUserAbilities {
|
|
651
|
+
__typename?: 'FlowUserAbilities';
|
|
652
|
+
/** Shows if the current user has the `delete_flow` ability on this Flow */
|
|
653
|
+
deleteFlow?: Maybe<Scalars['Boolean']['output']>;
|
|
654
|
+
}
|
|
655
|
+
|
|
643
656
|
/** Represents a function definition */
|
|
644
657
|
export interface FunctionDefinition {
|
|
645
658
|
__typename?: 'FunctionDefinition';
|
|
@@ -815,6 +828,23 @@ export interface IdentityInput {
|
|
|
815
828
|
code?: InputMaybe<Scalars['String']['input']>;
|
|
816
829
|
}
|
|
817
830
|
|
|
831
|
+
/** Abilities for the current user on this Instance */
|
|
832
|
+
export interface InstanceUserAbilities {
|
|
833
|
+
__typename?: 'InstanceUserAbilities';
|
|
834
|
+
/** Shows if the current user has the `create_organization` ability on this Instance */
|
|
835
|
+
createOrganization?: Maybe<Scalars['Boolean']['output']>;
|
|
836
|
+
/** Shows if the current user has the `create_runtime` ability on this Instance */
|
|
837
|
+
createRuntime?: Maybe<Scalars['Boolean']['output']>;
|
|
838
|
+
/** Shows if the current user has the `delete_runtime` ability on this Instance */
|
|
839
|
+
deleteRuntime?: Maybe<Scalars['Boolean']['output']>;
|
|
840
|
+
/** Shows if the current user has the `rotate_runtime_token` ability on this Instance */
|
|
841
|
+
rotateRuntimeToken?: Maybe<Scalars['Boolean']['output']>;
|
|
842
|
+
/** Shows if the current user has the `update_application_setting` ability on this Instance */
|
|
843
|
+
updateApplicationSetting?: Maybe<Scalars['Boolean']['output']>;
|
|
844
|
+
/** Shows if the current user has the `update_runtime` ability on this Instance */
|
|
845
|
+
updateRuntime?: Maybe<Scalars['Boolean']['output']>;
|
|
846
|
+
}
|
|
847
|
+
|
|
818
848
|
/** Represents a literal value, such as a string or number. */
|
|
819
849
|
export interface LiteralValue {
|
|
820
850
|
__typename?: 'LiteralValue';
|
|
@@ -1177,6 +1207,8 @@ export interface Namespace {
|
|
|
1177
1207
|
__typename?: 'Namespace';
|
|
1178
1208
|
/** Time when this Namespace was created */
|
|
1179
1209
|
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1210
|
+
/** (EE only) Currently active license of the namespace */
|
|
1211
|
+
currentNamespaceLicense?: Maybe<NamespaceLicense>;
|
|
1180
1212
|
/** Global ID of this Namespace */
|
|
1181
1213
|
id?: Maybe<Scalars['NamespaceID']['output']>;
|
|
1182
1214
|
/** Members of the namespace */
|
|
@@ -1193,6 +1225,8 @@ export interface Namespace {
|
|
|
1193
1225
|
runtimes?: Maybe<RuntimeConnection>;
|
|
1194
1226
|
/** Time when this Namespace was last updated */
|
|
1195
1227
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1228
|
+
/** Abilities for the current user on this Namespace */
|
|
1229
|
+
userAbilities?: Maybe<NamespaceUserAbilities>;
|
|
1196
1230
|
}
|
|
1197
1231
|
|
|
1198
1232
|
|
|
@@ -1257,6 +1291,8 @@ export interface NamespaceLicense {
|
|
|
1257
1291
|
startDate?: Maybe<Scalars['Time']['output']>;
|
|
1258
1292
|
/** Time when this NamespaceLicense was last updated */
|
|
1259
1293
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1294
|
+
/** Abilities for the current user on this NamespaceLicense */
|
|
1295
|
+
userAbilities?: Maybe<NamespaceLicenseUserAbilities>;
|
|
1260
1296
|
}
|
|
1261
1297
|
|
|
1262
1298
|
/** The connection type for NamespaceLicense. */
|
|
@@ -1281,6 +1317,13 @@ export interface NamespaceLicenseEdge {
|
|
|
1281
1317
|
node?: Maybe<NamespaceLicense>;
|
|
1282
1318
|
}
|
|
1283
1319
|
|
|
1320
|
+
/** Abilities for the current user on this NamespaceLicense */
|
|
1321
|
+
export interface NamespaceLicenseUserAbilities {
|
|
1322
|
+
__typename?: 'NamespaceLicenseUserAbilities';
|
|
1323
|
+
/** Shows if the current user has the `delete_namespace_license` ability on this NamespaceLicense */
|
|
1324
|
+
deleteNamespaceLicense?: Maybe<Scalars['Boolean']['output']>;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1284
1327
|
/** Represents a namespace member */
|
|
1285
1328
|
export interface NamespaceMember {
|
|
1286
1329
|
__typename?: 'NamespaceMember';
|
|
@@ -1298,6 +1341,8 @@ export interface NamespaceMember {
|
|
|
1298
1341
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1299
1342
|
/** User this member belongs to */
|
|
1300
1343
|
user?: Maybe<User>;
|
|
1344
|
+
/** Abilities for the current user on this NamespaceMember */
|
|
1345
|
+
userAbilities?: Maybe<NamespaceMemberUserAbilities>;
|
|
1301
1346
|
}
|
|
1302
1347
|
|
|
1303
1348
|
|
|
@@ -1377,6 +1422,15 @@ export interface NamespaceMemberRoleEdge {
|
|
|
1377
1422
|
node?: Maybe<NamespaceMemberRole>;
|
|
1378
1423
|
}
|
|
1379
1424
|
|
|
1425
|
+
/** Abilities for the current user on this NamespaceMember */
|
|
1426
|
+
export interface NamespaceMemberUserAbilities {
|
|
1427
|
+
__typename?: 'NamespaceMemberUserAbilities';
|
|
1428
|
+
/** Shows if the current user has the `assign_member_roles` ability on this NamespaceMember */
|
|
1429
|
+
assignMemberRoles?: Maybe<Scalars['Boolean']['output']>;
|
|
1430
|
+
/** Shows if the current user has the `delete_member` ability on this NamespaceMember */
|
|
1431
|
+
deleteMember?: Maybe<Scalars['Boolean']['output']>;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1380
1434
|
/** Objects that can present a namespace */
|
|
1381
1435
|
export type NamespaceParent = Organization | User;
|
|
1382
1436
|
|
|
@@ -1403,6 +1457,8 @@ export interface NamespaceProject {
|
|
|
1403
1457
|
runtimes?: Maybe<RuntimeConnection>;
|
|
1404
1458
|
/** Time when this NamespaceProject was last updated */
|
|
1405
1459
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1460
|
+
/** Abilities for the current user on this NamespaceProject */
|
|
1461
|
+
userAbilities?: Maybe<NamespaceProjectUserAbilities>;
|
|
1406
1462
|
}
|
|
1407
1463
|
|
|
1408
1464
|
|
|
@@ -1451,6 +1507,19 @@ export interface NamespaceProjectEdge {
|
|
|
1451
1507
|
node?: Maybe<NamespaceProject>;
|
|
1452
1508
|
}
|
|
1453
1509
|
|
|
1510
|
+
/** Abilities for the current user on this NamespaceProject */
|
|
1511
|
+
export interface NamespaceProjectUserAbilities {
|
|
1512
|
+
__typename?: 'NamespaceProjectUserAbilities';
|
|
1513
|
+
/** Shows if the current user has the `assign_project_runtimes` ability on this NamespaceProject */
|
|
1514
|
+
assignProjectRuntimes?: Maybe<Scalars['Boolean']['output']>;
|
|
1515
|
+
/** Shows if the current user has the `create_flow` ability on this NamespaceProject */
|
|
1516
|
+
createFlow?: Maybe<Scalars['Boolean']['output']>;
|
|
1517
|
+
/** Shows if the current user has the `delete_namespace_project` ability on this NamespaceProject */
|
|
1518
|
+
deleteNamespaceProject?: Maybe<Scalars['Boolean']['output']>;
|
|
1519
|
+
/** Shows if the current user has the `update_namespace_project` ability on this NamespaceProject */
|
|
1520
|
+
updateNamespaceProject?: Maybe<Scalars['Boolean']['output']>;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1454
1523
|
/** Represents a namespace role. */
|
|
1455
1524
|
export interface NamespaceRole {
|
|
1456
1525
|
__typename?: 'NamespaceRole';
|
|
@@ -1468,6 +1537,8 @@ export interface NamespaceRole {
|
|
|
1468
1537
|
namespace?: Maybe<Namespace>;
|
|
1469
1538
|
/** Time when this NamespaceRole was last updated */
|
|
1470
1539
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1540
|
+
/** Abilities for the current user on this NamespaceRole */
|
|
1541
|
+
userAbilities?: Maybe<NamespaceRoleUserAbilities>;
|
|
1471
1542
|
}
|
|
1472
1543
|
|
|
1473
1544
|
|
|
@@ -1490,7 +1561,7 @@ export const enum NamespaceRoleAbility {
|
|
|
1490
1561
|
/** Allows to change the assigned projects of a namespace role */
|
|
1491
1562
|
AssignRoleProjects = 'ASSIGN_ROLE_PROJECTS',
|
|
1492
1563
|
/** Allows to create flows in a namespace project */
|
|
1493
|
-
|
|
1564
|
+
CreateFlow = 'CREATE_FLOW',
|
|
1494
1565
|
/** Allows to create a license for the namespace */
|
|
1495
1566
|
CreateNamespaceLicense = 'CREATE_NAMESPACE_LICENSE',
|
|
1496
1567
|
/** Allows to create a project in the namespace */
|
|
@@ -1500,7 +1571,7 @@ export const enum NamespaceRoleAbility {
|
|
|
1500
1571
|
/** Allows to create a runtime globally or for the namespace */
|
|
1501
1572
|
CreateRuntime = 'CREATE_RUNTIME',
|
|
1502
1573
|
/** Allows to delete flows in a namespace project */
|
|
1503
|
-
|
|
1574
|
+
DeleteFlow = 'DELETE_FLOW',
|
|
1504
1575
|
/** Allows to remove members of a namespace */
|
|
1505
1576
|
DeleteMember = 'DELETE_MEMBER',
|
|
1506
1577
|
/** Allows to delete the license of the namespace */
|
|
@@ -1524,7 +1595,7 @@ export const enum NamespaceRoleAbility {
|
|
|
1524
1595
|
/** Allows to regenerate a runtime token */
|
|
1525
1596
|
RotateRuntimeToken = 'ROTATE_RUNTIME_TOKEN',
|
|
1526
1597
|
/** Allows to update flows in the project */
|
|
1527
|
-
|
|
1598
|
+
UpdateFlow = 'UPDATE_FLOW',
|
|
1528
1599
|
/** Allows to update the project of the namespace */
|
|
1529
1600
|
UpdateNamespaceProject = 'UPDATE_NAMESPACE_PROJECT',
|
|
1530
1601
|
/** Allows to update the namespace role */
|
|
@@ -1557,6 +1628,34 @@ export interface NamespaceRoleEdge {
|
|
|
1557
1628
|
node?: Maybe<NamespaceRole>;
|
|
1558
1629
|
}
|
|
1559
1630
|
|
|
1631
|
+
/** Abilities for the current user on this NamespaceRole */
|
|
1632
|
+
export interface NamespaceRoleUserAbilities {
|
|
1633
|
+
__typename?: 'NamespaceRoleUserAbilities';
|
|
1634
|
+
/** Shows if the current user has the `assign_role_abilities` ability on this NamespaceRole */
|
|
1635
|
+
assignRoleAbilities?: Maybe<Scalars['Boolean']['output']>;
|
|
1636
|
+
/** Shows if the current user has the `assign_role_projects` ability on this NamespaceRole */
|
|
1637
|
+
assignRoleProjects?: Maybe<Scalars['Boolean']['output']>;
|
|
1638
|
+
/** Shows if the current user has the `delete_namespace_role` ability on this NamespaceRole */
|
|
1639
|
+
deleteNamespaceRole?: Maybe<Scalars['Boolean']['output']>;
|
|
1640
|
+
/** Shows if the current user has the `update_namespace_role` ability on this NamespaceRole */
|
|
1641
|
+
updateNamespaceRole?: Maybe<Scalars['Boolean']['output']>;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
/** Abilities for the current user on this Namespace */
|
|
1645
|
+
export interface NamespaceUserAbilities {
|
|
1646
|
+
__typename?: 'NamespaceUserAbilities';
|
|
1647
|
+
/** Shows if the current user has the `create_namespace_license` ability on this Namespace */
|
|
1648
|
+
createNamespaceLicense?: Maybe<Scalars['Boolean']['output']>;
|
|
1649
|
+
/** Shows if the current user has the `create_namespace_project` ability on this Namespace */
|
|
1650
|
+
createNamespaceProject?: Maybe<Scalars['Boolean']['output']>;
|
|
1651
|
+
/** Shows if the current user has the `create_namespace_role` ability on this Namespace */
|
|
1652
|
+
createNamespaceRole?: Maybe<Scalars['Boolean']['output']>;
|
|
1653
|
+
/** Shows if the current user has the `create_runtime` ability on this Namespace */
|
|
1654
|
+
createRuntime?: Maybe<Scalars['Boolean']['output']>;
|
|
1655
|
+
/** Shows if the current user has the `invite_member` ability on this Namespace */
|
|
1656
|
+
inviteMember?: Maybe<Scalars['Boolean']['output']>;
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1560
1659
|
/** Autogenerated input type of NamespacesLicensesCreate */
|
|
1561
1660
|
export interface NamespacesLicensesCreateInput {
|
|
1562
1661
|
/** A unique identifier for the client performing the mutation. */
|
|
@@ -2024,6 +2123,39 @@ export interface Organization {
|
|
|
2024
2123
|
namespace?: Maybe<Namespace>;
|
|
2025
2124
|
/** Time when this Organization was last updated */
|
|
2026
2125
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2126
|
+
/** Abilities for the current user on this Organization */
|
|
2127
|
+
userAbilities?: Maybe<OrganizationUserAbilities>;
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
/** The connection type for Organization. */
|
|
2131
|
+
export interface OrganizationConnection {
|
|
2132
|
+
__typename?: 'OrganizationConnection';
|
|
2133
|
+
/** Total count of collection. */
|
|
2134
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
2135
|
+
/** A list of edges. */
|
|
2136
|
+
edges?: Maybe<Array<Maybe<OrganizationEdge>>>;
|
|
2137
|
+
/** A list of nodes. */
|
|
2138
|
+
nodes?: Maybe<Array<Maybe<Organization>>>;
|
|
2139
|
+
/** Information to aid in pagination. */
|
|
2140
|
+
pageInfo?: Maybe<PageInfo>;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
/** An edge in a connection. */
|
|
2144
|
+
export interface OrganizationEdge {
|
|
2145
|
+
__typename?: 'OrganizationEdge';
|
|
2146
|
+
/** A cursor for use in pagination. */
|
|
2147
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
2148
|
+
/** The item at the end of the edge. */
|
|
2149
|
+
node?: Maybe<Organization>;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
/** Abilities for the current user on this Organization */
|
|
2153
|
+
export interface OrganizationUserAbilities {
|
|
2154
|
+
__typename?: 'OrganizationUserAbilities';
|
|
2155
|
+
/** Shows if the current user has the `delete_organization` ability on this Organization */
|
|
2156
|
+
deleteOrganization?: Maybe<Scalars['Boolean']['output']>;
|
|
2157
|
+
/** Shows if the current user has the `update_organization` ability on this Organization */
|
|
2158
|
+
updateOrganization?: Maybe<Scalars['Boolean']['output']>;
|
|
2027
2159
|
}
|
|
2028
2160
|
|
|
2029
2161
|
/** Autogenerated input type of OrganizationsCreate */
|
|
@@ -2189,6 +2321,10 @@ export interface Query {
|
|
|
2189
2321
|
nodes?: Maybe<Array<Maybe<Node>>>;
|
|
2190
2322
|
/** Find a organization */
|
|
2191
2323
|
organization?: Maybe<Organization>;
|
|
2324
|
+
/** Find organizations */
|
|
2325
|
+
organizations?: Maybe<OrganizationConnection>;
|
|
2326
|
+
/** Abilities for the current user on this Instance */
|
|
2327
|
+
userAbilities?: Maybe<InstanceUserAbilities>;
|
|
2192
2328
|
/** Find users */
|
|
2193
2329
|
users?: Maybe<UserConnection>;
|
|
2194
2330
|
}
|
|
@@ -2234,6 +2370,15 @@ export interface QueryOrganizationArgs {
|
|
|
2234
2370
|
}
|
|
2235
2371
|
|
|
2236
2372
|
|
|
2373
|
+
/** Root Query type */
|
|
2374
|
+
export interface QueryOrganizationsArgs {
|
|
2375
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
2376
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
2377
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
2378
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
|
|
2237
2382
|
/** Root Query type */
|
|
2238
2383
|
export interface QueryUsersArgs {
|
|
2239
2384
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2278,6 +2423,8 @@ export interface ReferenceValue {
|
|
|
2278
2423
|
id?: Maybe<Scalars['ReferenceValueID']['output']>;
|
|
2279
2424
|
/** The node of the reference value. */
|
|
2280
2425
|
node?: Maybe<Scalars['Int']['output']>;
|
|
2426
|
+
/** The referenced value. */
|
|
2427
|
+
nodeFunctionId?: Maybe<Scalars['NodeFunctionID']['output']>;
|
|
2281
2428
|
/** The paths associated with this reference value. */
|
|
2282
2429
|
referencePath?: Maybe<Array<ReferencePath>>;
|
|
2283
2430
|
/** The scope of the reference value. */
|
|
@@ -2290,14 +2437,16 @@ export interface ReferenceValue {
|
|
|
2290
2437
|
export interface ReferenceValueInput {
|
|
2291
2438
|
/** The identifier of the data type this reference value belongs to */
|
|
2292
2439
|
dataTypeIdentifier: DataTypeIdentifierInput;
|
|
2293
|
-
/** The
|
|
2294
|
-
|
|
2440
|
+
/** The depth of the reference value */
|
|
2441
|
+
depth: Scalars['Int']['input'];
|
|
2442
|
+
/** The node of the reference */
|
|
2443
|
+
node: Scalars['Int']['input'];
|
|
2444
|
+
/** The referenced value */
|
|
2445
|
+
nodeFunctionId: Scalars['NodeFunctionID']['input'];
|
|
2295
2446
|
/** The paths associated with this reference value */
|
|
2296
2447
|
referencePath: Array<ReferencePathInput>;
|
|
2297
|
-
/** The
|
|
2298
|
-
|
|
2299
|
-
/** The tertiary level of the reference value */
|
|
2300
|
-
tertiaryLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
2448
|
+
/** The scope of the reference value */
|
|
2449
|
+
scope: Array<Scalars['Int']['input']>;
|
|
2301
2450
|
}
|
|
2302
2451
|
|
|
2303
2452
|
/** Represents a runtime */
|
|
@@ -2325,6 +2474,8 @@ export interface Runtime {
|
|
|
2325
2474
|
token?: Maybe<Scalars['String']['output']>;
|
|
2326
2475
|
/** Time when this Runtime was last updated */
|
|
2327
2476
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2477
|
+
/** Abilities for the current user on this Runtime */
|
|
2478
|
+
userAbilities?: Maybe<RuntimeUserAbilities>;
|
|
2328
2479
|
}
|
|
2329
2480
|
|
|
2330
2481
|
|
|
@@ -2454,6 +2605,17 @@ export const enum RuntimeStatusType {
|
|
|
2454
2605
|
Disconnected = 'DISCONNECTED'
|
|
2455
2606
|
}
|
|
2456
2607
|
|
|
2608
|
+
/** Abilities for the current user on this Runtime */
|
|
2609
|
+
export interface RuntimeUserAbilities {
|
|
2610
|
+
__typename?: 'RuntimeUserAbilities';
|
|
2611
|
+
/** Shows if the current user has the `delete_runtime` ability on this Runtime */
|
|
2612
|
+
deleteRuntime?: Maybe<Scalars['Boolean']['output']>;
|
|
2613
|
+
/** Shows if the current user has the `rotate_runtime_token` ability on this Runtime */
|
|
2614
|
+
rotateRuntimeToken?: Maybe<Scalars['Boolean']['output']>;
|
|
2615
|
+
/** Shows if the current user has the `update_runtime` ability on this Runtime */
|
|
2616
|
+
updateRuntime?: Maybe<Scalars['Boolean']['output']>;
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2457
2619
|
/** Autogenerated input type of RuntimesCreate */
|
|
2458
2620
|
export interface RuntimesCreateInput {
|
|
2459
2621
|
/** A unique identifier for the client performing the mutation. */
|
|
@@ -2598,6 +2760,8 @@ export interface User {
|
|
|
2598
2760
|
sessions?: Maybe<UserSessionConnection>;
|
|
2599
2761
|
/** Time when this User was last updated */
|
|
2600
2762
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2763
|
+
/** Abilities for the current user on this User */
|
|
2764
|
+
userAbilities?: Maybe<UserUserAbilities>;
|
|
2601
2765
|
/** Username of the user */
|
|
2602
2766
|
username?: Maybe<Scalars['String']['output']>;
|
|
2603
2767
|
}
|
|
@@ -2705,6 +2869,8 @@ export interface UserSession {
|
|
|
2705
2869
|
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
2706
2870
|
/** User that belongs to the session */
|
|
2707
2871
|
user?: Maybe<User>;
|
|
2872
|
+
/** Abilities for the current user on this UserSession */
|
|
2873
|
+
userAbilities?: Maybe<UserSessionUserAbilities>;
|
|
2708
2874
|
}
|
|
2709
2875
|
|
|
2710
2876
|
/** The connection type for UserSession. */
|
|
@@ -2729,6 +2895,22 @@ export interface UserSessionEdge {
|
|
|
2729
2895
|
node?: Maybe<UserSession>;
|
|
2730
2896
|
}
|
|
2731
2897
|
|
|
2898
|
+
/** Abilities for the current user on this UserSession */
|
|
2899
|
+
export interface UserSessionUserAbilities {
|
|
2900
|
+
__typename?: 'UserSessionUserAbilities';
|
|
2901
|
+
/** Shows if the current user has the `logout_session` ability on this UserSession */
|
|
2902
|
+
logoutSession?: Maybe<Scalars['Boolean']['output']>;
|
|
2903
|
+
}
|
|
2904
|
+
|
|
2905
|
+
/** Abilities for the current user on this User */
|
|
2906
|
+
export interface UserUserAbilities {
|
|
2907
|
+
__typename?: 'UserUserAbilities';
|
|
2908
|
+
/** Shows if the current user has the `manage_mfa` ability on this User */
|
|
2909
|
+
manageMfa?: Maybe<Scalars['Boolean']['output']>;
|
|
2910
|
+
/** Shows if the current user has the `update_user` ability on this User */
|
|
2911
|
+
updateUser?: Maybe<Scalars['Boolean']['output']>;
|
|
2912
|
+
}
|
|
2913
|
+
|
|
2732
2914
|
/** Autogenerated input type of UsersEmailVerification */
|
|
2733
2915
|
export interface UsersEmailVerificationInput {
|
|
2734
2916
|
/** A unique identifier for the client performing the mutation. */
|
package/package.json
CHANGED