@claudexor/orchestrator 3.1.2 → 3.3.7-rc.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/dist/attemptFinalize.d.ts +14 -11
- package/dist/attemptFinalize.d.ts.map +1 -1
- package/dist/attemptFinalize.js +41 -14
- package/dist/attemptFinalize.js.map +1 -1
- package/dist/attemptTelemetry.d.ts +7 -0
- package/dist/attemptTelemetry.d.ts.map +1 -1
- package/dist/attemptTelemetry.js +2 -1
- package/dist/attemptTelemetry.js.map +1 -1
- package/dist/attemptUsageCost.d.ts +24 -2
- package/dist/attemptUsageCost.d.ts.map +1 -1
- package/dist/attemptUsageCost.js +18 -2
- package/dist/attemptUsageCost.js.map +1 -1
- package/dist/budgetFailure.d.ts +1 -1
- package/dist/budgetFailure.d.ts.map +1 -1
- package/dist/budgetFailure.js.map +1 -1
- package/dist/candidateEvidence.d.ts +24 -0
- package/dist/candidateEvidence.d.ts.map +1 -1
- package/dist/candidateEvidence.js +26 -0
- package/dist/candidateEvidence.js.map +1 -1
- package/dist/credential-profile-rotation.d.ts +145 -0
- package/dist/credential-profile-rotation.d.ts.map +1 -0
- package/dist/credential-profile-rotation.js +335 -0
- package/dist/credential-profile-rotation.js.map +1 -0
- package/dist/credential-profiles.d.ts +90 -130
- package/dist/credential-profiles.d.ts.map +1 -1
- package/dist/credential-profiles.js +156 -290
- package/dist/credential-profiles.js.map +1 -1
- package/dist/decisionBudget.d.ts +2 -2
- package/dist/decisionBudget.d.ts.map +1 -1
- package/dist/deepScanReducer.d.ts +14 -44
- package/dist/deepScanReducer.d.ts.map +1 -1
- package/dist/deepScanReducer.js +240 -128
- package/dist/deepScanReducer.js.map +1 -1
- package/dist/delegatedHome.d.ts +156 -0
- package/dist/delegatedHome.d.ts.map +1 -0
- package/dist/delegatedHome.js +179 -0
- package/dist/delegatedHome.js.map +1 -0
- package/dist/delegationBudgetAuthority.d.ts.map +1 -1
- package/dist/delegationBudgetAuthority.js.map +1 -1
- package/dist/delegationFailure.d.ts.map +1 -1
- package/dist/git-precondition.d.ts +11 -0
- package/dist/git-precondition.d.ts.map +1 -0
- package/dist/git-precondition.js +69 -0
- package/dist/git-precondition.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/interaction.d.ts +14 -6
- package/dist/interaction.d.ts.map +1 -1
- package/dist/interaction.js +106 -19
- package/dist/interaction.js.map +1 -1
- package/dist/orchestrator.d.ts +64 -83
- package/dist/orchestrator.d.ts.map +1 -1
- package/dist/orchestrator.js +578 -691
- package/dist/orchestrator.js.map +1 -1
- package/dist/planBrief.d.ts +27 -0
- package/dist/planBrief.d.ts.map +1 -0
- package/dist/planBrief.js +42 -0
- package/dist/planBrief.js.map +1 -0
- package/dist/planQuestions.js +4 -1
- package/dist/planQuestions.js.map +1 -1
- package/dist/planRun.d.ts +4 -3
- package/dist/planRun.d.ts.map +1 -1
- package/dist/planRun.js +33 -33
- package/dist/planRun.js.map +1 -1
- package/dist/plannerAttempt.d.ts +64 -0
- package/dist/plannerAttempt.d.ts.map +1 -0
- package/dist/plannerAttempt.js +235 -0
- package/dist/plannerAttempt.js.map +1 -0
- package/dist/policyFindings.js.map +1 -1
- package/dist/requestRequirements.d.ts +43 -3
- package/dist/requestRequirements.d.ts.map +1 -1
- package/dist/requestRequirements.js +106 -13
- package/dist/requestRequirements.js.map +1 -1
- package/dist/reviewerPanel.js.map +1 -1
- package/dist/root-ledger.d.ts.map +1 -1
- package/dist/root-ledger.js +2 -0
- package/dist/root-ledger.js.map +1 -1
- package/dist/run-bounded.d.ts.map +1 -1
- package/dist/run-bounded.js +7 -1
- package/dist/run-bounded.js.map +1 -1
- package/dist/run-input-resolution.d.ts.map +1 -1
- package/dist/run-input-resolution.js +26 -8
- package/dist/run-input-resolution.js.map +1 -1
- package/dist/runEventLog.d.ts +48 -0
- package/dist/runEventLog.d.ts.map +1 -0
- package/dist/runEventLog.js +63 -0
- package/dist/runEventLog.js.map +1 -0
- package/dist/runFacts.d.ts +23 -0
- package/dist/runFacts.d.ts.map +1 -0
- package/dist/runFacts.js +179 -0
- package/dist/runFacts.js.map +1 -0
- package/dist/runFactsBuilder.d.ts +5 -0
- package/dist/runFactsBuilder.d.ts.map +1 -0
- package/dist/runFactsBuilder.js +412 -0
- package/dist/runFactsBuilder.js.map +1 -0
- package/dist/runFactsDeliverable.d.ts +13 -0
- package/dist/runFactsDeliverable.d.ts.map +1 -0
- package/dist/runFactsDeliverable.js +94 -0
- package/dist/runFactsDeliverable.js.map +1 -0
- package/dist/runFactsPresentation.d.ts +7 -0
- package/dist/runFactsPresentation.d.ts.map +1 -0
- package/dist/runFactsPresentation.js +113 -0
- package/dist/runFactsPresentation.js.map +1 -0
- package/dist/runFactsReview.d.ts +7 -0
- package/dist/runFactsReview.d.ts.map +1 -0
- package/dist/runFactsReview.js +63 -0
- package/dist/runFactsReview.js.map +1 -0
- package/dist/runSupport.d.ts +17 -15
- package/dist/runSupport.d.ts.map +1 -1
- package/dist/runSupport.js +16 -0
- package/dist/runSupport.js.map +1 -1
- package/dist/runTerminalContext.d.ts +31 -0
- package/dist/runTerminalContext.d.ts.map +1 -0
- package/dist/runTerminalContext.js +12 -0
- package/dist/runTerminalContext.js.map +1 -0
- package/dist/runTerminalResults.d.ts +80 -0
- package/dist/runTerminalResults.d.ts.map +1 -0
- package/dist/runTerminalResults.js +164 -0
- package/dist/runTerminalResults.js.map +1 -0
- package/dist/runTerminals.d.ts +4 -80
- package/dist/runTerminals.d.ts.map +1 -1
- package/dist/runTerminals.js +357 -260
- package/dist/runTerminals.js.map +1 -1
- package/dist/secretDiff.d.ts +3 -0
- package/dist/secretDiff.d.ts.map +1 -1
- package/dist/secretDiff.js +7 -0
- package/dist/secretDiff.js.map +1 -1
- package/dist/structuredOutput.d.ts.map +1 -1
- package/dist/structuredOutput.js.map +1 -1
- package/dist/task-contract-builder.d.ts +35 -0
- package/dist/task-contract-builder.d.ts.map +1 -0
- package/dist/task-contract-builder.js +114 -0
- package/dist/task-contract-builder.js.map +1 -0
- package/dist/transientClassify.js.map +1 -1
- package/package.json +17 -17
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import type { CredentialProfile, HarnessEvent,
|
|
1
|
+
import type { AuthPreference, AuthSourceReadiness, CredentialProfile, CredentialProfileStatus, HarnessEvent, QuotaAbsence, QuotaSnapshot } from "@claudexor/schema";
|
|
2
|
+
import { type ProfilePolicy } from "./credential-profile-rotation.js";
|
|
3
|
+
export { nextEligibleProfile, planReactiveRotation, preflightCredentialProfile, preflightDefaultSubject, profileHeadroomBreach, rotateSpecOnTypedLimit, rotationRetryEligible, staticRotationCandidates, type ProfilePolicy, } from "./credential-profile-rotation.js";
|
|
2
4
|
/**
|
|
3
5
|
* The ONE resolve owner for credential profiles (INV-135): explicit id →
|
|
4
6
|
* durable registry entry for exactly this harness. Unknown, disabled, or
|
|
@@ -10,58 +12,104 @@ export declare function selectedProfileAvailability(input: {
|
|
|
10
12
|
registry: readonly CredentialProfile[];
|
|
11
13
|
profileId?: string | null;
|
|
12
14
|
harnessId: string;
|
|
13
|
-
probe?: (profile: CredentialProfile) => Promise<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
probe?: (profile: CredentialProfile) => Promise<CredentialProfileStatus>;
|
|
16
|
+
/** The quota poller's authenticated vendor evidence, when the caller holds
|
|
17
|
+
* it. Omitting it admits on the LOCAL store alone — which is the reading of
|
|
18
|
+
* `verification: passed` that let a run dispatch into a revoked token. */
|
|
19
|
+
quota?: VendorQuotaObservations | null;
|
|
18
20
|
}): Promise<string | null>;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
21
|
+
/** What the quota poller's last authenticated vendor contact says about ONE
|
|
22
|
+
* credential subject's liveness. Null = the poller has no verdict to offer. */
|
|
23
|
+
export type VendorCredentialObservation = {
|
|
24
|
+
outcome: "honored";
|
|
25
|
+
observed_at: string;
|
|
26
|
+
} | {
|
|
27
|
+
outcome: "revoked";
|
|
28
|
+
observed_at: string;
|
|
29
|
+
detail: string;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* The poller's verdict for one profile, if it has one (INV-135 honesty).
|
|
33
|
+
*
|
|
34
|
+
* The quota poller ALREADY calls the vendor once a minute with each profile's
|
|
35
|
+
* own token; a fresh snapshot from such a call means the credential was
|
|
36
|
+
* honored, and a typed `auth_revoked` absence means it was rejected. Reading
|
|
37
|
+
* that existing evidence is why profile verification can be live without a
|
|
38
|
+
* probe run — a config-dir login has no cheaper liveness test than spending
|
|
39
|
+
* quota on a mini-run, so building one would cost exactly what it measures.
|
|
40
|
+
*/
|
|
41
|
+
export declare function vendorCredentialObservation(quota: {
|
|
42
|
+
snapshots: readonly QuotaSnapshot[];
|
|
43
|
+
absences: readonly QuotaAbsence[];
|
|
44
|
+
}, harnessId: string, profileId: string): VendorCredentialObservation | null;
|
|
31
45
|
/**
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
46
|
+
* Overlay the vendor's verdict onto a locally-probed profile status, so
|
|
47
|
+
* `verification` means what a router assumes it means.
|
|
48
|
+
*
|
|
49
|
+
* The overlay may DOWNGRADE freely — a rejected credential is a fact the local
|
|
50
|
+
* store cannot see, and it is exactly the case that made a `passed` profile
|
|
51
|
+
* fail a run one minute later. It may not UPGRADE: a local probe that already
|
|
52
|
+
* said "this dir is logged in under the wrong method" knows something the usage
|
|
53
|
+
* endpoint does not, so a successful vendor call only re-stamps provenance on
|
|
54
|
+
* an already-passing verdict. Absent a verdict the status is returned
|
|
55
|
+
* untouched, still declaring `local_store`.
|
|
35
56
|
*/
|
|
36
|
-
export declare function
|
|
57
|
+
export declare function withVendorCredentialObservation(status: CredentialProfileStatus, observation: VendorCredentialObservation | null): CredentialProfileStatus;
|
|
58
|
+
/** The quota poller's evidence for every subject: what an authenticated vendor
|
|
59
|
+
* call last returned, and which subjects it could not answer for. */
|
|
60
|
+
export interface VendorQuotaObservations {
|
|
61
|
+
snapshots: readonly QuotaSnapshot[];
|
|
62
|
+
absences: readonly QuotaAbsence[];
|
|
63
|
+
}
|
|
37
64
|
/**
|
|
38
|
-
* The
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
* the
|
|
46
|
-
*
|
|
47
|
-
* subscription entitlement, bypassing a finite cash cap.
|
|
65
|
+
* The vendor-verified reading of ONE probed profile status — the single
|
|
66
|
+
* composition behind every consumer of `profileStatusAdmits`: run admission,
|
|
67
|
+
* rotation readiness, and the accounts projection. Keeping the overlay in one
|
|
68
|
+
* place is the point: applying it on the listing branch alone is what let the
|
|
69
|
+
* Accounts card say `revoked` while the router dispatched into the same token.
|
|
70
|
+
*
|
|
71
|
+
* `probeCredentialProfileStatus` guarantees the status carries its own
|
|
72
|
+
* profile's identity, so the subject is read from the status itself. Without
|
|
73
|
+
* quota evidence the local verdict stands untouched.
|
|
48
74
|
*/
|
|
49
|
-
export declare function
|
|
75
|
+
export declare function vendorVerifiedProfileStatus(status: CredentialProfileStatus, quota: VendorQuotaObservations | null | undefined): CredentialProfileStatus;
|
|
76
|
+
/** One readiness predicate shared by run admission and accounts projection. */
|
|
77
|
+
export declare function profileStatusAdmits(profile: Pick<CredentialProfile, "credential_kind">, result: {
|
|
78
|
+
availability: string;
|
|
79
|
+
verification: string;
|
|
80
|
+
}): boolean;
|
|
81
|
+
/** One fail-closed profile doctor wrapper shared by Accounts and runtime
|
|
82
|
+
* selection. Probe failures are readiness facts, never selector exceptions. */
|
|
83
|
+
export declare function probeCredentialProfileStatus(profile: CredentialProfile, probe?: (profile: CredentialProfile) => Promise<CredentialProfileStatus>): Promise<CredentialProfileStatus>;
|
|
84
|
+
/** Same precedence used by run admission: the first explicit route wins;
|
|
85
|
+
* `auto` means fall through rather than shadow a more general setting. */
|
|
86
|
+
export declare function effectiveAuthPreference(...values: Array<AuthPreference | null | undefined>): AuthPreference;
|
|
87
|
+
/** Fresh effective route for the unprofiled/default subject in Accounts. The
|
|
88
|
+
* gateway status proves aggregate intent readiness; the schema auth estimator
|
|
89
|
+
* then chooses the exact usable source under the same configured preference as
|
|
90
|
+
* run admission. Returning the route (not merely a bool) keeps next_up labels
|
|
91
|
+
* truthful when a native-capable harness falls back to an API key. */
|
|
92
|
+
export declare function defaultCredentialRoute(status: {
|
|
93
|
+
status: "ok" | "degraded" | "unavailable";
|
|
94
|
+
routableIntents: readonly unknown[];
|
|
95
|
+
authSources: readonly AuthSourceReadiness[];
|
|
96
|
+
}, requested: AuthPreference): "local_session" | "api_key" | null;
|
|
50
97
|
/** The informational identity an UNPINNED run of a harness would route to next
|
|
51
98
|
* (INV-135 `next_up`) — the same routing owner that admits and rotates runs,
|
|
52
99
|
* exposed for the accounts projection so no surface re-derives it. Never gates
|
|
53
100
|
* routing: explicit control is a per-run `--profile` / per-thread pin.
|
|
54
101
|
*
|
|
55
102
|
* Semantics mirror run-time admission: an unpinned run's default subject is the
|
|
56
|
-
*
|
|
103
|
+
* unprofiled/default credential when it participates in the ladder; enabled profiles route
|
|
57
104
|
* only by explicit pin or, under `rotate`, as the quota-failover target when the
|
|
58
|
-
*
|
|
105
|
+
* default subject is already over headroom. A disabled default leaves an
|
|
59
106
|
* unpinned run with nothing routable. */
|
|
60
107
|
export type NextUpIdentity = {
|
|
61
108
|
kind: "profile";
|
|
62
109
|
profileId: string;
|
|
63
110
|
} | {
|
|
64
111
|
kind: "native";
|
|
112
|
+
route: "local_session" | "api_key";
|
|
65
113
|
} | {
|
|
66
114
|
kind: "none";
|
|
67
115
|
reason: string;
|
|
@@ -71,76 +119,14 @@ export declare function nextUpIdentity(args: {
|
|
|
71
119
|
harnessId: string;
|
|
72
120
|
policy: ProfilePolicy;
|
|
73
121
|
snapshots: readonly QuotaSnapshot[];
|
|
74
|
-
|
|
122
|
+
defaultEnabled: boolean;
|
|
123
|
+
/** Fresh doctor/admission truth for the unprofiled default subject. */
|
|
124
|
+
defaultReady: boolean;
|
|
125
|
+
/** Effective source route of that default subject under configured auth preference. */
|
|
126
|
+
defaultRoute: "local_session" | "api_key" | null;
|
|
127
|
+
/** Profiles admitted by their fresh profile doctor probe in this snapshot. */
|
|
128
|
+
readyProfileIds: ReadonlySet<string>;
|
|
75
129
|
}): NextUpIdentity;
|
|
76
|
-
/**
|
|
77
|
-
* `rotation_retry_eligible` (sol #30): a failover retry is allowed ONLY when
|
|
78
|
-
* the attempt saw a TYPED vendor limit AND produced no deliverable and no
|
|
79
|
-
* workspace mutation — a partially-acted attempt never silently reruns.
|
|
80
|
-
*/
|
|
81
|
-
export declare function rotationRetryEligible(input: {
|
|
82
|
-
sawTypedLimit: boolean;
|
|
83
|
-
deliverableEmpty: boolean;
|
|
84
|
-
}): boolean;
|
|
85
|
-
type EmitFn = (type: "route.profile.headroom_exceeded" | "route.profile.rotated" | "route.profile.rotation_exhausted", payload: Record<string, unknown>) => void;
|
|
86
|
-
/**
|
|
87
|
-
* `profile_headroom_preflight` (W5.4): BEFORE spawn, the selected profile's
|
|
88
|
-
* freshest quota windows are checked against the policy threshold. A breach
|
|
89
|
-
* is always a typed event; `rotate` swaps to the next eligible profile with
|
|
90
|
-
* provenance, `ask`/`fail` proceed on the selected profile — the runtime
|
|
91
|
-
* `vendor_limit_rejected` evidence stays the terminating truth.
|
|
92
|
-
*/
|
|
93
|
-
export declare function preflightCredentialProfile(args: {
|
|
94
|
-
profile: CredentialProfile;
|
|
95
|
-
harnessId: string;
|
|
96
|
-
policy: ProfilePolicy;
|
|
97
|
-
registry: readonly CredentialProfile[];
|
|
98
|
-
snapshots: readonly QuotaSnapshot[];
|
|
99
|
-
emit: EmitFn;
|
|
100
|
-
}): CredentialProfile;
|
|
101
|
-
/**
|
|
102
|
-
* Default-subject start selection (INV-135, owner scope "auto-balance"): when
|
|
103
|
-
* NO profile is pinned, the policy is `rotate`, and the DEFAULT store's own
|
|
104
|
-
* fresh quota window is at/over the headroom bound, pick the first eligible
|
|
105
|
-
* SUBSCRIPTION profile instead of spawning into a near-certain vendor limit.
|
|
106
|
-
* Strictly opt-in: `fail`/`ask` keep today's default-user behavior untouched
|
|
107
|
-
* (the profile engine's fail action governs PINNED profiles only — throwing
|
|
108
|
-
* here would brick every default user at 90% quota). Unknown or stale usage
|
|
109
|
-
* never rotates.
|
|
110
|
-
*/
|
|
111
|
-
export declare function preflightDefaultSubject(args: {
|
|
112
|
-
harnessId: string;
|
|
113
|
-
policy: ProfilePolicy;
|
|
114
|
-
registry: readonly CredentialProfile[];
|
|
115
|
-
snapshots: readonly QuotaSnapshot[];
|
|
116
|
-
emit: EmitFn;
|
|
117
|
-
}): CredentialProfile | null;
|
|
118
|
-
/**
|
|
119
|
-
* Reactive failover plan (`vendor_limit_rejected`, W5.4): rotation fires ONLY
|
|
120
|
-
* on the typed predicate under a `rotate` policy, marks the current profile
|
|
121
|
-
* tried (at most once per attempt each), and returns the next target with
|
|
122
|
-
* provenance already emitted — or null when the attempt must fail as-is.
|
|
123
|
-
* `currentProfile: null` is the DEFAULT subject: allowed ONLY when the caller
|
|
124
|
-
* proves the attempt's pre-spawn route was vendor_native (a metered default
|
|
125
|
-
* hitting a limit is a budget fact, not a subscription to fail over from).
|
|
126
|
-
*/
|
|
127
|
-
export declare function planReactiveRotation(args: {
|
|
128
|
-
currentProfile: CredentialProfile | null;
|
|
129
|
-
defaultRouteWasVendorNative?: boolean;
|
|
130
|
-
harnessId: string;
|
|
131
|
-
attemptId: string;
|
|
132
|
-
policy: ProfilePolicy;
|
|
133
|
-
registry: readonly CredentialProfile[];
|
|
134
|
-
snapshots: readonly QuotaSnapshot[];
|
|
135
|
-
triedProfiles: Set<string>;
|
|
136
|
-
sawTypedLimit: boolean;
|
|
137
|
-
deliverableEmpty: boolean;
|
|
138
|
-
lastLimit: {
|
|
139
|
-
retryDelayMs: number | null;
|
|
140
|
-
resetsAt: string | null;
|
|
141
|
-
} | null;
|
|
142
|
-
emit: EmitFn;
|
|
143
|
-
}): CredentialProfile | null;
|
|
144
130
|
/**
|
|
145
131
|
* INV-135 at the engine boundary: a cached vendor session resumes ONLY under
|
|
146
132
|
* exactly the profile it was recorded with (null-default equality included) —
|
|
@@ -159,30 +145,4 @@ export declare function resumeSessionForProfile(cached: {
|
|
|
159
145
|
export declare function observeNativeSessionEvent(input: {
|
|
160
146
|
onSessionObserved?: (harnessId: string, nativeSessionId: string, observedModel?: string | null, profileId?: string | null) => void;
|
|
161
147
|
} | undefined, harnessId: string, ev: HarnessEvent): void;
|
|
162
|
-
/**
|
|
163
|
-
* Shared reactive-failover step for BOTH lanes: given the attempt's typed
|
|
164
|
-
* evidence, plan a rotation and rebuild the spec on a NEW vendor session
|
|
165
|
-
* under the next profile — or return null when the attempt must fail as-is.
|
|
166
|
-
*/
|
|
167
|
-
export declare function rotateSpecOnTypedLimit(args: {
|
|
168
|
-
spec: HarnessRunSpec;
|
|
169
|
-
harnessId: string;
|
|
170
|
-
attemptId: string;
|
|
171
|
-
policy: ProfilePolicy;
|
|
172
|
-
registry: readonly CredentialProfile[];
|
|
173
|
-
snapshots: readonly QuotaSnapshot[];
|
|
174
|
-
triedProfiles: Set<string>;
|
|
175
|
-
sawTypedLimit: boolean;
|
|
176
|
-
deliverableEmpty: boolean;
|
|
177
|
-
lastLimit: {
|
|
178
|
-
retryDelayMs: number | null;
|
|
179
|
-
resetsAt: string | null;
|
|
180
|
-
} | null;
|
|
181
|
-
emit: EmitFn;
|
|
182
|
-
newSessionId: () => string;
|
|
183
|
-
/** Pre-spawn route estimate for a profile-less spec: default-subject
|
|
184
|
-
* rotation is allowed ONLY off a vendor_native attempt. */
|
|
185
|
-
defaultRouteWasVendorNative?: boolean;
|
|
186
|
-
}): HarnessRunSpec | null;
|
|
187
|
-
export {};
|
|
188
148
|
//# sourceMappingURL=credential-profiles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credential-profiles.d.ts","sourceRoot":"","sources":["../src/credential-profiles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,YAAY,EACZ,
|
|
1
|
+
{"version":3,"file":"credential-profiles.d.ts","sourceRoot":"","sources":["../src/credential-profiles.ts"],"names":[],"mappings":"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"}
|