@opengeni/contracts 4.1.0-canary.0 → 4.1.0-canary.1
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 +1 -1
- package/dist/{chunk-LYLRPPLD.js → chunk-ICWPNNYY.js} +5 -1
- package/dist/chunk-ICWPNNYY.js.map +1 -0
- package/dist/{chunk-3VE3323E.js → chunk-LEA2GHWL.js} +2 -2
- package/dist/connect.js +1 -1
- package/dist/connection-authority.js +2 -2
- package/dist/google-drive.js +1 -1
- package/dist/host-mcp-bindings.js +2 -2
- package/dist/index.d.ts +11 -0
- package/dist/index.js +1 -1
- package/dist/personal-github.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +4 -0
- package/dist/chunk-LYLRPPLD.js.map +0 -1
- /package/dist/{chunk-3VE3323E.js.map → chunk-LEA2GHWL.js.map} +0 -0
package/dist/atlassian.js
CHANGED
|
@@ -17972,6 +17972,10 @@ var SessionListResponse = /* @__PURE__ */ defineSkillContractSchema(
|
|
|
17972
17972
|
() => z44.object({
|
|
17973
17973
|
pinned: z44.array(Session),
|
|
17974
17974
|
filtersApplied: z44.literal(true).optional(),
|
|
17975
|
+
/** Effective server ordering; name uses ASCII-space trim, ASCII case fold,
|
|
17976
|
+
* UTF-8 byte order, then id ASC. Date keys and their id ties use DESC. */
|
|
17977
|
+
sortBy: z44.enum(["updatedAt", "createdAt", "name", "archivedAt"]).optional(),
|
|
17978
|
+
archiveStatus: z44.enum(["active", "archived", "all"]).optional(),
|
|
17975
17979
|
originSiteId: z44.string().uuid().optional(),
|
|
17976
17980
|
/** True when older matching pins were omitted from this bounded page. */
|
|
17977
17981
|
pinnedTruncated: z44.boolean().optional(),
|
|
@@ -23313,4 +23317,4 @@ export {
|
|
|
23313
23317
|
ClientConfig,
|
|
23314
23318
|
evaluateWorkspaceModelPolicy
|
|
23315
23319
|
};
|
|
23316
|
-
//# sourceMappingURL=chunk-
|
|
23320
|
+
//# sourceMappingURL=chunk-ICWPNNYY.js.map
|