replicas-cli 0.2.716 → 0.2.717
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/index.cjs +3 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -27439,7 +27439,7 @@ var headlessFilesystemAgentResultSchema = external_exports.object({
|
|
|
27439
27439
|
});
|
|
27440
27440
|
|
|
27441
27441
|
// ../shared/src/cli-version.ts
|
|
27442
|
-
var CLI_VERSION = "0.2.
|
|
27442
|
+
var CLI_VERSION = "0.2.717";
|
|
27443
27443
|
|
|
27444
27444
|
// ../shared/src/version.ts
|
|
27445
27445
|
function compareVersions(v1, v2) {
|
|
@@ -28127,7 +28127,8 @@ var workspaceTokenClaimsSchema = external_exports.object({
|
|
|
28127
28127
|
organization_id: external_exports.string().uuid(),
|
|
28128
28128
|
workspace_id: external_exports.string().uuid(),
|
|
28129
28129
|
environment_id: external_exports.string().uuid(),
|
|
28130
|
-
creator_id: external_exports.string().uuid().nullable()
|
|
28130
|
+
creator_id: external_exports.string().uuid().nullable(),
|
|
28131
|
+
creator_email: external_exports.string().nullable().default(null)
|
|
28131
28132
|
}).passthrough();
|
|
28132
28133
|
var workspaceTokenResponseSchema = external_exports.object({
|
|
28133
28134
|
issuer: external_exports.string(),
|