@stock-in-the-channel/sinch-vue-components 0.0.337 → 0.0.339
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 +9264 -9095
- package/dist/types/api-clients/SearchApiClient.d.ts +5 -4
- package/dist/types/api-clients/generated/graphql.d.ts +1 -0
- package/dist/types/components/CloudChannel/Pages/Subscription/SubscriptionDetailsTypes.d.ts +1 -0
- package/dist/types/i18n/index.d.ts +5 -0
- package/dist/types/i18n/translations/index.d.ts +5 -0
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -34,12 +34,13 @@ export declare class SearchApiClient {
|
|
|
34
34
|
protected processcategoryPreview(response: Response): Promise<CategoryPreview>;
|
|
35
35
|
protected processCategories(response: Response): Promise<CategoryDetailsResponse>;
|
|
36
36
|
/**
|
|
37
|
-
* @param id (
|
|
38
|
-
* @param
|
|
39
|
-
* @param
|
|
37
|
+
* @param id (required)
|
|
38
|
+
* @param distributorId (optional)
|
|
39
|
+
* @param returnOnlyCloudDistributors (optional)
|
|
40
|
+
* @param searchForVariants (optional)
|
|
40
41
|
* @return Success
|
|
41
42
|
*/
|
|
42
|
-
products(id: number | undefined,
|
|
43
|
+
products(id: number, distributorId: number | undefined, returnOnlyCloudDistributors: boolean | undefined, searchForVariants: boolean | undefined): Promise<GetProductResponse>;
|
|
43
44
|
protected processProducts(response: Response): Promise<GetProductResponse>;
|
|
44
45
|
/**
|
|
45
46
|
* @param priceBandId (optional)
|
|
@@ -2376,6 +2376,7 @@ export type Subscription = {
|
|
|
2376
2376
|
msSubscriptionId?: Maybe<Scalars['String']['output']>;
|
|
2377
2377
|
name: Scalars['String']['output'];
|
|
2378
2378
|
products?: Maybe<Array<SubscriptionProduct>>;
|
|
2379
|
+
providerData: Scalars['String']['output'];
|
|
2379
2380
|
renewalDate?: Maybe<Scalars['DateTime']['output']>;
|
|
2380
2381
|
renewalStatus: Scalars['Boolean']['output'];
|
|
2381
2382
|
status: SubscriptionStatus;
|
|
@@ -29,6 +29,7 @@ export type SubscriptionModelGraphQlLocal = {
|
|
|
29
29
|
renewalColour?: string;
|
|
30
30
|
externalSystemClientName?: string;
|
|
31
31
|
externalSystemClientId?: number;
|
|
32
|
+
providerData?: Record<string, any>;
|
|
32
33
|
};
|
|
33
34
|
export type SubscriptionLineLocal = {
|
|
34
35
|
__typename?: 'SubscriptionLineLocal';
|
|
@@ -50,6 +50,11 @@ declare const _default: {
|
|
|
50
50
|
Year: string;
|
|
51
51
|
Month: string;
|
|
52
52
|
Day: string;
|
|
53
|
+
ViewLicencesToReduce: string;
|
|
54
|
+
LicensesAvailableForReductionTitle: string;
|
|
55
|
+
LicensesAvailableForReductionMessage: string;
|
|
56
|
+
TotalQuantity: string;
|
|
57
|
+
CancellationWindows: string;
|
|
53
58
|
};
|
|
54
59
|
ptBR: {
|
|
55
60
|
Search: string;
|
|
@@ -50,6 +50,11 @@ declare const _default: {
|
|
|
50
50
|
Year: string;
|
|
51
51
|
Month: string;
|
|
52
52
|
Day: string;
|
|
53
|
+
ViewLicencesToReduce: string;
|
|
54
|
+
LicensesAvailableForReductionTitle: string;
|
|
55
|
+
LicensesAvailableForReductionMessage: string;
|
|
56
|
+
TotalQuantity: string;
|
|
57
|
+
CancellationWindows: string;
|
|
53
58
|
};
|
|
54
59
|
'pt-BR': {
|
|
55
60
|
Search: string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -27,13 +27,13 @@ import OrderDetailsFromProviderVue from './components/CloudChannel/Pages/Order/O
|
|
|
27
27
|
import OrderSearchVue from './components/CloudChannel/Pages/Order/OrderSearch.vue';
|
|
28
28
|
import SubscriptionDetailsVue, { type CustomerOrdersFromProviderParams } from './components/CloudChannel/Pages/Subscription/SubscriptionDetails.vue';
|
|
29
29
|
import SubscriptionIndexVue from './components/CloudChannel/Pages/Subscription/SubscriptionIndex.vue';
|
|
30
|
+
import SubscriptionsTableVue from './components/CloudChannel/Pages/Subscription/SubscriptionsTable.vue';
|
|
30
31
|
import SubscriptionOrderDetailsVue from './components/CloudChannel/Pages/Subscription/SubscriptionOrderDetails.vue';
|
|
31
32
|
import SubscriptionOderHistoryDialogVue from './components/CloudChannel/Pages/Subscription/SubscriptionOderHistoryDialog.vue';
|
|
32
33
|
import SubscriptionOrderHistoriesVue from './components/CloudChannel/Pages/Subscription/SubscriptionOrderHistories.vue';
|
|
33
34
|
import SubscriptionOrderHistoriesLastEntryVue from './components/CloudChannel/Pages/Subscription/SubscriptionOrderHistoriesLastEntry.vue';
|
|
34
35
|
import SubscriptionOrdersListVue from './components/CloudChannel/Pages/Subscription/SubscriptionOrdersList.vue';
|
|
35
36
|
import SubscriptionsTableFiltersVue, { type SubscriptionsTableFiltersType } from './components/CloudChannel/Pages/Subscription/SubscriptionsTableFilters.vue';
|
|
36
|
-
import SubscriptionsTableVue from './components/CloudChannel/Pages/Subscription/SubscriptionsTable.vue';
|
|
37
37
|
import * as SubscriptionQueries from './components/CloudChannel/Pages/Subscription/SubscriptionQueries';
|
|
38
38
|
import ContactUsVue from './components/CloudChannel/Pages/Information/ContactUs.vue';
|
|
39
39
|
import BasketItemsTableVue from './components/CloudChannel/Pages/Basket/BasketItemsTable.vue';
|
|
@@ -60,5 +60,5 @@ import { SearchRequest, SearchResult, Filter, FilterRequest, FilterResponse, Pro
|
|
|
60
60
|
declare const SinchPlugin: {
|
|
61
61
|
install: (app: App) => void;
|
|
62
62
|
};
|
|
63
|
-
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,
|
|
63
|
+
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, SubscriptionsTableVue, SubscriptionOrderDetailsVue, SubscriptionOderHistoryDialogVue, SubscriptionOrderHistoriesVue, SubscriptionOrderHistoriesLastEntryVue, SubscriptionOrdersListVue, SubscriptionsTableFiltersVue, ContactUsVue, BasketItemsTableVue, BasketDataClient, CustomerDetailsSectionVue, QuoteDetailsVue, QuoteIndexVue, QuoteDataClient, GetRenewalColour, RouterLinkWrapper, OrderParametersInput, hyphenate, ProvidersCatalogue, CategoryDetailsCloud, DynamicBrandPage, DynamicCloudProviderPage, brandPageStore, cloudProvidersStore };
|
|
64
64
|
export type { SearchRequest, SearchResult, Filter, FilterRequest, FilterResponse, Product, Value, CategoriesResponse, Category, CategoryTreeNode, Brand, DistributorProduct, ColumnVisibility, QuasarQTableColumnType, QTablePaginationType, QTablePaginationRequest, SubscriptionsTableFiltersType, CustomerOrdersFromProviderParams, MainProduct, BasketItemPayloadLocal, ProvidersCatalogProvider };
|