@opengeni/contracts 4.1.0-canary.2 → 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 CHANGED
@@ -17,9 +17,9 @@ import {
17
17
  AtlassianSyncCadence,
18
18
  SaveAtlassianSourcesRequest,
19
19
  atlassianScopesAllowRead
20
- } from "./chunk-DOO675ZE.js";
20
+ } from "./chunk-YT6JYSKP.js";
21
21
  import "./chunk-YBW5JSA3.js";
22
- import "./chunk-O5LEQHDM.js";
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-5LYFSZ7O.js";
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-5LYFSZ7O.js";
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-O5LEQHDM.js.map
383
+ //# sourceMappingURL=chunk-ENJTPHKP.js.map
@@ -4,7 +4,7 @@ import {
4
4
  SessionTenancyVisibility,
5
5
  UserResourceAuthorityGrant,
6
6
  UserResourceDelegation
7
- } from "./chunk-DOO675ZE.js";
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-XG6W2N7R.js.map
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-5LYFSZ7O.js.map
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({
@@ -17687,21 +17688,39 @@ var PluginInstallationSummary = z45.object({
17687
17688
  updatedAt: z45.string().datetime({ offset: true })
17688
17689
  }).strict();
17689
17690
  var ListInstalledPluginsResponse = z45.object({ plugins: z45.array(PluginInstallationSummary).max(1e3) }).strict();
17691
+ var PluginUninstallComponentImpact = z45.object({
17692
+ capabilityId: z45.string().min(1),
17693
+ kind: z45.enum(["skill", "integration", "mcp"]),
17694
+ retainedByOtherOwners: z45.boolean(),
17695
+ name: z45.string().min(1),
17696
+ disposition: z45.enum(["removed", "retained", "inactive"]),
17697
+ retentionReasons: z45.array(
17698
+ z45.enum(["other_owners", "customized", "re_scoped", "registry_unavailable"])
17699
+ ),
17700
+ remainingOwners: z45.array(
17701
+ z45.object({
17702
+ kind: z45.enum(["direct", "plugin", "pack", "migration"]),
17703
+ name: z45.string().min(1)
17704
+ })
17705
+ ),
17706
+ skillId: z45.string().uuid().optional()
17707
+ });
17690
17708
  var PluginUninstallPreview = z45.object({
17691
17709
  pluginKey: z45.string().min(1),
17692
17710
  installed: z45.boolean(),
17693
17711
  version: z45.string().nullable(),
17694
17712
  installationVersion: z45.number().int().positive().nullable(),
17695
- components: z45.array(
17696
- z45.object({
17697
- capabilityId: z45.string().min(1),
17698
- kind: z45.enum(["skill", "integration", "mcp"]),
17699
- retainedByOtherOwners: z45.boolean()
17700
- })
17701
- )
17713
+ previewToken: z45.string().regex(/^[0-9a-f]{64}$/).optional(),
17714
+ components: z45.array(PluginUninstallComponentImpact)
17715
+ }).strict();
17716
+ var PluginUninstallPreviewConflict = z45.object({
17717
+ code: z45.literal("plugin_uninstall_preview_changed"),
17718
+ message: z45.string().min(1),
17719
+ preview: PluginUninstallPreview
17702
17720
  }).strict();
17703
17721
  var UninstallPluginRequest = z45.object({
17704
17722
  expectedInstallationVersion: z45.number().int().positive(),
17723
+ expectedPreviewToken: z45.string().regex(/^[0-9a-f]{64}$/).optional(),
17705
17724
  idempotencyKey: z45.string().uuid()
17706
17725
  }).strict();
17707
17726
  var UninstallPluginResult = z45.object({
@@ -23108,7 +23127,9 @@ export {
23108
23127
  InstalledPlugin,
23109
23128
  PluginInstallationSummary,
23110
23129
  ListInstalledPluginsResponse,
23130
+ PluginUninstallComponentImpact,
23111
23131
  PluginUninstallPreview,
23132
+ PluginUninstallPreviewConflict,
23112
23133
  UninstallPluginRequest,
23113
23134
  UninstallPluginResult,
23114
23135
  SessionBackgroundCommandState,
@@ -23351,4 +23372,4 @@ export {
23351
23372
  ClientConfig,
23352
23373
  evaluateWorkspaceModelPolicy
23353
23374
  };
23354
- //# sourceMappingURL=chunk-DOO675ZE.js.map
23375
+ //# sourceMappingURL=chunk-YT6JYSKP.js.map