@vonq/hapi-elements-types 1.13.0 → 1.15.0
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/ats/api.types.ts
CHANGED
@@ -1,10 +1,5 @@
|
|
1
1
|
import { AxiosRequestConfig } from "axios/index"
|
2
|
-
import {
|
3
|
-
ATSDataResponse,
|
4
|
-
ATSMessage,
|
5
|
-
ATSSettings,
|
6
|
-
ATSUserTokenResponse,
|
7
|
-
} from "./types"
|
2
|
+
import { ATSMessage, ATSSettings, ATSUserTokenResponse } from "./types"
|
8
3
|
import { WindowHapiAPI, WindowHapiAPIModule } from "../_window/api.types"
|
9
4
|
import { WindowHapiModuleWithConstructorArgs } from "../_window"
|
10
5
|
|
package/basket/utils.types.ts
CHANGED
@@ -8,11 +8,7 @@ import {
|
|
8
8
|
ProductPriceCurrency,
|
9
9
|
} from "../product"
|
10
10
|
import { Contract } from "../contract"
|
11
|
-
import {
|
12
|
-
getBasketProductBoardType,
|
13
|
-
getConflictingContractsWithDifferentGroupsInBasket,
|
14
|
-
} from "../../common/basket/utils"
|
15
|
-
import { Campaign, CampaignCreateForm } from "../campaign"
|
11
|
+
import { Campaign } from "../campaign"
|
16
12
|
|
17
13
|
export type WindowHapiUtilsBasket = WindowHapiModuleWithConstructorArgs<
|
18
14
|
{
|
package/campaign/utils.types.ts
CHANGED
@@ -14,7 +14,6 @@ import {
|
|
14
14
|
} from "./types"
|
15
15
|
import { Product } from "../product/types"
|
16
16
|
import { Contract } from "../contract/types"
|
17
|
-
import { BasketProduct } from "../basket/types"
|
18
17
|
import { WindowHapiUtils } from "../_window/utils.types"
|
19
18
|
import { WindowHapiModuleWithConstructorArgs } from "../_window"
|
20
19
|
|
@@ -6,7 +6,6 @@ import { WindowHapiModuleWithConstructorArgs } from "../_window"
|
|
6
6
|
import { NestedValidatorKeys, UseValidatorResult } from "../common"
|
7
7
|
import { OrderJourneyStep, OrderJourneyUTMStepValidations } from "./types"
|
8
8
|
import { MessageDescriptor } from "react-intl"
|
9
|
-
import orderJourneyStep from "../../src/components/business/OrderJourneyStep"
|
10
9
|
import { OrderJourneyStepKey } from "./enums"
|
11
10
|
|
12
11
|
export type OrderJourneyServiceSwitchToNextStepHandler = () => Promise<void>
|
@@ -3,10 +3,6 @@ import { WindowHapiUtils } from "../_window/utils.types"
|
|
3
3
|
import { WindowHapiModuleWithConstructorArgs } from "../_window"
|
4
4
|
import { Contract } from "../contract"
|
5
5
|
import { Product } from "../product"
|
6
|
-
import {
|
7
|
-
orderJourneyGetContractIdFromContractStepKey,
|
8
|
-
orderJourneyGetContractStepKey,
|
9
|
-
} from "../../common/orderJourney/utils"
|
10
6
|
|
11
7
|
export type WindowHapiUtilsOrderJourney = WindowHapiModuleWithConstructorArgs<
|
12
8
|
{
|
package/package.json
CHANGED
package/product/api.types.ts
CHANGED
@@ -11,10 +11,6 @@ import {
|
|
11
11
|
} from "./types"
|
12
12
|
import { WindowHapiAPI, WindowHapiAPIModule } from "../_window/api.types"
|
13
13
|
import { PaginatedAPIResponseV1, PaginationLimitOffset } from "../common/types"
|
14
|
-
import {
|
15
|
-
WindowHapiAPIATSConfigs,
|
16
|
-
WindowHapiAPIATSRequests,
|
17
|
-
} from "../ats/api.types"
|
18
14
|
import { WindowHapiModuleWithConstructorArgs } from "../_window"
|
19
15
|
|
20
16
|
export type WindowHapiAPIProductConfigs = {
|