@commercetools-frontend/application-shell 21.7.0 → 21.9.0
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/LICENSE +1 -1
- package/dist/{application-entry-point-12321514.cjs.prod.js → application-entry-point-0650332e.cjs.prod.js} +3 -3
- package/dist/{application-entry-point-9a1de3ce.cjs.dev.js → application-entry-point-9df8f75e.cjs.dev.js} +3 -3
- package/dist/{application-entry-point-698782a9.esm.js → application-entry-point-f104319e.esm.js} +3 -3
- package/dist/commercetools-frontend-application-shell.cjs.dev.js +5 -4
- package/dist/commercetools-frontend-application-shell.cjs.prod.js +5 -4
- package/dist/commercetools-frontend-application-shell.esm.js +5 -4
- package/dist/{constants-6f8e0d87.esm.js → constants-3cf6ed64.esm.js} +1 -0
- package/dist/{constants-9710f983.cjs.prod.js → constants-bf2e1d68.cjs.dev.js} +1 -0
- package/dist/{constants-0b2cadbb.cjs.dev.js → constants-f34da47c.cjs.prod.js} +1 -0
- package/dist/declarations/src/components/locale-switcher/messages.d.ts +8 -0
- package/dist/declarations/src/components/project-switcher/messages.d.ts +1 -1
- package/dist/declarations/src/components/requests-in-flight-loader/reducer.d.ts +1 -1
- package/dist/declarations/src/components/user-settings-menu/messages.d.ts +5 -0
- package/dist/declarations/src/constants.d.ts +1 -0
- package/dist/declarations/src/test-utils/test-utils.d.ts +3 -3
- package/dist/declarations/src/types/generated/ctp.d.ts +614 -132
- package/dist/declarations/src/types/generated/mc.d.ts +58 -47
- package/dist/declarations/src/types/generated/proxy.d.ts +11 -10
- package/dist/declarations/src/types/generated/settings.d.ts +132 -8
- package/dist/declarations/src/utils/apollo-context.d.ts +3 -0
- package/dist/declarations/src/utils/get-previous-project-key/get-previous-project-key.d.ts +1 -1
- package/dist/declarations/src/utils/gtm.d.ts +3 -3
- package/dist/declarations/src/utils/oidc-storage.d.ts +2 -2
- package/dist/{index-9d5e2de6.cjs.prod.js → index-3dac983e.cjs.prod.js} +76 -44
- package/dist/{index-63e7502a.cjs.dev.js → index-b0b16985.cjs.dev.js} +102 -70
- package/dist/{index-a600e8cf.esm.js → index-edd1f296.esm.js} +101 -70
- package/dist/{oidc-ebdbe61e.cjs.prod.js → oidc-82e151f9.cjs.prod.js} +1 -1
- package/dist/{oidc-ad6058e2.esm.js → oidc-8af521ca.esm.js} +1 -1
- package/dist/{oidc-137df8f6.cjs.dev.js → oidc-ff089e6f.cjs.dev.js} +1 -1
- package/dist/{project-expired-aed1fed0.cjs.dev.js → project-expired-23ed250a.cjs.prod.js} +6 -5
- package/dist/{project-expired-91709356.cjs.prod.js → project-expired-5f0f3bb2.cjs.dev.js} +6 -5
- package/dist/{project-expired-615d8abb.esm.js → project-expired-e4b56600.esm.js} +6 -5
- package/dist/{project-not-found-5a27b32f.esm.js → project-not-found-11ee63f2.esm.js} +6 -5
- package/dist/{project-not-found-ae2dcbbb.cjs.dev.js → project-not-found-24cd5af4.cjs.dev.js} +6 -5
- package/dist/{project-not-found-10659e1b.cjs.prod.js → project-not-found-cf44540b.cjs.prod.js} +6 -5
- package/dist/{project-not-initialized-5416854c.esm.js → project-not-initialized-23dd0a8d.esm.js} +6 -5
- package/dist/{project-not-initialized-26f33bde.cjs.prod.js → project-not-initialized-e5b36044.cjs.dev.js} +6 -5
- package/dist/{project-not-initialized-87539277.cjs.dev.js → project-not-initialized-f160d31e.cjs.prod.js} +6 -5
- package/dist/{project-suspended-c31e89df.esm.js → project-suspended-5b470857.esm.js} +6 -5
- package/dist/{project-suspended-11a05f2b.cjs.dev.js → project-suspended-ad97c11c.cjs.dev.js} +6 -5
- package/dist/{project-suspended-a3a0a2e1.cjs.prod.js → project-suspended-f6f25355.cjs.prod.js} +6 -5
- package/dist/{quick-access-9d42c45a.cjs.dev.js → quick-access-4077e80d.cjs.dev.js} +5 -4
- package/dist/{quick-access-11b138f3.esm.js → quick-access-5223e91a.esm.js} +5 -4
- package/dist/{quick-access-4aab1743.cjs.prod.js → quick-access-cdb8ce9e.cjs.prod.js} +5 -4
- package/dist/{service-page-project-switcher-ccd43459.cjs.prod.js → service-page-project-switcher-057e819c.cjs.prod.js} +1 -1
- package/dist/{service-page-project-switcher-20879b04.cjs.dev.js → service-page-project-switcher-ab9d0c0e.cjs.dev.js} +1 -1
- package/dist/{service-page-project-switcher-b51d445a.esm.js → service-page-project-switcher-f29ee61d.esm.js} +1 -1
- package/package.json +46 -45
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.dev.js +2 -2
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.prod.js +2 -2
- package/ssr/dist/commercetools-frontend-application-shell-ssr.esm.js +2 -2
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +2 -2
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +2 -2
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +2 -2
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare type Maybe<T> = T | null;
|
|
2
|
+
export declare type InputMaybe<T> = Maybe<T>;
|
|
2
3
|
export declare type Exact<T extends {
|
|
3
4
|
[key: string]: unknown;
|
|
4
5
|
}> = {
|
|
@@ -51,7 +52,7 @@ export declare type TCartClassificationValue = {
|
|
|
51
52
|
key: Scalars['String'];
|
|
52
53
|
};
|
|
53
54
|
export declare type TChangeUserBusinessRole = {
|
|
54
|
-
businessRole?:
|
|
55
|
+
businessRole?: InputMaybe<Scalars['String']>;
|
|
55
56
|
};
|
|
56
57
|
export declare type TChangeUserLanguage = {
|
|
57
58
|
language: Scalars['String'];
|
|
@@ -90,7 +91,7 @@ export declare type TInvitationInput = {
|
|
|
90
91
|
};
|
|
91
92
|
export declare type TInvitationOrganizationInput = {
|
|
92
93
|
id: Scalars['ID'];
|
|
93
|
-
name?:
|
|
94
|
+
name?: InputMaybe<Scalars['String']>;
|
|
94
95
|
version: Scalars['Int'];
|
|
95
96
|
};
|
|
96
97
|
export declare type TInvitationQueryResult = {
|
|
@@ -158,14 +159,13 @@ export declare type TMutation_CreateOAuthClientArgs = {
|
|
|
158
159
|
};
|
|
159
160
|
export declare type TMutation_DeleteAccountArgs = {
|
|
160
161
|
jwt: Scalars['String'];
|
|
161
|
-
origin?: Maybe<Scalars['String']>;
|
|
162
162
|
};
|
|
163
163
|
export declare type TMutation_DeleteOAuthClientArgs = {
|
|
164
164
|
id: Scalars['ID'];
|
|
165
165
|
};
|
|
166
166
|
export declare type TMutation_InviteArgs = {
|
|
167
167
|
draft: TInvitationInput;
|
|
168
|
-
origin?:
|
|
168
|
+
origin?: InputMaybe<Scalars['String']>;
|
|
169
169
|
};
|
|
170
170
|
export declare type TMutation_RandomArgs = {
|
|
171
171
|
byteLength: Scalars['Int'];
|
|
@@ -173,20 +173,14 @@ export declare type TMutation_RandomArgs = {
|
|
|
173
173
|
export declare type TMutation_ResetPasswordArgs = {
|
|
174
174
|
draft: TResetPasswordDraft;
|
|
175
175
|
jwt: Scalars['String'];
|
|
176
|
-
origin?: Maybe<Scalars['String']>;
|
|
177
|
-
};
|
|
178
|
-
export declare type TMutation_SendLinkToDeleteAccountArgs = {
|
|
179
|
-
origin?: Maybe<Scalars['String']>;
|
|
180
176
|
};
|
|
181
177
|
export declare type TMutation_SendLinkToResetPasswordArgs = {
|
|
182
178
|
email: Scalars['String'];
|
|
183
|
-
origin?: Maybe<Scalars['String']>;
|
|
184
179
|
};
|
|
185
180
|
export declare type TMutation_SendLinkToSignUpArgs = {
|
|
186
|
-
additionalInfo?:
|
|
181
|
+
additionalInfo?: InputMaybe<TAdditionalUserInfo>;
|
|
187
182
|
email: Scalars['String'];
|
|
188
|
-
language?:
|
|
189
|
-
origin?: Maybe<Scalars['String']>;
|
|
183
|
+
language?: InputMaybe<Scalars['String']>;
|
|
190
184
|
};
|
|
191
185
|
export declare type TMutation_SignUpArgs = {
|
|
192
186
|
draft: TUserDraft;
|
|
@@ -252,7 +246,9 @@ export declare enum TPermissionScope {
|
|
|
252
246
|
GetPermissionForAnyProject = "get_permission_for_any_project",
|
|
253
247
|
IntrospectOauthTokens = "introspect_oauth_tokens",
|
|
254
248
|
ManageApiClients = "manage_api_clients",
|
|
249
|
+
ManageAttributeGroups = "manage_attribute_groups",
|
|
255
250
|
ManageAuditLog = "manage_audit_log",
|
|
251
|
+
ManageBusinessUnits = "manage_business_units",
|
|
256
252
|
ManageCartDiscounts = "manage_cart_discounts",
|
|
257
253
|
ManageCategories = "manage_categories",
|
|
258
254
|
ManageChangeHistory = "manage_change_history",
|
|
@@ -264,25 +260,35 @@ export declare enum TPermissionScope {
|
|
|
264
260
|
ManageImportContainers = "manage_import_containers",
|
|
265
261
|
ManageImportSinks = "manage_import_sinks",
|
|
266
262
|
ManageKeyValueDocuments = "manage_key_value_documents",
|
|
263
|
+
ManageMyBusinessUnits = "manage_my_business_units",
|
|
267
264
|
ManageMyOrders = "manage_my_orders",
|
|
268
265
|
ManageMyPayments = "manage_my_payments",
|
|
269
266
|
ManageMyProfile = "manage_my_profile",
|
|
267
|
+
ManageMyQuoteRequests = "manage_my_quote_requests",
|
|
268
|
+
ManageMyQuotes = "manage_my_quotes",
|
|
270
269
|
ManageMyShoppingLists = "manage_my_shopping_lists",
|
|
271
270
|
ManageOrderEdits = "manage_order_edits",
|
|
272
271
|
ManageOrders = "manage_orders",
|
|
273
272
|
ManagePayments = "manage_payments",
|
|
273
|
+
ManageProductSelections = "manage_product_selections",
|
|
274
274
|
ManageProducts = "manage_products",
|
|
275
275
|
ManageProject = "manage_project",
|
|
276
276
|
ManageProjectSettings = "manage_project_settings",
|
|
277
|
+
ManageQuoteRequests = "manage_quote_requests",
|
|
278
|
+
ManageQuotes = "manage_quotes",
|
|
277
279
|
ManageShippingMethods = "manage_shipping_methods",
|
|
278
280
|
ManageShoppingLists = "manage_shopping_lists",
|
|
281
|
+
ManageStagedQuotes = "manage_staged_quotes",
|
|
282
|
+
ManageStandalonePrices = "manage_standalone_prices",
|
|
279
283
|
ManageStates = "manage_states",
|
|
280
284
|
ManageStores = "manage_stores",
|
|
281
285
|
ManageSubscriptions = "manage_subscriptions",
|
|
282
286
|
ManageTaxCategories = "manage_tax_categories",
|
|
283
287
|
ManageTypes = "manage_types",
|
|
284
288
|
ViewApiClients = "view_api_clients",
|
|
289
|
+
ViewAttributeGroups = "view_attribute_groups",
|
|
285
290
|
ViewAuditLog = "view_audit_log",
|
|
291
|
+
ViewBusinessUnits = "view_business_units",
|
|
286
292
|
ViewCartDiscounts = "view_cart_discounts",
|
|
287
293
|
ViewCategories = "view_categories",
|
|
288
294
|
ViewChangeHistory = "view_change_history",
|
|
@@ -296,12 +302,17 @@ export declare enum TPermissionScope {
|
|
|
296
302
|
ViewOrderEdits = "view_order_edits",
|
|
297
303
|
ViewOrders = "view_orders",
|
|
298
304
|
ViewPayments = "view_payments",
|
|
305
|
+
ViewProductSelections = "view_product_selections",
|
|
299
306
|
ViewProducts = "view_products",
|
|
300
307
|
ViewProjectSettings = "view_project_settings",
|
|
301
308
|
ViewProjects = "view_projects",
|
|
302
309
|
ViewPublishedProducts = "view_published_products",
|
|
310
|
+
ViewQuoteRequests = "view_quote_requests",
|
|
311
|
+
ViewQuotes = "view_quotes",
|
|
303
312
|
ViewShippingMethods = "view_shipping_methods",
|
|
304
313
|
ViewShoppingLists = "view_shopping_lists",
|
|
314
|
+
ViewStagedQuotes = "view_staged_quotes",
|
|
315
|
+
ViewStandalonePrices = "view_standalone_prices",
|
|
305
316
|
ViewStates = "view_states",
|
|
306
317
|
ViewStores = "view_stores",
|
|
307
318
|
ViewTaxCategories = "view_tax_categories",
|
|
@@ -334,10 +345,10 @@ export declare type TProject = TMetaData & {
|
|
|
334
345
|
export declare type TProjectDraftType = {
|
|
335
346
|
countries: Array<Scalars['String']>;
|
|
336
347
|
currencies: Array<Scalars['String']>;
|
|
337
|
-
deleteDaysAfterCreation?:
|
|
348
|
+
deleteDaysAfterCreation?: InputMaybe<Scalars['Int']>;
|
|
338
349
|
key: Scalars['String'];
|
|
339
350
|
languages: Array<Scalars['String']>;
|
|
340
|
-
messagesEnabled?:
|
|
351
|
+
messagesEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
341
352
|
name: Scalars['String'];
|
|
342
353
|
ownerId: Scalars['String'];
|
|
343
354
|
};
|
|
@@ -361,8 +372,8 @@ export declare type TProjectPermission = {
|
|
|
361
372
|
};
|
|
362
373
|
export declare type TProjectPermissionInput = {
|
|
363
374
|
key: TPermissionScope;
|
|
364
|
-
projectKey?:
|
|
365
|
-
storeKey?:
|
|
375
|
+
projectKey?: InputMaybe<Scalars['String']>;
|
|
376
|
+
storeKey?: InputMaybe<Scalars['String']>;
|
|
366
377
|
};
|
|
367
378
|
export declare type TProjectQueryResult = TQueryResult & {
|
|
368
379
|
__typename?: 'ProjectQueryResult';
|
|
@@ -403,26 +414,26 @@ export declare type TQuery = {
|
|
|
403
414
|
storeOAuthScopes: Array<TPermissionScope>;
|
|
404
415
|
};
|
|
405
416
|
export declare type TQuery_AllImpliedOAuthScopesArgs = {
|
|
406
|
-
onlyConfiguredOnTrustedClient?:
|
|
417
|
+
onlyConfiguredOnTrustedClient?: InputMaybe<Scalars['Boolean']>;
|
|
407
418
|
resourceAccessPermissions: Array<Scalars['String']>;
|
|
408
419
|
};
|
|
409
420
|
export declare type TQuery_InvitationArgs = {
|
|
410
|
-
where?:
|
|
421
|
+
where?: InputMaybe<TInvitationWhereInput>;
|
|
411
422
|
};
|
|
412
423
|
export declare type TQuery_OAuthClientArgs = {
|
|
413
424
|
id: Scalars['String'];
|
|
414
425
|
};
|
|
415
426
|
export declare type TQuery_OAuthClientsArgs = {
|
|
416
|
-
limit?:
|
|
417
|
-
offset?:
|
|
418
|
-
sort?:
|
|
427
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
428
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
429
|
+
sort?: InputMaybe<Array<Scalars['String']>>;
|
|
419
430
|
};
|
|
420
431
|
export declare type TQuery_ProjectArgs = {
|
|
421
|
-
key?:
|
|
432
|
+
key?: InputMaybe<Scalars['String']>;
|
|
422
433
|
};
|
|
423
434
|
export declare type TQuery_ReleasesArgs = {
|
|
424
|
-
limit?:
|
|
425
|
-
offset?:
|
|
435
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
436
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
426
437
|
origin: TReleaseOrigin;
|
|
427
438
|
};
|
|
428
439
|
export declare type TQueryResult = {
|
|
@@ -455,8 +466,8 @@ export declare type TReleaseHistory = {
|
|
|
455
466
|
title: Scalars['String'];
|
|
456
467
|
};
|
|
457
468
|
export declare type TReleaseHistory_EntriesArgs = {
|
|
458
|
-
limit?:
|
|
459
|
-
offset?:
|
|
469
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
470
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
460
471
|
};
|
|
461
472
|
export declare enum TReleaseOrigin {
|
|
462
473
|
Ctp = "ctp",
|
|
@@ -481,7 +492,7 @@ export declare type TResetUser = {
|
|
|
481
492
|
id: Scalars['String'];
|
|
482
493
|
};
|
|
483
494
|
export declare type TSetUserTimeZone = {
|
|
484
|
-
timeZone?:
|
|
495
|
+
timeZone?: InputMaybe<Scalars['String']>;
|
|
485
496
|
};
|
|
486
497
|
export declare type TShippingRateInputType = {
|
|
487
498
|
__typename?: 'ShippingRateInputType';
|
|
@@ -554,18 +565,18 @@ export declare type TUser = TMetaData & {
|
|
|
554
565
|
version?: Maybe<Scalars['Int']>;
|
|
555
566
|
};
|
|
556
567
|
export declare type TUserDraft = {
|
|
557
|
-
businessRole?:
|
|
568
|
+
businessRole?: InputMaybe<Scalars['String']>;
|
|
558
569
|
firstName: Scalars['String'];
|
|
559
570
|
lastName: Scalars['String'];
|
|
560
571
|
password: Scalars['String'];
|
|
561
572
|
};
|
|
562
573
|
export declare type TUserUpdateAction = {
|
|
563
|
-
changeBusinessRole?:
|
|
564
|
-
changeLanguage?:
|
|
565
|
-
changeName?:
|
|
566
|
-
changeNumberFormat?:
|
|
567
|
-
changePassword?:
|
|
568
|
-
setTimeZone?:
|
|
574
|
+
changeBusinessRole?: InputMaybe<TChangeUserBusinessRole>;
|
|
575
|
+
changeLanguage?: InputMaybe<TChangeUserLanguage>;
|
|
576
|
+
changeName?: InputMaybe<TChangeUserName>;
|
|
577
|
+
changeNumberFormat?: InputMaybe<TChangeUserNumberFormat>;
|
|
578
|
+
changePassword?: InputMaybe<TChangeUserPassword>;
|
|
579
|
+
setTimeZone?: InputMaybe<TSetUserTimeZone>;
|
|
569
580
|
};
|
|
570
581
|
export declare type TAmILoggedInQueryVariables = Exact<{
|
|
571
582
|
[key: string]: never;
|
|
@@ -582,7 +593,7 @@ export declare type TFetchProjectQuery = {
|
|
|
582
593
|
project?: {
|
|
583
594
|
__typename?: 'Project';
|
|
584
595
|
key: string;
|
|
585
|
-
version?: number | null
|
|
596
|
+
version?: number | null;
|
|
586
597
|
name: string;
|
|
587
598
|
countries: Array<string>;
|
|
588
599
|
currencies: Array<string>;
|
|
@@ -591,12 +602,12 @@ export declare type TFetchProjectQuery = {
|
|
|
591
602
|
expiry: {
|
|
592
603
|
__typename?: 'ProjectExpiry';
|
|
593
604
|
isActive: boolean;
|
|
594
|
-
daysLeft?: number | null
|
|
605
|
+
daysLeft?: number | null;
|
|
595
606
|
};
|
|
596
607
|
suspension: {
|
|
597
608
|
__typename?: 'ProjectSuspension';
|
|
598
609
|
isActive: boolean;
|
|
599
|
-
reason?: TProjectSuspensionReason | null
|
|
610
|
+
reason?: TProjectSuspensionReason | null;
|
|
600
611
|
};
|
|
601
612
|
allAppliedPermissions: Array<{
|
|
602
613
|
__typename?: 'AppliedPermission';
|
|
@@ -647,7 +658,7 @@ export declare type TFetchProjectQuery = {
|
|
|
647
658
|
id: string;
|
|
648
659
|
name: string;
|
|
649
660
|
};
|
|
650
|
-
} | null
|
|
661
|
+
} | null;
|
|
651
662
|
};
|
|
652
663
|
export declare type TFetchLoggedInUserQueryVariables = Exact<{
|
|
653
664
|
[key: string]: never;
|
|
@@ -663,14 +674,14 @@ export declare type TFetchLoggedInUserQuery = {
|
|
|
663
674
|
lastName: string;
|
|
664
675
|
language: string;
|
|
665
676
|
numberFormat: string;
|
|
666
|
-
timeZone?: string | null
|
|
677
|
+
timeZone?: string | null;
|
|
667
678
|
launchdarklyTrackingId: string;
|
|
668
679
|
launchdarklyTrackingGroup: string;
|
|
669
|
-
launchdarklyTrackingSubgroup?: string | null
|
|
670
|
-
launchdarklyTrackingTeam?: Array<string> | null
|
|
680
|
+
launchdarklyTrackingSubgroup?: string | null;
|
|
681
|
+
launchdarklyTrackingTeam?: Array<string> | null;
|
|
671
682
|
launchdarklyTrackingTenant: string;
|
|
672
|
-
defaultProjectKey?: string | null
|
|
673
|
-
businessRole?: string | null
|
|
683
|
+
defaultProjectKey?: string | null;
|
|
684
|
+
businessRole?: string | null;
|
|
674
685
|
projects: {
|
|
675
686
|
__typename?: 'ProjectQueryResult';
|
|
676
687
|
total: number;
|
|
@@ -688,7 +699,7 @@ export declare type TFetchLoggedInUserQuery = {
|
|
|
688
699
|
};
|
|
689
700
|
}>;
|
|
690
701
|
};
|
|
691
|
-
} | null
|
|
702
|
+
} | null;
|
|
692
703
|
};
|
|
693
704
|
export declare type TFetchUserProjectsQueryVariables = Exact<{
|
|
694
705
|
[key: string]: never;
|
|
@@ -714,7 +725,7 @@ export declare type TFetchUserProjectsQuery = {
|
|
|
714
725
|
};
|
|
715
726
|
}>;
|
|
716
727
|
};
|
|
717
|
-
} | null
|
|
728
|
+
} | null;
|
|
718
729
|
};
|
|
719
730
|
export declare type TAllFeaturesQueryVariables = Exact<{
|
|
720
731
|
[key: string]: never;
|
|
@@ -725,7 +736,7 @@ export declare type TAllFeaturesQuery = {
|
|
|
725
736
|
__typename?: 'Feature';
|
|
726
737
|
name: string;
|
|
727
738
|
value: boolean;
|
|
728
|
-
reason?: string | null
|
|
739
|
+
reason?: string | null;
|
|
729
740
|
}>;
|
|
730
741
|
};
|
|
731
742
|
export declare type TFetchUserIdQueryVariables = Exact<{
|
|
@@ -736,5 +747,5 @@ export declare type TFetchUserIdQuery = {
|
|
|
736
747
|
user?: {
|
|
737
748
|
__typename?: 'User';
|
|
738
749
|
id: string;
|
|
739
|
-
} | null
|
|
750
|
+
} | null;
|
|
740
751
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare type Maybe<T> = T | null;
|
|
2
|
+
export declare type InputMaybe<T> = Maybe<T>;
|
|
2
3
|
export declare type Exact<T extends {
|
|
3
4
|
[key: string]: unknown;
|
|
4
5
|
}> = {
|
|
@@ -84,12 +85,12 @@ export declare type TFetchApplicationsMenuQuery = {
|
|
|
84
85
|
__typename?: 'ApplicationsMenu';
|
|
85
86
|
navBar: Array<{
|
|
86
87
|
__typename?: 'NavbarMenu';
|
|
87
|
-
shouldRenderDivider?: boolean | null
|
|
88
|
+
shouldRenderDivider?: boolean | null;
|
|
88
89
|
key: string;
|
|
89
90
|
uriPath: string;
|
|
90
91
|
icon: string;
|
|
91
|
-
featureToggle?: string | null
|
|
92
|
-
menuVisibility?: string | null
|
|
92
|
+
featureToggle?: string | null;
|
|
93
|
+
menuVisibility?: string | null;
|
|
93
94
|
permissions: Array<string>;
|
|
94
95
|
labelAllLocales: Array<{
|
|
95
96
|
__typename?: 'LocalizedField';
|
|
@@ -101,18 +102,18 @@ export declare type TFetchApplicationsMenuQuery = {
|
|
|
101
102
|
group: string;
|
|
102
103
|
name: string;
|
|
103
104
|
type: string;
|
|
104
|
-
}> | null
|
|
105
|
+
}> | null;
|
|
105
106
|
actionRights?: Array<{
|
|
106
107
|
__typename?: 'ActionRight';
|
|
107
108
|
group: string;
|
|
108
109
|
name: string;
|
|
109
|
-
}> | null
|
|
110
|
+
}> | null;
|
|
110
111
|
submenu: Array<{
|
|
111
112
|
__typename?: 'BaseMenu';
|
|
112
113
|
key: string;
|
|
113
114
|
uriPath: string;
|
|
114
|
-
featureToggle?: string | null
|
|
115
|
-
menuVisibility?: string | null
|
|
115
|
+
featureToggle?: string | null;
|
|
116
|
+
menuVisibility?: string | null;
|
|
116
117
|
permissions: Array<string>;
|
|
117
118
|
labelAllLocales: Array<{
|
|
118
119
|
__typename?: 'LocalizedField';
|
|
@@ -123,20 +124,20 @@ export declare type TFetchApplicationsMenuQuery = {
|
|
|
123
124
|
__typename?: 'ActionRight';
|
|
124
125
|
group: string;
|
|
125
126
|
name: string;
|
|
126
|
-
}> | null
|
|
127
|
+
}> | null;
|
|
127
128
|
dataFences?: Array<{
|
|
128
129
|
__typename?: 'DataFence';
|
|
129
130
|
group: string;
|
|
130
131
|
name: string;
|
|
131
132
|
type: string;
|
|
132
|
-
}> | null
|
|
133
|
+
}> | null;
|
|
133
134
|
}>;
|
|
134
135
|
}>;
|
|
135
136
|
appBar: Array<{
|
|
136
137
|
__typename?: 'BaseMenu';
|
|
137
138
|
key: string;
|
|
138
139
|
uriPath: string;
|
|
139
|
-
featureToggle?: string | null
|
|
140
|
+
featureToggle?: string | null;
|
|
140
141
|
permissions: Array<string>;
|
|
141
142
|
labelAllLocales: Array<{
|
|
142
143
|
__typename?: 'LocalizedField';
|