@stock-in-the-channel/sinch-vue-components 0.0.357 → 0.0.359
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/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.thumbnail-container{text-align:center}.products-row[data-v-6f02f4d6]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-
|
|
1
|
+
.thumbnail-container{text-align:center}.products-row[data-v-6f02f4d6]{display:flex;flex-wrap:wrap}.q-dialog-plugin[data-v-94a831be]{max-width:1100px;width:80vw}.q-td{min-width:80px}
|
|
@@ -335,7 +335,7 @@ export type CspGraphQlMutationsCreateWestcoastCustomerArgs = {
|
|
|
335
335
|
input: CreateWestcoastCustomerInput;
|
|
336
336
|
};
|
|
337
337
|
export type CspGraphQlMutationsCustomerAddItemToBasketArgs = {
|
|
338
|
-
|
|
338
|
+
input: CustomerAddItemToBasketInput;
|
|
339
339
|
};
|
|
340
340
|
export type CspGraphQlMutationsCustomerChangeBasketItemQtyArgs = {
|
|
341
341
|
input: CustomerChangeBasketItemQtyInput;
|
|
@@ -447,7 +447,7 @@ export type CspGraphQlQueries = {
|
|
|
447
447
|
subscriptionOrderDetails?: Maybe<SubscriptionOrderDetailsCollectionSegment>;
|
|
448
448
|
subscriptionOrderStatusHistoriesModel?: Maybe<SubscriptionOrderStatusHistoriesModelCollectionSegment>;
|
|
449
449
|
subscriptionTransitionEligibilities: GetSubscriptionTransitionEligibilitiesPayload;
|
|
450
|
-
subscriptions?: Maybe<
|
|
450
|
+
subscriptions?: Maybe<SubscriptionsIndexPagePayload>;
|
|
451
451
|
subscriptionsIndexPage: SubscriptionsIndexPagePayload;
|
|
452
452
|
techDataCreateCustomerConfig: TechDataCreateCustomerConfigPayload;
|
|
453
453
|
techDataExternalSystemClient: GetTechDataExternalSystemClientPayload;
|
|
@@ -887,7 +887,22 @@ export type CspCustomerStatusOperationFilterInput = {
|
|
|
887
887
|
};
|
|
888
888
|
export type CustomerAddItemToBasketError = InvalidBasket | InvalidReseller | ProductNotFound | UserNotLoggedIn;
|
|
889
889
|
export type CustomerAddItemToBasketInput = {
|
|
890
|
-
|
|
890
|
+
basketId?: InputMaybe<Scalars['Int']['input']>;
|
|
891
|
+
billingPeriodDuration?: InputMaybe<Scalars['Int']['input']>;
|
|
892
|
+
billingPeriodType?: InputMaybe<PeriodType>;
|
|
893
|
+
currency?: InputMaybe<Scalars['String']['input']>;
|
|
894
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
895
|
+
mpn: Scalars['String']['input'];
|
|
896
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
897
|
+
price?: InputMaybe<Scalars['Decimal']['input']>;
|
|
898
|
+
quantity: Scalars['Int']['input'];
|
|
899
|
+
rrp?: InputMaybe<Scalars['Decimal']['input']>;
|
|
900
|
+
sinchDistributorId: Scalars['Int']['input'];
|
|
901
|
+
sinchDistributorProductId: Scalars['Int']['input'];
|
|
902
|
+
sinchProductId: Scalars['Int']['input'];
|
|
903
|
+
subscriptionPeriodDuration?: InputMaybe<Scalars['Int']['input']>;
|
|
904
|
+
subscriptionPeriodType?: InputMaybe<PeriodType>;
|
|
905
|
+
vendor?: InputMaybe<Scalars['String']['input']>;
|
|
891
906
|
};
|
|
892
907
|
export type CustomerAddItemToBasketPayload = {
|
|
893
908
|
__typename?: 'CustomerAddItemToBasketPayload';
|
|
@@ -1599,11 +1614,6 @@ export type Mutation = {
|
|
|
1599
1614
|
patchIngramSubscripton: PatchIngramSubscriptonPayload;
|
|
1600
1615
|
placeSalesOrder: PlaceSalesOrderPayload;
|
|
1601
1616
|
removeItemFromBasket: RemoveItemFromBasketPayload;
|
|
1602
|
-
/**
|
|
1603
|
-
* Saves the input into the database
|
|
1604
|
-
* Tests the credentials against the provider
|
|
1605
|
-
* Schedules a Customer data sync if the credentials are ok
|
|
1606
|
-
*/
|
|
1607
1617
|
saveAcronisIntegration: SaveAcronisIntegrationPayload;
|
|
1608
1618
|
saveCsvFtpIntegration: SaveCsvFtpIntegrationPayload;
|
|
1609
1619
|
saveIngramIntegration: SaveIngramIntegrationPayload;
|
|
@@ -1620,7 +1630,7 @@ export type Mutation = {
|
|
|
1620
1630
|
updateWestcoastCustomer: UpdateWestcoastCustomerPayload;
|
|
1621
1631
|
};
|
|
1622
1632
|
export type MutationAddItemToBasketArgs = {
|
|
1623
|
-
|
|
1633
|
+
input: AddItemToBasketInput;
|
|
1624
1634
|
};
|
|
1625
1635
|
export type MutationCancelIngramSubscriptionArgs = {
|
|
1626
1636
|
input: CancelIngramSubscriptionInput;
|
|
@@ -1901,6 +1911,7 @@ export type Period = {
|
|
|
1901
1911
|
export declare enum PeriodType {
|
|
1902
1912
|
Day = "DAY",
|
|
1903
1913
|
Month = "MONTH",
|
|
1914
|
+
None = "NONE",
|
|
1904
1915
|
OneTime = "ONE_TIME",
|
|
1905
1916
|
Unknown = "UNKNOWN",
|
|
1906
1917
|
Year = "YEAR"
|
|
@@ -1992,12 +2003,13 @@ export type Query = {
|
|
|
1992
2003
|
siteTheme?: Maybe<SiteThemePayload>;
|
|
1993
2004
|
siteThemeForReseller?: Maybe<SiteThemePayload>;
|
|
1994
2005
|
subscriptionDetails?: Maybe<SubscriptionGqlModel>;
|
|
2006
|
+
subscriptionDetailsByCspId?: Maybe<SubscriptionGqlModel>;
|
|
1995
2007
|
subscriptionDetailsBySystemAndId?: Maybe<SubscriptionGqlModel>;
|
|
1996
2008
|
subscriptionDetailsFromProvider?: Maybe<Subscription>;
|
|
1997
2009
|
subscriptionOrderDetails?: Maybe<SubscriptionOrderDetailsCollectionSegment>;
|
|
1998
2010
|
subscriptionOrderStatusHistoriesModel?: Maybe<SubscriptionOrderStatusHistoriesModelCollectionSegment>;
|
|
1999
2011
|
subscriptionTransitionEligibilities: GetSubscriptionTransitionEligibilitiesPayload;
|
|
2000
|
-
subscriptions
|
|
2012
|
+
subscriptions: SubscriptionsIndexPagePayload;
|
|
2001
2013
|
subscriptionsIndexPage: SubscriptionsIndexPagePayload;
|
|
2002
2014
|
techDataCreateCustomerConfig: TechDataCreateCustomerConfigPayload;
|
|
2003
2015
|
techDataExternalSystemClient: GetTechDataExternalSystemClientPayload;
|
|
@@ -2115,6 +2127,9 @@ export type QuerySubscriptionDetailsArgs = {
|
|
|
2115
2127
|
productSku?: InputMaybe<Scalars['String']['input']>;
|
|
2116
2128
|
subscriptionId?: InputMaybe<Scalars['String']['input']>;
|
|
2117
2129
|
};
|
|
2130
|
+
export type QuerySubscriptionDetailsByCspIdArgs = {
|
|
2131
|
+
cspSubscriptionId: Scalars['Int']['input'];
|
|
2132
|
+
};
|
|
2118
2133
|
export type QuerySubscriptionDetailsBySystemAndIdArgs = {
|
|
2119
2134
|
externalSystemType: ExternalSystemType;
|
|
2120
2135
|
providerSubscriptionId: Scalars['String']['input'];
|
|
@@ -2139,10 +2154,7 @@ export type QuerySubscriptionTransitionEligibilitiesArgs = {
|
|
|
2139
2154
|
input: GetSubscriptionTransitionEligibilitiesInput;
|
|
2140
2155
|
};
|
|
2141
2156
|
export type QuerySubscriptionsArgs = {
|
|
2142
|
-
|
|
2143
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
2144
|
-
take?: InputMaybe<Scalars['Int']['input']>;
|
|
2145
|
-
where?: InputMaybe<SubscriptionGqlModelFilterInput>;
|
|
2157
|
+
input: SearchSubscriptionsInput;
|
|
2146
2158
|
};
|
|
2147
2159
|
export type QuerySubscriptionsIndexPageArgs = {
|
|
2148
2160
|
cspCentralisedCustomerId?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -2424,6 +2436,21 @@ export type SearchResponseIntOfOrderSummary = {
|
|
|
2424
2436
|
data: Array<OrderSummary>;
|
|
2425
2437
|
pagination: PaginationInt;
|
|
2426
2438
|
};
|
|
2439
|
+
export type SearchSubscriptionsInput = {
|
|
2440
|
+
cspCentralisedCustomerId?: InputMaybe<Scalars['Int']['input']>;
|
|
2441
|
+
customerName?: InputMaybe<Scalars['String']['input']>;
|
|
2442
|
+
dateFrom?: InputMaybe<Scalars['DateTime']['input']>;
|
|
2443
|
+
dateTo?: InputMaybe<Scalars['DateTime']['input']>;
|
|
2444
|
+
daysToRenewalDate?: InputMaybe<Scalars['Int']['input']>;
|
|
2445
|
+
descending: Scalars['Boolean']['input'];
|
|
2446
|
+
externalSystem?: InputMaybe<Scalars['String']['input']>;
|
|
2447
|
+
externalSystemClientId?: InputMaybe<Scalars['Int']['input']>;
|
|
2448
|
+
skip: Scalars['Int']['input'];
|
|
2449
|
+
sortBy?: InputMaybe<Scalars['String']['input']>;
|
|
2450
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
2451
|
+
subscriptionName?: InputMaybe<Scalars['String']['input']>;
|
|
2452
|
+
take: Scalars['Int']['input'];
|
|
2453
|
+
};
|
|
2427
2454
|
export type SetBasketCustomerError = InvalidBasket;
|
|
2428
2455
|
export type SetBasketCustomerInput = {
|
|
2429
2456
|
basketId: Scalars['Int']['input'];
|
|
@@ -2524,6 +2551,7 @@ export type SubscriptionGqlModel = {
|
|
|
2524
2551
|
orders: Array<SubscriptionOrder>;
|
|
2525
2552
|
providerCustomerId: Scalars['String']['output'];
|
|
2526
2553
|
providerSubscriptionId: Scalars['String']['output'];
|
|
2554
|
+
quantity: Scalars['Long']['output'];
|
|
2527
2555
|
renewalDate?: Maybe<Scalars['DateTime']['output']>;
|
|
2528
2556
|
sinchAccountId?: Maybe<Scalars['String']['output']>;
|
|
2529
2557
|
sku: Scalars['String']['output'];
|
|
@@ -2555,6 +2583,7 @@ export type SubscriptionGqlModelFilterInput = {
|
|
|
2555
2583
|
orders?: InputMaybe<ListFilterInputTypeOfSubscriptionOrderFilterInput>;
|
|
2556
2584
|
providerCustomerId?: InputMaybe<StringOperationFilterInput>;
|
|
2557
2585
|
providerSubscriptionId?: InputMaybe<StringOperationFilterInput>;
|
|
2586
|
+
quantity?: InputMaybe<LongOperationFilterInput>;
|
|
2558
2587
|
renewalDate?: InputMaybe<DateTimeOperationFilterInput>;
|
|
2559
2588
|
sinchAccountId?: InputMaybe<StringOperationFilterInput>;
|
|
2560
2589
|
sku?: InputMaybe<StringOperationFilterInput>;
|
|
@@ -2582,6 +2611,7 @@ export type SubscriptionGqlModelSortInput = {
|
|
|
2582
2611
|
isAutoRenewalEnabled?: InputMaybe<SortEnumType>;
|
|
2583
2612
|
providerCustomerId?: InputMaybe<SortEnumType>;
|
|
2584
2613
|
providerSubscriptionId?: InputMaybe<SortEnumType>;
|
|
2614
|
+
quantity?: InputMaybe<SortEnumType>;
|
|
2585
2615
|
renewalDate?: InputMaybe<SortEnumType>;
|
|
2586
2616
|
sinchAccountId?: InputMaybe<SortEnumType>;
|
|
2587
2617
|
sku?: InputMaybe<SortEnumType>;
|
|
@@ -2748,15 +2778,6 @@ export type SubscriptionSummary = {
|
|
|
2748
2778
|
status: Scalars['String']['output'];
|
|
2749
2779
|
total: Scalars['Int']['output'];
|
|
2750
2780
|
};
|
|
2751
|
-
/** A segment of a collection. */
|
|
2752
|
-
export type SubscriptionsCollectionSegment = {
|
|
2753
|
-
__typename?: 'SubscriptionsCollectionSegment';
|
|
2754
|
-
/** A flattened list of the items. */
|
|
2755
|
-
items?: Maybe<Array<SubscriptionGqlModel>>;
|
|
2756
|
-
/** Information to aid in pagination. */
|
|
2757
|
-
pageInfo: CollectionSegmentInfo;
|
|
2758
|
-
totalCount: Scalars['Int']['output'];
|
|
2759
|
-
};
|
|
2760
2781
|
export type SubscriptionsIndexPagePayload = {
|
|
2761
2782
|
__typename?: 'SubscriptionsIndexPagePayload';
|
|
2762
2783
|
subscriptions: Array<SubscriptionGqlModel>;
|