@commercetools-frontend/mc-scripts 22.8.4 → 22.9.1
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-40a4ea5b.cjs.dev.js → build-4d7329d4.cjs.dev.js} +3 -3
- package/dist/{build-b7c34e69.esm.js → build-b5d80b85.esm.js} +3 -3
- package/dist/{build-489e5910.cjs.prod.js → build-fd14d5e7.cjs.prod.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-cc9bdc37.cjs.dev.js → config-sync-23c340cd.cjs.dev.js} +2 -2
- package/dist/{config-sync-02d7d5c9.esm.js → config-sync-461c6f65.esm.js} +2 -2
- package/dist/{config-sync-a95c8573.cjs.prod.js → config-sync-c1caf705.cjs.prod.js} +2 -2
- package/dist/{create-postcss-config-0f716b83.cjs.prod.js → create-postcss-config-193dda83.cjs.prod.js} +1 -1
- package/dist/{create-postcss-config-9dca8518.esm.js → create-postcss-config-1bb36e2e.esm.js} +1 -1
- package/dist/{create-postcss-config-f7193c31.cjs.dev.js → create-postcss-config-e18dac99.cjs.dev.js} +1 -1
- package/dist/{create-webpack-config-for-development-ccdc7903.esm.js → create-webpack-config-for-development-09867dd6.esm.js} +1 -1
- package/dist/{create-webpack-config-for-development-9cbce429.cjs.prod.js → create-webpack-config-for-development-516c6e78.cjs.prod.js} +1 -1
- package/dist/{create-webpack-config-for-development-d0376833.cjs.dev.js → create-webpack-config-for-development-8b141b4e.cjs.dev.js} +1 -1
- package/dist/{create-webpack-config-for-production-ade8bf65.cjs.prod.js → create-webpack-config-for-production-2965c86f.cjs.prod.js} +1 -1
- package/dist/{create-webpack-config-for-production-56d91173.cjs.dev.js → create-webpack-config-for-production-496ba6b3.cjs.dev.js} +1 -1
- package/dist/{create-webpack-config-for-production-50f9ff69.esm.js → create-webpack-config-for-production-4ebfa89d.esm.js} +1 -1
- package/dist/{credentials-storage-3c13e32e.cjs.prod.js → credentials-storage-4ad1aa83.cjs.prod.js} +1 -1
- package/dist/{credentials-storage-274cfd30.esm.js → credentials-storage-77ddd93e.esm.js} +1 -1
- package/dist/{credentials-storage-b266f01e.cjs.dev.js → credentials-storage-fc84c4fb.cjs.dev.js} +1 -1
- package/dist/declarations/src/generated/settings.d.ts +225 -29
- package/dist/{login-3f2e5247.cjs.prod.js → login-0a05d494.cjs.prod.js} +2 -2
- package/dist/{login-b9ef9126.cjs.dev.js → login-54f3922c.cjs.dev.js} +2 -2
- package/dist/{login-9e87b399.esm.js → login-bf87be15.esm.js} +2 -2
- package/dist/{package-2b2caea5.cjs.prod.js → package-2e3904e5.cjs.prod.js} +8 -8
- package/dist/{package-5d1a4992.cjs.dev.js → package-780e2ca5.cjs.dev.js} +8 -8
- package/dist/{package-404e94a3.esm.js → package-f66a9583.esm.js} +8 -8
- package/dist/{start-a61bc920.cjs.dev.js → start-3ac6a672.cjs.dev.js} +3 -3
- package/dist/{start-a86f1832.esm.js → start-52be5058.esm.js} +3 -3
- package/dist/{start-80f04985.cjs.prod.js → start-a3b09440.cjs.prod.js} +3 -3
- package/package.json +8 -8
- 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
|
@@ -44,6 +44,7 @@ export declare enum TAuthPermission {
|
|
|
44
44
|
ManageMyOrganizations = "manageMyOrganizations",
|
|
45
45
|
ManageProjectSettings = "manageProjectSettings",
|
|
46
46
|
PerformDataCleanups = "performDataCleanups",
|
|
47
|
+
ViewBusinessUnits = "viewBusinessUnits",
|
|
47
48
|
ViewCartDiscounts = "viewCartDiscounts",
|
|
48
49
|
ViewCustomers = "viewCustomers",
|
|
49
50
|
ViewDiscountCodes = "viewDiscountCodes",
|
|
@@ -69,6 +70,28 @@ export declare enum TBestSellingLimit {
|
|
|
69
70
|
Five = "FIVE",
|
|
70
71
|
Ten = "TEN"
|
|
71
72
|
}
|
|
73
|
+
export type TBusinessUnitsListMyView = {
|
|
74
|
+
__typename?: 'BusinessUnitsListMyView';
|
|
75
|
+
createdAt: Scalars['DateTime'];
|
|
76
|
+
filters?: Maybe<Array<TFilterValues>>;
|
|
77
|
+
id: Scalars['ID'];
|
|
78
|
+
isActive?: Maybe<Scalars['Boolean']>;
|
|
79
|
+
nameAllLocales?: Maybe<Array<TLocalizedField>>;
|
|
80
|
+
projectKey: Scalars['String'];
|
|
81
|
+
sort?: Maybe<TSort>;
|
|
82
|
+
table?: Maybe<TTable>;
|
|
83
|
+
updatedAt: Scalars['DateTime'];
|
|
84
|
+
userId: Scalars['String'];
|
|
85
|
+
};
|
|
86
|
+
export type TBusinessUnitsListMyViewInput = {
|
|
87
|
+
filters: Array<TFilterValuesCreateInput>;
|
|
88
|
+
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
89
|
+
sort: TSortCreateInput;
|
|
90
|
+
table?: InputMaybe<TBusinessUnitsListMyViewTableInput>;
|
|
91
|
+
};
|
|
92
|
+
export type TBusinessUnitsListMyViewTableInput = {
|
|
93
|
+
visibleColumns: Array<Scalars['String']>;
|
|
94
|
+
};
|
|
72
95
|
export declare enum TCategoryRecommendationSearchProperty {
|
|
73
96
|
Attribute = "Attribute",
|
|
74
97
|
MachineLearning = "MachineLearning",
|
|
@@ -111,7 +134,7 @@ export type TCustomApplication = {
|
|
|
111
134
|
owner: TOrganizationExtension;
|
|
112
135
|
ownerId: Scalars['String'];
|
|
113
136
|
permissions: Array<TCustomApplicationPermission>;
|
|
114
|
-
status
|
|
137
|
+
status: TCustomApplicationStatus;
|
|
115
138
|
submenuLinks: Array<TCustomApplicationSubmenuLink>;
|
|
116
139
|
updatedAt: Scalars['DateTime'];
|
|
117
140
|
url: Scalars['String'];
|
|
@@ -155,7 +178,7 @@ export type TCustomApplicationInstallation = {
|
|
|
155
178
|
installInAllProjects: Scalars['Boolean'];
|
|
156
179
|
owner: TOrganizationExtension;
|
|
157
180
|
ownerId: Scalars['String'];
|
|
158
|
-
projects
|
|
181
|
+
projects: Array<TProjectExtension>;
|
|
159
182
|
updatedAt: Scalars['DateTime'];
|
|
160
183
|
};
|
|
161
184
|
export type TCustomApplicationInstallationPermission = {
|
|
@@ -282,8 +305,6 @@ export type TCustomViewInstallation = {
|
|
|
282
305
|
__typename?: 'CustomViewInstallation';
|
|
283
306
|
acceptedPermissions: Array<TCustomViewInstallationPermission>;
|
|
284
307
|
createdAt: Scalars['DateTime'];
|
|
285
|
-
customView: TCustomView;
|
|
286
|
-
customViewId: Scalars['String'];
|
|
287
308
|
id: Scalars['ID'];
|
|
288
309
|
installInAllProjects: Scalars['Boolean'];
|
|
289
310
|
owner: TOrganizationExtension;
|
|
@@ -295,12 +316,19 @@ export type TCustomViewInstallationPermission = {
|
|
|
295
316
|
__typename?: 'CustomViewInstallationPermission';
|
|
296
317
|
createdAt: Scalars['DateTime'];
|
|
297
318
|
id: Scalars['ID'];
|
|
298
|
-
installedCustomView: TCustomViewInstallation;
|
|
299
|
-
installedCustomViewId: Scalars['String'];
|
|
300
319
|
name: Scalars['String'];
|
|
301
320
|
oAuthScopes: Array<Scalars['String']>;
|
|
302
321
|
updatedAt: Scalars['DateTime'];
|
|
303
322
|
};
|
|
323
|
+
export type TCustomViewLocator = {
|
|
324
|
+
__typename?: 'CustomViewLocator';
|
|
325
|
+
key: Scalars['String'];
|
|
326
|
+
};
|
|
327
|
+
export type TCustomViewLocatorGroup = {
|
|
328
|
+
__typename?: 'CustomViewLocatorGroup';
|
|
329
|
+
key: Scalars['String'];
|
|
330
|
+
locators: Array<TCustomViewLocator>;
|
|
331
|
+
};
|
|
304
332
|
export type TCustomViewPermission = {
|
|
305
333
|
__typename?: 'CustomViewPermission';
|
|
306
334
|
createdAt: Scalars['DateTime'];
|
|
@@ -355,6 +383,28 @@ export type TCustomersListViewInput = {
|
|
|
355
383
|
export type TCustomersListViewTableInput = {
|
|
356
384
|
visibleColumns: Array<Scalars['String']>;
|
|
357
385
|
};
|
|
386
|
+
export type TCustomersSearchListMyView = {
|
|
387
|
+
__typename?: 'CustomersSearchListMyView';
|
|
388
|
+
createdAt: Scalars['DateTime'];
|
|
389
|
+
filters?: Maybe<Array<TFilterValues>>;
|
|
390
|
+
id: Scalars['ID'];
|
|
391
|
+
isActive?: Maybe<Scalars['Boolean']>;
|
|
392
|
+
nameAllLocales?: Maybe<Array<TLocalizedField>>;
|
|
393
|
+
projectKey: Scalars['String'];
|
|
394
|
+
sort?: Maybe<TSort>;
|
|
395
|
+
table?: Maybe<TTable>;
|
|
396
|
+
updatedAt: Scalars['DateTime'];
|
|
397
|
+
userId: Scalars['String'];
|
|
398
|
+
};
|
|
399
|
+
export type TCustomersSearchListMyViewInput = {
|
|
400
|
+
filters: Array<TFilterValuesCreateInput>;
|
|
401
|
+
nameAllLocales: Array<TLocalizedFieldCreateInput>;
|
|
402
|
+
sort: TSortCreateInput;
|
|
403
|
+
table?: InputMaybe<TCustomersSearchListMyViewTableInput>;
|
|
404
|
+
};
|
|
405
|
+
export type TCustomersSearchListMyViewTableInput = {
|
|
406
|
+
visibleColumns: Array<Scalars['String']>;
|
|
407
|
+
};
|
|
358
408
|
export type TDashboardView = {
|
|
359
409
|
__typename?: 'DashboardView';
|
|
360
410
|
createdAt: Scalars['DateTime'];
|
|
@@ -548,8 +598,10 @@ export type TMigrationMatchingScore = {
|
|
|
548
598
|
};
|
|
549
599
|
export type TMutation = {
|
|
550
600
|
__typename?: 'Mutation';
|
|
601
|
+
activateBusinessUnitsListMyView?: Maybe<TBusinessUnitsListMyView>;
|
|
551
602
|
activateCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
552
603
|
activateCustomersListView?: Maybe<TCustomersListView>;
|
|
604
|
+
activateCustomersSearchListMyView?: Maybe<TCustomersSearchListMyView>;
|
|
553
605
|
activateDashboardView?: Maybe<TDashboardView>;
|
|
554
606
|
activateDiscountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
555
607
|
activateOrdersListView?: Maybe<TOrdersListView>;
|
|
@@ -559,12 +611,14 @@ export type TMutation = {
|
|
|
559
611
|
activateProductTypeAttributesView?: Maybe<TProductTypeAttributesView>;
|
|
560
612
|
activateProjectSettingsStoresView?: Maybe<TProjectSettingsStoresView>;
|
|
561
613
|
changeCustomApplicationStatus?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
562
|
-
changeCustomViewStatus?: Maybe<
|
|
614
|
+
changeCustomViewStatus?: Maybe<TRestrictedCustomViewForOrganization>;
|
|
615
|
+
createBusinessUnitsListMyView: TBusinessUnitsListMyView;
|
|
563
616
|
createCartDiscountsCustomView: TDiscountsCustomView;
|
|
564
617
|
createCustomApplication?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
565
618
|
createCustomApplicationDeploymentPreview: TCustomApplicationDeploymentPreview;
|
|
566
|
-
createCustomView?: Maybe<
|
|
619
|
+
createCustomView?: Maybe<TRestrictedCustomViewForOrganization>;
|
|
567
620
|
createCustomersListView: TCustomersListView;
|
|
621
|
+
createCustomersSearchListMyView: TCustomersSearchListMyView;
|
|
568
622
|
createDashboardView: TDashboardView;
|
|
569
623
|
createDiscountCodesCustomView: TDiscountsCustomView;
|
|
570
624
|
createOrdersListView: TOrdersListView;
|
|
@@ -573,8 +627,10 @@ export type TMutation = {
|
|
|
573
627
|
createProductTypeAttributesView: TProductTypeAttributesView;
|
|
574
628
|
createProjectSettingsStoresView: TProjectSettingsStoresView;
|
|
575
629
|
createVariantPricesListView?: Maybe<TVariantPricesListView>;
|
|
630
|
+
deactivateBusinessUnitsListMyView?: Maybe<TOrdersListView>;
|
|
576
631
|
deactivateCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
577
632
|
deactivateCustomersListView?: Maybe<TOrdersListView>;
|
|
633
|
+
deactivateCustomersSearchListMyView?: Maybe<TOrdersListView>;
|
|
578
634
|
deactivateDashboardView?: Maybe<TDashboardView>;
|
|
579
635
|
deactivateDiscountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
580
636
|
deactivateOrdersListView?: Maybe<TOrdersListView>;
|
|
@@ -585,10 +641,13 @@ export type TMutation = {
|
|
|
585
641
|
deactivateProjectSettingsStoresView?: Maybe<TProjectSettingsStoresView>;
|
|
586
642
|
deleteAllDashboardViews: Array<TDashboardView>;
|
|
587
643
|
deleteAllOrdersListViews: Array<TOrdersListView>;
|
|
644
|
+
deleteBusinessUnitsListMyView?: Maybe<TBusinessUnitsListMyView>;
|
|
588
645
|
deleteCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
589
646
|
deleteCustomApplication?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
590
647
|
deleteCustomApplicationDeploymentPreview: TCustomApplicationDeploymentPreview;
|
|
648
|
+
deleteCustomView?: Maybe<TRestrictedCustomViewForOrganization>;
|
|
591
649
|
deleteCustomersListView?: Maybe<TCustomersListView>;
|
|
650
|
+
deleteCustomersSearchListMyView?: Maybe<TCustomersSearchListMyView>;
|
|
592
651
|
deleteDashboardView?: Maybe<TDashboardView>;
|
|
593
652
|
deleteDiscountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
594
653
|
deleteOrdersListView?: Maybe<TOrdersListView>;
|
|
@@ -609,13 +668,15 @@ export type TMutation = {
|
|
|
609
668
|
setProjectExtensionRichTextEditorSettings?: Maybe<TProjectExtension>;
|
|
610
669
|
uninstallCustomApplication?: Maybe<TRestrictedCustomApplicationInstallationForOrganization>;
|
|
611
670
|
uninstallCustomView?: Maybe<TRestrictedCustomViewInstallationForOrganization>;
|
|
671
|
+
updateBusinessUnitsListMyView?: Maybe<TBusinessUnitsListMyView>;
|
|
612
672
|
updateCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
613
673
|
updateCustomApplication?: Maybe<TRestrictedCustomApplicationForOrganization>;
|
|
614
674
|
updateCustomApplicationDeploymentPreview: TCustomApplicationDeploymentPreview;
|
|
615
675
|
updateCustomApplicationProjectsInstallation?: Maybe<TRestrictedCustomApplicationInstallationForOrganization>;
|
|
616
|
-
updateCustomView?: Maybe<
|
|
676
|
+
updateCustomView?: Maybe<TRestrictedCustomViewForOrganization>;
|
|
617
677
|
updateCustomViewProjectsInstallation?: Maybe<TRestrictedCustomViewInstallationForOrganization>;
|
|
618
678
|
updateCustomersListView?: Maybe<TCustomersListView>;
|
|
679
|
+
updateCustomersSearchListMyView?: Maybe<TCustomersSearchListMyView>;
|
|
619
680
|
updateDashboardView?: Maybe<TDashboardView>;
|
|
620
681
|
updateDiscountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
621
682
|
updateOrdersListView?: Maybe<TOrdersListView>;
|
|
@@ -627,12 +688,18 @@ export type TMutation = {
|
|
|
627
688
|
updateVariantPricesListView?: Maybe<TVariantPricesListView>;
|
|
628
689
|
verifyCustomApplicationsMaintainerContactEmail?: Maybe<TCustomApplicationsMaintainerContactEmailVerificationConfirmation>;
|
|
629
690
|
};
|
|
691
|
+
export type TMutation_ActivateBusinessUnitsListMyViewArgs = {
|
|
692
|
+
id: Scalars['ID'];
|
|
693
|
+
};
|
|
630
694
|
export type TMutation_ActivateCartDiscountsCustomViewArgs = {
|
|
631
695
|
id: Scalars['ID'];
|
|
632
696
|
};
|
|
633
697
|
export type TMutation_ActivateCustomersListViewArgs = {
|
|
634
698
|
id: Scalars['ID'];
|
|
635
699
|
};
|
|
700
|
+
export type TMutation_ActivateCustomersSearchListMyViewArgs = {
|
|
701
|
+
id: Scalars['ID'];
|
|
702
|
+
};
|
|
636
703
|
export type TMutation_ActivateDashboardViewArgs = {
|
|
637
704
|
id: Scalars['ID'];
|
|
638
705
|
};
|
|
@@ -669,6 +736,9 @@ export type TMutation_ChangeCustomViewStatusArgs = {
|
|
|
669
736
|
organizationId: Scalars['String'];
|
|
670
737
|
status: TCustomViewStatus;
|
|
671
738
|
};
|
|
739
|
+
export type TMutation_CreateBusinessUnitsListMyViewArgs = {
|
|
740
|
+
data: TBusinessUnitsListMyViewInput;
|
|
741
|
+
};
|
|
672
742
|
export type TMutation_CreateCartDiscountsCustomViewArgs = {
|
|
673
743
|
data: TDiscountsCustomViewInput;
|
|
674
744
|
};
|
|
@@ -688,6 +758,9 @@ export type TMutation_CreateCustomViewArgs = {
|
|
|
688
758
|
export type TMutation_CreateCustomersListViewArgs = {
|
|
689
759
|
data: TCustomersListViewInput;
|
|
690
760
|
};
|
|
761
|
+
export type TMutation_CreateCustomersSearchListMyViewArgs = {
|
|
762
|
+
data: TCustomersSearchListMyViewInput;
|
|
763
|
+
};
|
|
691
764
|
export type TMutation_CreateDashboardViewArgs = {
|
|
692
765
|
data: TDashboardViewInput;
|
|
693
766
|
};
|
|
@@ -712,12 +785,18 @@ export type TMutation_CreateProjectSettingsStoresViewArgs = {
|
|
|
712
785
|
export type TMutation_CreateVariantPricesListViewArgs = {
|
|
713
786
|
data: TVariantPricesListViewInput;
|
|
714
787
|
};
|
|
788
|
+
export type TMutation_DeactivateBusinessUnitsListMyViewArgs = {
|
|
789
|
+
id: Scalars['ID'];
|
|
790
|
+
};
|
|
715
791
|
export type TMutation_DeactivateCartDiscountsCustomViewArgs = {
|
|
716
792
|
id: Scalars['ID'];
|
|
717
793
|
};
|
|
718
794
|
export type TMutation_DeactivateCustomersListViewArgs = {
|
|
719
795
|
id: Scalars['ID'];
|
|
720
796
|
};
|
|
797
|
+
export type TMutation_DeactivateCustomersSearchListMyViewArgs = {
|
|
798
|
+
id: Scalars['ID'];
|
|
799
|
+
};
|
|
721
800
|
export type TMutation_DeactivateDashboardViewArgs = {
|
|
722
801
|
id: Scalars['ID'];
|
|
723
802
|
};
|
|
@@ -742,6 +821,9 @@ export type TMutation_DeactivateProductTypeAttributesViewArgs = {
|
|
|
742
821
|
export type TMutation_DeactivateProjectSettingsStoresViewArgs = {
|
|
743
822
|
id: Scalars['ID'];
|
|
744
823
|
};
|
|
824
|
+
export type TMutation_DeleteBusinessUnitsListMyViewArgs = {
|
|
825
|
+
id: Scalars['ID'];
|
|
826
|
+
};
|
|
745
827
|
export type TMutation_DeleteCartDiscountsCustomViewArgs = {
|
|
746
828
|
id: Scalars['ID'];
|
|
747
829
|
};
|
|
@@ -753,9 +835,16 @@ export type TMutation_DeleteCustomApplicationDeploymentPreviewArgs = {
|
|
|
753
835
|
deploymentId: Scalars['ID'];
|
|
754
836
|
organizationId: Scalars['String'];
|
|
755
837
|
};
|
|
838
|
+
export type TMutation_DeleteCustomViewArgs = {
|
|
839
|
+
customViewId: Scalars['String'];
|
|
840
|
+
organizationId: Scalars['String'];
|
|
841
|
+
};
|
|
756
842
|
export type TMutation_DeleteCustomersListViewArgs = {
|
|
757
843
|
id: Scalars['ID'];
|
|
758
844
|
};
|
|
845
|
+
export type TMutation_DeleteCustomersSearchListMyViewArgs = {
|
|
846
|
+
id: Scalars['ID'];
|
|
847
|
+
};
|
|
759
848
|
export type TMutation_DeleteDashboardViewArgs = {
|
|
760
849
|
id: Scalars['ID'];
|
|
761
850
|
};
|
|
@@ -824,6 +913,10 @@ export type TMutation_UninstallCustomViewArgs = {
|
|
|
824
913
|
installedCustomViewId: Scalars['ID'];
|
|
825
914
|
organizationId: Scalars['String'];
|
|
826
915
|
};
|
|
916
|
+
export type TMutation_UpdateBusinessUnitsListMyViewArgs = {
|
|
917
|
+
data: TBusinessUnitsListMyViewInput;
|
|
918
|
+
id: Scalars['ID'];
|
|
919
|
+
};
|
|
827
920
|
export type TMutation_UpdateCartDiscountsCustomViewArgs = {
|
|
828
921
|
data: TDiscountsCustomViewInput;
|
|
829
922
|
id: Scalars['ID'];
|
|
@@ -857,6 +950,10 @@ export type TMutation_UpdateCustomersListViewArgs = {
|
|
|
857
950
|
data: TCustomersListViewInput;
|
|
858
951
|
id: Scalars['ID'];
|
|
859
952
|
};
|
|
953
|
+
export type TMutation_UpdateCustomersSearchListMyViewArgs = {
|
|
954
|
+
data: TCustomersSearchListMyViewInput;
|
|
955
|
+
id: Scalars['ID'];
|
|
956
|
+
};
|
|
860
957
|
export type TMutation_UpdateDashboardViewArgs = {
|
|
861
958
|
data: TDashboardViewInput;
|
|
862
959
|
id: Scalars['ID'];
|
|
@@ -944,6 +1041,7 @@ export type TNavbarSubmenu = {
|
|
|
944
1041
|
uriPath: Scalars['String'];
|
|
945
1042
|
};
|
|
946
1043
|
export declare enum TOAuthScope {
|
|
1044
|
+
ManageBusinessUnits = "ManageBusinessUnits",
|
|
947
1045
|
ManageCartDiscounts = "ManageCartDiscounts",
|
|
948
1046
|
ManageCategories = "ManageCategories",
|
|
949
1047
|
ManageCustomerGroups = "ManageCustomerGroups",
|
|
@@ -957,6 +1055,7 @@ export declare enum TOAuthScope {
|
|
|
957
1055
|
ManageProducts = "ManageProducts",
|
|
958
1056
|
ManageProject = "ManageProject",
|
|
959
1057
|
ManageProjectSettings = "ManageProjectSettings",
|
|
1058
|
+
ViewBusinessUnits = "ViewBusinessUnits",
|
|
960
1059
|
ViewCartDiscounts = "ViewCartDiscounts",
|
|
961
1060
|
ViewCategories = "ViewCategories",
|
|
962
1061
|
ViewCustomerGroups = "ViewCustomerGroups",
|
|
@@ -1043,10 +1142,12 @@ export type TOrganizationExtension = {
|
|
|
1043
1142
|
applicationsMaintainerContactInformation?: Maybe<TContactInformation>;
|
|
1044
1143
|
createdAt: Scalars['DateTime'];
|
|
1045
1144
|
id: Scalars['ID'];
|
|
1046
|
-
installedApplications
|
|
1145
|
+
installedApplications: Array<TRestrictedCustomApplicationInstallationForOrganization>;
|
|
1146
|
+
installedCustomViews: Array<TRestrictedCustomViewInstallationForOrganization>;
|
|
1047
1147
|
oidcSsoConfig?: Maybe<TOidcSsoConfig>;
|
|
1048
1148
|
organizationId: Scalars['String'];
|
|
1049
|
-
registeredApplications
|
|
1149
|
+
registeredApplications: Array<TRestrictedCustomApplicationForOrganization>;
|
|
1150
|
+
registeredCustomViews: Array<TRestrictedCustomViewForOrganization>;
|
|
1050
1151
|
updatedAt: Scalars['DateTime'];
|
|
1051
1152
|
};
|
|
1052
1153
|
export type TOrganizationExtensionForCustomApplication = {
|
|
@@ -1113,12 +1214,13 @@ export type TProductTypeAttributesViewUpdateInput = {
|
|
|
1113
1214
|
export type TProjectExtension = {
|
|
1114
1215
|
__typename?: 'ProjectExtension';
|
|
1115
1216
|
/** @deprecated Feature not available anymore */
|
|
1116
|
-
applications
|
|
1217
|
+
applications: Array<TApplicationExtension>;
|
|
1117
1218
|
categoryRecommendationSettings?: Maybe<TCategoryRecommendationSettings>;
|
|
1118
1219
|
createdAt: Scalars['DateTime'];
|
|
1119
1220
|
id: Scalars['ID'];
|
|
1120
1221
|
imageRegex?: Maybe<TImageRegex>;
|
|
1121
|
-
installedApplications
|
|
1222
|
+
installedApplications: Array<TRestrictedCustomApplicationInstallationForProject>;
|
|
1223
|
+
installedCustomViews: Array<TRestrictedCustomViewInstallationForProject>;
|
|
1122
1224
|
isRichTextEditorEnabled: Scalars['Boolean'];
|
|
1123
1225
|
orderStatesVisibility: Array<TOrderStatesVisibility>;
|
|
1124
1226
|
projectKey: Scalars['String'];
|
|
@@ -1131,6 +1233,9 @@ export type TProjectExtension_ApplicationsArgs = {
|
|
|
1131
1233
|
export type TProjectExtension_InstalledApplicationsArgs = {
|
|
1132
1234
|
where?: InputMaybe<TRestrictedCustomApplicationInstallationForProjectWhereInput>;
|
|
1133
1235
|
};
|
|
1236
|
+
export type TProjectExtension_InstalledCustomViewsArgs = {
|
|
1237
|
+
where?: InputMaybe<TRestrictedCustomViewInstallationForProjectWhereInput>;
|
|
1238
|
+
};
|
|
1134
1239
|
export type TProjectSettingsStoresView = {
|
|
1135
1240
|
__typename?: 'ProjectSettingsStoresView';
|
|
1136
1241
|
createdAt: Scalars['DateTime'];
|
|
@@ -1168,33 +1273,42 @@ export type TPublicCustomApplicationDevelopedByCommercetools = {
|
|
|
1168
1273
|
};
|
|
1169
1274
|
export type TQuery = {
|
|
1170
1275
|
__typename?: 'Query';
|
|
1276
|
+
activeBusinessUnitsListMyView?: Maybe<TBusinessUnitsListMyView>;
|
|
1171
1277
|
activeCartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1172
1278
|
activeCustomersListView?: Maybe<TCustomersListView>;
|
|
1279
|
+
activeCustomersSearchListMyView?: Maybe<TCustomersSearchListMyView>;
|
|
1173
1280
|
activeDashboardView?: Maybe<TDashboardView>;
|
|
1174
1281
|
activeDiscountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
1175
1282
|
activeOrdersListView?: Maybe<TOrdersListView>;
|
|
1176
1283
|
activePimSearchListView?: Maybe<TPimSearchListView>;
|
|
1177
1284
|
activeProductDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1178
1285
|
activeProductTypeAttributesView?: Maybe<TProductTypeAttributesView>;
|
|
1286
|
+
activeProjectSettingsStoresView?: Maybe<TProjectSettingsStoresView>;
|
|
1179
1287
|
/** @deprecated Experimental feature - For internal usage only */
|
|
1180
1288
|
allAppliedCustomApplicationPermissions: Array<TCustomApplicationInstallationPermission>;
|
|
1181
1289
|
/** @deprecated Experimental feature - For internal usage only */
|
|
1290
|
+
allAppliedCustomViewPermissions: Array<TCustomViewInstallationPermission>;
|
|
1291
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
1182
1292
|
allCustomApplications: TCustomApplicationsPagedQueryResult;
|
|
1183
|
-
|
|
1184
|
-
|
|
1293
|
+
allCustomViewsInstallationsByLocator: Array<TRestrictedCustomViewInstallationForProject>;
|
|
1294
|
+
allCustomViewsLocatorGroups: Array<TCustomViewLocatorGroup>;
|
|
1185
1295
|
allFeatures: Array<TFeature>;
|
|
1186
1296
|
/** @deprecated Experimental feature - For internal usage only */
|
|
1187
1297
|
allOrganizationExtensions: Array<TOrganizationExtension>;
|
|
1188
1298
|
allProjectExtensions: Array<TProjectExtension>;
|
|
1189
1299
|
allPublicCustomApplicationsDevelopedByCommercetools: Array<TPublicCustomApplicationDevelopedByCommercetools>;
|
|
1300
|
+
businessUnitsListMyView?: Maybe<TBusinessUnitsListMyView>;
|
|
1301
|
+
businessUnitsListMyViews: Array<Maybe<TBusinessUnitsListMyView>>;
|
|
1190
1302
|
cartDiscountsCustomView?: Maybe<TDiscountsCustomView>;
|
|
1191
1303
|
cartDiscountsCustomViews: Array<Maybe<TDiscountsCustomView>>;
|
|
1192
1304
|
/** @deprecated Experimental feature - For internal usage only */
|
|
1193
1305
|
customApplication?: Maybe<TCustomApplication>;
|
|
1306
|
+
/** @deprecated Experimental feature - For internal usage only */
|
|
1194
1307
|
customView?: Maybe<TCustomView>;
|
|
1195
|
-
customViewInstallation?: Maybe<TCustomViewInstallation>;
|
|
1196
1308
|
customersListView?: Maybe<TCustomersListView>;
|
|
1197
1309
|
customersListViews: Array<Maybe<TCustomersListView>>;
|
|
1310
|
+
customersSearchListMyView?: Maybe<TCustomersSearchListMyView>;
|
|
1311
|
+
customersSearchListMyViews: Array<Maybe<TCustomersSearchListMyView>>;
|
|
1198
1312
|
dashboardView?: Maybe<TDashboardView>;
|
|
1199
1313
|
dashboardViews: Array<Maybe<TDashboardView>>;
|
|
1200
1314
|
discountCodesCustomView?: Maybe<TDiscountsCustomView>;
|
|
@@ -1213,6 +1327,8 @@ export type TQuery = {
|
|
|
1213
1327
|
productTypeAttributesView?: Maybe<TProductTypeAttributesView>;
|
|
1214
1328
|
productTypeAttributesViews?: Maybe<Array<Maybe<TProductTypeAttributesView>>>;
|
|
1215
1329
|
projectExtension?: Maybe<TProjectExtension>;
|
|
1330
|
+
projectSettingsStoresView?: Maybe<TProjectSettingsStoresView>;
|
|
1331
|
+
projectSettingsStoresViews: Array<Maybe<TProjectSettingsStoresView>>;
|
|
1216
1332
|
release?: Maybe<Scalars['String']>;
|
|
1217
1333
|
ruleBuilderQuickSelectionValues?: Maybe<Array<Maybe<TRuleBuilderQuickSelectionValues>>>;
|
|
1218
1334
|
variantPricesListViews: Array<Maybe<TVariantPricesListView>>;
|
|
@@ -1225,14 +1341,14 @@ export type TQuery_AllAppliedCustomApplicationPermissionsArgs = {
|
|
|
1225
1341
|
applicationId: Scalars['ID'];
|
|
1226
1342
|
entryPointUriPath: Scalars['String'];
|
|
1227
1343
|
};
|
|
1344
|
+
export type TQuery_AllAppliedCustomViewPermissionsArgs = {
|
|
1345
|
+
customViewId: Scalars['ID'];
|
|
1346
|
+
};
|
|
1228
1347
|
export type TQuery_AllCustomApplicationsArgs = {
|
|
1229
1348
|
params?: InputMaybe<TCustomApplicationQueryInput>;
|
|
1230
1349
|
};
|
|
1231
|
-
export type
|
|
1232
|
-
|
|
1233
|
-
};
|
|
1234
|
-
export type TQuery_AllCustomViewsByOrganizationArgs = {
|
|
1235
|
-
organizationId: Scalars['ID'];
|
|
1350
|
+
export type TQuery_AllCustomViewsInstallationsByLocatorArgs = {
|
|
1351
|
+
locator: Scalars['String'];
|
|
1236
1352
|
};
|
|
1237
1353
|
export type TQuery_AllFeaturesArgs = {
|
|
1238
1354
|
params?: InputMaybe<TFeatureQueryInput>;
|
|
@@ -1243,6 +1359,9 @@ export type TQuery_AllOrganizationExtensionsArgs = {
|
|
|
1243
1359
|
export type TQuery_AllPublicCustomApplicationsDevelopedByCommercetoolsArgs = {
|
|
1244
1360
|
params?: InputMaybe<TAllPublicCustomApplicationsDevelopedByCommercetoolsQueryInput>;
|
|
1245
1361
|
};
|
|
1362
|
+
export type TQuery_BusinessUnitsListMyViewArgs = {
|
|
1363
|
+
id: Scalars['ID'];
|
|
1364
|
+
};
|
|
1246
1365
|
export type TQuery_CartDiscountsCustomViewArgs = {
|
|
1247
1366
|
id: Scalars['ID'];
|
|
1248
1367
|
};
|
|
@@ -1252,12 +1371,12 @@ export type TQuery_CustomApplicationArgs = {
|
|
|
1252
1371
|
export type TQuery_CustomViewArgs = {
|
|
1253
1372
|
customViewId: Scalars['ID'];
|
|
1254
1373
|
};
|
|
1255
|
-
export type TQuery_CustomViewInstallationArgs = {
|
|
1256
|
-
customViewInstallationId: Scalars['ID'];
|
|
1257
|
-
};
|
|
1258
1374
|
export type TQuery_CustomersListViewArgs = {
|
|
1259
1375
|
id: Scalars['ID'];
|
|
1260
1376
|
};
|
|
1377
|
+
export type TQuery_CustomersSearchListMyViewArgs = {
|
|
1378
|
+
id: Scalars['ID'];
|
|
1379
|
+
};
|
|
1261
1380
|
export type TQuery_DashboardViewArgs = {
|
|
1262
1381
|
id: Scalars['ID'];
|
|
1263
1382
|
};
|
|
@@ -1292,6 +1411,9 @@ export type TQuery_ProductTypeAttributesViewsArgs = {
|
|
|
1292
1411
|
isVariant: Scalars['Boolean'];
|
|
1293
1412
|
productTypeId: Scalars['String'];
|
|
1294
1413
|
};
|
|
1414
|
+
export type TQuery_ProjectSettingsStoresViewArgs = {
|
|
1415
|
+
id: Scalars['ID'];
|
|
1416
|
+
};
|
|
1295
1417
|
export type TQuery_RuleBuilderQuickSelectionValuesArgs = {
|
|
1296
1418
|
ruleBuilderType: TRuleBuilderType;
|
|
1297
1419
|
};
|
|
@@ -1363,7 +1485,7 @@ export type TRestrictedCustomApplicationInstallationForOrganization = {
|
|
|
1363
1485
|
createdAt: Scalars['DateTime'];
|
|
1364
1486
|
id: Scalars['ID'];
|
|
1365
1487
|
installInAllProjects: Scalars['Boolean'];
|
|
1366
|
-
projects
|
|
1488
|
+
projects: Array<TProjectExtension>;
|
|
1367
1489
|
updatedAt: Scalars['DateTime'];
|
|
1368
1490
|
};
|
|
1369
1491
|
export type TRestrictedCustomApplicationInstallationForProject = {
|
|
@@ -1378,16 +1500,58 @@ export type TRestrictedCustomApplicationInstallationForProject = {
|
|
|
1378
1500
|
export type TRestrictedCustomApplicationInstallationForProjectWhereInput = {
|
|
1379
1501
|
entryPointUriPath?: InputMaybe<Scalars['String']>;
|
|
1380
1502
|
};
|
|
1503
|
+
export type TRestrictedCustomViewForOrganization = {
|
|
1504
|
+
__typename?: 'RestrictedCustomViewForOrganization';
|
|
1505
|
+
createdAt: Scalars['DateTime'];
|
|
1506
|
+
defaultLabel: Scalars['String'];
|
|
1507
|
+
description?: Maybe<Scalars['String']>;
|
|
1508
|
+
id: Scalars['ID'];
|
|
1509
|
+
labelAllLocales: Array<TLocalizedField>;
|
|
1510
|
+
locators: Array<Scalars['String']>;
|
|
1511
|
+
permissions: Array<TCustomViewPermission>;
|
|
1512
|
+
status: TCustomViewStatus;
|
|
1513
|
+
type: TCustomViewType;
|
|
1514
|
+
typeSettings?: Maybe<TCustomViewTypeSettings>;
|
|
1515
|
+
updatedAt: Scalars['DateTime'];
|
|
1516
|
+
url: Scalars['String'];
|
|
1517
|
+
};
|
|
1518
|
+
export type TRestrictedCustomViewForProject = {
|
|
1519
|
+
__typename?: 'RestrictedCustomViewForProject';
|
|
1520
|
+
createdAt: Scalars['DateTime'];
|
|
1521
|
+
defaultLabel: Scalars['String'];
|
|
1522
|
+
description?: Maybe<Scalars['String']>;
|
|
1523
|
+
id: Scalars['ID'];
|
|
1524
|
+
labelAllLocales: Array<TLocalizedField>;
|
|
1525
|
+
locators: Array<Scalars['String']>;
|
|
1526
|
+
permissions: Array<TCustomViewPermission>;
|
|
1527
|
+
status: TCustomViewStatus;
|
|
1528
|
+
type: TCustomViewType;
|
|
1529
|
+
typeSettings?: Maybe<TCustomViewTypeSettings>;
|
|
1530
|
+
updatedAt: Scalars['DateTime'];
|
|
1531
|
+
url: Scalars['String'];
|
|
1532
|
+
};
|
|
1381
1533
|
export type TRestrictedCustomViewInstallationForOrganization = {
|
|
1382
1534
|
__typename?: 'RestrictedCustomViewInstallationForOrganization';
|
|
1383
1535
|
acceptedPermissions: Array<TCustomViewInstallationPermission>;
|
|
1384
1536
|
createdAt: Scalars['DateTime'];
|
|
1385
|
-
customView:
|
|
1537
|
+
customView: TRestrictedCustomViewForProject;
|
|
1386
1538
|
id: Scalars['ID'];
|
|
1387
1539
|
installInAllProjects: Scalars['Boolean'];
|
|
1388
|
-
projects
|
|
1540
|
+
projects: Array<TProjectExtension>;
|
|
1389
1541
|
updatedAt: Scalars['DateTime'];
|
|
1390
1542
|
};
|
|
1543
|
+
export type TRestrictedCustomViewInstallationForProject = {
|
|
1544
|
+
__typename?: 'RestrictedCustomViewInstallationForProject';
|
|
1545
|
+
acceptedPermissions: Array<TCustomViewInstallationPermission>;
|
|
1546
|
+
createdAt: Scalars['DateTime'];
|
|
1547
|
+
customView: TRestrictedCustomViewForProject;
|
|
1548
|
+
id: Scalars['ID'];
|
|
1549
|
+
installInAllProjects: Scalars['Boolean'];
|
|
1550
|
+
updatedAt: Scalars['DateTime'];
|
|
1551
|
+
};
|
|
1552
|
+
export type TRestrictedCustomViewInstallationForProjectWhereInput = {
|
|
1553
|
+
customViewId?: InputMaybe<Scalars['String']>;
|
|
1554
|
+
};
|
|
1391
1555
|
export type TRichTextEditorSettingsInput = {
|
|
1392
1556
|
isRichTextEditorEnabled: Scalars['Boolean'];
|
|
1393
1557
|
};
|
|
@@ -1541,6 +1705,38 @@ export type TImageRegexFragment = {
|
|
|
1541
1705
|
search: string;
|
|
1542
1706
|
replace: string;
|
|
1543
1707
|
};
|
|
1708
|
+
export type TFetchCustomViewsByLocatorQueryVariables = Exact<{
|
|
1709
|
+
customViewLocatorCode: Scalars['String'];
|
|
1710
|
+
}>;
|
|
1711
|
+
export type TFetchCustomViewsByLocatorQuery = {
|
|
1712
|
+
__typename?: 'Query';
|
|
1713
|
+
allCustomViewsInstallationsByLocator: Array<{
|
|
1714
|
+
__typename?: 'RestrictedCustomViewInstallationForProject';
|
|
1715
|
+
id: string;
|
|
1716
|
+
customView: {
|
|
1717
|
+
__typename?: 'RestrictedCustomViewForProject';
|
|
1718
|
+
id: string;
|
|
1719
|
+
defaultLabel: string;
|
|
1720
|
+
url: string;
|
|
1721
|
+
type: TCustomViewType;
|
|
1722
|
+
locators: Array<string>;
|
|
1723
|
+
labelAllLocales: Array<{
|
|
1724
|
+
__typename?: 'LocalizedField';
|
|
1725
|
+
locale: string;
|
|
1726
|
+
value: string;
|
|
1727
|
+
}>;
|
|
1728
|
+
typeSettings?: {
|
|
1729
|
+
__typename?: 'CustomViewTypeSettings';
|
|
1730
|
+
size?: TCustomViewSize | null;
|
|
1731
|
+
} | null;
|
|
1732
|
+
permissions: Array<{
|
|
1733
|
+
__typename?: 'CustomViewPermission';
|
|
1734
|
+
name: string;
|
|
1735
|
+
oAuthScopes: Array<string>;
|
|
1736
|
+
}>;
|
|
1737
|
+
};
|
|
1738
|
+
}>;
|
|
1739
|
+
};
|
|
1544
1740
|
export type TFetchProjectExtensionsNavbarQueryVariables = Exact<{
|
|
1545
1741
|
[key: string]: never;
|
|
1546
1742
|
}>;
|
|
@@ -1549,7 +1745,7 @@ export type TFetchProjectExtensionsNavbarQuery = {
|
|
|
1549
1745
|
projectExtension?: {
|
|
1550
1746
|
__typename?: 'ProjectExtension';
|
|
1551
1747
|
id: string;
|
|
1552
|
-
installedApplications
|
|
1748
|
+
installedApplications: Array<{
|
|
1553
1749
|
__typename?: 'RestrictedCustomApplicationInstallationForProject';
|
|
1554
1750
|
application: {
|
|
1555
1751
|
__typename?: 'RestrictedCustomApplicationForProject';
|
|
@@ -1580,7 +1776,7 @@ export type TFetchProjectExtensionsNavbarQuery = {
|
|
|
1580
1776
|
}>;
|
|
1581
1777
|
}>;
|
|
1582
1778
|
};
|
|
1583
|
-
}
|
|
1779
|
+
}>;
|
|
1584
1780
|
} | null;
|
|
1585
1781
|
};
|
|
1586
1782
|
export type TCreateCustomApplicationFromCliMutationVariables = Exact<{
|
|
@@ -14,9 +14,9 @@ var _Object$defineProperty = require('@babel/runtime-corejs3/core-js-stable/obje
|
|
|
14
14
|
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
15
15
|
var _JSON$stringify = require('@babel/runtime-corejs3/core-js-stable/json/stringify');
|
|
16
16
|
var fetch = require('node-fetch');
|
|
17
|
-
var credentialsStorage$1 = require('./credentials-storage-
|
|
17
|
+
var credentialsStorage$1 = require('./credentials-storage-4ad1aa83.cjs.prod.js');
|
|
18
18
|
require('@commercetools/http-user-agent');
|
|
19
|
-
require('./package-
|
|
19
|
+
require('./package-2e3904e5.cjs.prod.js');
|
|
20
20
|
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
21
21
|
require('@babel/runtime-corejs3/helpers/createClass');
|
|
22
22
|
require('@babel/runtime-corejs3/core-js-stable/date/now');
|
|
@@ -14,9 +14,9 @@ var _Object$defineProperty = require('@babel/runtime-corejs3/core-js-stable/obje
|
|
|
14
14
|
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
15
15
|
var _JSON$stringify = require('@babel/runtime-corejs3/core-js-stable/json/stringify');
|
|
16
16
|
var fetch = require('node-fetch');
|
|
17
|
-
var credentialsStorage$1 = require('./credentials-storage-
|
|
17
|
+
var credentialsStorage$1 = require('./credentials-storage-fc84c4fb.cjs.dev.js');
|
|
18
18
|
require('@commercetools/http-user-agent');
|
|
19
|
-
require('./package-
|
|
19
|
+
require('./package-780e2ca5.cjs.dev.js');
|
|
20
20
|
require('@babel/runtime-corejs3/helpers/classCallCheck');
|
|
21
21
|
require('@babel/runtime-corejs3/helpers/createClass');
|
|
22
22
|
require('@babel/runtime-corejs3/core-js-stable/date/now');
|
|
@@ -12,9 +12,9 @@ import _Object$defineProperty from '@babel/runtime-corejs3/core-js-stable/object
|
|
|
12
12
|
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
13
13
|
import _JSON$stringify from '@babel/runtime-corejs3/core-js-stable/json/stringify';
|
|
14
14
|
import fetch from 'node-fetch';
|
|
15
|
-
import { u as userAgent, C as CredentialsStorage } from './credentials-storage-
|
|
15
|
+
import { u as userAgent, C as CredentialsStorage } from './credentials-storage-77ddd93e.esm.js';
|
|
16
16
|
import '@commercetools/http-user-agent';
|
|
17
|
-
import './package-
|
|
17
|
+
import './package-f66a9583.esm.js';
|
|
18
18
|
import '@babel/runtime-corejs3/helpers/classCallCheck';
|
|
19
19
|
import '@babel/runtime-corejs3/helpers/createClass';
|
|
20
20
|
import '@babel/runtime-corejs3/core-js-stable/date/now';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var pkgJson = {
|
|
4
4
|
name: "@commercetools-frontend/mc-scripts",
|
|
5
|
-
version: "22.
|
|
5
|
+
version: "22.9.1",
|
|
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,13 +60,13 @@ var pkgJson = {
|
|
|
60
60
|
"@babel/core": "^7.22.17",
|
|
61
61
|
"@babel/runtime": "^7.22.15",
|
|
62
62
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
63
|
-
"@commercetools-frontend/application-components": "22.
|
|
64
|
-
"@commercetools-frontend/application-config": "22.
|
|
65
|
-
"@commercetools-frontend/assets": "22.
|
|
66
|
-
"@commercetools-frontend/babel-preset-mc-app": "22.
|
|
67
|
-
"@commercetools-frontend/constants": "22.
|
|
68
|
-
"@commercetools-frontend/mc-dev-authentication": "22.
|
|
69
|
-
"@commercetools-frontend/mc-html-template": "22.
|
|
63
|
+
"@commercetools-frontend/application-components": "22.9.1",
|
|
64
|
+
"@commercetools-frontend/application-config": "22.9.1",
|
|
65
|
+
"@commercetools-frontend/assets": "22.9.1",
|
|
66
|
+
"@commercetools-frontend/babel-preset-mc-app": "22.9.1",
|
|
67
|
+
"@commercetools-frontend/constants": "22.9.1",
|
|
68
|
+
"@commercetools-frontend/mc-dev-authentication": "22.9.1",
|
|
69
|
+
"@commercetools-frontend/mc-html-template": "22.9.1",
|
|
70
70
|
"@commercetools/http-user-agent": "3.0.0",
|
|
71
71
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
|
72
72
|
"@rollup/plugin-graphql": "2.0.3",
|