@opengeni/contracts 4.1.0-canary.3 → 4.1.0-canary.4
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/atlassian.js +4 -4
- package/dist/{chunk-O5LEQHDM.js → chunk-ENJTPHKP.js} +2 -2
- package/dist/{chunk-XVJIJAPF.js → chunk-MD2DCRO6.js} +2 -2
- package/dist/{chunk-5LYFSZ7O.js → chunk-YJEOWXOE.js} +8 -8
- package/dist/{chunk-AXDTO6EH.js → chunk-YT6JYSKP.js} +2 -1
- package/dist/chunk-YT6JYSKP.js.map +1 -0
- package/dist/connect.js +4 -4
- package/dist/connection-authority.js +5 -5
- package/dist/editable-artifact-codec-registry.js +2 -2
- package/dist/editable-artifact-live.js +2 -2
- package/dist/editable-artifact-serialized-commit.js +3 -3
- package/dist/editable-artifacts.js +13 -13
- package/dist/google-drive.js +4 -4
- package/dist/host-mcp-bindings.js +5 -5
- package/dist/index.d.ts +5 -0
- package/dist/index.js +15 -15
- package/dist/managed-sign-in-methods.d.ts +56 -0
- package/dist/managed-sign-in-methods.js +46 -0
- package/dist/managed-sign-in-methods.js.map +1 -0
- package/dist/personal-github.js +4 -4
- package/package.json +5 -1
- package/src/index.ts +1 -0
- package/src/managed-sign-in-methods.ts +37 -0
- package/dist/chunk-AXDTO6EH.js.map +0 -1
- /package/dist/{chunk-O5LEQHDM.js.map → chunk-ENJTPHKP.js.map} +0 -0
- /package/dist/{chunk-XVJIJAPF.js.map → chunk-MD2DCRO6.js.map} +0 -0
- /package/dist/{chunk-5LYFSZ7O.js.map → chunk-YJEOWXOE.js.map} +0 -0
package/dist/atlassian.js
CHANGED
|
@@ -17,9 +17,9 @@ import {
|
|
|
17
17
|
AtlassianSyncCadence,
|
|
18
18
|
SaveAtlassianSourcesRequest,
|
|
19
19
|
atlassianScopesAllowRead
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-YT6JYSKP.js";
|
|
21
21
|
import "./chunk-YBW5JSA3.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-ENJTPHKP.js";
|
|
23
23
|
import "./chunk-GRG7PHWQ.js";
|
|
24
24
|
import "./chunk-RKX3NQYS.js";
|
|
25
25
|
import "./chunk-MRWYRAS5.js";
|
|
@@ -29,10 +29,10 @@ import "./chunk-YRKRZ6OF.js";
|
|
|
29
29
|
import "./chunk-JUFK3T4Q.js";
|
|
30
30
|
import "./chunk-M5ZGRVIQ.js";
|
|
31
31
|
import "./chunk-BCS7WHCK.js";
|
|
32
|
-
import "./chunk-
|
|
32
|
+
import "./chunk-YJEOWXOE.js";
|
|
33
33
|
import "./chunk-Y3KNXVTD.js";
|
|
34
|
-
import "./chunk-D2HKF2EF.js";
|
|
35
34
|
import "./chunk-TXTQIYCV.js";
|
|
35
|
+
import "./chunk-D2HKF2EF.js";
|
|
36
36
|
import "./chunk-RIY7GYQS.js";
|
|
37
37
|
import "./chunk-MYBZRDTY.js";
|
|
38
38
|
import "./chunk-PX3VCKAU.js";
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-NVJMJWLL.js";
|
|
7
7
|
import {
|
|
8
8
|
editableArtifactCodecFor
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-YJEOWXOE.js";
|
|
10
10
|
import {
|
|
11
11
|
DOCUMENT_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
12
12
|
DOCUMENT_ARTIFACT_MAX_STRUCTURAL_COUNTER
|
|
@@ -380,4 +380,4 @@ export {
|
|
|
380
380
|
decodeEditableArtifactSerializedCommit,
|
|
381
381
|
assertCanonicalEditableArtifactSerializedCommit
|
|
382
382
|
};
|
|
383
|
-
//# sourceMappingURL=chunk-
|
|
383
|
+
//# sourceMappingURL=chunk-ENJTPHKP.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
SessionTenancyVisibility,
|
|
5
5
|
UserResourceAuthorityGrant,
|
|
6
6
|
UserResourceDelegation
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-YT6JYSKP.js";
|
|
8
8
|
|
|
9
9
|
// src/connection-authority.ts
|
|
10
10
|
import { z } from "zod";
|
|
@@ -345,4 +345,4 @@ export {
|
|
|
345
345
|
ConnectionUseAuditFact,
|
|
346
346
|
ConnectionUseAuthorizationResult
|
|
347
347
|
};
|
|
348
|
-
//# sourceMappingURL=chunk-
|
|
348
|
+
//# sourceMappingURL=chunk-MD2DCRO6.js.map
|
|
@@ -9,6 +9,13 @@ import {
|
|
|
9
9
|
encodeSpreadsheetArtifactKernelProjection,
|
|
10
10
|
encodeSpreadsheetArtifactKernelQuery
|
|
11
11
|
} from "./chunk-Y3KNXVTD.js";
|
|
12
|
+
import {
|
|
13
|
+
SPREADSHEET_ARTIFACT_COMMAND_MAX_BYTES,
|
|
14
|
+
SPREADSHEET_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
15
|
+
assertCanonicalSpreadsheetArtifactCommandBytes,
|
|
16
|
+
decodeSpreadsheetArtifactCommandBatch,
|
|
17
|
+
encodeSpreadsheetArtifactCommandBatch
|
|
18
|
+
} from "./chunk-TXTQIYCV.js";
|
|
12
19
|
import {
|
|
13
20
|
PRESENTATION_ARTIFACT_COMMAND_MAX_BYTES,
|
|
14
21
|
PRESENTATION_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
@@ -27,13 +34,6 @@ import {
|
|
|
27
34
|
encodePresentationArtifactQuery,
|
|
28
35
|
encodePresentationArtifactQueryResponse
|
|
29
36
|
} from "./chunk-D2HKF2EF.js";
|
|
30
|
-
import {
|
|
31
|
-
SPREADSHEET_ARTIFACT_COMMAND_MAX_BYTES,
|
|
32
|
-
SPREADSHEET_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
33
|
-
assertCanonicalSpreadsheetArtifactCommandBytes,
|
|
34
|
-
decodeSpreadsheetArtifactCommandBatch,
|
|
35
|
-
encodeSpreadsheetArtifactCommandBatch
|
|
36
|
-
} from "./chunk-TXTQIYCV.js";
|
|
37
37
|
import {
|
|
38
38
|
DOCUMENT_ARTIFACT_COMMAND_MAX_BYTES,
|
|
39
39
|
DOCUMENT_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
@@ -214,4 +214,4 @@ export {
|
|
|
214
214
|
currentEditableArtifactCompatibility,
|
|
215
215
|
editableArtifactCodecFor
|
|
216
216
|
};
|
|
217
|
-
//# sourceMappingURL=chunk-
|
|
217
|
+
//# sourceMappingURL=chunk-YJEOWXOE.js.map
|
|
@@ -14272,6 +14272,7 @@ var SubmitComposerDraftRequest = ComposerDraft.pick({
|
|
|
14272
14272
|
modelContext: z45.string().trim().min(1).max(32768).optional(),
|
|
14273
14273
|
mcpCredentialUpdates: z45.array(SessionMcpCredentialUpdateInput).optional(),
|
|
14274
14274
|
connectionAuthorities: McpConnectionAuthoritySelections.default([]),
|
|
14275
|
+
selectedHostMcpDelegations: HostMcpCreateSelections.optional(),
|
|
14275
14276
|
personalResourceAttachment: PersonalResourceAttachmentIntent.optional()
|
|
14276
14277
|
}).superRefine(requireEstablishedPersonalResourceEpoch);
|
|
14277
14278
|
var NewSessionDraftOptions = withVariableSetIdAlias({
|
|
@@ -23371,4 +23372,4 @@ export {
|
|
|
23371
23372
|
ClientConfig,
|
|
23372
23373
|
evaluateWorkspaceModelPolicy
|
|
23373
23374
|
};
|
|
23374
|
-
//# sourceMappingURL=chunk-
|
|
23375
|
+
//# sourceMappingURL=chunk-YT6JYSKP.js.map
|