@ticketmaster/allure-mock
Advanced tools
Comparing version 2.5.2 to 2.5.3
@@ -200,3 +200,3 @@ import { Response, createServer } from 'miragejs'; | ||
const IDENTITY_JWT_SECRET = "secret"; | ||
const IDENTITY_LOGIN_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu"; | ||
const IDENTITY_LOGIN_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu/login?language=en-US&redirectTo=https://portal-dev1.tmtools.nonprod.public.tmaws.eu/?token%3Dd60ea8b7de8348aeaa3b6135d763884b%26market%3DFI%26language%3Den-US"; | ||
const IDENTITY_PROFILE_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu/profile"; | ||
@@ -203,0 +203,0 @@ const SYSTEM_IDS = [100, 200]; |
@@ -209,3 +209,3 @@ 'use strict'; | ||
const IDENTITY_JWT_SECRET = "secret"; | ||
const IDENTITY_LOGIN_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu"; | ||
const IDENTITY_LOGIN_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu/login?language=en-US&redirectTo=https://portal-dev1.tmtools.nonprod.public.tmaws.eu/?token%3Dd60ea8b7de8348aeaa3b6135d763884b%26market%3DFI%26language%3Den-US"; | ||
const IDENTITY_PROFILE_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu/profile"; | ||
@@ -212,0 +212,0 @@ const SYSTEM_IDS = [100, 200]; |
import type { ContextClass } from "./identity.definition"; | ||
export declare const IDENTITY_JWT_SECRET = "secret"; | ||
export declare const IDENTITY_LOGIN_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu"; | ||
export declare const IDENTITY_LOGIN_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu/login?language=en-US&redirectTo=https://portal-dev1.tmtools.nonprod.public.tmaws.eu/?token%3Dd60ea8b7de8348aeaa3b6135d763884b%26market%3DFI%26language%3Den-US"; | ||
export declare const IDENTITY_PROFILE_URL = "https://identity-dev1.tmtools.nonprod.public.tmaws.eu/profile"; | ||
export declare const SYSTEM_IDS: number[]; | ||
export declare const CONTEXT_CLASSES: ContextClass[]; |
{ | ||
"name": "@ticketmaster/allure-mock", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"author": "Ticketmaster (https://www.ticketmaster.com/)", | ||
@@ -17,3 +17,3 @@ "contributors": [ | ||
"devDependencies": { | ||
"@ticketmaster/allure-command": "^2.5.2" | ||
"@ticketmaster/allure-command": "^2.5.3" | ||
}, | ||
@@ -20,0 +20,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48714