@plyaz/config 1.7.15 → 1.7.16

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.
@@ -1,36 +0,0 @@
1
- /**
2
- * Logical context identifiers for all router-related components.
3
- * These are used for consistent structured logging and error context.
4
- */
5
- export declare const ROUTER_CONTEXT: {
6
- readonly core: "RouterStrategy";
7
- readonly rules: "RuleEvaluator";
8
- readonly config: "RoutingConfig";
9
- readonly factory: "AdapterFactory";
10
- readonly cache: "AdapterCache";
11
- readonly provider: "ProviderSelector";
12
- readonly region: "RegionResolver";
13
- readonly compliance: "ComplianceChecker";
14
- readonly abtest: "ABTestingModule";
15
- readonly default: "DefaultProviderSelector";
16
- };
17
- export type RouterContextKey = keyof typeof ROUTER_CONTEXT;
18
- /**
19
- * Router-specific log and error messages
20
- */
21
- export declare const routerMessages: {
22
- readonly invalidProvider: () => string;
23
- readonly providerSelected: (provider: string) => string;
24
- readonly fallbackToDefault: () => string;
25
- readonly adapterCached: (provider: string) => string;
26
- readonly adapterCreated: (provider: string) => string;
27
- readonly adapterCreationFailed: (err: unknown) => string;
28
- readonly providerSelectionFailed: (err: unknown) => string;
29
- readonly invalidRuleExpression: (ruleId: string, err: unknown) => string;
30
- readonly ruleFailed: (ruleName: string, err: unknown) => string;
31
- readonly invalidRoutingConfig: (err: unknown) => string;
32
- readonly missingRegionConfig: (region?: string) => string;
33
- readonly complianceCheckFailed: (region?: string, err?: unknown) => string;
34
- };
35
- export type RouterMessageKey = keyof typeof routerMessages;
36
- //# sourceMappingURL=routers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"routers.d.ts","sourceRoot":"","sources":["../../src/payments/routers.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;CAWjB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,cAAc,CAAC;AAE3D;;GAEG;AACH,eAAO,MAAM,cAAc;oCAEJ,MAAM;0CAEE,MAAM,KAAG,MAAM;sCAGrB,MAAM;uCAGH,MAAM,KAAG,MAAM;wCAGd,MAAM,KAAG,MAAM;0CAGb,OAAO,KAAG,MAAM;4CAId,OAAO,KAAG,MAAM;6CAIf,MAAM,OAAO,OAAO,KAAG,MAAM;oCAGtC,MAAM,OAAO,OAAO,KAAG,MAAM;yCAIxB,OAAO,KAAG,MAAM;4CAGb,MAAM,KAAG,MAAM;8CAGb,MAAM,QAAQ,OAAO,KAAG,MAAM;CAEvD,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,cAAc,CAAC"}