@stock-in-the-channel/sinch-vue-components 0.0.319 → 0.0.321
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +25902 -14841
- package/dist/types/api-clients/generated/graphql.d.ts +66 -65
- package/dist/types/components/CloudChannel/Pages/{CategoryDetails2.vue.d.ts → CategoryDetailsCloud.vue.d.ts} +13 -2
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
- /package/dist/types/{main.d.ts → Main.d.ts} +0 -0
|
@@ -56,6 +56,10 @@ export type Scalars = {
|
|
|
56
56
|
input: any;
|
|
57
57
|
output: any;
|
|
58
58
|
};
|
|
59
|
+
URL: {
|
|
60
|
+
input: any;
|
|
61
|
+
output: any;
|
|
62
|
+
};
|
|
59
63
|
UUID: {
|
|
60
64
|
input: any;
|
|
61
65
|
output: any;
|
|
@@ -245,6 +249,7 @@ export type CspGraphQlMutations = {
|
|
|
245
249
|
saveAcronisIntegration: SaveAcronisIntegrationPayload;
|
|
246
250
|
saveCsvFtpIntegration: SaveCsvFtpIntegrationPayload;
|
|
247
251
|
saveIngramIntegration: SaveIngramIntegrationPayload;
|
|
252
|
+
saveMicrosoftIntegration: SaveMicrosoftIntegrationPayload;
|
|
248
253
|
saveTechDataIntegration: SaveTechDataIntegrationPayload;
|
|
249
254
|
saveVendorParameters: SaveVendorParametersPayload;
|
|
250
255
|
saveWestcoastIntegration: SaveWestcoastIntegrationPayload;
|
|
@@ -318,6 +323,9 @@ export type CspGraphQlMutationsSaveCsvFtpIntegrationArgs = {
|
|
|
318
323
|
export type CspGraphQlMutationsSaveIngramIntegrationArgs = {
|
|
319
324
|
input: SaveIngramIntegrationInput;
|
|
320
325
|
};
|
|
326
|
+
export type CspGraphQlMutationsSaveMicrosoftIntegrationArgs = {
|
|
327
|
+
input: SaveMicrosoftIntegrationInput;
|
|
328
|
+
};
|
|
321
329
|
export type CspGraphQlMutationsSaveTechDataIntegrationArgs = {
|
|
322
330
|
input: SaveTechDataIntegrationInput;
|
|
323
331
|
};
|
|
@@ -350,6 +358,7 @@ export type CspGraphQlQueries = {
|
|
|
350
358
|
acronisCreateCustomerConfig: AcronisCreateCustomerConfigPayload;
|
|
351
359
|
acronisExternalSystemClient: GetAcronisExternalSystemClientPayload;
|
|
352
360
|
basketDetails?: Maybe<GetBasketDetailsPayload>;
|
|
361
|
+
categories: Array<GetCategoriesPayload>;
|
|
353
362
|
checkAcronisLoginAvailability: Scalars['Boolean']['output'];
|
|
354
363
|
checkForProductVariants: Array<CheckForProductVariantsPayload>;
|
|
355
364
|
csvFtpExternalSystemClient: GetCsvFtpExternalSystemClientPayload;
|
|
@@ -366,6 +375,7 @@ export type CspGraphQlQueries = {
|
|
|
366
375
|
ingramExternalSystemClient: GetIngramExternalSystemClientPayload;
|
|
367
376
|
ingramGetCustomer: EditIngramCustomerPayload;
|
|
368
377
|
listResellerIntegrations?: Maybe<ListResellerIntegrationsCollectionSegment>;
|
|
378
|
+
microsoftExternalSystemClient: GetMicrosoftExternalSystemClientPayload;
|
|
369
379
|
orderDetails?: Maybe<GetOrderDetails>;
|
|
370
380
|
orderDetailsFromProvider: Order;
|
|
371
381
|
orderSummaryFromProvider?: Maybe<SearchResponseIntOfOrderSummary>;
|
|
@@ -443,6 +453,9 @@ export type CspGraphQlQueriesListResellerIntegrationsArgs = {
|
|
|
443
453
|
take?: InputMaybe<Scalars['Int']['input']>;
|
|
444
454
|
where?: InputMaybe<ListResellerIntegrationsPayloadFilterInput>;
|
|
445
455
|
};
|
|
456
|
+
export type CspGraphQlQueriesMicrosoftExternalSystemClientArgs = {
|
|
457
|
+
externalSystemClientId: Scalars['Int']['input'];
|
|
458
|
+
};
|
|
446
459
|
export type CspGraphQlQueriesOrderDetailsArgs = {
|
|
447
460
|
cspOrderId: Scalars['Int']['input'];
|
|
448
461
|
};
|
|
@@ -1010,6 +1023,15 @@ export type GetBasketDetailsPayload = {
|
|
|
1010
1023
|
totalMsrp: Scalars['Decimal']['output'];
|
|
1011
1024
|
totalPrice: Scalars['Decimal']['output'];
|
|
1012
1025
|
};
|
|
1026
|
+
export type GetCategoriesPayload = {
|
|
1027
|
+
__typename?: 'GetCategoriesPayload';
|
|
1028
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
1029
|
+
id: Scalars['Int']['output'];
|
|
1030
|
+
imageUrl?: Maybe<Scalars['URL']['output']>;
|
|
1031
|
+
name: Scalars['String']['output'];
|
|
1032
|
+
parentId?: Maybe<Scalars['Int']['output']>;
|
|
1033
|
+
sinchCategoryId?: Maybe<Scalars['Int']['output']>;
|
|
1034
|
+
};
|
|
1013
1035
|
export type GetCsvFtpExternalSystemClientPayload = {
|
|
1014
1036
|
__typename?: 'GetCsvFtpExternalSystemClientPayload';
|
|
1015
1037
|
credentialsPassword: Scalars['String']['output'];
|
|
@@ -1133,6 +1155,18 @@ export type GetIngramExternalSystemClientPayload = {
|
|
|
1133
1155
|
settingsReportPrefix: Scalars['String']['output'];
|
|
1134
1156
|
settingsUseTotals: Scalars['Boolean']['output'];
|
|
1135
1157
|
};
|
|
1158
|
+
export type GetMicrosoftExternalSystemClientPayload = {
|
|
1159
|
+
__typename?: 'GetMicrosoftExternalSystemClientPayload';
|
|
1160
|
+
credentialsClientId: Scalars['String']['output'];
|
|
1161
|
+
credentialsClientSecret: Scalars['String']['output'];
|
|
1162
|
+
credentialsTenantId: Scalars['String']['output'];
|
|
1163
|
+
endpointApiUri: Scalars['String']['output'];
|
|
1164
|
+
externalSystemClientId?: Maybe<Scalars['Int']['output']>;
|
|
1165
|
+
externalSystemType: ExternalSystemType;
|
|
1166
|
+
integrationName: Scalars['String']['output'];
|
|
1167
|
+
settingsBillingImportOnDayOfMonth: Scalars['Int']['output'];
|
|
1168
|
+
settingsDistributorId: Scalars['Int']['output'];
|
|
1169
|
+
};
|
|
1136
1170
|
export type GetOrderDetails = {
|
|
1137
1171
|
__typename?: 'GetOrderDetails';
|
|
1138
1172
|
centralisedCustomerId: Scalars['Int']['output'];
|
|
@@ -1438,6 +1472,7 @@ export type Mutation = {
|
|
|
1438
1472
|
saveAcronisIntegration: SaveAcronisIntegrationPayload;
|
|
1439
1473
|
saveCsvFtpIntegration: SaveCsvFtpIntegrationPayload;
|
|
1440
1474
|
saveIngramIntegration: SaveIngramIntegrationPayload;
|
|
1475
|
+
saveMicrosoftIntegration: SaveMicrosoftIntegrationPayload;
|
|
1441
1476
|
saveTechDataIntegration: SaveTechDataIntegrationPayload;
|
|
1442
1477
|
saveVendorParameters: SaveVendorParametersPayload;
|
|
1443
1478
|
saveWestcoastIntegration: SaveWestcoastIntegrationPayload;
|
|
@@ -1511,6 +1546,9 @@ export type MutationSaveCsvFtpIntegrationArgs = {
|
|
|
1511
1546
|
export type MutationSaveIngramIntegrationArgs = {
|
|
1512
1547
|
input: SaveIngramIntegrationInput;
|
|
1513
1548
|
};
|
|
1549
|
+
export type MutationSaveMicrosoftIntegrationArgs = {
|
|
1550
|
+
input: SaveMicrosoftIntegrationInput;
|
|
1551
|
+
};
|
|
1514
1552
|
export type MutationSaveTechDataIntegrationArgs = {
|
|
1515
1553
|
input: SaveTechDataIntegrationInput;
|
|
1516
1554
|
};
|
|
@@ -1721,6 +1759,9 @@ export type Period = {
|
|
|
1721
1759
|
export declare enum PeriodType {
|
|
1722
1760
|
Day = "DAY",
|
|
1723
1761
|
Month = "MONTH",
|
|
1762
|
+
None = "NONE",
|
|
1763
|
+
OneTime = "ONE_TIME",
|
|
1764
|
+
Triennial = "TRIENNIAL",
|
|
1724
1765
|
Unknown = "UNKNOWN",
|
|
1725
1766
|
Year = "YEAR"
|
|
1726
1767
|
}
|
|
@@ -1768,8 +1809,8 @@ export type Query = {
|
|
|
1768
1809
|
__typename?: 'Query';
|
|
1769
1810
|
acronisCreateCustomerConfig: AcronisCreateCustomerConfigPayload;
|
|
1770
1811
|
acronisExternalSystemClient: GetAcronisExternalSystemClientPayload;
|
|
1771
|
-
applySortingToSubscription: Array<SubscriptionGqlModel>;
|
|
1772
1812
|
basketDetails?: Maybe<GetBasketDetailsPayload>;
|
|
1813
|
+
categories: Array<GetCategoriesPayload>;
|
|
1773
1814
|
checkAcronisLoginAvailability: Scalars['Boolean']['output'];
|
|
1774
1815
|
checkForProductVariants: Array<CheckForProductVariantsPayload>;
|
|
1775
1816
|
csvFtpExternalSystemClient: GetCsvFtpExternalSystemClientPayload;
|
|
@@ -1786,6 +1827,7 @@ export type Query = {
|
|
|
1786
1827
|
ingramExternalSystemClient: GetIngramExternalSystemClientPayload;
|
|
1787
1828
|
ingramGetCustomer: EditIngramCustomerPayload;
|
|
1788
1829
|
listResellerIntegrations?: Maybe<ListResellerIntegrationsCollectionSegment>;
|
|
1830
|
+
microsoftExternalSystemClient: GetMicrosoftExternalSystemClientPayload;
|
|
1789
1831
|
orderDetails?: Maybe<GetOrderDetails>;
|
|
1790
1832
|
orderDetailsFromProvider: Order;
|
|
1791
1833
|
orderSummaryFromProvider?: Maybe<SearchResponseIntOfOrderSummary>;
|
|
@@ -1815,10 +1857,6 @@ export type Query = {
|
|
|
1815
1857
|
export type QueryAcronisExternalSystemClientArgs = {
|
|
1816
1858
|
externalSystemClientId: Scalars['Int']['input'];
|
|
1817
1859
|
};
|
|
1818
|
-
export type QueryApplySortingToSubscriptionArgs = {
|
|
1819
|
-
query: Array<SubscriptionGqlModelInput>;
|
|
1820
|
-
sortParams: SortParamsInput;
|
|
1821
|
-
};
|
|
1822
1860
|
export type QueryBasketDetailsArgs = {
|
|
1823
1861
|
basketId: Scalars['Int']['input'];
|
|
1824
1862
|
};
|
|
@@ -1867,6 +1905,9 @@ export type QueryListResellerIntegrationsArgs = {
|
|
|
1867
1905
|
take?: InputMaybe<Scalars['Int']['input']>;
|
|
1868
1906
|
where?: InputMaybe<ListResellerIntegrationsPayloadFilterInput>;
|
|
1869
1907
|
};
|
|
1908
|
+
export type QueryMicrosoftExternalSystemClientArgs = {
|
|
1909
|
+
externalSystemClientId: Scalars['Int']['input'];
|
|
1910
|
+
};
|
|
1870
1911
|
export type QueryOrderDetailsArgs = {
|
|
1871
1912
|
cspOrderId: Scalars['Int']['input'];
|
|
1872
1913
|
};
|
|
@@ -2072,6 +2113,26 @@ export type SaveIngramIntegrationPayload = {
|
|
|
2072
2113
|
syncronisationCreated?: Maybe<Scalars['Boolean']['output']>;
|
|
2073
2114
|
validationErrors?: Maybe<Array<FormValidationErrors>>;
|
|
2074
2115
|
};
|
|
2116
|
+
export type SaveMicrosoftIntegrationError = UserNotLoggedIn;
|
|
2117
|
+
export type SaveMicrosoftIntegrationInput = {
|
|
2118
|
+
credentialsClientId: Scalars['String']['input'];
|
|
2119
|
+
credentialsClientSecret: Scalars['String']['input'];
|
|
2120
|
+
credentialsTenantId: Scalars['String']['input'];
|
|
2121
|
+
endpointApiUri: Scalars['String']['input'];
|
|
2122
|
+
externalSystemClientId?: InputMaybe<Scalars['Int']['input']>;
|
|
2123
|
+
externalSystemType: ExternalSystemType;
|
|
2124
|
+
integrationName: Scalars['String']['input'];
|
|
2125
|
+
settingsBillingImportOnDayOfMonth: Scalars['Int']['input'];
|
|
2126
|
+
settingsDistributorId: Scalars['Int']['input'];
|
|
2127
|
+
};
|
|
2128
|
+
export type SaveMicrosoftIntegrationPayload = {
|
|
2129
|
+
__typename?: 'SaveMicrosoftIntegrationPayload';
|
|
2130
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
2131
|
+
errors?: Maybe<Array<SaveMicrosoftIntegrationError>>;
|
|
2132
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
2133
|
+
syncronisationCreated?: Maybe<Scalars['Boolean']['output']>;
|
|
2134
|
+
validationErrors?: Maybe<Array<FormValidationErrors>>;
|
|
2135
|
+
};
|
|
2075
2136
|
export type SaveTechDataIntegrationError = UserNotLoggedIn;
|
|
2076
2137
|
export type SaveTechDataIntegrationInput = {
|
|
2077
2138
|
credentialsClientId: Scalars['String']['input'];
|
|
@@ -2236,10 +2297,6 @@ export declare enum SortEnumType {
|
|
|
2236
2297
|
Asc = "ASC",
|
|
2237
2298
|
Desc = "DESC"
|
|
2238
2299
|
}
|
|
2239
|
-
export type SortParamsInput = {
|
|
2240
|
-
descending: Scalars['Boolean']['input'];
|
|
2241
|
-
sortBy: Scalars['String']['input'];
|
|
2242
|
-
};
|
|
2243
2300
|
export type StringOperationFilterInput = {
|
|
2244
2301
|
and?: InputMaybe<Array<StringOperationFilterInput>>;
|
|
2245
2302
|
contains?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2339,35 +2396,6 @@ export type SubscriptionGqlModelFilterInput = {
|
|
|
2339
2396
|
subscriptionPeriodDuration?: InputMaybe<DecimalOperationFilterInput>;
|
|
2340
2397
|
updatedAt?: InputMaybe<DateTimeOperationFilterInput>;
|
|
2341
2398
|
};
|
|
2342
|
-
export type SubscriptionGqlModelInput = {
|
|
2343
|
-
billingPeriod?: InputMaybe<Scalars['String']['input']>;
|
|
2344
|
-
billingPeriodDuration?: InputMaybe<Scalars['Decimal']['input']>;
|
|
2345
|
-
centralisedCustomerId: Scalars['Int']['input'];
|
|
2346
|
-
createdAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
2347
|
-
cspCustomerId: Scalars['Int']['input'];
|
|
2348
|
-
cspSubscriptionId: Scalars['Int']['input'];
|
|
2349
|
-
currency?: InputMaybe<Scalars['String']['input']>;
|
|
2350
|
-
customerName?: InputMaybe<Scalars['String']['input']>;
|
|
2351
|
-
daysToRenewal?: InputMaybe<Scalars['Int']['input']>;
|
|
2352
|
-
externalSystem: Scalars['String']['input'];
|
|
2353
|
-
externalSystemClientId: Scalars['Int']['input'];
|
|
2354
|
-
externalSystemClientName: Scalars['String']['input'];
|
|
2355
|
-
externalSystemType: ExternalSystemType;
|
|
2356
|
-
hasPendingChanges: Scalars['Boolean']['input'];
|
|
2357
|
-
isAutoRenewalEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2358
|
-
lines: Array<SubscriptionLineInput>;
|
|
2359
|
-
orders: Array<SubscriptionOrderInput>;
|
|
2360
|
-
providerCustomerId: Scalars['String']['input'];
|
|
2361
|
-
providerSubscriptionId: Scalars['String']['input'];
|
|
2362
|
-
renewalDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
2363
|
-
sinchAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
2364
|
-
sku: Scalars['String']['input'];
|
|
2365
|
-
status: Scalars['String']['input'];
|
|
2366
|
-
subscriptionName: Scalars['String']['input'];
|
|
2367
|
-
subscriptionPeriod?: InputMaybe<Scalars['String']['input']>;
|
|
2368
|
-
subscriptionPeriodDuration?: InputMaybe<Scalars['Decimal']['input']>;
|
|
2369
|
-
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
2370
|
-
};
|
|
2371
2399
|
export type SubscriptionGqlModelSortInput = {
|
|
2372
2400
|
billingPeriod?: InputMaybe<SortEnumType>;
|
|
2373
2401
|
billingPeriodDuration?: InputMaybe<SortEnumType>;
|
|
@@ -2420,17 +2448,6 @@ export type SubscriptionLineFilterInput = {
|
|
|
2420
2448
|
subscriptionId?: InputMaybe<IntOperationFilterInput>;
|
|
2421
2449
|
vendor?: InputMaybe<StringOperationFilterInput>;
|
|
2422
2450
|
};
|
|
2423
|
-
export type SubscriptionLineInput = {
|
|
2424
|
-
cost?: InputMaybe<Scalars['Decimal']['input']>;
|
|
2425
|
-
isMainSubscription: Scalars['Boolean']['input'];
|
|
2426
|
-
name: Scalars['String']['input'];
|
|
2427
|
-
price?: InputMaybe<Scalars['Decimal']['input']>;
|
|
2428
|
-
quantity: Scalars['Long']['input'];
|
|
2429
|
-
sku: Scalars['String']['input'];
|
|
2430
|
-
stockLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
2431
|
-
subscriptionId: Scalars['Int']['input'];
|
|
2432
|
-
vendor?: InputMaybe<Scalars['String']['input']>;
|
|
2433
|
-
};
|
|
2434
2451
|
export type SubscriptionLineInputGqlInput = {
|
|
2435
2452
|
isMainSubscription: Scalars['Boolean']['input'];
|
|
2436
2453
|
quantity: Scalars['Int']['input'];
|
|
@@ -2467,15 +2484,6 @@ export type SubscriptionOrderFilterInput = {
|
|
|
2467
2484
|
subscriptionOrderItems?: InputMaybe<ListFilterInputTypeOfSubscriptionOrderItemFilterInput>;
|
|
2468
2485
|
total?: InputMaybe<DecimalOperationFilterInput>;
|
|
2469
2486
|
};
|
|
2470
|
-
export type SubscriptionOrderInput = {
|
|
2471
|
-
createdAt: Scalars['DateTime']['input'];
|
|
2472
|
-
cspSubscriptionOrderId: Scalars['Int']['input'];
|
|
2473
|
-
currency?: InputMaybe<Scalars['String']['input']>;
|
|
2474
|
-
providerOrderId?: InputMaybe<Scalars['String']['input']>;
|
|
2475
|
-
status: OrderPayloadStatus;
|
|
2476
|
-
subscriptionOrderItems: Array<SubscriptionOrderItemInput>;
|
|
2477
|
-
total?: InputMaybe<Scalars['Decimal']['input']>;
|
|
2478
|
-
};
|
|
2479
2487
|
export type SubscriptionOrderItem = {
|
|
2480
2488
|
__typename?: 'SubscriptionOrderItem';
|
|
2481
2489
|
cost: Scalars['Decimal']['output'];
|
|
@@ -2493,13 +2501,6 @@ export type SubscriptionOrderItemFilterInput = {
|
|
|
2493
2501
|
productName?: InputMaybe<StringOperationFilterInput>;
|
|
2494
2502
|
quantity?: InputMaybe<LongOperationFilterInput>;
|
|
2495
2503
|
};
|
|
2496
|
-
export type SubscriptionOrderItemInput = {
|
|
2497
|
-
cost: Scalars['Decimal']['input'];
|
|
2498
|
-
customerPrice: Scalars['Decimal']['input'];
|
|
2499
|
-
previousQuantity: Scalars['Long']['input'];
|
|
2500
|
-
productName?: InputMaybe<Scalars['String']['input']>;
|
|
2501
|
-
quantity: Scalars['Long']['input'];
|
|
2502
|
-
};
|
|
2503
2504
|
export type SubscriptionOrderSortInput = {
|
|
2504
2505
|
createdAt?: InputMaybe<SortEnumType>;
|
|
2505
2506
|
cspSubscriptionOrderId?: InputMaybe<SortEnumType>;
|
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
import { Product } from '@/components/ProductSearch/SearchStore';
|
|
2
2
|
import { RouteLocationNormalizedLoaded, Router } from 'vue-router';
|
|
3
|
+
export interface CategoryItem {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
description: string | null;
|
|
7
|
+
parentId: number | null;
|
|
8
|
+
sinchCategoryId: number | null;
|
|
9
|
+
imageUrl: string | null;
|
|
10
|
+
children?: CategoryItem[];
|
|
11
|
+
}
|
|
3
12
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
route: RouteLocationNormalizedLoaded;
|
|
5
13
|
router: Router;
|
|
14
|
+
route: RouteLocationNormalizedLoaded;
|
|
15
|
+
categories: CategoryItem[];
|
|
6
16
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
17
|
redirectToProductDetails: (product: Product, evt: Event) => void;
|
|
8
18
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
-
route: RouteLocationNormalizedLoaded;
|
|
10
19
|
router: Router;
|
|
20
|
+
route: RouteLocationNormalizedLoaded;
|
|
21
|
+
categories: CategoryItem[];
|
|
11
22
|
}>>> & {
|
|
12
23
|
onRedirectToProductDetails?: ((product: Product, evt: Event) => any) | undefined;
|
|
13
24
|
}, {}, {}>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -49,11 +49,12 @@ import OrderParametersInput from './components/CloudChannel/Pages/Order/OrderPar
|
|
|
49
49
|
import { hyphenate } from './utils/urlUtils';
|
|
50
50
|
import ProvidersCatalogue from './components/CloudChannel/ProvidersCatalogue.vue';
|
|
51
51
|
import { ProvidersCatalogProvider } from '@/types/ProvidersCatalogProvider';
|
|
52
|
+
import CategoryDetailsCloud from './components/CloudChannel/Pages/CategoryDetailsCloud.vue';
|
|
52
53
|
import { useCategoryStore, CategoriesResponse, Category, CategoryTreeNode } from './components/CategorySearch/CategoryStore';
|
|
53
54
|
import { Brand } from './components/BrandSearch/BrandStore';
|
|
54
55
|
import { SearchRequest, SearchResult, Filter, FilterRequest, FilterResponse, Product, Value, useSearchStore } from './components/ProductSearch/SearchStore';
|
|
55
56
|
declare const SinchPlugin: {
|
|
56
57
|
install: (app: App) => void;
|
|
57
58
|
};
|
|
58
|
-
export { SinchPlugin, SearchIndexPageCe, SearchByBrandAndCategory, translations, LanguageMenuSelector, languageSetup, sinchSetAppLanguage, UserMenu, MarketSearchIndex, useSearchStore, MarketPlaceSearchInput, MarketPlaceItem, SinchFilterBox, useCategoryStore, VendorsCatalogueV2, CategoriesCatalogueV2, BrandProducts, MarketplaceIndex, MarketPlaceSearch, ProductCard, CategoryDetails, ProductDetails, ExibitionModeEnum, VueGlobalFunctions, SubscriptionQueries, CustomerOrdersFromProviderVue, OrderDetailsVue, OrderDetailsFromProviderVue, OrderSearchVue, SubscriptionDetailsVue, SubscriptionIndexVue, SubscriptionOrderDetailsVue, SubscriptionOderHistoryDialogVue, SubscriptionOrderHistoriesVue, SubscriptionOrderHistoriesLastEntryVue, SubscriptionOrdersListVue, SubscriptionsTableFiltersVue, SubscriptionsTableVue, ContactUsVue, BasketItemsTableVue, BasketDataClient, CustomerDetailsSectionVue, QuoteDetailsVue, QuoteIndexVue, QuoteDataClient, GetRenewalColour, RouterLinkWrapper, OrderParametersInput, hyphenate, ProvidersCatalogue, };
|
|
59
|
+
export { SinchPlugin, SearchIndexPageCe, SearchByBrandAndCategory, translations, LanguageMenuSelector, languageSetup, sinchSetAppLanguage, UserMenu, MarketSearchIndex, useSearchStore, MarketPlaceSearchInput, MarketPlaceItem, SinchFilterBox, useCategoryStore, VendorsCatalogueV2, CategoriesCatalogueV2, BrandProducts, MarketplaceIndex, MarketPlaceSearch, ProductCard, CategoryDetails, ProductDetails, ExibitionModeEnum, VueGlobalFunctions, SubscriptionQueries, CustomerOrdersFromProviderVue, OrderDetailsVue, OrderDetailsFromProviderVue, OrderSearchVue, SubscriptionDetailsVue, SubscriptionIndexVue, SubscriptionOrderDetailsVue, SubscriptionOderHistoryDialogVue, SubscriptionOrderHistoriesVue, SubscriptionOrderHistoriesLastEntryVue, SubscriptionOrdersListVue, SubscriptionsTableFiltersVue, SubscriptionsTableVue, ContactUsVue, BasketItemsTableVue, BasketDataClient, CustomerDetailsSectionVue, QuoteDetailsVue, QuoteIndexVue, QuoteDataClient, GetRenewalColour, RouterLinkWrapper, OrderParametersInput, hyphenate, ProvidersCatalogue, CategoryDetailsCloud, };
|
|
59
60
|
export type { SearchRequest, SearchResult, Filter, FilterRequest, FilterResponse, Product, Value, CategoriesResponse, Category, CategoryTreeNode, Brand, DistributorProduct, ColumnVisibility, QuasarQTableColumnType, QTablePaginationType, QTablePaginationRequest, SubscriptionsTableFiltersType, CustomerOrdersFromProviderParams, MainProduct, BasketItemPayloadLocal, ProvidersCatalogProvider };
|
package/package.json
CHANGED
|
File without changes
|