@commercetools-frontend-extensions/import-resources-modal 1.3.1 → 1.3.2

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.
@@ -1,5 +1,9 @@
1
1
  import type { OperationStates, ImportSummary } from '@commercetools/importapi-sdk';
2
2
  interface ExtendedOperationStates extends OperationStates {
3
+ /**
4
+ * The number of resources in the `canceled` state.
5
+ *
6
+ */
3
7
  readonly canceled: number;
4
8
  }
5
9
  export interface ExtendedImportSummary extends ImportSummary {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/import-resources-modal",
3
3
  "description": "Shared import modal for importing resources",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -37,15 +37,15 @@
37
37
  "react-dropzone": "14.2.3"
38
38
  },
39
39
  "devDependencies": {
40
- "@commercetools-frontend/actions-global": "22.30.3",
41
- "@commercetools-frontend/application-components": "22.30.3",
42
- "@commercetools-frontend/application-shell": "22.30.3",
43
- "@commercetools-frontend/application-shell-connectors": "22.30.3",
44
- "@commercetools-frontend/constants": "22.30.3",
45
- "@commercetools-frontend/i18n": "22.30.3",
46
- "@commercetools-frontend/jest-preset-mc-app": "22.30.3",
47
- "@commercetools-frontend/sdk": "22.30.3",
48
- "@commercetools-frontend/sentry": "22.30.3",
40
+ "@commercetools-frontend/actions-global": "22.31.0",
41
+ "@commercetools-frontend/application-components": "22.31.0",
42
+ "@commercetools-frontend/application-shell": "22.31.0",
43
+ "@commercetools-frontend/application-shell-connectors": "22.31.0",
44
+ "@commercetools-frontend/constants": "22.31.0",
45
+ "@commercetools-frontend/i18n": "22.31.0",
46
+ "@commercetools-frontend/jest-preset-mc-app": "22.31.0",
47
+ "@commercetools-frontend/sdk": "22.31.0",
48
+ "@commercetools-frontend/sentry": "22.31.0",
49
49
  "@commercetools-frontend/ui-kit": "19.10.0",
50
50
  "@commercetools-uikit/data-table": "19.10.0",
51
51
  "@commercetools-uikit/design-system": "19.10.0",