@commercetools-frontend/application-shell-connectors 21.12.0 → 21.14.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/dist/commercetools-frontend-application-shell-connectors.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-application-shell-connectors.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-application-shell-connectors.esm.js +1 -1
- package/dist/declarations/src/types/generated/settings.d.ts +108 -84
- package/package.json +3 -3
|
@@ -47,7 +47,7 @@ var _valuesInstanceProperty__default = /*#__PURE__*/_interopDefault(_valuesInsta
|
|
|
47
47
|
var warning__default = /*#__PURE__*/_interopDefault(warning);
|
|
48
48
|
|
|
49
49
|
// NOTE: This string will be replaced on build time with the package version.
|
|
50
|
-
var version = "21.
|
|
50
|
+
var version = "21.14.0";
|
|
51
51
|
|
|
52
52
|
var mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
|
|
53
53
|
var mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
|
|
@@ -45,7 +45,7 @@ var _Object$entries__default = /*#__PURE__*/_interopDefault(_Object$entries);
|
|
|
45
45
|
var _valuesInstanceProperty__default = /*#__PURE__*/_interopDefault(_valuesInstanceProperty);
|
|
46
46
|
|
|
47
47
|
// NOTE: This string will be replaced on build time with the package version.
|
|
48
|
-
var version = "21.
|
|
48
|
+
var version = "21.14.0";
|
|
49
49
|
|
|
50
50
|
var mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
|
|
51
51
|
var mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
|
|
@@ -24,7 +24,7 @@ import { GRAPHQL_TARGETS } from '@commercetools-frontend/constants';
|
|
|
24
24
|
import { reportErrorToSentry } from '@commercetools-frontend/sentry';
|
|
25
25
|
|
|
26
26
|
// NOTE: This string will be replaced on build time with the package version.
|
|
27
|
-
var version = "21.
|
|
27
|
+
var version = "21.14.0";
|
|
28
28
|
|
|
29
29
|
var mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
|
|
30
30
|
var mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
|
|
@@ -149,18 +149,6 @@ export declare enum TBestSellingLimit {
|
|
|
149
149
|
Five = "FIVE",
|
|
150
150
|
Ten = "TEN"
|
|
151
151
|
}
|
|
152
|
-
export declare type TCartDiscountsListView = {
|
|
153
|
-
__typename?: 'CartDiscountsListView';
|
|
154
|
-
createdAt: Scalars['DateTime'];
|
|
155
|
-
id: Scalars['ID'];
|
|
156
|
-
projectKey: Scalars['String'];
|
|
157
|
-
updatedAt: Scalars['DateTime'];
|
|
158
|
-
userId: Scalars['String'];
|
|
159
|
-
visibleColumns: Array<Scalars['String']>;
|
|
160
|
-
};
|
|
161
|
-
export declare type TCartDiscountsListViewInput = {
|
|
162
|
-
visibleColumns: Array<Scalars['String']>;
|
|
163
|
-
};
|
|
164
152
|
export declare enum TCategoryRecommendationSearchProperty {
|
|
165
153
|
Attribute = "Attribute",
|
|
166
154
|
MachineLearning = "MachineLearning",
|
|
@@ -402,18 +390,6 @@ export declare enum TDateFilterType {
|
|
|
402
390
|
Week = "WEEK",
|
|
403
391
|
Year = "YEAR"
|
|
404
392
|
}
|
|
405
|
-
export declare type TDiscountCodesListView = {
|
|
406
|
-
__typename?: 'DiscountCodesListView';
|
|
407
|
-
createdAt: Scalars['DateTime'];
|
|
408
|
-
id: Scalars['ID'];
|
|
409
|
-
projectKey: Scalars['String'];
|
|
410
|
-
updatedAt: Scalars['DateTime'];
|
|
411
|
-
userId: Scalars['String'];
|
|
412
|
-
visibleColumns: Array<Scalars['String']>;
|
|
413
|
-
};
|
|
414
|
-
export declare type TDiscountCodesListViewInput = {
|
|
415
|
-
visibleColumns: Array<Scalars['String']>;
|
|
416
|
-
};
|
|
417
393
|
export declare enum TDiscountType {
|
|
418
394
|
CartDiscount = "CartDiscount",
|
|
419
395
|
DiscountCode = "DiscountCode",
|
|
@@ -616,6 +592,7 @@ export declare type TLayoutCard_NameAllLocalesArgs = {
|
|
|
616
592
|
export declare type TLayoutCardInput = {
|
|
617
593
|
averageOrderValueConfiguration?: InputMaybe<TAverageOrderValueConfigurationInput>;
|
|
618
594
|
height: Scalars['Int'];
|
|
595
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
619
596
|
key: TMetricCardType;
|
|
620
597
|
maxHeight?: InputMaybe<Scalars['Int']>;
|
|
621
598
|
maxWidth?: InputMaybe<Scalars['Int']>;
|
|
@@ -938,16 +915,13 @@ export declare type TMutation = {
|
|
|
938
915
|
activateProjectExtensionApplication?: Maybe<TProjectExtension>;
|
|
939
916
|
changeCustomApplicationStatus?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
940
917
|
createCartDiscountsCustomView: TDiscountsCustomView;
|
|
941
|
-
createCartDiscountsListView?: Maybe<TCartDiscountsListView>;
|
|
942
918
|
createCustomApplication?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
943
919
|
createCustomersListView: TCustomersListView;
|
|
944
920
|
createDashboardView: TDashboardView;
|
|
945
921
|
createDiscountCodesCustomView: TDiscountsCustomView;
|
|
946
|
-
createDiscountCodesListView?: Maybe<TDiscountCodesListView>;
|
|
947
922
|
createOrdersListView: TOrdersListView;
|
|
948
923
|
createPimSearchListView: TPimSearchListView;
|
|
949
924
|
createProductDiscountsCustomView: TDiscountsCustomView;
|
|
950
|
-
createProductDiscountsListView?: Maybe<TProductDiscountsListView>;
|
|
951
925
|
createProductTypeAttributesView: TProductTypeAttributesView;
|
|
952
926
|
createVariantPricesListView?: Maybe<TVariantPricesListView>;
|
|
953
927
|
deactivateCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
@@ -974,10 +948,23 @@ export declare type TMutation = {
|
|
|
974
948
|
deleteProjectExtensionApplication?: Maybe<TProjectExtension>;
|
|
975
949
|
installCustomApplication?: Maybe<TRestrictedCustomApplicationInstallationForOrganization>;
|
|
976
950
|
migrateCustomersListViews?: Maybe<TMigrationResult>;
|
|
951
|
+
migrateDashboardViews?: Maybe<TMigrationResult>;
|
|
952
|
+
migrateDiscountsListViews?: Maybe<TMigrationResult>;
|
|
977
953
|
migrateOrdersListViews?: Maybe<TMigrationResult>;
|
|
954
|
+
migrateOrganizationExtensionsOidcSsoConfig: TMigrationResult;
|
|
955
|
+
migratePimSearchListViews?: Maybe<TMigrationResult>;
|
|
956
|
+
migrateProductTypeAttributesViews?: Maybe<TMigrationResult>;
|
|
978
957
|
migrateProjectExtensions: TMigrationResult;
|
|
979
|
-
|
|
980
|
-
|
|
958
|
+
migrateRuleBuilderQuickSelectionValues?: Maybe<TMigrationResult>;
|
|
959
|
+
migrateVariantPricesListViews?: Maybe<TMigrationResult>;
|
|
960
|
+
revertCustomersListViewsMigration: TReversionResult;
|
|
961
|
+
revertDashboardViewsMigration: TReversionResult;
|
|
962
|
+
revertDiscountsListViewsMigration: TReversionResult;
|
|
963
|
+
revertOrdersListViewsMigration: TReversionResult;
|
|
964
|
+
revertPimSearchListViewsMigration: TReversionResult;
|
|
965
|
+
revertProductTypeAttributesViewsMigration: TReversionResult;
|
|
966
|
+
revertRuleBuilderQuickSelectionValuesMigration: TReversionResult;
|
|
967
|
+
revertVariantPricesListViewsMigration: TReversionResult;
|
|
981
968
|
sendLinkToVerifyCustomApplicationsMaintainerContactEmail?: Maybe<TCustomApplicationsMaintainerContactEmailVerificationRequest>;
|
|
982
969
|
setCustomApplicationsMaintainerContactInformation?: Maybe<TOrganizationExtension>;
|
|
983
970
|
setOrganizationExtensionOidcSsoConfig?: Maybe<TOrganizationExtension>;
|
|
@@ -986,17 +973,14 @@ export declare type TMutation = {
|
|
|
986
973
|
setProjectExtensionOrderStatesVisibility?: Maybe<TProjectExtension>;
|
|
987
974
|
uninstallCustomApplication?: Maybe<TRestrictedCustomApplicationInstallationForOrganization>;
|
|
988
975
|
updateCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
989
|
-
updateCartDiscountsListView?: Maybe<TCartDiscountsListView>;
|
|
990
976
|
updateCustomApplication?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
991
977
|
updateCustomApplicationProjectsInstallation?: Maybe<TRestrictedCustomApplicationInstallationForOrganization>;
|
|
992
978
|
updateCustomersListView?: Maybe<TCustomersListView>;
|
|
993
979
|
updateDashboardView?: Maybe<TDashboardView>;
|
|
994
980
|
updateDiscountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
995
|
-
updateDiscountCodesListView?: Maybe<TDiscountCodesListView>;
|
|
996
981
|
updateOrdersListView?: Maybe<TOrdersListView>;
|
|
997
982
|
updatePimSearchListView?: Maybe<TPimSearchListView>;
|
|
998
983
|
updateProductDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
999
|
-
updateProductDiscountsListView?: Maybe<TProductDiscountsListView>;
|
|
1000
984
|
updateProductTypeAttributesView: TProductTypeAttributesView;
|
|
1001
985
|
updateProjectExtensionApplication?: Maybe<TProjectExtension>;
|
|
1002
986
|
updateRuleBuilderQuickSelectionValues?: Maybe<TRuleBuilderQuickSelectionValues>;
|
|
@@ -1043,9 +1027,6 @@ export declare type TMutation_ChangeCustomApplicationStatusArgs = {
|
|
|
1043
1027
|
export declare type TMutation_CreateCartDiscountsCustomViewArgs = {
|
|
1044
1028
|
data: TDiscountsCustomViewInput;
|
|
1045
1029
|
};
|
|
1046
|
-
export declare type TMutation_CreateCartDiscountsListViewArgs = {
|
|
1047
|
-
data: TCartDiscountsListViewInput;
|
|
1048
|
-
};
|
|
1049
1030
|
export declare type TMutation_CreateCustomApplicationArgs = {
|
|
1050
1031
|
data: TCustomApplicationDraftDataInput;
|
|
1051
1032
|
organizationId: Scalars['String'];
|
|
@@ -1059,9 +1040,6 @@ export declare type TMutation_CreateDashboardViewArgs = {
|
|
|
1059
1040
|
export declare type TMutation_CreateDiscountCodesCustomViewArgs = {
|
|
1060
1041
|
data: TDiscountsCustomViewInput;
|
|
1061
1042
|
};
|
|
1062
|
-
export declare type TMutation_CreateDiscountCodesListViewArgs = {
|
|
1063
|
-
data: TDiscountCodesListViewInput;
|
|
1064
|
-
};
|
|
1065
1043
|
export declare type TMutation_CreateOrdersListViewArgs = {
|
|
1066
1044
|
data: TOrdersListViewInput;
|
|
1067
1045
|
};
|
|
@@ -1071,9 +1049,6 @@ export declare type TMutation_CreatePimSearchListViewArgs = {
|
|
|
1071
1049
|
export declare type TMutation_CreateProductDiscountsCustomViewArgs = {
|
|
1072
1050
|
data: TDiscountsCustomViewInput;
|
|
1073
1051
|
};
|
|
1074
|
-
export declare type TMutation_CreateProductDiscountsListViewArgs = {
|
|
1075
|
-
data: TProductDiscountsListViewInput;
|
|
1076
|
-
};
|
|
1077
1052
|
export declare type TMutation_CreateProductTypeAttributesViewArgs = {
|
|
1078
1053
|
data: TProductTypeAttributesViewInput;
|
|
1079
1054
|
};
|
|
@@ -1147,19 +1122,94 @@ export declare type TMutation_InstallCustomApplicationArgs = {
|
|
|
1147
1122
|
projectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
1148
1123
|
};
|
|
1149
1124
|
export declare type TMutation_MigrateCustomersListViewsArgs = {
|
|
1125
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1126
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1127
|
+
userEmail: Scalars['String'];
|
|
1128
|
+
};
|
|
1129
|
+
export declare type TMutation_MigrateDashboardViewsArgs = {
|
|
1130
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1150
1131
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1132
|
+
userEmail: Scalars['String'];
|
|
1133
|
+
};
|
|
1134
|
+
export declare type TMutation_MigrateDiscountsListViewsArgs = {
|
|
1135
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1136
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1137
|
+
userEmail: Scalars['String'];
|
|
1151
1138
|
};
|
|
1152
1139
|
export declare type TMutation_MigrateOrdersListViewsArgs = {
|
|
1140
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1141
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1142
|
+
userEmail: Scalars['String'];
|
|
1143
|
+
};
|
|
1144
|
+
export declare type TMutation_MigrateOrganizationExtensionsOidcSsoConfigArgs = {
|
|
1145
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1153
1146
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1147
|
+
userEmail: Scalars['String'];
|
|
1148
|
+
};
|
|
1149
|
+
export declare type TMutation_MigratePimSearchListViewsArgs = {
|
|
1150
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1151
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1152
|
+
userEmail: Scalars['String'];
|
|
1153
|
+
};
|
|
1154
|
+
export declare type TMutation_MigrateProductTypeAttributesViewsArgs = {
|
|
1155
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1156
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1157
|
+
userEmail: Scalars['String'];
|
|
1154
1158
|
};
|
|
1155
1159
|
export declare type TMutation_MigrateProjectExtensionsArgs = {
|
|
1160
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1156
1161
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1162
|
+
userEmail: Scalars['String'];
|
|
1163
|
+
};
|
|
1164
|
+
export declare type TMutation_MigrateRuleBuilderQuickSelectionValuesArgs = {
|
|
1165
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1166
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1167
|
+
userEmail: Scalars['String'];
|
|
1168
|
+
};
|
|
1169
|
+
export declare type TMutation_MigrateVariantPricesListViewsArgs = {
|
|
1170
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1171
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1172
|
+
userEmail: Scalars['String'];
|
|
1157
1173
|
};
|
|
1158
1174
|
export declare type TMutation_RevertCustomersListViewsMigrationArgs = {
|
|
1175
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1159
1176
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1177
|
+
userEmail: Scalars['String'];
|
|
1178
|
+
};
|
|
1179
|
+
export declare type TMutation_RevertDashboardViewsMigrationArgs = {
|
|
1180
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1181
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1182
|
+
userEmail: Scalars['String'];
|
|
1183
|
+
};
|
|
1184
|
+
export declare type TMutation_RevertDiscountsListViewsMigrationArgs = {
|
|
1185
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1186
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1187
|
+
userEmail: Scalars['String'];
|
|
1160
1188
|
};
|
|
1161
1189
|
export declare type TMutation_RevertOrdersListViewsMigrationArgs = {
|
|
1190
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1191
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1192
|
+
userEmail: Scalars['String'];
|
|
1193
|
+
};
|
|
1194
|
+
export declare type TMutation_RevertPimSearchListViewsMigrationArgs = {
|
|
1195
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1196
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1197
|
+
userEmail: Scalars['String'];
|
|
1198
|
+
};
|
|
1199
|
+
export declare type TMutation_RevertProductTypeAttributesViewsMigrationArgs = {
|
|
1200
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1201
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1202
|
+
userEmail: Scalars['String'];
|
|
1203
|
+
};
|
|
1204
|
+
export declare type TMutation_RevertRuleBuilderQuickSelectionValuesMigrationArgs = {
|
|
1205
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1162
1206
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1207
|
+
userEmail: Scalars['String'];
|
|
1208
|
+
};
|
|
1209
|
+
export declare type TMutation_RevertVariantPricesListViewsMigrationArgs = {
|
|
1210
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1211
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1212
|
+
userEmail: Scalars['String'];
|
|
1163
1213
|
};
|
|
1164
1214
|
export declare type TMutation_SendLinkToVerifyCustomApplicationsMaintainerContactEmailArgs = {
|
|
1165
1215
|
organizationId: Scalars['String'];
|
|
@@ -1189,10 +1239,6 @@ export declare type TMutation_UpdateCartDiscountsCustomViewArgs = {
|
|
|
1189
1239
|
data: TDiscountsCustomViewInput;
|
|
1190
1240
|
id: Scalars['ID'];
|
|
1191
1241
|
};
|
|
1192
|
-
export declare type TMutation_UpdateCartDiscountsListViewArgs = {
|
|
1193
|
-
data: TCartDiscountsListViewInput;
|
|
1194
|
-
id: Scalars['ID'];
|
|
1195
|
-
};
|
|
1196
1242
|
export declare type TMutation_UpdateCustomApplicationArgs = {
|
|
1197
1243
|
applicationId: Scalars['ID'];
|
|
1198
1244
|
data: TCustomApplicationDraftDataInput;
|
|
@@ -1215,10 +1261,6 @@ export declare type TMutation_UpdateDiscountCodesCustomViewArgs = {
|
|
|
1215
1261
|
data: TDiscountsCustomViewInput;
|
|
1216
1262
|
id: Scalars['ID'];
|
|
1217
1263
|
};
|
|
1218
|
-
export declare type TMutation_UpdateDiscountCodesListViewArgs = {
|
|
1219
|
-
data: TDiscountCodesListViewInput;
|
|
1220
|
-
id: Scalars['ID'];
|
|
1221
|
-
};
|
|
1222
1264
|
export declare type TMutation_UpdateOrdersListViewArgs = {
|
|
1223
1265
|
data: TOrdersListViewInput;
|
|
1224
1266
|
id: Scalars['ID'];
|
|
@@ -1231,10 +1273,6 @@ export declare type TMutation_UpdateProductDiscountsCustomViewArgs = {
|
|
|
1231
1273
|
data: TDiscountsCustomViewInput;
|
|
1232
1274
|
id: Scalars['ID'];
|
|
1233
1275
|
};
|
|
1234
|
-
export declare type TMutation_UpdateProductDiscountsListViewArgs = {
|
|
1235
|
-
data: TProductDiscountsListViewInput;
|
|
1236
|
-
id: Scalars['ID'];
|
|
1237
|
-
};
|
|
1238
1276
|
export declare type TMutation_UpdateProductTypeAttributesViewArgs = {
|
|
1239
1277
|
data: TProductTypeAttributesViewUpdateInput;
|
|
1240
1278
|
id: Scalars['ID'];
|
|
@@ -1664,18 +1702,6 @@ export declare type TPimSearchListViewInput = {
|
|
|
1664
1702
|
export declare type TPimSearchListViewTableInput = {
|
|
1665
1703
|
visibleColumns: Array<Scalars['String']>;
|
|
1666
1704
|
};
|
|
1667
|
-
export declare type TProductDiscountsListView = {
|
|
1668
|
-
__typename?: 'ProductDiscountsListView';
|
|
1669
|
-
createdAt: Scalars['DateTime'];
|
|
1670
|
-
id: Scalars['ID'];
|
|
1671
|
-
projectKey: Scalars['String'];
|
|
1672
|
-
updatedAt: Scalars['DateTime'];
|
|
1673
|
-
userId: Scalars['String'];
|
|
1674
|
-
visibleColumns: Array<Scalars['String']>;
|
|
1675
|
-
};
|
|
1676
|
-
export declare type TProductDiscountsListViewInput = {
|
|
1677
|
-
visibleColumns: Array<Scalars['String']>;
|
|
1678
|
-
};
|
|
1679
1705
|
export declare type TProductTypeAttributesView = {
|
|
1680
1706
|
__typename?: 'ProductTypeAttributesView';
|
|
1681
1707
|
createdAt: Scalars['DateTime'];
|
|
@@ -1754,7 +1780,6 @@ export declare type TQuery = {
|
|
|
1754
1780
|
allProjectExtensions: Array<TProjectExtension>;
|
|
1755
1781
|
cartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1756
1782
|
cartDiscountsCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1757
|
-
cartDiscountsListView?: Maybe<TCartDiscountsListView>;
|
|
1758
1783
|
customApplication?: Maybe<TCustomApplication>;
|
|
1759
1784
|
customersListView?: Maybe<TCustomersListView>;
|
|
1760
1785
|
customersListViews: Array<Maybe<TCustomersListView>>;
|
|
@@ -1762,7 +1787,6 @@ export declare type TQuery = {
|
|
|
1762
1787
|
dashboardViews: Array<Maybe<TDashboardView>>;
|
|
1763
1788
|
discountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
1764
1789
|
discountCodesCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1765
|
-
discountCodesListView?: Maybe<TDiscountCodesListView>;
|
|
1766
1790
|
globalOrganizationExtension?: Maybe<TOrganizationExtension>;
|
|
1767
1791
|
legacyCustomApplication?: Maybe<TLegacyCustomApplication>;
|
|
1768
1792
|
legacyCustomApplicationsMigrationReport: Array<TLegacyCustomApplicationsMigrationReport>;
|
|
@@ -1775,7 +1799,6 @@ export declare type TQuery = {
|
|
|
1775
1799
|
pimSearchListViews: Array<Maybe<TPimSearchListView>>;
|
|
1776
1800
|
productDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1777
1801
|
productDiscountsCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1778
|
-
productDiscountsListView?: Maybe<TProductDiscountsListView>;
|
|
1779
1802
|
productTypeAttributesView?: Maybe<TProductTypeAttributesView>;
|
|
1780
1803
|
productTypeAttributesViews?: Maybe<Array<Maybe<TProductTypeAttributesView>>>;
|
|
1781
1804
|
projectExtension?: Maybe<TProjectExtension>;
|
|
@@ -1954,9 +1977,10 @@ export declare type TRestrictedCustomApplicationInstallationForProject = {
|
|
|
1954
1977
|
installInAllProjects: Scalars['Boolean'];
|
|
1955
1978
|
updatedAt: Scalars['DateTime'];
|
|
1956
1979
|
};
|
|
1957
|
-
export declare type
|
|
1958
|
-
__typename?: '
|
|
1980
|
+
export declare type TReversionResult = {
|
|
1981
|
+
__typename?: 'ReversionResult';
|
|
1959
1982
|
revertedIds?: Maybe<Array<Scalars['ID']>>;
|
|
1983
|
+
skipped?: Maybe<Scalars['Int']>;
|
|
1960
1984
|
};
|
|
1961
1985
|
export declare type TRuleBuilderQuickSelectCreatefunctionsInput = {
|
|
1962
1986
|
set?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -2369,10 +2393,10 @@ export declare type TFetchProjectExtensionsNavbarQuery = {
|
|
|
2369
2393
|
__typename?: 'RestrictedCustomApplicationForProject';
|
|
2370
2394
|
id: string;
|
|
2371
2395
|
entryPointUriPath: string;
|
|
2372
|
-
|
|
2396
|
+
icon: string;
|
|
2397
|
+
mainMenuLink: {
|
|
2373
2398
|
__typename?: 'CustomApplicationMenuLink';
|
|
2374
2399
|
id: string;
|
|
2375
|
-
icon: string;
|
|
2376
2400
|
permissions: Array<string>;
|
|
2377
2401
|
defaultLabel: string;
|
|
2378
2402
|
labelAllLocales: Array<{
|
|
@@ -2380,19 +2404,19 @@ export declare type TFetchProjectExtensionsNavbarQuery = {
|
|
|
2380
2404
|
locale: string;
|
|
2381
2405
|
value: string;
|
|
2382
2406
|
}>;
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2407
|
+
};
|
|
2408
|
+
submenuLinks: Array<{
|
|
2409
|
+
__typename?: 'CustomApplicationSubmenuLink';
|
|
2410
|
+
id: string;
|
|
2411
|
+
uriPath: string;
|
|
2412
|
+
permissions: Array<string>;
|
|
2413
|
+
defaultLabel: string;
|
|
2414
|
+
labelAllLocales: Array<{
|
|
2415
|
+
__typename?: 'LocalizedField';
|
|
2416
|
+
locale: string;
|
|
2417
|
+
value: string;
|
|
2394
2418
|
}>;
|
|
2395
|
-
}
|
|
2419
|
+
}>;
|
|
2396
2420
|
};
|
|
2397
2421
|
}> | null;
|
|
2398
2422
|
} | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-shell-connectors",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.14.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": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@babel/runtime": "^7.18.6",
|
|
25
25
|
"@babel/runtime-corejs3": "^7.18.6",
|
|
26
|
-
"@commercetools-frontend/constants": "21.
|
|
27
|
-
"@commercetools-frontend/sentry": "21.
|
|
26
|
+
"@commercetools-frontend/constants": "21.14.0",
|
|
27
|
+
"@commercetools-frontend/sentry": "21.14.0",
|
|
28
28
|
"@emotion/react": "11.9.3",
|
|
29
29
|
"@types/lodash": "^4.14.182",
|
|
30
30
|
"@types/prop-types": "^15.7.5",
|