@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 CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  AtlassianSyncCadence,
18
18
  SaveAtlassianSourcesRequest,
19
19
  atlassianScopesAllowRead
20
- } from "./chunk-LYLRPPLD.js";
20
+ } from "./chunk-ICWPNNYY.js";
21
21
  import "./chunk-YBW5JSA3.js";
22
22
  import "./chunk-O5LEQHDM.js";
23
23
  import "./chunk-GRG7PHWQ.js";
@@ -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-LYLRPPLD.js.map
23320
+ //# sourceMappingURL=chunk-ICWPNNYY.js.map