@innspel/core 0.9.0 → 0.9.2
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-YXWPKEC7.js → chunk-TFDM3JI7.js} +3 -3
- package/dist/{chunk-YXWPKEC7.js.map → chunk-TFDM3JI7.js.map} +1 -1
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- 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-CC_TqepX.d.cts → typer-B4_pFm8Z.d.cts} +1 -1
- package/dist/{typer-CC_TqepX.d.ts → typer-B4_pFm8Z.d.ts} +1 -1
- package/package.json +1 -1
package/dist/telemetri.d.cts
CHANGED
package/dist/telemetri.d.ts
CHANGED
package/dist/telemetri.js
CHANGED
|
@@ -579,4 +579,4 @@ interface OpenFeedbackOptions {
|
|
|
579
579
|
view?: 'mine';
|
|
580
580
|
}
|
|
581
581
|
|
|
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,
|
|
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, InnspelStorage 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, InnspelOptions as l, CommonErrorCode as m, SubmissionsAttachmentMime as n, AttachmentBody as o, AttachmentOutcome as p, CaptureFeil as q, CaptureOnske as r, CommonCorrelation as s, ProgramsFollowUpKind as t, ProgramsFollowUpView as u, IdentityProvider as v, ProgramsInvitationView as w, SubmissionsKnownIssueRef as x, KnownIssuesKnownIssueStatus as y, PatternKind as z };
|
|
@@ -579,4 +579,4 @@ interface OpenFeedbackOptions {
|
|
|
579
579
|
view?: 'mine';
|
|
580
580
|
}
|
|
581
581
|
|
|
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,
|
|
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, InnspelStorage 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, InnspelOptions as l, CommonErrorCode as m, SubmissionsAttachmentMime as n, AttachmentBody as o, AttachmentOutcome as p, CaptureFeil as q, CaptureOnske as r, CommonCorrelation as s, ProgramsFollowUpKind as t, ProgramsFollowUpView as u, IdentityProvider as v, ProgramsInvitationView as w, SubmissionsKnownIssueRef as x, KnownIssuesKnownIssueStatus as y, PatternKind as z };
|
package/package.json
CHANGED