@innspel/core 0.8.0 → 0.9.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/{chunk-3EIBWCTT.js → chunk-YXWPKEC7.js} +3 -3
- package/dist/{chunk-3EIBWCTT.js.map → chunk-YXWPKEC7.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/telemetri.cjs +1 -1
- package/dist/telemetri.cjs.map +1 -1
- package/dist/telemetri.d.cts +1 -1
- package/dist/telemetri.d.ts +1 -1
- package/dist/telemetri.js +1 -1
- package/dist/{typer-BJzuu_WP.d.cts → typer-CC_TqepX.d.cts} +6 -0
- package/dist/{typer-BJzuu_WP.d.ts → typer-CC_TqepX.d.ts} +6 -0
- package/package.json +1 -1
package/dist/telemetri.d.cts
CHANGED
package/dist/telemetri.d.ts
CHANGED
package/dist/telemetri.js
CHANGED
|
@@ -571,6 +571,12 @@ interface OpenFeedbackOptions {
|
|
|
571
571
|
screen?: string;
|
|
572
572
|
/** Start i et bestemt spor og hopp over 2b. */
|
|
573
573
|
track?: 'feil' | 'onske';
|
|
574
|
+
/**
|
|
575
|
+
* Åpne rett i «Mine innspill» (DD-62) — for en egen inngang i vertens profil eller
|
|
576
|
+
* som landingssted for et varsel om statusendring. Ignoreres i anonym modus: det
|
|
577
|
+
* finnes ingen liste å vise, og widgeten åpner som vanlig.
|
|
578
|
+
*/
|
|
579
|
+
view?: 'mine';
|
|
574
580
|
}
|
|
575
581
|
|
|
576
582
|
export type { AttachmentInput as A, CommonPlatform as B, Connectivity as C, ProgramsTask as D, ProgramsProgramView as E, FlushResult as F, SubmissionsReasonCode as G, SubmissionsReplyView as H, InnspelOptions as I, SubmissionsStatusType as J, KnownIssueQuery as K, SubmissionsSubmissionStatus as L, MySubmission as M, SubmissionsSubmissionType as N, OpenFeedbackOptions as O, ProgramsMyPrograms as P, QueuedSubmission as Q, ResolvedSettings as R, SubmissionsSubmissionStatusView as S, TelemetryEvent as T, ProgramsTaskOutcome as U, Telemetry as V, TextMaxLength as W, TelemetryTelemetryBatch as X, ContextInput as a, CaptureInput as b, CaptureResult as c, KnownIssuesKnownIssueCard as d, ProgramsParticipationView as e, ProgramsTaskCompletionCreate as f, ProgramsTaskCompletionView as g, ProgramsFollowUpResponseCreate as h, SubmissionsAttachmentView as i, PatternFinding as j, Presenter as k, CommonErrorCode as l, SubmissionsAttachmentMime as m, AttachmentBody as n, AttachmentOutcome as o, CaptureFeil as p, CaptureOnske as q, CommonCorrelation as r, ProgramsFollowUpKind as s, ProgramsFollowUpView as t, IdentityProvider as u, InnspelStorage as v, ProgramsInvitationView as w, SubmissionsKnownIssueRef as x, KnownIssuesKnownIssueStatus as y, PatternKind as z };
|
|
@@ -571,6 +571,12 @@ interface OpenFeedbackOptions {
|
|
|
571
571
|
screen?: string;
|
|
572
572
|
/** Start i et bestemt spor og hopp over 2b. */
|
|
573
573
|
track?: 'feil' | 'onske';
|
|
574
|
+
/**
|
|
575
|
+
* Åpne rett i «Mine innspill» (DD-62) — for en egen inngang i vertens profil eller
|
|
576
|
+
* som landingssted for et varsel om statusendring. Ignoreres i anonym modus: det
|
|
577
|
+
* finnes ingen liste å vise, og widgeten åpner som vanlig.
|
|
578
|
+
*/
|
|
579
|
+
view?: 'mine';
|
|
574
580
|
}
|
|
575
581
|
|
|
576
582
|
export type { AttachmentInput as A, CommonPlatform as B, Connectivity as C, ProgramsTask as D, ProgramsProgramView as E, FlushResult as F, SubmissionsReasonCode as G, SubmissionsReplyView as H, InnspelOptions as I, SubmissionsStatusType as J, KnownIssueQuery as K, SubmissionsSubmissionStatus as L, MySubmission as M, SubmissionsSubmissionType as N, OpenFeedbackOptions as O, ProgramsMyPrograms as P, QueuedSubmission as Q, ResolvedSettings as R, SubmissionsSubmissionStatusView as S, TelemetryEvent as T, ProgramsTaskOutcome as U, Telemetry as V, TextMaxLength as W, TelemetryTelemetryBatch as X, ContextInput as a, CaptureInput as b, CaptureResult as c, KnownIssuesKnownIssueCard as d, ProgramsParticipationView as e, ProgramsTaskCompletionCreate as f, ProgramsTaskCompletionView as g, ProgramsFollowUpResponseCreate as h, SubmissionsAttachmentView as i, PatternFinding as j, Presenter as k, CommonErrorCode as l, SubmissionsAttachmentMime as m, AttachmentBody as n, AttachmentOutcome as o, CaptureFeil as p, CaptureOnske as q, CommonCorrelation as r, ProgramsFollowUpKind as s, ProgramsFollowUpView as t, IdentityProvider as u, InnspelStorage as v, ProgramsInvitationView as w, SubmissionsKnownIssueRef as x, KnownIssuesKnownIssueStatus as y, PatternKind as z };
|
package/package.json
CHANGED