@vendure/admin-ui 1.0.0-beta.9 → 1.0.3
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/bundles/vendure-admin-ui-catalog.umd.js +37 -17
- package/bundles/vendure-admin-ui-catalog.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-catalog.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-catalog.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-core.umd.js +233 -38
- package/bundles/vendure-admin-ui-core.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-core.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-core.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-customer.umd.js +8 -6
- package/bundles/vendure-admin-ui-customer.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-customer.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-customer.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-order.umd.js +113 -39
- package/bundles/vendure-admin-ui-order.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-order.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-order.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-settings.umd.js +71 -46
- package/bundles/vendure-admin-ui-settings.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-settings.umd.min.js +2 -2
- package/bundles/vendure-admin-ui-settings.umd.min.js.map +1 -1
- package/bundles/vendure-admin-ui-system.umd.js +1 -1
- package/bundles/vendure-admin-ui-system.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-system.umd.min.js +1 -1
- package/bundles/vendure-admin-ui-system.umd.min.js.map +1 -1
- package/catalog/components/collection-detail/collection-detail.component.d.ts +2 -1
- package/catalog/components/facet-detail/facet-detail.component.d.ts +2 -1
- package/catalog/components/product-assets/product-assets.component.d.ts +7 -2
- package/catalog/components/product-variants-list/product-variants-list.component.d.ts +2 -1
- package/catalog/components/product-variants-table/product-variants-table.component.d.ts +2 -1
- package/catalog/vendure-admin-ui-catalog.metadata.json +1 -1
- package/core/common/generated-types.d.ts +242 -148
- package/core/common/version.d.ts +1 -1
- package/core/components/main-nav/main-nav.component.d.ts +1 -1
- package/core/shared/components/channel-assignment-control/channel-assignment-control.component.d.ts +3 -2
- package/core/shared/components/product-selector/product-selector.component.d.ts +1 -1
- package/core/shared/pipes/has-permission.pipe.d.ts +3 -2
- package/core/vendure-admin-ui-core.metadata.json +1 -1
- package/customer/components/address-card/address-card.component.d.ts +1 -0
- package/customer/vendure-admin-ui-customer.metadata.json +1 -1
- package/esm2015/catalog/components/asset-detail/asset-detail.component.js +2 -2
- package/esm2015/catalog/components/asset-list/asset-list.component.js +2 -2
- package/esm2015/catalog/components/collection-detail/collection-detail.component.js +4 -3
- package/esm2015/catalog/components/collection-list/collection-list.component.js +2 -2
- package/esm2015/catalog/components/collection-tree/collection-tree-node.component.js +5 -6
- package/esm2015/catalog/components/facet-detail/facet-detail.component.js +4 -3
- package/esm2015/catalog/components/facet-list/facet-list.component.js +2 -2
- package/esm2015/catalog/components/product-assets/product-assets.component.js +19 -6
- package/esm2015/catalog/components/product-detail/product-detail.component.js +2 -2
- package/esm2015/catalog/components/product-list/product-list.component.js +2 -2
- package/esm2015/catalog/components/product-variants-list/product-variants-list.component.js +4 -3
- package/esm2015/catalog/components/product-variants-table/product-variants-table.component.js +4 -2
- package/esm2015/catalog/components/update-product-option-dialog/update-product-option-dialog.component.js +2 -2
- package/esm2015/core/common/generated-types.js +123 -9
- package/esm2015/core/common/utilities/configurable-operation-utils.js +1 -1
- package/esm2015/core/common/version.js +2 -2
- package/esm2015/core/components/main-nav/main-nav.component.js +36 -9
- package/esm2015/core/data/definitions/order-definitions.js +11 -1
- package/esm2015/core/data/definitions/product-definitions.js +696 -697
- package/esm2015/core/shared/components/asset-preview/asset-preview.component.js +2 -2
- package/esm2015/core/shared/components/channel-assignment-control/channel-assignment-control.component.js +25 -7
- package/esm2015/core/shared/components/dropdown/dropdown-menu.component.js +13 -10
- package/esm2015/core/shared/directives/if-permissions.directive.js +4 -4
- package/esm2015/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.js +2 -2
- package/esm2015/core/shared/pipes/has-permission.pipe.js +16 -6
- package/esm2015/customer/components/address-card/address-card.component.js +4 -2
- package/esm2015/customer/components/customer-detail/customer-detail.component.js +2 -2
- package/esm2015/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.js +2 -2
- package/esm2015/customer/components/customer-group-list/customer-group-list.component.js +2 -2
- package/esm2015/customer/components/customer-group-member-list/customer-group-member-list.component.js +2 -2
- package/esm2015/customer/components/customer-history/customer-history.component.js +2 -2
- package/esm2015/order/components/line-refunds/line-refunds.component.js +20 -3
- package/esm2015/order/components/order-detail/order-detail.component.js +30 -9
- package/esm2015/order/components/order-editor/order-editor.component.js +2 -2
- package/esm2015/order/components/order-payment-card/order-payment-card.component.js +2 -2
- package/esm2015/order/components/order-table/order-table.component.js +2 -2
- package/esm2015/order/components/refund-order-dialog/refund-order-dialog.component.js +27 -6
- package/esm2015/settings/components/admin-detail/admin-detail.component.js +5 -2
- package/esm2015/settings/components/channel-detail/channel-detail.component.js +5 -3
- package/esm2015/settings/components/channel-list/channel-list.component.js +2 -2
- package/esm2015/settings/components/country-detail/country-detail.component.js +4 -3
- package/esm2015/settings/components/country-list/country-list.component.js +2 -2
- package/esm2015/settings/components/global-settings/global-settings.component.js +3 -2
- package/esm2015/settings/components/payment-method-detail/payment-method-detail.component.js +16 -15
- package/esm2015/settings/components/payment-method-list/payment-method-list.component.js +2 -2
- package/esm2015/settings/components/permission-grid/permission-grid.component.js +8 -3
- package/esm2015/settings/components/role-detail/role-detail.component.js +2 -2
- package/esm2015/settings/components/role-list/role-list.component.js +9 -5
- package/esm2015/settings/components/shipping-method-detail/shipping-method-detail.component.js +16 -11
- package/esm2015/settings/components/shipping-method-list/shipping-method-list.component.js +2 -2
- package/esm2015/settings/components/tax-category-detail/tax-category-detail.component.js +4 -3
- package/esm2015/settings/components/tax-category-list/tax-category-list.component.js +2 -2
- package/esm2015/settings/components/tax-rate-detail/tax-rate-detail.component.js +11 -10
- package/esm2015/settings/components/tax-rate-list/tax-rate-list.component.js +2 -2
- package/esm2015/settings/components/test-order-builder/test-order-builder.component.js +3 -2
- package/esm2015/settings/components/zone-detail-dialog/zone-detail-dialog.component.js +2 -2
- package/esm2015/settings/components/zone-list/zone-list.component.js +2 -2
- package/esm2015/settings/components/zone-member-list/zone-member-list.component.js +2 -2
- package/esm2015/system/components/job-list/job-list.component.js +2 -2
- package/fesm2015/vendure-admin-ui-catalog.js +34 -18
- package/fesm2015/vendure-admin-ui-catalog.js.map +1 -1
- package/fesm2015/vendure-admin-ui-core.js +884 -705
- package/fesm2015/vendure-admin-ui-core.js.map +1 -1
- package/fesm2015/vendure-admin-ui-customer.js +8 -6
- package/fesm2015/vendure-admin-ui-customer.js.map +1 -1
- package/fesm2015/vendure-admin-ui-order.js +76 -18
- package/fesm2015/vendure-admin-ui-order.js.map +1 -1
- package/fesm2015/vendure-admin-ui-settings.js +74 -50
- package/fesm2015/vendure-admin-ui-settings.js.map +1 -1
- package/fesm2015/vendure-admin-ui-system.js +1 -1
- package/fesm2015/vendure-admin-ui-system.js.map +1 -1
- package/order/components/line-refunds/line-refunds.component.d.ts +1 -0
- package/order/components/refund-order-dialog/refund-order-dialog.component.d.ts +1 -0
- package/order/vendure-admin-ui-order.metadata.json +1 -1
- package/package.json +2 -2
- package/settings/components/channel-detail/channel-detail.component.d.ts +2 -1
- package/settings/components/country-detail/country-detail.component.d.ts +2 -1
- package/settings/components/global-settings/global-settings.component.d.ts +2 -1
- package/settings/components/payment-method-detail/payment-method-detail.component.d.ts +2 -2
- package/settings/components/permission-grid/permission-grid.component.d.ts +2 -0
- package/settings/components/role-list/role-list.component.d.ts +5 -1
- package/settings/components/shipping-method-detail/shipping-method-detail.component.d.ts +2 -1
- package/settings/components/tax-category-detail/tax-category-detail.component.d.ts +2 -1
- package/settings/components/tax-rate-detail/tax-rate-detail.component.d.ts +2 -1
- package/settings/vendure-admin-ui-settings.metadata.json +1 -1
- package/static/i18n-messages/cs.json +2 -0
- package/static/i18n-messages/de.json +8 -6
- package/static/i18n-messages/en.json +2 -0
- package/static/i18n-messages/es.json +2 -0
- package/static/i18n-messages/fr.json +89 -89
- package/static/i18n-messages/pl.json +2 -0
- package/static/i18n-messages/pt_BR.json +2 -0
- package/static/i18n-messages/ru.json +811 -0
- package/static/i18n-messages/zh_Hans.json +178 -176
- package/static/i18n-messages/zh_Hant.json +2 -0
- package/static/styles/_variables.scss +0 -65
- package/static/styles/theme/default.scss +54 -54
- package/static/vendure-ui-config.json +1 -1
- package/system/vendure-admin-ui-system.metadata.json +1 -1
|
@@ -782,6 +782,12 @@ export declare type MutationUpdateUserChannelsArgs = {
|
|
|
782
782
|
export declare type MutationUpdateZoneArgs = {
|
|
783
783
|
input: UpdateZoneInput;
|
|
784
784
|
};
|
|
785
|
+
export declare type AdministratorListOptions = {
|
|
786
|
+
skip?: Maybe<Scalars['Int']>;
|
|
787
|
+
take?: Maybe<Scalars['Int']>;
|
|
788
|
+
sort?: Maybe<AdministratorSortParameter>;
|
|
789
|
+
filter?: Maybe<AdministratorFilterParameter>;
|
|
790
|
+
};
|
|
785
791
|
export declare type CreateAdministratorInput = {
|
|
786
792
|
firstName: Scalars['String'];
|
|
787
793
|
lastName: Scalars['String'];
|
|
@@ -848,12 +854,12 @@ export declare type MimeTypeError = ErrorResult & {
|
|
|
848
854
|
};
|
|
849
855
|
export declare type CreateAssetResult = Asset | MimeTypeError;
|
|
850
856
|
export declare type AssetListOptions = {
|
|
857
|
+
tags?: Maybe<Array<Scalars['String']>>;
|
|
858
|
+
tagsOperator?: Maybe<LogicalOperator>;
|
|
851
859
|
skip?: Maybe<Scalars['Int']>;
|
|
852
860
|
take?: Maybe<Scalars['Int']>;
|
|
853
861
|
sort?: Maybe<AssetSortParameter>;
|
|
854
862
|
filter?: Maybe<AssetFilterParameter>;
|
|
855
|
-
tags?: Maybe<Array<Scalars['String']>>;
|
|
856
|
-
tagsOperator?: Maybe<LogicalOperator>;
|
|
857
863
|
};
|
|
858
864
|
export declare type CreateAssetInput = {
|
|
859
865
|
file: Scalars['Upload'];
|
|
@@ -885,6 +891,9 @@ export declare type AssignAssetsToChannelInput = {
|
|
|
885
891
|
assetIds: Array<Scalars['ID']>;
|
|
886
892
|
channelId: Scalars['ID'];
|
|
887
893
|
};
|
|
894
|
+
export declare type AuthenticationInput = {
|
|
895
|
+
native?: Maybe<NativeAuthInput>;
|
|
896
|
+
};
|
|
888
897
|
export declare type NativeAuthenticationResult = CurrentUser | InvalidCredentialsError | NativeAuthStrategyError;
|
|
889
898
|
export declare type AuthenticationResult = CurrentUser | InvalidCredentialsError;
|
|
890
899
|
export declare type CreateChannelInput = {
|
|
@@ -941,6 +950,12 @@ export declare type Collection = Node & {
|
|
|
941
950
|
export declare type CollectionProductVariantsArgs = {
|
|
942
951
|
options?: Maybe<ProductVariantListOptions>;
|
|
943
952
|
};
|
|
953
|
+
export declare type CollectionListOptions = {
|
|
954
|
+
skip?: Maybe<Scalars['Int']>;
|
|
955
|
+
take?: Maybe<Scalars['Int']>;
|
|
956
|
+
sort?: Maybe<CollectionSortParameter>;
|
|
957
|
+
filter?: Maybe<CollectionFilterParameter>;
|
|
958
|
+
};
|
|
944
959
|
export declare type MoveCollectionInput = {
|
|
945
960
|
collectionId: Scalars['ID'];
|
|
946
961
|
parentId: Scalars['ID'];
|
|
@@ -996,6 +1011,12 @@ export declare type UpdateCountryInput = {
|
|
|
996
1011
|
translations?: Maybe<Array<CountryTranslationInput>>;
|
|
997
1012
|
enabled?: Maybe<Scalars['Boolean']>;
|
|
998
1013
|
};
|
|
1014
|
+
export declare type CountryListOptions = {
|
|
1015
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1016
|
+
take?: Maybe<Scalars['Int']>;
|
|
1017
|
+
sort?: Maybe<CountrySortParameter>;
|
|
1018
|
+
filter?: Maybe<CountryFilterParameter>;
|
|
1019
|
+
};
|
|
999
1020
|
export declare type Customer = Node & {
|
|
1000
1021
|
__typename?: 'Customer';
|
|
1001
1022
|
groups: Array<CustomerGroup>;
|
|
@@ -1024,6 +1045,12 @@ export declare type CustomerGroupList = PaginatedList & {
|
|
|
1024
1045
|
items: Array<CustomerGroup>;
|
|
1025
1046
|
totalItems: Scalars['Int'];
|
|
1026
1047
|
};
|
|
1048
|
+
export declare type CustomerGroupListOptions = {
|
|
1049
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1050
|
+
take?: Maybe<Scalars['Int']>;
|
|
1051
|
+
sort?: Maybe<CustomerGroupSortParameter>;
|
|
1052
|
+
filter?: Maybe<CustomerGroupFilterParameter>;
|
|
1053
|
+
};
|
|
1027
1054
|
export declare type CreateCustomerGroupInput = {
|
|
1028
1055
|
name: Scalars['String'];
|
|
1029
1056
|
customerIds?: Maybe<Array<Scalars['ID']>>;
|
|
@@ -1041,6 +1068,12 @@ export declare type UpdateCustomerInput = {
|
|
|
1041
1068
|
emailAddress?: Maybe<Scalars['String']>;
|
|
1042
1069
|
customFields?: Maybe<Scalars['JSON']>;
|
|
1043
1070
|
};
|
|
1071
|
+
export declare type CustomerListOptions = {
|
|
1072
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1073
|
+
take?: Maybe<Scalars['Int']>;
|
|
1074
|
+
sort?: Maybe<CustomerSortParameter>;
|
|
1075
|
+
filter?: Maybe<CustomerFilterParameter>;
|
|
1076
|
+
};
|
|
1044
1077
|
export declare type AddNoteToCustomerInput = {
|
|
1045
1078
|
id: Scalars['ID'];
|
|
1046
1079
|
note: Scalars['String'];
|
|
@@ -1065,6 +1098,12 @@ export declare type Facet = Node & {
|
|
|
1065
1098
|
translations: Array<FacetTranslation>;
|
|
1066
1099
|
customFields?: Maybe<Scalars['JSON']>;
|
|
1067
1100
|
};
|
|
1101
|
+
export declare type FacetListOptions = {
|
|
1102
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1103
|
+
take?: Maybe<Scalars['Int']>;
|
|
1104
|
+
sort?: Maybe<FacetSortParameter>;
|
|
1105
|
+
filter?: Maybe<FacetFilterParameter>;
|
|
1106
|
+
};
|
|
1068
1107
|
export declare type FacetTranslationInput = {
|
|
1069
1108
|
id?: Maybe<Scalars['ID']>;
|
|
1070
1109
|
languageCode: LanguageCode;
|
|
@@ -1184,6 +1223,12 @@ export declare enum JobState {
|
|
|
1184
1223
|
FAILED = "FAILED",
|
|
1185
1224
|
CANCELLED = "CANCELLED"
|
|
1186
1225
|
}
|
|
1226
|
+
export declare type JobListOptions = {
|
|
1227
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1228
|
+
take?: Maybe<Scalars['Int']>;
|
|
1229
|
+
sort?: Maybe<JobSortParameter>;
|
|
1230
|
+
filter?: Maybe<JobFilterParameter>;
|
|
1231
|
+
};
|
|
1187
1232
|
export declare type JobList = PaginatedList & {
|
|
1188
1233
|
__typename?: 'JobList';
|
|
1189
1234
|
items: Array<Job>;
|
|
@@ -1237,11 +1282,6 @@ export declare type Order = Node & {
|
|
|
1237
1282
|
* methods.
|
|
1238
1283
|
*/
|
|
1239
1284
|
surcharges: Array<Surcharge>;
|
|
1240
|
-
/**
|
|
1241
|
-
* Order-level adjustments to the order total, such as discounts from promotions
|
|
1242
|
-
* @deprecated Use `discounts` instead
|
|
1243
|
-
*/
|
|
1244
|
-
adjustments: Array<Adjustment>;
|
|
1245
1285
|
discounts: Array<Discount>;
|
|
1246
1286
|
/** An array of all coupon codes applied to the Order */
|
|
1247
1287
|
couponCodes: Array<Scalars['String']>;
|
|
@@ -1315,6 +1355,7 @@ export declare type OrderModification = Node & {
|
|
|
1315
1355
|
isSettled: Scalars['Boolean'];
|
|
1316
1356
|
};
|
|
1317
1357
|
export declare type OrderFilterParameter = {
|
|
1358
|
+
customerLastName?: Maybe<StringOperators>;
|
|
1318
1359
|
createdAt?: Maybe<DateOperators>;
|
|
1319
1360
|
updatedAt?: Maybe<DateOperators>;
|
|
1320
1361
|
orderPlacedAt?: Maybe<DateOperators>;
|
|
@@ -1329,9 +1370,9 @@ export declare type OrderFilterParameter = {
|
|
|
1329
1370
|
shippingWithTax?: Maybe<NumberOperators>;
|
|
1330
1371
|
total?: Maybe<NumberOperators>;
|
|
1331
1372
|
totalWithTax?: Maybe<NumberOperators>;
|
|
1332
|
-
customerLastName?: Maybe<StringOperators>;
|
|
1333
1373
|
};
|
|
1334
1374
|
export declare type OrderSortParameter = {
|
|
1375
|
+
customerLastName?: Maybe<SortOrder>;
|
|
1335
1376
|
id?: Maybe<SortOrder>;
|
|
1336
1377
|
createdAt?: Maybe<SortOrder>;
|
|
1337
1378
|
updatedAt?: Maybe<SortOrder>;
|
|
@@ -1345,7 +1386,12 @@ export declare type OrderSortParameter = {
|
|
|
1345
1386
|
shippingWithTax?: Maybe<SortOrder>;
|
|
1346
1387
|
total?: Maybe<SortOrder>;
|
|
1347
1388
|
totalWithTax?: Maybe<SortOrder>;
|
|
1348
|
-
|
|
1389
|
+
};
|
|
1390
|
+
export declare type OrderListOptions = {
|
|
1391
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1392
|
+
take?: Maybe<Scalars['Int']>;
|
|
1393
|
+
sort?: Maybe<OrderSortParameter>;
|
|
1394
|
+
filter?: Maybe<OrderFilterParameter>;
|
|
1349
1395
|
};
|
|
1350
1396
|
export declare type UpdateOrderInput = {
|
|
1351
1397
|
id: Scalars['ID'];
|
|
@@ -1614,6 +1660,12 @@ export declare type PaymentMethodList = PaginatedList & {
|
|
|
1614
1660
|
items: Array<PaymentMethod>;
|
|
1615
1661
|
totalItems: Scalars['Int'];
|
|
1616
1662
|
};
|
|
1663
|
+
export declare type PaymentMethodListOptions = {
|
|
1664
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1665
|
+
take?: Maybe<Scalars['Int']>;
|
|
1666
|
+
sort?: Maybe<PaymentMethodSortParameter>;
|
|
1667
|
+
filter?: Maybe<PaymentMethodFilterParameter>;
|
|
1668
|
+
};
|
|
1617
1669
|
export declare type CreatePaymentMethodInput = {
|
|
1618
1670
|
name: Scalars['String'];
|
|
1619
1671
|
code: Scalars['String'];
|
|
@@ -1685,8 +1737,6 @@ export declare type ProductVariant = Node & {
|
|
|
1685
1737
|
assets: Array<Asset>;
|
|
1686
1738
|
price: Scalars['Int'];
|
|
1687
1739
|
currencyCode: CurrencyCode;
|
|
1688
|
-
/** @deprecated price now always excludes tax */
|
|
1689
|
-
priceIncludesTax: Scalars['Boolean'];
|
|
1690
1740
|
priceWithTax: Scalars['Int'];
|
|
1691
1741
|
stockLevel: Scalars['String'];
|
|
1692
1742
|
taxRateApplied: TaxRate;
|
|
@@ -1748,13 +1798,9 @@ export declare type SearchResult = {
|
|
|
1748
1798
|
slug: Scalars['String'];
|
|
1749
1799
|
productId: Scalars['ID'];
|
|
1750
1800
|
productName: Scalars['String'];
|
|
1751
|
-
/** @deprecated Use `productAsset.preview` instead */
|
|
1752
|
-
productPreview: Scalars['String'];
|
|
1753
1801
|
productAsset?: Maybe<SearchResultAsset>;
|
|
1754
1802
|
productVariantId: Scalars['ID'];
|
|
1755
1803
|
productVariantName: Scalars['String'];
|
|
1756
|
-
/** @deprecated Use `productVariantAsset.preview` instead */
|
|
1757
|
-
productVariantPreview: Scalars['String'];
|
|
1758
1804
|
productVariantAsset?: Maybe<SearchResultAsset>;
|
|
1759
1805
|
price: SearchResultPrice;
|
|
1760
1806
|
priceWithTax: SearchResultPrice;
|
|
@@ -1772,6 +1818,18 @@ export declare type StockMovementListOptions = {
|
|
|
1772
1818
|
skip?: Maybe<Scalars['Int']>;
|
|
1773
1819
|
take?: Maybe<Scalars['Int']>;
|
|
1774
1820
|
};
|
|
1821
|
+
export declare type ProductListOptions = {
|
|
1822
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1823
|
+
take?: Maybe<Scalars['Int']>;
|
|
1824
|
+
sort?: Maybe<ProductSortParameter>;
|
|
1825
|
+
filter?: Maybe<ProductFilterParameter>;
|
|
1826
|
+
};
|
|
1827
|
+
export declare type ProductVariantListOptions = {
|
|
1828
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1829
|
+
take?: Maybe<Scalars['Int']>;
|
|
1830
|
+
sort?: Maybe<ProductVariantSortParameter>;
|
|
1831
|
+
filter?: Maybe<ProductVariantFilterParameter>;
|
|
1832
|
+
};
|
|
1775
1833
|
export declare type ProductTranslationInput = {
|
|
1776
1834
|
id?: Maybe<Scalars['ID']>;
|
|
1777
1835
|
languageCode: LanguageCode;
|
|
@@ -1866,6 +1924,12 @@ export declare type ProductOptionInUseError = ErrorResult & {
|
|
|
1866
1924
|
productVariantCount: Scalars['Int'];
|
|
1867
1925
|
};
|
|
1868
1926
|
export declare type RemoveOptionGroupFromProductResult = Product | ProductOptionInUseError;
|
|
1927
|
+
export declare type PromotionListOptions = {
|
|
1928
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1929
|
+
take?: Maybe<Scalars['Int']>;
|
|
1930
|
+
sort?: Maybe<PromotionSortParameter>;
|
|
1931
|
+
filter?: Maybe<PromotionFilterParameter>;
|
|
1932
|
+
};
|
|
1869
1933
|
export declare type CreatePromotionInput = {
|
|
1870
1934
|
name: Scalars['String'];
|
|
1871
1935
|
enabled: Scalars['Boolean'];
|
|
@@ -1903,6 +1967,12 @@ export declare type MissingConditionsError = ErrorResult & {
|
|
|
1903
1967
|
};
|
|
1904
1968
|
export declare type CreatePromotionResult = Promotion | MissingConditionsError;
|
|
1905
1969
|
export declare type UpdatePromotionResult = Promotion | MissingConditionsError;
|
|
1970
|
+
export declare type RoleListOptions = {
|
|
1971
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1972
|
+
take?: Maybe<Scalars['Int']>;
|
|
1973
|
+
sort?: Maybe<RoleSortParameter>;
|
|
1974
|
+
filter?: Maybe<RoleFilterParameter>;
|
|
1975
|
+
};
|
|
1906
1976
|
export declare type CreateRoleInput = {
|
|
1907
1977
|
code: Scalars['String'];
|
|
1908
1978
|
description: Scalars['String'];
|
|
@@ -1916,6 +1986,12 @@ export declare type UpdateRoleInput = {
|
|
|
1916
1986
|
permissions?: Maybe<Array<Permission>>;
|
|
1917
1987
|
channelIds?: Maybe<Array<Scalars['ID']>>;
|
|
1918
1988
|
};
|
|
1989
|
+
export declare type ShippingMethodListOptions = {
|
|
1990
|
+
skip?: Maybe<Scalars['Int']>;
|
|
1991
|
+
take?: Maybe<Scalars['Int']>;
|
|
1992
|
+
sort?: Maybe<ShippingMethodSortParameter>;
|
|
1993
|
+
filter?: Maybe<ShippingMethodFilterParameter>;
|
|
1994
|
+
};
|
|
1919
1995
|
export declare type ShippingMethodTranslationInput = {
|
|
1920
1996
|
id?: Maybe<Scalars['ID']>;
|
|
1921
1997
|
languageCode: LanguageCode;
|
|
@@ -2046,6 +2122,12 @@ export declare type StockMovementList = {
|
|
|
2046
2122
|
items: Array<StockMovementItem>;
|
|
2047
2123
|
totalItems: Scalars['Int'];
|
|
2048
2124
|
};
|
|
2125
|
+
export declare type TagListOptions = {
|
|
2126
|
+
skip?: Maybe<Scalars['Int']>;
|
|
2127
|
+
take?: Maybe<Scalars['Int']>;
|
|
2128
|
+
sort?: Maybe<TagSortParameter>;
|
|
2129
|
+
filter?: Maybe<TagFilterParameter>;
|
|
2130
|
+
};
|
|
2049
2131
|
export declare type CreateTagInput = {
|
|
2050
2132
|
value: Scalars['String'];
|
|
2051
2133
|
};
|
|
@@ -2062,6 +2144,12 @@ export declare type UpdateTaxCategoryInput = {
|
|
|
2062
2144
|
name?: Maybe<Scalars['String']>;
|
|
2063
2145
|
isDefault?: Maybe<Scalars['Boolean']>;
|
|
2064
2146
|
};
|
|
2147
|
+
export declare type TaxRateListOptions = {
|
|
2148
|
+
skip?: Maybe<Scalars['Int']>;
|
|
2149
|
+
take?: Maybe<Scalars['Int']>;
|
|
2150
|
+
sort?: Maybe<TaxRateSortParameter>;
|
|
2151
|
+
filter?: Maybe<TaxRateFilterParameter>;
|
|
2152
|
+
};
|
|
2065
2153
|
export declare type CreateTaxRateInput = {
|
|
2066
2154
|
name: Scalars['String'];
|
|
2067
2155
|
enabled: Scalars['Boolean'];
|
|
@@ -2200,28 +2288,84 @@ export declare enum Permission {
|
|
|
2200
2288
|
Authenticated = "Authenticated",
|
|
2201
2289
|
/** Grants permission to create Administrator */
|
|
2202
2290
|
CreateAdministrator = "CreateAdministrator",
|
|
2203
|
-
/** Grants permission to create
|
|
2291
|
+
/** Grants permission to create Asset */
|
|
2292
|
+
CreateAsset = "CreateAsset",
|
|
2293
|
+
/** Grants permission to create Products, Facets, Assets, Collections */
|
|
2204
2294
|
CreateCatalog = "CreateCatalog",
|
|
2295
|
+
/** Grants permission to create Channel */
|
|
2296
|
+
CreateChannel = "CreateChannel",
|
|
2297
|
+
/** Grants permission to create Collection */
|
|
2298
|
+
CreateCollection = "CreateCollection",
|
|
2299
|
+
/** Grants permission to create Country */
|
|
2300
|
+
CreateCountry = "CreateCountry",
|
|
2205
2301
|
/** Grants permission to create Customer */
|
|
2206
2302
|
CreateCustomer = "CreateCustomer",
|
|
2303
|
+
/** Grants permission to create CustomerGroup */
|
|
2304
|
+
CreateCustomerGroup = "CreateCustomerGroup",
|
|
2305
|
+
/** Grants permission to create Facet */
|
|
2306
|
+
CreateFacet = "CreateFacet",
|
|
2207
2307
|
/** Grants permission to create Order */
|
|
2208
2308
|
CreateOrder = "CreateOrder",
|
|
2309
|
+
/** Grants permission to create PaymentMethod */
|
|
2310
|
+
CreatePaymentMethod = "CreatePaymentMethod",
|
|
2311
|
+
/** Grants permission to create Product */
|
|
2312
|
+
CreateProduct = "CreateProduct",
|
|
2209
2313
|
/** Grants permission to create Promotion */
|
|
2210
2314
|
CreatePromotion = "CreatePromotion",
|
|
2211
|
-
/** Grants permission to create
|
|
2315
|
+
/** Grants permission to create PaymentMethods, ShippingMethods, TaxCategories, TaxRates, Zones, Countries, System & GlobalSettings */
|
|
2212
2316
|
CreateSettings = "CreateSettings",
|
|
2317
|
+
/** Grants permission to create ShippingMethod */
|
|
2318
|
+
CreateShippingMethod = "CreateShippingMethod",
|
|
2319
|
+
/** Grants permission to create System */
|
|
2320
|
+
CreateSystem = "CreateSystem",
|
|
2321
|
+
/** Grants permission to create Tag */
|
|
2322
|
+
CreateTag = "CreateTag",
|
|
2323
|
+
/** Grants permission to create TaxCategory */
|
|
2324
|
+
CreateTaxCategory = "CreateTaxCategory",
|
|
2325
|
+
/** Grants permission to create TaxRate */
|
|
2326
|
+
CreateTaxRate = "CreateTaxRate",
|
|
2327
|
+
/** Grants permission to create Zone */
|
|
2328
|
+
CreateZone = "CreateZone",
|
|
2213
2329
|
/** Grants permission to delete Administrator */
|
|
2214
2330
|
DeleteAdministrator = "DeleteAdministrator",
|
|
2215
|
-
/** Grants permission to delete
|
|
2331
|
+
/** Grants permission to delete Asset */
|
|
2332
|
+
DeleteAsset = "DeleteAsset",
|
|
2333
|
+
/** Grants permission to delete Products, Facets, Assets, Collections */
|
|
2216
2334
|
DeleteCatalog = "DeleteCatalog",
|
|
2335
|
+
/** Grants permission to delete Channel */
|
|
2336
|
+
DeleteChannel = "DeleteChannel",
|
|
2337
|
+
/** Grants permission to delete Collection */
|
|
2338
|
+
DeleteCollection = "DeleteCollection",
|
|
2339
|
+
/** Grants permission to delete Country */
|
|
2340
|
+
DeleteCountry = "DeleteCountry",
|
|
2217
2341
|
/** Grants permission to delete Customer */
|
|
2218
2342
|
DeleteCustomer = "DeleteCustomer",
|
|
2343
|
+
/** Grants permission to delete CustomerGroup */
|
|
2344
|
+
DeleteCustomerGroup = "DeleteCustomerGroup",
|
|
2345
|
+
/** Grants permission to delete Facet */
|
|
2346
|
+
DeleteFacet = "DeleteFacet",
|
|
2219
2347
|
/** Grants permission to delete Order */
|
|
2220
2348
|
DeleteOrder = "DeleteOrder",
|
|
2349
|
+
/** Grants permission to delete PaymentMethod */
|
|
2350
|
+
DeletePaymentMethod = "DeletePaymentMethod",
|
|
2351
|
+
/** Grants permission to delete Product */
|
|
2352
|
+
DeleteProduct = "DeleteProduct",
|
|
2221
2353
|
/** Grants permission to delete Promotion */
|
|
2222
2354
|
DeletePromotion = "DeletePromotion",
|
|
2223
|
-
/** Grants permission to delete
|
|
2355
|
+
/** Grants permission to delete PaymentMethods, ShippingMethods, TaxCategories, TaxRates, Zones, Countries, System & GlobalSettings */
|
|
2224
2356
|
DeleteSettings = "DeleteSettings",
|
|
2357
|
+
/** Grants permission to delete ShippingMethod */
|
|
2358
|
+
DeleteShippingMethod = "DeleteShippingMethod",
|
|
2359
|
+
/** Grants permission to delete System */
|
|
2360
|
+
DeleteSystem = "DeleteSystem",
|
|
2361
|
+
/** Grants permission to delete Tag */
|
|
2362
|
+
DeleteTag = "DeleteTag",
|
|
2363
|
+
/** Grants permission to delete TaxCategory */
|
|
2364
|
+
DeleteTaxCategory = "DeleteTaxCategory",
|
|
2365
|
+
/** Grants permission to delete TaxRate */
|
|
2366
|
+
DeleteTaxRate = "DeleteTaxRate",
|
|
2367
|
+
/** Grants permission to delete Zone */
|
|
2368
|
+
DeleteZone = "DeleteZone",
|
|
2225
2369
|
/** Owner means the user owns this entity, e.g. a Customer's own Order */
|
|
2226
2370
|
Owner = "Owner",
|
|
2227
2371
|
Placeholder = "Placeholder",
|
|
@@ -2229,30 +2373,88 @@ export declare enum Permission {
|
|
|
2229
2373
|
Public = "Public",
|
|
2230
2374
|
/** Grants permission to read Administrator */
|
|
2231
2375
|
ReadAdministrator = "ReadAdministrator",
|
|
2232
|
-
/** Grants permission to read
|
|
2376
|
+
/** Grants permission to read Asset */
|
|
2377
|
+
ReadAsset = "ReadAsset",
|
|
2378
|
+
/** Grants permission to read Products, Facets, Assets, Collections */
|
|
2233
2379
|
ReadCatalog = "ReadCatalog",
|
|
2380
|
+
/** Grants permission to read Channel */
|
|
2381
|
+
ReadChannel = "ReadChannel",
|
|
2382
|
+
/** Grants permission to read Collection */
|
|
2383
|
+
ReadCollection = "ReadCollection",
|
|
2384
|
+
/** Grants permission to read Country */
|
|
2385
|
+
ReadCountry = "ReadCountry",
|
|
2234
2386
|
/** Grants permission to read Customer */
|
|
2235
2387
|
ReadCustomer = "ReadCustomer",
|
|
2388
|
+
/** Grants permission to read CustomerGroup */
|
|
2389
|
+
ReadCustomerGroup = "ReadCustomerGroup",
|
|
2390
|
+
/** Grants permission to read Facet */
|
|
2391
|
+
ReadFacet = "ReadFacet",
|
|
2236
2392
|
/** Grants permission to read Order */
|
|
2237
2393
|
ReadOrder = "ReadOrder",
|
|
2394
|
+
/** Grants permission to read PaymentMethod */
|
|
2395
|
+
ReadPaymentMethod = "ReadPaymentMethod",
|
|
2396
|
+
/** Grants permission to read Product */
|
|
2397
|
+
ReadProduct = "ReadProduct",
|
|
2238
2398
|
/** Grants permission to read Promotion */
|
|
2239
2399
|
ReadPromotion = "ReadPromotion",
|
|
2240
|
-
/** Grants permission to read
|
|
2400
|
+
/** Grants permission to read PaymentMethods, ShippingMethods, TaxCategories, TaxRates, Zones, Countries, System & GlobalSettings */
|
|
2241
2401
|
ReadSettings = "ReadSettings",
|
|
2402
|
+
/** Grants permission to read ShippingMethod */
|
|
2403
|
+
ReadShippingMethod = "ReadShippingMethod",
|
|
2404
|
+
/** Grants permission to read System */
|
|
2405
|
+
ReadSystem = "ReadSystem",
|
|
2406
|
+
/** Grants permission to read Tag */
|
|
2407
|
+
ReadTag = "ReadTag",
|
|
2408
|
+
/** Grants permission to read TaxCategory */
|
|
2409
|
+
ReadTaxCategory = "ReadTaxCategory",
|
|
2410
|
+
/** Grants permission to read TaxRate */
|
|
2411
|
+
ReadTaxRate = "ReadTaxRate",
|
|
2412
|
+
/** Grants permission to read Zone */
|
|
2413
|
+
ReadZone = "ReadZone",
|
|
2242
2414
|
/** SuperAdmin has unrestricted access to all operations */
|
|
2243
2415
|
SuperAdmin = "SuperAdmin",
|
|
2244
2416
|
/** Grants permission to update Administrator */
|
|
2245
2417
|
UpdateAdministrator = "UpdateAdministrator",
|
|
2246
|
-
/** Grants permission to update
|
|
2418
|
+
/** Grants permission to update Asset */
|
|
2419
|
+
UpdateAsset = "UpdateAsset",
|
|
2420
|
+
/** Grants permission to update Products, Facets, Assets, Collections */
|
|
2247
2421
|
UpdateCatalog = "UpdateCatalog",
|
|
2422
|
+
/** Grants permission to update Channel */
|
|
2423
|
+
UpdateChannel = "UpdateChannel",
|
|
2424
|
+
/** Grants permission to update Collection */
|
|
2425
|
+
UpdateCollection = "UpdateCollection",
|
|
2426
|
+
/** Grants permission to update Country */
|
|
2427
|
+
UpdateCountry = "UpdateCountry",
|
|
2248
2428
|
/** Grants permission to update Customer */
|
|
2249
2429
|
UpdateCustomer = "UpdateCustomer",
|
|
2430
|
+
/** Grants permission to update CustomerGroup */
|
|
2431
|
+
UpdateCustomerGroup = "UpdateCustomerGroup",
|
|
2432
|
+
/** Grants permission to update Facet */
|
|
2433
|
+
UpdateFacet = "UpdateFacet",
|
|
2434
|
+
/** Grants permission to update GlobalSettings */
|
|
2435
|
+
UpdateGlobalSettings = "UpdateGlobalSettings",
|
|
2250
2436
|
/** Grants permission to update Order */
|
|
2251
2437
|
UpdateOrder = "UpdateOrder",
|
|
2438
|
+
/** Grants permission to update PaymentMethod */
|
|
2439
|
+
UpdatePaymentMethod = "UpdatePaymentMethod",
|
|
2440
|
+
/** Grants permission to update Product */
|
|
2441
|
+
UpdateProduct = "UpdateProduct",
|
|
2252
2442
|
/** Grants permission to update Promotion */
|
|
2253
2443
|
UpdatePromotion = "UpdatePromotion",
|
|
2254
|
-
/** Grants permission to update
|
|
2255
|
-
UpdateSettings = "UpdateSettings"
|
|
2444
|
+
/** Grants permission to update PaymentMethods, ShippingMethods, TaxCategories, TaxRates, Zones, Countries, System & GlobalSettings */
|
|
2445
|
+
UpdateSettings = "UpdateSettings",
|
|
2446
|
+
/** Grants permission to update ShippingMethod */
|
|
2447
|
+
UpdateShippingMethod = "UpdateShippingMethod",
|
|
2448
|
+
/** Grants permission to update System */
|
|
2449
|
+
UpdateSystem = "UpdateSystem",
|
|
2450
|
+
/** Grants permission to update Tag */
|
|
2451
|
+
UpdateTag = "UpdateTag",
|
|
2452
|
+
/** Grants permission to update TaxCategory */
|
|
2453
|
+
UpdateTaxCategory = "UpdateTaxCategory",
|
|
2454
|
+
/** Grants permission to update TaxRate */
|
|
2455
|
+
UpdateTaxRate = "UpdateTaxRate",
|
|
2456
|
+
/** Grants permission to update Zone */
|
|
2457
|
+
UpdateZone = "UpdateZone"
|
|
2256
2458
|
}
|
|
2257
2459
|
export declare enum SortOrder {
|
|
2258
2460
|
ASC = "ASC",
|
|
@@ -3071,6 +3273,12 @@ export declare type HistoryEntryList = PaginatedList & {
|
|
|
3071
3273
|
items: Array<HistoryEntry>;
|
|
3072
3274
|
totalItems: Scalars['Int'];
|
|
3073
3275
|
};
|
|
3276
|
+
export declare type HistoryEntryListOptions = {
|
|
3277
|
+
skip?: Maybe<Scalars['Int']>;
|
|
3278
|
+
take?: Maybe<Scalars['Int']>;
|
|
3279
|
+
sort?: Maybe<HistoryEntrySortParameter>;
|
|
3280
|
+
filter?: Maybe<HistoryEntryFilterParameter>;
|
|
3281
|
+
};
|
|
3074
3282
|
/**
|
|
3075
3283
|
* @description
|
|
3076
3284
|
* Languages in the form of a ISO 639-1 language code with optional
|
|
@@ -3477,8 +3685,6 @@ export declare type OrderItem = Node & {
|
|
|
3477
3685
|
/** The proratedUnitPrice including tax */
|
|
3478
3686
|
proratedUnitPriceWithTax: Scalars['Int'];
|
|
3479
3687
|
unitTax: Scalars['Int'];
|
|
3480
|
-
/** @deprecated `unitPrice` is now always without tax */
|
|
3481
|
-
unitPriceIncludesTax: Scalars['Boolean'];
|
|
3482
3688
|
taxRate: Scalars['Float'];
|
|
3483
3689
|
adjustments: Array<Adjustment>;
|
|
3484
3690
|
taxLines: Array<TaxLine>;
|
|
@@ -3521,8 +3727,6 @@ export declare type OrderLine = Node & {
|
|
|
3521
3727
|
proratedUnitPriceWithTax: Scalars['Int'];
|
|
3522
3728
|
quantity: Scalars['Int'];
|
|
3523
3729
|
items: Array<OrderItem>;
|
|
3524
|
-
/** @deprecated Use `linePriceWithTax` instead */
|
|
3525
|
-
totalPrice: Scalars['Int'];
|
|
3526
3730
|
taxRate: Scalars['Float'];
|
|
3527
3731
|
/** The total price of the line excluding tax and discounts. */
|
|
3528
3732
|
linePrice: Scalars['Int'];
|
|
@@ -3542,12 +3746,10 @@ export declare type OrderLine = Node & {
|
|
|
3542
3746
|
proratedLinePriceWithTax: Scalars['Int'];
|
|
3543
3747
|
/** The total tax on this line */
|
|
3544
3748
|
lineTax: Scalars['Int'];
|
|
3545
|
-
/** @deprecated Use `discounts` instead */
|
|
3546
|
-
adjustments: Array<Adjustment>;
|
|
3547
3749
|
discounts: Array<Discount>;
|
|
3548
3750
|
taxLines: Array<TaxLine>;
|
|
3549
3751
|
order: Order;
|
|
3550
|
-
customFields?: Maybe<
|
|
3752
|
+
customFields?: Maybe<Scalars['JSON']>;
|
|
3551
3753
|
};
|
|
3552
3754
|
export declare type Refund = Node & {
|
|
3553
3755
|
__typename?: 'Refund';
|
|
@@ -3806,108 +4008,6 @@ export declare type Zone = Node & {
|
|
|
3806
4008
|
name: Scalars['String'];
|
|
3807
4009
|
members: Array<Country>;
|
|
3808
4010
|
};
|
|
3809
|
-
export declare type AdministratorListOptions = {
|
|
3810
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3811
|
-
take?: Maybe<Scalars['Int']>;
|
|
3812
|
-
sort?: Maybe<AdministratorSortParameter>;
|
|
3813
|
-
filter?: Maybe<AdministratorFilterParameter>;
|
|
3814
|
-
};
|
|
3815
|
-
export declare type CollectionListOptions = {
|
|
3816
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3817
|
-
take?: Maybe<Scalars['Int']>;
|
|
3818
|
-
sort?: Maybe<CollectionSortParameter>;
|
|
3819
|
-
filter?: Maybe<CollectionFilterParameter>;
|
|
3820
|
-
};
|
|
3821
|
-
export declare type CountryListOptions = {
|
|
3822
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3823
|
-
take?: Maybe<Scalars['Int']>;
|
|
3824
|
-
sort?: Maybe<CountrySortParameter>;
|
|
3825
|
-
filter?: Maybe<CountryFilterParameter>;
|
|
3826
|
-
};
|
|
3827
|
-
export declare type CustomerGroupListOptions = {
|
|
3828
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3829
|
-
take?: Maybe<Scalars['Int']>;
|
|
3830
|
-
sort?: Maybe<CustomerGroupSortParameter>;
|
|
3831
|
-
filter?: Maybe<CustomerGroupFilterParameter>;
|
|
3832
|
-
};
|
|
3833
|
-
export declare type CustomerListOptions = {
|
|
3834
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3835
|
-
take?: Maybe<Scalars['Int']>;
|
|
3836
|
-
sort?: Maybe<CustomerSortParameter>;
|
|
3837
|
-
filter?: Maybe<CustomerFilterParameter>;
|
|
3838
|
-
};
|
|
3839
|
-
export declare type FacetListOptions = {
|
|
3840
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3841
|
-
take?: Maybe<Scalars['Int']>;
|
|
3842
|
-
sort?: Maybe<FacetSortParameter>;
|
|
3843
|
-
filter?: Maybe<FacetFilterParameter>;
|
|
3844
|
-
};
|
|
3845
|
-
export declare type JobListOptions = {
|
|
3846
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3847
|
-
take?: Maybe<Scalars['Int']>;
|
|
3848
|
-
sort?: Maybe<JobSortParameter>;
|
|
3849
|
-
filter?: Maybe<JobFilterParameter>;
|
|
3850
|
-
};
|
|
3851
|
-
export declare type OrderListOptions = {
|
|
3852
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3853
|
-
take?: Maybe<Scalars['Int']>;
|
|
3854
|
-
sort?: Maybe<OrderSortParameter>;
|
|
3855
|
-
filter?: Maybe<OrderFilterParameter>;
|
|
3856
|
-
};
|
|
3857
|
-
export declare type PaymentMethodListOptions = {
|
|
3858
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3859
|
-
take?: Maybe<Scalars['Int']>;
|
|
3860
|
-
sort?: Maybe<PaymentMethodSortParameter>;
|
|
3861
|
-
filter?: Maybe<PaymentMethodFilterParameter>;
|
|
3862
|
-
};
|
|
3863
|
-
export declare type ProductListOptions = {
|
|
3864
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3865
|
-
take?: Maybe<Scalars['Int']>;
|
|
3866
|
-
sort?: Maybe<ProductSortParameter>;
|
|
3867
|
-
filter?: Maybe<ProductFilterParameter>;
|
|
3868
|
-
};
|
|
3869
|
-
export declare type ProductVariantListOptions = {
|
|
3870
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3871
|
-
take?: Maybe<Scalars['Int']>;
|
|
3872
|
-
sort?: Maybe<ProductVariantSortParameter>;
|
|
3873
|
-
filter?: Maybe<ProductVariantFilterParameter>;
|
|
3874
|
-
};
|
|
3875
|
-
export declare type PromotionListOptions = {
|
|
3876
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3877
|
-
take?: Maybe<Scalars['Int']>;
|
|
3878
|
-
sort?: Maybe<PromotionSortParameter>;
|
|
3879
|
-
filter?: Maybe<PromotionFilterParameter>;
|
|
3880
|
-
};
|
|
3881
|
-
export declare type RoleListOptions = {
|
|
3882
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3883
|
-
take?: Maybe<Scalars['Int']>;
|
|
3884
|
-
sort?: Maybe<RoleSortParameter>;
|
|
3885
|
-
filter?: Maybe<RoleFilterParameter>;
|
|
3886
|
-
};
|
|
3887
|
-
export declare type ShippingMethodListOptions = {
|
|
3888
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3889
|
-
take?: Maybe<Scalars['Int']>;
|
|
3890
|
-
sort?: Maybe<ShippingMethodSortParameter>;
|
|
3891
|
-
filter?: Maybe<ShippingMethodFilterParameter>;
|
|
3892
|
-
};
|
|
3893
|
-
export declare type TagListOptions = {
|
|
3894
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3895
|
-
take?: Maybe<Scalars['Int']>;
|
|
3896
|
-
sort?: Maybe<TagSortParameter>;
|
|
3897
|
-
filter?: Maybe<TagFilterParameter>;
|
|
3898
|
-
};
|
|
3899
|
-
export declare type TaxRateListOptions = {
|
|
3900
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3901
|
-
take?: Maybe<Scalars['Int']>;
|
|
3902
|
-
sort?: Maybe<TaxRateSortParameter>;
|
|
3903
|
-
filter?: Maybe<TaxRateFilterParameter>;
|
|
3904
|
-
};
|
|
3905
|
-
export declare type HistoryEntryListOptions = {
|
|
3906
|
-
skip?: Maybe<Scalars['Int']>;
|
|
3907
|
-
take?: Maybe<Scalars['Int']>;
|
|
3908
|
-
sort?: Maybe<HistoryEntrySortParameter>;
|
|
3909
|
-
filter?: Maybe<HistoryEntryFilterParameter>;
|
|
3910
|
-
};
|
|
3911
4011
|
export declare type AdministratorFilterParameter = {
|
|
3912
4012
|
createdAt?: Maybe<DateOperators>;
|
|
3913
4013
|
updatedAt?: Maybe<DateOperators>;
|
|
@@ -4092,7 +4192,6 @@ export declare type ProductVariantFilterParameter = {
|
|
|
4092
4192
|
name?: Maybe<StringOperators>;
|
|
4093
4193
|
price?: Maybe<NumberOperators>;
|
|
4094
4194
|
currencyCode?: Maybe<StringOperators>;
|
|
4095
|
-
priceIncludesTax?: Maybe<BooleanOperators>;
|
|
4096
4195
|
priceWithTax?: Maybe<NumberOperators>;
|
|
4097
4196
|
stockLevel?: Maybe<StringOperators>;
|
|
4098
4197
|
};
|
|
@@ -4196,17 +4295,6 @@ export declare type HistoryEntrySortParameter = {
|
|
|
4196
4295
|
createdAt?: Maybe<SortOrder>;
|
|
4197
4296
|
updatedAt?: Maybe<SortOrder>;
|
|
4198
4297
|
};
|
|
4199
|
-
export declare type OrderLineCustomFields = {
|
|
4200
|
-
__typename?: 'OrderLineCustomFields';
|
|
4201
|
-
giftCardValue?: Maybe<Scalars['Int']>;
|
|
4202
|
-
giftCardRecipientName?: Maybe<Scalars['String']>;
|
|
4203
|
-
giftCardRecipientEmailAddress?: Maybe<Scalars['String']>;
|
|
4204
|
-
giftCardMessage?: Maybe<Scalars['String']>;
|
|
4205
|
-
giftCardDeliveryDate?: Maybe<Scalars['DateTime']>;
|
|
4206
|
-
};
|
|
4207
|
-
export declare type AuthenticationInput = {
|
|
4208
|
-
native?: Maybe<NativeAuthInput>;
|
|
4209
|
-
};
|
|
4210
4298
|
export declare type NativeAuthInput = {
|
|
4211
4299
|
username: Scalars['String'];
|
|
4212
4300
|
password: Scalars['String'];
|
|
@@ -5110,9 +5198,9 @@ export declare type CreateFulfillmentMutation = {
|
|
|
5110
5198
|
__typename?: 'InvalidFulfillmentHandlerError';
|
|
5111
5199
|
} & ErrorResult_InvalidFulfillmentHandlerError_Fragment) | ({
|
|
5112
5200
|
__typename?: 'FulfillmentStateTransitionError';
|
|
5113
|
-
} & ErrorResult_FulfillmentStateTransitionError_Fragment) | ({
|
|
5201
|
+
} & Pick<FulfillmentStateTransitionError, 'errorCode' | 'message' | 'transitionError'> & ErrorResult_FulfillmentStateTransitionError_Fragment) | ({
|
|
5114
5202
|
__typename?: 'CreateFulfillmentError';
|
|
5115
|
-
} & ErrorResult_CreateFulfillmentError_Fragment);
|
|
5203
|
+
} & Pick<CreateFulfillmentError, 'errorCode' | 'message' | 'fulfillmentHandlerError'> & ErrorResult_CreateFulfillmentError_Fragment);
|
|
5116
5204
|
};
|
|
5117
5205
|
export declare type CancelOrderMutationVariables = Exact<{
|
|
5118
5206
|
input: CancelOrderInput;
|
|
@@ -5643,7 +5731,7 @@ export declare type ProductSelectorSearchQuery = {
|
|
|
5643
5731
|
} & {
|
|
5644
5732
|
items: Array<({
|
|
5645
5733
|
__typename?: 'SearchResult';
|
|
5646
|
-
} & Pick<SearchResult, 'productVariantId' | 'productVariantName' | '
|
|
5734
|
+
} & Pick<SearchResult, 'productVariantId' | 'productVariantName' | 'sku'> & {
|
|
5647
5735
|
productAsset?: Maybe<({
|
|
5648
5736
|
__typename?: 'SearchResultAsset';
|
|
5649
5737
|
} & Pick<SearchResultAsset, 'id' | 'preview'> & {
|
|
@@ -7466,6 +7554,12 @@ export declare namespace CreateFulfillment {
|
|
|
7466
7554
|
type Variables = CreateFulfillmentMutationVariables;
|
|
7467
7555
|
type Mutation = CreateFulfillmentMutation;
|
|
7468
7556
|
type AddFulfillmentToOrder = (NonNullable<CreateFulfillmentMutation['addFulfillmentToOrder']>);
|
|
7557
|
+
type CreateFulfillmentErrorInlineFragment = (DiscriminateUnion<(NonNullable<CreateFulfillmentMutation['addFulfillmentToOrder']>), {
|
|
7558
|
+
__typename?: 'CreateFulfillmentError';
|
|
7559
|
+
}>);
|
|
7560
|
+
type FulfillmentStateTransitionErrorInlineFragment = (DiscriminateUnion<(NonNullable<CreateFulfillmentMutation['addFulfillmentToOrder']>), {
|
|
7561
|
+
__typename?: 'FulfillmentStateTransitionError';
|
|
7562
|
+
}>);
|
|
7469
7563
|
}
|
|
7470
7564
|
export declare namespace CancelOrder {
|
|
7471
7565
|
type Variables = CancelOrderMutationVariables;
|
package/core/common/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ADMIN_UI_VERSION = "1.0.
|
|
1
|
+
export declare const ADMIN_UI_VERSION = "1.0.3";
|
|
@@ -18,6 +18,6 @@ export declare class MainNavComponent implements OnInit, OnDestroy {
|
|
|
18
18
|
shouldDisplayLink(menuItem: Pick<NavMenuItem, 'requiresPermission'>): boolean | undefined;
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
ngOnDestroy(): void;
|
|
21
|
-
getRouterLink(item: NavMenuItem): import("../../
|
|
21
|
+
getRouterLink(item: NavMenuItem): import("../../common/generated-types").Maybe<string[]>;
|
|
22
22
|
private defineNavMenu;
|
|
23
23
|
}
|