@dvina/sdk 4.1.54 → 4.1.59

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.
@@ -102,6 +102,20 @@ var ContentBlockType = /* @__PURE__ */ ((ContentBlockType2) => {
102
102
  ContentBlockType2["ToolCall"] = "ToolCall";
103
103
  return ContentBlockType2;
104
104
  })(ContentBlockType || {});
105
+ var ContextBagRevisionStatus = /* @__PURE__ */ ((ContextBagRevisionStatus2) => {
106
+ ContextBagRevisionStatus2["Claimed"] = "claimed";
107
+ ContextBagRevisionStatus2["Evaluated"] = "evaluated";
108
+ ContextBagRevisionStatus2["Invalidated"] = "invalidated";
109
+ ContextBagRevisionStatus2["Pending"] = "pending";
110
+ return ContextBagRevisionStatus2;
111
+ })(ContextBagRevisionStatus || {});
112
+ var ContextBaggingTaskStatus = /* @__PURE__ */ ((ContextBaggingTaskStatus2) => {
113
+ ContextBaggingTaskStatus2["Claimed"] = "claimed";
114
+ ContextBaggingTaskStatus2["Completed"] = "completed";
115
+ ContextBaggingTaskStatus2["Invalidated"] = "invalidated";
116
+ ContextBaggingTaskStatus2["Pending"] = "pending";
117
+ return ContextBaggingTaskStatus2;
118
+ })(ContextBaggingTaskStatus || {});
105
119
  var DatabaseCatalogOrderByRelevanceFieldEnum = /* @__PURE__ */ ((DatabaseCatalogOrderByRelevanceFieldEnum2) => {
106
120
  DatabaseCatalogOrderByRelevanceFieldEnum2["AuthorName"] = "authorName";
107
121
  DatabaseCatalogOrderByRelevanceFieldEnum2["AuthorUrl"] = "authorUrl";
@@ -303,6 +317,22 @@ var LiveContextStatus = /* @__PURE__ */ ((LiveContextStatus2) => {
303
317
  LiveContextStatus2["Resolved"] = "resolved";
304
318
  return LiveContextStatus2;
305
319
  })(LiveContextStatus || {});
320
+ var LiveContextV2EvaluationAction = /* @__PURE__ */ ((LiveContextV2EvaluationAction2) => {
321
+ LiveContextV2EvaluationAction2["Create"] = "create";
322
+ LiveContextV2EvaluationAction2["NoAction"] = "no_action";
323
+ LiveContextV2EvaluationAction2["Resolve"] = "resolve";
324
+ LiveContextV2EvaluationAction2["Supersede"] = "supersede";
325
+ LiveContextV2EvaluationAction2["Update"] = "update";
326
+ return LiveContextV2EvaluationAction2;
327
+ })(LiveContextV2EvaluationAction || {});
328
+ var LiveContextV2Status = /* @__PURE__ */ ((LiveContextV2Status2) => {
329
+ LiveContextV2Status2["Active"] = "active";
330
+ LiveContextV2Status2["Dismissed"] = "dismissed";
331
+ LiveContextV2Status2["Resolved"] = "resolved";
332
+ LiveContextV2Status2["Stale"] = "stale";
333
+ LiveContextV2Status2["Superseded"] = "superseded";
334
+ return LiveContextV2Status2;
335
+ })(LiveContextV2Status || {});
306
336
  var LocalSandboxDeviceConnectionState = /* @__PURE__ */ ((LocalSandboxDeviceConnectionState2) => {
307
337
  LocalSandboxDeviceConnectionState2["Connected"] = "CONNECTED";
308
338
  LocalSandboxDeviceConnectionState2["Disconnected"] = "DISCONNECTED";
@@ -539,6 +569,52 @@ var ContentMaskFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "Fr
539
569
  var ContentMaskCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContentMaskCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContentMaskCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contentBlockId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contentMasked" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "piiMetadata" } }] } }] };
540
570
  var ContentMaskMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContentMaskMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContentMaskMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contentBlockId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contentMasked" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] };
541
571
  var ContentMaskMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContentMaskMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContentMaskMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contentBlockId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contentMasked" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] };
572
+ var ContextBagFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBag" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBag" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providerMappings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "revisions" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
573
+ var ContextBagContextItemFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagContextItem" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagContextItem" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "affinityScore" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevision" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItem" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "metadata" } }] } }] };
574
+ var ContextBagContextItemAvgAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagContextItemAvgAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagContextItemAvgAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "affinityScore" } }] } }] };
575
+ var ContextBagContextItemCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagContextItemCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagContextItemCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "affinityScore" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "metadata" } }] } }] };
576
+ var ContextBagContextItemMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagContextItemMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagContextItemMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "affinityScore" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItemId" } }] } }] };
577
+ var ContextBagContextItemMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagContextItemMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagContextItemMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "affinityScore" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItemId" } }] } }] };
578
+ var ContextBagContextItemSumAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagContextItemSumAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagContextItemSumAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "affinityScore" } }] } }] };
579
+ var ContextBagCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
580
+ var ContextBagMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
581
+ var ContextBagMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
582
+ var ContextBagProviderMappingFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagProviderMapping" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagProviderMapping" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bag" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "provider" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providerNeighborhoodKey" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
583
+ var ContextBagProviderMappingCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagProviderMappingCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagProviderMappingCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "provider" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providerNeighborhoodKey" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
584
+ var ContextBagProviderMappingMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagProviderMappingMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagProviderMappingMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "provider" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providerNeighborhoodKey" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
585
+ var ContextBagProviderMappingMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagProviderMappingMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagProviderMappingMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "provider" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providerNeighborhoodKey" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
586
+ var ContextBagRelationshipFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRelationship" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRelationship" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevision" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "metadata" } }, { "kind": "Field", "name": { "kind": "Name", "value": "relationType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceContextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetContextItemId" } }] } }] };
587
+ var ContextBagRelationshipCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRelationshipCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRelationshipCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "metadata" } }, { "kind": "Field", "name": { "kind": "Name", "value": "relationType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceContextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetContextItemId" } }] } }] };
588
+ var ContextBagRelationshipMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRelationshipMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRelationshipMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "relationType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceContextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetContextItemId" } }] } }] };
589
+ var ContextBagRelationshipMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRelationshipMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRelationshipMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "relationType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceContextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "targetContextItemId" } }] } }] };
590
+ var ContextBagRevisionFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRevision" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRevision" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "assessment" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "bag" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "capturedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "claimedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "evaluation" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "fingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "relationships" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] };
591
+ var ContextBagRevisionAvgAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRevisionAvgAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRevisionAvgAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }] } }] };
592
+ var ContextBagRevisionCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRevisionCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRevisionCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "capturedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "claimedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] };
593
+ var ContextBagRevisionMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRevisionMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRevisionMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "capturedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "claimedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] };
594
+ var ContextBagRevisionMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRevisionMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRevisionMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "capturedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "claimedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] };
595
+ var ContextBagRevisionSumAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBagRevisionSumAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBagRevisionSumAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }] } }] };
596
+ var ContextBaggingTaskFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBaggingTask" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBaggingTask" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "claimedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "completedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItem" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
597
+ var ContextBaggingTaskCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBaggingTaskCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBaggingTaskCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "claimedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "completedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
598
+ var ContextBaggingTaskMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBaggingTaskMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBaggingTaskMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "claimedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "completedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
599
+ var ContextBaggingTaskMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextBaggingTaskMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextBaggingTaskMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "claimedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "completedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItemId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
600
+ var ContextItemFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextItem" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextItem" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "baggingTask" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "capturedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "metadata" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }] } }] };
601
+ var ContextItemAvgAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextItemAvgAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextItemAvgAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }] } }] };
602
+ var ContextItemCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextItemCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextItemCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "capturedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "metadata" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }] } }] };
603
+ var ContextItemMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextItemMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextItemMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "capturedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }] } }] };
604
+ var ContextItemMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextItemMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextItemMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "capturedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }] } }] };
605
+ var ContextItemSumAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextItemSumAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextItemSumAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revision" } }] } }] };
606
+ var ContextSchedulingAssessmentFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSchedulingAssessment" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSchedulingAssessment" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "assessedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevision" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "features" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "policyVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "priority" } }] } }] };
607
+ var ContextSchedulingAssessmentAvgAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentAvgAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentAvgAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "priority" } }] } }] };
608
+ var ContextSchedulingAssessmentCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "assessedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "features" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "policyVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "priority" } }] } }] };
609
+ var ContextSchedulingAssessmentMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "assessedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "policyVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "priority" } }] } }] };
610
+ var ContextSchedulingAssessmentMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "assessedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "policyVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "priority" } }] } }] };
611
+ var ContextSchedulingAssessmentSumAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentSumAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSchedulingAssessmentSumAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "priority" } }] } }] };
612
+ var ContextSourceFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSource" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSource" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contextItems" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "externalId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revisionCounter" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
613
+ var ContextSourceAvgAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSourceAvgAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSourceAvgAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revisionCounter" } }] } }] };
614
+ var ContextSourceCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSourceCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSourceCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "externalId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revisionCounter" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
615
+ var ContextSourceMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSourceMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSourceMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "externalId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revisionCounter" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
616
+ var ContextSourceMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSourceMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSourceMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "externalId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revisionCounter" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
617
+ var ContextSourceSumAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextSourceSumAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContextSourceSumAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "revisionCounter" } }] } }] };
542
618
  var CreateIntegrationOutputFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "CreateIntegrationOutput" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CreateIntegrationOutput" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "error" } }, { "kind": "Field", "name": { "kind": "Name", "value": "success" } }] } }] };
543
619
  var CubeModelFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "CubeModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CubeModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "model" } }, { "kind": "Field", "name": { "kind": "Name", "value": "table" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] };
544
620
  var CubeModelCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "CubeModelCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "CubeModelCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "model" } }] } }] };
@@ -682,8 +758,16 @@ var LegacyCodeMigrationOutputFragmentDoc = { "kind": "Document", "definitions":
682
758
  var LiveContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContext" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "items" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
683
759
  var LiveContextConnectionFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextConnection" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextConnection" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "nodes" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "LiveContext" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "pageInfo" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "endCursor" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hasNextPage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hasPreviousPage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "startCursor" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContext" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "items" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
684
760
  var LiveContextCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
761
+ var LiveContextEvaluationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextEvaluation" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextEvaluation" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "action" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevision" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "evaluatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inputFingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liveContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "liveContextId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "policyVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "reason" } }, { "kind": "Field", "name": { "kind": "Name", "value": "result" } }] } }] };
762
+ var LiveContextEvaluationCountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextEvaluationCountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextEvaluationCountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "action" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "evaluatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inputFingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liveContextId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "policyVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "reason" } }, { "kind": "Field", "name": { "kind": "Name", "value": "result" } }] } }] };
763
+ var LiveContextEvaluationMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextEvaluationMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextEvaluationMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "action" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "evaluatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inputFingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liveContextId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "policyVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "reason" } }] } }] };
764
+ var LiveContextEvaluationMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextEvaluationMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextEvaluationMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "action" } }, { "kind": "Field", "name": { "kind": "Name", "value": "bagRevisionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "evaluatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inputFingerprint" } }, { "kind": "Field", "name": { "kind": "Name", "value": "liveContextId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "policyVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "reason" } }] } }] };
685
765
  var LiveContextMaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextMaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextMaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
686
766
  var LiveContextMinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextMinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextMinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
767
+ var LiveContextV2FragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextV2" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextV2" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "evaluations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
768
+ var LiveContextV2CountAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextV2CountAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextV2CountAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "_all" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
769
+ var LiveContextV2MaxAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextV2MaxAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextV2MaxAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
770
+ var LiveContextV2MinAggregateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LiveContextV2MinAggregate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LiveContextV2MinAggregate" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "suggestedPrompt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "summary" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workspaceId" } }] } }] };
687
771
  var LocalSandboxDeviceStatusModelFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "LocalSandboxDeviceStatusModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "LocalSandboxDeviceStatusModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deviceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "lastSeenAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }] } }] };
688
772
  var McpAuthUpdateModelFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "McpAuthUpdateModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "McpAuthUpdateModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "authorizationUrl" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "error" } }, { "kind": "Field", "name": { "kind": "Name", "value": "iconUrl" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isCustom" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phase" } }, { "kind": "Field", "name": { "kind": "Name", "value": "provider" } }] } }] };
689
773
  var McpClientInformationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "McpClientInformation" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "McpClientInformation" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "content" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "provider" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] };
@@ -1171,6 +1255,54 @@ exports.ContentMaskCountAggregateFragmentDoc = ContentMaskCountAggregateFragment
1171
1255
  exports.ContentMaskFragmentDoc = ContentMaskFragmentDoc;
1172
1256
  exports.ContentMaskMaxAggregateFragmentDoc = ContentMaskMaxAggregateFragmentDoc;
1173
1257
  exports.ContentMaskMinAggregateFragmentDoc = ContentMaskMinAggregateFragmentDoc;
1258
+ exports.ContextBagContextItemAvgAggregateFragmentDoc = ContextBagContextItemAvgAggregateFragmentDoc;
1259
+ exports.ContextBagContextItemCountAggregateFragmentDoc = ContextBagContextItemCountAggregateFragmentDoc;
1260
+ exports.ContextBagContextItemFragmentDoc = ContextBagContextItemFragmentDoc;
1261
+ exports.ContextBagContextItemMaxAggregateFragmentDoc = ContextBagContextItemMaxAggregateFragmentDoc;
1262
+ exports.ContextBagContextItemMinAggregateFragmentDoc = ContextBagContextItemMinAggregateFragmentDoc;
1263
+ exports.ContextBagContextItemSumAggregateFragmentDoc = ContextBagContextItemSumAggregateFragmentDoc;
1264
+ exports.ContextBagCountAggregateFragmentDoc = ContextBagCountAggregateFragmentDoc;
1265
+ exports.ContextBagFragmentDoc = ContextBagFragmentDoc;
1266
+ exports.ContextBagMaxAggregateFragmentDoc = ContextBagMaxAggregateFragmentDoc;
1267
+ exports.ContextBagMinAggregateFragmentDoc = ContextBagMinAggregateFragmentDoc;
1268
+ exports.ContextBagProviderMappingCountAggregateFragmentDoc = ContextBagProviderMappingCountAggregateFragmentDoc;
1269
+ exports.ContextBagProviderMappingFragmentDoc = ContextBagProviderMappingFragmentDoc;
1270
+ exports.ContextBagProviderMappingMaxAggregateFragmentDoc = ContextBagProviderMappingMaxAggregateFragmentDoc;
1271
+ exports.ContextBagProviderMappingMinAggregateFragmentDoc = ContextBagProviderMappingMinAggregateFragmentDoc;
1272
+ exports.ContextBagRelationshipCountAggregateFragmentDoc = ContextBagRelationshipCountAggregateFragmentDoc;
1273
+ exports.ContextBagRelationshipFragmentDoc = ContextBagRelationshipFragmentDoc;
1274
+ exports.ContextBagRelationshipMaxAggregateFragmentDoc = ContextBagRelationshipMaxAggregateFragmentDoc;
1275
+ exports.ContextBagRelationshipMinAggregateFragmentDoc = ContextBagRelationshipMinAggregateFragmentDoc;
1276
+ exports.ContextBagRevisionAvgAggregateFragmentDoc = ContextBagRevisionAvgAggregateFragmentDoc;
1277
+ exports.ContextBagRevisionCountAggregateFragmentDoc = ContextBagRevisionCountAggregateFragmentDoc;
1278
+ exports.ContextBagRevisionFragmentDoc = ContextBagRevisionFragmentDoc;
1279
+ exports.ContextBagRevisionMaxAggregateFragmentDoc = ContextBagRevisionMaxAggregateFragmentDoc;
1280
+ exports.ContextBagRevisionMinAggregateFragmentDoc = ContextBagRevisionMinAggregateFragmentDoc;
1281
+ exports.ContextBagRevisionStatus = ContextBagRevisionStatus;
1282
+ exports.ContextBagRevisionSumAggregateFragmentDoc = ContextBagRevisionSumAggregateFragmentDoc;
1283
+ exports.ContextBaggingTaskCountAggregateFragmentDoc = ContextBaggingTaskCountAggregateFragmentDoc;
1284
+ exports.ContextBaggingTaskFragmentDoc = ContextBaggingTaskFragmentDoc;
1285
+ exports.ContextBaggingTaskMaxAggregateFragmentDoc = ContextBaggingTaskMaxAggregateFragmentDoc;
1286
+ exports.ContextBaggingTaskMinAggregateFragmentDoc = ContextBaggingTaskMinAggregateFragmentDoc;
1287
+ exports.ContextBaggingTaskStatus = ContextBaggingTaskStatus;
1288
+ exports.ContextItemAvgAggregateFragmentDoc = ContextItemAvgAggregateFragmentDoc;
1289
+ exports.ContextItemCountAggregateFragmentDoc = ContextItemCountAggregateFragmentDoc;
1290
+ exports.ContextItemFragmentDoc = ContextItemFragmentDoc;
1291
+ exports.ContextItemMaxAggregateFragmentDoc = ContextItemMaxAggregateFragmentDoc;
1292
+ exports.ContextItemMinAggregateFragmentDoc = ContextItemMinAggregateFragmentDoc;
1293
+ exports.ContextItemSumAggregateFragmentDoc = ContextItemSumAggregateFragmentDoc;
1294
+ exports.ContextSchedulingAssessmentAvgAggregateFragmentDoc = ContextSchedulingAssessmentAvgAggregateFragmentDoc;
1295
+ exports.ContextSchedulingAssessmentCountAggregateFragmentDoc = ContextSchedulingAssessmentCountAggregateFragmentDoc;
1296
+ exports.ContextSchedulingAssessmentFragmentDoc = ContextSchedulingAssessmentFragmentDoc;
1297
+ exports.ContextSchedulingAssessmentMaxAggregateFragmentDoc = ContextSchedulingAssessmentMaxAggregateFragmentDoc;
1298
+ exports.ContextSchedulingAssessmentMinAggregateFragmentDoc = ContextSchedulingAssessmentMinAggregateFragmentDoc;
1299
+ exports.ContextSchedulingAssessmentSumAggregateFragmentDoc = ContextSchedulingAssessmentSumAggregateFragmentDoc;
1300
+ exports.ContextSourceAvgAggregateFragmentDoc = ContextSourceAvgAggregateFragmentDoc;
1301
+ exports.ContextSourceCountAggregateFragmentDoc = ContextSourceCountAggregateFragmentDoc;
1302
+ exports.ContextSourceFragmentDoc = ContextSourceFragmentDoc;
1303
+ exports.ContextSourceMaxAggregateFragmentDoc = ContextSourceMaxAggregateFragmentDoc;
1304
+ exports.ContextSourceMinAggregateFragmentDoc = ContextSourceMinAggregateFragmentDoc;
1305
+ exports.ContextSourceSumAggregateFragmentDoc = ContextSourceSumAggregateFragmentDoc;
1174
1306
  exports.ContextUsageEventOutputFragmentDoc = ContextUsageEventOutputFragmentDoc;
1175
1307
  exports.ContinueImportedChatDocument = ContinueImportedChatDocument;
1176
1308
  exports.ContinueInterpretationDocument = ContinueInterpretationDocument;
@@ -1441,11 +1573,21 @@ exports.LimitType = LimitType;
1441
1573
  exports.LiveContextConnectionFragmentDoc = LiveContextConnectionFragmentDoc;
1442
1574
  exports.LiveContextCountAggregateFragmentDoc = LiveContextCountAggregateFragmentDoc;
1443
1575
  exports.LiveContextDocument = LiveContextDocument;
1576
+ exports.LiveContextEvaluationCountAggregateFragmentDoc = LiveContextEvaluationCountAggregateFragmentDoc;
1577
+ exports.LiveContextEvaluationFragmentDoc = LiveContextEvaluationFragmentDoc;
1578
+ exports.LiveContextEvaluationMaxAggregateFragmentDoc = LiveContextEvaluationMaxAggregateFragmentDoc;
1579
+ exports.LiveContextEvaluationMinAggregateFragmentDoc = LiveContextEvaluationMinAggregateFragmentDoc;
1444
1580
  exports.LiveContextFragmentDoc = LiveContextFragmentDoc;
1445
1581
  exports.LiveContextMaxAggregateFragmentDoc = LiveContextMaxAggregateFragmentDoc;
1446
1582
  exports.LiveContextMinAggregateFragmentDoc = LiveContextMinAggregateFragmentDoc;
1447
1583
  exports.LiveContextOrderByRelevanceFieldEnum = LiveContextOrderByRelevanceFieldEnum;
1448
1584
  exports.LiveContextStatus = LiveContextStatus;
1585
+ exports.LiveContextV2CountAggregateFragmentDoc = LiveContextV2CountAggregateFragmentDoc;
1586
+ exports.LiveContextV2EvaluationAction = LiveContextV2EvaluationAction;
1587
+ exports.LiveContextV2FragmentDoc = LiveContextV2FragmentDoc;
1588
+ exports.LiveContextV2MaxAggregateFragmentDoc = LiveContextV2MaxAggregateFragmentDoc;
1589
+ exports.LiveContextV2MinAggregateFragmentDoc = LiveContextV2MinAggregateFragmentDoc;
1590
+ exports.LiveContextV2Status = LiveContextV2Status;
1449
1591
  exports.LiveContext_ItemsDocument = LiveContext_ItemsDocument;
1450
1592
  exports.LiveContext_SourceDocument = LiveContext_SourceDocument;
1451
1593
  exports.LiveContext_Source_EvidencesDocument = LiveContext_Source_EvidencesDocument;
@@ -1695,5 +1837,5 @@ exports.WorkspaceDeleteScheduleFragmentDoc = WorkspaceDeleteScheduleFragmentDoc;
1695
1837
  exports.WorkspaceDeleteScheduleMaxAggregateFragmentDoc = WorkspaceDeleteScheduleMaxAggregateFragmentDoc;
1696
1838
  exports.WorkspaceDeleteScheduleMinAggregateFragmentDoc = WorkspaceDeleteScheduleMinAggregateFragmentDoc;
1697
1839
  exports.WorkspaceDeletionScheduleDocument = WorkspaceDeletionScheduleDocument;
1698
- //# sourceMappingURL=chunk-USR4MXFW.cjs.map
1699
- //# sourceMappingURL=chunk-USR4MXFW.cjs.map
1840
+ //# sourceMappingURL=chunk-KSVHC4YE.cjs.map
1841
+ //# sourceMappingURL=chunk-KSVHC4YE.cjs.map