@bash-app/bash-common 1.2.0 → 1.3.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/package.json +1 -1
- package/src/definitions.ts +1 -0
package/package.json
CHANGED
package/src/definitions.ts
CHANGED
|
@@ -6,6 +6,7 @@ export const CHECKOUT_RETURN_CANCEL_URL = `/checkout-return/cancel/{CHECKOUT_SES
|
|
|
6
6
|
export const CHECKOUT_RETURN_SUCCESS_URL_PAGE = '/checkout-return/success/$checkoutSessionId' as const;
|
|
7
7
|
export const CHECKOUT_RETURN_CANCEL_URL_PAGE = '/checkout-return/cancel/$checkoutSessionId' as const;
|
|
8
8
|
export const VERIFICATION_RETURN_URL = `/sign-up` as const;
|
|
9
|
+
export const BASH_DETAIL_URL = `/bash-detail` as const;
|
|
9
10
|
|
|
10
11
|
export const SWR_KEY_AUTH_TOKEN = "auth-token" as const;
|
|
11
12
|
|