@vendure/admin-ui 2.0.0-beta.0 → 2.0.0-beta.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/core/common/generated-types.d.ts +174 -38
- package/core/common/version.d.ts +1 -1
- package/esm2020/core/common/generated-types.mjs +1 -1
- package/esm2020/core/common/introspection-result.mjs +229 -305
- package/esm2020/core/common/version.mjs +2 -2
- package/esm2020/core/components/app-shell/app-shell.component.mjs +2 -2
- package/esm2020/core/data/definitions/settings-definitions.mjs +4 -4
- package/esm2020/settings/components/country-detail/country-detail.component.mjs +2 -2
- package/fesm2015/vendure-admin-ui-core.mjs +221 -297
- package/fesm2015/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2015/vendure-admin-ui-settings.mjs +1 -1
- package/fesm2015/vendure-admin-ui-settings.mjs.map +1 -1
- package/fesm2020/vendure-admin-ui-core.mjs +221 -297
- package/fesm2020/vendure-admin-ui-core.mjs.map +1 -1
- package/fesm2020/vendure-admin-ui-settings.mjs +1 -1
- package/fesm2020/vendure-admin-ui-settings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -4616,9 +4616,6 @@ const GET_SERVER_CONFIG = gql `
|
|
|
4616
4616
|
Collection {
|
|
4617
4617
|
...CustomFields
|
|
4618
4618
|
}
|
|
4619
|
-
Country {
|
|
4620
|
-
...CustomFields
|
|
4621
|
-
}
|
|
4622
4619
|
Customer {
|
|
4623
4620
|
...CustomFields
|
|
4624
4621
|
}
|
|
@@ -4661,6 +4658,9 @@ const GET_SERVER_CONFIG = gql `
|
|
|
4661
4658
|
Promotion {
|
|
4662
4659
|
...CustomFields
|
|
4663
4660
|
}
|
|
4661
|
+
Region {
|
|
4662
|
+
...CustomFields
|
|
4663
|
+
}
|
|
4664
4664
|
Seller {
|
|
4665
4665
|
...CustomFields
|
|
4666
4666
|
}
|
|
@@ -8876,10 +8876,10 @@ class AppShellComponent {
|
|
|
8876
8876
|
}
|
|
8877
8877
|
}
|
|
8878
8878
|
AppShellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: AppShellComponent, deps: [{ token: AuthService }, { token: DataService }, { token: i1$2.Router }, { token: I18nService }, { token: ModalService }, { token: LocalStorageService }, { token: BreadcrumbService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8879
|
-
AppShellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: AppShellComponent, selector: "vdr-app-shell", ngImport: i0, template: "<div class=\"app-container\">\r\n <div class=\"left-nav\">\r\n <div class=\"branding py-2 px-2\">\r\n <a [routerLink]=\"['/']\"\r\n ><img src=\"assets/logo-75px.png\" class=\"logo\" /><span\r\n class=\"wordmark md:hidden\"\r\n *ngIf=\"!hideVendureBranding\"\r\n >vendure</span\r\n ></a\r\n >\r\n </div>\r\n <div class=\"mx-2\">\r\n <vdr-channel-switcher *vdrIfMultichannel></vdr-channel-switcher>\r\n </div>\r\n <div class=\"px-2 mt-4 main-nav-container\">\r\n <vdr-main-nav></vdr-main-nav>\r\n </div>\r\n <div class=\"m-2\">\r\n <vdr-settings-nav></vdr-settings-nav>\r\n </div>\r\n <div class=\"mx-2\"></div>\r\n </div>\r\n\r\n <div class=\"surface\">\r\n <div class=\"content-container\">\r\n <div class=\"top-bar\">\r\n <div>\r\n <vdr-breadcrumb></vdr-breadcrumb>\r\n </div>\r\n <div class=\"universal-search flex-spacer\"></div>\r\n <div>\r\n <vdr-user-menu\r\n [userName]=\"userName$ | async\"\r\n [uiLanguageAndLocale]=\"uiLanguageAndLocale$ | async\"\r\n [availableLanguages]=\"availableLanguages\"\r\n (selectUiLanguage)=\"selectUiLanguage()\"\r\n (logOut)=\"logOut()\"\r\n ></vdr-user-menu>\r\n </div>\r\n </div>\r\n <vdr-page-title [value]=\"(pageTitle$ | async) || '' | translate\"></vdr-page-title>\r\n <div class=\"content-area\"><router-outlet></router-outlet></div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".app-container{display:flex;height:100vh;overflow:hidden}.left-nav{background-color:var(--color-left-nav-bg);color:var(--color-left-nav-text);display:flex;flex-direction:column;height:100%;border-right:1px solid var(--color-component-border-200);z-index:1}@media screen and (min-width: 992px){.left-nav{width:260px}}.top-bar{position:sticky;top:0;height:48px;width:100%;display:flex;z-index:20;justify-content:space-between;background-color:var(--color-left-nav-bg)}.main-nav-container{overflow:auto;flex:1
|
|
8879
|
+
AppShellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: AppShellComponent, selector: "vdr-app-shell", ngImport: i0, template: "<div class=\"app-container\">\r\n <div class=\"left-nav\">\r\n <div class=\"branding py-2 px-2\">\r\n <a [routerLink]=\"['/']\"\r\n ><img src=\"assets/logo-75px.png\" class=\"logo\" /><span\r\n class=\"wordmark md:hidden\"\r\n *ngIf=\"!hideVendureBranding\"\r\n >vendure</span\r\n ></a\r\n >\r\n </div>\r\n <div class=\"mx-2\">\r\n <vdr-channel-switcher *vdrIfMultichannel></vdr-channel-switcher>\r\n </div>\r\n <div class=\"px-2 mt-4 main-nav-container\">\r\n <vdr-main-nav></vdr-main-nav>\r\n </div>\r\n <div class=\"m-2\">\r\n <vdr-settings-nav></vdr-settings-nav>\r\n </div>\r\n <div class=\"mx-2\"></div>\r\n </div>\r\n\r\n <div class=\"surface\">\r\n <div class=\"content-container\">\r\n <div class=\"top-bar\">\r\n <div>\r\n <vdr-breadcrumb></vdr-breadcrumb>\r\n </div>\r\n <div class=\"universal-search flex-spacer\"></div>\r\n <div>\r\n <vdr-user-menu\r\n [userName]=\"userName$ | async\"\r\n [uiLanguageAndLocale]=\"uiLanguageAndLocale$ | async\"\r\n [availableLanguages]=\"availableLanguages\"\r\n (selectUiLanguage)=\"selectUiLanguage()\"\r\n (logOut)=\"logOut()\"\r\n ></vdr-user-menu>\r\n </div>\r\n </div>\r\n <vdr-page-title [value]=\"(pageTitle$ | async) || '' | translate\"></vdr-page-title>\r\n <div class=\"content-area\"><router-outlet></router-outlet></div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".app-container{display:flex;height:100vh;overflow:hidden}.left-nav{background-color:var(--color-left-nav-bg);color:var(--color-left-nav-text);display:flex;flex-direction:column;height:100%;border-right:1px solid var(--color-component-border-200);z-index:1}@media screen and (min-width: 992px){.left-nav{width:260px}}.top-bar{position:sticky;top:0;height:48px;width:100%;display:flex;z-index:20;justify-content:space-between;background-color:var(--color-left-nav-bg)}.main-nav-container{overflow:auto;flex:1}.surface{display:flex;flex-direction:column;flex:1;background-color:var(--color-component-bg-100)}.content-container{overflow:auto}.branding{display:flex;align-items:center;min-width:0}.logo{width:40px}.wordmark{font-weight:700;margin-left:12px;font-size:24px;color:var(--color-primary-500)}@media screen and (max-width: 992px){.wordmark{display:none}}vdr-breadcrumb{width:100%;max-width:var(--layout-content-max-width);background-color:var(--color-component-bg-100);padding:var(--space-unit) 0;z-index:5;position:sticky;top:0;margin-right:auto;margin-left:calc(var(--space-unit) * 3)}@media screen and (max-width: 992px){vdr-breadcrumb{margin-left:calc(var(--space-unit))}}.header-actions{align-items:center}.content-area{position:relative;max-width:var(--layout-content-max-width);margin-right:auto;margin-left:calc(var(--space-unit) * 3);padding:0 var(--space-unit)}@media screen and (max-width: 992px){.content-area{margin-left:calc(var(--space-unit))}}::ng-deep .header{background-image:linear-gradient(to right,var(--color-header-gradient-from),var(--color-header-gradient-to))}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$2.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: i1$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: IfMultichannelDirective, selector: "[vdrIfMultichannel]", inputs: ["vdrIfMultichannelElse"] }, { kind: "component", type: UserMenuComponent, selector: "vdr-user-menu", inputs: ["userName", "availableLanguages", "uiLanguageAndLocale"], outputs: ["logOut", "selectUiLanguage"] }, { kind: "component", type: MainNavComponent, selector: "vdr-main-nav" }, { kind: "component", type: SettingsNavComponent, selector: "vdr-settings-nav" }, { kind: "component", type: BreadcrumbComponent, selector: "vdr-breadcrumb" }, { kind: "component", type: ChannelSwitcherComponent, selector: "vdr-channel-switcher" }, { kind: "component", type: PageTitleComponent, selector: "vdr-page-title", inputs: ["value"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }] });
|
|
8880
8880
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: AppShellComponent, decorators: [{
|
|
8881
8881
|
type: Component,
|
|
8882
|
-
args: [{ selector: 'vdr-app-shell', template: "<div class=\"app-container\">\r\n <div class=\"left-nav\">\r\n <div class=\"branding py-2 px-2\">\r\n <a [routerLink]=\"['/']\"\r\n ><img src=\"assets/logo-75px.png\" class=\"logo\" /><span\r\n class=\"wordmark md:hidden\"\r\n *ngIf=\"!hideVendureBranding\"\r\n >vendure</span\r\n ></a\r\n >\r\n </div>\r\n <div class=\"mx-2\">\r\n <vdr-channel-switcher *vdrIfMultichannel></vdr-channel-switcher>\r\n </div>\r\n <div class=\"px-2 mt-4 main-nav-container\">\r\n <vdr-main-nav></vdr-main-nav>\r\n </div>\r\n <div class=\"m-2\">\r\n <vdr-settings-nav></vdr-settings-nav>\r\n </div>\r\n <div class=\"mx-2\"></div>\r\n </div>\r\n\r\n <div class=\"surface\">\r\n <div class=\"content-container\">\r\n <div class=\"top-bar\">\r\n <div>\r\n <vdr-breadcrumb></vdr-breadcrumb>\r\n </div>\r\n <div class=\"universal-search flex-spacer\"></div>\r\n <div>\r\n <vdr-user-menu\r\n [userName]=\"userName$ | async\"\r\n [uiLanguageAndLocale]=\"uiLanguageAndLocale$ | async\"\r\n [availableLanguages]=\"availableLanguages\"\r\n (selectUiLanguage)=\"selectUiLanguage()\"\r\n (logOut)=\"logOut()\"\r\n ></vdr-user-menu>\r\n </div>\r\n </div>\r\n <vdr-page-title [value]=\"(pageTitle$ | async) || '' | translate\"></vdr-page-title>\r\n <div class=\"content-area\"><router-outlet></router-outlet></div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".app-container{display:flex;height:100vh;overflow:hidden}.left-nav{background-color:var(--color-left-nav-bg);color:var(--color-left-nav-text);display:flex;flex-direction:column;height:100%;border-right:1px solid var(--color-component-border-200);z-index:1}@media screen and (min-width: 992px){.left-nav{width:260px}}.top-bar{position:sticky;top:0;height:48px;width:100%;display:flex;z-index:20;justify-content:space-between;background-color:var(--color-left-nav-bg)}.main-nav-container{overflow:auto;flex:1
|
|
8882
|
+
args: [{ selector: 'vdr-app-shell', template: "<div class=\"app-container\">\r\n <div class=\"left-nav\">\r\n <div class=\"branding py-2 px-2\">\r\n <a [routerLink]=\"['/']\"\r\n ><img src=\"assets/logo-75px.png\" class=\"logo\" /><span\r\n class=\"wordmark md:hidden\"\r\n *ngIf=\"!hideVendureBranding\"\r\n >vendure</span\r\n ></a\r\n >\r\n </div>\r\n <div class=\"mx-2\">\r\n <vdr-channel-switcher *vdrIfMultichannel></vdr-channel-switcher>\r\n </div>\r\n <div class=\"px-2 mt-4 main-nav-container\">\r\n <vdr-main-nav></vdr-main-nav>\r\n </div>\r\n <div class=\"m-2\">\r\n <vdr-settings-nav></vdr-settings-nav>\r\n </div>\r\n <div class=\"mx-2\"></div>\r\n </div>\r\n\r\n <div class=\"surface\">\r\n <div class=\"content-container\">\r\n <div class=\"top-bar\">\r\n <div>\r\n <vdr-breadcrumb></vdr-breadcrumb>\r\n </div>\r\n <div class=\"universal-search flex-spacer\"></div>\r\n <div>\r\n <vdr-user-menu\r\n [userName]=\"userName$ | async\"\r\n [uiLanguageAndLocale]=\"uiLanguageAndLocale$ | async\"\r\n [availableLanguages]=\"availableLanguages\"\r\n (selectUiLanguage)=\"selectUiLanguage()\"\r\n (logOut)=\"logOut()\"\r\n ></vdr-user-menu>\r\n </div>\r\n </div>\r\n <vdr-page-title [value]=\"(pageTitle$ | async) || '' | translate\"></vdr-page-title>\r\n <div class=\"content-area\"><router-outlet></router-outlet></div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".app-container{display:flex;height:100vh;overflow:hidden}.left-nav{background-color:var(--color-left-nav-bg);color:var(--color-left-nav-text);display:flex;flex-direction:column;height:100%;border-right:1px solid var(--color-component-border-200);z-index:1}@media screen and (min-width: 992px){.left-nav{width:260px}}.top-bar{position:sticky;top:0;height:48px;width:100%;display:flex;z-index:20;justify-content:space-between;background-color:var(--color-left-nav-bg)}.main-nav-container{overflow:auto;flex:1}.surface{display:flex;flex-direction:column;flex:1;background-color:var(--color-component-bg-100)}.content-container{overflow:auto}.branding{display:flex;align-items:center;min-width:0}.logo{width:40px}.wordmark{font-weight:700;margin-left:12px;font-size:24px;color:var(--color-primary-500)}@media screen and (max-width: 992px){.wordmark{display:none}}vdr-breadcrumb{width:100%;max-width:var(--layout-content-max-width);background-color:var(--color-component-bg-100);padding:var(--space-unit) 0;z-index:5;position:sticky;top:0;margin-right:auto;margin-left:calc(var(--space-unit) * 3)}@media screen and (max-width: 992px){vdr-breadcrumb{margin-left:calc(var(--space-unit))}}.header-actions{align-items:center}.content-area{position:relative;max-width:var(--layout-content-max-width);margin-right:auto;margin-left:calc(var(--space-unit) * 3);padding:0 var(--space-unit)}@media screen and (max-width: 992px){.content-area{margin-left:calc(var(--space-unit))}}::ng-deep .header{background-image:linear-gradient(to right,var(--color-header-gradient-from),var(--color-header-gradient-to))}\n"] }]
|
|
8883
8883
|
}], ctorParameters: function () { return [{ type: AuthService }, { type: DataService }, { type: i1$2.Router }, { type: I18nService }, { type: ModalService }, { type: LocalStorageService }, { type: BreadcrumbService }]; } });
|
|
8884
8884
|
|
|
8885
8885
|
class NotificationComponent {
|
|
@@ -8955,310 +8955,234 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImpor
|
|
|
8955
8955
|
|
|
8956
8956
|
/* eslint-disable */
|
|
8957
8957
|
const result = {
|
|
8958
|
-
|
|
8959
|
-
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
|
|
8964
|
-
|
|
8965
|
-
|
|
8966
|
-
|
|
8967
|
-
],
|
|
8968
|
-
"AddManualPaymentToOrderResult": [
|
|
8969
|
-
"ManualPaymentStateError",
|
|
8970
|
-
"Order"
|
|
8971
|
-
],
|
|
8972
|
-
"ApplyCouponCodeResult": [
|
|
8973
|
-
"CouponCodeExpiredError",
|
|
8974
|
-
"CouponCodeInvalidError",
|
|
8975
|
-
"CouponCodeLimitError",
|
|
8976
|
-
"Order"
|
|
8977
|
-
],
|
|
8978
|
-
"AuthenticationResult": [
|
|
8979
|
-
"CurrentUser",
|
|
8980
|
-
"InvalidCredentialsError"
|
|
8981
|
-
],
|
|
8982
|
-
"CancelOrderResult": [
|
|
8983
|
-
"CancelActiveOrderError",
|
|
8984
|
-
"EmptyOrderLineSelectionError",
|
|
8985
|
-
"MultipleOrderError",
|
|
8986
|
-
"Order",
|
|
8987
|
-
"OrderStateTransitionError",
|
|
8988
|
-
"QuantityTooGreatError"
|
|
8989
|
-
],
|
|
8990
|
-
"CancelPaymentResult": [
|
|
8991
|
-
"CancelPaymentError",
|
|
8992
|
-
"Payment",
|
|
8993
|
-
"PaymentStateTransitionError"
|
|
8994
|
-
],
|
|
8995
|
-
"CreateAssetResult": [
|
|
8996
|
-
"Asset",
|
|
8997
|
-
"MimeTypeError"
|
|
8998
|
-
],
|
|
8999
|
-
"CreateChannelResult": [
|
|
9000
|
-
"Channel",
|
|
9001
|
-
"LanguageNotAvailableError"
|
|
9002
|
-
],
|
|
9003
|
-
"CreateCustomerResult": [
|
|
9004
|
-
"Customer",
|
|
9005
|
-
"EmailAddressConflictError"
|
|
9006
|
-
],
|
|
9007
|
-
"CreatePromotionResult": [
|
|
9008
|
-
"MissingConditionsError",
|
|
9009
|
-
"Promotion"
|
|
9010
|
-
],
|
|
9011
|
-
"CustomField": [
|
|
9012
|
-
"BooleanCustomFieldConfig",
|
|
9013
|
-
"DateTimeCustomFieldConfig",
|
|
9014
|
-
"FloatCustomFieldConfig",
|
|
9015
|
-
"IntCustomFieldConfig",
|
|
9016
|
-
"LocaleStringCustomFieldConfig",
|
|
9017
|
-
"LocaleTextCustomFieldConfig",
|
|
9018
|
-
"RelationCustomFieldConfig",
|
|
9019
|
-
"StringCustomFieldConfig",
|
|
9020
|
-
"TextCustomFieldConfig"
|
|
8958
|
+
possibleTypes: {
|
|
8959
|
+
AddFulfillmentToOrderResult: [
|
|
8960
|
+
'CreateFulfillmentError',
|
|
8961
|
+
'EmptyOrderLineSelectionError',
|
|
8962
|
+
'Fulfillment',
|
|
8963
|
+
'FulfillmentStateTransitionError',
|
|
8964
|
+
'InsufficientStockOnHandError',
|
|
8965
|
+
'InvalidFulfillmentHandlerError',
|
|
8966
|
+
'ItemsAlreadyFulfilledError',
|
|
9021
8967
|
],
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
|
|
9027
|
-
|
|
9028
|
-
"LocaleTextCustomFieldConfig",
|
|
9029
|
-
"RelationCustomFieldConfig",
|
|
9030
|
-
"StringCustomFieldConfig",
|
|
9031
|
-
"TextCustomFieldConfig"
|
|
8968
|
+
AddManualPaymentToOrderResult: ['ManualPaymentStateError', 'Order'],
|
|
8969
|
+
ApplyCouponCodeResult: [
|
|
8970
|
+
'CouponCodeExpiredError',
|
|
8971
|
+
'CouponCodeInvalidError',
|
|
8972
|
+
'CouponCodeLimitError',
|
|
8973
|
+
'Order',
|
|
9032
8974
|
],
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
|
|
9037
|
-
|
|
9038
|
-
|
|
9039
|
-
|
|
9040
|
-
|
|
9041
|
-
"CreateFulfillmentError",
|
|
9042
|
-
"EmailAddressConflictError",
|
|
9043
|
-
"EmptyOrderLineSelectionError",
|
|
9044
|
-
"FacetInUseError",
|
|
9045
|
-
"FulfillmentStateTransitionError",
|
|
9046
|
-
"GuestCheckoutError",
|
|
9047
|
-
"IneligibleShippingMethodError",
|
|
9048
|
-
"InsufficientStockError",
|
|
9049
|
-
"InsufficientStockOnHandError",
|
|
9050
|
-
"InvalidCredentialsError",
|
|
9051
|
-
"InvalidFulfillmentHandlerError",
|
|
9052
|
-
"ItemsAlreadyFulfilledError",
|
|
9053
|
-
"LanguageNotAvailableError",
|
|
9054
|
-
"ManualPaymentStateError",
|
|
9055
|
-
"MimeTypeError",
|
|
9056
|
-
"MissingConditionsError",
|
|
9057
|
-
"MultipleOrderError",
|
|
9058
|
-
"NativeAuthStrategyError",
|
|
9059
|
-
"NegativeQuantityError",
|
|
9060
|
-
"NoActiveOrderError",
|
|
9061
|
-
"NoChangesSpecifiedError",
|
|
9062
|
-
"NothingToRefundError",
|
|
9063
|
-
"OrderLimitError",
|
|
9064
|
-
"OrderModificationError",
|
|
9065
|
-
"OrderModificationStateError",
|
|
9066
|
-
"OrderStateTransitionError",
|
|
9067
|
-
"PaymentMethodMissingError",
|
|
9068
|
-
"PaymentOrderMismatchError",
|
|
9069
|
-
"PaymentStateTransitionError",
|
|
9070
|
-
"ProductOptionInUseError",
|
|
9071
|
-
"QuantityTooGreatError",
|
|
9072
|
-
"RefundOrderStateError",
|
|
9073
|
-
"RefundPaymentIdMissingError",
|
|
9074
|
-
"RefundStateTransitionError",
|
|
9075
|
-
"SettlePaymentError"
|
|
8975
|
+
AuthenticationResult: ['CurrentUser', 'InvalidCredentialsError'],
|
|
8976
|
+
CancelOrderResult: [
|
|
8977
|
+
'CancelActiveOrderError',
|
|
8978
|
+
'EmptyOrderLineSelectionError',
|
|
8979
|
+
'MultipleOrderError',
|
|
8980
|
+
'Order',
|
|
8981
|
+
'OrderStateTransitionError',
|
|
8982
|
+
'QuantityTooGreatError',
|
|
9076
8983
|
],
|
|
9077
|
-
|
|
9078
|
-
|
|
9079
|
-
|
|
9080
|
-
|
|
9081
|
-
|
|
9082
|
-
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
|
|
9087
|
-
|
|
9088
|
-
|
|
8984
|
+
CancelPaymentResult: ['CancelPaymentError', 'Payment', 'PaymentStateTransitionError'],
|
|
8985
|
+
CreateAssetResult: ['Asset', 'MimeTypeError'],
|
|
8986
|
+
CreateChannelResult: ['Channel', 'LanguageNotAvailableError'],
|
|
8987
|
+
CreateCustomerResult: ['Customer', 'EmailAddressConflictError'],
|
|
8988
|
+
CreatePromotionResult: ['MissingConditionsError', 'Promotion'],
|
|
8989
|
+
CustomField: [
|
|
8990
|
+
'BooleanCustomFieldConfig',
|
|
8991
|
+
'DateTimeCustomFieldConfig',
|
|
8992
|
+
'FloatCustomFieldConfig',
|
|
8993
|
+
'IntCustomFieldConfig',
|
|
8994
|
+
'LocaleStringCustomFieldConfig',
|
|
8995
|
+
'LocaleTextCustomFieldConfig',
|
|
8996
|
+
'RelationCustomFieldConfig',
|
|
8997
|
+
'StringCustomFieldConfig',
|
|
8998
|
+
'TextCustomFieldConfig',
|
|
9089
8999
|
],
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9000
|
+
CustomFieldConfig: [
|
|
9001
|
+
'BooleanCustomFieldConfig',
|
|
9002
|
+
'DateTimeCustomFieldConfig',
|
|
9003
|
+
'FloatCustomFieldConfig',
|
|
9004
|
+
'IntCustomFieldConfig',
|
|
9005
|
+
'LocaleStringCustomFieldConfig',
|
|
9006
|
+
'LocaleTextCustomFieldConfig',
|
|
9007
|
+
'RelationCustomFieldConfig',
|
|
9008
|
+
'StringCustomFieldConfig',
|
|
9009
|
+
'TextCustomFieldConfig',
|
|
9094
9010
|
],
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
9100
|
-
|
|
9101
|
-
|
|
9102
|
-
|
|
9103
|
-
|
|
9104
|
-
|
|
9105
|
-
|
|
9106
|
-
|
|
9107
|
-
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
|
|
9119
|
-
|
|
9120
|
-
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
"Zone"
|
|
9011
|
+
ErrorResult: [
|
|
9012
|
+
'AlreadyRefundedError',
|
|
9013
|
+
'CancelActiveOrderError',
|
|
9014
|
+
'CancelPaymentError',
|
|
9015
|
+
'ChannelDefaultLanguageError',
|
|
9016
|
+
'CouponCodeExpiredError',
|
|
9017
|
+
'CouponCodeInvalidError',
|
|
9018
|
+
'CouponCodeLimitError',
|
|
9019
|
+
'CreateFulfillmentError',
|
|
9020
|
+
'EmailAddressConflictError',
|
|
9021
|
+
'EmptyOrderLineSelectionError',
|
|
9022
|
+
'FacetInUseError',
|
|
9023
|
+
'FulfillmentStateTransitionError',
|
|
9024
|
+
'GuestCheckoutError',
|
|
9025
|
+
'IneligibleShippingMethodError',
|
|
9026
|
+
'InsufficientStockError',
|
|
9027
|
+
'InsufficientStockOnHandError',
|
|
9028
|
+
'InvalidCredentialsError',
|
|
9029
|
+
'InvalidFulfillmentHandlerError',
|
|
9030
|
+
'ItemsAlreadyFulfilledError',
|
|
9031
|
+
'LanguageNotAvailableError',
|
|
9032
|
+
'ManualPaymentStateError',
|
|
9033
|
+
'MimeTypeError',
|
|
9034
|
+
'MissingConditionsError',
|
|
9035
|
+
'MultipleOrderError',
|
|
9036
|
+
'NativeAuthStrategyError',
|
|
9037
|
+
'NegativeQuantityError',
|
|
9038
|
+
'NoActiveOrderError',
|
|
9039
|
+
'NoChangesSpecifiedError',
|
|
9040
|
+
'NothingToRefundError',
|
|
9041
|
+
'OrderLimitError',
|
|
9042
|
+
'OrderModificationError',
|
|
9043
|
+
'OrderModificationStateError',
|
|
9044
|
+
'OrderStateTransitionError',
|
|
9045
|
+
'PaymentMethodMissingError',
|
|
9046
|
+
'PaymentOrderMismatchError',
|
|
9047
|
+
'PaymentStateTransitionError',
|
|
9048
|
+
'ProductOptionInUseError',
|
|
9049
|
+
'QuantityTooGreatError',
|
|
9050
|
+
'RefundOrderStateError',
|
|
9051
|
+
'RefundPaymentIdMissingError',
|
|
9052
|
+
'RefundStateTransitionError',
|
|
9053
|
+
'SettlePaymentError',
|
|
9139
9054
|
],
|
|
9140
|
-
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
9150
|
-
|
|
9151
|
-
|
|
9152
|
-
"PaymentMethodList",
|
|
9153
|
-
"ProductList",
|
|
9154
|
-
"ProductVariantList",
|
|
9155
|
-
"PromotionList",
|
|
9156
|
-
"RoleList",
|
|
9157
|
-
"SellerList",
|
|
9158
|
-
"ShippingMethodList",
|
|
9159
|
-
"StockLocationList",
|
|
9160
|
-
"TagList",
|
|
9161
|
-
"TaxRateList"
|
|
9055
|
+
ModifyOrderResult: [
|
|
9056
|
+
'CouponCodeExpiredError',
|
|
9057
|
+
'CouponCodeInvalidError',
|
|
9058
|
+
'CouponCodeLimitError',
|
|
9059
|
+
'InsufficientStockError',
|
|
9060
|
+
'NegativeQuantityError',
|
|
9061
|
+
'NoChangesSpecifiedError',
|
|
9062
|
+
'Order',
|
|
9063
|
+
'OrderLimitError',
|
|
9064
|
+
'OrderModificationStateError',
|
|
9065
|
+
'PaymentMethodMissingError',
|
|
9066
|
+
'RefundPaymentIdMissingError',
|
|
9162
9067
|
],
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9068
|
+
NativeAuthenticationResult: ['CurrentUser', 'InvalidCredentialsError', 'NativeAuthStrategyError'],
|
|
9069
|
+
Node: [
|
|
9070
|
+
'Address',
|
|
9071
|
+
'Administrator',
|
|
9072
|
+
'Allocation',
|
|
9073
|
+
'Asset',
|
|
9074
|
+
'AuthenticationMethod',
|
|
9075
|
+
'Cancellation',
|
|
9076
|
+
'Channel',
|
|
9077
|
+
'Collection',
|
|
9078
|
+
'Country',
|
|
9079
|
+
'Customer',
|
|
9080
|
+
'CustomerGroup',
|
|
9081
|
+
'Facet',
|
|
9082
|
+
'FacetValue',
|
|
9083
|
+
'Fulfillment',
|
|
9084
|
+
'HistoryEntry',
|
|
9085
|
+
'Job',
|
|
9086
|
+
'Order',
|
|
9087
|
+
'OrderItem',
|
|
9088
|
+
'OrderLine',
|
|
9089
|
+
'OrderModification',
|
|
9090
|
+
'Payment',
|
|
9091
|
+
'PaymentMethod',
|
|
9092
|
+
'Product',
|
|
9093
|
+
'ProductOption',
|
|
9094
|
+
'ProductOptionGroup',
|
|
9095
|
+
'ProductVariant',
|
|
9096
|
+
'Promotion',
|
|
9097
|
+
'Province',
|
|
9098
|
+
'Refund',
|
|
9099
|
+
'Release',
|
|
9100
|
+
'Return',
|
|
9101
|
+
'Role',
|
|
9102
|
+
'Sale',
|
|
9103
|
+
'Seller',
|
|
9104
|
+
'ShippingMethod',
|
|
9105
|
+
'StockAdjustment',
|
|
9106
|
+
'StockLevel',
|
|
9107
|
+
'StockLocation',
|
|
9108
|
+
'Surcharge',
|
|
9109
|
+
'Tag',
|
|
9110
|
+
'TaxCategory',
|
|
9111
|
+
'TaxRate',
|
|
9112
|
+
'User',
|
|
9113
|
+
'Zone',
|
|
9173
9114
|
],
|
|
9174
|
-
|
|
9175
|
-
|
|
9176
|
-
|
|
9115
|
+
PaginatedList: [
|
|
9116
|
+
'AdministratorList',
|
|
9117
|
+
'AssetList',
|
|
9118
|
+
'CollectionList',
|
|
9119
|
+
'CountryList',
|
|
9120
|
+
'CustomerGroupList',
|
|
9121
|
+
'CustomerList',
|
|
9122
|
+
'FacetList',
|
|
9123
|
+
'FacetValueList',
|
|
9124
|
+
'HistoryEntryList',
|
|
9125
|
+
'JobList',
|
|
9126
|
+
'OrderList',
|
|
9127
|
+
'PaymentMethodList',
|
|
9128
|
+
'ProductList',
|
|
9129
|
+
'ProductVariantList',
|
|
9130
|
+
'PromotionList',
|
|
9131
|
+
'ProvinceList',
|
|
9132
|
+
'RoleList',
|
|
9133
|
+
'SellerList',
|
|
9134
|
+
'ShippingMethodList',
|
|
9135
|
+
'StockLocationList',
|
|
9136
|
+
'TagList',
|
|
9137
|
+
'TaxRateList',
|
|
9177
9138
|
],
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9139
|
+
RefundOrderResult: [
|
|
9140
|
+
'AlreadyRefundedError',
|
|
9141
|
+
'MultipleOrderError',
|
|
9142
|
+
'NothingToRefundError',
|
|
9143
|
+
'OrderStateTransitionError',
|
|
9144
|
+
'PaymentOrderMismatchError',
|
|
9145
|
+
'QuantityTooGreatError',
|
|
9146
|
+
'Refund',
|
|
9147
|
+
'RefundOrderStateError',
|
|
9148
|
+
'RefundStateTransitionError',
|
|
9181
9149
|
],
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
|
|
9150
|
+
Region: ['Country', 'Province'],
|
|
9151
|
+
RemoveFacetFromChannelResult: ['Facet', 'FacetInUseError'],
|
|
9152
|
+
RemoveOptionGroupFromProductResult: ['Product', 'ProductOptionInUseError'],
|
|
9153
|
+
RemoveOrderItemsResult: ['Order', 'OrderModificationError'],
|
|
9154
|
+
SearchResultPrice: ['PriceRange', 'SinglePrice'],
|
|
9155
|
+
SetCustomerForDraftOrderResult: ['EmailAddressConflictError', 'Order'],
|
|
9156
|
+
SetOrderShippingMethodResult: [
|
|
9157
|
+
'IneligibleShippingMethodError',
|
|
9158
|
+
'NoActiveOrderError',
|
|
9159
|
+
'Order',
|
|
9160
|
+
'OrderModificationError',
|
|
9185
9161
|
],
|
|
9186
|
-
|
|
9187
|
-
|
|
9188
|
-
|
|
9162
|
+
SettlePaymentResult: [
|
|
9163
|
+
'OrderStateTransitionError',
|
|
9164
|
+
'Payment',
|
|
9165
|
+
'PaymentStateTransitionError',
|
|
9166
|
+
'SettlePaymentError',
|
|
9189
9167
|
],
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9168
|
+
SettleRefundResult: ['Refund', 'RefundStateTransitionError'],
|
|
9169
|
+
StockMovement: ['Allocation', 'Cancellation', 'Release', 'Return', 'Sale', 'StockAdjustment'],
|
|
9170
|
+
StockMovementItem: ['Allocation', 'Cancellation', 'Release', 'Return', 'Sale', 'StockAdjustment'],
|
|
9171
|
+
TransitionFulfillmentToStateResult: ['Fulfillment', 'FulfillmentStateTransitionError'],
|
|
9172
|
+
TransitionOrderToStateResult: ['Order', 'OrderStateTransitionError'],
|
|
9173
|
+
TransitionPaymentToStateResult: ['Payment', 'PaymentStateTransitionError'],
|
|
9174
|
+
UpdateChannelResult: ['Channel', 'LanguageNotAvailableError'],
|
|
9175
|
+
UpdateCustomerResult: ['Customer', 'EmailAddressConflictError'],
|
|
9176
|
+
UpdateGlobalSettingsResult: ['ChannelDefaultLanguageError', 'GlobalSettings'],
|
|
9177
|
+
UpdateOrderItemsResult: [
|
|
9178
|
+
'InsufficientStockError',
|
|
9179
|
+
'NegativeQuantityError',
|
|
9180
|
+
'Order',
|
|
9181
|
+
'OrderLimitError',
|
|
9182
|
+
'OrderModificationError',
|
|
9193
9183
|
],
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
"NoActiveOrderError",
|
|
9197
|
-
"Order",
|
|
9198
|
-
"OrderModificationError"
|
|
9199
|
-
],
|
|
9200
|
-
"SettlePaymentResult": [
|
|
9201
|
-
"OrderStateTransitionError",
|
|
9202
|
-
"Payment",
|
|
9203
|
-
"PaymentStateTransitionError",
|
|
9204
|
-
"SettlePaymentError"
|
|
9205
|
-
],
|
|
9206
|
-
"SettleRefundResult": [
|
|
9207
|
-
"Refund",
|
|
9208
|
-
"RefundStateTransitionError"
|
|
9209
|
-
],
|
|
9210
|
-
"StockMovement": [
|
|
9211
|
-
"Allocation",
|
|
9212
|
-
"Cancellation",
|
|
9213
|
-
"Release",
|
|
9214
|
-
"Return",
|
|
9215
|
-
"Sale",
|
|
9216
|
-
"StockAdjustment"
|
|
9217
|
-
],
|
|
9218
|
-
"StockMovementItem": [
|
|
9219
|
-
"Allocation",
|
|
9220
|
-
"Cancellation",
|
|
9221
|
-
"Release",
|
|
9222
|
-
"Return",
|
|
9223
|
-
"Sale",
|
|
9224
|
-
"StockAdjustment"
|
|
9225
|
-
],
|
|
9226
|
-
"TransitionFulfillmentToStateResult": [
|
|
9227
|
-
"Fulfillment",
|
|
9228
|
-
"FulfillmentStateTransitionError"
|
|
9229
|
-
],
|
|
9230
|
-
"TransitionOrderToStateResult": [
|
|
9231
|
-
"Order",
|
|
9232
|
-
"OrderStateTransitionError"
|
|
9233
|
-
],
|
|
9234
|
-
"TransitionPaymentToStateResult": [
|
|
9235
|
-
"Payment",
|
|
9236
|
-
"PaymentStateTransitionError"
|
|
9237
|
-
],
|
|
9238
|
-
"UpdateChannelResult": [
|
|
9239
|
-
"Channel",
|
|
9240
|
-
"LanguageNotAvailableError"
|
|
9241
|
-
],
|
|
9242
|
-
"UpdateCustomerResult": [
|
|
9243
|
-
"Customer",
|
|
9244
|
-
"EmailAddressConflictError"
|
|
9245
|
-
],
|
|
9246
|
-
"UpdateGlobalSettingsResult": [
|
|
9247
|
-
"ChannelDefaultLanguageError",
|
|
9248
|
-
"GlobalSettings"
|
|
9249
|
-
],
|
|
9250
|
-
"UpdateOrderItemsResult": [
|
|
9251
|
-
"InsufficientStockError",
|
|
9252
|
-
"NegativeQuantityError",
|
|
9253
|
-
"Order",
|
|
9254
|
-
"OrderLimitError",
|
|
9255
|
-
"OrderModificationError"
|
|
9256
|
-
],
|
|
9257
|
-
"UpdatePromotionResult": [
|
|
9258
|
-
"MissingConditionsError",
|
|
9259
|
-
"Promotion"
|
|
9260
|
-
]
|
|
9261
|
-
}
|
|
9184
|
+
UpdatePromotionResult: ['MissingConditionsError', 'Promotion'],
|
|
9185
|
+
},
|
|
9262
9186
|
};
|
|
9263
9187
|
|
|
9264
9188
|
// Allows the introspectionResult to be imported as a named symbol
|
|
@@ -18163,7 +18087,7 @@ function patchObject(obj, patch) {
|
|
|
18163
18087
|
}
|
|
18164
18088
|
|
|
18165
18089
|
// Auto-generated by the set-version.js script.
|
|
18166
|
-
const ADMIN_UI_VERSION = '2.0.0-beta.
|
|
18090
|
+
const ADMIN_UI_VERSION = '2.0.0-beta.1';
|
|
18167
18091
|
|
|
18168
18092
|
/**
|
|
18169
18093
|
* @description
|