@admin-layout/client 3.0.0-alpha.2 → 3.0.0-alpha.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/lib/config/defaultSettings.js +3 -0
- package/lib/config/defaultSettings.js.map +1 -1
- package/lib/interfaces/generated/generated-models.d.ts +286 -254
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/pure-settings.d.ts +4 -0
- package/lib/redux/settings.d.ts +4 -0
- package/package.json +2 -2
|
@@ -2,6 +2,7 @@ export const defaultSettings = {
|
|
|
2
2
|
logo: 'https://cdmbase.s3.ca-central-1.amazonaws.com/favicon-new-128.svg',
|
|
3
3
|
navTheme: 'light',
|
|
4
4
|
primaryColor: '#3FA541C',
|
|
5
|
+
colorPrimary: '#3FA541C',
|
|
5
6
|
layout: 'side',
|
|
6
7
|
contentWidth: 'Fluid',
|
|
7
8
|
fixedHeader: false,
|
|
@@ -21,9 +22,11 @@ export const defaultSettings = {
|
|
|
21
22
|
showHeader: true,
|
|
22
23
|
showFooter: true,
|
|
23
24
|
showMenu: false,
|
|
25
|
+
// menuRender: true,
|
|
24
26
|
headerTheme: undefined,
|
|
25
27
|
headerHeight: undefined,
|
|
26
28
|
menu: undefined,
|
|
27
29
|
splitMenus: false,
|
|
30
|
+
siderMenuType: 'group'
|
|
28
31
|
};
|
|
29
32
|
//# sourceMappingURL=defaultSettings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaultSettings.js","sourceRoot":"","sources":["../../src/config/defaultSettings.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAUxB;IACA,IAAI,EAAE,mEAAmE;IACzE,QAAQ,EAAE,OAAO;IACjB,YAAY,EAAE,UAAU;IACxB,MAAM,EAAE,MAAM;IACd,YAAY,EAAE,OAAO;IACrB,WAAW,EAAE,KAAK;IAClB,WAAW,EAAE,IAAI;IACjB,eAAe,EAAE,IAAI;IACrB,SAAS,EAAE,KAAK;IAChB,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,EAAE;IACf,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,SAAS;IACrB,QAAQ,EAAE,OAAO;IACjB,UAAU,EAAE,qBAAqB;IACjC,eAAe,EAAE,KAAK;IACtB,WAAW,EAAE,MAAM;IACnB,aAAa,EAAE,QAAQ;IACvB,cAAc,EAAE,KAAK;IACrB,UAAU,EAAE,IAAI;IAChB,UAAU,EAAE,IAAI;IAChB,QAAQ,EAAE,KAAK;IACf,WAAW,EAAE,SAAS;IACtB,YAAY,EAAE,SAAS;IACvB,IAAI,EAAE,SAAS;IACf,UAAU,EAAE,KAAK;
|
|
1
|
+
{"version":3,"file":"defaultSettings.js","sourceRoot":"","sources":["../../src/config/defaultSettings.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAUxB;IACA,IAAI,EAAE,mEAAmE;IACzE,QAAQ,EAAE,OAAO;IACjB,YAAY,EAAE,UAAU;IACxB,YAAY,EAAE,UAAU;IACxB,MAAM,EAAE,MAAM;IACd,YAAY,EAAE,OAAO;IACrB,WAAW,EAAE,KAAK;IAClB,WAAW,EAAE,IAAI;IACjB,eAAe,EAAE,IAAI;IACrB,SAAS,EAAE,KAAK;IAChB,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,EAAE;IACf,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,SAAS;IACrB,QAAQ,EAAE,OAAO;IACjB,UAAU,EAAE,qBAAqB;IACjC,eAAe,EAAE,KAAK;IACtB,WAAW,EAAE,MAAM;IACnB,aAAa,EAAE,QAAQ;IACvB,cAAc,EAAE,KAAK;IACrB,UAAU,EAAE,IAAI;IAChB,UAAU,EAAE,IAAI;IAChB,QAAQ,EAAE,KAAK;IACf,oBAAoB;IACpB,WAAW,EAAE,SAAS;IACtB,YAAY,EAAE,SAAS;IACvB,IAAI,EAAE,SAAS;IACf,UAAU,EAAE,KAAK;IACjB,aAAa,EAAE,OAAO;CACzB,CAAC"}
|
|
@@ -26,13 +26,13 @@ export declare type Scalars = {
|
|
|
26
26
|
Int: number;
|
|
27
27
|
Float: number;
|
|
28
28
|
AnyObject: any;
|
|
29
|
-
|
|
29
|
+
Date: any;
|
|
30
30
|
DateTime: any;
|
|
31
31
|
JSON: any;
|
|
32
|
-
URIInput: any;
|
|
33
|
-
Date: any;
|
|
34
32
|
JSONObject: any;
|
|
35
33
|
Time: any;
|
|
34
|
+
URI: any;
|
|
35
|
+
URIInput: any;
|
|
36
36
|
};
|
|
37
37
|
export declare type IAccessRole = IDefaultRole | IOrganizationRole | IResourceRole | IApplicationRolePermission;
|
|
38
38
|
export declare type IApplicationPolicy = IIConfigurationModel & {
|
|
@@ -224,16 +224,33 @@ export declare type IContributionSettings = {
|
|
|
224
224
|
overrides?: Maybe<Array<Maybe<IContributionSettings>>>;
|
|
225
225
|
overrideOf?: Maybe<IContributionSettings>;
|
|
226
226
|
deprecationMessage?: Maybe<Scalars['String']>;
|
|
227
|
+
deprecationMessageIsMarkdown?: Maybe<Scalars['Boolean']>;
|
|
227
228
|
scope?: Maybe<IConfigurationScope>;
|
|
228
229
|
type?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
230
|
+
order?: Maybe<Scalars['Int']>;
|
|
231
|
+
arrayItemType?: Maybe<Scalars['String']>;
|
|
232
|
+
objectProperties?: Maybe<Scalars['AnyObject']>;
|
|
233
|
+
objectPatternProperties?: Maybe<Scalars['AnyObject']>;
|
|
234
|
+
objectAdditionalProperties?: Maybe<Scalars['AnyObject']>;
|
|
229
235
|
enum?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
230
236
|
enumDescriptions?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
231
237
|
enumDescriptionsAreMarkdown?: Maybe<Scalars['Boolean']>;
|
|
238
|
+
enumItemLabels?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
239
|
+
uniqueItems?: Maybe<Scalars['Boolean']>;
|
|
232
240
|
tags?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
241
|
+
disallowSyncIgnore?: Maybe<Scalars['Boolean']>;
|
|
242
|
+
restricted?: Maybe<Scalars['Boolean']>;
|
|
233
243
|
extensionInfo?: Maybe<IConfigurationExtensionInfo>;
|
|
234
244
|
properties?: Maybe<IContributionSettingsProperties>;
|
|
235
245
|
/** dependency to parent setting key */
|
|
236
246
|
settingDependencies?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
247
|
+
allKeysAreBoolean?: Maybe<Scalars['Boolean']>;
|
|
248
|
+
/** Edit Presentation for controlling whether a single-line inputbox or multi-line textarea is rendered for the string setting in Settings editor */
|
|
249
|
+
editPresentation?: Maybe<IEditPresentationTypes>;
|
|
250
|
+
defaultValueSource?: Maybe<Scalars['AnyObject']>;
|
|
251
|
+
isLanguageTagSetting?: Maybe<Scalars['Boolean']>;
|
|
252
|
+
categoryOrder?: Maybe<Scalars['Int']>;
|
|
253
|
+
categoryLabel?: Maybe<Scalars['String']>;
|
|
237
254
|
/** minimum value for restricting numeric values */
|
|
238
255
|
minimum?: Maybe<Scalars['Int']>;
|
|
239
256
|
/** maximum value for restricting numeric values */
|
|
@@ -252,11 +269,6 @@ export declare type IContributionSettings = {
|
|
|
252
269
|
maxItems?: Maybe<Scalars['Int']>;
|
|
253
270
|
/** Min. Items for restricting array length */
|
|
254
271
|
minItems?: Maybe<Scalars['Int']>;
|
|
255
|
-
/**
|
|
256
|
-
* Edit Presentation for controlling whether a single-line inputbox or multi-line
|
|
257
|
-
* textarea is rendered for the string setting in Settings editor
|
|
258
|
-
*/
|
|
259
|
-
editPresentation?: Maybe<IEditPresentationTypes>;
|
|
260
272
|
};
|
|
261
273
|
export declare type IContributionSettingsProperties = {
|
|
262
274
|
__typename?: 'ContributionSettingsProperties';
|
|
@@ -381,42 +393,6 @@ export declare type IIConfigurationServiceupdateValueArgs = {
|
|
|
381
393
|
target?: Maybe<IConfigurationTarget>;
|
|
382
394
|
donotNotifyError?: Maybe<Scalars['Boolean']>;
|
|
383
395
|
};
|
|
384
|
-
export declare type IIntegraitonConfigurationId = {
|
|
385
|
-
__typename?: 'IntegraitonConfigurationId';
|
|
386
|
-
id?: Maybe<Scalars['String']>;
|
|
387
|
-
};
|
|
388
|
-
export declare type IIntegrationConfiguration = {
|
|
389
|
-
__typename?: 'IntegrationConfiguration';
|
|
390
|
-
id?: Maybe<Scalars['ID']>;
|
|
391
|
-
name?: Maybe<Scalars['String']>;
|
|
392
|
-
userId?: Maybe<Scalars['ID']>;
|
|
393
|
-
integrationName?: Maybe<Scalars['String']>;
|
|
394
|
-
status?: Maybe<Scalars['String']>;
|
|
395
|
-
updatedAt?: Maybe<Scalars['DateTime']>;
|
|
396
|
-
integrationInfo?: Maybe<Scalars['JSON']>;
|
|
397
|
-
};
|
|
398
|
-
export declare type IIntegrationConfigurationCreateOrUpdateInput = {
|
|
399
|
-
id?: Maybe<Scalars['ID']>;
|
|
400
|
-
name?: Maybe<Scalars['String']>;
|
|
401
|
-
integrationName?: Maybe<Scalars['String']>;
|
|
402
|
-
status?: Maybe<Scalars['String']>;
|
|
403
|
-
integrationInfo?: Maybe<Scalars['JSON']>;
|
|
404
|
-
userId?: Maybe<Scalars['ID']>;
|
|
405
|
-
};
|
|
406
|
-
export declare type IIntegrationConfigurationFilterInput = {
|
|
407
|
-
id?: Maybe<Scalars['ID']>;
|
|
408
|
-
name?: Maybe<Scalars['String']>;
|
|
409
|
-
integrationName?: Maybe<Scalars['String']>;
|
|
410
|
-
status?: Maybe<Scalars['String']>;
|
|
411
|
-
userId?: Maybe<Scalars['ID']>;
|
|
412
|
-
};
|
|
413
|
-
export declare type IIntegrationConfigurationInput = {
|
|
414
|
-
name?: Maybe<Scalars['String']>;
|
|
415
|
-
integrationName?: Maybe<Scalars['String']>;
|
|
416
|
-
status?: Maybe<Scalars['String']>;
|
|
417
|
-
integrationInfo?: Maybe<Scalars['JSON']>;
|
|
418
|
-
userId?: Maybe<Scalars['ID']>;
|
|
419
|
-
};
|
|
420
396
|
/** Organization Template to be used */
|
|
421
397
|
export declare type IIOrgUser = {
|
|
422
398
|
role?: Maybe<IApplicationRoles>;
|
|
@@ -456,6 +432,42 @@ export declare type IISettingsSubject = {
|
|
|
456
432
|
*/
|
|
457
433
|
settingsCascade: ISettingsCascade;
|
|
458
434
|
};
|
|
435
|
+
export declare type IIntegraitonConfigurationId = {
|
|
436
|
+
__typename?: 'IntegraitonConfigurationId';
|
|
437
|
+
id?: Maybe<Scalars['String']>;
|
|
438
|
+
};
|
|
439
|
+
export declare type IIntegrationConfiguration = {
|
|
440
|
+
__typename?: 'IntegrationConfiguration';
|
|
441
|
+
id?: Maybe<Scalars['ID']>;
|
|
442
|
+
name?: Maybe<Scalars['String']>;
|
|
443
|
+
userId?: Maybe<Scalars['ID']>;
|
|
444
|
+
integrationName?: Maybe<Scalars['String']>;
|
|
445
|
+
status?: Maybe<Scalars['String']>;
|
|
446
|
+
updatedAt?: Maybe<Scalars['DateTime']>;
|
|
447
|
+
integrationInfo?: Maybe<Scalars['JSON']>;
|
|
448
|
+
};
|
|
449
|
+
export declare type IIntegrationConfigurationCreateOrUpdateInput = {
|
|
450
|
+
id?: Maybe<Scalars['ID']>;
|
|
451
|
+
name?: Maybe<Scalars['String']>;
|
|
452
|
+
integrationName?: Maybe<Scalars['String']>;
|
|
453
|
+
status?: Maybe<Scalars['String']>;
|
|
454
|
+
integrationInfo?: Maybe<Scalars['JSON']>;
|
|
455
|
+
userId?: Maybe<Scalars['ID']>;
|
|
456
|
+
};
|
|
457
|
+
export declare type IIntegrationConfigurationFilterInput = {
|
|
458
|
+
id?: Maybe<Scalars['ID']>;
|
|
459
|
+
name?: Maybe<Scalars['String']>;
|
|
460
|
+
integrationName?: Maybe<Scalars['String']>;
|
|
461
|
+
status?: Maybe<Scalars['String']>;
|
|
462
|
+
userId?: Maybe<Scalars['ID']>;
|
|
463
|
+
};
|
|
464
|
+
export declare type IIntegrationConfigurationInput = {
|
|
465
|
+
name?: Maybe<Scalars['String']>;
|
|
466
|
+
integrationName?: Maybe<Scalars['String']>;
|
|
467
|
+
status?: Maybe<Scalars['String']>;
|
|
468
|
+
integrationInfo?: Maybe<Scalars['JSON']>;
|
|
469
|
+
userId?: Maybe<Scalars['ID']>;
|
|
470
|
+
};
|
|
459
471
|
/**
|
|
460
472
|
* A segment of a key path that locates a nested JSON value in a root JSON value. Exactly one field in each
|
|
461
473
|
* KeyPathSegment must be non-null.
|
|
@@ -630,6 +642,10 @@ export declare type IMutationupdateSelectedOrgResourceArgs = {
|
|
|
630
642
|
export declare type INode = {
|
|
631
643
|
id: Scalars['ID'];
|
|
632
644
|
};
|
|
645
|
+
export declare type IOrganizationConfigValue_Input = {
|
|
646
|
+
section?: Maybe<Scalars['String']>;
|
|
647
|
+
overrides?: Maybe<IConfigurationOverrides_Input>;
|
|
648
|
+
};
|
|
633
649
|
export declare type IOrganizationConfiguration = IIConfigurationModel & {
|
|
634
650
|
__typename?: 'OrganizationConfiguration';
|
|
635
651
|
/** The ID. */
|
|
@@ -640,10 +656,6 @@ export declare type IOrganizationConfiguration = IIConfigurationModel & {
|
|
|
640
656
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
641
657
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
|
642
658
|
};
|
|
643
|
-
export declare type IOrganizationConfigValue_Input = {
|
|
644
|
-
section?: Maybe<Scalars['String']>;
|
|
645
|
-
overrides?: Maybe<IConfigurationOverrides_Input>;
|
|
646
|
-
};
|
|
647
659
|
/** Subscription event for context */
|
|
648
660
|
export declare const enum IOrganizationContextPubSubEvents {
|
|
649
661
|
OrganizationContextUpdated = "OrganizationContextUpdated",
|
|
@@ -1024,6 +1036,18 @@ export declare type IRoleInput = {
|
|
|
1024
1036
|
resource?: Maybe<Scalars['URIInput']>;
|
|
1025
1037
|
roleName?: Maybe<Scalars['String']>;
|
|
1026
1038
|
};
|
|
1039
|
+
export declare const enum ISettingValueType {
|
|
1040
|
+
Null = "Null",
|
|
1041
|
+
Enum = "Enum",
|
|
1042
|
+
String = "String",
|
|
1043
|
+
Integer = "Integer",
|
|
1044
|
+
Number = "Number",
|
|
1045
|
+
Boolean = "Boolean",
|
|
1046
|
+
Exclude = "Exclude",
|
|
1047
|
+
Complex = "Complex",
|
|
1048
|
+
NullableInteger = "NullableInteger",
|
|
1049
|
+
NullableNumber = "NullableNumber"
|
|
1050
|
+
}
|
|
1027
1051
|
/** Settings is a version of a configuration settings file. */
|
|
1028
1052
|
export declare type ISettings = {
|
|
1029
1053
|
__typename?: 'Settings';
|
|
@@ -1056,7 +1080,10 @@ export declare type ISettingsGroup = {
|
|
|
1056
1080
|
title?: Maybe<Scalars['String']>;
|
|
1057
1081
|
titleRange?: Maybe<IRange>;
|
|
1058
1082
|
sections?: Maybe<Array<Maybe<ISettingsSection>>>;
|
|
1083
|
+
/** Deprecated @sri remove it next time */
|
|
1059
1084
|
contributedByExtension?: Maybe<Scalars['Boolean']>;
|
|
1085
|
+
order?: Maybe<Scalars['Int']>;
|
|
1086
|
+
extensionInfo?: Maybe<IConfigurationExtensionInfo>;
|
|
1060
1087
|
};
|
|
1061
1088
|
export declare type ISettingsSection = {
|
|
1062
1089
|
__typename?: 'SettingsSection';
|
|
@@ -1065,18 +1092,6 @@ export declare type ISettingsSection = {
|
|
|
1065
1092
|
settings?: Maybe<Array<Maybe<IContributionSettings>>>;
|
|
1066
1093
|
};
|
|
1067
1094
|
export declare type ISettingsSubject = IUserSettings | IApplicationSettings | IMachineSettings | IOrganizationResourceSettings | IGlobalSettings | IOrganizationSettings | IMemorySettings | IDefaultSettings;
|
|
1068
|
-
export declare const enum ISettingValueType {
|
|
1069
|
-
Null = "Null",
|
|
1070
|
-
Enum = "Enum",
|
|
1071
|
-
String = "String",
|
|
1072
|
-
Integer = "Integer",
|
|
1073
|
-
Number = "Number",
|
|
1074
|
-
Boolean = "Boolean",
|
|
1075
|
-
Exclude = "Exclude",
|
|
1076
|
-
Complex = "Complex",
|
|
1077
|
-
NullableInteger = "NullableInteger",
|
|
1078
|
-
NullableNumber = "NullableNumber"
|
|
1079
|
-
}
|
|
1080
1095
|
export declare type ISubscribedOrganizationData = {
|
|
1081
1096
|
__typename?: 'SubscribedOrganizationData';
|
|
1082
1097
|
/** Resources in the organization. */
|
|
@@ -1250,245 +1265,245 @@ export declare type NextResolverFn<T> = () => Promise<T>;
|
|
|
1250
1265
|
export declare type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
|
1251
1266
|
/** Mapping between all available schema types and the resolvers types */
|
|
1252
1267
|
export declare type IResolversTypes = {
|
|
1253
|
-
|
|
1268
|
+
AccessRole: IResolversTypes['DefaultRole'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourceRole'] | IResolversTypes['ApplicationRolePermission'];
|
|
1269
|
+
AnyObject: ResolverTypeWrapper<Scalars['AnyObject']>;
|
|
1270
|
+
ApplicationPolicy: ResolverTypeWrapper<IApplicationPolicy>;
|
|
1254
1271
|
Int: ResolverTypeWrapper<Scalars['Int']>;
|
|
1255
|
-
SettingsGroup: ResolverTypeWrapper<ISettingsGroup>;
|
|
1256
1272
|
String: ResolverTypeWrapper<Scalars['String']>;
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
SettingsSection: ResolverTypeWrapper<ISettingsSection>;
|
|
1260
|
-
ContributionSettings: ResolverTypeWrapper<IContributionSettings>;
|
|
1261
|
-
AnyObject: ResolverTypeWrapper<Scalars['AnyObject']>;
|
|
1262
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
|
1263
|
-
ConfigurationScope: IConfigurationScope;
|
|
1264
|
-
ConfigurationExtensionInfo: ResolverTypeWrapper<IConfigurationExtensionInfo>;
|
|
1265
|
-
ContributionSettingsProperties: ResolverTypeWrapper<IContributionSettingsProperties>;
|
|
1266
|
-
EditPresentationTypes: IEditPresentationTypes;
|
|
1267
|
-
PreferencesResponse: ResolverTypeWrapper<IPreferencesResponse>;
|
|
1268
|
-
PreferencesType: ResolverTypeWrapper<IPreferencesType>;
|
|
1269
|
-
DefaultSettings: ResolverTypeWrapper<IDefaultSettings>;
|
|
1270
|
-
ISettingsSubject: IResolversTypes['DefaultSettings'] | IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'];
|
|
1271
|
-
ID: ResolverTypeWrapper<Scalars['ID']>;
|
|
1272
|
-
Settings: ResolverTypeWrapper<ISettings>;
|
|
1273
|
-
URI: ResolverTypeWrapper<Scalars['URI']>;
|
|
1274
|
-
SettingsCascade: ResolverTypeWrapper<Omit<ISettingsCascade, 'subjects'> & {
|
|
1275
|
-
subjects?: Maybe<Array<Maybe<IResolversTypes['SettingsSubject']>>>;
|
|
1276
|
-
}>;
|
|
1277
|
-
SettingsSubject: IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['DefaultSettings'];
|
|
1278
|
-
UserSettings: ResolverTypeWrapper<IUserSettings>;
|
|
1273
|
+
ApplicationRolePermission: ResolverTypeWrapper<IApplicationRolePermission>;
|
|
1274
|
+
ApplicationRoles: IApplicationRoles;
|
|
1279
1275
|
ApplicationSettings: ResolverTypeWrapper<IApplicationSettings>;
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
MemorySettings: ResolverTypeWrapper<IMemorySettings>;
|
|
1285
|
-
Preferences: ResolverTypeWrapper<IPreferences>;
|
|
1286
|
-
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
|
1287
|
-
IntegrationConfiguration: ResolverTypeWrapper<IIntegrationConfiguration>;
|
|
1288
|
-
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
|
|
1289
|
-
JSON: ResolverTypeWrapper<Scalars['JSON']>;
|
|
1290
|
-
ConfigurationInput: IConfigurationInput;
|
|
1291
|
-
URIInput: ResolverTypeWrapper<Scalars['URIInput']>;
|
|
1276
|
+
ID: ResolverTypeWrapper<Scalars['ID']>;
|
|
1277
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
|
1278
|
+
ConfigCollectionName: IConfigCollectionName;
|
|
1279
|
+
ConfigFragmentName: IConfigFragmentName;
|
|
1292
1280
|
Configuration: IResolversTypes['DefaultConfiguration'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['UserConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationResourceConfiguration'];
|
|
1293
|
-
DefaultConfiguration: ResolverTypeWrapper<IDefaultConfiguration>;
|
|
1294
|
-
IConfigurationModel: IResolversTypes['DefaultConfiguration'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['UserConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationResourceConfiguration'] | IResolversTypes['DefaultPolicy'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ApplicationPolicy'] | IResolversTypes['DefaultRole'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourceRole'] | IResolversTypes['ApplicationRolePermission'];
|
|
1295
|
-
Overrides: ResolverTypeWrapper<IOverrides>;
|
|
1296
|
-
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
|
1297
|
-
UserConfiguration: ResolverTypeWrapper<IUserConfiguration>;
|
|
1298
|
-
OrganizationConfiguration: ResolverTypeWrapper<IOrganizationConfiguration>;
|
|
1299
|
-
OrganizationResourceConfiguration: ResolverTypeWrapper<IOrganizationResourceConfiguration>;
|
|
1300
1281
|
ConfigurationData: ResolverTypeWrapper<IConfigurationData>;
|
|
1282
|
+
ConfigurationExtensionInfo: ResolverTypeWrapper<IConfigurationExtensionInfo>;
|
|
1283
|
+
ConfigurationInput: IConfigurationInput;
|
|
1284
|
+
ConfigurationModel: ResolverTypeWrapper<IConfigurationModel>;
|
|
1285
|
+
ConfigurationOverrides: ResolverTypeWrapper<IConfigurationOverrides>;
|
|
1286
|
+
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
|
1301
1287
|
ConfigurationPolicy: IResolversTypes['DefaultPolicy'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ApplicationPolicy'];
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
ApplicationPolicy: ResolverTypeWrapper<IApplicationPolicy>;
|
|
1288
|
+
ConfigurationScope: IConfigurationScope;
|
|
1289
|
+
ConfigurationTarget: IConfigurationTarget;
|
|
1290
|
+
ConfigurationUpdateEvent: ResolverTypeWrapper<IConfigurationUpdateEvent>;
|
|
1306
1291
|
Context: ResolverTypeWrapper<IContext>;
|
|
1307
1292
|
ContributionRoles: ResolverTypeWrapper<Omit<IContributionRoles, 'permissions'> & {
|
|
1308
1293
|
permissions?: Maybe<IResolversTypes['AccessRole']>;
|
|
1309
1294
|
}>;
|
|
1310
|
-
|
|
1295
|
+
ContributionSettings: ResolverTypeWrapper<IContributionSettings>;
|
|
1296
|
+
ContributionSettingsProperties: ResolverTypeWrapper<IContributionSettingsProperties>;
|
|
1297
|
+
Date: ResolverTypeWrapper<Scalars['Date']>;
|
|
1298
|
+
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
|
|
1299
|
+
DefaultConfiguration: ResolverTypeWrapper<IDefaultConfiguration>;
|
|
1300
|
+
DefaultPolicy: ResolverTypeWrapper<IDefaultPolicy>;
|
|
1311
1301
|
DefaultRole: ResolverTypeWrapper<IDefaultRole>;
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
ApplicationRolePermission: ResolverTypeWrapper<IApplicationRolePermission>;
|
|
1302
|
+
DefaultSettings: ResolverTypeWrapper<IDefaultSettings>;
|
|
1303
|
+
EditPresentationTypes: IEditPresentationTypes;
|
|
1315
1304
|
Environment: ResolverTypeWrapper<IEnvironment>;
|
|
1316
|
-
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
|
1317
|
-
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
|
1318
|
-
OrganizationData: ResolverTypeWrapper<Omit<IOrganizationData, 'resources'> & {
|
|
1319
|
-
resources: Array<Maybe<IResolversTypes['ResourceData']>>;
|
|
1320
|
-
}>;
|
|
1321
|
-
ResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
|
1322
|
-
OrganizationResourceData: ResolverTypeWrapper<IOrganizationResourceData>;
|
|
1323
|
-
IResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
|
1324
|
-
ExternalResourceData: ResolverTypeWrapper<IExternalResourceData>;
|
|
1325
|
-
RoleInput: IRoleInput;
|
|
1326
|
-
ResourceAccessRole: ResolverTypeWrapper<Omit<IResourceAccessRole, 'accessRoles'> & {
|
|
1327
|
-
accessRoles?: Maybe<Array<Maybe<IResolversTypes['AccessRole']>>>;
|
|
1328
|
-
}>;
|
|
1329
|
-
ResourceUser: ResolverTypeWrapper<IResourceUser>;
|
|
1330
|
-
IResourceUserRole: IResolversTypes['ResourceUser'];
|
|
1331
|
-
PermissionSubject: ResolverTypeWrapper<IPermissionSubject>;
|
|
1332
|
-
ViewerPoliciesInput: IViewerPoliciesInput;
|
|
1333
|
-
PolicySubject: ResolverTypeWrapper<IPolicySubject>;
|
|
1334
|
-
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
|
1335
|
-
PreferencesInput: ResolverTypeWrapper<IPreferencesInput>;
|
|
1336
|
-
ViewerSettingsInput: IViewerSettingsInput;
|
|
1337
|
-
ViewerSettingsSubject: ResolverTypeWrapper<IViewerSettingsSubject>;
|
|
1338
|
-
Mutation: ResolverTypeWrapper<{}>;
|
|
1339
|
-
ResourceCreationData_Input: IResourceCreationData_Input;
|
|
1340
|
-
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
|
1341
|
-
IntegraitonConfigurationId: ResolverTypeWrapper<IIntegraitonConfigurationId>;
|
|
1342
|
-
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
|
1343
|
-
Subscription: ResolverTypeWrapper<{}>;
|
|
1344
|
-
ConfigurationUpdateEvent: ResolverTypeWrapper<IConfigurationUpdateEvent>;
|
|
1345
|
-
ConfigurationOverrides: ResolverTypeWrapper<IConfigurationOverrides>;
|
|
1346
|
-
SubscribedOrganizationData: ResolverTypeWrapper<Omit<ISubscribedOrganizationData, 'resources'> & {
|
|
1347
|
-
resources?: Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>;
|
|
1348
|
-
}>;
|
|
1349
|
-
ApplicationRoles: IApplicationRoles;
|
|
1350
|
-
ConfigCollectionName: IConfigCollectionName;
|
|
1351
|
-
ConfigFragmentName: IConfigFragmentName;
|
|
1352
|
-
ConfigurationModel: ResolverTypeWrapper<IConfigurationModel>;
|
|
1353
|
-
ConfigurationTarget: IConfigurationTarget;
|
|
1354
|
-
Date: ResolverTypeWrapper<Scalars['Date']>;
|
|
1355
1305
|
EnvironmentPayload: IEnvironmentPayload;
|
|
1306
|
+
ExternalResourceData: ResolverTypeWrapper<IExternalResourceData>;
|
|
1356
1307
|
FieldError: ResolverTypeWrapper<IFieldError>;
|
|
1357
1308
|
GeoLocation: ResolverTypeWrapper<IGeoLocation>;
|
|
1358
1309
|
Float: ResolverTypeWrapper<Scalars['Float']>;
|
|
1310
|
+
GlobalSettings: ResolverTypeWrapper<IGlobalSettings>;
|
|
1359
1311
|
IConfigurationChangeEvent: ResolverTypeWrapper<Omit<IIConfigurationChangeEvent, 'changedConfiguration'> & {
|
|
1360
1312
|
changedConfiguration?: Maybe<IResolversTypes['Configuration']>;
|
|
1361
1313
|
}>;
|
|
1314
|
+
IConfigurationModel: IResolversTypes['ApplicationPolicy'] | IResolversTypes['ApplicationRolePermission'] | IResolversTypes['DefaultConfiguration'] | IResolversTypes['DefaultPolicy'] | IResolversTypes['DefaultRole'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['OrganizationResourceConfiguration'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ResourceRole'] | IResolversTypes['UserConfiguration'];
|
|
1362
1315
|
IConfigurationService: never;
|
|
1363
1316
|
IOrgUser: never;
|
|
1317
|
+
IResourceData: IResolversTypes['ExternalResourceData'] | IResolversTypes['OrganizationResourceData'];
|
|
1318
|
+
IResourceUserRole: IResolversTypes['ResourceUser'];
|
|
1319
|
+
ISettingsSubject: IResolversTypes['ApplicationSettings'] | IResolversTypes['DefaultSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['UserSettings'];
|
|
1320
|
+
IntegraitonConfigurationId: ResolverTypeWrapper<IIntegraitonConfigurationId>;
|
|
1321
|
+
IntegrationConfiguration: ResolverTypeWrapper<IIntegrationConfiguration>;
|
|
1322
|
+
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
|
1323
|
+
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
|
1324
|
+
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
|
1325
|
+
JSON: ResolverTypeWrapper<Scalars['JSON']>;
|
|
1364
1326
|
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']>;
|
|
1365
1327
|
KeyPathSegment: IKeyPathSegment;
|
|
1328
|
+
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
|
1329
|
+
MachineSettings: ResolverTypeWrapper<IMachineSettings>;
|
|
1330
|
+
MemorySettings: ResolverTypeWrapper<IMemorySettings>;
|
|
1331
|
+
Mutation: ResolverTypeWrapper<{}>;
|
|
1366
1332
|
Node: never;
|
|
1333
|
+
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
|
1334
|
+
OrganizationConfiguration: ResolverTypeWrapper<IOrganizationConfiguration>;
|
|
1367
1335
|
OrganizationContextPubSubEvents: IOrganizationContextPubSubEvents;
|
|
1336
|
+
OrganizationData: ResolverTypeWrapper<Omit<IOrganizationData, 'resources'> & {
|
|
1337
|
+
resources: Array<Maybe<IResolversTypes['ResourceData']>>;
|
|
1338
|
+
}>;
|
|
1368
1339
|
OrganizationIdentifier: ResolverTypeWrapper<IOrganizationIdentifier>;
|
|
1340
|
+
OrganizationPolicy: ResolverTypeWrapper<IOrganizationPolicy>;
|
|
1341
|
+
OrganizationResourceConfiguration: ResolverTypeWrapper<IOrganizationResourceConfiguration>;
|
|
1342
|
+
OrganizationResourceData: ResolverTypeWrapper<IOrganizationResourceData>;
|
|
1343
|
+
OrganizationResourceSettings: ResolverTypeWrapper<IOrganizationResourceSettings>;
|
|
1344
|
+
OrganizationRole: ResolverTypeWrapper<IOrganizationRole>;
|
|
1345
|
+
OrganizationSettings: ResolverTypeWrapper<IOrganizationSettings>;
|
|
1346
|
+
Overrides: ResolverTypeWrapper<IOverrides>;
|
|
1369
1347
|
PermissionAction: IPermissionAction;
|
|
1370
1348
|
PermissionResource: IPermissionResource;
|
|
1349
|
+
PermissionSubject: ResolverTypeWrapper<IPermissionSubject>;
|
|
1371
1350
|
PermissionType: IPermissionType;
|
|
1351
|
+
PolicySubject: ResolverTypeWrapper<IPolicySubject>;
|
|
1352
|
+
Position: ResolverTypeWrapper<IPosition>;
|
|
1372
1353
|
PreDefinedRole: IPreDefinedRole;
|
|
1373
1354
|
PreferenceItem: ResolverTypeWrapper<IPreferenceItem>;
|
|
1355
|
+
Preferences: ResolverTypeWrapper<IPreferences>;
|
|
1356
|
+
PreferencesInput: ResolverTypeWrapper<IPreferencesInput>;
|
|
1374
1357
|
PreferencesInput_Input: IPreferencesInput_Input;
|
|
1358
|
+
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
|
1359
|
+
PreferencesResponse: ResolverTypeWrapper<IPreferencesResponse>;
|
|
1360
|
+
PreferencesType: ResolverTypeWrapper<IPreferencesType>;
|
|
1361
|
+
Query: ResolverTypeWrapper<{}>;
|
|
1362
|
+
Range: ResolverTypeWrapper<IRange>;
|
|
1363
|
+
ResourceAccessRole: ResolverTypeWrapper<Omit<IResourceAccessRole, 'accessRoles'> & {
|
|
1364
|
+
accessRoles?: Maybe<Array<Maybe<IResolversTypes['AccessRole']>>>;
|
|
1365
|
+
}>;
|
|
1366
|
+
ResourceCreationData_Input: IResourceCreationData_Input;
|
|
1367
|
+
ResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
|
1368
|
+
ResourcePolicy: ResolverTypeWrapper<IResourcePolicy>;
|
|
1369
|
+
ResourceRole: ResolverTypeWrapper<IResourceRole>;
|
|
1370
|
+
ResourceUser: ResolverTypeWrapper<IResourceUser>;
|
|
1371
|
+
RoleInput: IRoleInput;
|
|
1375
1372
|
SettingValueType: ISettingValueType;
|
|
1373
|
+
Settings: ResolverTypeWrapper<ISettings>;
|
|
1374
|
+
SettingsCascade: ResolverTypeWrapper<Omit<ISettingsCascade, 'subjects'> & {
|
|
1375
|
+
subjects?: Maybe<Array<Maybe<IResolversTypes['SettingsSubject']>>>;
|
|
1376
|
+
}>;
|
|
1377
|
+
SettingsGroup: ResolverTypeWrapper<ISettingsGroup>;
|
|
1378
|
+
SettingsSection: ResolverTypeWrapper<ISettingsSection>;
|
|
1379
|
+
SettingsSubject: IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['DefaultSettings'];
|
|
1380
|
+
SubscribedOrganizationData: ResolverTypeWrapper<Omit<ISubscribedOrganizationData, 'resources'> & {
|
|
1381
|
+
resources?: Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>;
|
|
1382
|
+
}>;
|
|
1383
|
+
Subscription: ResolverTypeWrapper<{}>;
|
|
1376
1384
|
Time: ResolverTypeWrapper<Scalars['Time']>;
|
|
1385
|
+
URI: ResolverTypeWrapper<Scalars['URI']>;
|
|
1386
|
+
URIInput: ResolverTypeWrapper<Scalars['URIInput']>;
|
|
1387
|
+
UserConfiguration: ResolverTypeWrapper<IUserConfiguration>;
|
|
1388
|
+
UserSettings: ResolverTypeWrapper<IUserSettings>;
|
|
1389
|
+
ViewerPoliciesInput: IViewerPoliciesInput;
|
|
1390
|
+
ViewerSettingsInput: IViewerSettingsInput;
|
|
1391
|
+
ViewerSettingsSubject: ResolverTypeWrapper<IViewerSettingsSubject>;
|
|
1377
1392
|
};
|
|
1378
1393
|
/** Mapping between all available schema types and the resolvers parents */
|
|
1379
1394
|
export declare type IResolversParentTypes = {
|
|
1380
|
-
|
|
1395
|
+
AccessRole: IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['ApplicationRolePermission'];
|
|
1396
|
+
AnyObject: Scalars['AnyObject'];
|
|
1397
|
+
ApplicationPolicy: IApplicationPolicy;
|
|
1381
1398
|
Int: Scalars['Int'];
|
|
1382
|
-
SettingsGroup: ISettingsGroup;
|
|
1383
1399
|
String: Scalars['String'];
|
|
1384
|
-
|
|
1385
|
-
Position: IPosition;
|
|
1386
|
-
SettingsSection: ISettingsSection;
|
|
1387
|
-
ContributionSettings: IContributionSettings;
|
|
1388
|
-
AnyObject: Scalars['AnyObject'];
|
|
1389
|
-
Boolean: Scalars['Boolean'];
|
|
1390
|
-
ConfigurationExtensionInfo: IConfigurationExtensionInfo;
|
|
1391
|
-
ContributionSettingsProperties: IContributionSettingsProperties;
|
|
1392
|
-
PreferencesResponse: IPreferencesResponse;
|
|
1393
|
-
PreferencesType: IPreferencesType;
|
|
1394
|
-
DefaultSettings: IDefaultSettings;
|
|
1395
|
-
ISettingsSubject: IResolversParentTypes['DefaultSettings'] | IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'];
|
|
1396
|
-
ID: Scalars['ID'];
|
|
1397
|
-
Settings: ISettings;
|
|
1398
|
-
URI: Scalars['URI'];
|
|
1399
|
-
SettingsCascade: Omit<ISettingsCascade, 'subjects'> & {
|
|
1400
|
-
subjects?: Maybe<Array<Maybe<IResolversParentTypes['SettingsSubject']>>>;
|
|
1401
|
-
};
|
|
1402
|
-
SettingsSubject: IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['DefaultSettings'];
|
|
1403
|
-
UserSettings: IUserSettings;
|
|
1400
|
+
ApplicationRolePermission: IApplicationRolePermission;
|
|
1404
1401
|
ApplicationSettings: IApplicationSettings;
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
GlobalSettings: IGlobalSettings;
|
|
1408
|
-
OrganizationSettings: IOrganizationSettings;
|
|
1409
|
-
MemorySettings: IMemorySettings;
|
|
1410
|
-
Preferences: IPreferences;
|
|
1411
|
-
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
|
1412
|
-
IntegrationConfiguration: IIntegrationConfiguration;
|
|
1413
|
-
DateTime: Scalars['DateTime'];
|
|
1414
|
-
JSON: Scalars['JSON'];
|
|
1415
|
-
ConfigurationInput: IConfigurationInput;
|
|
1416
|
-
URIInput: Scalars['URIInput'];
|
|
1402
|
+
ID: Scalars['ID'];
|
|
1403
|
+
Boolean: Scalars['Boolean'];
|
|
1417
1404
|
Configuration: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'];
|
|
1418
|
-
DefaultConfiguration: IDefaultConfiguration;
|
|
1419
|
-
IConfigurationModel: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'] | IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ApplicationPolicy'] | IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['ApplicationRolePermission'];
|
|
1420
|
-
Overrides: IOverrides;
|
|
1421
|
-
MachineConfiguration: IMachineConfiguration;
|
|
1422
|
-
UserConfiguration: IUserConfiguration;
|
|
1423
|
-
OrganizationConfiguration: IOrganizationConfiguration;
|
|
1424
|
-
OrganizationResourceConfiguration: IOrganizationResourceConfiguration;
|
|
1425
1405
|
ConfigurationData: IConfigurationData;
|
|
1406
|
+
ConfigurationExtensionInfo: IConfigurationExtensionInfo;
|
|
1407
|
+
ConfigurationInput: IConfigurationInput;
|
|
1408
|
+
ConfigurationModel: IConfigurationModel;
|
|
1409
|
+
ConfigurationOverrides: IConfigurationOverrides;
|
|
1410
|
+
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
|
1426
1411
|
ConfigurationPolicy: IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ApplicationPolicy'];
|
|
1427
|
-
|
|
1428
|
-
OrganizationPolicy: IOrganizationPolicy;
|
|
1429
|
-
ResourcePolicy: IResourcePolicy;
|
|
1430
|
-
ApplicationPolicy: IApplicationPolicy;
|
|
1412
|
+
ConfigurationUpdateEvent: IConfigurationUpdateEvent;
|
|
1431
1413
|
Context: IContext;
|
|
1432
1414
|
ContributionRoles: Omit<IContributionRoles, 'permissions'> & {
|
|
1433
1415
|
permissions?: Maybe<IResolversParentTypes['AccessRole']>;
|
|
1434
1416
|
};
|
|
1435
|
-
|
|
1417
|
+
ContributionSettings: IContributionSettings;
|
|
1418
|
+
ContributionSettingsProperties: IContributionSettingsProperties;
|
|
1419
|
+
Date: Scalars['Date'];
|
|
1420
|
+
DateTime: Scalars['DateTime'];
|
|
1421
|
+
DefaultConfiguration: IDefaultConfiguration;
|
|
1422
|
+
DefaultPolicy: IDefaultPolicy;
|
|
1436
1423
|
DefaultRole: IDefaultRole;
|
|
1437
|
-
|
|
1438
|
-
ResourceRole: IResourceRole;
|
|
1439
|
-
ApplicationRolePermission: IApplicationRolePermission;
|
|
1424
|
+
DefaultSettings: IDefaultSettings;
|
|
1440
1425
|
Environment: IEnvironment;
|
|
1441
|
-
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
|
1442
|
-
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
|
1443
|
-
OrganizationData: Omit<IOrganizationData, 'resources'> & {
|
|
1444
|
-
resources: Array<Maybe<IResolversParentTypes['ResourceData']>>;
|
|
1445
|
-
};
|
|
1446
|
-
ResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
|
1447
|
-
OrganizationResourceData: IOrganizationResourceData;
|
|
1448
|
-
IResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
|
1449
|
-
ExternalResourceData: IExternalResourceData;
|
|
1450
|
-
RoleInput: IRoleInput;
|
|
1451
|
-
ResourceAccessRole: Omit<IResourceAccessRole, 'accessRoles'> & {
|
|
1452
|
-
accessRoles?: Maybe<Array<Maybe<IResolversParentTypes['AccessRole']>>>;
|
|
1453
|
-
};
|
|
1454
|
-
ResourceUser: IResourceUser;
|
|
1455
|
-
IResourceUserRole: IResolversParentTypes['ResourceUser'];
|
|
1456
|
-
PermissionSubject: IPermissionSubject;
|
|
1457
|
-
ViewerPoliciesInput: IViewerPoliciesInput;
|
|
1458
|
-
PolicySubject: IPolicySubject;
|
|
1459
|
-
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
|
1460
|
-
PreferencesInput: IPreferencesInput;
|
|
1461
|
-
ViewerSettingsInput: IViewerSettingsInput;
|
|
1462
|
-
ViewerSettingsSubject: IViewerSettingsSubject;
|
|
1463
|
-
Mutation: {};
|
|
1464
|
-
ResourceCreationData_Input: IResourceCreationData_Input;
|
|
1465
|
-
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
|
1466
|
-
IntegraitonConfigurationId: IIntegraitonConfigurationId;
|
|
1467
|
-
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
|
1468
|
-
Subscription: {};
|
|
1469
|
-
ConfigurationUpdateEvent: IConfigurationUpdateEvent;
|
|
1470
|
-
ConfigurationOverrides: IConfigurationOverrides;
|
|
1471
|
-
SubscribedOrganizationData: Omit<ISubscribedOrganizationData, 'resources'> & {
|
|
1472
|
-
resources?: Maybe<Array<Maybe<IResolversParentTypes['ResourceData']>>>;
|
|
1473
|
-
};
|
|
1474
|
-
ConfigurationModel: IConfigurationModel;
|
|
1475
|
-
Date: Scalars['Date'];
|
|
1476
1426
|
EnvironmentPayload: IEnvironmentPayload;
|
|
1427
|
+
ExternalResourceData: IExternalResourceData;
|
|
1477
1428
|
FieldError: IFieldError;
|
|
1478
1429
|
GeoLocation: IGeoLocation;
|
|
1479
1430
|
Float: Scalars['Float'];
|
|
1431
|
+
GlobalSettings: IGlobalSettings;
|
|
1480
1432
|
IConfigurationChangeEvent: Omit<IIConfigurationChangeEvent, 'changedConfiguration'> & {
|
|
1481
1433
|
changedConfiguration?: Maybe<IResolversParentTypes['Configuration']>;
|
|
1482
1434
|
};
|
|
1435
|
+
IConfigurationModel: IResolversParentTypes['ApplicationPolicy'] | IResolversParentTypes['ApplicationRolePermission'] | IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['DefaultRole'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['OrganizationResourceConfiguration'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['UserConfiguration'];
|
|
1483
1436
|
IConfigurationService: never;
|
|
1484
1437
|
IOrgUser: never;
|
|
1438
|
+
IResourceData: IResolversParentTypes['ExternalResourceData'] | IResolversParentTypes['OrganizationResourceData'];
|
|
1439
|
+
IResourceUserRole: IResolversParentTypes['ResourceUser'];
|
|
1440
|
+
ISettingsSubject: IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['DefaultSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['UserSettings'];
|
|
1441
|
+
IntegraitonConfigurationId: IIntegraitonConfigurationId;
|
|
1442
|
+
IntegrationConfiguration: IIntegrationConfiguration;
|
|
1443
|
+
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
|
1444
|
+
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
|
1445
|
+
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
|
1446
|
+
JSON: Scalars['JSON'];
|
|
1485
1447
|
JSONObject: Scalars['JSONObject'];
|
|
1486
1448
|
KeyPathSegment: IKeyPathSegment;
|
|
1449
|
+
MachineConfiguration: IMachineConfiguration;
|
|
1450
|
+
MachineSettings: IMachineSettings;
|
|
1451
|
+
MemorySettings: IMemorySettings;
|
|
1452
|
+
Mutation: {};
|
|
1487
1453
|
Node: never;
|
|
1454
|
+
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
|
1455
|
+
OrganizationConfiguration: IOrganizationConfiguration;
|
|
1456
|
+
OrganizationData: Omit<IOrganizationData, 'resources'> & {
|
|
1457
|
+
resources: Array<Maybe<IResolversParentTypes['ResourceData']>>;
|
|
1458
|
+
};
|
|
1488
1459
|
OrganizationIdentifier: IOrganizationIdentifier;
|
|
1460
|
+
OrganizationPolicy: IOrganizationPolicy;
|
|
1461
|
+
OrganizationResourceConfiguration: IOrganizationResourceConfiguration;
|
|
1462
|
+
OrganizationResourceData: IOrganizationResourceData;
|
|
1463
|
+
OrganizationResourceSettings: IOrganizationResourceSettings;
|
|
1464
|
+
OrganizationRole: IOrganizationRole;
|
|
1465
|
+
OrganizationSettings: IOrganizationSettings;
|
|
1466
|
+
Overrides: IOverrides;
|
|
1467
|
+
PermissionSubject: IPermissionSubject;
|
|
1468
|
+
PolicySubject: IPolicySubject;
|
|
1469
|
+
Position: IPosition;
|
|
1489
1470
|
PreferenceItem: IPreferenceItem;
|
|
1471
|
+
Preferences: IPreferences;
|
|
1472
|
+
PreferencesInput: IPreferencesInput;
|
|
1490
1473
|
PreferencesInput_Input: IPreferencesInput_Input;
|
|
1474
|
+
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
|
1475
|
+
PreferencesResponse: IPreferencesResponse;
|
|
1476
|
+
PreferencesType: IPreferencesType;
|
|
1477
|
+
Query: {};
|
|
1478
|
+
Range: IRange;
|
|
1479
|
+
ResourceAccessRole: Omit<IResourceAccessRole, 'accessRoles'> & {
|
|
1480
|
+
accessRoles?: Maybe<Array<Maybe<IResolversParentTypes['AccessRole']>>>;
|
|
1481
|
+
};
|
|
1482
|
+
ResourceCreationData_Input: IResourceCreationData_Input;
|
|
1483
|
+
ResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
|
1484
|
+
ResourcePolicy: IResourcePolicy;
|
|
1485
|
+
ResourceRole: IResourceRole;
|
|
1486
|
+
ResourceUser: IResourceUser;
|
|
1487
|
+
RoleInput: IRoleInput;
|
|
1488
|
+
Settings: ISettings;
|
|
1489
|
+
SettingsCascade: Omit<ISettingsCascade, 'subjects'> & {
|
|
1490
|
+
subjects?: Maybe<Array<Maybe<IResolversParentTypes['SettingsSubject']>>>;
|
|
1491
|
+
};
|
|
1492
|
+
SettingsGroup: ISettingsGroup;
|
|
1493
|
+
SettingsSection: ISettingsSection;
|
|
1494
|
+
SettingsSubject: IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['DefaultSettings'];
|
|
1495
|
+
SubscribedOrganizationData: Omit<ISubscribedOrganizationData, 'resources'> & {
|
|
1496
|
+
resources?: Maybe<Array<Maybe<IResolversParentTypes['ResourceData']>>>;
|
|
1497
|
+
};
|
|
1498
|
+
Subscription: {};
|
|
1491
1499
|
Time: Scalars['Time'];
|
|
1500
|
+
URI: Scalars['URI'];
|
|
1501
|
+
URIInput: Scalars['URIInput'];
|
|
1502
|
+
UserConfiguration: IUserConfiguration;
|
|
1503
|
+
UserSettings: IUserSettings;
|
|
1504
|
+
ViewerPoliciesInput: IViewerPoliciesInput;
|
|
1505
|
+
ViewerSettingsInput: IViewerSettingsInput;
|
|
1506
|
+
ViewerSettingsSubject: IViewerSettingsSubject;
|
|
1492
1507
|
};
|
|
1493
1508
|
export declare type IAccessRoleResolvers<ContextType = any, ParentType extends IResolversParentTypes['AccessRole'] = IResolversParentTypes['AccessRole']> = {
|
|
1494
1509
|
__resolveType: TypeResolveFn<'DefaultRole' | 'OrganizationRole' | 'ResourceRole' | 'ApplicationRolePermission', ParentType, ContextType>;
|
|
@@ -1596,15 +1611,31 @@ export declare type IContributionSettingsResolvers<ContextType = any, ParentType
|
|
|
1596
1611
|
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionSettings']>>>, ParentType, ContextType>;
|
|
1597
1612
|
overrideOf?: Resolver<Maybe<IResolversTypes['ContributionSettings']>, ParentType, ContextType>;
|
|
1598
1613
|
deprecationMessage?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1614
|
+
deprecationMessageIsMarkdown?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
|
1599
1615
|
scope?: Resolver<Maybe<IResolversTypes['ConfigurationScope']>, ParentType, ContextType>;
|
|
1600
1616
|
type?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
|
1617
|
+
order?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
1618
|
+
arrayItemType?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1619
|
+
objectProperties?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
|
1620
|
+
objectPatternProperties?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
|
1621
|
+
objectAdditionalProperties?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
|
1601
1622
|
enum?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
|
1602
1623
|
enumDescriptions?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
|
1603
1624
|
enumDescriptionsAreMarkdown?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
|
1625
|
+
enumItemLabels?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
|
1626
|
+
uniqueItems?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
|
1604
1627
|
tags?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
|
1628
|
+
disallowSyncIgnore?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
|
1629
|
+
restricted?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
|
1605
1630
|
extensionInfo?: Resolver<Maybe<IResolversTypes['ConfigurationExtensionInfo']>, ParentType, ContextType>;
|
|
1606
1631
|
properties?: Resolver<Maybe<IResolversTypes['ContributionSettingsProperties']>, ParentType, ContextType>;
|
|
1607
1632
|
settingDependencies?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
|
1633
|
+
allKeysAreBoolean?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
|
1634
|
+
editPresentation?: Resolver<Maybe<IResolversTypes['EditPresentationTypes']>, ParentType, ContextType>;
|
|
1635
|
+
defaultValueSource?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
|
1636
|
+
isLanguageTagSetting?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
|
1637
|
+
categoryOrder?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
1638
|
+
categoryLabel?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1608
1639
|
minimum?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
1609
1640
|
maximum?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
1610
1641
|
maxLength?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
@@ -1614,7 +1645,6 @@ export declare type IContributionSettingsResolvers<ContextType = any, ParentType
|
|
|
1614
1645
|
format?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1615
1646
|
maxItems?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
1616
1647
|
minItems?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
1617
|
-
editPresentation?: Resolver<Maybe<IResolversTypes['EditPresentationTypes']>, ParentType, ContextType>;
|
|
1618
1648
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
1619
1649
|
};
|
|
1620
1650
|
export declare type IContributionSettingsPropertiesResolvers<ContextType = any, ParentType extends IResolversParentTypes['ContributionSettingsProperties'] = IResolversParentTypes['ContributionSettingsProperties']> = {
|
|
@@ -1697,7 +1727,7 @@ export declare type IIConfigurationChangeEventResolvers<ContextType = any, Paren
|
|
|
1697
1727
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
1698
1728
|
};
|
|
1699
1729
|
export declare type IIConfigurationModelResolvers<ContextType = any, ParentType extends IResolversParentTypes['IConfigurationModel'] = IResolversParentTypes['IConfigurationModel']> = {
|
|
1700
|
-
__resolveType: TypeResolveFn<'
|
|
1730
|
+
__resolveType: TypeResolveFn<'ApplicationPolicy' | 'ApplicationRolePermission' | 'DefaultConfiguration' | 'DefaultPolicy' | 'DefaultRole' | 'MachineConfiguration' | 'OrganizationConfiguration' | 'OrganizationPolicy' | 'OrganizationResourceConfiguration' | 'OrganizationRole' | 'ResourcePolicy' | 'ResourceRole' | 'UserConfiguration', ParentType, ContextType>;
|
|
1701
1731
|
resource?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
|
1702
1732
|
target?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
1703
1733
|
contents?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
|
@@ -1708,20 +1738,6 @@ export declare type IIConfigurationServiceResolvers<ContextType = any, ParentTyp
|
|
|
1708
1738
|
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
|
1709
1739
|
updateValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IIConfigurationServiceupdateValueArgs, 'key' | 'value' | 'overrides'>>;
|
|
1710
1740
|
};
|
|
1711
|
-
export declare type IIntegraitonConfigurationIdResolvers<ContextType = any, ParentType extends IResolversParentTypes['IntegraitonConfigurationId'] = IResolversParentTypes['IntegraitonConfigurationId']> = {
|
|
1712
|
-
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1713
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
1714
|
-
};
|
|
1715
|
-
export declare type IIntegrationConfigurationResolvers<ContextType = any, ParentType extends IResolversParentTypes['IntegrationConfiguration'] = IResolversParentTypes['IntegrationConfiguration']> = {
|
|
1716
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
|
1717
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1718
|
-
userId?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
|
1719
|
-
integrationName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1720
|
-
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1721
|
-
updatedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
|
1722
|
-
integrationInfo?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
|
1723
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
1724
|
-
};
|
|
1725
1741
|
export declare type IIOrgUserResolvers<ContextType = any, ParentType extends IResolversParentTypes['IOrgUser'] = IResolversParentTypes['IOrgUser']> = {
|
|
1726
1742
|
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
|
1727
1743
|
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
|
@@ -1729,7 +1745,7 @@ export declare type IIOrgUserResolvers<ContextType = any, ParentType extends IRe
|
|
|
1729
1745
|
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
|
1730
1746
|
};
|
|
1731
1747
|
export declare type IIResourceDataResolvers<ContextType = any, ParentType extends IResolversParentTypes['IResourceData'] = IResolversParentTypes['IResourceData']> = {
|
|
1732
|
-
__resolveType: TypeResolveFn<'
|
|
1748
|
+
__resolveType: TypeResolveFn<'ExternalResourceData' | 'OrganizationResourceData', ParentType, ContextType>;
|
|
1733
1749
|
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
|
1734
1750
|
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1735
1751
|
index?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
@@ -1742,13 +1758,27 @@ export declare type IIResourceUserRoleResolvers<ContextType = any, ParentType ex
|
|
|
1742
1758
|
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1743
1759
|
};
|
|
1744
1760
|
export declare type IISettingsSubjectResolvers<ContextType = any, ParentType extends IResolversParentTypes['ISettingsSubject'] = IResolversParentTypes['ISettingsSubject']> = {
|
|
1745
|
-
__resolveType: TypeResolveFn<'
|
|
1761
|
+
__resolveType: TypeResolveFn<'ApplicationSettings' | 'DefaultSettings' | 'GlobalSettings' | 'MachineSettings' | 'MemorySettings' | 'OrganizationResourceSettings' | 'OrganizationSettings' | 'UserSettings', ParentType, ContextType>;
|
|
1746
1762
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
|
1747
1763
|
latestSettings?: Resolver<Maybe<IResolversTypes['Settings']>, ParentType, ContextType>;
|
|
1748
1764
|
settingsURL?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
|
1749
1765
|
viewerCanAdminister?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
|
1750
1766
|
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
|
1751
1767
|
};
|
|
1768
|
+
export declare type IIntegraitonConfigurationIdResolvers<ContextType = any, ParentType extends IResolversParentTypes['IntegraitonConfigurationId'] = IResolversParentTypes['IntegraitonConfigurationId']> = {
|
|
1769
|
+
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1770
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
1771
|
+
};
|
|
1772
|
+
export declare type IIntegrationConfigurationResolvers<ContextType = any, ParentType extends IResolversParentTypes['IntegrationConfiguration'] = IResolversParentTypes['IntegrationConfiguration']> = {
|
|
1773
|
+
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
|
1774
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1775
|
+
userId?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
|
1776
|
+
integrationName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1777
|
+
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
|
1778
|
+
updatedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
|
1779
|
+
integrationInfo?: Resolver<Maybe<IResolversTypes['JSON']>, ParentType, ContextType>;
|
|
1780
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
1781
|
+
};
|
|
1752
1782
|
export interface IJSONScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['JSON'], any> {
|
|
1753
1783
|
name: 'JSON';
|
|
1754
1784
|
}
|
|
@@ -2021,6 +2051,8 @@ export declare type ISettingsGroupResolvers<ContextType = any, ParentType extend
|
|
|
2021
2051
|
titleRange?: Resolver<Maybe<IResolversTypes['Range']>, ParentType, ContextType>;
|
|
2022
2052
|
sections?: Resolver<Maybe<Array<Maybe<IResolversTypes['SettingsSection']>>>, ParentType, ContextType>;
|
|
2023
2053
|
contributedByExtension?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
|
2054
|
+
order?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
|
2055
|
+
extensionInfo?: Resolver<Maybe<IResolversTypes['ConfigurationExtensionInfo']>, ParentType, ContextType>;
|
|
2024
2056
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
2025
2057
|
};
|
|
2026
2058
|
export declare type ISettingsSectionResolvers<ContextType = any, ParentType extends IResolversParentTypes['SettingsSection'] = IResolversParentTypes['SettingsSection']> = {
|
|
@@ -2106,12 +2138,12 @@ export declare type IResolvers<ContextType = any> = {
|
|
|
2106
2138
|
IConfigurationChangeEvent?: IIConfigurationChangeEventResolvers<ContextType>;
|
|
2107
2139
|
IConfigurationModel?: IIConfigurationModelResolvers<ContextType>;
|
|
2108
2140
|
IConfigurationService?: IIConfigurationServiceResolvers<ContextType>;
|
|
2109
|
-
IntegraitonConfigurationId?: IIntegraitonConfigurationIdResolvers<ContextType>;
|
|
2110
|
-
IntegrationConfiguration?: IIntegrationConfigurationResolvers<ContextType>;
|
|
2111
2141
|
IOrgUser?: IIOrgUserResolvers<ContextType>;
|
|
2112
2142
|
IResourceData?: IIResourceDataResolvers<ContextType>;
|
|
2113
2143
|
IResourceUserRole?: IIResourceUserRoleResolvers<ContextType>;
|
|
2114
2144
|
ISettingsSubject?: IISettingsSubjectResolvers<ContextType>;
|
|
2145
|
+
IntegraitonConfigurationId?: IIntegraitonConfigurationIdResolvers<ContextType>;
|
|
2146
|
+
IntegrationConfiguration?: IIntegrationConfigurationResolvers<ContextType>;
|
|
2115
2147
|
JSON?: GraphQLScalarType;
|
|
2116
2148
|
JSONObject?: GraphQLScalarType;
|
|
2117
2149
|
MachineConfiguration?: IMachineConfigurationResolvers<ContextType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-models.js","sourceRoot":"","sources":["../../../src/interfaces/generated/generated-models.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAOzC,MAAM,cAAc,GAAI,EAAE,CAAA;AAsDzB,CAAC;AA4BD,CAAC;AAeD,CAAC;AAiED,CAAC;AAaD,CAAC;
|
|
1
|
+
{"version":3,"file":"generated-models.js","sourceRoot":"","sources":["../../../src/interfaces/generated/generated-models.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AACrC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAOzC,MAAM,cAAc,GAAI,EAAE,CAAA;AAsDzB,CAAC;AA4BD,CAAC;AAeD,CAAC;AAiED,CAAC;AAaD,CAAC;AA+JD,CAAC;AA4ZD,CAAC;AAyGD,CAAC;AAMD,CAAC;AAgBD,CAAC;AA6BD,CAAC;AAgTD,CAAC;AAsLF,MAAM,CAAC,MAAM,2BAA2B,GAAG,GAAG,CAAA;;;;KAIzC,CAAC;AACN,MAAM,CAAC,MAAM,6BAA6B,GAAG,GAAG,CAAA;;;;;;MAM1C,2BAA2B,EAAE,CAAC;AAEpC;;;;;;;;;;;;;;GAcG;AACH,MAAM,UAAU,6BAA6B,CAAC,WAAwG;IAC9I,MAAM,OAAO,mCAAO,cAAc,GAAK,WAAW,CAAC,CAAA;IACnD,OAAO,MAAM,CAAC,QAAQ,CAAoE,6BAA6B,EAAE,OAAO,CAAC,CAAC;AACpI,CAAC;AACP,MAAM,UAAU,iCAAiC,CAAC,WAA4G;IACpJ,MAAM,OAAO,mCAAO,cAAc,GAAK,WAAW,CAAC,CAAA;IACnD,OAAO,MAAM,CAAC,YAAY,CAAoE,6BAA6B,EAAE,OAAO,CAAC,CAAC;AACxI,CAAC"}
|
|
@@ -2,7 +2,9 @@ export declare type ContentWidth = 'Fluid' | 'Fixed';
|
|
|
2
2
|
export declare type MenuTheme = 'light' | 'dark';
|
|
3
3
|
export interface RenderSetting {
|
|
4
4
|
showHeader?: boolean | any;
|
|
5
|
+
headerRender?: boolean | any;
|
|
5
6
|
showFooter?: boolean | any;
|
|
7
|
+
footerRender?: boolean | any;
|
|
6
8
|
searchBarRender?: boolean | any;
|
|
7
9
|
showMenu?: boolean | any;
|
|
8
10
|
menuRender?: false | any;
|
|
@@ -60,6 +62,7 @@ export interface PureSettings {
|
|
|
60
62
|
/**
|
|
61
63
|
* @name Main color, need to be used with umi
|
|
62
64
|
*/
|
|
65
|
+
colorPrimary?: string;
|
|
63
66
|
primaryColor?: string;
|
|
64
67
|
/**
|
|
65
68
|
* @name Global increase filter
|
|
@@ -70,5 +73,6 @@ export interface PureSettings {
|
|
|
70
73
|
* @description Only works in mix mode
|
|
71
74
|
*/
|
|
72
75
|
splitMenus?: boolean;
|
|
76
|
+
siderMenuType?: string;
|
|
73
77
|
}
|
|
74
78
|
export declare type ProSettings = PureSettings & RenderSetting;
|
package/lib/redux/settings.d.ts
CHANGED
|
@@ -18,11 +18,15 @@ declare const settingsReducer: (state: DefaultSettings | undefined, { type, payl
|
|
|
18
18
|
} | undefined;
|
|
19
19
|
title?: string | false | undefined;
|
|
20
20
|
iconfontUrl?: string | undefined;
|
|
21
|
+
colorPrimary?: string | undefined;
|
|
21
22
|
primaryColor?: string | undefined;
|
|
22
23
|
colorWeak?: boolean | undefined;
|
|
23
24
|
splitMenus?: boolean | undefined;
|
|
25
|
+
siderMenuType?: string | undefined;
|
|
24
26
|
showHeader?: any;
|
|
27
|
+
headerRender?: any;
|
|
25
28
|
showFooter?: any;
|
|
29
|
+
footerRender?: any;
|
|
26
30
|
searchBarRender?: any;
|
|
27
31
|
showMenu?: any;
|
|
28
32
|
menuRender?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/client",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.3",
|
|
4
4
|
"description": "Sample client for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"typescript": {
|
|
35
35
|
"definition": "lib/index.d.ts"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "bbcb47b608e7706dbab24af3afdc05458b2f0203"
|
|
38
38
|
}
|