@commercetools-frontend/application-shell 24.7.2 → 24.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{application-entry-point-87fc1d21.esm.js → application-entry-point-10a5e1a5.esm.js} +1 -17
- package/dist/{application-entry-point-25a893ee.cjs.prod.js → application-entry-point-8c4b8e53.cjs.prod.js} +1 -5
- package/dist/{application-entry-point-66e4e42e.cjs.dev.js → application-entry-point-c87294b0.cjs.dev.js} +1 -18
- package/dist/commercetools-frontend-application-shell.cjs.d.ts +2 -2
- 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/{custom-view-dev-host-d0430873.cjs.dev.js → custom-view-dev-host-661cfc61.cjs.dev.js} +5 -8
- package/dist/{custom-view-dev-host-54e9ab34.esm.js → custom-view-dev-host-a7b97ce5.esm.js} +5 -7
- package/dist/{custom-view-dev-host-22fc5ded.cjs.prod.js → custom-view-dev-host-e05871d6.cjs.prod.js} +5 -5
- package/dist/declarations/src/components/application-page-title/index.d.ts +1 -1
- package/dist/declarations/src/components/application-shell/application-shell.d.ts +1 -1
- package/dist/declarations/src/components/application-shell/index.d.ts +1 -1
- package/dist/declarations/src/components/application-shell-provider/application-shell-provider.d.ts +1 -1
- package/dist/declarations/src/components/application-shell-provider/index.d.ts +1 -1
- package/dist/declarations/src/components/configure-intl-provider/index.d.ts +1 -1
- package/dist/declarations/src/components/custom-view-shell/index.d.ts +1 -1
- package/dist/declarations/src/components/error-apologizer/index.d.ts +0 -1
- package/dist/declarations/src/components/fetch-user/fetch-user.d.ts +1 -1
- package/dist/declarations/src/components/fetch-user/index.d.ts +1 -1
- package/dist/declarations/src/components/inject-reducers/index.d.ts +1 -1
- package/dist/declarations/src/components/redirect-to-login/index.d.ts +0 -1
- package/dist/declarations/src/components/redirect-to-logout/index.d.ts +1 -2
- package/dist/declarations/src/components/route-catch-all/index.d.ts +0 -1
- package/dist/declarations/src/components/setup-flop-flip-provider/index.d.ts +1 -1
- package/dist/declarations/src/components/setup-flop-flip-provider/setup-flop-flip-provider.d.ts +1 -1
- package/dist/declarations/src/components/suspended-route/index.d.ts +3 -3
- package/dist/declarations/src/components/suspended-route/protected-route.d.ts +0 -1
- package/dist/declarations/src/components/suspended-route/suspended-protected-route.d.ts +1 -2
- package/dist/declarations/src/export-types.d.ts +1 -1
- package/dist/declarations/src/hooks/use-routes-creator/index.d.ts +1 -1
- package/dist/declarations/src/index.d.ts +21 -21
- package/dist/declarations/src/ssr/index.d.ts +1 -1
- package/dist/declarations/src/test-utils/custom-views-utils.d.ts +1 -1
- package/dist/declarations/src/test-utils/index.d.ts +2 -2
- package/dist/declarations/src/test-utils/test-utils.d.ts +2 -2
- package/dist/declarations/src/utils/get-previous-project-key/index.d.ts +1 -1
- package/dist/declarations/src/utils/setup-global-error-listener/index.d.ts +1 -1
- package/dist/declarations-connectors/dist/commercetools-frontend-application-shell-connectors.cjs.d.ts +2 -0
- package/dist/declarations-connectors/src/components/application-context/application-context.d.ts +109 -0
- package/dist/declarations-connectors/src/components/application-context/index.d.ts +10 -0
- package/dist/declarations-connectors/src/components/application-context/normalizers.d.ts +48 -0
- package/dist/declarations-connectors/src/components/custom-view-context/custom-view-context.d.ts +19 -0
- package/dist/declarations-connectors/src/components/custom-view-context/index.d.ts +4 -0
- package/dist/declarations-connectors/src/components/project-extension-image-regex/index.d.ts +3 -0
- package/dist/declarations-connectors/src/components/project-extension-image-regex/project-extension-image-regex.d.ts +37 -0
- package/dist/declarations-connectors/src/configure-apollo.d.ts +7 -0
- package/dist/declarations-connectors/src/export-types.d.ts +21 -0
- package/dist/declarations-connectors/src/hooks/apollo-hooks/apollo-hooks.d.ts +12 -0
- package/dist/declarations-connectors/src/hooks/apollo-hooks/index.d.ts +1 -0
- package/dist/declarations-connectors/src/hooks/custom-views/use-custom-view-parent-data-refresher.d.ts +5 -0
- package/dist/declarations-connectors/src/index.d.ts +12 -0
- package/dist/declarations-connectors/src/types/generated/mc.d.ts +742 -0
- package/dist/declarations-connectors/src/utils/apollo-client-runtime-cache.d.ts +4 -0
- package/dist/declarations-connectors/src/utils/apollo-context.d.ts +16 -0
- package/dist/declarations-connectors/src/utils/get-correlation-id/get-correlation-id.d.ts +3 -0
- package/dist/declarations-connectors/src/utils/get-correlation-id/index.d.ts +1 -0
- package/dist/declarations-connectors/src/utils/get-mc-api-url/index.d.ts +1 -0
- package/dist/declarations-connectors/src/utils/http-client.d.ts +107 -0
- package/dist/declarations-connectors/src/utils/index.d.ts +7 -0
- package/dist/declarations-connectors/src/utils/logger.d.ts +10 -0
- package/dist/declarations-connectors/src/utils/oidc-storage.d.ts +12 -0
- package/dist/declarations-connectors/src/utils/select-project-key-from-url/index.d.ts +1 -0
- package/dist/declarations-connectors/src/utils/select-project-key-from-url/select-project-key-from-url.d.ts +1 -0
- package/dist/declarations-connectors/src/utils/select-team-id-from-storage/index.d.ts +1 -0
- package/dist/declarations-connectors/src/utils/select-team-id-from-storage/select-team-id-from-storage.d.ts +1 -0
- package/dist/declarations-connectors/src/utils/select-user-id/index.d.ts +1 -0
- package/dist/declarations-connectors/src/utils/select-user-id/select-user-id.d.ts +1 -0
- package/dist/declarations-connectors/src/version.d.ts +2 -0
- package/dist/{index-b76590b3.cjs.prod.js → index-245e2980.cjs.prod.js} +20 -15
- package/dist/{index-0459c0f4.cjs.dev.js → index-614accc4.cjs.dev.js} +20 -15
- package/dist/{index-63d718c6.cjs.dev.js → index-6e8b15ab.cjs.dev.js} +19 -142
- package/dist/{index-a5d2d010.esm.js → index-86039df7.esm.js} +19 -14
- package/dist/{index-f9551c06.esm.js → index-bfee32ba.esm.js} +19 -141
- package/dist/{index-82b627fb.cjs.prod.js → index-f38829e5.cjs.prod.js} +19 -66
- package/dist/{navbar-5b3ac835.cjs.dev.js → navbar-022383bd.cjs.dev.js} +3 -113
- package/dist/{navbar-2c26c0f7.esm.js → navbar-844d350d.esm.js} +3 -112
- package/dist/{navbar-654f1534.cjs.prod.js → navbar-acc2cd1b.cjs.prod.js} +3 -21
- package/dist/{oidc-callback-ca30194b.cjs.prod.js → oidc-callback-156358f9.cjs.prod.js} +6 -6
- package/dist/{oidc-callback-b1c0fb4b.cjs.dev.js → oidc-callback-168de462.cjs.dev.js} +6 -9
- package/dist/{oidc-callback-73295cb5.esm.js → oidc-callback-f2e3befb.esm.js} +6 -8
- package/dist/{project-container-b4fee0d6.cjs.dev.js → project-container-1261b8d4.cjs.dev.js} +10 -20
- package/dist/{project-container-3921c886.cjs.prod.js → project-container-8016faca.cjs.prod.js} +10 -11
- package/dist/{project-container-9c471740.esm.js → project-container-bebda614.esm.js} +10 -19
- package/dist/{project-expired-1a49823c.cjs.prod.js → project-expired-65da94bb.cjs.prod.js} +6 -5
- package/dist/{project-expired-fa42e755.esm.js → project-expired-b656ef29.esm.js} +6 -5
- package/dist/{project-expired-081090ed.cjs.dev.js → project-expired-b92bd5a9.cjs.dev.js} +6 -5
- package/dist/{project-not-found-871c2a08.esm.js → project-not-found-c2f814e3.esm.js} +6 -5
- package/dist/{project-not-found-927b2193.cjs.dev.js → project-not-found-c4b9a557.cjs.dev.js} +6 -5
- package/dist/{project-not-found-a8899d6a.cjs.prod.js → project-not-found-c80f0473.cjs.prod.js} +6 -5
- package/dist/{project-not-initialized-5a8ce431.cjs.dev.js → project-not-initialized-711d2a88.cjs.dev.js} +6 -5
- package/dist/{project-not-initialized-3fdfefab.esm.js → project-not-initialized-7bc049db.esm.js} +6 -5
- package/dist/{project-not-initialized-1a773477.cjs.prod.js → project-not-initialized-f6704f8c.cjs.prod.js} +6 -5
- package/dist/{project-suspended-93172b2c.cjs.dev.js → project-suspended-18e09af9.cjs.dev.js} +6 -5
- package/dist/{project-suspended-5fec80c9.cjs.prod.js → project-suspended-70f60ad4.cjs.prod.js} +6 -5
- package/dist/{project-suspended-696f83da.esm.js → project-suspended-b9a99fe3.esm.js} +6 -5
- package/dist/{quick-access-4022932f.cjs.prod.js → quick-access-483b0df9.cjs.prod.js} +16 -18
- package/dist/{quick-access-f19ebe03.cjs.dev.js → quick-access-a800a4a3.cjs.dev.js} +16 -37
- package/dist/{quick-access-d2009eae.esm.js → quick-access-d8ff6526.esm.js} +16 -36
- package/dist/{redirect-to-login-8c7575fb.cjs.prod.js → redirect-to-login-12f467b8.cjs.prod.js} +1 -2
- package/dist/{redirect-to-login-d9c20203.esm.js → redirect-to-login-2944c890.esm.js} +1 -2
- package/dist/{redirect-to-login-321190b7.cjs.dev.js → redirect-to-login-3bee13ba.cjs.dev.js} +1 -2
- package/dist/{redirect-to-logout-e67c2985.cjs.dev.js → redirect-to-logout-5a95dd2d.cjs.dev.js} +6 -5
- package/dist/{redirect-to-logout-2d42f7f1.cjs.prod.js → redirect-to-logout-7fda85d0.cjs.prod.js} +6 -5
- package/dist/{redirect-to-logout-64c4ab1e.esm.js → redirect-to-logout-aa221532.esm.js} +6 -5
- package/dist/{redirector-01f35da8.cjs.prod.js → redirector-0c72d0a4.cjs.prod.js} +0 -14
- package/dist/{redirector-98dfc5f0.cjs.dev.js → redirector-72ccfbc2.cjs.dev.js} +0 -14
- package/dist/{redirector-76670a54.esm.js → redirector-d856975f.esm.js} +0 -13
- package/dist/{requests-in-flight-loader-ac5fc71e.cjs.prod.js → requests-in-flight-loader-7f3ad61a.cjs.prod.js} +5 -4
- package/dist/{requests-in-flight-loader-02be8f44.esm.js → requests-in-flight-loader-a8044d17.esm.js} +5 -4
- package/dist/{requests-in-flight-loader-667bb113.cjs.dev.js → requests-in-flight-loader-f089e3c4.cjs.dev.js} +5 -4
- package/dist/{service-page-project-switcher-27c2172e.cjs.dev.js → service-page-project-switcher-651a2d2a.cjs.dev.js} +1 -1
- package/dist/{service-page-project-switcher-815e8660.esm.js → service-page-project-switcher-78608790.esm.js} +1 -1
- package/dist/{service-page-project-switcher-50e500af.cjs.prod.js → service-page-project-switcher-f24ba376.cjs.prod.js} +1 -1
- package/dist/{user-settings-menu-03a69aba.cjs.dev.js → user-settings-menu-6113cdd3.cjs.dev.js} +0 -15
- package/dist/{user-settings-menu-54cc2ed0.cjs.prod.js → user-settings-menu-d75f4958.cjs.prod.js} +0 -5
- package/dist/{user-settings-menu-a3ae7c85.esm.js → user-settings-menu-f98bea89.esm.js} +0 -14
- package/package.json +50 -50
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.d.ts +2 -2
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.d.ts +2 -2
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +5 -12
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +5 -5
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +5 -11
- package/dist/commercetools-frontend-application-shell.cjs.d.ts.map +0 -1
- package/dist/declarations/src/components/app-bar/app-bar.d.ts +0 -10
- package/dist/declarations/src/components/app-bar/index.d.ts +0 -1
- package/dist/declarations/src/components/application-entry-point/application-entry-point.d.ts +0 -10
- package/dist/declarations/src/components/application-entry-point/index.d.ts +0 -1
- package/dist/declarations/src/components/application-loader/application-loader.d.ts +0 -8
- package/dist/declarations/src/components/application-loader/index.d.ts +0 -1
- package/dist/declarations/src/components/application-shell/global-styles.d.ts +0 -3
- package/dist/declarations/src/components/application-shell-authenticated/application-shell-authenticated.d.ts +0 -25
- package/dist/declarations/src/components/application-shell-provider/use-coerced-environment-values.d.ts +0 -6
- package/dist/declarations/src/components/authenticated/am-i-logged-in.d.ts +0 -13
- package/dist/declarations/src/components/authenticated/authenticated.d.ts +0 -16
- package/dist/declarations/src/components/authenticated/has-cached-authentication-state.d.ts +0 -2
- package/dist/declarations/src/components/authenticated/index.d.ts +0 -1
- package/dist/declarations/src/components/authenticated/oidc-callback-error-page.d.ts +0 -12
- package/dist/declarations/src/components/authenticated/oidc-callback.async.d.ts +0 -6
- package/dist/declarations/src/components/authenticated/oidc-callback.d.ts +0 -11
- package/dist/declarations/src/components/authenticated/types.d.ts +0 -6
- package/dist/declarations/src/components/back-to-project/back-to-project.d.ts +0 -8
- package/dist/declarations/src/components/back-to-project/index.d.ts +0 -1
- package/dist/declarations/src/components/back-to-project/messages.d.ts +0 -7
- package/dist/declarations/src/components/custom-view-dev-host/custom-view-dev-host.d.ts +0 -11
- package/dist/declarations/src/components/custom-view-dev-host/index.d.ts +0 -6
- package/dist/declarations/src/components/custom-view-flop-flip-provider/custom-view-flop-flip-provider.d.ts +0 -10
- package/dist/declarations/src/components/custom-view-flop-flip-provider/index.d.ts +0 -1
- package/dist/declarations/src/components/custom-view-shell/custom-view-shell.styles.d.ts +0 -9
- package/dist/declarations/src/components/custom-view-shell-authenticated/custom-view-shell-authenticated.d.ts +0 -15
- package/dist/declarations/src/components/custom-view-shell-authenticated/index.d.ts +0 -1
- package/dist/declarations/src/components/error-apologizer/error-apologizer.d.ts +0 -5
- package/dist/declarations/src/components/error-apologizer/messages.d.ts +0 -11
- package/dist/declarations/src/components/error-boundary/error-boundary.d.ts +0 -20
- package/dist/declarations/src/components/error-boundary/index.d.ts +0 -1
- package/dist/declarations/src/components/fetch-project/fetch-project.d.ts +0 -18
- package/dist/declarations/src/components/fetch-project/index.d.ts +0 -1
- package/dist/declarations/src/components/loading-placeholder/index.d.ts +0 -1
- package/dist/declarations/src/components/loading-placeholder/loading-placeholder.d.ts +0 -10
- package/dist/declarations/src/components/locale-switcher/index.d.ts +0 -1
- package/dist/declarations/src/components/locale-switcher/locale-switcher.d.ts +0 -13
- package/dist/declarations/src/components/locale-switcher/messages.d.ts +0 -18
- package/dist/declarations/src/components/navbar/index.d.ts +0 -6
- package/dist/declarations/src/components/navbar/legacy-icons/box.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/cart.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/connected-square.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/gear.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/heart.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/list-with-search.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/paperclip.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/plugin.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/rocket.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/speedometer.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/star.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/tag-multi.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/tree-structure.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/user-filled.d.ts +0 -2
- package/dist/declarations/src/components/navbar/legacy-icons/world.d.ts +0 -2
- package/dist/declarations/src/components/navbar/main-navbar.styles.d.ts +0 -51
- package/dist/declarations/src/components/navbar/menu-items.d.ts +0 -107
- package/dist/declarations/src/components/navbar/menu-items.styles.d.ts +0 -52
- package/dist/declarations/src/components/navbar/messages.d.ts +0 -15
- package/dist/declarations/src/components/navbar/navbar-skeleton.d.ts +0 -6
- package/dist/declarations/src/components/navbar/navbar-skeleton.styles.d.ts +0 -43
- package/dist/declarations/src/components/navbar/navbar.d.ts +0 -51
- package/dist/declarations/src/components/navbar/non-nullable.d.ts +0 -1
- package/dist/declarations/src/components/navbar/shared.styles.d.ts +0 -18
- package/dist/declarations/src/components/navbar/use-navbar-state-manager.d.ts +0 -25
- package/dist/declarations/src/components/project-container/index.d.ts +0 -59
- package/dist/declarations/src/components/project-container/messages.d.ts +0 -7
- package/dist/declarations/src/components/project-container/project-container.d.ts +0 -15
- package/dist/declarations/src/components/project-data-locale/index.d.ts +0 -1
- package/dist/declarations/src/components/project-data-locale/project-data-locale.d.ts +0 -14
- package/dist/declarations/src/components/project-expired/index.d.ts +0 -6
- package/dist/declarations/src/components/project-expired/messages.d.ts +0 -11
- package/dist/declarations/src/components/project-expired/project-expired.d.ts +0 -5
- package/dist/declarations/src/components/project-not-found/index.d.ts +0 -6
- package/dist/declarations/src/components/project-not-found/messages.d.ts +0 -15
- package/dist/declarations/src/components/project-not-found/project-not-found.d.ts +0 -5
- package/dist/declarations/src/components/project-not-initialized/index.d.ts +0 -6
- package/dist/declarations/src/components/project-not-initialized/messages.d.ts +0 -11
- package/dist/declarations/src/components/project-not-initialized/project-not-initialized.d.ts +0 -5
- package/dist/declarations/src/components/project-suspended/index.d.ts +0 -8
- package/dist/declarations/src/components/project-suspended/messages.d.ts +0 -15
- package/dist/declarations/src/components/project-suspended/project-suspended.d.ts +0 -8
- package/dist/declarations/src/components/project-switcher/index.d.ts +0 -1
- package/dist/declarations/src/components/project-switcher/messages.d.ts +0 -28
- package/dist/declarations/src/components/project-switcher/project-switcher.d.ts +0 -12
- package/dist/declarations/src/components/quick-access/butler/butler.d.ts +0 -14
- package/dist/declarations/src/components/quick-access/butler/index.d.ts +0 -1
- package/dist/declarations/src/components/quick-access/butler-command/butler-command.d.ts +0 -13
- package/dist/declarations/src/components/quick-access/butler-command/index.d.ts +0 -1
- package/dist/declarations/src/components/quick-access/butler-container/butler-container.d.ts +0 -6
- package/dist/declarations/src/components/quick-access/butler-container/index.d.ts +0 -1
- package/dist/declarations/src/components/quick-access/constants.d.ts +0 -24
- package/dist/declarations/src/components/quick-access/create-commands.d.ts +0 -13
- package/dist/declarations/src/components/quick-access/history-entries.d.ts +0 -3
- package/dist/declarations/src/components/quick-access/index.d.ts +0 -8
- package/dist/declarations/src/components/quick-access/messages.d.ts +0 -247
- package/dist/declarations/src/components/quick-access/pim-indexer-states.d.ts +0 -6
- package/dist/declarations/src/components/quick-access/quick-access.d.ts +0 -12
- package/dist/declarations/src/components/quick-access/sub-commands.d.ts +0 -17
- package/dist/declarations/src/components/quick-access/types.d.ts +0 -31
- package/dist/declarations/src/components/quick-access/utils.d.ts +0 -5
- package/dist/declarations/src/components/redirect-to-login/redirect-to-login.d.ts +0 -5
- package/dist/declarations/src/components/redirect-to-logout/redirect-to-logout.d.ts +0 -6
- package/dist/declarations/src/components/redirect-to-project-create/index.d.ts +0 -6
- package/dist/declarations/src/components/redirect-to-project-create/redirect-to-project-create.d.ts +0 -5
- package/dist/declarations/src/components/redirector/index.d.ts +0 -1
- package/dist/declarations/src/components/redirector/redirector.d.ts +0 -23
- package/dist/declarations/src/components/requests-in-flight-loader/constants.d.ts +0 -1
- package/dist/declarations/src/components/requests-in-flight-loader/index.d.ts +0 -7
- package/dist/declarations/src/components/requests-in-flight-loader/messages.d.ts +0 -8
- package/dist/declarations/src/components/requests-in-flight-loader/reducer.d.ts +0 -4
- package/dist/declarations/src/components/requests-in-flight-loader/requests-in-flight-loader.d.ts +0 -6
- package/dist/declarations/src/components/requests-in-flight-loader/types.d.ts +0 -9
- package/dist/declarations/src/components/route-catch-all/route-catch-all.d.ts +0 -2
- package/dist/declarations/src/components/service-page-project-switcher/index.d.ts +0 -1
- package/dist/declarations/src/components/service-page-project-switcher/service-page-project-switcher.d.ts +0 -5
- package/dist/declarations/src/components/theme-switcher/index.d.ts +0 -1
- package/dist/declarations/src/components/theme-switcher/theme-switcher.d.ts +0 -2
- package/dist/declarations/src/components/user-settings-menu/index.d.ts +0 -12
- package/dist/declarations/src/components/user-settings-menu/messages.d.ts +0 -33
- package/dist/declarations/src/components/user-settings-menu/user-settings-menu.d.ts +0 -20
- package/dist/declarations/src/constants.d.ts +0 -42
- package/dist/declarations/src/hooks/use-applications-menu/index.d.ts +0 -1
- package/dist/declarations/src/hooks/use-applications-menu/use-applications-menu.d.ts +0 -9
- package/dist/declarations/src/hooks/use-is-served-by-proxy/index.d.ts +0 -1
- package/dist/declarations/src/hooks/use-is-served-by-proxy/use-is-served-by-proxy.d.ts +0 -2
- package/dist/declarations/src/middleware/hide-notifications.d.ts +0 -3
- package/dist/declarations/src/middleware/logger.d.ts +0 -3
- package/dist/declarations/src/types/generated/ctp.d.ts +0 -14279
- package/dist/declarations/src/types/generated/proxy.d.ts +0 -154
- package/dist/declarations/src/utils/get-mc-api-url/index.d.ts +0 -1
- package/dist/declarations/src/utils/get-mc-origin/get-mc-origin.d.ts +0 -18
- package/dist/declarations/src/utils/get-mc-origin/index.d.ts +0 -1
- package/dist/declarations/src/utils/index.d.ts +0 -3
- package/dist/declarations/src/utils/location/index.d.ts +0 -1
- package/dist/declarations/src/utils/location/location.d.ts +0 -5
- package/dist/declarations/src/utils/select-project-key-from-local-storage/index.d.ts +0 -1
- package/dist/declarations/src/utils/select-project-key-from-local-storage/select-project-key-from-local-storage.d.ts +0 -1
- package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.d.ts.map +0 -1
- package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.d.ts.map +0 -1
- /package/dist/{declarations → declarations-connectors}/src/types/generated/settings.d.ts +0 -0
- /package/dist/{declarations → declarations-connectors}/src/utils/get-mc-api-url/get-mc-api-url.d.ts +0 -0
|
@@ -0,0 +1,742 @@
|
|
|
1
|
+
export type Maybe<T> = T | null;
|
|
2
|
+
export type InputMaybe<T> = Maybe<T>;
|
|
3
|
+
export type Exact<T extends {
|
|
4
|
+
[key: string]: unknown;
|
|
5
|
+
}> = {
|
|
6
|
+
[K in keyof T]: T[K];
|
|
7
|
+
};
|
|
8
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
9
|
+
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
10
|
+
};
|
|
11
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
|
+
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
|
+
};
|
|
14
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
15
|
+
export type Scalars = {
|
|
16
|
+
ID: string;
|
|
17
|
+
String: string;
|
|
18
|
+
Boolean: boolean;
|
|
19
|
+
Int: number;
|
|
20
|
+
Float: number;
|
|
21
|
+
};
|
|
22
|
+
export type TAdditionalUserInfo = {
|
|
23
|
+
firstName: Scalars['String'];
|
|
24
|
+
lastName: Scalars['String'];
|
|
25
|
+
};
|
|
26
|
+
export type TAllPermissionsForAllApplications = {
|
|
27
|
+
__typename?: 'AllPermissionsForAllApplications';
|
|
28
|
+
allAppliedActionRights: Array<TAppliedActionRight>;
|
|
29
|
+
allAppliedDataFences: Array<TAppliedDataFence>;
|
|
30
|
+
allAppliedMenuVisibilities: Array<TAppliedMenuVisibilities>;
|
|
31
|
+
allAppliedPermissions: Array<TAppliedPermission>;
|
|
32
|
+
};
|
|
33
|
+
export type TAppliedActionRight = {
|
|
34
|
+
__typename?: 'AppliedActionRight';
|
|
35
|
+
group: Scalars['String'];
|
|
36
|
+
name: Scalars['String'];
|
|
37
|
+
value: Scalars['Boolean'];
|
|
38
|
+
};
|
|
39
|
+
export type TAppliedDataFence = TStoreDataFence;
|
|
40
|
+
export type TAppliedMenuVisibilities = {
|
|
41
|
+
__typename?: 'AppliedMenuVisibilities';
|
|
42
|
+
name: Scalars['String'];
|
|
43
|
+
value: Scalars['Boolean'];
|
|
44
|
+
};
|
|
45
|
+
export type TAppliedPermission = {
|
|
46
|
+
__typename?: 'AppliedPermission';
|
|
47
|
+
name: Scalars['String'];
|
|
48
|
+
value: Scalars['Boolean'];
|
|
49
|
+
};
|
|
50
|
+
export type TCartClassificationValue = {
|
|
51
|
+
__typename?: 'CartClassificationValue';
|
|
52
|
+
allLocaleLabels: Array<Maybe<TLocalizedField>>;
|
|
53
|
+
key: Scalars['String'];
|
|
54
|
+
};
|
|
55
|
+
export type TChangeUserBusinessRole = {
|
|
56
|
+
businessRole?: InputMaybe<Scalars['String']>;
|
|
57
|
+
};
|
|
58
|
+
export type TChangeUserLanguage = {
|
|
59
|
+
language: Scalars['String'];
|
|
60
|
+
};
|
|
61
|
+
export type TChangeUserName = {
|
|
62
|
+
firstName: Scalars['String'];
|
|
63
|
+
lastName: Scalars['String'];
|
|
64
|
+
};
|
|
65
|
+
export type TChangeUserNumberFormat = {
|
|
66
|
+
numberFormat: Scalars['String'];
|
|
67
|
+
};
|
|
68
|
+
export type TChangeUserPassword = {
|
|
69
|
+
password: Scalars['String'];
|
|
70
|
+
};
|
|
71
|
+
export type TDataFence = {
|
|
72
|
+
type: Scalars['String'];
|
|
73
|
+
};
|
|
74
|
+
export type TDeleteAccountRequest = {
|
|
75
|
+
__typename?: 'DeleteAccountRequest';
|
|
76
|
+
jwt?: Maybe<Scalars['String']>;
|
|
77
|
+
};
|
|
78
|
+
export type TDeletedUser = {
|
|
79
|
+
__typename?: 'DeletedUser';
|
|
80
|
+
id: Scalars['String'];
|
|
81
|
+
};
|
|
82
|
+
export type TFeature = {
|
|
83
|
+
__typename?: 'Feature';
|
|
84
|
+
name: Scalars['String'];
|
|
85
|
+
reason?: Maybe<Scalars['String']>;
|
|
86
|
+
value: Scalars['Boolean'];
|
|
87
|
+
};
|
|
88
|
+
export type TIdTokenUserInfo = {
|
|
89
|
+
__typename?: 'IdTokenUserInfo';
|
|
90
|
+
additionalClaims?: Maybe<Scalars['String']>;
|
|
91
|
+
aud: Scalars['String'];
|
|
92
|
+
email?: Maybe<Scalars['String']>;
|
|
93
|
+
exp: Scalars['Float'];
|
|
94
|
+
iat?: Maybe<Scalars['Float']>;
|
|
95
|
+
iss: Scalars['String'];
|
|
96
|
+
name?: Maybe<Scalars['String']>;
|
|
97
|
+
sub: Scalars['String'];
|
|
98
|
+
};
|
|
99
|
+
export type TImportResponse = {
|
|
100
|
+
__typename?: 'ImportResponse';
|
|
101
|
+
hasImportedSampleData?: Maybe<Scalars['Boolean']>;
|
|
102
|
+
importedSampleData?: Maybe<Scalars['String']>;
|
|
103
|
+
projectKey?: Maybe<Scalars['String']>;
|
|
104
|
+
};
|
|
105
|
+
export type TInvitationInput = {
|
|
106
|
+
emails: Array<Scalars['String']>;
|
|
107
|
+
organization: TInvitationOrganizationInput;
|
|
108
|
+
team: TInvitationTeamInput;
|
|
109
|
+
};
|
|
110
|
+
export type TInvitationOrganizationInput = {
|
|
111
|
+
id: Scalars['ID'];
|
|
112
|
+
name?: InputMaybe<Scalars['String']>;
|
|
113
|
+
version: Scalars['Int'];
|
|
114
|
+
};
|
|
115
|
+
export type TInvitationQueryResult = {
|
|
116
|
+
__typename?: 'InvitationQueryResult';
|
|
117
|
+
gravatarHash?: Maybe<Scalars['String']>;
|
|
118
|
+
hasValidEmail: Scalars['Boolean'];
|
|
119
|
+
isAlreadyAMemberOfTeam: Scalars['Boolean'];
|
|
120
|
+
isKnownUser: Scalars['Boolean'];
|
|
121
|
+
version: Scalars['Int'];
|
|
122
|
+
};
|
|
123
|
+
export type TInvitationResult = {
|
|
124
|
+
__typename?: 'InvitationResult';
|
|
125
|
+
email: Scalars['String'];
|
|
126
|
+
jwt?: Maybe<Scalars['String']>;
|
|
127
|
+
status: TInvitationStatus;
|
|
128
|
+
};
|
|
129
|
+
export declare enum TInvitationStatus {
|
|
130
|
+
InvitationFailure = "InvitationFailure",
|
|
131
|
+
InvitationSent = "InvitationSent",
|
|
132
|
+
PendingRegistration = "PendingRegistration"
|
|
133
|
+
}
|
|
134
|
+
export type TInvitationTeamInput = {
|
|
135
|
+
id: Scalars['ID'];
|
|
136
|
+
};
|
|
137
|
+
export type TInvitationWhereInput = {
|
|
138
|
+
email: Scalars['String'];
|
|
139
|
+
organizationId: Scalars['ID'];
|
|
140
|
+
teamId: Scalars['ID'];
|
|
141
|
+
};
|
|
142
|
+
export type TLocalizedField = {
|
|
143
|
+
__typename?: 'LocalizedField';
|
|
144
|
+
locale: Scalars['String'];
|
|
145
|
+
value: Scalars['String'];
|
|
146
|
+
};
|
|
147
|
+
export type TMetaData = {
|
|
148
|
+
createdAt: Scalars['String'];
|
|
149
|
+
lastModifiedAt: Scalars['String'];
|
|
150
|
+
version?: Maybe<Scalars['Int']>;
|
|
151
|
+
};
|
|
152
|
+
export type TMutation = {
|
|
153
|
+
__typename?: 'Mutation';
|
|
154
|
+
createMyOrganization?: Maybe<TOrganizationCreated>;
|
|
155
|
+
createMyProject?: Maybe<TProjectPendingCreation>;
|
|
156
|
+
createOAuthClient: TOAuthClient;
|
|
157
|
+
deleteAccount: TDeletedUser;
|
|
158
|
+
deleteOAuthClient: TOAuthClient;
|
|
159
|
+
importSampleData: TImportResponse;
|
|
160
|
+
invite: Array<TInvitationResult>;
|
|
161
|
+
random: Scalars['String'];
|
|
162
|
+
resetPassword: TResetUser;
|
|
163
|
+
sendLinkToDeleteAccount?: Maybe<TDeleteAccountRequest>;
|
|
164
|
+
sendLinkToResetPassword?: Maybe<TResetPasswordRequest>;
|
|
165
|
+
sendLinkToSignUp?: Maybe<TSignUpRequest>;
|
|
166
|
+
signUp: TSignedUpUser;
|
|
167
|
+
updateUser: TUser;
|
|
168
|
+
};
|
|
169
|
+
export type TMutation_CreateMyOrganizationArgs = {
|
|
170
|
+
draft: TOrganizationDraftType;
|
|
171
|
+
};
|
|
172
|
+
export type TMutation_CreateMyProjectArgs = {
|
|
173
|
+
draft: TProjectDraftType;
|
|
174
|
+
myPermission: TMyPermissionInitializationInput;
|
|
175
|
+
};
|
|
176
|
+
export type TMutation_CreateOAuthClientArgs = {
|
|
177
|
+
draft: TOAuthClientCreationInput;
|
|
178
|
+
};
|
|
179
|
+
export type TMutation_DeleteAccountArgs = {
|
|
180
|
+
jwt: Scalars['String'];
|
|
181
|
+
};
|
|
182
|
+
export type TMutation_DeleteOAuthClientArgs = {
|
|
183
|
+
id: Scalars['ID'];
|
|
184
|
+
};
|
|
185
|
+
export type TMutation_ImportSampleDataArgs = {
|
|
186
|
+
dataset?: InputMaybe<TSampleDatasets>;
|
|
187
|
+
projectKey: Scalars['String'];
|
|
188
|
+
};
|
|
189
|
+
export type TMutation_InviteArgs = {
|
|
190
|
+
draft: TInvitationInput;
|
|
191
|
+
origin?: InputMaybe<Scalars['String']>;
|
|
192
|
+
};
|
|
193
|
+
export type TMutation_RandomArgs = {
|
|
194
|
+
byteLength: Scalars['Int'];
|
|
195
|
+
};
|
|
196
|
+
export type TMutation_ResetPasswordArgs = {
|
|
197
|
+
draft: TResetPasswordDraft;
|
|
198
|
+
jwt: Scalars['String'];
|
|
199
|
+
};
|
|
200
|
+
export type TMutation_SendLinkToResetPasswordArgs = {
|
|
201
|
+
email: Scalars['String'];
|
|
202
|
+
};
|
|
203
|
+
export type TMutation_SendLinkToSignUpArgs = {
|
|
204
|
+
additionalInfo?: InputMaybe<TAdditionalUserInfo>;
|
|
205
|
+
email: Scalars['String'];
|
|
206
|
+
language?: InputMaybe<Scalars['String']>;
|
|
207
|
+
};
|
|
208
|
+
export type TMutation_SignUpArgs = {
|
|
209
|
+
draft: TUserDraft;
|
|
210
|
+
jwt: Scalars['String'];
|
|
211
|
+
};
|
|
212
|
+
export type TMutation_UpdateUserArgs = {
|
|
213
|
+
actions: Array<TUserUpdateAction>;
|
|
214
|
+
version: Scalars['Int'];
|
|
215
|
+
};
|
|
216
|
+
export type TMyPermissionInitializationInput = {
|
|
217
|
+
teamId: Scalars['String'];
|
|
218
|
+
};
|
|
219
|
+
export type TOAuthClient = {
|
|
220
|
+
__typename?: 'OAuthClient';
|
|
221
|
+
createdAt?: Maybe<Scalars['String']>;
|
|
222
|
+
id: Scalars['ID'];
|
|
223
|
+
lastUsedAt?: Maybe<Scalars['String']>;
|
|
224
|
+
name: Scalars['String'];
|
|
225
|
+
ownerId: Scalars['ID'];
|
|
226
|
+
permissions: Array<TProjectPermission>;
|
|
227
|
+
secret: Scalars['String'];
|
|
228
|
+
};
|
|
229
|
+
export type TOAuthClientCreationInput = {
|
|
230
|
+
name: Scalars['String'];
|
|
231
|
+
ownerId: Scalars['ID'];
|
|
232
|
+
permissions: Array<TProjectPermissionInput>;
|
|
233
|
+
};
|
|
234
|
+
export type TOAuthClientQueryResult = TQueryResult & {
|
|
235
|
+
__typename?: 'OAuthClientQueryResult';
|
|
236
|
+
count: Scalars['Int'];
|
|
237
|
+
offset: Scalars['Int'];
|
|
238
|
+
results: Array<TOAuthClient>;
|
|
239
|
+
total: Scalars['Int'];
|
|
240
|
+
};
|
|
241
|
+
export type TOAuthClientTemplate = {
|
|
242
|
+
__typename?: 'OAuthClientTemplate';
|
|
243
|
+
key: Scalars['String'];
|
|
244
|
+
oAuthScopes: Array<Scalars['String']>;
|
|
245
|
+
};
|
|
246
|
+
export type TOrganization = {
|
|
247
|
+
__typename?: 'Organization';
|
|
248
|
+
/** @deprecated This field will be removed in the future. */
|
|
249
|
+
createdAt: Scalars['String'];
|
|
250
|
+
id: Scalars['ID'];
|
|
251
|
+
name: Scalars['String'];
|
|
252
|
+
};
|
|
253
|
+
export type TOrganizationCreated = {
|
|
254
|
+
__typename?: 'OrganizationCreated';
|
|
255
|
+
id: Scalars['String'];
|
|
256
|
+
name: Scalars['String'];
|
|
257
|
+
teams: Array<TOrganizationTeamsCreated>;
|
|
258
|
+
};
|
|
259
|
+
export type TOrganizationDraftType = {
|
|
260
|
+
name: Scalars['String'];
|
|
261
|
+
ownerId: Scalars['String'];
|
|
262
|
+
};
|
|
263
|
+
export type TOrganizationTeamsCreated = {
|
|
264
|
+
__typename?: 'OrganizationTeamsCreated';
|
|
265
|
+
id: Scalars['String'];
|
|
266
|
+
name: Scalars['String'];
|
|
267
|
+
};
|
|
268
|
+
export type TProject = TMetaData & {
|
|
269
|
+
__typename?: 'Project';
|
|
270
|
+
allAppliedActionRights: Array<TAppliedActionRight>;
|
|
271
|
+
allAppliedDataFences: Array<TAppliedDataFence>;
|
|
272
|
+
/** @deprecated This field has been moved into the menuPermissionsForAllApplications field. */
|
|
273
|
+
allAppliedMenuVisibilities: Array<TAppliedMenuVisibilities>;
|
|
274
|
+
allAppliedPermissions: Array<TAppliedPermission>;
|
|
275
|
+
allPermissionsForAllApplications: TAllPermissionsForAllApplications;
|
|
276
|
+
apiVersion: Scalars['String'];
|
|
277
|
+
countries: Array<Scalars['String']>;
|
|
278
|
+
createdAt: Scalars['String'];
|
|
279
|
+
currencies: Array<Scalars['String']>;
|
|
280
|
+
expiry: TProjectExpiry;
|
|
281
|
+
initialized: Scalars['Boolean'];
|
|
282
|
+
isProductionProject: Scalars['Boolean'];
|
|
283
|
+
isUserAdminOfCurrentProject?: Maybe<Scalars['Boolean']>;
|
|
284
|
+
key: Scalars['String'];
|
|
285
|
+
languages: Array<Scalars['String']>;
|
|
286
|
+
lastModifiedAt: Scalars['String'];
|
|
287
|
+
name: Scalars['String'];
|
|
288
|
+
owner: TOrganization;
|
|
289
|
+
plan: Scalars['String'];
|
|
290
|
+
sampleDataImportDataset?: Maybe<Scalars['String']>;
|
|
291
|
+
shippingRateInputType?: Maybe<TShippingRateInputType>;
|
|
292
|
+
suspension: TProjectSuspension;
|
|
293
|
+
version?: Maybe<Scalars['Int']>;
|
|
294
|
+
};
|
|
295
|
+
export type TProjectDraftType = {
|
|
296
|
+
countries: Array<Scalars['String']>;
|
|
297
|
+
currencies: Array<Scalars['String']>;
|
|
298
|
+
deleteDaysAfterCreation?: InputMaybe<Scalars['Int']>;
|
|
299
|
+
key: Scalars['String'];
|
|
300
|
+
languages: Array<Scalars['String']>;
|
|
301
|
+
messagesEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
302
|
+
name: Scalars['String'];
|
|
303
|
+
ownerId: Scalars['String'];
|
|
304
|
+
};
|
|
305
|
+
export type TProjectExpiry = {
|
|
306
|
+
__typename?: 'ProjectExpiry';
|
|
307
|
+
daysLeft?: Maybe<Scalars['Int']>;
|
|
308
|
+
isActive: Scalars['Boolean'];
|
|
309
|
+
};
|
|
310
|
+
export type TProjectPendingCreation = {
|
|
311
|
+
__typename?: 'ProjectPendingCreation';
|
|
312
|
+
id: Scalars['String'];
|
|
313
|
+
key: Scalars['String'];
|
|
314
|
+
name: Scalars['String'];
|
|
315
|
+
version: Scalars['Int'];
|
|
316
|
+
};
|
|
317
|
+
export type TProjectPermission = {
|
|
318
|
+
__typename?: 'ProjectPermission';
|
|
319
|
+
key: Scalars['String'];
|
|
320
|
+
projectKey?: Maybe<Scalars['String']>;
|
|
321
|
+
storeKey?: Maybe<Scalars['String']>;
|
|
322
|
+
};
|
|
323
|
+
export type TProjectPermissionInput = {
|
|
324
|
+
key: Scalars['String'];
|
|
325
|
+
projectKey?: InputMaybe<Scalars['String']>;
|
|
326
|
+
storeKey?: InputMaybe<Scalars['String']>;
|
|
327
|
+
};
|
|
328
|
+
export type TProjectQueryResult = TQueryResult & {
|
|
329
|
+
__typename?: 'ProjectQueryResult';
|
|
330
|
+
count: Scalars['Int'];
|
|
331
|
+
offset: Scalars['Int'];
|
|
332
|
+
results: Array<TProject>;
|
|
333
|
+
total: Scalars['Int'];
|
|
334
|
+
};
|
|
335
|
+
export type TProjectSuspension = {
|
|
336
|
+
__typename?: 'ProjectSuspension';
|
|
337
|
+
isActive: Scalars['Boolean'];
|
|
338
|
+
reason?: Maybe<TProjectSuspensionReason>;
|
|
339
|
+
};
|
|
340
|
+
export declare enum TProjectSuspensionReason {
|
|
341
|
+
Other = "Other",
|
|
342
|
+
Payment = "Payment",
|
|
343
|
+
TemporaryMaintenance = "TemporaryMaintenance"
|
|
344
|
+
}
|
|
345
|
+
export type TQuery = {
|
|
346
|
+
__typename?: 'Query';
|
|
347
|
+
allFeatures: Array<TFeature>;
|
|
348
|
+
allImpliedOAuthScopes: Array<Scalars['String']>;
|
|
349
|
+
allSupportedActionRights?: Maybe<Array<TSupportedActionRight>>;
|
|
350
|
+
allSupportedMenuVisibilities?: Maybe<Array<TSupportedMenuVisibility>>;
|
|
351
|
+
allSupportedOAuthScopes: Array<Scalars['String']>;
|
|
352
|
+
allSupportedOAuthScopesForOAuthClients: Array<TSupportedOAuthScopeForOAuthClient>;
|
|
353
|
+
allSupportedResources?: Maybe<Array<TSupportedResource>>;
|
|
354
|
+
allSupportedStoreScopes?: Maybe<Array<TSupportedStoreScope>>;
|
|
355
|
+
amILoggedIn: Scalars['Boolean'];
|
|
356
|
+
invitation?: Maybe<TInvitationQueryResult>;
|
|
357
|
+
me?: Maybe<TUser>;
|
|
358
|
+
oAuthClient?: Maybe<TOAuthClient>;
|
|
359
|
+
oAuthClientTemplates: Array<TOAuthClientTemplate>;
|
|
360
|
+
oAuthClients: TOAuthClientQueryResult;
|
|
361
|
+
project?: Maybe<TProject>;
|
|
362
|
+
release?: Maybe<Scalars['String']>;
|
|
363
|
+
releases?: Maybe<TReleaseHistory>;
|
|
364
|
+
storeOAuthScopes: Array<Scalars['String']>;
|
|
365
|
+
systemStatus: TSystemStatus;
|
|
366
|
+
};
|
|
367
|
+
export type TQuery_AllImpliedOAuthScopesArgs = {
|
|
368
|
+
onlyConfiguredOnTrustedClient?: InputMaybe<Scalars['Boolean']>;
|
|
369
|
+
resourceAccessPermissions: Array<Scalars['String']>;
|
|
370
|
+
};
|
|
371
|
+
export type TQuery_InvitationArgs = {
|
|
372
|
+
where?: InputMaybe<TInvitationWhereInput>;
|
|
373
|
+
};
|
|
374
|
+
export type TQuery_OAuthClientArgs = {
|
|
375
|
+
id: Scalars['String'];
|
|
376
|
+
};
|
|
377
|
+
export type TQuery_OAuthClientsArgs = {
|
|
378
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
379
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
380
|
+
sort?: InputMaybe<Array<Scalars['String']>>;
|
|
381
|
+
};
|
|
382
|
+
export type TQuery_ProjectArgs = {
|
|
383
|
+
key?: InputMaybe<Scalars['String']>;
|
|
384
|
+
};
|
|
385
|
+
export type TQuery_ReleasesArgs = {
|
|
386
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
387
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
388
|
+
origin: TReleaseOrigin;
|
|
389
|
+
};
|
|
390
|
+
export type TQueryResult = {
|
|
391
|
+
count: Scalars['Int'];
|
|
392
|
+
offset: Scalars['Int'];
|
|
393
|
+
total: Scalars['Int'];
|
|
394
|
+
};
|
|
395
|
+
export type TReference = {
|
|
396
|
+
__typename?: 'Reference';
|
|
397
|
+
id: Scalars['String'];
|
|
398
|
+
typeId: Scalars['String'];
|
|
399
|
+
};
|
|
400
|
+
export type TReferenceInput = {
|
|
401
|
+
id: Scalars['ID'];
|
|
402
|
+
typeId: Scalars['String'];
|
|
403
|
+
};
|
|
404
|
+
export type TReleaseEntry = {
|
|
405
|
+
__typename?: 'ReleaseEntry';
|
|
406
|
+
description: Scalars['String'];
|
|
407
|
+
guid: Scalars['String'];
|
|
408
|
+
link: Scalars['String'];
|
|
409
|
+
releasedAt: Scalars['String'];
|
|
410
|
+
title: Scalars['String'];
|
|
411
|
+
};
|
|
412
|
+
export type TReleaseHistory = {
|
|
413
|
+
__typename?: 'ReleaseHistory';
|
|
414
|
+
description: Scalars['String'];
|
|
415
|
+
entries: TReleaseQueryResult;
|
|
416
|
+
link: Scalars['String'];
|
|
417
|
+
title: Scalars['String'];
|
|
418
|
+
};
|
|
419
|
+
export type TReleaseHistory_EntriesArgs = {
|
|
420
|
+
limit?: InputMaybe<Scalars['Int']>;
|
|
421
|
+
offset?: InputMaybe<Scalars['Int']>;
|
|
422
|
+
};
|
|
423
|
+
export declare enum TReleaseOrigin {
|
|
424
|
+
Ctp = "ctp",
|
|
425
|
+
Mc = "mc"
|
|
426
|
+
}
|
|
427
|
+
export type TReleaseQueryResult = TQueryResult & {
|
|
428
|
+
__typename?: 'ReleaseQueryResult';
|
|
429
|
+
count: Scalars['Int'];
|
|
430
|
+
offset: Scalars['Int'];
|
|
431
|
+
results: Array<TReleaseEntry>;
|
|
432
|
+
total: Scalars['Int'];
|
|
433
|
+
};
|
|
434
|
+
export type TResetPasswordDraft = {
|
|
435
|
+
password: Scalars['String'];
|
|
436
|
+
};
|
|
437
|
+
export type TResetPasswordRequest = {
|
|
438
|
+
__typename?: 'ResetPasswordRequest';
|
|
439
|
+
jwt?: Maybe<Scalars['String']>;
|
|
440
|
+
};
|
|
441
|
+
export type TResetUser = {
|
|
442
|
+
__typename?: 'ResetUser';
|
|
443
|
+
id: Scalars['String'];
|
|
444
|
+
};
|
|
445
|
+
export declare enum TSampleDatasets {
|
|
446
|
+
B2B = "B2B",
|
|
447
|
+
Goodstore = "GOODSTORE"
|
|
448
|
+
}
|
|
449
|
+
export type TSetUserTimeZone = {
|
|
450
|
+
timeZone?: InputMaybe<Scalars['String']>;
|
|
451
|
+
};
|
|
452
|
+
export type TShippingRateInputType = {
|
|
453
|
+
__typename?: 'ShippingRateInputType';
|
|
454
|
+
type: TShippingRateType;
|
|
455
|
+
values?: Maybe<Array<Maybe<TCartClassificationValue>>>;
|
|
456
|
+
};
|
|
457
|
+
export declare enum TShippingRateType {
|
|
458
|
+
CartClassification = "CartClassification",
|
|
459
|
+
CartScore = "CartScore",
|
|
460
|
+
CartValue = "CartValue"
|
|
461
|
+
}
|
|
462
|
+
export type TSignUpRequest = {
|
|
463
|
+
__typename?: 'SignUpRequest';
|
|
464
|
+
jwt?: Maybe<Scalars['String']>;
|
|
465
|
+
};
|
|
466
|
+
export type TSignedUpUser = {
|
|
467
|
+
__typename?: 'SignedUpUser';
|
|
468
|
+
id: Scalars['String'];
|
|
469
|
+
};
|
|
470
|
+
export type TStoreDataFence = TDataFence & {
|
|
471
|
+
__typename?: 'StoreDataFence';
|
|
472
|
+
group: Scalars['String'];
|
|
473
|
+
name: Scalars['String'];
|
|
474
|
+
type: Scalars['String'];
|
|
475
|
+
value: Scalars['String'];
|
|
476
|
+
};
|
|
477
|
+
export type TSupportedActionRight = {
|
|
478
|
+
__typename?: 'SupportedActionRight';
|
|
479
|
+
group: Scalars['String'];
|
|
480
|
+
name: Scalars['String'];
|
|
481
|
+
};
|
|
482
|
+
export type TSupportedMenuVisibility = {
|
|
483
|
+
__typename?: 'SupportedMenuVisibility';
|
|
484
|
+
group: Scalars['String'];
|
|
485
|
+
name: Scalars['String'];
|
|
486
|
+
};
|
|
487
|
+
export type TSupportedOAuthScopeForOAuthClient = {
|
|
488
|
+
__typename?: 'SupportedOAuthScopeForOAuthClient';
|
|
489
|
+
name: Scalars['String'];
|
|
490
|
+
};
|
|
491
|
+
export type TSupportedResource = {
|
|
492
|
+
__typename?: 'SupportedResource';
|
|
493
|
+
name: Scalars['String'];
|
|
494
|
+
};
|
|
495
|
+
export type TSupportedStoreScope = {
|
|
496
|
+
__typename?: 'SupportedStoreScope';
|
|
497
|
+
group: Scalars['String'];
|
|
498
|
+
name: Scalars['String'];
|
|
499
|
+
};
|
|
500
|
+
export declare enum TSystemOperabilityStatus {
|
|
501
|
+
Degraded = "DEGRADED",
|
|
502
|
+
Operational = "OPERATIONAL",
|
|
503
|
+
Outage = "OUTAGE"
|
|
504
|
+
}
|
|
505
|
+
export type TSystemStatus = {
|
|
506
|
+
__typename?: 'SystemStatus';
|
|
507
|
+
status: TSystemOperabilityStatus;
|
|
508
|
+
};
|
|
509
|
+
export type TUser = TMetaData & {
|
|
510
|
+
__typename?: 'User';
|
|
511
|
+
businessRole?: Maybe<Scalars['String']>;
|
|
512
|
+
createdAt: Scalars['String'];
|
|
513
|
+
defaultProjectKey?: Maybe<Scalars['String']>;
|
|
514
|
+
email: Scalars['String'];
|
|
515
|
+
firstName: Scalars['String'];
|
|
516
|
+
gravatarHash: Scalars['String'];
|
|
517
|
+
id: Scalars['ID'];
|
|
518
|
+
idTokenUserInfo?: Maybe<TIdTokenUserInfo>;
|
|
519
|
+
language: Scalars['String'];
|
|
520
|
+
lastModifiedAt: Scalars['String'];
|
|
521
|
+
lastName: Scalars['String'];
|
|
522
|
+
launchdarklyTrackingCloudEnvironment: Scalars['String'];
|
|
523
|
+
launchdarklyTrackingGroup: Scalars['String'];
|
|
524
|
+
launchdarklyTrackingId: Scalars['String'];
|
|
525
|
+
launchdarklyTrackingSubgroup?: Maybe<Scalars['String']>;
|
|
526
|
+
launchdarklyTrackingTeam?: Maybe<Array<Scalars['String']>>;
|
|
527
|
+
/** @deprecated This field is replaced by launchdarklyTrackingCloudEnvironment. */
|
|
528
|
+
launchdarklyTrackingTenant: Scalars['String'];
|
|
529
|
+
numberFormat: Scalars['String'];
|
|
530
|
+
projects: TProjectQueryResult;
|
|
531
|
+
timeZone?: Maybe<Scalars['String']>;
|
|
532
|
+
/** @deprecated This field is not used anymore. */
|
|
533
|
+
verificationStatus: TVerificationStatus;
|
|
534
|
+
version?: Maybe<Scalars['Int']>;
|
|
535
|
+
};
|
|
536
|
+
export type TUserDraft = {
|
|
537
|
+
businessRole?: InputMaybe<Scalars['String']>;
|
|
538
|
+
firstName: Scalars['String'];
|
|
539
|
+
lastName: Scalars['String'];
|
|
540
|
+
password: Scalars['String'];
|
|
541
|
+
};
|
|
542
|
+
export type TUserUpdateAction = {
|
|
543
|
+
changeBusinessRole?: InputMaybe<TChangeUserBusinessRole>;
|
|
544
|
+
changeLanguage?: InputMaybe<TChangeUserLanguage>;
|
|
545
|
+
changeName?: InputMaybe<TChangeUserName>;
|
|
546
|
+
changeNumberFormat?: InputMaybe<TChangeUserNumberFormat>;
|
|
547
|
+
changePassword?: InputMaybe<TChangeUserPassword>;
|
|
548
|
+
setTimeZone?: InputMaybe<TSetUserTimeZone>;
|
|
549
|
+
};
|
|
550
|
+
export declare enum TVerificationStatus {
|
|
551
|
+
Unverified = "Unverified",
|
|
552
|
+
Verified = "Verified"
|
|
553
|
+
}
|
|
554
|
+
export type TFetchUserIdQueryVariables = Exact<{
|
|
555
|
+
[key: string]: never;
|
|
556
|
+
}>;
|
|
557
|
+
export type TFetchUserIdQuery = {
|
|
558
|
+
__typename?: 'Query';
|
|
559
|
+
user?: {
|
|
560
|
+
__typename?: 'User';
|
|
561
|
+
id: string;
|
|
562
|
+
} | null;
|
|
563
|
+
};
|
|
564
|
+
export type TAmILoggedInQueryVariables = Exact<{
|
|
565
|
+
[key: string]: never;
|
|
566
|
+
}>;
|
|
567
|
+
export type TAmILoggedInQuery = {
|
|
568
|
+
__typename?: 'Query';
|
|
569
|
+
amILoggedIn: boolean;
|
|
570
|
+
};
|
|
571
|
+
export type TFetchProjectQueryVariables = Exact<{
|
|
572
|
+
projectKey?: InputMaybe<Scalars['String']>;
|
|
573
|
+
}>;
|
|
574
|
+
export type TFetchProjectQuery = {
|
|
575
|
+
__typename?: 'Query';
|
|
576
|
+
project?: {
|
|
577
|
+
__typename?: 'Project';
|
|
578
|
+
key: string;
|
|
579
|
+
version?: number | null;
|
|
580
|
+
name: string;
|
|
581
|
+
countries: Array<string>;
|
|
582
|
+
currencies: Array<string>;
|
|
583
|
+
languages: Array<string>;
|
|
584
|
+
initialized: boolean;
|
|
585
|
+
isProductionProject: boolean;
|
|
586
|
+
sampleDataImportDataset?: string | null;
|
|
587
|
+
isUserAdminOfCurrentProject?: boolean | null;
|
|
588
|
+
expiry: {
|
|
589
|
+
__typename?: 'ProjectExpiry';
|
|
590
|
+
isActive: boolean;
|
|
591
|
+
daysLeft?: number | null;
|
|
592
|
+
};
|
|
593
|
+
suspension: {
|
|
594
|
+
__typename?: 'ProjectSuspension';
|
|
595
|
+
isActive: boolean;
|
|
596
|
+
reason?: TProjectSuspensionReason | null;
|
|
597
|
+
};
|
|
598
|
+
allAppliedPermissions: Array<{
|
|
599
|
+
__typename?: 'AppliedPermission';
|
|
600
|
+
name: string;
|
|
601
|
+
value: boolean;
|
|
602
|
+
}>;
|
|
603
|
+
allAppliedActionRights: Array<{
|
|
604
|
+
__typename?: 'AppliedActionRight';
|
|
605
|
+
group: string;
|
|
606
|
+
name: string;
|
|
607
|
+
value: boolean;
|
|
608
|
+
}>;
|
|
609
|
+
allAppliedDataFences: Array<{
|
|
610
|
+
__typename: 'StoreDataFence';
|
|
611
|
+
type: string;
|
|
612
|
+
name: string;
|
|
613
|
+
value: string;
|
|
614
|
+
group: string;
|
|
615
|
+
}>;
|
|
616
|
+
allPermissionsForAllApplications: {
|
|
617
|
+
__typename?: 'AllPermissionsForAllApplications';
|
|
618
|
+
allAppliedPermissions: Array<{
|
|
619
|
+
__typename?: 'AppliedPermission';
|
|
620
|
+
name: string;
|
|
621
|
+
value: boolean;
|
|
622
|
+
}>;
|
|
623
|
+
allAppliedActionRights: Array<{
|
|
624
|
+
__typename?: 'AppliedActionRight';
|
|
625
|
+
group: string;
|
|
626
|
+
name: string;
|
|
627
|
+
value: boolean;
|
|
628
|
+
}>;
|
|
629
|
+
allAppliedMenuVisibilities: Array<{
|
|
630
|
+
__typename?: 'AppliedMenuVisibilities';
|
|
631
|
+
name: string;
|
|
632
|
+
value: boolean;
|
|
633
|
+
}>;
|
|
634
|
+
allAppliedDataFences: Array<{
|
|
635
|
+
__typename: 'StoreDataFence';
|
|
636
|
+
type: string;
|
|
637
|
+
name: string;
|
|
638
|
+
value: string;
|
|
639
|
+
group: string;
|
|
640
|
+
}>;
|
|
641
|
+
};
|
|
642
|
+
owner: {
|
|
643
|
+
__typename?: 'Organization';
|
|
644
|
+
id: string;
|
|
645
|
+
name: string;
|
|
646
|
+
};
|
|
647
|
+
} | null;
|
|
648
|
+
};
|
|
649
|
+
export type TFetchLoggedInUserQueryVariables = Exact<{
|
|
650
|
+
[key: string]: never;
|
|
651
|
+
}>;
|
|
652
|
+
export type TFetchLoggedInUserQuery = {
|
|
653
|
+
__typename?: 'Query';
|
|
654
|
+
user?: {
|
|
655
|
+
__typename?: 'User';
|
|
656
|
+
id: string;
|
|
657
|
+
email: string;
|
|
658
|
+
createdAt: string;
|
|
659
|
+
gravatarHash: string;
|
|
660
|
+
firstName: string;
|
|
661
|
+
lastName: string;
|
|
662
|
+
language: string;
|
|
663
|
+
numberFormat: string;
|
|
664
|
+
timeZone?: string | null;
|
|
665
|
+
launchdarklyTrackingId: string;
|
|
666
|
+
launchdarklyTrackingGroup: string;
|
|
667
|
+
launchdarklyTrackingSubgroup?: string | null;
|
|
668
|
+
launchdarklyTrackingTeam?: Array<string> | null;
|
|
669
|
+
launchdarklyTrackingCloudEnvironment: string;
|
|
670
|
+
defaultProjectKey?: string | null;
|
|
671
|
+
businessRole?: string | null;
|
|
672
|
+
projects: {
|
|
673
|
+
__typename?: 'ProjectQueryResult';
|
|
674
|
+
total: number;
|
|
675
|
+
results: Array<{
|
|
676
|
+
__typename?: 'Project';
|
|
677
|
+
name: string;
|
|
678
|
+
key: string;
|
|
679
|
+
isProductionProject: boolean;
|
|
680
|
+
suspension: {
|
|
681
|
+
__typename?: 'ProjectSuspension';
|
|
682
|
+
isActive: boolean;
|
|
683
|
+
};
|
|
684
|
+
expiry: {
|
|
685
|
+
__typename?: 'ProjectExpiry';
|
|
686
|
+
isActive: boolean;
|
|
687
|
+
};
|
|
688
|
+
}>;
|
|
689
|
+
};
|
|
690
|
+
idTokenUserInfo?: {
|
|
691
|
+
__typename?: 'IdTokenUserInfo';
|
|
692
|
+
iss: string;
|
|
693
|
+
sub: string;
|
|
694
|
+
aud: string;
|
|
695
|
+
exp: number;
|
|
696
|
+
iat?: number | null;
|
|
697
|
+
email?: string | null;
|
|
698
|
+
name?: string | null;
|
|
699
|
+
additionalClaims?: string | null;
|
|
700
|
+
} | null;
|
|
701
|
+
} | null;
|
|
702
|
+
};
|
|
703
|
+
export type TFetchUserProjectsQueryVariables = Exact<{
|
|
704
|
+
[key: string]: never;
|
|
705
|
+
}>;
|
|
706
|
+
export type TFetchUserProjectsQuery = {
|
|
707
|
+
__typename?: 'Query';
|
|
708
|
+
user?: {
|
|
709
|
+
__typename?: 'User';
|
|
710
|
+
id: string;
|
|
711
|
+
projects: {
|
|
712
|
+
__typename?: 'ProjectQueryResult';
|
|
713
|
+
total: number;
|
|
714
|
+
results: Array<{
|
|
715
|
+
__typename?: 'Project';
|
|
716
|
+
name: string;
|
|
717
|
+
key: string;
|
|
718
|
+
isProductionProject: boolean;
|
|
719
|
+
suspension: {
|
|
720
|
+
__typename?: 'ProjectSuspension';
|
|
721
|
+
isActive: boolean;
|
|
722
|
+
};
|
|
723
|
+
expiry: {
|
|
724
|
+
__typename?: 'ProjectExpiry';
|
|
725
|
+
isActive: boolean;
|
|
726
|
+
};
|
|
727
|
+
}>;
|
|
728
|
+
};
|
|
729
|
+
} | null;
|
|
730
|
+
};
|
|
731
|
+
export type TAllFeaturesQueryVariables = Exact<{
|
|
732
|
+
[key: string]: never;
|
|
733
|
+
}>;
|
|
734
|
+
export type TAllFeaturesQuery = {
|
|
735
|
+
__typename?: 'Query';
|
|
736
|
+
allFeatures: Array<{
|
|
737
|
+
__typename?: 'Feature';
|
|
738
|
+
name: string;
|
|
739
|
+
value: boolean;
|
|
740
|
+
reason?: string | null;
|
|
741
|
+
}>;
|
|
742
|
+
};
|