@postman/sdk-config 0.2.0 → 0.3.0

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.
@@ -1259,9 +1259,24 @@ declare const publishConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1259
1259
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1260
1260
  */
1261
1261
  credentialsRef: z.ZodOptional<z.ZodString>;
1262
+ /**
1263
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1264
+ * fall back to target.sdkVersion.
1265
+ */
1266
+ version: z.ZodOptional<z.ZodString>;
1262
1267
  releaseBranch: z.ZodOptional<z.ZodString>;
1263
1268
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1269
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1270
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1271
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1272
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1264
1273
  registry: z.ZodLiteral<"npm">;
1274
+ /** Environment variable name containing the npm registry token. */
1275
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
1276
+ /** Write npm package metadata as private when the publisher creates/updates package.json. */
1277
+ isPackagePrivate: z.ZodOptional<z.ZodBoolean>;
1278
+ /** Also publish the TypeScript package to JSR from the npm publishing path. */
1279
+ publishToJsr: z.ZodOptional<z.ZodBoolean>;
1265
1280
  }, z.core.$strict>, z.ZodObject<{
1266
1281
  url: z.ZodOptional<z.ZodString>;
1267
1282
  /**
@@ -1269,9 +1284,20 @@ declare const publishConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1269
1284
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1270
1285
  */
1271
1286
  credentialsRef: z.ZodOptional<z.ZodString>;
1287
+ /**
1288
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1289
+ * fall back to target.sdkVersion.
1290
+ */
1291
+ version: z.ZodOptional<z.ZodString>;
1272
1292
  releaseBranch: z.ZodOptional<z.ZodString>;
1273
1293
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1294
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1295
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1296
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1297
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1274
1298
  registry: z.ZodLiteral<"pypi">;
1299
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
1300
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1275
1301
  }, z.core.$strict>, z.ZodObject<{
1276
1302
  url: z.ZodOptional<z.ZodString>;
1277
1303
  /**
@@ -1279,9 +1305,19 @@ declare const publishConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1279
1305
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1280
1306
  */
1281
1307
  credentialsRef: z.ZodOptional<z.ZodString>;
1308
+ /**
1309
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1310
+ * fall back to target.sdkVersion.
1311
+ */
1312
+ version: z.ZodOptional<z.ZodString>;
1282
1313
  releaseBranch: z.ZodOptional<z.ZodString>;
1283
1314
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1315
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1316
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1317
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1318
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1284
1319
  registry: z.ZodLiteral<"nuget">;
1320
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1285
1321
  }, z.core.$strict>, z.ZodObject<{
1286
1322
  url: z.ZodOptional<z.ZodString>;
1287
1323
  /**
@@ -1289,9 +1325,17 @@ declare const publishConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1289
1325
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1290
1326
  */
1291
1327
  credentialsRef: z.ZodOptional<z.ZodString>;
1328
+ /**
1329
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1330
+ * fall back to target.sdkVersion.
1331
+ */
1332
+ version: z.ZodOptional<z.ZodString>;
1292
1333
  releaseBranch: z.ZodOptional<z.ZodString>;
1293
1334
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1335
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1336
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1294
1337
  registry: z.ZodLiteral<"rubygems">;
1338
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1295
1339
  }, z.core.$strict>, z.ZodObject<{
1296
1340
  url: z.ZodOptional<z.ZodString>;
1297
1341
  /**
@@ -1299,9 +1343,17 @@ declare const publishConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1299
1343
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1300
1344
  */
1301
1345
  credentialsRef: z.ZodOptional<z.ZodString>;
1346
+ /**
1347
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1348
+ * fall back to target.sdkVersion.
1349
+ */
1350
+ version: z.ZodOptional<z.ZodString>;
1302
1351
  releaseBranch: z.ZodOptional<z.ZodString>;
1303
1352
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1353
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1354
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1304
1355
  registry: z.ZodLiteral<"crates">;
1356
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
1305
1357
  }, z.core.$strict>, z.ZodObject<{
1306
1358
  url: z.ZodOptional<z.ZodString>;
1307
1359
  /**
@@ -1309,8 +1361,15 @@ declare const publishConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1309
1361
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1310
1362
  */
1311
1363
  credentialsRef: z.ZodOptional<z.ZodString>;
1364
+ /**
1365
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1366
+ * fall back to target.sdkVersion.
1367
+ */
1368
+ version: z.ZodOptional<z.ZodString>;
1312
1369
  releaseBranch: z.ZodOptional<z.ZodString>;
1313
1370
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1371
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1372
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1314
1373
  registry: z.ZodLiteral<"go">;
1315
1374
  }, z.core.$strict>, z.ZodObject<{
1316
1375
  url: z.ZodOptional<z.ZodString>;
@@ -1319,8 +1378,15 @@ declare const publishConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1319
1378
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1320
1379
  */
1321
1380
  credentialsRef: z.ZodOptional<z.ZodString>;
1381
+ /**
1382
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1383
+ * fall back to target.sdkVersion.
1384
+ */
1385
+ version: z.ZodOptional<z.ZodString>;
1322
1386
  releaseBranch: z.ZodOptional<z.ZodString>;
1323
1387
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1388
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1389
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1324
1390
  registry: z.ZodLiteral<"composer">;
1325
1391
  }, z.core.$strict>, z.ZodObject<{
1326
1392
  url: z.ZodOptional<z.ZodString>;
@@ -1329,9 +1395,26 @@ declare const publishConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1329
1395
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1330
1396
  */
1331
1397
  credentialsRef: z.ZodOptional<z.ZodString>;
1398
+ /**
1399
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1400
+ * fall back to target.sdkVersion.
1401
+ */
1402
+ version: z.ZodOptional<z.ZodString>;
1332
1403
  releaseBranch: z.ZodOptional<z.ZodString>;
1333
1404
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1405
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1406
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1334
1407
  registry: z.ZodLiteral<"maven">;
1408
+ /** Maven coordinate in groupId:artifactId form when consumers need the combined value. */
1409
+ coordinate: z.ZodOptional<z.ZodString>;
1410
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
1411
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1412
+ mavenUrlEnvironmentVariable: z.ZodOptional<z.ZodString>;
1413
+ signatureEnvironmentVariables: z.ZodOptional<z.ZodObject<{
1414
+ keyIdEnvironmentVariable: z.ZodOptional<z.ZodString>;
1415
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1416
+ secretKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1417
+ }, z.core.$strict>>;
1335
1418
  /**
1336
1419
  * Reference to Maven signing credentials. Raw signing keys are intentionally not part of SDK
1337
1420
  * Config IR; the external publisher or orchestrator resolves this reference before use.
@@ -1358,9 +1441,24 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1358
1441
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1359
1442
  */
1360
1443
  credentialsRef: z.ZodOptional<z.ZodString>;
1444
+ /**
1445
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1446
+ * fall back to target.sdkVersion.
1447
+ */
1448
+ version: z.ZodOptional<z.ZodString>;
1361
1449
  releaseBranch: z.ZodOptional<z.ZodString>;
1362
1450
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1451
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1452
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1453
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1454
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1363
1455
  registry: z.ZodLiteral<"npm">;
1456
+ /** Environment variable name containing the npm registry token. */
1457
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
1458
+ /** Write npm package metadata as private when the publisher creates/updates package.json. */
1459
+ isPackagePrivate: z.ZodOptional<z.ZodBoolean>;
1460
+ /** Also publish the TypeScript package to JSR from the npm publishing path. */
1461
+ publishToJsr: z.ZodOptional<z.ZodBoolean>;
1364
1462
  }, z.core.$strict>, z.ZodObject<{
1365
1463
  url: z.ZodOptional<z.ZodString>;
1366
1464
  /**
@@ -1368,9 +1466,20 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1368
1466
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1369
1467
  */
1370
1468
  credentialsRef: z.ZodOptional<z.ZodString>;
1469
+ /**
1470
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1471
+ * fall back to target.sdkVersion.
1472
+ */
1473
+ version: z.ZodOptional<z.ZodString>;
1371
1474
  releaseBranch: z.ZodOptional<z.ZodString>;
1372
1475
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1476
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1477
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1478
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1479
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1373
1480
  registry: z.ZodLiteral<"pypi">;
1481
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
1482
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1374
1483
  }, z.core.$strict>, z.ZodObject<{
1375
1484
  url: z.ZodOptional<z.ZodString>;
1376
1485
  /**
@@ -1378,9 +1487,19 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1378
1487
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1379
1488
  */
1380
1489
  credentialsRef: z.ZodOptional<z.ZodString>;
1490
+ /**
1491
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1492
+ * fall back to target.sdkVersion.
1493
+ */
1494
+ version: z.ZodOptional<z.ZodString>;
1381
1495
  releaseBranch: z.ZodOptional<z.ZodString>;
1382
1496
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1497
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1498
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1499
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1500
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1383
1501
  registry: z.ZodLiteral<"nuget">;
1502
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1384
1503
  }, z.core.$strict>, z.ZodObject<{
1385
1504
  url: z.ZodOptional<z.ZodString>;
1386
1505
  /**
@@ -1388,9 +1507,17 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1388
1507
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1389
1508
  */
1390
1509
  credentialsRef: z.ZodOptional<z.ZodString>;
1510
+ /**
1511
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1512
+ * fall back to target.sdkVersion.
1513
+ */
1514
+ version: z.ZodOptional<z.ZodString>;
1391
1515
  releaseBranch: z.ZodOptional<z.ZodString>;
1392
1516
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1517
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1518
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1393
1519
  registry: z.ZodLiteral<"rubygems">;
1520
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1394
1521
  }, z.core.$strict>, z.ZodObject<{
1395
1522
  url: z.ZodOptional<z.ZodString>;
1396
1523
  /**
@@ -1398,9 +1525,17 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1398
1525
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1399
1526
  */
1400
1527
  credentialsRef: z.ZodOptional<z.ZodString>;
1528
+ /**
1529
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1530
+ * fall back to target.sdkVersion.
1531
+ */
1532
+ version: z.ZodOptional<z.ZodString>;
1401
1533
  releaseBranch: z.ZodOptional<z.ZodString>;
1402
1534
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1535
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1536
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1403
1537
  registry: z.ZodLiteral<"crates">;
1538
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
1404
1539
  }, z.core.$strict>, z.ZodObject<{
1405
1540
  url: z.ZodOptional<z.ZodString>;
1406
1541
  /**
@@ -1408,8 +1543,15 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1408
1543
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1409
1544
  */
1410
1545
  credentialsRef: z.ZodOptional<z.ZodString>;
1546
+ /**
1547
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1548
+ * fall back to target.sdkVersion.
1549
+ */
1550
+ version: z.ZodOptional<z.ZodString>;
1411
1551
  releaseBranch: z.ZodOptional<z.ZodString>;
1412
1552
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1553
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1554
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1413
1555
  registry: z.ZodLiteral<"go">;
1414
1556
  }, z.core.$strict>, z.ZodObject<{
1415
1557
  url: z.ZodOptional<z.ZodString>;
@@ -1418,8 +1560,15 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1418
1560
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1419
1561
  */
1420
1562
  credentialsRef: z.ZodOptional<z.ZodString>;
1563
+ /**
1564
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1565
+ * fall back to target.sdkVersion.
1566
+ */
1567
+ version: z.ZodOptional<z.ZodString>;
1421
1568
  releaseBranch: z.ZodOptional<z.ZodString>;
1422
1569
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1570
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1571
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1423
1572
  registry: z.ZodLiteral<"composer">;
1424
1573
  }, z.core.$strict>, z.ZodObject<{
1425
1574
  url: z.ZodOptional<z.ZodString>;
@@ -1428,9 +1577,26 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1428
1577
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1429
1578
  */
1430
1579
  credentialsRef: z.ZodOptional<z.ZodString>;
1580
+ /**
1581
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1582
+ * fall back to target.sdkVersion.
1583
+ */
1584
+ version: z.ZodOptional<z.ZodString>;
1431
1585
  releaseBranch: z.ZodOptional<z.ZodString>;
1432
1586
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1587
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1588
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1433
1589
  registry: z.ZodLiteral<"maven">;
1590
+ /** Maven coordinate in groupId:artifactId form when consumers need the combined value. */
1591
+ coordinate: z.ZodOptional<z.ZodString>;
1592
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
1593
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1594
+ mavenUrlEnvironmentVariable: z.ZodOptional<z.ZodString>;
1595
+ signatureEnvironmentVariables: z.ZodOptional<z.ZodObject<{
1596
+ keyIdEnvironmentVariable: z.ZodOptional<z.ZodString>;
1597
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1598
+ secretKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1599
+ }, z.core.$strict>>;
1434
1600
  /**
1435
1601
  * Reference to Maven signing credentials. Raw signing keys are intentionally not part of SDK
1436
1602
  * Config IR; the external publisher or orchestrator resolves this reference before use.
@@ -1456,9 +1622,24 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1456
1622
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1457
1623
  */
1458
1624
  credentialsRef: z.ZodOptional<z.ZodString>;
1625
+ /**
1626
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1627
+ * fall back to target.sdkVersion.
1628
+ */
1629
+ version: z.ZodOptional<z.ZodString>;
1459
1630
  releaseBranch: z.ZodOptional<z.ZodString>;
1460
1631
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1632
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1633
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1634
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1635
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1461
1636
  registry: z.ZodLiteral<"npm">;
1637
+ /** Environment variable name containing the npm registry token. */
1638
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
1639
+ /** Write npm package metadata as private when the publisher creates/updates package.json. */
1640
+ isPackagePrivate: z.ZodOptional<z.ZodBoolean>;
1641
+ /** Also publish the TypeScript package to JSR from the npm publishing path. */
1642
+ publishToJsr: z.ZodOptional<z.ZodBoolean>;
1462
1643
  }, z.core.$strict>, z.ZodObject<{
1463
1644
  url: z.ZodOptional<z.ZodString>;
1464
1645
  /**
@@ -1466,9 +1647,20 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1466
1647
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1467
1648
  */
1468
1649
  credentialsRef: z.ZodOptional<z.ZodString>;
1650
+ /**
1651
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1652
+ * fall back to target.sdkVersion.
1653
+ */
1654
+ version: z.ZodOptional<z.ZodString>;
1469
1655
  releaseBranch: z.ZodOptional<z.ZodString>;
1470
1656
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1657
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1658
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1659
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1660
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1471
1661
  registry: z.ZodLiteral<"pypi">;
1662
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
1663
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1472
1664
  }, z.core.$strict>, z.ZodObject<{
1473
1665
  url: z.ZodOptional<z.ZodString>;
1474
1666
  /**
@@ -1476,9 +1668,19 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1476
1668
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1477
1669
  */
1478
1670
  credentialsRef: z.ZodOptional<z.ZodString>;
1671
+ /**
1672
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1673
+ * fall back to target.sdkVersion.
1674
+ */
1675
+ version: z.ZodOptional<z.ZodString>;
1479
1676
  releaseBranch: z.ZodOptional<z.ZodString>;
1480
1677
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1678
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1679
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1680
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1681
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1481
1682
  registry: z.ZodLiteral<"nuget">;
1683
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1482
1684
  }, z.core.$strict>, z.ZodObject<{
1483
1685
  url: z.ZodOptional<z.ZodString>;
1484
1686
  /**
@@ -1486,9 +1688,17 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1486
1688
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1487
1689
  */
1488
1690
  credentialsRef: z.ZodOptional<z.ZodString>;
1691
+ /**
1692
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1693
+ * fall back to target.sdkVersion.
1694
+ */
1695
+ version: z.ZodOptional<z.ZodString>;
1489
1696
  releaseBranch: z.ZodOptional<z.ZodString>;
1490
1697
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1698
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1699
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1491
1700
  registry: z.ZodLiteral<"rubygems">;
1701
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1492
1702
  }, z.core.$strict>, z.ZodObject<{
1493
1703
  url: z.ZodOptional<z.ZodString>;
1494
1704
  /**
@@ -1496,9 +1706,17 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1496
1706
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1497
1707
  */
1498
1708
  credentialsRef: z.ZodOptional<z.ZodString>;
1709
+ /**
1710
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1711
+ * fall back to target.sdkVersion.
1712
+ */
1713
+ version: z.ZodOptional<z.ZodString>;
1499
1714
  releaseBranch: z.ZodOptional<z.ZodString>;
1500
1715
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1716
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1717
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1501
1718
  registry: z.ZodLiteral<"crates">;
1719
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
1502
1720
  }, z.core.$strict>, z.ZodObject<{
1503
1721
  url: z.ZodOptional<z.ZodString>;
1504
1722
  /**
@@ -1506,8 +1724,15 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1506
1724
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1507
1725
  */
1508
1726
  credentialsRef: z.ZodOptional<z.ZodString>;
1727
+ /**
1728
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1729
+ * fall back to target.sdkVersion.
1730
+ */
1731
+ version: z.ZodOptional<z.ZodString>;
1509
1732
  releaseBranch: z.ZodOptional<z.ZodString>;
1510
1733
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1734
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1735
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1511
1736
  registry: z.ZodLiteral<"go">;
1512
1737
  }, z.core.$strict>, z.ZodObject<{
1513
1738
  url: z.ZodOptional<z.ZodString>;
@@ -1516,8 +1741,15 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1516
1741
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1517
1742
  */
1518
1743
  credentialsRef: z.ZodOptional<z.ZodString>;
1744
+ /**
1745
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1746
+ * fall back to target.sdkVersion.
1747
+ */
1748
+ version: z.ZodOptional<z.ZodString>;
1519
1749
  releaseBranch: z.ZodOptional<z.ZodString>;
1520
1750
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1751
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1752
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1521
1753
  registry: z.ZodLiteral<"composer">;
1522
1754
  }, z.core.$strict>, z.ZodObject<{
1523
1755
  url: z.ZodOptional<z.ZodString>;
@@ -1526,9 +1758,26 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1526
1758
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1527
1759
  */
1528
1760
  credentialsRef: z.ZodOptional<z.ZodString>;
1761
+ /**
1762
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1763
+ * fall back to target.sdkVersion.
1764
+ */
1765
+ version: z.ZodOptional<z.ZodString>;
1529
1766
  releaseBranch: z.ZodOptional<z.ZodString>;
1530
1767
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1768
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1769
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1531
1770
  registry: z.ZodLiteral<"maven">;
1771
+ /** Maven coordinate in groupId:artifactId form when consumers need the combined value. */
1772
+ coordinate: z.ZodOptional<z.ZodString>;
1773
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
1774
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1775
+ mavenUrlEnvironmentVariable: z.ZodOptional<z.ZodString>;
1776
+ signatureEnvironmentVariables: z.ZodOptional<z.ZodObject<{
1777
+ keyIdEnvironmentVariable: z.ZodOptional<z.ZodString>;
1778
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1779
+ secretKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1780
+ }, z.core.$strict>>;
1532
1781
  /**
1533
1782
  * Reference to Maven signing credentials. Raw signing keys are intentionally not part of SDK
1534
1783
  * Config IR; the external publisher or orchestrator resolves this reference before use.
@@ -1583,9 +1832,24 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1583
1832
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1584
1833
  */
1585
1834
  credentialsRef: z.ZodOptional<z.ZodString>;
1835
+ /**
1836
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1837
+ * fall back to target.sdkVersion.
1838
+ */
1839
+ version: z.ZodOptional<z.ZodString>;
1586
1840
  releaseBranch: z.ZodOptional<z.ZodString>;
1587
1841
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1842
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1843
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1844
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1845
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1588
1846
  registry: z.ZodLiteral<"npm">;
1847
+ /** Environment variable name containing the npm registry token. */
1848
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
1849
+ /** Write npm package metadata as private when the publisher creates/updates package.json. */
1850
+ isPackagePrivate: z.ZodOptional<z.ZodBoolean>;
1851
+ /** Also publish the TypeScript package to JSR from the npm publishing path. */
1852
+ publishToJsr: z.ZodOptional<z.ZodBoolean>;
1589
1853
  }, z.core.$strict>, z.ZodObject<{
1590
1854
  url: z.ZodOptional<z.ZodString>;
1591
1855
  /**
@@ -1593,9 +1857,20 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1593
1857
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1594
1858
  */
1595
1859
  credentialsRef: z.ZodOptional<z.ZodString>;
1860
+ /**
1861
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1862
+ * fall back to target.sdkVersion.
1863
+ */
1864
+ version: z.ZodOptional<z.ZodString>;
1596
1865
  releaseBranch: z.ZodOptional<z.ZodString>;
1597
1866
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1867
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1868
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1869
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1870
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1598
1871
  registry: z.ZodLiteral<"pypi">;
1872
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
1873
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1599
1874
  }, z.core.$strict>, z.ZodObject<{
1600
1875
  url: z.ZodOptional<z.ZodString>;
1601
1876
  /**
@@ -1603,9 +1878,19 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1603
1878
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1604
1879
  */
1605
1880
  credentialsRef: z.ZodOptional<z.ZodString>;
1881
+ /**
1882
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1883
+ * fall back to target.sdkVersion.
1884
+ */
1885
+ version: z.ZodOptional<z.ZodString>;
1606
1886
  releaseBranch: z.ZodOptional<z.ZodString>;
1607
1887
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1888
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1889
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1890
+ /** Use registry trusted publishing / OIDC instead of a static token secret. */
1891
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
1608
1892
  registry: z.ZodLiteral<"nuget">;
1893
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1609
1894
  }, z.core.$strict>, z.ZodObject<{
1610
1895
  url: z.ZodOptional<z.ZodString>;
1611
1896
  /**
@@ -1613,9 +1898,17 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1613
1898
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1614
1899
  */
1615
1900
  credentialsRef: z.ZodOptional<z.ZodString>;
1901
+ /**
1902
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1903
+ * fall back to target.sdkVersion.
1904
+ */
1905
+ version: z.ZodOptional<z.ZodString>;
1616
1906
  releaseBranch: z.ZodOptional<z.ZodString>;
1617
1907
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1908
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1909
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1618
1910
  registry: z.ZodLiteral<"rubygems">;
1911
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1619
1912
  }, z.core.$strict>, z.ZodObject<{
1620
1913
  url: z.ZodOptional<z.ZodString>;
1621
1914
  /**
@@ -1623,9 +1916,17 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1623
1916
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1624
1917
  */
1625
1918
  credentialsRef: z.ZodOptional<z.ZodString>;
1919
+ /**
1920
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1921
+ * fall back to target.sdkVersion.
1922
+ */
1923
+ version: z.ZodOptional<z.ZodString>;
1626
1924
  releaseBranch: z.ZodOptional<z.ZodString>;
1627
1925
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1926
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1927
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1628
1928
  registry: z.ZodLiteral<"crates">;
1929
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
1629
1930
  }, z.core.$strict>, z.ZodObject<{
1630
1931
  url: z.ZodOptional<z.ZodString>;
1631
1932
  /**
@@ -1633,8 +1934,15 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1633
1934
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1634
1935
  */
1635
1936
  credentialsRef: z.ZodOptional<z.ZodString>;
1937
+ /**
1938
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1939
+ * fall back to target.sdkVersion.
1940
+ */
1941
+ version: z.ZodOptional<z.ZodString>;
1636
1942
  releaseBranch: z.ZodOptional<z.ZodString>;
1637
1943
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1944
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1945
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1638
1946
  registry: z.ZodLiteral<"go">;
1639
1947
  }, z.core.$strict>, z.ZodObject<{
1640
1948
  url: z.ZodOptional<z.ZodString>;
@@ -1643,8 +1951,15 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1643
1951
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1644
1952
  */
1645
1953
  credentialsRef: z.ZodOptional<z.ZodString>;
1954
+ /**
1955
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1956
+ * fall back to target.sdkVersion.
1957
+ */
1958
+ version: z.ZodOptional<z.ZodString>;
1646
1959
  releaseBranch: z.ZodOptional<z.ZodString>;
1647
1960
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1961
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1962
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1648
1963
  registry: z.ZodLiteral<"composer">;
1649
1964
  }, z.core.$strict>, z.ZodObject<{
1650
1965
  url: z.ZodOptional<z.ZodString>;
@@ -1653,9 +1968,26 @@ declare const outputConfigSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1653
1968
  * SDK Config IR; the external publisher or orchestrator resolves this reference before use.
1654
1969
  */
1655
1970
  credentialsRef: z.ZodOptional<z.ZodString>;
1971
+ /**
1972
+ * Registry-specific package version override. If omitted, the external publisher/orchestrator may
1973
+ * fall back to target.sdkVersion.
1974
+ */
1975
+ version: z.ZodOptional<z.ZodString>;
1656
1976
  releaseBranch: z.ZodOptional<z.ZodString>;
1657
1977
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
1978
+ /** Generate registry publishing workflow files when publishing through GitHub delivery. */
1979
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
1658
1980
  registry: z.ZodLiteral<"maven">;
1981
+ /** Maven coordinate in groupId:artifactId form when consumers need the combined value. */
1982
+ coordinate: z.ZodOptional<z.ZodString>;
1983
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
1984
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1985
+ mavenUrlEnvironmentVariable: z.ZodOptional<z.ZodString>;
1986
+ signatureEnvironmentVariables: z.ZodOptional<z.ZodObject<{
1987
+ keyIdEnvironmentVariable: z.ZodOptional<z.ZodString>;
1988
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
1989
+ secretKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
1990
+ }, z.core.$strict>>;
1659
1991
  /**
1660
1992
  * Reference to Maven signing credentials. Raw signing keys are intentionally not part of SDK
1661
1993
  * Config IR; the external publisher or orchestrator resolves this reference before use.
@@ -2055,51 +2387,87 @@ declare const sdkConfigIrV1Schema: z.ZodObject<{
2055
2387
  publish: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2056
2388
  url: z.ZodOptional<z.ZodString>;
2057
2389
  credentialsRef: z.ZodOptional<z.ZodString>;
2390
+ version: z.ZodOptional<z.ZodString>;
2058
2391
  releaseBranch: z.ZodOptional<z.ZodString>;
2059
2392
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2393
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2394
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2060
2395
  registry: z.ZodLiteral<"npm">;
2396
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
2397
+ isPackagePrivate: z.ZodOptional<z.ZodBoolean>;
2398
+ publishToJsr: z.ZodOptional<z.ZodBoolean>;
2061
2399
  }, z.core.$strict>, z.ZodObject<{
2062
2400
  url: z.ZodOptional<z.ZodString>;
2063
2401
  credentialsRef: z.ZodOptional<z.ZodString>;
2402
+ version: z.ZodOptional<z.ZodString>;
2064
2403
  releaseBranch: z.ZodOptional<z.ZodString>;
2065
2404
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2405
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2406
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2066
2407
  registry: z.ZodLiteral<"pypi">;
2408
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
2409
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2067
2410
  }, z.core.$strict>, z.ZodObject<{
2068
2411
  url: z.ZodOptional<z.ZodString>;
2069
2412
  credentialsRef: z.ZodOptional<z.ZodString>;
2413
+ version: z.ZodOptional<z.ZodString>;
2070
2414
  releaseBranch: z.ZodOptional<z.ZodString>;
2071
2415
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2416
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2417
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2072
2418
  registry: z.ZodLiteral<"nuget">;
2419
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2073
2420
  }, z.core.$strict>, z.ZodObject<{
2074
2421
  url: z.ZodOptional<z.ZodString>;
2075
2422
  credentialsRef: z.ZodOptional<z.ZodString>;
2423
+ version: z.ZodOptional<z.ZodString>;
2076
2424
  releaseBranch: z.ZodOptional<z.ZodString>;
2077
2425
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2426
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2078
2427
  registry: z.ZodLiteral<"rubygems">;
2428
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2079
2429
  }, z.core.$strict>, z.ZodObject<{
2080
2430
  url: z.ZodOptional<z.ZodString>;
2081
2431
  credentialsRef: z.ZodOptional<z.ZodString>;
2432
+ version: z.ZodOptional<z.ZodString>;
2082
2433
  releaseBranch: z.ZodOptional<z.ZodString>;
2083
2434
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2435
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2084
2436
  registry: z.ZodLiteral<"crates">;
2437
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
2085
2438
  }, z.core.$strict>, z.ZodObject<{
2086
2439
  url: z.ZodOptional<z.ZodString>;
2087
2440
  credentialsRef: z.ZodOptional<z.ZodString>;
2441
+ version: z.ZodOptional<z.ZodString>;
2088
2442
  releaseBranch: z.ZodOptional<z.ZodString>;
2089
2443
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2444
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2090
2445
  registry: z.ZodLiteral<"go">;
2091
2446
  }, z.core.$strict>, z.ZodObject<{
2092
2447
  url: z.ZodOptional<z.ZodString>;
2093
2448
  credentialsRef: z.ZodOptional<z.ZodString>;
2449
+ version: z.ZodOptional<z.ZodString>;
2094
2450
  releaseBranch: z.ZodOptional<z.ZodString>;
2095
2451
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2452
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2096
2453
  registry: z.ZodLiteral<"composer">;
2097
2454
  }, z.core.$strict>, z.ZodObject<{
2098
2455
  url: z.ZodOptional<z.ZodString>;
2099
2456
  credentialsRef: z.ZodOptional<z.ZodString>;
2457
+ version: z.ZodOptional<z.ZodString>;
2100
2458
  releaseBranch: z.ZodOptional<z.ZodString>;
2101
2459
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2460
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2102
2461
  registry: z.ZodLiteral<"maven">;
2462
+ coordinate: z.ZodOptional<z.ZodString>;
2463
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
2464
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2465
+ mavenUrlEnvironmentVariable: z.ZodOptional<z.ZodString>;
2466
+ signatureEnvironmentVariables: z.ZodOptional<z.ZodObject<{
2467
+ keyIdEnvironmentVariable: z.ZodOptional<z.ZodString>;
2468
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2469
+ secretKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2470
+ }, z.core.$strict>>;
2103
2471
  signingCredentialsRef: z.ZodOptional<z.ZodString>;
2104
2472
  }, z.core.$strict>], "registry">>;
2105
2473
  }, z.core.$strict>, z.ZodObject<{
@@ -2113,51 +2481,87 @@ declare const sdkConfigIrV1Schema: z.ZodObject<{
2113
2481
  publish: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2114
2482
  url: z.ZodOptional<z.ZodString>;
2115
2483
  credentialsRef: z.ZodOptional<z.ZodString>;
2484
+ version: z.ZodOptional<z.ZodString>;
2116
2485
  releaseBranch: z.ZodOptional<z.ZodString>;
2117
2486
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2487
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2488
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2118
2489
  registry: z.ZodLiteral<"npm">;
2490
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
2491
+ isPackagePrivate: z.ZodOptional<z.ZodBoolean>;
2492
+ publishToJsr: z.ZodOptional<z.ZodBoolean>;
2119
2493
  }, z.core.$strict>, z.ZodObject<{
2120
2494
  url: z.ZodOptional<z.ZodString>;
2121
2495
  credentialsRef: z.ZodOptional<z.ZodString>;
2496
+ version: z.ZodOptional<z.ZodString>;
2122
2497
  releaseBranch: z.ZodOptional<z.ZodString>;
2123
2498
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2499
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2500
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2124
2501
  registry: z.ZodLiteral<"pypi">;
2502
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
2503
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2125
2504
  }, z.core.$strict>, z.ZodObject<{
2126
2505
  url: z.ZodOptional<z.ZodString>;
2127
2506
  credentialsRef: z.ZodOptional<z.ZodString>;
2507
+ version: z.ZodOptional<z.ZodString>;
2128
2508
  releaseBranch: z.ZodOptional<z.ZodString>;
2129
2509
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2510
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2511
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2130
2512
  registry: z.ZodLiteral<"nuget">;
2513
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2131
2514
  }, z.core.$strict>, z.ZodObject<{
2132
2515
  url: z.ZodOptional<z.ZodString>;
2133
2516
  credentialsRef: z.ZodOptional<z.ZodString>;
2517
+ version: z.ZodOptional<z.ZodString>;
2134
2518
  releaseBranch: z.ZodOptional<z.ZodString>;
2135
2519
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2520
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2136
2521
  registry: z.ZodLiteral<"rubygems">;
2522
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2137
2523
  }, z.core.$strict>, z.ZodObject<{
2138
2524
  url: z.ZodOptional<z.ZodString>;
2139
2525
  credentialsRef: z.ZodOptional<z.ZodString>;
2526
+ version: z.ZodOptional<z.ZodString>;
2140
2527
  releaseBranch: z.ZodOptional<z.ZodString>;
2141
2528
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2529
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2142
2530
  registry: z.ZodLiteral<"crates">;
2531
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
2143
2532
  }, z.core.$strict>, z.ZodObject<{
2144
2533
  url: z.ZodOptional<z.ZodString>;
2145
2534
  credentialsRef: z.ZodOptional<z.ZodString>;
2535
+ version: z.ZodOptional<z.ZodString>;
2146
2536
  releaseBranch: z.ZodOptional<z.ZodString>;
2147
2537
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2538
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2148
2539
  registry: z.ZodLiteral<"go">;
2149
2540
  }, z.core.$strict>, z.ZodObject<{
2150
2541
  url: z.ZodOptional<z.ZodString>;
2151
2542
  credentialsRef: z.ZodOptional<z.ZodString>;
2543
+ version: z.ZodOptional<z.ZodString>;
2152
2544
  releaseBranch: z.ZodOptional<z.ZodString>;
2153
2545
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2546
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2154
2547
  registry: z.ZodLiteral<"composer">;
2155
2548
  }, z.core.$strict>, z.ZodObject<{
2156
2549
  url: z.ZodOptional<z.ZodString>;
2157
2550
  credentialsRef: z.ZodOptional<z.ZodString>;
2551
+ version: z.ZodOptional<z.ZodString>;
2158
2552
  releaseBranch: z.ZodOptional<z.ZodString>;
2159
2553
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2554
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2160
2555
  registry: z.ZodLiteral<"maven">;
2556
+ coordinate: z.ZodOptional<z.ZodString>;
2557
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
2558
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2559
+ mavenUrlEnvironmentVariable: z.ZodOptional<z.ZodString>;
2560
+ signatureEnvironmentVariables: z.ZodOptional<z.ZodObject<{
2561
+ keyIdEnvironmentVariable: z.ZodOptional<z.ZodString>;
2562
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2563
+ secretKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2564
+ }, z.core.$strict>>;
2161
2565
  signingCredentialsRef: z.ZodOptional<z.ZodString>;
2162
2566
  }, z.core.$strict>], "registry">>;
2163
2567
  }, z.core.$strict>, z.ZodObject<{
@@ -2192,51 +2596,87 @@ declare const sdkConfigIrV1Schema: z.ZodObject<{
2192
2596
  publish: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
2193
2597
  url: z.ZodOptional<z.ZodString>;
2194
2598
  credentialsRef: z.ZodOptional<z.ZodString>;
2599
+ version: z.ZodOptional<z.ZodString>;
2195
2600
  releaseBranch: z.ZodOptional<z.ZodString>;
2196
2601
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2602
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2603
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2197
2604
  registry: z.ZodLiteral<"npm">;
2605
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
2606
+ isPackagePrivate: z.ZodOptional<z.ZodBoolean>;
2607
+ publishToJsr: z.ZodOptional<z.ZodBoolean>;
2198
2608
  }, z.core.$strict>, z.ZodObject<{
2199
2609
  url: z.ZodOptional<z.ZodString>;
2200
2610
  credentialsRef: z.ZodOptional<z.ZodString>;
2611
+ version: z.ZodOptional<z.ZodString>;
2201
2612
  releaseBranch: z.ZodOptional<z.ZodString>;
2202
2613
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2614
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2615
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2203
2616
  registry: z.ZodLiteral<"pypi">;
2617
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
2618
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2204
2619
  }, z.core.$strict>, z.ZodObject<{
2205
2620
  url: z.ZodOptional<z.ZodString>;
2206
2621
  credentialsRef: z.ZodOptional<z.ZodString>;
2622
+ version: z.ZodOptional<z.ZodString>;
2207
2623
  releaseBranch: z.ZodOptional<z.ZodString>;
2208
2624
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2625
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2626
+ trustedPublishing: z.ZodOptional<z.ZodBoolean>;
2209
2627
  registry: z.ZodLiteral<"nuget">;
2628
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2210
2629
  }, z.core.$strict>, z.ZodObject<{
2211
2630
  url: z.ZodOptional<z.ZodString>;
2212
2631
  credentialsRef: z.ZodOptional<z.ZodString>;
2632
+ version: z.ZodOptional<z.ZodString>;
2213
2633
  releaseBranch: z.ZodOptional<z.ZodString>;
2214
2634
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2635
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2215
2636
  registry: z.ZodLiteral<"rubygems">;
2637
+ apiKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2216
2638
  }, z.core.$strict>, z.ZodObject<{
2217
2639
  url: z.ZodOptional<z.ZodString>;
2218
2640
  credentialsRef: z.ZodOptional<z.ZodString>;
2641
+ version: z.ZodOptional<z.ZodString>;
2219
2642
  releaseBranch: z.ZodOptional<z.ZodString>;
2220
2643
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2644
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2221
2645
  registry: z.ZodLiteral<"crates">;
2646
+ tokenEnvironmentVariable: z.ZodOptional<z.ZodString>;
2222
2647
  }, z.core.$strict>, z.ZodObject<{
2223
2648
  url: z.ZodOptional<z.ZodString>;
2224
2649
  credentialsRef: z.ZodOptional<z.ZodString>;
2650
+ version: z.ZodOptional<z.ZodString>;
2225
2651
  releaseBranch: z.ZodOptional<z.ZodString>;
2226
2652
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2653
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2227
2654
  registry: z.ZodLiteral<"go">;
2228
2655
  }, z.core.$strict>, z.ZodObject<{
2229
2656
  url: z.ZodOptional<z.ZodString>;
2230
2657
  credentialsRef: z.ZodOptional<z.ZodString>;
2658
+ version: z.ZodOptional<z.ZodString>;
2231
2659
  releaseBranch: z.ZodOptional<z.ZodString>;
2232
2660
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2661
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2233
2662
  registry: z.ZodLiteral<"composer">;
2234
2663
  }, z.core.$strict>, z.ZodObject<{
2235
2664
  url: z.ZodOptional<z.ZodString>;
2236
2665
  credentialsRef: z.ZodOptional<z.ZodString>;
2666
+ version: z.ZodOptional<z.ZodString>;
2237
2667
  releaseBranch: z.ZodOptional<z.ZodString>;
2238
2668
  tolerateRepublish: z.ZodOptional<z.ZodBoolean>;
2669
+ shouldGeneratePublishWorkflow: z.ZodOptional<z.ZodBoolean>;
2239
2670
  registry: z.ZodLiteral<"maven">;
2671
+ coordinate: z.ZodOptional<z.ZodString>;
2672
+ usernameEnvironmentVariable: z.ZodOptional<z.ZodString>;
2673
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2674
+ mavenUrlEnvironmentVariable: z.ZodOptional<z.ZodString>;
2675
+ signatureEnvironmentVariables: z.ZodOptional<z.ZodObject<{
2676
+ keyIdEnvironmentVariable: z.ZodOptional<z.ZodString>;
2677
+ passwordEnvironmentVariable: z.ZodOptional<z.ZodString>;
2678
+ secretKeyEnvironmentVariable: z.ZodOptional<z.ZodString>;
2679
+ }, z.core.$strict>>;
2240
2680
  signingCredentialsRef: z.ZodOptional<z.ZodString>;
2241
2681
  }, z.core.$strict>], "registry">>;
2242
2682
  }, z.core.$strict>], "delivery">;