@commercetools-frontend/application-components 22.26.0 → 22.27.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.
@@ -91,7 +91,7 @@ var Stamp__default = /*#__PURE__*/_interopDefault(Stamp);
91
91
  var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
92
92
 
93
93
  // NOTE: This string will be replaced on build time with the package version.
94
- var version = "22.26.0";
94
+ var version = "22.27.0";
95
95
 
96
96
  var _context, _context2, _context3, _context4, _context5;
97
97
 
@@ -90,7 +90,7 @@ var Stamp__default = /*#__PURE__*/_interopDefault(Stamp);
90
90
  var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
91
91
 
92
92
  // NOTE: This string will be replaced on build time with the package version.
93
- var version = "22.26.0";
93
+ var version = "22.27.0";
94
94
 
95
95
  var _context, _context2, _context3, _context4, _context5;
96
96
 
@@ -51,7 +51,7 @@ import useResizeObserver from '@react-hook/resize-observer';
51
51
  import { useMutationObserver } from '@commercetools-uikit/hooks';
52
52
 
53
53
  // NOTE: This string will be replaced on build time with the package version.
54
- var version = "22.26.0";
54
+ var version = "22.27.0";
55
55
 
56
56
  var _context, _context2, _context3, _context4, _context5;
57
57
 
@@ -64,6 +64,11 @@ export type TAverageOrderValueConfiguration = {
64
64
  export type TAverageOrderValueConfigurationInput = {
65
65
  showPreviousTimeframe: Scalars['Boolean'];
66
66
  };
67
+ export type TBatchProcessResult = {
68
+ __typename?: 'BatchProcessResult';
69
+ failed: Array<TTdlqMessageResult>;
70
+ successful: Array<TTdlqMessageResult>;
71
+ };
67
72
  export declare enum TBestSellingLimit {
68
73
  Fifteen = "FIFTEEN",
69
74
  Five = "FIVE",
@@ -372,6 +377,9 @@ export type TCustomViewsPagedQueryResult = {
372
377
  results: Array<TCustomView>;
373
378
  total: Scalars['Int'];
374
379
  };
380
+ export type TCustomerEmailValidationSettingsInput = {
381
+ isCustomerEmailValidationDisabled: Scalars['Boolean'];
382
+ };
375
383
  export type TCustomersListView = {
376
384
  __typename?: 'CustomersListView';
377
385
  createdAt: Scalars['DateTime'];
@@ -594,6 +602,17 @@ export type TLocalizedFieldDataInput = {
594
602
  locale: Scalars['String'];
595
603
  value: Scalars['String'];
596
604
  };
605
+ export type TMessage = {
606
+ __typename?: 'Message';
607
+ ackId: Scalars['String'];
608
+ data: Scalars['String'];
609
+ id: Scalars['ID'];
610
+ };
611
+ export type TMessageInput = {
612
+ ackId: Scalars['String'];
613
+ data: Scalars['String'];
614
+ id: Scalars['ID'];
615
+ };
597
616
  export declare enum TMetricCardType {
598
617
  AverageOrderValue = "AVERAGE_ORDER_VALUE",
599
618
  OrderStatus = "ORDER_STATUS",
@@ -675,11 +694,14 @@ export type TMutation = {
675
694
  deleteProjectSettingsStoresView?: Maybe<TProjectSettingsStoresView>;
676
695
  installCustomApplication?: Maybe<TRestrictedCustomApplicationInstallationForOrganization>;
677
696
  installCustomView?: Maybe<TRestrictedCustomViewInstallationForOrganization>;
697
+ moveMessagesFromDeadLetterQueueToMainQueue?: Maybe<TBatchProcessResult>;
678
698
  random: Scalars['String'];
699
+ removeMessagesFromDeadLetterQueue?: Maybe<TBatchProcessResult>;
679
700
  sendLinkToVerifyCustomApplicationsMaintainerContactEmail?: Maybe<TCustomApplicationsMaintainerContactEmailVerificationRequest>;
680
701
  setCustomApplicationsMaintainerContactInformation?: Maybe<TOrganizationExtension>;
681
702
  setOrganizationExtensionOidcSsoConfig?: Maybe<TOrganizationExtension>;
682
703
  setProjectExtensionCategoryRecommendation?: Maybe<TProjectExtension>;
704
+ setProjectExtensionCustomerEmailValidationSettings?: Maybe<TProjectExtension>;
683
705
  setProjectExtensionImageRegex?: Maybe<TProjectExtension>;
684
706
  setProjectExtensionImportSampleDataset?: Maybe<TProjectExtension>;
685
707
  setProjectExtensionOrderStatesVisibility?: Maybe<TProjectExtension>;
@@ -907,9 +929,15 @@ export type TMutation_InstallCustomViewArgs = {
907
929
  organizationId: Scalars['String'];
908
930
  projectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
909
931
  };
932
+ export type TMutation_MoveMessagesFromDeadLetterQueueToMainQueueArgs = {
933
+ messages: Array<TMessageInput>;
934
+ };
910
935
  export type TMutation_RandomArgs = {
911
936
  byteLength: Scalars['Int'];
912
937
  };
938
+ export type TMutation_RemoveMessagesFromDeadLetterQueueArgs = {
939
+ messages: Array<TMessageInput>;
940
+ };
913
941
  export type TMutation_SendLinkToVerifyCustomApplicationsMaintainerContactEmailArgs = {
914
942
  organizationId: Scalars['String'];
915
943
  };
@@ -924,6 +952,9 @@ export type TMutation_SetOrganizationExtensionOidcSsoConfigArgs = {
924
952
  export type TMutation_SetProjectExtensionCategoryRecommendationArgs = {
925
953
  data?: InputMaybe<TCategoryRecommendationSettingsDataInput>;
926
954
  };
955
+ export type TMutation_SetProjectExtensionCustomerEmailValidationSettingsArgs = {
956
+ data?: InputMaybe<TCustomerEmailValidationSettingsInput>;
957
+ };
927
958
  export type TMutation_SetProjectExtensionImageRegexArgs = {
928
959
  data?: InputMaybe<TImageRegexDataInput>;
929
960
  };
@@ -1098,6 +1129,13 @@ export type TNavbarSubmenu = {
1098
1129
  updatedAt: Scalars['DateTime'];
1099
1130
  uriPath: Scalars['String'];
1100
1131
  };
1132
+ export type TNestedTable = {
1133
+ __typename?: 'NestedTable';
1134
+ visibleColumns?: Maybe<Array<Maybe<Scalars['String']>>>;
1135
+ };
1136
+ export type TNestedTableInput = {
1137
+ visibleColumns?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
1138
+ };
1101
1139
  export declare enum TOAuthScope {
1102
1140
  ManageBusinessUnits = "ManageBusinessUnits",
1103
1141
  ManageCartDiscounts = "ManageCartDiscounts",
@@ -1264,6 +1302,7 @@ export type TPimSearchListViewInput = {
1264
1302
  table?: InputMaybe<TPimSearchListViewTableInput>;
1265
1303
  };
1266
1304
  export type TPimSearchListViewTableInput = {
1305
+ nestedTable?: InputMaybe<TNestedTableInput>;
1267
1306
  visibleColumns: Array<Scalars['String']>;
1268
1307
  };
1269
1308
  export type TProductTypeAttributesView = {
@@ -1305,6 +1344,7 @@ export type TProjectExtension = {
1305
1344
  imageRegex?: Maybe<TImageRegex>;
1306
1345
  installedApplications: Array<TRestrictedCustomApplicationInstallationForProject>;
1307
1346
  installedCustomViews: Array<TRestrictedCustomViewInstallationForProject>;
1347
+ isCustomerEmailValidationDisabled: Scalars['Boolean'];
1308
1348
  isRichTextEditorEnabled: Scalars['Boolean'];
1309
1349
  orderStatesVisibility: Array<TOrderStatesVisibility>;
1310
1350
  projectKey: Scalars['String'];
@@ -1412,6 +1452,7 @@ export type TQuery = {
1412
1452
  projectExtension?: Maybe<TProjectExtension>;
1413
1453
  projectSettingsStoresView?: Maybe<TProjectSettingsStoresView>;
1414
1454
  projectSettingsStoresViews: Array<Maybe<TProjectSettingsStoresView>>;
1455
+ readMessagesFromDeadLetterQueue: Array<TMessage>;
1415
1456
  release?: Maybe<Scalars['String']>;
1416
1457
  ruleBuilderQuickSelectionValues?: Maybe<Array<Maybe<TRuleBuilderQuickSelectionValues>>>;
1417
1458
  variantPricesListViews: Array<Maybe<TVariantPricesListView>>;
@@ -1698,6 +1739,7 @@ export type TSampleDataImportMetadata = {
1698
1739
  dataset?: Maybe<TSampleDatasets>;
1699
1740
  };
1700
1741
  export declare enum TSampleDatasets {
1742
+ B2B = "B2B",
1701
1743
  Fashion = "FASHION",
1702
1744
  Goodstore = "GOODSTORE"
1703
1745
  }
@@ -1715,8 +1757,16 @@ export declare enum TSortOrder {
1715
1757
  Asc = "Asc",
1716
1758
  Desc = "Desc"
1717
1759
  }
1760
+ export type TTdlqMessageResult = {
1761
+ __typename?: 'TDLQMessageResult';
1762
+ ackId: Scalars['String'];
1763
+ data: Scalars['String'];
1764
+ error?: Maybe<Scalars['String']>;
1765
+ id: Scalars['ID'];
1766
+ };
1718
1767
  export type TTable = {
1719
1768
  __typename?: 'Table';
1769
+ nestedTable?: Maybe<TNestedTable>;
1720
1770
  visibleColumns: Array<Scalars['String']>;
1721
1771
  };
1722
1772
  export type TTopProductsConfiguration = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-components",
3
- "version": "22.26.0",
3
+ "version": "22.27.0",
4
4
  "description": "Generic components for building Merchant Center applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -36,14 +36,14 @@
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7.22.15",
38
38
  "@babel/runtime-corejs3": "^7.22.15",
39
- "@commercetools-frontend/actions-global": "22.26.0",
40
- "@commercetools-frontend/application-config": "22.26.0",
41
- "@commercetools-frontend/application-shell-connectors": "22.26.0",
42
- "@commercetools-frontend/assets": "22.26.0",
43
- "@commercetools-frontend/constants": "22.26.0",
44
- "@commercetools-frontend/i18n": "22.26.0",
45
- "@commercetools-frontend/l10n": "22.26.0",
46
- "@commercetools-frontend/sentry": "22.26.0",
39
+ "@commercetools-frontend/actions-global": "22.27.0",
40
+ "@commercetools-frontend/application-config": "22.27.0",
41
+ "@commercetools-frontend/application-shell-connectors": "22.27.0",
42
+ "@commercetools-frontend/assets": "22.27.0",
43
+ "@commercetools-frontend/constants": "22.27.0",
44
+ "@commercetools-frontend/i18n": "22.27.0",
45
+ "@commercetools-frontend/l10n": "22.27.0",
46
+ "@commercetools-frontend/sentry": "22.27.0",
47
47
  "@commercetools-uikit/accessible-button": "^19.2.0",
48
48
  "@commercetools-uikit/card": "^19.2.0",
49
49
  "@commercetools-uikit/constraints": "^19.2.0",
@@ -63,13 +63,13 @@
63
63
  "@commercetools-uikit/utils": "^19.2.0",
64
64
  "@emotion/react": "^11.11.4",
65
65
  "@emotion/styled": "^11.11.0",
66
- "@flopflip/react-broadcast": "14.0.0",
66
+ "@flopflip/react-broadcast": "14.0.1",
67
67
  "@react-hook/latest": "1.0.3",
68
68
  "@react-hook/resize-observer": "1.2.6",
69
69
  "@types/history": "^4.7.11",
70
70
  "@types/lodash": "^4.14.198",
71
71
  "@types/prop-types": "^15.7.5",
72
- "@types/react": "^17.0.56",
72
+ "@types/react": "^17.0.80",
73
73
  "@types/react-dom": "^17.0.19",
74
74
  "@types/react-modal": "^3.16.0",
75
75
  "@types/react-router-dom": "^5.3.3",