@commercetools-frontend/mc-scripts 21.12.0 → 21.13.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/cli/dist/commercetools-frontend-mc-scripts-cli.cjs.dev.js +5 -5
- package/cli/dist/commercetools-frontend-mc-scripts-cli.cjs.prod.js +5 -5
- package/cli/dist/commercetools-frontend-mc-scripts-cli.esm.js +5 -5
- package/dist/{build-9434754d.cjs.prod.js → build-20b6f347.cjs.prod.js} +3 -3
- package/dist/{build-ad34bf97.cjs.dev.js → build-f27ec2c8.cjs.dev.js} +3 -3
- package/dist/{build-cd343fb7.esm.js → build-fd7a236a.esm.js} +3 -3
- package/dist/commercetools-frontend-mc-scripts.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-mc-scripts.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-mc-scripts.esm.js +1 -1
- package/dist/{config-sync-6aa65fac.esm.js → config-sync-5c8b1829.esm.js} +2 -2
- package/dist/{config-sync-a2570c3f.cjs.prod.js → config-sync-84fe04d4.cjs.prod.js} +2 -2
- package/dist/{config-sync-9259f7d1.cjs.dev.js → config-sync-a634bbe1.cjs.dev.js} +2 -2
- package/dist/{create-postcss-config-0ff348b5.cjs.prod.js → create-postcss-config-09bd4acd.cjs.prod.js} +1 -1
- package/dist/{create-postcss-config-8b1b12ed.esm.js → create-postcss-config-14291916.esm.js} +1 -1
- package/dist/{create-postcss-config-979d5d24.cjs.dev.js → create-postcss-config-4747fab0.cjs.dev.js} +1 -1
- package/dist/{create-webpack-config-for-development-384c7928.cjs.dev.js → create-webpack-config-for-development-63a7a4dd.cjs.dev.js} +1 -1
- package/dist/{create-webpack-config-for-development-210e9389.cjs.prod.js → create-webpack-config-for-development-6cea330b.cjs.prod.js} +1 -1
- package/dist/{create-webpack-config-for-development-d5822119.esm.js → create-webpack-config-for-development-a91923f9.esm.js} +1 -1
- package/dist/{create-webpack-config-for-production-adffe7d5.cjs.dev.js → create-webpack-config-for-production-34767f84.cjs.dev.js} +1 -1
- package/dist/{create-webpack-config-for-production-8dc11eaa.esm.js → create-webpack-config-for-production-7d030024.esm.js} +1 -1
- package/dist/{create-webpack-config-for-production-43dae88a.cjs.prod.js → create-webpack-config-for-production-ecdc58bf.cjs.prod.js} +1 -1
- package/dist/declarations/src/generated/settings.d.ts +121 -84
- package/dist/{login-7ce8ea10.cjs.dev.js → login-00896ac6.cjs.dev.js} +2 -2
- package/dist/{login-2967dc5a.cjs.prod.js → login-694f8819.cjs.prod.js} +2 -2
- package/dist/{login-19a7c430.esm.js → login-e65dfec9.esm.js} +2 -2
- package/dist/{package-a4f48690.cjs.prod.js → package-2aba29f4.cjs.prod.js} +18 -18
- package/dist/{package-ba086980.cjs.dev.js → package-81b3fd5f.cjs.dev.js} +18 -18
- package/dist/{package-e94eda5d.esm.js → package-ca577fd7.esm.js} +18 -18
- package/dist/{start-6c4bfa72.cjs.prod.js → start-019d08a7.cjs.prod.js} +3 -3
- package/dist/{start-4afc0eca.cjs.dev.js → start-a0f7aac1.cjs.dev.js} +3 -3
- package/dist/{start-32a72b39.esm.js → start-c86dd47e.esm.js} +3 -3
- package/dist/{user-agent-c6673bab.esm.js → user-agent-3f6192e5.esm.js} +1 -1
- package/dist/{user-agent-ccef64b1.cjs.dev.js → user-agent-836ee98d.cjs.dev.js} +1 -1
- package/dist/{user-agent-0b681c77.cjs.prod.js → user-agent-b9cd6ee7.cjs.prod.js} +1 -1
- package/package.json +18 -18
- package/postcss/dist/commercetools-frontend-mc-scripts-postcss.cjs.dev.js +2 -2
- package/postcss/dist/commercetools-frontend-mc-scripts-postcss.cjs.prod.js +2 -2
- package/postcss/dist/commercetools-frontend-mc-scripts-postcss.esm.js +2 -2
- package/webpack/dist/commercetools-frontend-mc-scripts-webpack.cjs.dev.js +4 -4
- package/webpack/dist/commercetools-frontend-mc-scripts-webpack.cjs.prod.js +4 -4
- package/webpack/dist/commercetools-frontend-mc-scripts-webpack.esm.js +4 -4
|
@@ -150,18 +150,6 @@ export declare enum TBestSellingLimit {
|
|
|
150
150
|
Five = "FIVE",
|
|
151
151
|
Ten = "TEN"
|
|
152
152
|
}
|
|
153
|
-
export declare type TCartDiscountsListView = {
|
|
154
|
-
__typename?: 'CartDiscountsListView';
|
|
155
|
-
createdAt: Scalars['DateTime'];
|
|
156
|
-
id: Scalars['ID'];
|
|
157
|
-
projectKey: Scalars['String'];
|
|
158
|
-
updatedAt: Scalars['DateTime'];
|
|
159
|
-
userId: Scalars['String'];
|
|
160
|
-
visibleColumns: Array<Scalars['String']>;
|
|
161
|
-
};
|
|
162
|
-
export declare type TCartDiscountsListViewInput = {
|
|
163
|
-
visibleColumns: Array<Scalars['String']>;
|
|
164
|
-
};
|
|
165
153
|
export declare enum TCategoryRecommendationSearchProperty {
|
|
166
154
|
Attribute = "Attribute",
|
|
167
155
|
MachineLearning = "MachineLearning",
|
|
@@ -406,18 +394,6 @@ export declare enum TDateFilterType {
|
|
|
406
394
|
Week = "WEEK",
|
|
407
395
|
Year = "YEAR"
|
|
408
396
|
}
|
|
409
|
-
export declare type TDiscountCodesListView = {
|
|
410
|
-
__typename?: 'DiscountCodesListView';
|
|
411
|
-
createdAt: Scalars['DateTime'];
|
|
412
|
-
id: Scalars['ID'];
|
|
413
|
-
projectKey: Scalars['String'];
|
|
414
|
-
updatedAt: Scalars['DateTime'];
|
|
415
|
-
userId: Scalars['String'];
|
|
416
|
-
visibleColumns: Array<Scalars['String']>;
|
|
417
|
-
};
|
|
418
|
-
export declare type TDiscountCodesListViewInput = {
|
|
419
|
-
visibleColumns: Array<Scalars['String']>;
|
|
420
|
-
};
|
|
421
397
|
export declare enum TDiscountType {
|
|
422
398
|
CartDiscount = "CartDiscount",
|
|
423
399
|
DiscountCode = "DiscountCode",
|
|
@@ -620,6 +596,7 @@ export declare type TLayoutCard_NameAllLocalesArgs = {
|
|
|
620
596
|
export declare type TLayoutCardInput = {
|
|
621
597
|
averageOrderValueConfiguration?: InputMaybe<TAverageOrderValueConfigurationInput>;
|
|
622
598
|
height: Scalars['Int'];
|
|
599
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
623
600
|
key: TMetricCardType;
|
|
624
601
|
maxHeight?: InputMaybe<Scalars['Int']>;
|
|
625
602
|
maxWidth?: InputMaybe<Scalars['Int']>;
|
|
@@ -942,16 +919,13 @@ export declare type TMutation = {
|
|
|
942
919
|
activateProjectExtensionApplication?: Maybe<TProjectExtension>;
|
|
943
920
|
changeCustomApplicationStatus?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
944
921
|
createCartDiscountsCustomView: TDiscountsCustomView;
|
|
945
|
-
createCartDiscountsListView?: Maybe<TCartDiscountsListView>;
|
|
946
922
|
createCustomApplication?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
947
923
|
createCustomersListView: TCustomersListView;
|
|
948
924
|
createDashboardView: TDashboardView;
|
|
949
925
|
createDiscountCodesCustomView: TDiscountsCustomView;
|
|
950
|
-
createDiscountCodesListView?: Maybe<TDiscountCodesListView>;
|
|
951
926
|
createOrdersListView: TOrdersListView;
|
|
952
927
|
createPimSearchListView: TPimSearchListView;
|
|
953
928
|
createProductDiscountsCustomView: TDiscountsCustomView;
|
|
954
|
-
createProductDiscountsListView?: Maybe<TProductDiscountsListView>;
|
|
955
929
|
createProductTypeAttributesView: TProductTypeAttributesView;
|
|
956
930
|
createVariantPricesListView?: Maybe<TVariantPricesListView>;
|
|
957
931
|
deactivateCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
@@ -980,13 +954,39 @@ export declare type TMutation = {
|
|
|
980
954
|
/** @deprecated Experimental feature - For internal usage only */
|
|
981
955
|
migrateCustomersListViews?: Maybe<TMigrationResult>;
|
|
982
956
|
/** @deprecated Experimental feature - For internal usage only */
|
|
957
|
+
migrateDashboardViews?: Maybe<TMigrationResult>;
|
|
958
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
959
|
+
migrateDiscountsListViews?: Maybe<TMigrationResult>;
|
|
960
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
983
961
|
migrateOrdersListViews?: Maybe<TMigrationResult>;
|
|
984
962
|
/** @deprecated Experimental feature - For internal usage only */
|
|
963
|
+
migrateOrganizationExtensionsOidcSsoConfig: TMigrationResult;
|
|
964
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
965
|
+
migratePimSearchListViews?: Maybe<TMigrationResult>;
|
|
966
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
967
|
+
migrateProductTypeAttributesViews?: Maybe<TMigrationResult>;
|
|
968
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
985
969
|
migrateProjectExtensions: TMigrationResult;
|
|
986
970
|
/** @deprecated Experimental feature - For internal usage only */
|
|
987
|
-
|
|
971
|
+
migrateRuleBuilderQuickSelectionValues?: Maybe<TMigrationResult>;
|
|
972
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
973
|
+
migrateVariantPricesListViews?: Maybe<TMigrationResult>;
|
|
974
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
975
|
+
revertCustomersListViewsMigration: TReversionResult;
|
|
976
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
977
|
+
revertDashboardViewsMigration: TReversionResult;
|
|
978
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
979
|
+
revertDiscountsListViewsMigration: TReversionResult;
|
|
988
980
|
/** @deprecated Experimental feature - For internal usage only */
|
|
989
|
-
revertOrdersListViewsMigration:
|
|
981
|
+
revertOrdersListViewsMigration: TReversionResult;
|
|
982
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
983
|
+
revertPimSearchListViewsMigration: TReversionResult;
|
|
984
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
985
|
+
revertProductTypeAttributesViewsMigration: TReversionResult;
|
|
986
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
987
|
+
revertRuleBuilderQuickSelectionValuesMigration: TReversionResult;
|
|
988
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
989
|
+
revertVariantPricesListViewsMigration: TReversionResult;
|
|
990
990
|
sendLinkToVerifyCustomApplicationsMaintainerContactEmail?: Maybe<TCustomApplicationsMaintainerContactEmailVerificationRequest>;
|
|
991
991
|
setCustomApplicationsMaintainerContactInformation?: Maybe<TOrganizationExtension>;
|
|
992
992
|
setOrganizationExtensionOidcSsoConfig?: Maybe<TOrganizationExtension>;
|
|
@@ -995,17 +995,14 @@ export declare type TMutation = {
|
|
|
995
995
|
setProjectExtensionOrderStatesVisibility?: Maybe<TProjectExtension>;
|
|
996
996
|
uninstallCustomApplication?: Maybe<TRestrictedCustomApplicationInstallationForOrganization>;
|
|
997
997
|
updateCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
998
|
-
updateCartDiscountsListView?: Maybe<TCartDiscountsListView>;
|
|
999
998
|
updateCustomApplication?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
1000
999
|
updateCustomApplicationProjectsInstallation?: Maybe<TRestrictedCustomApplicationInstallationForOrganization>;
|
|
1001
1000
|
updateCustomersListView?: Maybe<TCustomersListView>;
|
|
1002
1001
|
updateDashboardView?: Maybe<TDashboardView>;
|
|
1003
1002
|
updateDiscountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
1004
|
-
updateDiscountCodesListView?: Maybe<TDiscountCodesListView>;
|
|
1005
1003
|
updateOrdersListView?: Maybe<TOrdersListView>;
|
|
1006
1004
|
updatePimSearchListView?: Maybe<TPimSearchListView>;
|
|
1007
1005
|
updateProductDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1008
|
-
updateProductDiscountsListView?: Maybe<TProductDiscountsListView>;
|
|
1009
1006
|
updateProductTypeAttributesView: TProductTypeAttributesView;
|
|
1010
1007
|
updateProjectExtensionApplication?: Maybe<TProjectExtension>;
|
|
1011
1008
|
updateRuleBuilderQuickSelectionValues?: Maybe<TRuleBuilderQuickSelectionValues>;
|
|
@@ -1052,9 +1049,6 @@ export declare type TMutation_ChangeCustomApplicationStatusArgs = {
|
|
|
1052
1049
|
export declare type TMutation_CreateCartDiscountsCustomViewArgs = {
|
|
1053
1050
|
data: TDiscountsCustomViewInput;
|
|
1054
1051
|
};
|
|
1055
|
-
export declare type TMutation_CreateCartDiscountsListViewArgs = {
|
|
1056
|
-
data: TCartDiscountsListViewInput;
|
|
1057
|
-
};
|
|
1058
1052
|
export declare type TMutation_CreateCustomApplicationArgs = {
|
|
1059
1053
|
data: TCustomApplicationDraftDataInput;
|
|
1060
1054
|
organizationId: Scalars['String'];
|
|
@@ -1068,9 +1062,6 @@ export declare type TMutation_CreateDashboardViewArgs = {
|
|
|
1068
1062
|
export declare type TMutation_CreateDiscountCodesCustomViewArgs = {
|
|
1069
1063
|
data: TDiscountsCustomViewInput;
|
|
1070
1064
|
};
|
|
1071
|
-
export declare type TMutation_CreateDiscountCodesListViewArgs = {
|
|
1072
|
-
data: TDiscountCodesListViewInput;
|
|
1073
|
-
};
|
|
1074
1065
|
export declare type TMutation_CreateOrdersListViewArgs = {
|
|
1075
1066
|
data: TOrdersListViewInput;
|
|
1076
1067
|
};
|
|
@@ -1080,9 +1071,6 @@ export declare type TMutation_CreatePimSearchListViewArgs = {
|
|
|
1080
1071
|
export declare type TMutation_CreateProductDiscountsCustomViewArgs = {
|
|
1081
1072
|
data: TDiscountsCustomViewInput;
|
|
1082
1073
|
};
|
|
1083
|
-
export declare type TMutation_CreateProductDiscountsListViewArgs = {
|
|
1084
|
-
data: TProductDiscountsListViewInput;
|
|
1085
|
-
};
|
|
1086
1074
|
export declare type TMutation_CreateProductTypeAttributesViewArgs = {
|
|
1087
1075
|
data: TProductTypeAttributesViewInput;
|
|
1088
1076
|
};
|
|
@@ -1156,19 +1144,94 @@ export declare type TMutation_InstallCustomApplicationArgs = {
|
|
|
1156
1144
|
projectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
|
|
1157
1145
|
};
|
|
1158
1146
|
export declare type TMutation_MigrateCustomersListViewsArgs = {
|
|
1147
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1148
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1149
|
+
userEmail: Scalars['String'];
|
|
1150
|
+
};
|
|
1151
|
+
export declare type TMutation_MigrateDashboardViewsArgs = {
|
|
1152
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1153
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1154
|
+
userEmail: Scalars['String'];
|
|
1155
|
+
};
|
|
1156
|
+
export declare type TMutation_MigrateDiscountsListViewsArgs = {
|
|
1157
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1159
1158
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1159
|
+
userEmail: Scalars['String'];
|
|
1160
1160
|
};
|
|
1161
1161
|
export declare type TMutation_MigrateOrdersListViewsArgs = {
|
|
1162
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1163
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1164
|
+
userEmail: Scalars['String'];
|
|
1165
|
+
};
|
|
1166
|
+
export declare type TMutation_MigrateOrganizationExtensionsOidcSsoConfigArgs = {
|
|
1167
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1168
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1169
|
+
userEmail: Scalars['String'];
|
|
1170
|
+
};
|
|
1171
|
+
export declare type TMutation_MigratePimSearchListViewsArgs = {
|
|
1172
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1162
1173
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1174
|
+
userEmail: Scalars['String'];
|
|
1175
|
+
};
|
|
1176
|
+
export declare type TMutation_MigrateProductTypeAttributesViewsArgs = {
|
|
1177
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1178
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1179
|
+
userEmail: Scalars['String'];
|
|
1163
1180
|
};
|
|
1164
1181
|
export declare type TMutation_MigrateProjectExtensionsArgs = {
|
|
1182
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1183
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1184
|
+
userEmail: Scalars['String'];
|
|
1185
|
+
};
|
|
1186
|
+
export declare type TMutation_MigrateRuleBuilderQuickSelectionValuesArgs = {
|
|
1187
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1188
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1189
|
+
userEmail: Scalars['String'];
|
|
1190
|
+
};
|
|
1191
|
+
export declare type TMutation_MigrateVariantPricesListViewsArgs = {
|
|
1192
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1165
1193
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1194
|
+
userEmail: Scalars['String'];
|
|
1166
1195
|
};
|
|
1167
1196
|
export declare type TMutation_RevertCustomersListViewsMigrationArgs = {
|
|
1197
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1168
1198
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1199
|
+
userEmail: Scalars['String'];
|
|
1200
|
+
};
|
|
1201
|
+
export declare type TMutation_RevertDashboardViewsMigrationArgs = {
|
|
1202
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1203
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1204
|
+
userEmail: Scalars['String'];
|
|
1205
|
+
};
|
|
1206
|
+
export declare type TMutation_RevertDiscountsListViewsMigrationArgs = {
|
|
1207
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1208
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1209
|
+
userEmail: Scalars['String'];
|
|
1169
1210
|
};
|
|
1170
1211
|
export declare type TMutation_RevertOrdersListViewsMigrationArgs = {
|
|
1212
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1213
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1214
|
+
userEmail: Scalars['String'];
|
|
1215
|
+
};
|
|
1216
|
+
export declare type TMutation_RevertPimSearchListViewsMigrationArgs = {
|
|
1217
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1218
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1219
|
+
userEmail: Scalars['String'];
|
|
1220
|
+
};
|
|
1221
|
+
export declare type TMutation_RevertProductTypeAttributesViewsMigrationArgs = {
|
|
1222
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1171
1223
|
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1224
|
+
userEmail: Scalars['String'];
|
|
1225
|
+
};
|
|
1226
|
+
export declare type TMutation_RevertRuleBuilderQuickSelectionValuesMigrationArgs = {
|
|
1227
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1228
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1229
|
+
userEmail: Scalars['String'];
|
|
1230
|
+
};
|
|
1231
|
+
export declare type TMutation_RevertVariantPricesListViewsMigrationArgs = {
|
|
1232
|
+
dryRun?: InputMaybe<Scalars['Boolean']>;
|
|
1233
|
+
projectKeys?: InputMaybe<Array<Scalars['String']>>;
|
|
1234
|
+
userEmail: Scalars['String'];
|
|
1172
1235
|
};
|
|
1173
1236
|
export declare type TMutation_SendLinkToVerifyCustomApplicationsMaintainerContactEmailArgs = {
|
|
1174
1237
|
organizationId: Scalars['String'];
|
|
@@ -1198,10 +1261,6 @@ export declare type TMutation_UpdateCartDiscountsCustomViewArgs = {
|
|
|
1198
1261
|
data: TDiscountsCustomViewInput;
|
|
1199
1262
|
id: Scalars['ID'];
|
|
1200
1263
|
};
|
|
1201
|
-
export declare type TMutation_UpdateCartDiscountsListViewArgs = {
|
|
1202
|
-
data: TCartDiscountsListViewInput;
|
|
1203
|
-
id: Scalars['ID'];
|
|
1204
|
-
};
|
|
1205
1264
|
export declare type TMutation_UpdateCustomApplicationArgs = {
|
|
1206
1265
|
applicationId: Scalars['ID'];
|
|
1207
1266
|
data: TCustomApplicationDraftDataInput;
|
|
@@ -1224,10 +1283,6 @@ export declare type TMutation_UpdateDiscountCodesCustomViewArgs = {
|
|
|
1224
1283
|
data: TDiscountsCustomViewInput;
|
|
1225
1284
|
id: Scalars['ID'];
|
|
1226
1285
|
};
|
|
1227
|
-
export declare type TMutation_UpdateDiscountCodesListViewArgs = {
|
|
1228
|
-
data: TDiscountCodesListViewInput;
|
|
1229
|
-
id: Scalars['ID'];
|
|
1230
|
-
};
|
|
1231
1286
|
export declare type TMutation_UpdateOrdersListViewArgs = {
|
|
1232
1287
|
data: TOrdersListViewInput;
|
|
1233
1288
|
id: Scalars['ID'];
|
|
@@ -1240,10 +1295,6 @@ export declare type TMutation_UpdateProductDiscountsCustomViewArgs = {
|
|
|
1240
1295
|
data: TDiscountsCustomViewInput;
|
|
1241
1296
|
id: Scalars['ID'];
|
|
1242
1297
|
};
|
|
1243
|
-
export declare type TMutation_UpdateProductDiscountsListViewArgs = {
|
|
1244
|
-
data: TProductDiscountsListViewInput;
|
|
1245
|
-
id: Scalars['ID'];
|
|
1246
|
-
};
|
|
1247
1298
|
export declare type TMutation_UpdateProductTypeAttributesViewArgs = {
|
|
1248
1299
|
data: TProductTypeAttributesViewUpdateInput;
|
|
1249
1300
|
id: Scalars['ID'];
|
|
@@ -1673,18 +1724,6 @@ export declare type TPimSearchListViewInput = {
|
|
|
1673
1724
|
export declare type TPimSearchListViewTableInput = {
|
|
1674
1725
|
visibleColumns: Array<Scalars['String']>;
|
|
1675
1726
|
};
|
|
1676
|
-
export declare type TProductDiscountsListView = {
|
|
1677
|
-
__typename?: 'ProductDiscountsListView';
|
|
1678
|
-
createdAt: Scalars['DateTime'];
|
|
1679
|
-
id: Scalars['ID'];
|
|
1680
|
-
projectKey: Scalars['String'];
|
|
1681
|
-
updatedAt: Scalars['DateTime'];
|
|
1682
|
-
userId: Scalars['String'];
|
|
1683
|
-
visibleColumns: Array<Scalars['String']>;
|
|
1684
|
-
};
|
|
1685
|
-
export declare type TProductDiscountsListViewInput = {
|
|
1686
|
-
visibleColumns: Array<Scalars['String']>;
|
|
1687
|
-
};
|
|
1688
1727
|
export declare type TProductTypeAttributesView = {
|
|
1689
1728
|
__typename?: 'ProductTypeAttributesView';
|
|
1690
1729
|
createdAt: Scalars['DateTime'];
|
|
@@ -1767,7 +1806,6 @@ export declare type TQuery = {
|
|
|
1767
1806
|
allProjectExtensions: Array<TProjectExtension>;
|
|
1768
1807
|
cartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1769
1808
|
cartDiscountsCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1770
|
-
cartDiscountsListView?: Maybe<TCartDiscountsListView>;
|
|
1771
1809
|
/** @deprecated Experimental feature - For internal usage only */
|
|
1772
1810
|
customApplication?: Maybe<TCustomApplication>;
|
|
1773
1811
|
customersListView?: Maybe<TCustomersListView>;
|
|
@@ -1776,7 +1814,6 @@ export declare type TQuery = {
|
|
|
1776
1814
|
dashboardViews: Array<Maybe<TDashboardView>>;
|
|
1777
1815
|
discountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
1778
1816
|
discountCodesCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1779
|
-
discountCodesListView?: Maybe<TDiscountCodesListView>;
|
|
1780
1817
|
/** @deprecated Experimental feature - For internal usage only */
|
|
1781
1818
|
globalOrganizationExtension?: Maybe<TOrganizationExtension>;
|
|
1782
1819
|
/** @deprecated Experimental feature - For internal usage only */
|
|
@@ -1792,7 +1829,6 @@ export declare type TQuery = {
|
|
|
1792
1829
|
pimSearchListViews: Array<Maybe<TPimSearchListView>>;
|
|
1793
1830
|
productDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1794
1831
|
productDiscountsCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1795
|
-
productDiscountsListView?: Maybe<TProductDiscountsListView>;
|
|
1796
1832
|
productTypeAttributesView?: Maybe<TProductTypeAttributesView>;
|
|
1797
1833
|
productTypeAttributesViews?: Maybe<Array<Maybe<TProductTypeAttributesView>>>;
|
|
1798
1834
|
projectExtension?: Maybe<TProjectExtension>;
|
|
@@ -1972,9 +2008,10 @@ export declare type TRestrictedCustomApplicationInstallationForProject = {
|
|
|
1972
2008
|
installInAllProjects: Scalars['Boolean'];
|
|
1973
2009
|
updatedAt: Scalars['DateTime'];
|
|
1974
2010
|
};
|
|
1975
|
-
export declare type
|
|
1976
|
-
__typename?: '
|
|
2011
|
+
export declare type TReversionResult = {
|
|
2012
|
+
__typename?: 'ReversionResult';
|
|
1977
2013
|
revertedIds?: Maybe<Array<Scalars['ID']>>;
|
|
2014
|
+
skipped?: Maybe<Scalars['Int']>;
|
|
1978
2015
|
};
|
|
1979
2016
|
export declare type TRuleBuilderQuickSelectCreatefunctionsInput = {
|
|
1980
2017
|
set?: InputMaybe<Array<Scalars['String']>>;
|
|
@@ -2387,10 +2424,10 @@ export declare type TFetchProjectExtensionsNavbarQuery = {
|
|
|
2387
2424
|
__typename?: 'RestrictedCustomApplicationForProject';
|
|
2388
2425
|
id: string;
|
|
2389
2426
|
entryPointUriPath: string;
|
|
2390
|
-
|
|
2427
|
+
icon: string;
|
|
2428
|
+
mainMenuLink: {
|
|
2391
2429
|
__typename?: 'CustomApplicationMenuLink';
|
|
2392
2430
|
id: string;
|
|
2393
|
-
icon: string;
|
|
2394
2431
|
permissions: Array<string>;
|
|
2395
2432
|
defaultLabel: string;
|
|
2396
2433
|
labelAllLocales: Array<{
|
|
@@ -2398,19 +2435,19 @@ export declare type TFetchProjectExtensionsNavbarQuery = {
|
|
|
2398
2435
|
locale: string;
|
|
2399
2436
|
value: string;
|
|
2400
2437
|
}>;
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2438
|
+
};
|
|
2439
|
+
submenuLinks: Array<{
|
|
2440
|
+
__typename?: 'CustomApplicationSubmenuLink';
|
|
2441
|
+
id: string;
|
|
2442
|
+
uriPath: string;
|
|
2443
|
+
permissions: Array<string>;
|
|
2444
|
+
defaultLabel: string;
|
|
2445
|
+
labelAllLocales: Array<{
|
|
2446
|
+
__typename?: 'LocalizedField';
|
|
2447
|
+
locale: string;
|
|
2448
|
+
value: string;
|
|
2412
2449
|
}>;
|
|
2413
|
-
}
|
|
2450
|
+
}>;
|
|
2414
2451
|
};
|
|
2415
2452
|
}> | null;
|
|
2416
2453
|
} | null;
|
|
@@ -5,7 +5,7 @@ var _regeneratorRuntime = require('@babel/runtime-corejs3/regenerator');
|
|
|
5
5
|
var prompts = require('prompts');
|
|
6
6
|
var chalk = require('chalk');
|
|
7
7
|
var applicationConfig = require('@commercetools-frontend/application-config');
|
|
8
|
-
var userAgent = require('./user-agent-
|
|
8
|
+
var userAgent = require('./user-agent-836ee98d.cjs.dev.js');
|
|
9
9
|
var _JSON$stringify = require('@babel/runtime-corejs3/core-js-stable/json/stringify');
|
|
10
10
|
var fetch = require('node-fetch');
|
|
11
11
|
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
@@ -15,7 +15,7 @@ require('fs');
|
|
|
15
15
|
require('path');
|
|
16
16
|
require('os');
|
|
17
17
|
require('@commercetools/http-user-agent');
|
|
18
|
-
require('./package-
|
|
18
|
+
require('./package-81b3fd5f.cjs.dev.js');
|
|
19
19
|
|
|
20
20
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
21
21
|
|
|
@@ -5,7 +5,7 @@ var _regeneratorRuntime = require('@babel/runtime-corejs3/regenerator');
|
|
|
5
5
|
var prompts = require('prompts');
|
|
6
6
|
var chalk = require('chalk');
|
|
7
7
|
var applicationConfig = require('@commercetools-frontend/application-config');
|
|
8
|
-
var userAgent = require('./user-agent-
|
|
8
|
+
var userAgent = require('./user-agent-b9cd6ee7.cjs.prod.js');
|
|
9
9
|
var _JSON$stringify = require('@babel/runtime-corejs3/core-js-stable/json/stringify');
|
|
10
10
|
var fetch = require('node-fetch');
|
|
11
11
|
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
@@ -15,7 +15,7 @@ require('fs');
|
|
|
15
15
|
require('path');
|
|
16
16
|
require('os');
|
|
17
17
|
require('@commercetools/http-user-agent');
|
|
18
|
-
require('./package-
|
|
18
|
+
require('./package-2aba29f4.cjs.prod.js');
|
|
19
19
|
|
|
20
20
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
21
21
|
|
|
@@ -3,7 +3,7 @@ import _regeneratorRuntime from '@babel/runtime-corejs3/regenerator';
|
|
|
3
3
|
import prompts from 'prompts';
|
|
4
4
|
import chalk from 'chalk';
|
|
5
5
|
import { processConfig } from '@commercetools-frontend/application-config';
|
|
6
|
-
import { u as userAgent, C as CredentialsStorage } from './user-agent-
|
|
6
|
+
import { u as userAgent, C as CredentialsStorage } from './user-agent-3f6192e5.esm.js';
|
|
7
7
|
import _JSON$stringify from '@babel/runtime-corejs3/core-js-stable/json/stringify';
|
|
8
8
|
import fetch from 'node-fetch';
|
|
9
9
|
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
@@ -13,7 +13,7 @@ import 'fs';
|
|
|
13
13
|
import 'path';
|
|
14
14
|
import 'os';
|
|
15
15
|
import '@commercetools/http-user-agent';
|
|
16
|
-
import './package-
|
|
16
|
+
import './package-ca577fd7.esm.js';
|
|
17
17
|
|
|
18
18
|
var getAuthToken = /*#__PURE__*/function () {
|
|
19
19
|
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(mcApiUrl, payload) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var pkgJson = {
|
|
4
4
|
name: "@commercetools-frontend/mc-scripts",
|
|
5
|
-
version: "21.
|
|
5
|
+
version: "21.13.0",
|
|
6
6
|
description: "Configuration and scripts for developing a MC application",
|
|
7
7
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
8
8
|
repository: {
|
|
@@ -60,14 +60,14 @@ var pkgJson = {
|
|
|
60
60
|
"@babel/core": "^7.18.6",
|
|
61
61
|
"@babel/runtime": "^7.18.6",
|
|
62
62
|
"@babel/runtime-corejs3": "^7.18.6",
|
|
63
|
-
"@commercetools-frontend/application-config": "21.
|
|
64
|
-
"@commercetools-frontend/assets": "21.
|
|
65
|
-
"@commercetools-frontend/babel-preset-mc-app": "21.
|
|
66
|
-
"@commercetools-frontend/constants": "21.
|
|
67
|
-
"@commercetools-frontend/mc-dev-authentication": "21.
|
|
68
|
-
"@commercetools-frontend/mc-html-template": "21.
|
|
63
|
+
"@commercetools-frontend/application-config": "21.13.0",
|
|
64
|
+
"@commercetools-frontend/assets": "21.13.0",
|
|
65
|
+
"@commercetools-frontend/babel-preset-mc-app": "21.13.0",
|
|
66
|
+
"@commercetools-frontend/constants": "21.13.0",
|
|
67
|
+
"@commercetools-frontend/mc-dev-authentication": "21.13.0",
|
|
68
|
+
"@commercetools-frontend/mc-html-template": "21.13.0",
|
|
69
69
|
"@commercetools/http-user-agent": "2.1.2",
|
|
70
|
-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.
|
|
70
|
+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
|
|
71
71
|
"@rollup/plugin-graphql": "1.1.0",
|
|
72
72
|
"@rollup/pluginutils": "4.2.1",
|
|
73
73
|
"@svgr/babel-preset": "^6.2.0",
|
|
@@ -75,7 +75,7 @@ var pkgJson = {
|
|
|
75
75
|
"@svgr/webpack": "^6.2.1",
|
|
76
76
|
"@types/prompts": "^2.0.14",
|
|
77
77
|
"@types/svgo": "^2.6.3",
|
|
78
|
-
"@vitejs/plugin-react": "2.0.
|
|
78
|
+
"@vitejs/plugin-react": "2.0.1",
|
|
79
79
|
autoprefixer: "^10.4.7",
|
|
80
80
|
"babel-loader": "8.2.5",
|
|
81
81
|
browserslist: "^4.20.2",
|
|
@@ -84,7 +84,7 @@ var pkgJson = {
|
|
|
84
84
|
"core-js": "^3.23.4",
|
|
85
85
|
"css-loader": "6.7.1",
|
|
86
86
|
"css-minimizer-webpack-plugin": "3.4.1",
|
|
87
|
-
dotenv: "16.0.
|
|
87
|
+
dotenv: "16.0.1",
|
|
88
88
|
"dotenv-expand": "8.0.3",
|
|
89
89
|
"fs-extra": "10.1.0",
|
|
90
90
|
"graphql-request": "^4.3.0",
|
|
@@ -92,21 +92,21 @@ var pkgJson = {
|
|
|
92
92
|
"html-webpack-plugin": "5.5.0",
|
|
93
93
|
"json-loader": "0.5.7",
|
|
94
94
|
lodash: "4.17.21",
|
|
95
|
-
"mini-css-extract-plugin": "2.6.
|
|
95
|
+
"mini-css-extract-plugin": "2.6.1",
|
|
96
96
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
97
97
|
"node-fetch": "2.6.7",
|
|
98
|
-
postcss: "8.4.
|
|
99
|
-
"postcss-custom-media": "8.0.
|
|
98
|
+
postcss: "8.4.16",
|
|
99
|
+
"postcss-custom-media": "8.0.2",
|
|
100
100
|
"postcss-custom-properties": "12.1.4",
|
|
101
101
|
"postcss-import": "14.1.0",
|
|
102
102
|
"postcss-loader": "6.2.1",
|
|
103
103
|
"postcss-reporter": "7.0.5",
|
|
104
|
-
prettier: "2.
|
|
104
|
+
prettier: "2.7.1",
|
|
105
105
|
prompts: "^2.4.2",
|
|
106
106
|
"querystring-es3": "^0.2.1",
|
|
107
107
|
rcfile: "1.0.3",
|
|
108
108
|
"react-dev-utils": "12.0.1",
|
|
109
|
-
"react-refresh": "0.
|
|
109
|
+
"react-refresh": "0.14.0",
|
|
110
110
|
"serve-handler": "6.1.3",
|
|
111
111
|
shelljs: "0.8.5",
|
|
112
112
|
"style-loader": "3.3.1",
|
|
@@ -115,9 +115,9 @@ var pkgJson = {
|
|
|
115
115
|
"thread-loader": "3.0.4",
|
|
116
116
|
url: "^0.11.0",
|
|
117
117
|
vite: "3.0.0",
|
|
118
|
-
webpack: "5.
|
|
118
|
+
webpack: "5.74.0",
|
|
119
119
|
"webpack-bundle-analyzer": "4.5.0",
|
|
120
|
-
"webpack-dev-server": "4.
|
|
120
|
+
"webpack-dev-server": "4.10.0",
|
|
121
121
|
webpackbar: "5.0.2"
|
|
122
122
|
},
|
|
123
123
|
devDependencies: {
|
|
@@ -128,7 +128,7 @@ var pkgJson = {
|
|
|
128
128
|
"@types/node-fetch": "2.6.2",
|
|
129
129
|
"@types/serve-handler": "^6.1.1",
|
|
130
130
|
"mock-fs": "^5.1.2",
|
|
131
|
-
msw: "0.44.
|
|
131
|
+
msw: "0.44.2",
|
|
132
132
|
rimraf: "3.0.2"
|
|
133
133
|
},
|
|
134
134
|
engines: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var pkgJson = {
|
|
4
4
|
name: "@commercetools-frontend/mc-scripts",
|
|
5
|
-
version: "21.
|
|
5
|
+
version: "21.13.0",
|
|
6
6
|
description: "Configuration and scripts for developing a MC application",
|
|
7
7
|
bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
8
8
|
repository: {
|
|
@@ -60,14 +60,14 @@ var pkgJson = {
|
|
|
60
60
|
"@babel/core": "^7.18.6",
|
|
61
61
|
"@babel/runtime": "^7.18.6",
|
|
62
62
|
"@babel/runtime-corejs3": "^7.18.6",
|
|
63
|
-
"@commercetools-frontend/application-config": "21.
|
|
64
|
-
"@commercetools-frontend/assets": "21.
|
|
65
|
-
"@commercetools-frontend/babel-preset-mc-app": "21.
|
|
66
|
-
"@commercetools-frontend/constants": "21.
|
|
67
|
-
"@commercetools-frontend/mc-dev-authentication": "21.
|
|
68
|
-
"@commercetools-frontend/mc-html-template": "21.
|
|
63
|
+
"@commercetools-frontend/application-config": "21.13.0",
|
|
64
|
+
"@commercetools-frontend/assets": "21.13.0",
|
|
65
|
+
"@commercetools-frontend/babel-preset-mc-app": "21.13.0",
|
|
66
|
+
"@commercetools-frontend/constants": "21.13.0",
|
|
67
|
+
"@commercetools-frontend/mc-dev-authentication": "21.13.0",
|
|
68
|
+
"@commercetools-frontend/mc-html-template": "21.13.0",
|
|
69
69
|
"@commercetools/http-user-agent": "2.1.2",
|
|
70
|
-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.
|
|
70
|
+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
|
|
71
71
|
"@rollup/plugin-graphql": "1.1.0",
|
|
72
72
|
"@rollup/pluginutils": "4.2.1",
|
|
73
73
|
"@svgr/babel-preset": "^6.2.0",
|
|
@@ -75,7 +75,7 @@ var pkgJson = {
|
|
|
75
75
|
"@svgr/webpack": "^6.2.1",
|
|
76
76
|
"@types/prompts": "^2.0.14",
|
|
77
77
|
"@types/svgo": "^2.6.3",
|
|
78
|
-
"@vitejs/plugin-react": "2.0.
|
|
78
|
+
"@vitejs/plugin-react": "2.0.1",
|
|
79
79
|
autoprefixer: "^10.4.7",
|
|
80
80
|
"babel-loader": "8.2.5",
|
|
81
81
|
browserslist: "^4.20.2",
|
|
@@ -84,7 +84,7 @@ var pkgJson = {
|
|
|
84
84
|
"core-js": "^3.23.4",
|
|
85
85
|
"css-loader": "6.7.1",
|
|
86
86
|
"css-minimizer-webpack-plugin": "3.4.1",
|
|
87
|
-
dotenv: "16.0.
|
|
87
|
+
dotenv: "16.0.1",
|
|
88
88
|
"dotenv-expand": "8.0.3",
|
|
89
89
|
"fs-extra": "10.1.0",
|
|
90
90
|
"graphql-request": "^4.3.0",
|
|
@@ -92,21 +92,21 @@ var pkgJson = {
|
|
|
92
92
|
"html-webpack-plugin": "5.5.0",
|
|
93
93
|
"json-loader": "0.5.7",
|
|
94
94
|
lodash: "4.17.21",
|
|
95
|
-
"mini-css-extract-plugin": "2.6.
|
|
95
|
+
"mini-css-extract-plugin": "2.6.1",
|
|
96
96
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
97
97
|
"node-fetch": "2.6.7",
|
|
98
|
-
postcss: "8.4.
|
|
99
|
-
"postcss-custom-media": "8.0.
|
|
98
|
+
postcss: "8.4.16",
|
|
99
|
+
"postcss-custom-media": "8.0.2",
|
|
100
100
|
"postcss-custom-properties": "12.1.4",
|
|
101
101
|
"postcss-import": "14.1.0",
|
|
102
102
|
"postcss-loader": "6.2.1",
|
|
103
103
|
"postcss-reporter": "7.0.5",
|
|
104
|
-
prettier: "2.
|
|
104
|
+
prettier: "2.7.1",
|
|
105
105
|
prompts: "^2.4.2",
|
|
106
106
|
"querystring-es3": "^0.2.1",
|
|
107
107
|
rcfile: "1.0.3",
|
|
108
108
|
"react-dev-utils": "12.0.1",
|
|
109
|
-
"react-refresh": "0.
|
|
109
|
+
"react-refresh": "0.14.0",
|
|
110
110
|
"serve-handler": "6.1.3",
|
|
111
111
|
shelljs: "0.8.5",
|
|
112
112
|
"style-loader": "3.3.1",
|
|
@@ -115,9 +115,9 @@ var pkgJson = {
|
|
|
115
115
|
"thread-loader": "3.0.4",
|
|
116
116
|
url: "^0.11.0",
|
|
117
117
|
vite: "3.0.0",
|
|
118
|
-
webpack: "5.
|
|
118
|
+
webpack: "5.74.0",
|
|
119
119
|
"webpack-bundle-analyzer": "4.5.0",
|
|
120
|
-
"webpack-dev-server": "4.
|
|
120
|
+
"webpack-dev-server": "4.10.0",
|
|
121
121
|
webpackbar: "5.0.2"
|
|
122
122
|
},
|
|
123
123
|
devDependencies: {
|
|
@@ -128,7 +128,7 @@ var pkgJson = {
|
|
|
128
128
|
"@types/node-fetch": "2.6.2",
|
|
129
129
|
"@types/serve-handler": "^6.1.1",
|
|
130
130
|
"mock-fs": "^5.1.2",
|
|
131
|
-
msw: "0.44.
|
|
131
|
+
msw: "0.44.2",
|
|
132
132
|
rimraf: "3.0.2"
|
|
133
133
|
},
|
|
134
134
|
engines: {
|