@zeniai/client-epic-state 4.19.24 → 4.19.25
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.
|
@@ -298,8 +298,6 @@ export interface OnboardingInfoPayload {
|
|
|
298
298
|
zeni_subscriptions_payment_account_linked_status_code: string;
|
|
299
299
|
zeni_subscriptions_payment_account_method_type_code: string;
|
|
300
300
|
onboarding_customer_user_ids?: ID[];
|
|
301
|
-
onboarding_time_since_quote_signed?: string;
|
|
302
|
-
onboarding_to_quote_sign_minutes?: number;
|
|
303
301
|
}
|
|
304
302
|
interface CompanyOnboardingInfoPayload {
|
|
305
303
|
is_onboarding_company_details_step_completed: boolean;
|
|
@@ -283,7 +283,7 @@ const toPayNowCutOffByMethod = (payload) => {
|
|
|
283
283
|
};
|
|
284
284
|
};
|
|
285
285
|
const toOnboardingInfo = (onboardingInfoPayload) => {
|
|
286
|
-
var _a, _b, _c, _d, _e, _f, _g, _h
|
|
286
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
287
287
|
if (onboardingInfoPayload == null) {
|
|
288
288
|
return undefined;
|
|
289
289
|
}
|
|
@@ -334,8 +334,6 @@ const toOnboardingInfo = (onboardingInfoPayload) => {
|
|
|
334
334
|
onboardingCustomerUserIds: onboardingInfoPayload.onboarding_customer_user_ids != null
|
|
335
335
|
? onboardingInfoPayload.onboarding_customer_user_ids
|
|
336
336
|
: [],
|
|
337
|
-
onboardingTimeSinceQuoteSigned: (_j = onboardingInfoPayload.onboarding_time_since_quote_signed) !== null && _j !== void 0 ? _j : undefined,
|
|
338
|
-
onboardingToQuoteSignMinutes: (_k = onboardingInfoPayload.onboarding_to_quote_sign_minutes) !== null && _k !== void 0 ? _k : undefined,
|
|
339
337
|
};
|
|
340
338
|
};
|
|
341
339
|
exports.toOnboardingInfo = toOnboardingInfo;
|
|
@@ -306,8 +306,6 @@ export interface OnboardingInfo extends OnboardingStepsInfo {
|
|
|
306
306
|
accountingConnectionCreationMode?: AccountingConnectionCreationMode;
|
|
307
307
|
inviteAccepted?: boolean;
|
|
308
308
|
inviteSent?: boolean;
|
|
309
|
-
onboardingTimeSinceQuoteSigned?: string;
|
|
310
|
-
onboardingToQuoteSignMinutes?: number;
|
|
311
309
|
}
|
|
312
310
|
export interface CompanyOnboardingInfo {
|
|
313
311
|
isOnboardingCompanyDetailsCompleted: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/client-epic-state",
|
|
3
|
-
"version": "4.19.
|
|
3
|
+
"version": "4.19.25",
|
|
4
4
|
"description": "Shared module between Web & Mobile containing required abstractions for state management, async network communication. ",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|