@commercetools-frontend/application-shell-connectors 21.3.4 → 21.6.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.
@@ -45,7 +45,7 @@ var _valuesInstanceProperty__default = /*#__PURE__*/_interopDefault(_valuesInsta
45
45
  var _URL__default = /*#__PURE__*/_interopDefault(_URL);
46
46
 
47
47
  // NOTE: This string will be replaced on build time with the package version.
48
- var version = "21.3.4";
48
+ var version = "21.6.0";
49
49
 
50
50
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
51
51
  var getDisplayName = function getDisplayName(Component) {
@@ -44,7 +44,7 @@ var _valuesInstanceProperty__default = /*#__PURE__*/_interopDefault(_valuesInsta
44
44
  var _URL__default = /*#__PURE__*/_interopDefault(_URL);
45
45
 
46
46
  // NOTE: This string will be replaced on build time with the package version.
47
- var version = "21.3.4";
47
+ var version = "21.6.0";
48
48
 
49
49
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
50
50
  var getDisplayName = function getDisplayName(Component) {
@@ -23,7 +23,7 @@ import { GRAPHQL_TARGETS } from '@commercetools-frontend/constants';
23
23
  import { reportErrorToSentry } from '@commercetools-frontend/sentry';
24
24
 
25
25
  // NOTE: This string will be replaced on build time with the package version.
26
- var version = "21.3.4";
26
+ var version = "21.6.0";
27
27
 
28
28
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
29
29
  var getDisplayName = function getDisplayName(Component) {
@@ -332,6 +332,7 @@ export declare type TDashboardView = {
332
332
  layout?: Maybe<Array<TLayoutCard>>;
333
333
  nameAllLocales?: Maybe<Array<TLocalizedField>>;
334
334
  projectKey: Scalars['String'];
335
+ timeZone?: Maybe<Scalars['String']>;
335
336
  updatedAt: Scalars['DateTime'];
336
337
  userId: Scalars['String'];
337
338
  };
@@ -357,6 +358,7 @@ export declare type TDashboardViewInput = {
357
358
  currencyCode?: InputMaybe<Scalars['String']>;
358
359
  layout: Array<TLayoutCardInput>;
359
360
  nameAllLocales: Array<TLocalizedFieldCreateInput>;
361
+ timeZone?: InputMaybe<Scalars['String']>;
360
362
  };
361
363
  export declare enum TDateFilterType {
362
364
  Custom = "CUSTOM",
@@ -2306,6 +2308,7 @@ export declare type TFetchCustomApplicationFromCliQuery = {
2306
2308
  mainMenuLink: {
2307
2309
  __typename?: 'CustomApplicationMenuLink';
2308
2310
  defaultLabel: string;
2311
+ permissions: Array<string>;
2309
2312
  labelAllLocales: Array<{
2310
2313
  __typename?: 'LocalizedField';
2311
2314
  locale: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-shell-connectors",
3
- "version": "21.3.4",
3
+ "version": "21.6.0",
4
4
  "description": "Contains complementary tools for @commercetools-frontend/application-shell",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "@babel/runtime": "^7.17.9",
25
25
  "@babel/runtime-corejs3": "^7.17.9",
26
26
  "@commercetools-frontend/constants": "21.3.4",
27
- "@commercetools-frontend/sentry": "21.3.4",
27
+ "@commercetools-frontend/sentry": "21.6.0",
28
28
  "@emotion/react": "11.9.0",
29
29
  "@types/lodash": "^4.14.181",
30
30
  "@types/prop-types": "^15.7.5",
@@ -35,7 +35,7 @@
35
35
  "prop-types": "15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@apollo/client": "3.5.10",
38
+ "@apollo/client": "3.6.2",
39
39
  "@testing-library/react": "12.1.5",
40
40
  "react": "17.0.2"
41
41
  },