@vercel/sdk 1.17.7 → 1.18.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.
- package/bin/mcp-server.js +1735 -4032
- package/bin/mcp-server.js.map +47 -47
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -1
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/encodings.d.ts +1 -0
- package/esm/lib/encodings.d.ts.map +1 -1
- package/esm/lib/encodings.js +12 -1
- package/esm/lib/encodings.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/authtoken.d.ts +8 -24
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +8 -23
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +6 -2
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +8 -2
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +6 -2
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +8 -2
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +70 -62
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +38 -58
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +70 -62
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +38 -59
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +72 -248
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +72 -229
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +4 -21
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +4 -19
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createeventop.d.ts +8 -25
- package/esm/models/createeventop.d.ts.map +1 -1
- package/esm/models/createeventop.js +8 -23
- package/esm/models/createeventop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +8 -24
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +8 -22
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +68 -308
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +68 -281
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +76 -332
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +84 -316
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +34 -154
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +34 -141
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +102 -462
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +102 -419
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/forbidden.d.ts +3 -12
- package/esm/models/forbidden.d.ts.map +1 -1
- package/esm/models/forbidden.js +2 -9
- package/esm/models/forbidden.js.map +1 -1
- package/esm/models/getaliasop.d.ts +12 -44
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +16 -46
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +72 -248
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +72 -236
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +4 -20
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +4 -18
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +70 -62
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +38 -58
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +6 -2
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +8 -2
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +6 -2
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +8 -2
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +72 -248
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +72 -227
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +72 -248
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +72 -227
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +4 -21
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +4 -18
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +8 -24
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +8 -23
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getorderop.d.ts +48 -172
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +50 -159
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +102 -462
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +102 -419
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +76 -332
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +84 -313
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +10 -42
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.js +10 -39
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +12 -44
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +16 -47
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +12 -44
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +16 -46
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +102 -462
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +102 -420
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +6 -2
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +8 -2
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +6 -2
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +8 -2
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +6 -2
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +8 -2
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +6 -2
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +8 -2
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updatedrainop.d.ts +72 -248
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +72 -229
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +4 -21
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +4 -18
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +76 -332
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +84 -318
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +76 -332
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +84 -316
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +4 -21
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +4 -19
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/models/userevent.d.ts +54 -14
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +26 -13
- package/esm/models/userevent.js.map +1 -1
- package/esm/types/unrecognized.d.ts +7 -1
- package/esm/types/unrecognized.d.ts.map +1 -1
- package/esm/types/unrecognized.js +9 -1
- package/esm/types/unrecognized.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/rollingrelease.test.ts +2 -1
- package/src/__tests__/security.test.ts +1 -11
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +17 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/authtoken.ts +16 -42
- package/src/models/buydomainsop.ts +14 -4
- package/src/models/buysingledomainop.ts +14 -4
- package/src/models/canceldeploymentop.ts +140 -127
- package/src/models/createdeploymentop.ts +149 -118
- package/src/models/createdrainop.ts +154 -511
- package/src/models/createedgeconfigop.ts +8 -37
- package/src/models/createeventop.ts +16 -43
- package/src/models/createlogdrainop.ts +18 -50
- package/src/models/createprojectenvop.ts +136 -875
- package/src/models/createprojectop.ts +172 -803
- package/src/models/editprojectenvop.ts +68 -417
- package/src/models/filterprojectenvsop.ts +210 -1337
- package/src/models/forbidden.ts +5 -20
- package/src/models/getaliasop.ts +36 -101
- package/src/models/getalllogdrainsop.ts +160 -551
- package/src/models/getconfigurationop.ts +8 -38
- package/src/models/getdeploymentop.ts +144 -124
- package/src/models/getdomainauthcodeop.ts +14 -4
- package/src/models/getdomaintransferinop.ts +14 -4
- package/src/models/getdrainop.ts +156 -531
- package/src/models/getdrainsop.ts +155 -535
- package/src/models/getedgeconfigop.ts +8 -41
- package/src/models/getintegrationlogdrainsop.ts +19 -44
- package/src/models/getorderop.ts +99 -408
- package/src/models/getprojectenvop.ts +208 -1337
- package/src/models/getprojectsop.ts +172 -802
- package/src/models/getrollingreleasebillingstatusop.ts +20 -100
- package/src/models/listaliasesop.ts +36 -100
- package/src/models/listdeploymentaliasesop.ts +36 -111
- package/src/models/removeprojectenvop.ts +208 -1335
- package/src/models/renewdomainop.ts +14 -4
- package/src/models/transferindomainop.ts +14 -4
- package/src/models/updatedomainautorenewop.ts +14 -4
- package/src/models/updatedomainnameserversop.ts +14 -4
- package/src/models/updatedrainop.ts +162 -542
- package/src/models/updateedgeconfigop.ts +8 -42
- package/src/models/updateprojectdatacacheop.ts +167 -781
- package/src/models/updateprojectop.ts +172 -803
- package/src/models/updateprojectprotectionbypassop.ts +8 -44
- package/src/models/userevent.ts +111 -29
- package/src/types/unrecognized.ts +9 -1
- package/tsconfig.json +0 -1
|
@@ -482,222 +482,85 @@ export type CreateProjectProjectsResponseType = ClosedEnum<
|
|
|
482
482
|
typeof CreateProjectProjectsResponseType
|
|
483
483
|
>;
|
|
484
484
|
|
|
485
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type =
|
|
486
|
-
{
|
|
487
|
-
FlagsConnectionString: "flags-connection-string",
|
|
488
|
-
} as const;
|
|
489
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type =
|
|
490
|
-
ClosedEnum<
|
|
491
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
|
|
492
|
-
>;
|
|
493
|
-
|
|
494
485
|
export type CreateProjectContentHint15 = {
|
|
495
|
-
type:
|
|
496
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type;
|
|
486
|
+
type: "flags-connection-string";
|
|
497
487
|
projectId: string;
|
|
498
488
|
};
|
|
499
489
|
|
|
500
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type =
|
|
501
|
-
{
|
|
502
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
503
|
-
} as const;
|
|
504
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type =
|
|
505
|
-
ClosedEnum<
|
|
506
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
|
|
507
|
-
>;
|
|
508
|
-
|
|
509
490
|
export type CreateProjectContentHint14 = {
|
|
510
|
-
type:
|
|
511
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type;
|
|
491
|
+
type: "integration-store-secret";
|
|
512
492
|
storeId: string;
|
|
513
493
|
integrationId: string;
|
|
514
494
|
integrationProductId: string;
|
|
515
495
|
integrationConfigurationId: string;
|
|
516
496
|
};
|
|
517
497
|
|
|
518
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type =
|
|
519
|
-
{
|
|
520
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
521
|
-
} as const;
|
|
522
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type =
|
|
523
|
-
ClosedEnum<
|
|
524
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
|
|
525
|
-
>;
|
|
526
|
-
|
|
527
498
|
export type CreateProjectContentHint13 = {
|
|
528
|
-
type:
|
|
529
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type;
|
|
499
|
+
type: "postgres-url-no-ssl";
|
|
530
500
|
storeId: string;
|
|
531
501
|
};
|
|
532
502
|
|
|
533
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type =
|
|
534
|
-
{
|
|
535
|
-
PostgresDatabase: "postgres-database",
|
|
536
|
-
} as const;
|
|
537
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type =
|
|
538
|
-
ClosedEnum<
|
|
539
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
|
|
540
|
-
>;
|
|
541
|
-
|
|
542
503
|
export type CreateProjectContentHint12 = {
|
|
543
|
-
type:
|
|
544
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type;
|
|
504
|
+
type: "postgres-database";
|
|
545
505
|
storeId: string;
|
|
546
506
|
};
|
|
547
507
|
|
|
548
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type =
|
|
549
|
-
{
|
|
550
|
-
PostgresPassword: "postgres-password",
|
|
551
|
-
} as const;
|
|
552
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type =
|
|
553
|
-
ClosedEnum<
|
|
554
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
|
|
555
|
-
>;
|
|
556
|
-
|
|
557
508
|
export type CreateProjectContentHint11 = {
|
|
558
|
-
type:
|
|
559
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type;
|
|
509
|
+
type: "postgres-password";
|
|
560
510
|
storeId: string;
|
|
561
511
|
};
|
|
562
512
|
|
|
563
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type =
|
|
564
|
-
{
|
|
565
|
-
PostgresHost: "postgres-host",
|
|
566
|
-
} as const;
|
|
567
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type =
|
|
568
|
-
ClosedEnum<
|
|
569
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
|
|
570
|
-
>;
|
|
571
|
-
|
|
572
513
|
export type CreateProjectContentHint10 = {
|
|
573
|
-
type:
|
|
574
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type;
|
|
514
|
+
type: "postgres-host";
|
|
575
515
|
storeId: string;
|
|
576
516
|
};
|
|
577
517
|
|
|
578
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type =
|
|
579
|
-
{
|
|
580
|
-
PostgresUser: "postgres-user",
|
|
581
|
-
} as const;
|
|
582
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type =
|
|
583
|
-
ClosedEnum<
|
|
584
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
|
|
585
|
-
>;
|
|
586
|
-
|
|
587
518
|
export type CreateProjectContentHint9 = {
|
|
588
|
-
type:
|
|
589
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type;
|
|
519
|
+
type: "postgres-user";
|
|
590
520
|
storeId: string;
|
|
591
521
|
};
|
|
592
522
|
|
|
593
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type =
|
|
594
|
-
{
|
|
595
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
596
|
-
} as const;
|
|
597
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type =
|
|
598
|
-
ClosedEnum<
|
|
599
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type
|
|
600
|
-
>;
|
|
601
|
-
|
|
602
523
|
export type CreateProjectContentHint8 = {
|
|
603
|
-
type:
|
|
604
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type;
|
|
524
|
+
type: "postgres-prisma-url";
|
|
605
525
|
storeId: string;
|
|
606
526
|
};
|
|
607
527
|
|
|
608
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType =
|
|
609
|
-
{
|
|
610
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
611
|
-
} as const;
|
|
612
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType =
|
|
613
|
-
ClosedEnum<
|
|
614
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
|
|
615
|
-
>;
|
|
616
|
-
|
|
617
528
|
export type CreateProjectContentHint7 = {
|
|
618
|
-
type:
|
|
619
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType;
|
|
529
|
+
type: "postgres-url-non-pooling";
|
|
620
530
|
storeId: string;
|
|
621
531
|
};
|
|
622
532
|
|
|
623
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
624
|
-
{
|
|
625
|
-
PostgresUrl: "postgres-url",
|
|
626
|
-
} as const;
|
|
627
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
628
|
-
ClosedEnum<
|
|
629
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
630
|
-
>;
|
|
631
|
-
|
|
632
533
|
export type CreateProjectContentHint6 = {
|
|
633
|
-
type:
|
|
634
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType;
|
|
534
|
+
type: "postgres-url";
|
|
635
535
|
storeId: string;
|
|
636
536
|
};
|
|
637
537
|
|
|
638
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONType = {
|
|
639
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
640
|
-
} as const;
|
|
641
|
-
export type CreateProjectContentHintProjectsResponse200ApplicationJSONType =
|
|
642
|
-
ClosedEnum<
|
|
643
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONType
|
|
644
|
-
>;
|
|
645
|
-
|
|
646
538
|
export type CreateProjectContentHint5 = {
|
|
647
|
-
type:
|
|
539
|
+
type: "blob-read-write-token";
|
|
648
540
|
storeId: string;
|
|
649
541
|
};
|
|
650
542
|
|
|
651
|
-
export const CreateProjectContentHintProjectsResponse200Type = {
|
|
652
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
653
|
-
} as const;
|
|
654
|
-
export type CreateProjectContentHintProjectsResponse200Type = ClosedEnum<
|
|
655
|
-
typeof CreateProjectContentHintProjectsResponse200Type
|
|
656
|
-
>;
|
|
657
|
-
|
|
658
543
|
export type CreateProjectContentHint4 = {
|
|
659
|
-
type:
|
|
544
|
+
type: "redis-rest-api-read-only-token";
|
|
660
545
|
storeId: string;
|
|
661
546
|
};
|
|
662
547
|
|
|
663
|
-
export const CreateProjectContentHintProjectsResponseType = {
|
|
664
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
665
|
-
} as const;
|
|
666
|
-
export type CreateProjectContentHintProjectsResponseType = ClosedEnum<
|
|
667
|
-
typeof CreateProjectContentHintProjectsResponseType
|
|
668
|
-
>;
|
|
669
|
-
|
|
670
548
|
export type CreateProjectContentHint3 = {
|
|
671
|
-
type:
|
|
549
|
+
type: "redis-rest-api-token";
|
|
672
550
|
storeId: string;
|
|
673
551
|
};
|
|
674
552
|
|
|
675
|
-
export const CreateProjectContentHintProjectsType = {
|
|
676
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
677
|
-
} as const;
|
|
678
|
-
export type CreateProjectContentHintProjectsType = ClosedEnum<
|
|
679
|
-
typeof CreateProjectContentHintProjectsType
|
|
680
|
-
>;
|
|
681
|
-
|
|
682
553
|
export type CreateProjectContentHint2 = {
|
|
683
|
-
type:
|
|
554
|
+
type: "redis-rest-api-url";
|
|
684
555
|
storeId: string;
|
|
685
556
|
};
|
|
686
557
|
|
|
687
|
-
export const CreateProjectContentHintType = {
|
|
688
|
-
RedisUrl: "redis-url",
|
|
689
|
-
} as const;
|
|
690
|
-
export type CreateProjectContentHintType = ClosedEnum<
|
|
691
|
-
typeof CreateProjectContentHintType
|
|
692
|
-
>;
|
|
693
|
-
|
|
694
558
|
export type CreateProjectContentHint1 = {
|
|
695
|
-
type:
|
|
559
|
+
type: "redis-url";
|
|
696
560
|
storeId: string;
|
|
697
561
|
};
|
|
698
562
|
|
|
699
563
|
export type CreateProjectContentHint =
|
|
700
|
-
| CreateProjectContentHint14
|
|
701
564
|
| CreateProjectContentHint1
|
|
702
565
|
| CreateProjectContentHint2
|
|
703
566
|
| CreateProjectContentHint3
|
|
@@ -711,6 +574,7 @@ export type CreateProjectContentHint =
|
|
|
711
574
|
| CreateProjectContentHint11
|
|
712
575
|
| CreateProjectContentHint12
|
|
713
576
|
| CreateProjectContentHint13
|
|
577
|
+
| CreateProjectContentHint14
|
|
714
578
|
| CreateProjectContentHint15;
|
|
715
579
|
|
|
716
580
|
export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType =
|
|
@@ -754,7 +618,6 @@ export type CreateProjectEnv = {
|
|
|
754
618
|
edgeConfigId?: string | null | undefined;
|
|
755
619
|
edgeConfigTokenId?: string | null | undefined;
|
|
756
620
|
contentHint?:
|
|
757
|
-
| CreateProjectContentHint14
|
|
758
621
|
| CreateProjectContentHint1
|
|
759
622
|
| CreateProjectContentHint2
|
|
760
623
|
| CreateProjectContentHint3
|
|
@@ -768,6 +631,7 @@ export type CreateProjectEnv = {
|
|
|
768
631
|
| CreateProjectContentHint11
|
|
769
632
|
| CreateProjectContentHint12
|
|
770
633
|
| CreateProjectContentHint13
|
|
634
|
+
| CreateProjectContentHint14
|
|
771
635
|
| CreateProjectContentHint15
|
|
772
636
|
| null
|
|
773
637
|
| undefined;
|
|
@@ -1128,12 +992,6 @@ export type CreateProjectLatestDeployments = {
|
|
|
1128
992
|
withCache?: boolean | undefined;
|
|
1129
993
|
};
|
|
1130
994
|
|
|
1131
|
-
export const CreateProjectLinkProjectsResponse200ApplicationJSONType = {
|
|
1132
|
-
Bitbucket: "bitbucket",
|
|
1133
|
-
} as const;
|
|
1134
|
-
export type CreateProjectLinkProjectsResponse200ApplicationJSONType =
|
|
1135
|
-
ClosedEnum<typeof CreateProjectLinkProjectsResponse200ApplicationJSONType>;
|
|
1136
|
-
|
|
1137
995
|
export type CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks = {
|
|
1138
996
|
createdAt?: number | undefined;
|
|
1139
997
|
id: string;
|
|
@@ -1146,7 +1004,7 @@ export type CreateProjectLink5 = {
|
|
|
1146
1004
|
name: string;
|
|
1147
1005
|
slug: string;
|
|
1148
1006
|
owner: string;
|
|
1149
|
-
type:
|
|
1007
|
+
type: "bitbucket";
|
|
1150
1008
|
uuid: string;
|
|
1151
1009
|
workspaceUuid: string;
|
|
1152
1010
|
createdAt?: number | undefined;
|
|
@@ -1159,13 +1017,6 @@ export type CreateProjectLink5 = {
|
|
|
1159
1017
|
productionBranch: string;
|
|
1160
1018
|
};
|
|
1161
1019
|
|
|
1162
|
-
export const CreateProjectLinkProjectsResponse200Type = {
|
|
1163
|
-
Gitlab: "gitlab",
|
|
1164
|
-
} as const;
|
|
1165
|
-
export type CreateProjectLinkProjectsResponse200Type = ClosedEnum<
|
|
1166
|
-
typeof CreateProjectLinkProjectsResponse200Type
|
|
1167
|
-
>;
|
|
1168
|
-
|
|
1169
1020
|
export type CreateProjectLinkProjectsResponse200DeployHooks = {
|
|
1170
1021
|
createdAt?: number | undefined;
|
|
1171
1022
|
id: string;
|
|
@@ -1184,7 +1035,7 @@ export type CreateProjectLink4 = {
|
|
|
1184
1035
|
*/
|
|
1185
1036
|
projectOwnerId?: number | undefined;
|
|
1186
1037
|
projectUrl: string;
|
|
1187
|
-
type:
|
|
1038
|
+
type: "gitlab";
|
|
1188
1039
|
createdAt?: number | undefined;
|
|
1189
1040
|
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks>;
|
|
1190
1041
|
gitCredentialId: string;
|
|
@@ -1193,13 +1044,6 @@ export type CreateProjectLink4 = {
|
|
|
1193
1044
|
productionBranch: string;
|
|
1194
1045
|
};
|
|
1195
1046
|
|
|
1196
|
-
export const CreateProjectLinkProjectsResponseType = {
|
|
1197
|
-
GithubCustomHost: "github-custom-host",
|
|
1198
|
-
} as const;
|
|
1199
|
-
export type CreateProjectLinkProjectsResponseType = ClosedEnum<
|
|
1200
|
-
typeof CreateProjectLinkProjectsResponseType
|
|
1201
|
-
>;
|
|
1202
|
-
|
|
1203
1047
|
export type CreateProjectLinkProjectsResponseDeployHooks = {
|
|
1204
1048
|
createdAt?: number | undefined;
|
|
1205
1049
|
id: string;
|
|
@@ -1216,7 +1060,7 @@ export type CreateProjectLink3 = {
|
|
|
1216
1060
|
repoOwnerId?: number | undefined;
|
|
1217
1061
|
repo?: string | undefined;
|
|
1218
1062
|
repoId?: number | undefined;
|
|
1219
|
-
type:
|
|
1063
|
+
type: "github-custom-host";
|
|
1220
1064
|
host: string;
|
|
1221
1065
|
createdAt?: number | undefined;
|
|
1222
1066
|
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks>;
|
|
@@ -1226,13 +1070,6 @@ export type CreateProjectLink3 = {
|
|
|
1226
1070
|
productionBranch: string;
|
|
1227
1071
|
};
|
|
1228
1072
|
|
|
1229
|
-
export const CreateProjectLinkProjectsType = {
|
|
1230
|
-
GithubLimited: "github-limited",
|
|
1231
|
-
} as const;
|
|
1232
|
-
export type CreateProjectLinkProjectsType = ClosedEnum<
|
|
1233
|
-
typeof CreateProjectLinkProjectsType
|
|
1234
|
-
>;
|
|
1235
|
-
|
|
1236
1073
|
export type CreateProjectLinkProjectsDeployHooks = {
|
|
1237
1074
|
createdAt?: number | undefined;
|
|
1238
1075
|
id: string;
|
|
@@ -1242,7 +1079,7 @@ export type CreateProjectLinkProjectsDeployHooks = {
|
|
|
1242
1079
|
};
|
|
1243
1080
|
|
|
1244
1081
|
export type CreateProjectLink2 = {
|
|
1245
|
-
type:
|
|
1082
|
+
type: "github-limited";
|
|
1246
1083
|
repo?: string | undefined;
|
|
1247
1084
|
repoId?: number | undefined;
|
|
1248
1085
|
createdAt?: number | undefined;
|
|
@@ -1258,11 +1095,6 @@ export type CreateProjectLink2 = {
|
|
|
1258
1095
|
productionBranch: string;
|
|
1259
1096
|
};
|
|
1260
1097
|
|
|
1261
|
-
export const CreateProjectLinkType = {
|
|
1262
|
-
Github: "github",
|
|
1263
|
-
} as const;
|
|
1264
|
-
export type CreateProjectLinkType = ClosedEnum<typeof CreateProjectLinkType>;
|
|
1265
|
-
|
|
1266
1098
|
export type CreateProjectLinkDeployHooks = {
|
|
1267
1099
|
createdAt?: number | undefined;
|
|
1268
1100
|
id: string;
|
|
@@ -1279,7 +1111,7 @@ export type CreateProjectLink1 = {
|
|
|
1279
1111
|
repoOwnerId?: number | undefined;
|
|
1280
1112
|
repo?: string | undefined;
|
|
1281
1113
|
repoId?: number | undefined;
|
|
1282
|
-
type:
|
|
1114
|
+
type: "github";
|
|
1283
1115
|
createdAt?: number | undefined;
|
|
1284
1116
|
deployHooks: Array<CreateProjectLinkDeployHooks>;
|
|
1285
1117
|
gitCredentialId: string;
|
|
@@ -1289,11 +1121,11 @@ export type CreateProjectLink1 = {
|
|
|
1289
1121
|
};
|
|
1290
1122
|
|
|
1291
1123
|
export type CreateProjectLink =
|
|
1292
|
-
| CreateProjectLink4
|
|
1293
|
-
| CreateProjectLink5
|
|
1294
|
-
| CreateProjectLink3
|
|
1295
1124
|
| CreateProjectLink1
|
|
1296
|
-
| CreateProjectLink2
|
|
1125
|
+
| CreateProjectLink2
|
|
1126
|
+
| CreateProjectLink3
|
|
1127
|
+
| CreateProjectLink4
|
|
1128
|
+
| CreateProjectLink5;
|
|
1297
1129
|
|
|
1298
1130
|
export type CreateProjectMicrofrontends3 = {
|
|
1299
1131
|
updatedAt: number;
|
|
@@ -1947,30 +1779,16 @@ export type CreateProjectLastAliasRequest = {
|
|
|
1947
1779
|
CreateProjectProjectsResponse200ApplicationJSONResponseBodyLastAliasRequestType;
|
|
1948
1780
|
};
|
|
1949
1781
|
|
|
1950
|
-
export const CreateProjectProtectionBypassProjectsScope = {
|
|
1951
|
-
AutomationBypass: "automation-bypass",
|
|
1952
|
-
} as const;
|
|
1953
|
-
export type CreateProjectProtectionBypassProjectsScope = ClosedEnum<
|
|
1954
|
-
typeof CreateProjectProtectionBypassProjectsScope
|
|
1955
|
-
>;
|
|
1956
|
-
|
|
1957
1782
|
export type CreateProjectProtectionBypass2 = {
|
|
1958
1783
|
createdAt: number;
|
|
1959
1784
|
createdBy: string;
|
|
1960
|
-
scope:
|
|
1785
|
+
scope: "automation-bypass";
|
|
1961
1786
|
};
|
|
1962
1787
|
|
|
1963
|
-
export const CreateProjectProtectionBypassScope = {
|
|
1964
|
-
IntegrationAutomationBypass: "integration-automation-bypass",
|
|
1965
|
-
} as const;
|
|
1966
|
-
export type CreateProjectProtectionBypassScope = ClosedEnum<
|
|
1967
|
-
typeof CreateProjectProtectionBypassScope
|
|
1968
|
-
>;
|
|
1969
|
-
|
|
1970
1788
|
export type CreateProjectProtectionBypass1 = {
|
|
1971
1789
|
createdAt: number;
|
|
1972
1790
|
createdBy: string;
|
|
1973
|
-
scope:
|
|
1791
|
+
scope: "integration-automation-bypass";
|
|
1974
1792
|
integrationId: string;
|
|
1975
1793
|
configurationId: string;
|
|
1976
1794
|
};
|
|
@@ -2201,36 +2019,15 @@ export type CreateProjectBlock = {
|
|
|
2201
2019
|
isCascading?: boolean | undefined;
|
|
2202
2020
|
};
|
|
2203
2021
|
|
|
2204
|
-
export const CreateProjectBlockHistoryProjectsResponse200Action = {
|
|
2205
|
-
RouteUnblocked: "route-unblocked",
|
|
2206
|
-
} as const;
|
|
2207
|
-
export type CreateProjectBlockHistoryProjectsResponse200Action = ClosedEnum<
|
|
2208
|
-
typeof CreateProjectBlockHistoryProjectsResponse200Action
|
|
2209
|
-
>;
|
|
2210
|
-
|
|
2211
|
-
export const CreateProjectHasProjectsResponse200Type = {
|
|
2212
|
-
Host: "host",
|
|
2213
|
-
} as const;
|
|
2214
|
-
export type CreateProjectHasProjectsResponse200Type = ClosedEnum<
|
|
2215
|
-
typeof CreateProjectHasProjectsResponse200Type
|
|
2216
|
-
>;
|
|
2217
|
-
|
|
2218
2022
|
export type CreateProjectHasProjectsResponse200Value = {
|
|
2219
2023
|
eq: string;
|
|
2220
2024
|
};
|
|
2221
2025
|
|
|
2222
2026
|
export type CreateProjectHasProjects2 = {
|
|
2223
|
-
type:
|
|
2027
|
+
type: "host";
|
|
2224
2028
|
value: CreateProjectHasProjectsResponse200Value;
|
|
2225
2029
|
};
|
|
2226
2030
|
|
|
2227
|
-
export const CreateProjectHasProjectsResponseType = {
|
|
2228
|
-
Header: "header",
|
|
2229
|
-
} as const;
|
|
2230
|
-
export type CreateProjectHasProjectsResponseType = ClosedEnum<
|
|
2231
|
-
typeof CreateProjectHasProjectsResponseType
|
|
2232
|
-
>;
|
|
2233
|
-
|
|
2234
2031
|
export const CreateProjectHasProjectsKey = {
|
|
2235
2032
|
XVercelIpCountry: "x-vercel-ip-country",
|
|
2236
2033
|
} as const;
|
|
@@ -2243,7 +2040,7 @@ export type CreateProjectHasProjectsResponseValue = {
|
|
|
2243
2040
|
};
|
|
2244
2041
|
|
|
2245
2042
|
export type CreateProjectHasProjects1 = {
|
|
2246
|
-
type:
|
|
2043
|
+
type: "header";
|
|
2247
2044
|
key: CreateProjectHasProjectsKey;
|
|
2248
2045
|
value: CreateProjectHasProjectsResponseValue;
|
|
2249
2046
|
};
|
|
@@ -2279,7 +2076,7 @@ export type CreateProjectBlockHistoryProjectsRoute =
|
|
|
2279
2076
|
| CreateProjectRouteProjects2;
|
|
2280
2077
|
|
|
2281
2078
|
export type CreateProjectBlockHistory4 = {
|
|
2282
|
-
action:
|
|
2079
|
+
action: "route-unblocked";
|
|
2283
2080
|
route: CreateProjectRouteProjects1 | CreateProjectRouteProjects2;
|
|
2284
2081
|
statusCode?: number | undefined;
|
|
2285
2082
|
createdAt: number;
|
|
@@ -2289,39 +2086,16 @@ export type CreateProjectBlockHistory4 = {
|
|
|
2289
2086
|
isCascading?: boolean | undefined;
|
|
2290
2087
|
};
|
|
2291
2088
|
|
|
2292
|
-
export const CreateProjectBlockHistoryProjectsResponseAction = {
|
|
2293
|
-
RouteBlocked: "route-blocked",
|
|
2294
|
-
} as const;
|
|
2295
|
-
export type CreateProjectBlockHistoryProjectsResponseAction = ClosedEnum<
|
|
2296
|
-
typeof CreateProjectBlockHistoryProjectsResponseAction
|
|
2297
|
-
>;
|
|
2298
|
-
|
|
2299
|
-
export const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType =
|
|
2300
|
-
{
|
|
2301
|
-
Host: "host",
|
|
2302
|
-
} as const;
|
|
2303
|
-
export type CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType =
|
|
2304
|
-
ClosedEnum<
|
|
2305
|
-
typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType
|
|
2306
|
-
>;
|
|
2307
|
-
|
|
2308
2089
|
export type CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue =
|
|
2309
2090
|
{
|
|
2310
2091
|
eq: string;
|
|
2311
2092
|
};
|
|
2312
2093
|
|
|
2313
2094
|
export type CreateProjectHasProjectsResponse2 = {
|
|
2314
|
-
type:
|
|
2095
|
+
type: "host";
|
|
2315
2096
|
value: CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue;
|
|
2316
2097
|
};
|
|
2317
2098
|
|
|
2318
|
-
export const CreateProjectHasProjectsResponse200ApplicationJSONType = {
|
|
2319
|
-
Header: "header",
|
|
2320
|
-
} as const;
|
|
2321
|
-
export type CreateProjectHasProjectsResponse200ApplicationJSONType = ClosedEnum<
|
|
2322
|
-
typeof CreateProjectHasProjectsResponse200ApplicationJSONType
|
|
2323
|
-
>;
|
|
2324
|
-
|
|
2325
2099
|
export const CreateProjectHasKey = {
|
|
2326
2100
|
XVercelIpCountry: "x-vercel-ip-country",
|
|
2327
2101
|
} as const;
|
|
@@ -2332,7 +2106,7 @@ export type CreateProjectHasProjectsResponse200ApplicationJSONValue = {
|
|
|
2332
2106
|
};
|
|
2333
2107
|
|
|
2334
2108
|
export type CreateProjectHasProjectsResponse1 = {
|
|
2335
|
-
type:
|
|
2109
|
+
type: "header";
|
|
2336
2110
|
key: CreateProjectHasKey;
|
|
2337
2111
|
value: CreateProjectHasProjectsResponse200ApplicationJSONValue;
|
|
2338
2112
|
};
|
|
@@ -2370,7 +2144,7 @@ export type CreateProjectBlockHistoryRoute =
|
|
|
2370
2144
|
| CreateProjectRoute2;
|
|
2371
2145
|
|
|
2372
2146
|
export type CreateProjectBlockHistory3 = {
|
|
2373
|
-
action:
|
|
2147
|
+
action: "route-blocked";
|
|
2374
2148
|
route: CreateProjectRoute1 | CreateProjectRoute2;
|
|
2375
2149
|
reason: string;
|
|
2376
2150
|
createdAt: number;
|
|
@@ -2380,15 +2154,8 @@ export type CreateProjectBlockHistory3 = {
|
|
|
2380
2154
|
isCascading?: boolean | undefined;
|
|
2381
2155
|
};
|
|
2382
2156
|
|
|
2383
|
-
export const CreateProjectBlockHistoryProjectsAction = {
|
|
2384
|
-
Unblocked: "unblocked",
|
|
2385
|
-
} as const;
|
|
2386
|
-
export type CreateProjectBlockHistoryProjectsAction = ClosedEnum<
|
|
2387
|
-
typeof CreateProjectBlockHistoryProjectsAction
|
|
2388
|
-
>;
|
|
2389
|
-
|
|
2390
2157
|
export type CreateProjectBlockHistory2 = {
|
|
2391
|
-
action:
|
|
2158
|
+
action: "unblocked";
|
|
2392
2159
|
createdAt: number;
|
|
2393
2160
|
caseId?: string | undefined;
|
|
2394
2161
|
actor?: string | undefined;
|
|
@@ -2396,15 +2163,8 @@ export type CreateProjectBlockHistory2 = {
|
|
|
2396
2163
|
isCascading?: boolean | undefined;
|
|
2397
2164
|
};
|
|
2398
2165
|
|
|
2399
|
-
export const CreateProjectBlockHistoryAction = {
|
|
2400
|
-
Blocked: "blocked",
|
|
2401
|
-
} as const;
|
|
2402
|
-
export type CreateProjectBlockHistoryAction = ClosedEnum<
|
|
2403
|
-
typeof CreateProjectBlockHistoryAction
|
|
2404
|
-
>;
|
|
2405
|
-
|
|
2406
2166
|
export type CreateProjectBlockHistory1 = {
|
|
2407
|
-
action:
|
|
2167
|
+
action: "blocked";
|
|
2408
2168
|
reason: string;
|
|
2409
2169
|
statusCode: number;
|
|
2410
2170
|
createdAt: number;
|
|
@@ -2416,9 +2176,9 @@ export type CreateProjectBlockHistory1 = {
|
|
|
2416
2176
|
|
|
2417
2177
|
export type CreateProjectBlockHistory =
|
|
2418
2178
|
| CreateProjectBlockHistory1
|
|
2179
|
+
| CreateProjectBlockHistory2
|
|
2419
2180
|
| CreateProjectBlockHistory3
|
|
2420
|
-
| CreateProjectBlockHistory4
|
|
2421
|
-
| CreateProjectBlockHistory2;
|
|
2181
|
+
| CreateProjectBlockHistory4;
|
|
2422
2182
|
|
|
2423
2183
|
export type CreateProjectAbuse = {
|
|
2424
2184
|
scanner?: string | undefined;
|
|
@@ -2428,35 +2188,23 @@ export type CreateProjectAbuse = {
|
|
|
2428
2188
|
blockHistory?:
|
|
2429
2189
|
| Array<
|
|
2430
2190
|
| CreateProjectBlockHistory1
|
|
2191
|
+
| CreateProjectBlockHistory2
|
|
2431
2192
|
| CreateProjectBlockHistory3
|
|
2432
2193
|
| CreateProjectBlockHistory4
|
|
2433
|
-
| CreateProjectBlockHistory2
|
|
2434
2194
|
>
|
|
2435
2195
|
| undefined;
|
|
2436
2196
|
interstitial?: boolean | undefined;
|
|
2437
2197
|
};
|
|
2438
2198
|
|
|
2439
|
-
export const CreateProjectHasProjectsType = {
|
|
2440
|
-
Host: "host",
|
|
2441
|
-
} as const;
|
|
2442
|
-
export type CreateProjectHasProjectsType = ClosedEnum<
|
|
2443
|
-
typeof CreateProjectHasProjectsType
|
|
2444
|
-
>;
|
|
2445
|
-
|
|
2446
2199
|
export type CreateProjectHasProjectsValue = {
|
|
2447
2200
|
eq: string;
|
|
2448
2201
|
};
|
|
2449
2202
|
|
|
2450
2203
|
export type CreateProjectHas2 = {
|
|
2451
|
-
type:
|
|
2204
|
+
type: "host";
|
|
2452
2205
|
value: CreateProjectHasProjectsValue;
|
|
2453
2206
|
};
|
|
2454
2207
|
|
|
2455
|
-
export const CreateProjectHasType = {
|
|
2456
|
-
Header: "header",
|
|
2457
|
-
} as const;
|
|
2458
|
-
export type CreateProjectHasType = ClosedEnum<typeof CreateProjectHasType>;
|
|
2459
|
-
|
|
2460
2208
|
export const HasKey = {
|
|
2461
2209
|
XVercelIpCountry: "x-vercel-ip-country",
|
|
2462
2210
|
} as const;
|
|
@@ -2467,7 +2215,7 @@ export type CreateProjectHasValue = {
|
|
|
2467
2215
|
};
|
|
2468
2216
|
|
|
2469
2217
|
export type CreateProjectHas1 = {
|
|
2470
|
-
type:
|
|
2218
|
+
type: "header";
|
|
2471
2219
|
key: HasKey;
|
|
2472
2220
|
value: CreateProjectHasValue;
|
|
2473
2221
|
};
|
|
@@ -2568,11 +2316,11 @@ export type CreateProjectResponseBody = {
|
|
|
2568
2316
|
ipBuckets?: Array<CreateProjectIpBuckets> | undefined;
|
|
2569
2317
|
latestDeployments?: Array<CreateProjectLatestDeployments> | undefined;
|
|
2570
2318
|
link?:
|
|
2571
|
-
| CreateProjectLink4
|
|
2572
|
-
| CreateProjectLink5
|
|
2573
|
-
| CreateProjectLink3
|
|
2574
2319
|
| CreateProjectLink1
|
|
2575
2320
|
| CreateProjectLink2
|
|
2321
|
+
| CreateProjectLink3
|
|
2322
|
+
| CreateProjectLink4
|
|
2323
|
+
| CreateProjectLink5
|
|
2576
2324
|
| undefined;
|
|
2577
2325
|
microfrontends?:
|
|
2578
2326
|
| CreateProjectMicrofrontends1
|
|
@@ -3667,33 +3415,18 @@ export const CreateProjectProjectsResponseType$outboundSchema: z.ZodNativeEnum<
|
|
|
3667
3415
|
typeof CreateProjectProjectsResponseType
|
|
3668
3416
|
> = CreateProjectProjectsResponseType$inboundSchema;
|
|
3669
3417
|
|
|
3670
|
-
/** @internal */
|
|
3671
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema:
|
|
3672
|
-
z.ZodNativeEnum<
|
|
3673
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
|
|
3674
|
-
> = z.nativeEnum(
|
|
3675
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type,
|
|
3676
|
-
);
|
|
3677
|
-
/** @internal */
|
|
3678
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema:
|
|
3679
|
-
z.ZodNativeEnum<
|
|
3680
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type
|
|
3681
|
-
> =
|
|
3682
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema;
|
|
3683
|
-
|
|
3684
3418
|
/** @internal */
|
|
3685
3419
|
export const CreateProjectContentHint15$inboundSchema: z.ZodType<
|
|
3686
3420
|
CreateProjectContentHint15,
|
|
3687
3421
|
z.ZodTypeDef,
|
|
3688
3422
|
unknown
|
|
3689
3423
|
> = z.object({
|
|
3690
|
-
type:
|
|
3691
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema,
|
|
3424
|
+
type: z.literal("flags-connection-string"),
|
|
3692
3425
|
projectId: z.string(),
|
|
3693
3426
|
});
|
|
3694
3427
|
/** @internal */
|
|
3695
3428
|
export type CreateProjectContentHint15$Outbound = {
|
|
3696
|
-
type: string;
|
|
3429
|
+
type: "flags-connection-string";
|
|
3697
3430
|
projectId: string;
|
|
3698
3431
|
};
|
|
3699
3432
|
|
|
@@ -3703,8 +3436,7 @@ export const CreateProjectContentHint15$outboundSchema: z.ZodType<
|
|
|
3703
3436
|
z.ZodTypeDef,
|
|
3704
3437
|
CreateProjectContentHint15
|
|
3705
3438
|
> = z.object({
|
|
3706
|
-
type:
|
|
3707
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema,
|
|
3439
|
+
type: z.literal("flags-connection-string"),
|
|
3708
3440
|
projectId: z.string(),
|
|
3709
3441
|
});
|
|
3710
3442
|
|
|
@@ -3725,28 +3457,13 @@ export function createProjectContentHint15FromJSON(
|
|
|
3725
3457
|
);
|
|
3726
3458
|
}
|
|
3727
3459
|
|
|
3728
|
-
/** @internal */
|
|
3729
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema:
|
|
3730
|
-
z.ZodNativeEnum<
|
|
3731
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
|
|
3732
|
-
> = z.nativeEnum(
|
|
3733
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type,
|
|
3734
|
-
);
|
|
3735
|
-
/** @internal */
|
|
3736
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema:
|
|
3737
|
-
z.ZodNativeEnum<
|
|
3738
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type
|
|
3739
|
-
> =
|
|
3740
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
|
|
3741
|
-
|
|
3742
3460
|
/** @internal */
|
|
3743
3461
|
export const CreateProjectContentHint14$inboundSchema: z.ZodType<
|
|
3744
3462
|
CreateProjectContentHint14,
|
|
3745
3463
|
z.ZodTypeDef,
|
|
3746
3464
|
unknown
|
|
3747
3465
|
> = z.object({
|
|
3748
|
-
type:
|
|
3749
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema,
|
|
3466
|
+
type: z.literal("integration-store-secret"),
|
|
3750
3467
|
storeId: z.string(),
|
|
3751
3468
|
integrationId: z.string(),
|
|
3752
3469
|
integrationProductId: z.string(),
|
|
@@ -3754,7 +3471,7 @@ export const CreateProjectContentHint14$inboundSchema: z.ZodType<
|
|
|
3754
3471
|
});
|
|
3755
3472
|
/** @internal */
|
|
3756
3473
|
export type CreateProjectContentHint14$Outbound = {
|
|
3757
|
-
type:
|
|
3474
|
+
type: "integration-store-secret";
|
|
3758
3475
|
storeId: string;
|
|
3759
3476
|
integrationId: string;
|
|
3760
3477
|
integrationProductId: string;
|
|
@@ -3767,8 +3484,7 @@ export const CreateProjectContentHint14$outboundSchema: z.ZodType<
|
|
|
3767
3484
|
z.ZodTypeDef,
|
|
3768
3485
|
CreateProjectContentHint14
|
|
3769
3486
|
> = z.object({
|
|
3770
|
-
type:
|
|
3771
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema,
|
|
3487
|
+
type: z.literal("integration-store-secret"),
|
|
3772
3488
|
storeId: z.string(),
|
|
3773
3489
|
integrationId: z.string(),
|
|
3774
3490
|
integrationProductId: z.string(),
|
|
@@ -3792,33 +3508,18 @@ export function createProjectContentHint14FromJSON(
|
|
|
3792
3508
|
);
|
|
3793
3509
|
}
|
|
3794
3510
|
|
|
3795
|
-
/** @internal */
|
|
3796
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema:
|
|
3797
|
-
z.ZodNativeEnum<
|
|
3798
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
|
|
3799
|
-
> = z.nativeEnum(
|
|
3800
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type,
|
|
3801
|
-
);
|
|
3802
|
-
/** @internal */
|
|
3803
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema:
|
|
3804
|
-
z.ZodNativeEnum<
|
|
3805
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type
|
|
3806
|
-
> =
|
|
3807
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
|
|
3808
|
-
|
|
3809
3511
|
/** @internal */
|
|
3810
3512
|
export const CreateProjectContentHint13$inboundSchema: z.ZodType<
|
|
3811
3513
|
CreateProjectContentHint13,
|
|
3812
3514
|
z.ZodTypeDef,
|
|
3813
3515
|
unknown
|
|
3814
3516
|
> = z.object({
|
|
3815
|
-
type:
|
|
3816
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema,
|
|
3517
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
3817
3518
|
storeId: z.string(),
|
|
3818
3519
|
});
|
|
3819
3520
|
/** @internal */
|
|
3820
3521
|
export type CreateProjectContentHint13$Outbound = {
|
|
3821
|
-
type:
|
|
3522
|
+
type: "postgres-url-no-ssl";
|
|
3822
3523
|
storeId: string;
|
|
3823
3524
|
};
|
|
3824
3525
|
|
|
@@ -3828,8 +3529,7 @@ export const CreateProjectContentHint13$outboundSchema: z.ZodType<
|
|
|
3828
3529
|
z.ZodTypeDef,
|
|
3829
3530
|
CreateProjectContentHint13
|
|
3830
3531
|
> = z.object({
|
|
3831
|
-
type:
|
|
3832
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema,
|
|
3532
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
3833
3533
|
storeId: z.string(),
|
|
3834
3534
|
});
|
|
3835
3535
|
|
|
@@ -3850,33 +3550,18 @@ export function createProjectContentHint13FromJSON(
|
|
|
3850
3550
|
);
|
|
3851
3551
|
}
|
|
3852
3552
|
|
|
3853
|
-
/** @internal */
|
|
3854
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema:
|
|
3855
|
-
z.ZodNativeEnum<
|
|
3856
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
|
|
3857
|
-
> = z.nativeEnum(
|
|
3858
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type,
|
|
3859
|
-
);
|
|
3860
|
-
/** @internal */
|
|
3861
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema:
|
|
3862
|
-
z.ZodNativeEnum<
|
|
3863
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type
|
|
3864
|
-
> =
|
|
3865
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
|
|
3866
|
-
|
|
3867
3553
|
/** @internal */
|
|
3868
3554
|
export const CreateProjectContentHint12$inboundSchema: z.ZodType<
|
|
3869
3555
|
CreateProjectContentHint12,
|
|
3870
3556
|
z.ZodTypeDef,
|
|
3871
3557
|
unknown
|
|
3872
3558
|
> = z.object({
|
|
3873
|
-
type:
|
|
3874
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema,
|
|
3559
|
+
type: z.literal("postgres-database"),
|
|
3875
3560
|
storeId: z.string(),
|
|
3876
3561
|
});
|
|
3877
3562
|
/** @internal */
|
|
3878
3563
|
export type CreateProjectContentHint12$Outbound = {
|
|
3879
|
-
type:
|
|
3564
|
+
type: "postgres-database";
|
|
3880
3565
|
storeId: string;
|
|
3881
3566
|
};
|
|
3882
3567
|
|
|
@@ -3886,8 +3571,7 @@ export const CreateProjectContentHint12$outboundSchema: z.ZodType<
|
|
|
3886
3571
|
z.ZodTypeDef,
|
|
3887
3572
|
CreateProjectContentHint12
|
|
3888
3573
|
> = z.object({
|
|
3889
|
-
type:
|
|
3890
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema,
|
|
3574
|
+
type: z.literal("postgres-database"),
|
|
3891
3575
|
storeId: z.string(),
|
|
3892
3576
|
});
|
|
3893
3577
|
|
|
@@ -3908,33 +3592,18 @@ export function createProjectContentHint12FromJSON(
|
|
|
3908
3592
|
);
|
|
3909
3593
|
}
|
|
3910
3594
|
|
|
3911
|
-
/** @internal */
|
|
3912
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema:
|
|
3913
|
-
z.ZodNativeEnum<
|
|
3914
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
|
|
3915
|
-
> = z.nativeEnum(
|
|
3916
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type,
|
|
3917
|
-
);
|
|
3918
|
-
/** @internal */
|
|
3919
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema:
|
|
3920
|
-
z.ZodNativeEnum<
|
|
3921
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type
|
|
3922
|
-
> =
|
|
3923
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
|
|
3924
|
-
|
|
3925
3595
|
/** @internal */
|
|
3926
3596
|
export const CreateProjectContentHint11$inboundSchema: z.ZodType<
|
|
3927
3597
|
CreateProjectContentHint11,
|
|
3928
3598
|
z.ZodTypeDef,
|
|
3929
3599
|
unknown
|
|
3930
3600
|
> = z.object({
|
|
3931
|
-
type:
|
|
3932
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema,
|
|
3601
|
+
type: z.literal("postgres-password"),
|
|
3933
3602
|
storeId: z.string(),
|
|
3934
3603
|
});
|
|
3935
3604
|
/** @internal */
|
|
3936
3605
|
export type CreateProjectContentHint11$Outbound = {
|
|
3937
|
-
type:
|
|
3606
|
+
type: "postgres-password";
|
|
3938
3607
|
storeId: string;
|
|
3939
3608
|
};
|
|
3940
3609
|
|
|
@@ -3944,8 +3613,7 @@ export const CreateProjectContentHint11$outboundSchema: z.ZodType<
|
|
|
3944
3613
|
z.ZodTypeDef,
|
|
3945
3614
|
CreateProjectContentHint11
|
|
3946
3615
|
> = z.object({
|
|
3947
|
-
type:
|
|
3948
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema,
|
|
3616
|
+
type: z.literal("postgres-password"),
|
|
3949
3617
|
storeId: z.string(),
|
|
3950
3618
|
});
|
|
3951
3619
|
|
|
@@ -3966,33 +3634,18 @@ export function createProjectContentHint11FromJSON(
|
|
|
3966
3634
|
);
|
|
3967
3635
|
}
|
|
3968
3636
|
|
|
3969
|
-
/** @internal */
|
|
3970
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema:
|
|
3971
|
-
z.ZodNativeEnum<
|
|
3972
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
|
|
3973
|
-
> = z.nativeEnum(
|
|
3974
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type,
|
|
3975
|
-
);
|
|
3976
|
-
/** @internal */
|
|
3977
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema:
|
|
3978
|
-
z.ZodNativeEnum<
|
|
3979
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type
|
|
3980
|
-
> =
|
|
3981
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
|
|
3982
|
-
|
|
3983
3637
|
/** @internal */
|
|
3984
3638
|
export const CreateProjectContentHint10$inboundSchema: z.ZodType<
|
|
3985
3639
|
CreateProjectContentHint10,
|
|
3986
3640
|
z.ZodTypeDef,
|
|
3987
3641
|
unknown
|
|
3988
3642
|
> = z.object({
|
|
3989
|
-
type:
|
|
3990
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema,
|
|
3643
|
+
type: z.literal("postgres-host"),
|
|
3991
3644
|
storeId: z.string(),
|
|
3992
3645
|
});
|
|
3993
3646
|
/** @internal */
|
|
3994
3647
|
export type CreateProjectContentHint10$Outbound = {
|
|
3995
|
-
type:
|
|
3648
|
+
type: "postgres-host";
|
|
3996
3649
|
storeId: string;
|
|
3997
3650
|
};
|
|
3998
3651
|
|
|
@@ -4002,8 +3655,7 @@ export const CreateProjectContentHint10$outboundSchema: z.ZodType<
|
|
|
4002
3655
|
z.ZodTypeDef,
|
|
4003
3656
|
CreateProjectContentHint10
|
|
4004
3657
|
> = z.object({
|
|
4005
|
-
type:
|
|
4006
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema,
|
|
3658
|
+
type: z.literal("postgres-host"),
|
|
4007
3659
|
storeId: z.string(),
|
|
4008
3660
|
});
|
|
4009
3661
|
|
|
@@ -4024,33 +3676,18 @@ export function createProjectContentHint10FromJSON(
|
|
|
4024
3676
|
);
|
|
4025
3677
|
}
|
|
4026
3678
|
|
|
4027
|
-
/** @internal */
|
|
4028
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema:
|
|
4029
|
-
z.ZodNativeEnum<
|
|
4030
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
|
|
4031
|
-
> = z.nativeEnum(
|
|
4032
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type,
|
|
4033
|
-
);
|
|
4034
|
-
/** @internal */
|
|
4035
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema:
|
|
4036
|
-
z.ZodNativeEnum<
|
|
4037
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type
|
|
4038
|
-
> =
|
|
4039
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
|
|
4040
|
-
|
|
4041
3679
|
/** @internal */
|
|
4042
3680
|
export const CreateProjectContentHint9$inboundSchema: z.ZodType<
|
|
4043
3681
|
CreateProjectContentHint9,
|
|
4044
3682
|
z.ZodTypeDef,
|
|
4045
3683
|
unknown
|
|
4046
3684
|
> = z.object({
|
|
4047
|
-
type:
|
|
4048
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema,
|
|
3685
|
+
type: z.literal("postgres-user"),
|
|
4049
3686
|
storeId: z.string(),
|
|
4050
3687
|
});
|
|
4051
3688
|
/** @internal */
|
|
4052
3689
|
export type CreateProjectContentHint9$Outbound = {
|
|
4053
|
-
type:
|
|
3690
|
+
type: "postgres-user";
|
|
4054
3691
|
storeId: string;
|
|
4055
3692
|
};
|
|
4056
3693
|
|
|
@@ -4060,8 +3697,7 @@ export const CreateProjectContentHint9$outboundSchema: z.ZodType<
|
|
|
4060
3697
|
z.ZodTypeDef,
|
|
4061
3698
|
CreateProjectContentHint9
|
|
4062
3699
|
> = z.object({
|
|
4063
|
-
type:
|
|
4064
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema,
|
|
3700
|
+
type: z.literal("postgres-user"),
|
|
4065
3701
|
storeId: z.string(),
|
|
4066
3702
|
});
|
|
4067
3703
|
|
|
@@ -4082,33 +3718,18 @@ export function createProjectContentHint9FromJSON(
|
|
|
4082
3718
|
);
|
|
4083
3719
|
}
|
|
4084
3720
|
|
|
4085
|
-
/** @internal */
|
|
4086
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema:
|
|
4087
|
-
z.ZodNativeEnum<
|
|
4088
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type
|
|
4089
|
-
> = z.nativeEnum(
|
|
4090
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type,
|
|
4091
|
-
);
|
|
4092
|
-
/** @internal */
|
|
4093
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema:
|
|
4094
|
-
z.ZodNativeEnum<
|
|
4095
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type
|
|
4096
|
-
> =
|
|
4097
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema;
|
|
4098
|
-
|
|
4099
3721
|
/** @internal */
|
|
4100
3722
|
export const CreateProjectContentHint8$inboundSchema: z.ZodType<
|
|
4101
3723
|
CreateProjectContentHint8,
|
|
4102
3724
|
z.ZodTypeDef,
|
|
4103
3725
|
unknown
|
|
4104
3726
|
> = z.object({
|
|
4105
|
-
type:
|
|
4106
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema,
|
|
3727
|
+
type: z.literal("postgres-prisma-url"),
|
|
4107
3728
|
storeId: z.string(),
|
|
4108
3729
|
});
|
|
4109
3730
|
/** @internal */
|
|
4110
3731
|
export type CreateProjectContentHint8$Outbound = {
|
|
4111
|
-
type:
|
|
3732
|
+
type: "postgres-prisma-url";
|
|
4112
3733
|
storeId: string;
|
|
4113
3734
|
};
|
|
4114
3735
|
|
|
@@ -4118,8 +3739,7 @@ export const CreateProjectContentHint8$outboundSchema: z.ZodType<
|
|
|
4118
3739
|
z.ZodTypeDef,
|
|
4119
3740
|
CreateProjectContentHint8
|
|
4120
3741
|
> = z.object({
|
|
4121
|
-
type:
|
|
4122
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema,
|
|
3742
|
+
type: z.literal("postgres-prisma-url"),
|
|
4123
3743
|
storeId: z.string(),
|
|
4124
3744
|
});
|
|
4125
3745
|
|
|
@@ -4140,33 +3760,18 @@ export function createProjectContentHint8FromJSON(
|
|
|
4140
3760
|
);
|
|
4141
3761
|
}
|
|
4142
3762
|
|
|
4143
|
-
/** @internal */
|
|
4144
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema:
|
|
4145
|
-
z.ZodNativeEnum<
|
|
4146
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
|
|
4147
|
-
> = z.nativeEnum(
|
|
4148
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType,
|
|
4149
|
-
);
|
|
4150
|
-
/** @internal */
|
|
4151
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema:
|
|
4152
|
-
z.ZodNativeEnum<
|
|
4153
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType
|
|
4154
|
-
> =
|
|
4155
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
|
|
4156
|
-
|
|
4157
3763
|
/** @internal */
|
|
4158
3764
|
export const CreateProjectContentHint7$inboundSchema: z.ZodType<
|
|
4159
3765
|
CreateProjectContentHint7,
|
|
4160
3766
|
z.ZodTypeDef,
|
|
4161
3767
|
unknown
|
|
4162
3768
|
> = z.object({
|
|
4163
|
-
type:
|
|
4164
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
|
|
3769
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
4165
3770
|
storeId: z.string(),
|
|
4166
3771
|
});
|
|
4167
3772
|
/** @internal */
|
|
4168
3773
|
export type CreateProjectContentHint7$Outbound = {
|
|
4169
|
-
type:
|
|
3774
|
+
type: "postgres-url-non-pooling";
|
|
4170
3775
|
storeId: string;
|
|
4171
3776
|
};
|
|
4172
3777
|
|
|
@@ -4176,8 +3781,7 @@ export const CreateProjectContentHint7$outboundSchema: z.ZodType<
|
|
|
4176
3781
|
z.ZodTypeDef,
|
|
4177
3782
|
CreateProjectContentHint7
|
|
4178
3783
|
> = z.object({
|
|
4179
|
-
type:
|
|
4180
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
|
|
3784
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
4181
3785
|
storeId: z.string(),
|
|
4182
3786
|
});
|
|
4183
3787
|
|
|
@@ -4198,33 +3802,18 @@ export function createProjectContentHint7FromJSON(
|
|
|
4198
3802
|
);
|
|
4199
3803
|
}
|
|
4200
3804
|
|
|
4201
|
-
/** @internal */
|
|
4202
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
4203
|
-
z.ZodNativeEnum<
|
|
4204
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
4205
|
-
> = z.nativeEnum(
|
|
4206
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType,
|
|
4207
|
-
);
|
|
4208
|
-
/** @internal */
|
|
4209
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
4210
|
-
z.ZodNativeEnum<
|
|
4211
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
4212
|
-
> =
|
|
4213
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
4214
|
-
|
|
4215
3805
|
/** @internal */
|
|
4216
3806
|
export const CreateProjectContentHint6$inboundSchema: z.ZodType<
|
|
4217
3807
|
CreateProjectContentHint6,
|
|
4218
3808
|
z.ZodTypeDef,
|
|
4219
3809
|
unknown
|
|
4220
3810
|
> = z.object({
|
|
4221
|
-
type:
|
|
4222
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
3811
|
+
type: z.literal("postgres-url"),
|
|
4223
3812
|
storeId: z.string(),
|
|
4224
3813
|
});
|
|
4225
3814
|
/** @internal */
|
|
4226
3815
|
export type CreateProjectContentHint6$Outbound = {
|
|
4227
|
-
type:
|
|
3816
|
+
type: "postgres-url";
|
|
4228
3817
|
storeId: string;
|
|
4229
3818
|
};
|
|
4230
3819
|
|
|
@@ -4234,8 +3823,7 @@ export const CreateProjectContentHint6$outboundSchema: z.ZodType<
|
|
|
4234
3823
|
z.ZodTypeDef,
|
|
4235
3824
|
CreateProjectContentHint6
|
|
4236
3825
|
> = z.object({
|
|
4237
|
-
type:
|
|
4238
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
3826
|
+
type: z.literal("postgres-url"),
|
|
4239
3827
|
storeId: z.string(),
|
|
4240
3828
|
});
|
|
4241
3829
|
|
|
@@ -4256,33 +3844,18 @@ export function createProjectContentHint6FromJSON(
|
|
|
4256
3844
|
);
|
|
4257
3845
|
}
|
|
4258
3846
|
|
|
4259
|
-
/** @internal */
|
|
4260
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
4261
|
-
z.ZodNativeEnum<
|
|
4262
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONType
|
|
4263
|
-
> = z.nativeEnum(
|
|
4264
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONType,
|
|
4265
|
-
);
|
|
4266
|
-
/** @internal */
|
|
4267
|
-
export const CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
4268
|
-
z.ZodNativeEnum<
|
|
4269
|
-
typeof CreateProjectContentHintProjectsResponse200ApplicationJSONType
|
|
4270
|
-
> =
|
|
4271
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
4272
|
-
|
|
4273
3847
|
/** @internal */
|
|
4274
3848
|
export const CreateProjectContentHint5$inboundSchema: z.ZodType<
|
|
4275
3849
|
CreateProjectContentHint5,
|
|
4276
3850
|
z.ZodTypeDef,
|
|
4277
3851
|
unknown
|
|
4278
3852
|
> = z.object({
|
|
4279
|
-
type:
|
|
4280
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
3853
|
+
type: z.literal("blob-read-write-token"),
|
|
4281
3854
|
storeId: z.string(),
|
|
4282
3855
|
});
|
|
4283
3856
|
/** @internal */
|
|
4284
3857
|
export type CreateProjectContentHint5$Outbound = {
|
|
4285
|
-
type:
|
|
3858
|
+
type: "blob-read-write-token";
|
|
4286
3859
|
storeId: string;
|
|
4287
3860
|
};
|
|
4288
3861
|
|
|
@@ -4292,8 +3865,7 @@ export const CreateProjectContentHint5$outboundSchema: z.ZodType<
|
|
|
4292
3865
|
z.ZodTypeDef,
|
|
4293
3866
|
CreateProjectContentHint5
|
|
4294
3867
|
> = z.object({
|
|
4295
|
-
type:
|
|
4296
|
-
CreateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
3868
|
+
type: z.literal("blob-read-write-token"),
|
|
4297
3869
|
storeId: z.string(),
|
|
4298
3870
|
});
|
|
4299
3871
|
|
|
@@ -4314,27 +3886,18 @@ export function createProjectContentHint5FromJSON(
|
|
|
4314
3886
|
);
|
|
4315
3887
|
}
|
|
4316
3888
|
|
|
4317
|
-
/** @internal */
|
|
4318
|
-
export const CreateProjectContentHintProjectsResponse200Type$inboundSchema:
|
|
4319
|
-
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200Type> = z
|
|
4320
|
-
.nativeEnum(CreateProjectContentHintProjectsResponse200Type);
|
|
4321
|
-
/** @internal */
|
|
4322
|
-
export const CreateProjectContentHintProjectsResponse200Type$outboundSchema:
|
|
4323
|
-
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponse200Type> =
|
|
4324
|
-
CreateProjectContentHintProjectsResponse200Type$inboundSchema;
|
|
4325
|
-
|
|
4326
3889
|
/** @internal */
|
|
4327
3890
|
export const CreateProjectContentHint4$inboundSchema: z.ZodType<
|
|
4328
3891
|
CreateProjectContentHint4,
|
|
4329
3892
|
z.ZodTypeDef,
|
|
4330
3893
|
unknown
|
|
4331
3894
|
> = z.object({
|
|
4332
|
-
type:
|
|
3895
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
4333
3896
|
storeId: z.string(),
|
|
4334
3897
|
});
|
|
4335
3898
|
/** @internal */
|
|
4336
3899
|
export type CreateProjectContentHint4$Outbound = {
|
|
4337
|
-
type:
|
|
3900
|
+
type: "redis-rest-api-read-only-token";
|
|
4338
3901
|
storeId: string;
|
|
4339
3902
|
};
|
|
4340
3903
|
|
|
@@ -4344,7 +3907,7 @@ export const CreateProjectContentHint4$outboundSchema: z.ZodType<
|
|
|
4344
3907
|
z.ZodTypeDef,
|
|
4345
3908
|
CreateProjectContentHint4
|
|
4346
3909
|
> = z.object({
|
|
4347
|
-
type:
|
|
3910
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
4348
3911
|
storeId: z.string(),
|
|
4349
3912
|
});
|
|
4350
3913
|
|
|
@@ -4365,27 +3928,18 @@ export function createProjectContentHint4FromJSON(
|
|
|
4365
3928
|
);
|
|
4366
3929
|
}
|
|
4367
3930
|
|
|
4368
|
-
/** @internal */
|
|
4369
|
-
export const CreateProjectContentHintProjectsResponseType$inboundSchema:
|
|
4370
|
-
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponseType> = z
|
|
4371
|
-
.nativeEnum(CreateProjectContentHintProjectsResponseType);
|
|
4372
|
-
/** @internal */
|
|
4373
|
-
export const CreateProjectContentHintProjectsResponseType$outboundSchema:
|
|
4374
|
-
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsResponseType> =
|
|
4375
|
-
CreateProjectContentHintProjectsResponseType$inboundSchema;
|
|
4376
|
-
|
|
4377
3931
|
/** @internal */
|
|
4378
3932
|
export const CreateProjectContentHint3$inboundSchema: z.ZodType<
|
|
4379
3933
|
CreateProjectContentHint3,
|
|
4380
3934
|
z.ZodTypeDef,
|
|
4381
3935
|
unknown
|
|
4382
3936
|
> = z.object({
|
|
4383
|
-
type:
|
|
3937
|
+
type: z.literal("redis-rest-api-token"),
|
|
4384
3938
|
storeId: z.string(),
|
|
4385
3939
|
});
|
|
4386
3940
|
/** @internal */
|
|
4387
3941
|
export type CreateProjectContentHint3$Outbound = {
|
|
4388
|
-
type:
|
|
3942
|
+
type: "redis-rest-api-token";
|
|
4389
3943
|
storeId: string;
|
|
4390
3944
|
};
|
|
4391
3945
|
|
|
@@ -4395,7 +3949,7 @@ export const CreateProjectContentHint3$outboundSchema: z.ZodType<
|
|
|
4395
3949
|
z.ZodTypeDef,
|
|
4396
3950
|
CreateProjectContentHint3
|
|
4397
3951
|
> = z.object({
|
|
4398
|
-
type:
|
|
3952
|
+
type: z.literal("redis-rest-api-token"),
|
|
4399
3953
|
storeId: z.string(),
|
|
4400
3954
|
});
|
|
4401
3955
|
|
|
@@ -4416,28 +3970,18 @@ export function createProjectContentHint3FromJSON(
|
|
|
4416
3970
|
);
|
|
4417
3971
|
}
|
|
4418
3972
|
|
|
4419
|
-
/** @internal */
|
|
4420
|
-
export const CreateProjectContentHintProjectsType$inboundSchema:
|
|
4421
|
-
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsType> = z.nativeEnum(
|
|
4422
|
-
CreateProjectContentHintProjectsType,
|
|
4423
|
-
);
|
|
4424
|
-
/** @internal */
|
|
4425
|
-
export const CreateProjectContentHintProjectsType$outboundSchema:
|
|
4426
|
-
z.ZodNativeEnum<typeof CreateProjectContentHintProjectsType> =
|
|
4427
|
-
CreateProjectContentHintProjectsType$inboundSchema;
|
|
4428
|
-
|
|
4429
3973
|
/** @internal */
|
|
4430
3974
|
export const CreateProjectContentHint2$inboundSchema: z.ZodType<
|
|
4431
3975
|
CreateProjectContentHint2,
|
|
4432
3976
|
z.ZodTypeDef,
|
|
4433
3977
|
unknown
|
|
4434
3978
|
> = z.object({
|
|
4435
|
-
type:
|
|
3979
|
+
type: z.literal("redis-rest-api-url"),
|
|
4436
3980
|
storeId: z.string(),
|
|
4437
3981
|
});
|
|
4438
3982
|
/** @internal */
|
|
4439
3983
|
export type CreateProjectContentHint2$Outbound = {
|
|
4440
|
-
type:
|
|
3984
|
+
type: "redis-rest-api-url";
|
|
4441
3985
|
storeId: string;
|
|
4442
3986
|
};
|
|
4443
3987
|
|
|
@@ -4447,7 +3991,7 @@ export const CreateProjectContentHint2$outboundSchema: z.ZodType<
|
|
|
4447
3991
|
z.ZodTypeDef,
|
|
4448
3992
|
CreateProjectContentHint2
|
|
4449
3993
|
> = z.object({
|
|
4450
|
-
type:
|
|
3994
|
+
type: z.literal("redis-rest-api-url"),
|
|
4451
3995
|
storeId: z.string(),
|
|
4452
3996
|
});
|
|
4453
3997
|
|
|
@@ -4468,27 +4012,18 @@ export function createProjectContentHint2FromJSON(
|
|
|
4468
4012
|
);
|
|
4469
4013
|
}
|
|
4470
4014
|
|
|
4471
|
-
/** @internal */
|
|
4472
|
-
export const CreateProjectContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
4473
|
-
typeof CreateProjectContentHintType
|
|
4474
|
-
> = z.nativeEnum(CreateProjectContentHintType);
|
|
4475
|
-
/** @internal */
|
|
4476
|
-
export const CreateProjectContentHintType$outboundSchema: z.ZodNativeEnum<
|
|
4477
|
-
typeof CreateProjectContentHintType
|
|
4478
|
-
> = CreateProjectContentHintType$inboundSchema;
|
|
4479
|
-
|
|
4480
4015
|
/** @internal */
|
|
4481
4016
|
export const CreateProjectContentHint1$inboundSchema: z.ZodType<
|
|
4482
4017
|
CreateProjectContentHint1,
|
|
4483
4018
|
z.ZodTypeDef,
|
|
4484
4019
|
unknown
|
|
4485
4020
|
> = z.object({
|
|
4486
|
-
type:
|
|
4021
|
+
type: z.literal("redis-url"),
|
|
4487
4022
|
storeId: z.string(),
|
|
4488
4023
|
});
|
|
4489
4024
|
/** @internal */
|
|
4490
4025
|
export type CreateProjectContentHint1$Outbound = {
|
|
4491
|
-
type:
|
|
4026
|
+
type: "redis-url";
|
|
4492
4027
|
storeId: string;
|
|
4493
4028
|
};
|
|
4494
4029
|
|
|
@@ -4498,7 +4033,7 @@ export const CreateProjectContentHint1$outboundSchema: z.ZodType<
|
|
|
4498
4033
|
z.ZodTypeDef,
|
|
4499
4034
|
CreateProjectContentHint1
|
|
4500
4035
|
> = z.object({
|
|
4501
|
-
type:
|
|
4036
|
+
type: z.literal("redis-url"),
|
|
4502
4037
|
storeId: z.string(),
|
|
4503
4038
|
});
|
|
4504
4039
|
|
|
@@ -4525,7 +4060,6 @@ export const CreateProjectContentHint$inboundSchema: z.ZodType<
|
|
|
4525
4060
|
z.ZodTypeDef,
|
|
4526
4061
|
unknown
|
|
4527
4062
|
> = z.union([
|
|
4528
|
-
z.lazy(() => CreateProjectContentHint14$inboundSchema),
|
|
4529
4063
|
z.lazy(() => CreateProjectContentHint1$inboundSchema),
|
|
4530
4064
|
z.lazy(() => CreateProjectContentHint2$inboundSchema),
|
|
4531
4065
|
z.lazy(() => CreateProjectContentHint3$inboundSchema),
|
|
@@ -4539,11 +4073,11 @@ export const CreateProjectContentHint$inboundSchema: z.ZodType<
|
|
|
4539
4073
|
z.lazy(() => CreateProjectContentHint11$inboundSchema),
|
|
4540
4074
|
z.lazy(() => CreateProjectContentHint12$inboundSchema),
|
|
4541
4075
|
z.lazy(() => CreateProjectContentHint13$inboundSchema),
|
|
4076
|
+
z.lazy(() => CreateProjectContentHint14$inboundSchema),
|
|
4542
4077
|
z.lazy(() => CreateProjectContentHint15$inboundSchema),
|
|
4543
4078
|
]);
|
|
4544
4079
|
/** @internal */
|
|
4545
4080
|
export type CreateProjectContentHint$Outbound =
|
|
4546
|
-
| CreateProjectContentHint14$Outbound
|
|
4547
4081
|
| CreateProjectContentHint1$Outbound
|
|
4548
4082
|
| CreateProjectContentHint2$Outbound
|
|
4549
4083
|
| CreateProjectContentHint3$Outbound
|
|
@@ -4557,6 +4091,7 @@ export type CreateProjectContentHint$Outbound =
|
|
|
4557
4091
|
| CreateProjectContentHint11$Outbound
|
|
4558
4092
|
| CreateProjectContentHint12$Outbound
|
|
4559
4093
|
| CreateProjectContentHint13$Outbound
|
|
4094
|
+
| CreateProjectContentHint14$Outbound
|
|
4560
4095
|
| CreateProjectContentHint15$Outbound;
|
|
4561
4096
|
|
|
4562
4097
|
/** @internal */
|
|
@@ -4565,7 +4100,6 @@ export const CreateProjectContentHint$outboundSchema: z.ZodType<
|
|
|
4565
4100
|
z.ZodTypeDef,
|
|
4566
4101
|
CreateProjectContentHint
|
|
4567
4102
|
> = z.union([
|
|
4568
|
-
z.lazy(() => CreateProjectContentHint14$outboundSchema),
|
|
4569
4103
|
z.lazy(() => CreateProjectContentHint1$outboundSchema),
|
|
4570
4104
|
z.lazy(() => CreateProjectContentHint2$outboundSchema),
|
|
4571
4105
|
z.lazy(() => CreateProjectContentHint3$outboundSchema),
|
|
@@ -4579,6 +4113,7 @@ export const CreateProjectContentHint$outboundSchema: z.ZodType<
|
|
|
4579
4113
|
z.lazy(() => CreateProjectContentHint11$outboundSchema),
|
|
4580
4114
|
z.lazy(() => CreateProjectContentHint12$outboundSchema),
|
|
4581
4115
|
z.lazy(() => CreateProjectContentHint13$outboundSchema),
|
|
4116
|
+
z.lazy(() => CreateProjectContentHint14$outboundSchema),
|
|
4582
4117
|
z.lazy(() => CreateProjectContentHint15$outboundSchema),
|
|
4583
4118
|
]);
|
|
4584
4119
|
|
|
@@ -4686,7 +4221,6 @@ export const CreateProjectEnv$inboundSchema: z.ZodType<
|
|
|
4686
4221
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
4687
4222
|
contentHint: z.nullable(
|
|
4688
4223
|
z.union([
|
|
4689
|
-
z.lazy(() => CreateProjectContentHint14$inboundSchema),
|
|
4690
4224
|
z.lazy(() => CreateProjectContentHint1$inboundSchema),
|
|
4691
4225
|
z.lazy(() => CreateProjectContentHint2$inboundSchema),
|
|
4692
4226
|
z.lazy(() => CreateProjectContentHint3$inboundSchema),
|
|
@@ -4700,6 +4234,7 @@ export const CreateProjectEnv$inboundSchema: z.ZodType<
|
|
|
4700
4234
|
z.lazy(() => CreateProjectContentHint11$inboundSchema),
|
|
4701
4235
|
z.lazy(() => CreateProjectContentHint12$inboundSchema),
|
|
4702
4236
|
z.lazy(() => CreateProjectContentHint13$inboundSchema),
|
|
4237
|
+
z.lazy(() => CreateProjectContentHint14$inboundSchema),
|
|
4703
4238
|
z.lazy(() => CreateProjectContentHint15$inboundSchema),
|
|
4704
4239
|
]),
|
|
4705
4240
|
).optional(),
|
|
@@ -4728,7 +4263,6 @@ export type CreateProjectEnv$Outbound = {
|
|
|
4728
4263
|
edgeConfigId?: string | null | undefined;
|
|
4729
4264
|
edgeConfigTokenId?: string | null | undefined;
|
|
4730
4265
|
contentHint?:
|
|
4731
|
-
| CreateProjectContentHint14$Outbound
|
|
4732
4266
|
| CreateProjectContentHint1$Outbound
|
|
4733
4267
|
| CreateProjectContentHint2$Outbound
|
|
4734
4268
|
| CreateProjectContentHint3$Outbound
|
|
@@ -4742,6 +4276,7 @@ export type CreateProjectEnv$Outbound = {
|
|
|
4742
4276
|
| CreateProjectContentHint11$Outbound
|
|
4743
4277
|
| CreateProjectContentHint12$Outbound
|
|
4744
4278
|
| CreateProjectContentHint13$Outbound
|
|
4279
|
+
| CreateProjectContentHint14$Outbound
|
|
4745
4280
|
| CreateProjectContentHint15$Outbound
|
|
4746
4281
|
| null
|
|
4747
4282
|
| undefined;
|
|
@@ -4780,7 +4315,6 @@ export const CreateProjectEnv$outboundSchema: z.ZodType<
|
|
|
4780
4315
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
4781
4316
|
contentHint: z.nullable(
|
|
4782
4317
|
z.union([
|
|
4783
|
-
z.lazy(() => CreateProjectContentHint14$outboundSchema),
|
|
4784
4318
|
z.lazy(() => CreateProjectContentHint1$outboundSchema),
|
|
4785
4319
|
z.lazy(() => CreateProjectContentHint2$outboundSchema),
|
|
4786
4320
|
z.lazy(() => CreateProjectContentHint3$outboundSchema),
|
|
@@ -4794,6 +4328,7 @@ export const CreateProjectEnv$outboundSchema: z.ZodType<
|
|
|
4794
4328
|
z.lazy(() => CreateProjectContentHint11$outboundSchema),
|
|
4795
4329
|
z.lazy(() => CreateProjectContentHint12$outboundSchema),
|
|
4796
4330
|
z.lazy(() => CreateProjectContentHint13$outboundSchema),
|
|
4331
|
+
z.lazy(() => CreateProjectContentHint14$outboundSchema),
|
|
4797
4332
|
z.lazy(() => CreateProjectContentHint15$outboundSchema),
|
|
4798
4333
|
]),
|
|
4799
4334
|
).optional(),
|
|
@@ -5643,17 +5178,6 @@ export function createProjectLatestDeploymentsFromJSON(
|
|
|
5643
5178
|
);
|
|
5644
5179
|
}
|
|
5645
5180
|
|
|
5646
|
-
/** @internal */
|
|
5647
|
-
export const CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
5648
|
-
z.ZodNativeEnum<
|
|
5649
|
-
typeof CreateProjectLinkProjectsResponse200ApplicationJSONType
|
|
5650
|
-
> = z.nativeEnum(CreateProjectLinkProjectsResponse200ApplicationJSONType);
|
|
5651
|
-
/** @internal */
|
|
5652
|
-
export const CreateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
5653
|
-
z.ZodNativeEnum<
|
|
5654
|
-
typeof CreateProjectLinkProjectsResponse200ApplicationJSONType
|
|
5655
|
-
> = CreateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
5656
|
-
|
|
5657
5181
|
/** @internal */
|
|
5658
5182
|
export const CreateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema:
|
|
5659
5183
|
z.ZodType<
|
|
@@ -5724,7 +5248,7 @@ export const CreateProjectLink5$inboundSchema: z.ZodType<
|
|
|
5724
5248
|
name: z.string(),
|
|
5725
5249
|
slug: z.string(),
|
|
5726
5250
|
owner: z.string(),
|
|
5727
|
-
type:
|
|
5251
|
+
type: z.literal("bitbucket"),
|
|
5728
5252
|
uuid: z.string(),
|
|
5729
5253
|
workspaceUuid: z.string(),
|
|
5730
5254
|
createdAt: z.number().optional(),
|
|
@@ -5743,7 +5267,7 @@ export type CreateProjectLink5$Outbound = {
|
|
|
5743
5267
|
name: string;
|
|
5744
5268
|
slug: string;
|
|
5745
5269
|
owner: string;
|
|
5746
|
-
type:
|
|
5270
|
+
type: "bitbucket";
|
|
5747
5271
|
uuid: string;
|
|
5748
5272
|
workspaceUuid: string;
|
|
5749
5273
|
createdAt?: number | undefined;
|
|
@@ -5765,7 +5289,7 @@ export const CreateProjectLink5$outboundSchema: z.ZodType<
|
|
|
5765
5289
|
name: z.string(),
|
|
5766
5290
|
slug: z.string(),
|
|
5767
5291
|
owner: z.string(),
|
|
5768
|
-
type:
|
|
5292
|
+
type: z.literal("bitbucket"),
|
|
5769
5293
|
uuid: z.string(),
|
|
5770
5294
|
workspaceUuid: z.string(),
|
|
5771
5295
|
createdAt: z.number().optional(),
|
|
@@ -5797,15 +5321,6 @@ export function createProjectLink5FromJSON(
|
|
|
5797
5321
|
);
|
|
5798
5322
|
}
|
|
5799
5323
|
|
|
5800
|
-
/** @internal */
|
|
5801
|
-
export const CreateProjectLinkProjectsResponse200Type$inboundSchema:
|
|
5802
|
-
z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200Type> = z
|
|
5803
|
-
.nativeEnum(CreateProjectLinkProjectsResponse200Type);
|
|
5804
|
-
/** @internal */
|
|
5805
|
-
export const CreateProjectLinkProjectsResponse200Type$outboundSchema:
|
|
5806
|
-
z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponse200Type> =
|
|
5807
|
-
CreateProjectLinkProjectsResponse200Type$inboundSchema;
|
|
5808
|
-
|
|
5809
5324
|
/** @internal */
|
|
5810
5325
|
export const CreateProjectLinkProjectsResponse200DeployHooks$inboundSchema:
|
|
5811
5326
|
z.ZodType<
|
|
@@ -5880,7 +5395,7 @@ export const CreateProjectLink4$inboundSchema: z.ZodType<
|
|
|
5880
5395
|
projectNamespace: z.string(),
|
|
5881
5396
|
projectOwnerId: z.number().optional(),
|
|
5882
5397
|
projectUrl: z.string(),
|
|
5883
|
-
type:
|
|
5398
|
+
type: z.literal("gitlab"),
|
|
5884
5399
|
createdAt: z.number().optional(),
|
|
5885
5400
|
deployHooks: z.array(
|
|
5886
5401
|
z.lazy(() => CreateProjectLinkProjectsResponse200DeployHooks$inboundSchema),
|
|
@@ -5898,7 +5413,7 @@ export type CreateProjectLink4$Outbound = {
|
|
|
5898
5413
|
projectNamespace: string;
|
|
5899
5414
|
projectOwnerId?: number | undefined;
|
|
5900
5415
|
projectUrl: string;
|
|
5901
|
-
type:
|
|
5416
|
+
type: "gitlab";
|
|
5902
5417
|
createdAt?: number | undefined;
|
|
5903
5418
|
deployHooks: Array<CreateProjectLinkProjectsResponse200DeployHooks$Outbound>;
|
|
5904
5419
|
gitCredentialId: string;
|
|
@@ -5919,7 +5434,7 @@ export const CreateProjectLink4$outboundSchema: z.ZodType<
|
|
|
5919
5434
|
projectNamespace: z.string(),
|
|
5920
5435
|
projectOwnerId: z.number().optional(),
|
|
5921
5436
|
projectUrl: z.string(),
|
|
5922
|
-
type:
|
|
5437
|
+
type: z.literal("gitlab"),
|
|
5923
5438
|
createdAt: z.number().optional(),
|
|
5924
5439
|
deployHooks: z.array(
|
|
5925
5440
|
z.lazy(() =>
|
|
@@ -5949,16 +5464,6 @@ export function createProjectLink4FromJSON(
|
|
|
5949
5464
|
);
|
|
5950
5465
|
}
|
|
5951
5466
|
|
|
5952
|
-
/** @internal */
|
|
5953
|
-
export const CreateProjectLinkProjectsResponseType$inboundSchema:
|
|
5954
|
-
z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponseType> = z.nativeEnum(
|
|
5955
|
-
CreateProjectLinkProjectsResponseType,
|
|
5956
|
-
);
|
|
5957
|
-
/** @internal */
|
|
5958
|
-
export const CreateProjectLinkProjectsResponseType$outboundSchema:
|
|
5959
|
-
z.ZodNativeEnum<typeof CreateProjectLinkProjectsResponseType> =
|
|
5960
|
-
CreateProjectLinkProjectsResponseType$inboundSchema;
|
|
5961
|
-
|
|
5962
5467
|
/** @internal */
|
|
5963
5468
|
export const CreateProjectLinkProjectsResponseDeployHooks$inboundSchema:
|
|
5964
5469
|
z.ZodType<
|
|
@@ -6031,7 +5536,7 @@ export const CreateProjectLink3$inboundSchema: z.ZodType<
|
|
|
6031
5536
|
repoOwnerId: z.number().optional(),
|
|
6032
5537
|
repo: z.string().optional(),
|
|
6033
5538
|
repoId: z.number().optional(),
|
|
6034
|
-
type:
|
|
5539
|
+
type: z.literal("github-custom-host"),
|
|
6035
5540
|
host: z.string(),
|
|
6036
5541
|
createdAt: z.number().optional(),
|
|
6037
5542
|
deployHooks: z.array(
|
|
@@ -6048,7 +5553,7 @@ export type CreateProjectLink3$Outbound = {
|
|
|
6048
5553
|
repoOwnerId?: number | undefined;
|
|
6049
5554
|
repo?: string | undefined;
|
|
6050
5555
|
repoId?: number | undefined;
|
|
6051
|
-
type:
|
|
5556
|
+
type: "github-custom-host";
|
|
6052
5557
|
host: string;
|
|
6053
5558
|
createdAt?: number | undefined;
|
|
6054
5559
|
deployHooks: Array<CreateProjectLinkProjectsResponseDeployHooks$Outbound>;
|
|
@@ -6068,7 +5573,7 @@ export const CreateProjectLink3$outboundSchema: z.ZodType<
|
|
|
6068
5573
|
repoOwnerId: z.number().optional(),
|
|
6069
5574
|
repo: z.string().optional(),
|
|
6070
5575
|
repoId: z.number().optional(),
|
|
6071
|
-
type:
|
|
5576
|
+
type: z.literal("github-custom-host"),
|
|
6072
5577
|
host: z.string(),
|
|
6073
5578
|
createdAt: z.number().optional(),
|
|
6074
5579
|
deployHooks: z.array(
|
|
@@ -6097,15 +5602,6 @@ export function createProjectLink3FromJSON(
|
|
|
6097
5602
|
);
|
|
6098
5603
|
}
|
|
6099
5604
|
|
|
6100
|
-
/** @internal */
|
|
6101
|
-
export const CreateProjectLinkProjectsType$inboundSchema: z.ZodNativeEnum<
|
|
6102
|
-
typeof CreateProjectLinkProjectsType
|
|
6103
|
-
> = z.nativeEnum(CreateProjectLinkProjectsType);
|
|
6104
|
-
/** @internal */
|
|
6105
|
-
export const CreateProjectLinkProjectsType$outboundSchema: z.ZodNativeEnum<
|
|
6106
|
-
typeof CreateProjectLinkProjectsType
|
|
6107
|
-
> = CreateProjectLinkProjectsType$inboundSchema;
|
|
6108
|
-
|
|
6109
5605
|
/** @internal */
|
|
6110
5606
|
export const CreateProjectLinkProjectsDeployHooks$inboundSchema: z.ZodType<
|
|
6111
5607
|
CreateProjectLinkProjectsDeployHooks,
|
|
@@ -6166,7 +5662,7 @@ export const CreateProjectLink2$inboundSchema: z.ZodType<
|
|
|
6166
5662
|
z.ZodTypeDef,
|
|
6167
5663
|
unknown
|
|
6168
5664
|
> = z.object({
|
|
6169
|
-
type:
|
|
5665
|
+
type: z.literal("github-limited"),
|
|
6170
5666
|
repo: z.string().optional(),
|
|
6171
5667
|
repoId: z.number().optional(),
|
|
6172
5668
|
createdAt: z.number().optional(),
|
|
@@ -6182,7 +5678,7 @@ export const CreateProjectLink2$inboundSchema: z.ZodType<
|
|
|
6182
5678
|
});
|
|
6183
5679
|
/** @internal */
|
|
6184
5680
|
export type CreateProjectLink2$Outbound = {
|
|
6185
|
-
type:
|
|
5681
|
+
type: "github-limited";
|
|
6186
5682
|
repo?: string | undefined;
|
|
6187
5683
|
repoId?: number | undefined;
|
|
6188
5684
|
createdAt?: number | undefined;
|
|
@@ -6201,7 +5697,7 @@ export const CreateProjectLink2$outboundSchema: z.ZodType<
|
|
|
6201
5697
|
z.ZodTypeDef,
|
|
6202
5698
|
CreateProjectLink2
|
|
6203
5699
|
> = z.object({
|
|
6204
|
-
type:
|
|
5700
|
+
type: z.literal("github-limited"),
|
|
6205
5701
|
repo: z.string().optional(),
|
|
6206
5702
|
repoId: z.number().optional(),
|
|
6207
5703
|
createdAt: z.number().optional(),
|
|
@@ -6233,15 +5729,6 @@ export function createProjectLink2FromJSON(
|
|
|
6233
5729
|
);
|
|
6234
5730
|
}
|
|
6235
5731
|
|
|
6236
|
-
/** @internal */
|
|
6237
|
-
export const CreateProjectLinkType$inboundSchema: z.ZodNativeEnum<
|
|
6238
|
-
typeof CreateProjectLinkType
|
|
6239
|
-
> = z.nativeEnum(CreateProjectLinkType);
|
|
6240
|
-
/** @internal */
|
|
6241
|
-
export const CreateProjectLinkType$outboundSchema: z.ZodNativeEnum<
|
|
6242
|
-
typeof CreateProjectLinkType
|
|
6243
|
-
> = CreateProjectLinkType$inboundSchema;
|
|
6244
|
-
|
|
6245
5732
|
/** @internal */
|
|
6246
5733
|
export const CreateProjectLinkDeployHooks$inboundSchema: z.ZodType<
|
|
6247
5734
|
CreateProjectLinkDeployHooks,
|
|
@@ -6305,7 +5792,7 @@ export const CreateProjectLink1$inboundSchema: z.ZodType<
|
|
|
6305
5792
|
repoOwnerId: z.number().optional(),
|
|
6306
5793
|
repo: z.string().optional(),
|
|
6307
5794
|
repoId: z.number().optional(),
|
|
6308
|
-
type:
|
|
5795
|
+
type: z.literal("github"),
|
|
6309
5796
|
createdAt: z.number().optional(),
|
|
6310
5797
|
deployHooks: z.array(
|
|
6311
5798
|
z.lazy(() => CreateProjectLinkDeployHooks$inboundSchema),
|
|
@@ -6321,7 +5808,7 @@ export type CreateProjectLink1$Outbound = {
|
|
|
6321
5808
|
repoOwnerId?: number | undefined;
|
|
6322
5809
|
repo?: string | undefined;
|
|
6323
5810
|
repoId?: number | undefined;
|
|
6324
|
-
type:
|
|
5811
|
+
type: "github";
|
|
6325
5812
|
createdAt?: number | undefined;
|
|
6326
5813
|
deployHooks: Array<CreateProjectLinkDeployHooks$Outbound>;
|
|
6327
5814
|
gitCredentialId: string;
|
|
@@ -6340,7 +5827,7 @@ export const CreateProjectLink1$outboundSchema: z.ZodType<
|
|
|
6340
5827
|
repoOwnerId: z.number().optional(),
|
|
6341
5828
|
repo: z.string().optional(),
|
|
6342
5829
|
repoId: z.number().optional(),
|
|
6343
|
-
type:
|
|
5830
|
+
type: z.literal("github"),
|
|
6344
5831
|
createdAt: z.number().optional(),
|
|
6345
5832
|
deployHooks: z.array(
|
|
6346
5833
|
z.lazy(() => CreateProjectLinkDeployHooks$outboundSchema),
|
|
@@ -6374,19 +5861,19 @@ export const CreateProjectLink$inboundSchema: z.ZodType<
|
|
|
6374
5861
|
z.ZodTypeDef,
|
|
6375
5862
|
unknown
|
|
6376
5863
|
> = z.union([
|
|
6377
|
-
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
6378
|
-
z.lazy(() => CreateProjectLink5$inboundSchema),
|
|
6379
|
-
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
6380
5864
|
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
6381
5865
|
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
5866
|
+
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
5867
|
+
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
5868
|
+
z.lazy(() => CreateProjectLink5$inboundSchema),
|
|
6382
5869
|
]);
|
|
6383
5870
|
/** @internal */
|
|
6384
5871
|
export type CreateProjectLink$Outbound =
|
|
6385
|
-
| CreateProjectLink4$Outbound
|
|
6386
|
-
| CreateProjectLink5$Outbound
|
|
6387
|
-
| CreateProjectLink3$Outbound
|
|
6388
5872
|
| CreateProjectLink1$Outbound
|
|
6389
|
-
| CreateProjectLink2$Outbound
|
|
5873
|
+
| CreateProjectLink2$Outbound
|
|
5874
|
+
| CreateProjectLink3$Outbound
|
|
5875
|
+
| CreateProjectLink4$Outbound
|
|
5876
|
+
| CreateProjectLink5$Outbound;
|
|
6390
5877
|
|
|
6391
5878
|
/** @internal */
|
|
6392
5879
|
export const CreateProjectLink$outboundSchema: z.ZodType<
|
|
@@ -6394,11 +5881,11 @@ export const CreateProjectLink$outboundSchema: z.ZodType<
|
|
|
6394
5881
|
z.ZodTypeDef,
|
|
6395
5882
|
CreateProjectLink
|
|
6396
5883
|
> = z.union([
|
|
6397
|
-
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
6398
|
-
z.lazy(() => CreateProjectLink5$outboundSchema),
|
|
6399
|
-
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
6400
5884
|
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
6401
5885
|
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
5886
|
+
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
5887
|
+
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
5888
|
+
z.lazy(() => CreateProjectLink5$outboundSchema),
|
|
6402
5889
|
]);
|
|
6403
5890
|
|
|
6404
5891
|
export function createProjectLinkToJSON(
|
|
@@ -8553,15 +8040,6 @@ export function createProjectLastAliasRequestFromJSON(
|
|
|
8553
8040
|
);
|
|
8554
8041
|
}
|
|
8555
8042
|
|
|
8556
|
-
/** @internal */
|
|
8557
|
-
export const CreateProjectProtectionBypassProjectsScope$inboundSchema:
|
|
8558
|
-
z.ZodNativeEnum<typeof CreateProjectProtectionBypassProjectsScope> = z
|
|
8559
|
-
.nativeEnum(CreateProjectProtectionBypassProjectsScope);
|
|
8560
|
-
/** @internal */
|
|
8561
|
-
export const CreateProjectProtectionBypassProjectsScope$outboundSchema:
|
|
8562
|
-
z.ZodNativeEnum<typeof CreateProjectProtectionBypassProjectsScope> =
|
|
8563
|
-
CreateProjectProtectionBypassProjectsScope$inboundSchema;
|
|
8564
|
-
|
|
8565
8043
|
/** @internal */
|
|
8566
8044
|
export const CreateProjectProtectionBypass2$inboundSchema: z.ZodType<
|
|
8567
8045
|
CreateProjectProtectionBypass2,
|
|
@@ -8570,13 +8048,13 @@ export const CreateProjectProtectionBypass2$inboundSchema: z.ZodType<
|
|
|
8570
8048
|
> = z.object({
|
|
8571
8049
|
createdAt: z.number(),
|
|
8572
8050
|
createdBy: z.string(),
|
|
8573
|
-
scope:
|
|
8051
|
+
scope: z.literal("automation-bypass"),
|
|
8574
8052
|
});
|
|
8575
8053
|
/** @internal */
|
|
8576
8054
|
export type CreateProjectProtectionBypass2$Outbound = {
|
|
8577
8055
|
createdAt: number;
|
|
8578
8056
|
createdBy: string;
|
|
8579
|
-
scope:
|
|
8057
|
+
scope: "automation-bypass";
|
|
8580
8058
|
};
|
|
8581
8059
|
|
|
8582
8060
|
/** @internal */
|
|
@@ -8587,7 +8065,7 @@ export const CreateProjectProtectionBypass2$outboundSchema: z.ZodType<
|
|
|
8587
8065
|
> = z.object({
|
|
8588
8066
|
createdAt: z.number(),
|
|
8589
8067
|
createdBy: z.string(),
|
|
8590
|
-
scope:
|
|
8068
|
+
scope: z.literal("automation-bypass"),
|
|
8591
8069
|
});
|
|
8592
8070
|
|
|
8593
8071
|
export function createProjectProtectionBypass2ToJSON(
|
|
@@ -8609,15 +8087,6 @@ export function createProjectProtectionBypass2FromJSON(
|
|
|
8609
8087
|
);
|
|
8610
8088
|
}
|
|
8611
8089
|
|
|
8612
|
-
/** @internal */
|
|
8613
|
-
export const CreateProjectProtectionBypassScope$inboundSchema: z.ZodNativeEnum<
|
|
8614
|
-
typeof CreateProjectProtectionBypassScope
|
|
8615
|
-
> = z.nativeEnum(CreateProjectProtectionBypassScope);
|
|
8616
|
-
/** @internal */
|
|
8617
|
-
export const CreateProjectProtectionBypassScope$outboundSchema: z.ZodNativeEnum<
|
|
8618
|
-
typeof CreateProjectProtectionBypassScope
|
|
8619
|
-
> = CreateProjectProtectionBypassScope$inboundSchema;
|
|
8620
|
-
|
|
8621
8090
|
/** @internal */
|
|
8622
8091
|
export const CreateProjectProtectionBypass1$inboundSchema: z.ZodType<
|
|
8623
8092
|
CreateProjectProtectionBypass1,
|
|
@@ -8626,7 +8095,7 @@ export const CreateProjectProtectionBypass1$inboundSchema: z.ZodType<
|
|
|
8626
8095
|
> = z.object({
|
|
8627
8096
|
createdAt: z.number(),
|
|
8628
8097
|
createdBy: z.string(),
|
|
8629
|
-
scope:
|
|
8098
|
+
scope: z.literal("integration-automation-bypass"),
|
|
8630
8099
|
integrationId: z.string(),
|
|
8631
8100
|
configurationId: z.string(),
|
|
8632
8101
|
});
|
|
@@ -8634,7 +8103,7 @@ export const CreateProjectProtectionBypass1$inboundSchema: z.ZodType<
|
|
|
8634
8103
|
export type CreateProjectProtectionBypass1$Outbound = {
|
|
8635
8104
|
createdAt: number;
|
|
8636
8105
|
createdBy: string;
|
|
8637
|
-
scope:
|
|
8106
|
+
scope: "integration-automation-bypass";
|
|
8638
8107
|
integrationId: string;
|
|
8639
8108
|
configurationId: string;
|
|
8640
8109
|
};
|
|
@@ -8647,7 +8116,7 @@ export const CreateProjectProtectionBypass1$outboundSchema: z.ZodType<
|
|
|
8647
8116
|
> = z.object({
|
|
8648
8117
|
createdAt: z.number(),
|
|
8649
8118
|
createdBy: z.string(),
|
|
8650
|
-
scope:
|
|
8119
|
+
scope: z.literal("integration-automation-bypass"),
|
|
8651
8120
|
integrationId: z.string(),
|
|
8652
8121
|
configurationId: z.string(),
|
|
8653
8122
|
});
|
|
@@ -9568,24 +9037,6 @@ export function createProjectBlockFromJSON(
|
|
|
9568
9037
|
);
|
|
9569
9038
|
}
|
|
9570
9039
|
|
|
9571
|
-
/** @internal */
|
|
9572
|
-
export const CreateProjectBlockHistoryProjectsResponse200Action$inboundSchema:
|
|
9573
|
-
z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponse200Action> = z
|
|
9574
|
-
.nativeEnum(CreateProjectBlockHistoryProjectsResponse200Action);
|
|
9575
|
-
/** @internal */
|
|
9576
|
-
export const CreateProjectBlockHistoryProjectsResponse200Action$outboundSchema:
|
|
9577
|
-
z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponse200Action> =
|
|
9578
|
-
CreateProjectBlockHistoryProjectsResponse200Action$inboundSchema;
|
|
9579
|
-
|
|
9580
|
-
/** @internal */
|
|
9581
|
-
export const CreateProjectHasProjectsResponse200Type$inboundSchema:
|
|
9582
|
-
z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200Type> = z
|
|
9583
|
-
.nativeEnum(CreateProjectHasProjectsResponse200Type);
|
|
9584
|
-
/** @internal */
|
|
9585
|
-
export const CreateProjectHasProjectsResponse200Type$outboundSchema:
|
|
9586
|
-
z.ZodNativeEnum<typeof CreateProjectHasProjectsResponse200Type> =
|
|
9587
|
-
CreateProjectHasProjectsResponse200Type$inboundSchema;
|
|
9588
|
-
|
|
9589
9040
|
/** @internal */
|
|
9590
9041
|
export const CreateProjectHasProjectsResponse200Value$inboundSchema: z.ZodType<
|
|
9591
9042
|
CreateProjectHasProjectsResponse200Value,
|
|
@@ -9640,12 +9091,12 @@ export const CreateProjectHasProjects2$inboundSchema: z.ZodType<
|
|
|
9640
9091
|
z.ZodTypeDef,
|
|
9641
9092
|
unknown
|
|
9642
9093
|
> = z.object({
|
|
9643
|
-
type:
|
|
9094
|
+
type: z.literal("host"),
|
|
9644
9095
|
value: z.lazy(() => CreateProjectHasProjectsResponse200Value$inboundSchema),
|
|
9645
9096
|
});
|
|
9646
9097
|
/** @internal */
|
|
9647
9098
|
export type CreateProjectHasProjects2$Outbound = {
|
|
9648
|
-
type:
|
|
9099
|
+
type: "host";
|
|
9649
9100
|
value: CreateProjectHasProjectsResponse200Value$Outbound;
|
|
9650
9101
|
};
|
|
9651
9102
|
|
|
@@ -9655,7 +9106,7 @@ export const CreateProjectHasProjects2$outboundSchema: z.ZodType<
|
|
|
9655
9106
|
z.ZodTypeDef,
|
|
9656
9107
|
CreateProjectHasProjects2
|
|
9657
9108
|
> = z.object({
|
|
9658
|
-
type:
|
|
9109
|
+
type: z.literal("host"),
|
|
9659
9110
|
value: z.lazy(() => CreateProjectHasProjectsResponse200Value$outboundSchema),
|
|
9660
9111
|
});
|
|
9661
9112
|
|
|
@@ -9676,16 +9127,6 @@ export function createProjectHasProjects2FromJSON(
|
|
|
9676
9127
|
);
|
|
9677
9128
|
}
|
|
9678
9129
|
|
|
9679
|
-
/** @internal */
|
|
9680
|
-
export const CreateProjectHasProjectsResponseType$inboundSchema:
|
|
9681
|
-
z.ZodNativeEnum<typeof CreateProjectHasProjectsResponseType> = z.nativeEnum(
|
|
9682
|
-
CreateProjectHasProjectsResponseType,
|
|
9683
|
-
);
|
|
9684
|
-
/** @internal */
|
|
9685
|
-
export const CreateProjectHasProjectsResponseType$outboundSchema:
|
|
9686
|
-
z.ZodNativeEnum<typeof CreateProjectHasProjectsResponseType> =
|
|
9687
|
-
CreateProjectHasProjectsResponseType$inboundSchema;
|
|
9688
|
-
|
|
9689
9130
|
/** @internal */
|
|
9690
9131
|
export const CreateProjectHasProjectsKey$inboundSchema: z.ZodNativeEnum<
|
|
9691
9132
|
typeof CreateProjectHasProjectsKey
|
|
@@ -9743,13 +9184,13 @@ export const CreateProjectHasProjects1$inboundSchema: z.ZodType<
|
|
|
9743
9184
|
z.ZodTypeDef,
|
|
9744
9185
|
unknown
|
|
9745
9186
|
> = z.object({
|
|
9746
|
-
type:
|
|
9187
|
+
type: z.literal("header"),
|
|
9747
9188
|
key: CreateProjectHasProjectsKey$inboundSchema,
|
|
9748
9189
|
value: z.lazy(() => CreateProjectHasProjectsResponseValue$inboundSchema),
|
|
9749
9190
|
});
|
|
9750
9191
|
/** @internal */
|
|
9751
9192
|
export type CreateProjectHasProjects1$Outbound = {
|
|
9752
|
-
type:
|
|
9193
|
+
type: "header";
|
|
9753
9194
|
key: string;
|
|
9754
9195
|
value: CreateProjectHasProjectsResponseValue$Outbound;
|
|
9755
9196
|
};
|
|
@@ -9760,7 +9201,7 @@ export const CreateProjectHasProjects1$outboundSchema: z.ZodType<
|
|
|
9760
9201
|
z.ZodTypeDef,
|
|
9761
9202
|
CreateProjectHasProjects1
|
|
9762
9203
|
> = z.object({
|
|
9763
|
-
type:
|
|
9204
|
+
type: z.literal("header"),
|
|
9764
9205
|
key: CreateProjectHasProjectsKey$outboundSchema,
|
|
9765
9206
|
value: z.lazy(() => CreateProjectHasProjectsResponseValue$outboundSchema),
|
|
9766
9207
|
});
|
|
@@ -10030,7 +9471,7 @@ export const CreateProjectBlockHistory4$inboundSchema: z.ZodType<
|
|
|
10030
9471
|
z.ZodTypeDef,
|
|
10031
9472
|
unknown
|
|
10032
9473
|
> = z.object({
|
|
10033
|
-
action:
|
|
9474
|
+
action: z.literal("route-unblocked"),
|
|
10034
9475
|
route: z.union([
|
|
10035
9476
|
z.lazy(() => CreateProjectRouteProjects1$inboundSchema),
|
|
10036
9477
|
z.lazy(() => CreateProjectRouteProjects2$inboundSchema),
|
|
@@ -10044,7 +9485,7 @@ export const CreateProjectBlockHistory4$inboundSchema: z.ZodType<
|
|
|
10044
9485
|
});
|
|
10045
9486
|
/** @internal */
|
|
10046
9487
|
export type CreateProjectBlockHistory4$Outbound = {
|
|
10047
|
-
action:
|
|
9488
|
+
action: "route-unblocked";
|
|
10048
9489
|
route:
|
|
10049
9490
|
| CreateProjectRouteProjects1$Outbound
|
|
10050
9491
|
| CreateProjectRouteProjects2$Outbound;
|
|
@@ -10062,7 +9503,7 @@ export const CreateProjectBlockHistory4$outboundSchema: z.ZodType<
|
|
|
10062
9503
|
z.ZodTypeDef,
|
|
10063
9504
|
CreateProjectBlockHistory4
|
|
10064
9505
|
> = z.object({
|
|
10065
|
-
action:
|
|
9506
|
+
action: z.literal("route-unblocked"),
|
|
10066
9507
|
route: z.union([
|
|
10067
9508
|
z.lazy(() => CreateProjectRouteProjects1$outboundSchema),
|
|
10068
9509
|
z.lazy(() => CreateProjectRouteProjects2$outboundSchema),
|
|
@@ -10092,29 +9533,6 @@ export function createProjectBlockHistory4FromJSON(
|
|
|
10092
9533
|
);
|
|
10093
9534
|
}
|
|
10094
9535
|
|
|
10095
|
-
/** @internal */
|
|
10096
|
-
export const CreateProjectBlockHistoryProjectsResponseAction$inboundSchema:
|
|
10097
|
-
z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponseAction> = z
|
|
10098
|
-
.nativeEnum(CreateProjectBlockHistoryProjectsResponseAction);
|
|
10099
|
-
/** @internal */
|
|
10100
|
-
export const CreateProjectBlockHistoryProjectsResponseAction$outboundSchema:
|
|
10101
|
-
z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsResponseAction> =
|
|
10102
|
-
CreateProjectBlockHistoryProjectsResponseAction$inboundSchema;
|
|
10103
|
-
|
|
10104
|
-
/** @internal */
|
|
10105
|
-
export const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
10106
|
-
z.ZodNativeEnum<
|
|
10107
|
-
typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType
|
|
10108
|
-
> = z.nativeEnum(
|
|
10109
|
-
CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType,
|
|
10110
|
-
);
|
|
10111
|
-
/** @internal */
|
|
10112
|
-
export const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
10113
|
-
z.ZodNativeEnum<
|
|
10114
|
-
typeof CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType
|
|
10115
|
-
> =
|
|
10116
|
-
CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
10117
|
-
|
|
10118
9536
|
/** @internal */
|
|
10119
9537
|
export const CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema:
|
|
10120
9538
|
z.ZodType<
|
|
@@ -10172,15 +9590,14 @@ export const CreateProjectHasProjectsResponse2$inboundSchema: z.ZodType<
|
|
|
10172
9590
|
z.ZodTypeDef,
|
|
10173
9591
|
unknown
|
|
10174
9592
|
> = z.object({
|
|
10175
|
-
type:
|
|
10176
|
-
CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
9593
|
+
type: z.literal("host"),
|
|
10177
9594
|
value: z.lazy(() =>
|
|
10178
9595
|
CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema
|
|
10179
9596
|
),
|
|
10180
9597
|
});
|
|
10181
9598
|
/** @internal */
|
|
10182
9599
|
export type CreateProjectHasProjectsResponse2$Outbound = {
|
|
10183
|
-
type:
|
|
9600
|
+
type: "host";
|
|
10184
9601
|
value:
|
|
10185
9602
|
CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
|
|
10186
9603
|
};
|
|
@@ -10191,8 +9608,7 @@ export const CreateProjectHasProjectsResponse2$outboundSchema: z.ZodType<
|
|
|
10191
9608
|
z.ZodTypeDef,
|
|
10192
9609
|
CreateProjectHasProjectsResponse2
|
|
10193
9610
|
> = z.object({
|
|
10194
|
-
type:
|
|
10195
|
-
CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
9611
|
+
type: z.literal("host"),
|
|
10196
9612
|
value: z.lazy(() =>
|
|
10197
9613
|
CreateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema
|
|
10198
9614
|
),
|
|
@@ -10217,17 +9633,6 @@ export function createProjectHasProjectsResponse2FromJSON(
|
|
|
10217
9633
|
);
|
|
10218
9634
|
}
|
|
10219
9635
|
|
|
10220
|
-
/** @internal */
|
|
10221
|
-
export const CreateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
10222
|
-
z.ZodNativeEnum<
|
|
10223
|
-
typeof CreateProjectHasProjectsResponse200ApplicationJSONType
|
|
10224
|
-
> = z.nativeEnum(CreateProjectHasProjectsResponse200ApplicationJSONType);
|
|
10225
|
-
/** @internal */
|
|
10226
|
-
export const CreateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
10227
|
-
z.ZodNativeEnum<
|
|
10228
|
-
typeof CreateProjectHasProjectsResponse200ApplicationJSONType
|
|
10229
|
-
> = CreateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
10230
|
-
|
|
10231
9636
|
/** @internal */
|
|
10232
9637
|
export const CreateProjectHasKey$inboundSchema: z.ZodNativeEnum<
|
|
10233
9638
|
typeof CreateProjectHasKey
|
|
@@ -10291,7 +9696,7 @@ export const CreateProjectHasProjectsResponse1$inboundSchema: z.ZodType<
|
|
|
10291
9696
|
z.ZodTypeDef,
|
|
10292
9697
|
unknown
|
|
10293
9698
|
> = z.object({
|
|
10294
|
-
type:
|
|
9699
|
+
type: z.literal("header"),
|
|
10295
9700
|
key: CreateProjectHasKey$inboundSchema,
|
|
10296
9701
|
value: z.lazy(() =>
|
|
10297
9702
|
CreateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema
|
|
@@ -10299,7 +9704,7 @@ export const CreateProjectHasProjectsResponse1$inboundSchema: z.ZodType<
|
|
|
10299
9704
|
});
|
|
10300
9705
|
/** @internal */
|
|
10301
9706
|
export type CreateProjectHasProjectsResponse1$Outbound = {
|
|
10302
|
-
type:
|
|
9707
|
+
type: "header";
|
|
10303
9708
|
key: string;
|
|
10304
9709
|
value: CreateProjectHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
10305
9710
|
};
|
|
@@ -10310,7 +9715,7 @@ export const CreateProjectHasProjectsResponse1$outboundSchema: z.ZodType<
|
|
|
10310
9715
|
z.ZodTypeDef,
|
|
10311
9716
|
CreateProjectHasProjectsResponse1
|
|
10312
9717
|
> = z.object({
|
|
10313
|
-
type:
|
|
9718
|
+
type: z.literal("header"),
|
|
10314
9719
|
key: CreateProjectHasKey$outboundSchema,
|
|
10315
9720
|
value: z.lazy(() =>
|
|
10316
9721
|
CreateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema
|
|
@@ -10574,7 +9979,7 @@ export const CreateProjectBlockHistory3$inboundSchema: z.ZodType<
|
|
|
10574
9979
|
z.ZodTypeDef,
|
|
10575
9980
|
unknown
|
|
10576
9981
|
> = z.object({
|
|
10577
|
-
action:
|
|
9982
|
+
action: z.literal("route-blocked"),
|
|
10578
9983
|
route: z.union([
|
|
10579
9984
|
z.lazy(() => CreateProjectRoute1$inboundSchema),
|
|
10580
9985
|
z.lazy(() => CreateProjectRoute2$inboundSchema),
|
|
@@ -10588,7 +9993,7 @@ export const CreateProjectBlockHistory3$inboundSchema: z.ZodType<
|
|
|
10588
9993
|
});
|
|
10589
9994
|
/** @internal */
|
|
10590
9995
|
export type CreateProjectBlockHistory3$Outbound = {
|
|
10591
|
-
action:
|
|
9996
|
+
action: "route-blocked";
|
|
10592
9997
|
route: CreateProjectRoute1$Outbound | CreateProjectRoute2$Outbound;
|
|
10593
9998
|
reason: string;
|
|
10594
9999
|
createdAt: number;
|
|
@@ -10604,7 +10009,7 @@ export const CreateProjectBlockHistory3$outboundSchema: z.ZodType<
|
|
|
10604
10009
|
z.ZodTypeDef,
|
|
10605
10010
|
CreateProjectBlockHistory3
|
|
10606
10011
|
> = z.object({
|
|
10607
|
-
action:
|
|
10012
|
+
action: z.literal("route-blocked"),
|
|
10608
10013
|
route: z.union([
|
|
10609
10014
|
z.lazy(() => CreateProjectRoute1$outboundSchema),
|
|
10610
10015
|
z.lazy(() => CreateProjectRoute2$outboundSchema),
|
|
@@ -10634,22 +10039,13 @@ export function createProjectBlockHistory3FromJSON(
|
|
|
10634
10039
|
);
|
|
10635
10040
|
}
|
|
10636
10041
|
|
|
10637
|
-
/** @internal */
|
|
10638
|
-
export const CreateProjectBlockHistoryProjectsAction$inboundSchema:
|
|
10639
|
-
z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsAction> = z
|
|
10640
|
-
.nativeEnum(CreateProjectBlockHistoryProjectsAction);
|
|
10641
|
-
/** @internal */
|
|
10642
|
-
export const CreateProjectBlockHistoryProjectsAction$outboundSchema:
|
|
10643
|
-
z.ZodNativeEnum<typeof CreateProjectBlockHistoryProjectsAction> =
|
|
10644
|
-
CreateProjectBlockHistoryProjectsAction$inboundSchema;
|
|
10645
|
-
|
|
10646
10042
|
/** @internal */
|
|
10647
10043
|
export const CreateProjectBlockHistory2$inboundSchema: z.ZodType<
|
|
10648
10044
|
CreateProjectBlockHistory2,
|
|
10649
10045
|
z.ZodTypeDef,
|
|
10650
10046
|
unknown
|
|
10651
10047
|
> = z.object({
|
|
10652
|
-
action:
|
|
10048
|
+
action: z.literal("unblocked"),
|
|
10653
10049
|
createdAt: z.number(),
|
|
10654
10050
|
caseId: z.string().optional(),
|
|
10655
10051
|
actor: z.string().optional(),
|
|
@@ -10658,7 +10054,7 @@ export const CreateProjectBlockHistory2$inboundSchema: z.ZodType<
|
|
|
10658
10054
|
});
|
|
10659
10055
|
/** @internal */
|
|
10660
10056
|
export type CreateProjectBlockHistory2$Outbound = {
|
|
10661
|
-
action:
|
|
10057
|
+
action: "unblocked";
|
|
10662
10058
|
createdAt: number;
|
|
10663
10059
|
caseId?: string | undefined;
|
|
10664
10060
|
actor?: string | undefined;
|
|
@@ -10672,7 +10068,7 @@ export const CreateProjectBlockHistory2$outboundSchema: z.ZodType<
|
|
|
10672
10068
|
z.ZodTypeDef,
|
|
10673
10069
|
CreateProjectBlockHistory2
|
|
10674
10070
|
> = z.object({
|
|
10675
|
-
action:
|
|
10071
|
+
action: z.literal("unblocked"),
|
|
10676
10072
|
createdAt: z.number(),
|
|
10677
10073
|
caseId: z.string().optional(),
|
|
10678
10074
|
actor: z.string().optional(),
|
|
@@ -10697,22 +10093,13 @@ export function createProjectBlockHistory2FromJSON(
|
|
|
10697
10093
|
);
|
|
10698
10094
|
}
|
|
10699
10095
|
|
|
10700
|
-
/** @internal */
|
|
10701
|
-
export const CreateProjectBlockHistoryAction$inboundSchema: z.ZodNativeEnum<
|
|
10702
|
-
typeof CreateProjectBlockHistoryAction
|
|
10703
|
-
> = z.nativeEnum(CreateProjectBlockHistoryAction);
|
|
10704
|
-
/** @internal */
|
|
10705
|
-
export const CreateProjectBlockHistoryAction$outboundSchema: z.ZodNativeEnum<
|
|
10706
|
-
typeof CreateProjectBlockHistoryAction
|
|
10707
|
-
> = CreateProjectBlockHistoryAction$inboundSchema;
|
|
10708
|
-
|
|
10709
10096
|
/** @internal */
|
|
10710
10097
|
export const CreateProjectBlockHistory1$inboundSchema: z.ZodType<
|
|
10711
10098
|
CreateProjectBlockHistory1,
|
|
10712
10099
|
z.ZodTypeDef,
|
|
10713
10100
|
unknown
|
|
10714
10101
|
> = z.object({
|
|
10715
|
-
action:
|
|
10102
|
+
action: z.literal("blocked"),
|
|
10716
10103
|
reason: z.string(),
|
|
10717
10104
|
statusCode: z.number(),
|
|
10718
10105
|
createdAt: z.number(),
|
|
@@ -10723,7 +10110,7 @@ export const CreateProjectBlockHistory1$inboundSchema: z.ZodType<
|
|
|
10723
10110
|
});
|
|
10724
10111
|
/** @internal */
|
|
10725
10112
|
export type CreateProjectBlockHistory1$Outbound = {
|
|
10726
|
-
action:
|
|
10113
|
+
action: "blocked";
|
|
10727
10114
|
reason: string;
|
|
10728
10115
|
statusCode: number;
|
|
10729
10116
|
createdAt: number;
|
|
@@ -10739,7 +10126,7 @@ export const CreateProjectBlockHistory1$outboundSchema: z.ZodType<
|
|
|
10739
10126
|
z.ZodTypeDef,
|
|
10740
10127
|
CreateProjectBlockHistory1
|
|
10741
10128
|
> = z.object({
|
|
10742
|
-
action:
|
|
10129
|
+
action: z.literal("blocked"),
|
|
10743
10130
|
reason: z.string(),
|
|
10744
10131
|
statusCode: z.number(),
|
|
10745
10132
|
createdAt: z.number(),
|
|
@@ -10773,16 +10160,16 @@ export const CreateProjectBlockHistory$inboundSchema: z.ZodType<
|
|
|
10773
10160
|
unknown
|
|
10774
10161
|
> = z.union([
|
|
10775
10162
|
z.lazy(() => CreateProjectBlockHistory1$inboundSchema),
|
|
10163
|
+
z.lazy(() => CreateProjectBlockHistory2$inboundSchema),
|
|
10776
10164
|
z.lazy(() => CreateProjectBlockHistory3$inboundSchema),
|
|
10777
10165
|
z.lazy(() => CreateProjectBlockHistory4$inboundSchema),
|
|
10778
|
-
z.lazy(() => CreateProjectBlockHistory2$inboundSchema),
|
|
10779
10166
|
]);
|
|
10780
10167
|
/** @internal */
|
|
10781
10168
|
export type CreateProjectBlockHistory$Outbound =
|
|
10782
10169
|
| CreateProjectBlockHistory1$Outbound
|
|
10170
|
+
| CreateProjectBlockHistory2$Outbound
|
|
10783
10171
|
| CreateProjectBlockHistory3$Outbound
|
|
10784
|
-
| CreateProjectBlockHistory4$Outbound
|
|
10785
|
-
| CreateProjectBlockHistory2$Outbound;
|
|
10172
|
+
| CreateProjectBlockHistory4$Outbound;
|
|
10786
10173
|
|
|
10787
10174
|
/** @internal */
|
|
10788
10175
|
export const CreateProjectBlockHistory$outboundSchema: z.ZodType<
|
|
@@ -10791,9 +10178,9 @@ export const CreateProjectBlockHistory$outboundSchema: z.ZodType<
|
|
|
10791
10178
|
CreateProjectBlockHistory
|
|
10792
10179
|
> = z.union([
|
|
10793
10180
|
z.lazy(() => CreateProjectBlockHistory1$outboundSchema),
|
|
10181
|
+
z.lazy(() => CreateProjectBlockHistory2$outboundSchema),
|
|
10794
10182
|
z.lazy(() => CreateProjectBlockHistory3$outboundSchema),
|
|
10795
10183
|
z.lazy(() => CreateProjectBlockHistory4$outboundSchema),
|
|
10796
|
-
z.lazy(() => CreateProjectBlockHistory2$outboundSchema),
|
|
10797
10184
|
]);
|
|
10798
10185
|
|
|
10799
10186
|
export function createProjectBlockHistoryToJSON(
|
|
@@ -10826,9 +10213,9 @@ export const CreateProjectAbuse$inboundSchema: z.ZodType<
|
|
|
10826
10213
|
blockHistory: z.array(
|
|
10827
10214
|
z.union([
|
|
10828
10215
|
z.lazy(() => CreateProjectBlockHistory1$inboundSchema),
|
|
10216
|
+
z.lazy(() => CreateProjectBlockHistory2$inboundSchema),
|
|
10829
10217
|
z.lazy(() => CreateProjectBlockHistory3$inboundSchema),
|
|
10830
10218
|
z.lazy(() => CreateProjectBlockHistory4$inboundSchema),
|
|
10831
|
-
z.lazy(() => CreateProjectBlockHistory2$inboundSchema),
|
|
10832
10219
|
]),
|
|
10833
10220
|
).optional(),
|
|
10834
10221
|
interstitial: z.boolean().optional(),
|
|
@@ -10842,9 +10229,9 @@ export type CreateProjectAbuse$Outbound = {
|
|
|
10842
10229
|
blockHistory?:
|
|
10843
10230
|
| Array<
|
|
10844
10231
|
| CreateProjectBlockHistory1$Outbound
|
|
10232
|
+
| CreateProjectBlockHistory2$Outbound
|
|
10845
10233
|
| CreateProjectBlockHistory3$Outbound
|
|
10846
10234
|
| CreateProjectBlockHistory4$Outbound
|
|
10847
|
-
| CreateProjectBlockHistory2$Outbound
|
|
10848
10235
|
>
|
|
10849
10236
|
| undefined;
|
|
10850
10237
|
interstitial?: boolean | undefined;
|
|
@@ -10863,9 +10250,9 @@ export const CreateProjectAbuse$outboundSchema: z.ZodType<
|
|
|
10863
10250
|
blockHistory: z.array(
|
|
10864
10251
|
z.union([
|
|
10865
10252
|
z.lazy(() => CreateProjectBlockHistory1$outboundSchema),
|
|
10253
|
+
z.lazy(() => CreateProjectBlockHistory2$outboundSchema),
|
|
10866
10254
|
z.lazy(() => CreateProjectBlockHistory3$outboundSchema),
|
|
10867
10255
|
z.lazy(() => CreateProjectBlockHistory4$outboundSchema),
|
|
10868
|
-
z.lazy(() => CreateProjectBlockHistory2$outboundSchema),
|
|
10869
10256
|
]),
|
|
10870
10257
|
).optional(),
|
|
10871
10258
|
interstitial: z.boolean().optional(),
|
|
@@ -10888,15 +10275,6 @@ export function createProjectAbuseFromJSON(
|
|
|
10888
10275
|
);
|
|
10889
10276
|
}
|
|
10890
10277
|
|
|
10891
|
-
/** @internal */
|
|
10892
|
-
export const CreateProjectHasProjectsType$inboundSchema: z.ZodNativeEnum<
|
|
10893
|
-
typeof CreateProjectHasProjectsType
|
|
10894
|
-
> = z.nativeEnum(CreateProjectHasProjectsType);
|
|
10895
|
-
/** @internal */
|
|
10896
|
-
export const CreateProjectHasProjectsType$outboundSchema: z.ZodNativeEnum<
|
|
10897
|
-
typeof CreateProjectHasProjectsType
|
|
10898
|
-
> = CreateProjectHasProjectsType$inboundSchema;
|
|
10899
|
-
|
|
10900
10278
|
/** @internal */
|
|
10901
10279
|
export const CreateProjectHasProjectsValue$inboundSchema: z.ZodType<
|
|
10902
10280
|
CreateProjectHasProjectsValue,
|
|
@@ -10944,12 +10322,12 @@ export const CreateProjectHas2$inboundSchema: z.ZodType<
|
|
|
10944
10322
|
z.ZodTypeDef,
|
|
10945
10323
|
unknown
|
|
10946
10324
|
> = z.object({
|
|
10947
|
-
type:
|
|
10325
|
+
type: z.literal("host"),
|
|
10948
10326
|
value: z.lazy(() => CreateProjectHasProjectsValue$inboundSchema),
|
|
10949
10327
|
});
|
|
10950
10328
|
/** @internal */
|
|
10951
10329
|
export type CreateProjectHas2$Outbound = {
|
|
10952
|
-
type:
|
|
10330
|
+
type: "host";
|
|
10953
10331
|
value: CreateProjectHasProjectsValue$Outbound;
|
|
10954
10332
|
};
|
|
10955
10333
|
|
|
@@ -10959,7 +10337,7 @@ export const CreateProjectHas2$outboundSchema: z.ZodType<
|
|
|
10959
10337
|
z.ZodTypeDef,
|
|
10960
10338
|
CreateProjectHas2
|
|
10961
10339
|
> = z.object({
|
|
10962
|
-
type:
|
|
10340
|
+
type: z.literal("host"),
|
|
10963
10341
|
value: z.lazy(() => CreateProjectHasProjectsValue$outboundSchema),
|
|
10964
10342
|
});
|
|
10965
10343
|
|
|
@@ -10980,15 +10358,6 @@ export function createProjectHas2FromJSON(
|
|
|
10980
10358
|
);
|
|
10981
10359
|
}
|
|
10982
10360
|
|
|
10983
|
-
/** @internal */
|
|
10984
|
-
export const CreateProjectHasType$inboundSchema: z.ZodNativeEnum<
|
|
10985
|
-
typeof CreateProjectHasType
|
|
10986
|
-
> = z.nativeEnum(CreateProjectHasType);
|
|
10987
|
-
/** @internal */
|
|
10988
|
-
export const CreateProjectHasType$outboundSchema: z.ZodNativeEnum<
|
|
10989
|
-
typeof CreateProjectHasType
|
|
10990
|
-
> = CreateProjectHasType$inboundSchema;
|
|
10991
|
-
|
|
10992
10361
|
/** @internal */
|
|
10993
10362
|
export const HasKey$inboundSchema: z.ZodNativeEnum<typeof HasKey> = z
|
|
10994
10363
|
.nativeEnum(HasKey);
|
|
@@ -11041,13 +10410,13 @@ export const CreateProjectHas1$inboundSchema: z.ZodType<
|
|
|
11041
10410
|
z.ZodTypeDef,
|
|
11042
10411
|
unknown
|
|
11043
10412
|
> = z.object({
|
|
11044
|
-
type:
|
|
10413
|
+
type: z.literal("header"),
|
|
11045
10414
|
key: HasKey$inboundSchema,
|
|
11046
10415
|
value: z.lazy(() => CreateProjectHasValue$inboundSchema),
|
|
11047
10416
|
});
|
|
11048
10417
|
/** @internal */
|
|
11049
10418
|
export type CreateProjectHas1$Outbound = {
|
|
11050
|
-
type:
|
|
10419
|
+
type: "header";
|
|
11051
10420
|
key: string;
|
|
11052
10421
|
value: CreateProjectHasValue$Outbound;
|
|
11053
10422
|
};
|
|
@@ -11058,7 +10427,7 @@ export const CreateProjectHas1$outboundSchema: z.ZodType<
|
|
|
11058
10427
|
z.ZodTypeDef,
|
|
11059
10428
|
CreateProjectHas1
|
|
11060
10429
|
> = z.object({
|
|
11061
|
-
type:
|
|
10430
|
+
type: z.literal("header"),
|
|
11062
10431
|
key: HasKey$outboundSchema,
|
|
11063
10432
|
value: z.lazy(() => CreateProjectHasValue$outboundSchema),
|
|
11064
10433
|
});
|
|
@@ -11587,11 +10956,11 @@ export const CreateProjectResponseBody$inboundSchema: z.ZodType<
|
|
|
11587
10956
|
z.lazy(() => CreateProjectLatestDeployments$inboundSchema),
|
|
11588
10957
|
).optional(),
|
|
11589
10958
|
link: z.union([
|
|
11590
|
-
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
11591
|
-
z.lazy(() => CreateProjectLink5$inboundSchema),
|
|
11592
|
-
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
11593
10959
|
z.lazy(() => CreateProjectLink1$inboundSchema),
|
|
11594
10960
|
z.lazy(() => CreateProjectLink2$inboundSchema),
|
|
10961
|
+
z.lazy(() => CreateProjectLink3$inboundSchema),
|
|
10962
|
+
z.lazy(() => CreateProjectLink4$inboundSchema),
|
|
10963
|
+
z.lazy(() => CreateProjectLink5$inboundSchema),
|
|
11595
10964
|
]).optional(),
|
|
11596
10965
|
microfrontends: z.union([
|
|
11597
10966
|
z.lazy(() => CreateProjectMicrofrontends1$inboundSchema),
|
|
@@ -11730,11 +11099,11 @@ export type CreateProjectResponseBody$Outbound = {
|
|
|
11730
11099
|
| Array<CreateProjectLatestDeployments$Outbound>
|
|
11731
11100
|
| undefined;
|
|
11732
11101
|
link?:
|
|
11733
|
-
| CreateProjectLink4$Outbound
|
|
11734
|
-
| CreateProjectLink5$Outbound
|
|
11735
|
-
| CreateProjectLink3$Outbound
|
|
11736
11102
|
| CreateProjectLink1$Outbound
|
|
11737
11103
|
| CreateProjectLink2$Outbound
|
|
11104
|
+
| CreateProjectLink3$Outbound
|
|
11105
|
+
| CreateProjectLink4$Outbound
|
|
11106
|
+
| CreateProjectLink5$Outbound
|
|
11738
11107
|
| undefined;
|
|
11739
11108
|
microfrontends?:
|
|
11740
11109
|
| CreateProjectMicrofrontends1$Outbound
|
|
@@ -11860,11 +11229,11 @@ export const CreateProjectResponseBody$outboundSchema: z.ZodType<
|
|
|
11860
11229
|
z.lazy(() => CreateProjectLatestDeployments$outboundSchema),
|
|
11861
11230
|
).optional(),
|
|
11862
11231
|
link: z.union([
|
|
11863
|
-
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
11864
|
-
z.lazy(() => CreateProjectLink5$outboundSchema),
|
|
11865
|
-
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
11866
11232
|
z.lazy(() => CreateProjectLink1$outboundSchema),
|
|
11867
11233
|
z.lazy(() => CreateProjectLink2$outboundSchema),
|
|
11234
|
+
z.lazy(() => CreateProjectLink3$outboundSchema),
|
|
11235
|
+
z.lazy(() => CreateProjectLink4$outboundSchema),
|
|
11236
|
+
z.lazy(() => CreateProjectLink5$outboundSchema),
|
|
11868
11237
|
]).optional(),
|
|
11869
11238
|
microfrontends: z.union([
|
|
11870
11239
|
z.lazy(() => CreateProjectMicrofrontends1$outboundSchema),
|