@opengeni/contracts 2.13.0-canary.3 → 2.13.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.
@@ -133,6 +133,7 @@ export declare const WorkspaceArtifactListQuery: z.ZodObject<{
133
133
  active: "active";
134
134
  archived: "archived";
135
135
  }>>;
136
+ sourceSessionId: z.ZodOptional<z.ZodString>;
136
137
  }, z.core.$strip>;
137
138
  export type WorkspaceArtifactListQuery = z.infer<typeof WorkspaceArtifactListQuery>;
138
139
  export declare const WorkspaceArtifactListResponse: z.ZodObject<{
package/dist/atlassian.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  AtlassianSyncCadence,
18
18
  SaveAtlassianSourcesRequest,
19
19
  atlassianScopesAllowRead
20
- } from "./chunk-UBMKQZJE.js";
20
+ } from "./chunk-DVWNHQL5.js";
21
21
  import "./chunk-YBW5JSA3.js";
22
22
  import "./chunk-6TCVR53X.js";
23
23
  import "./chunk-CM6BMECR.js";
@@ -5043,7 +5043,9 @@ var WorkspaceArtifactEvent = z17.object({
5043
5043
  var WorkspaceArtifactListQuery = z17.object({
5044
5044
  limit: z17.coerce.number().int().positive().max(WORKSPACE_ARTIFACT_LIST_MAX).default(WORKSPACE_ARTIFACT_LIST_DEFAULT),
5045
5045
  cursor: z17.string().min(1).max(WORKSPACE_ARTIFACT_CURSOR_MAX_CHARS).optional(),
5046
- status: WorkspaceArtifactStatus.optional()
5046
+ status: WorkspaceArtifactStatus.optional(),
5047
+ /** Sites created or published by this session, including older versions. */
5048
+ sourceSessionId: z17.string().uuid().optional()
5047
5049
  });
5048
5050
  var WorkspaceArtifactListResponse = z17.object({
5049
5051
  artifacts: z17.array(WorkspaceArtifact).max(WORKSPACE_ARTIFACT_LIST_MAX),
@@ -22015,4 +22017,4 @@ export {
22015
22017
  ClientConfig,
22016
22018
  evaluateWorkspaceModelPolicy
22017
22019
  };
22018
- //# sourceMappingURL=chunk-UBMKQZJE.js.map
22020
+ //# sourceMappingURL=chunk-DVWNHQL5.js.map