@vercel/sdk 1.18.2 → 1.18.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -26
- package/bin/mcp-server.js +4634 -2791
- package/bin/mcp-server.js.map +56 -35
- package/esm/__tests__/accessgroups.test.js +1 -3
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/bulkredirects.test.d.ts +2 -0
- package/esm/__tests__/bulkredirects.test.d.ts.map +1 -0
- package/esm/__tests__/bulkredirects.test.js +171 -0
- package/esm/__tests__/bulkredirects.test.js.map +1 -0
- package/esm/__tests__/domains.test.js +11 -44
- 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__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +6 -2
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +26 -32
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +16 -0
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +21 -0
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/bulkRedirectsDeleteRedirects.d.ts +17 -0
- package/esm/funcs/bulkRedirectsDeleteRedirects.d.ts.map +1 -0
- package/esm/funcs/bulkRedirectsDeleteRedirects.js +84 -0
- package/esm/funcs/bulkRedirectsDeleteRedirects.js.map +1 -0
- package/esm/funcs/bulkRedirectsEditRedirect.d.ts +17 -0
- package/esm/funcs/bulkRedirectsEditRedirect.d.ts.map +1 -0
- package/esm/funcs/bulkRedirectsEditRedirect.js +84 -0
- package/esm/funcs/bulkRedirectsEditRedirect.js.map +1 -0
- package/esm/funcs/bulkRedirectsGetRedirects.d.ts +17 -0
- package/esm/funcs/bulkRedirectsGetRedirects.d.ts.map +1 -0
- package/esm/funcs/bulkRedirectsGetRedirects.js +90 -0
- package/esm/funcs/bulkRedirectsGetRedirects.js.map +1 -0
- package/esm/funcs/bulkRedirectsGetVersions.d.ts +17 -0
- package/esm/funcs/bulkRedirectsGetVersions.d.ts.map +1 -0
- package/esm/funcs/bulkRedirectsGetVersions.js +83 -0
- package/esm/funcs/bulkRedirectsGetVersions.js.map +1 -0
- package/esm/funcs/bulkRedirectsRestoreRedirects.d.ts +17 -0
- package/esm/funcs/bulkRedirectsRestoreRedirects.d.ts.map +1 -0
- package/esm/funcs/bulkRedirectsRestoreRedirects.js +84 -0
- package/esm/funcs/bulkRedirectsRestoreRedirects.js.map +1 -0
- package/esm/funcs/bulkRedirectsStageRedirects.d.ts +17 -0
- package/esm/funcs/bulkRedirectsStageRedirects.d.ts.map +1 -0
- package/esm/funcs/bulkRedirectsStageRedirects.js +83 -0
- package/esm/funcs/bulkRedirectsStageRedirects.js.map +1 -0
- package/esm/funcs/bulkRedirectsUpdateVersion.d.ts +17 -0
- package/esm/funcs/bulkRedirectsUpdateVersion.d.ts.map +1 -0
- package/esm/funcs/{domainsBuyDomain.js → bulkRedirectsUpdateVersion.js} +11 -10
- package/esm/funcs/bulkRedirectsUpdateVersion.js.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
- package/esm/funcs/teamsPostTeamDsyncRoles.d.ts +17 -0
- package/esm/funcs/teamsPostTeamDsyncRoles.d.ts.map +1 -0
- package/esm/funcs/teamsPostTeamDsyncRoles.js +88 -0
- package/esm/funcs/teamsPostTeamDsyncRoles.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +17 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/bulkRedirectsDeleteRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/bulkRedirectsDeleteRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsDeleteRedirects.js +28 -0
- package/esm/mcp-server/tools/bulkRedirectsDeleteRedirects.js.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsEditRedirect.d.ts +7 -0
- package/esm/mcp-server/tools/bulkRedirectsEditRedirect.d.ts.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsEditRedirect.js +28 -0
- package/esm/mcp-server/tools/bulkRedirectsEditRedirect.js.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsGetRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/bulkRedirectsGetRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsGetRedirects.js +28 -0
- package/esm/mcp-server/tools/bulkRedirectsGetRedirects.js.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsGetVersions.d.ts +7 -0
- package/esm/mcp-server/tools/bulkRedirectsGetVersions.d.ts.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsGetVersions.js +28 -0
- package/esm/mcp-server/tools/bulkRedirectsGetVersions.js.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsRestoreRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/bulkRedirectsRestoreRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsRestoreRedirects.js +28 -0
- package/esm/mcp-server/tools/bulkRedirectsRestoreRedirects.js.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsStageRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/bulkRedirectsStageRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsStageRedirects.js +28 -0
- package/esm/mcp-server/tools/bulkRedirectsStageRedirects.js.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsUpdateVersion.d.ts +7 -0
- package/esm/mcp-server/tools/bulkRedirectsUpdateVersion.d.ts.map +1 -0
- package/esm/mcp-server/tools/bulkRedirectsUpdateVersion.js +28 -0
- package/esm/mcp-server/tools/bulkRedirectsUpdateVersion.js.map +1 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts +7 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts.map +1 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js +28 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +46 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +42 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +46 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +46 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +5 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +154 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +220 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createortransferdomainop.d.ts +4 -40
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js +0 -24
- package/esm/models/createortransferdomainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +112 -2
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +103 -2
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +4 -2
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -2
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/deleteredirectsop.d.ts +112 -0
- package/esm/models/deleteredirectsop.d.ts.map +1 -0
- package/esm/models/deleteredirectsop.js +99 -0
- package/esm/models/deleteredirectsop.js.map +1 -0
- package/esm/models/editredirectop.d.ts +143 -0
- package/esm/models/editredirectop.d.ts.map +1 -0
- package/esm/models/editredirectop.js +123 -0
- package/esm/models/editredirectop.js.map +1 -0
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getconfigurationsop.d.ts +1 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +1 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymenteventsop.d.ts +6 -6
- package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
- package/esm/models/getdeploymenteventsop.js +6 -6
- package/esm/models/getdeploymenteventsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +90 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +82 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +5 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +344 -111
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +368 -106
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectdomainsop.d.ts +5 -5
- package/esm/models/getprojectdomainsop.d.ts.map +1 -1
- package/esm/models/getprojectdomainsop.js +5 -6
- package/esm/models/getprojectdomainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +88 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +76 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getredirectsop.d.ts +200 -0
- package/esm/models/getredirectsop.d.ts.map +1 -0
- package/esm/models/getredirectsop.js +205 -0
- package/esm/models/getredirectsop.js.map +1 -0
- package/esm/models/getversionsop.d.ts +90 -0
- package/esm/models/getversionsop.d.ts.map +1 -0
- package/esm/models/getversionsop.js +68 -0
- package/esm/models/getversionsop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +2 -1
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -1
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +4 -2
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -2
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/postteamdsyncrolesop.d.ts +98 -0
- package/esm/models/postteamdsyncrolesop.d.ts.map +1 -0
- package/esm/models/postteamdsyncrolesop.js +113 -0
- package/esm/models/postteamdsyncrolesop.js.map +1 -0
- package/esm/models/putfirewallconfigop.d.ts +368 -106
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +391 -104
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/restoreredirectsop.d.ts +114 -0
- package/esm/models/restoreredirectsop.d.ts.map +1 -0
- package/esm/models/restoreredirectsop.js +101 -0
- package/esm/models/restoreredirectsop.js.map +1 -0
- package/esm/models/stageredirectsop.d.ts +145 -0
- package/esm/models/stageredirectsop.d.ts.map +1 -0
- package/esm/models/stageredirectsop.js +136 -0
- package/esm/models/stageredirectsop.js.map +1 -0
- package/esm/models/team.d.ts +6 -6
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +6 -4
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +5 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +30 -0
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +32 -0
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +103 -17
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +97 -20
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +112 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +103 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +49 -0
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +27 -0
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/models/updateversionop.d.ts +120 -0
- package/esm/models/updateversionop.d.ts.map +1 -0
- package/esm/models/updateversionop.js +106 -0
- package/esm/models/updateversionop.js.map +1 -0
- package/esm/models/userevent.d.ts +756 -968
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1012 -1247
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/bulkredirects.d.ts +60 -0
- package/esm/sdk/bulkredirects.d.ts.map +1 -0
- package/esm/sdk/bulkredirects.js +78 -0
- package/esm/sdk/bulkredirects.js.map +1 -0
- package/esm/sdk/domains.d.ts +0 -8
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +0 -10
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/teams.d.ts +8 -0
- package/esm/sdk/teams.d.ts.map +1 -1
- package/esm/sdk/teams.js +10 -0
- package/esm/sdk/teams.js.map +1 -1
- package/examples/package-lock.json +2 -2
- package/jsr.json +1 -1
- package/package.json +2 -2
- package/src/__tests__/accessgroups.test.ts +1 -3
- package/src/__tests__/bulkredirects.test.ts +192 -0
- package/src/__tests__/domains.test.ts +13 -47
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +6 -2
- package/src/__tests__/security.test.ts +26 -32
- package/src/__tests__/teams.test.ts +19 -0
- package/src/__tests__/vercel.test.ts +42 -0
- package/src/funcs/bulkRedirectsDeleteRedirects.ts +172 -0
- package/src/funcs/bulkRedirectsEditRedirect.ts +172 -0
- package/src/funcs/bulkRedirectsGetRedirects.ts +178 -0
- package/src/funcs/bulkRedirectsGetVersions.ts +171 -0
- package/src/funcs/bulkRedirectsRestoreRedirects.ts +172 -0
- package/src/funcs/{domainsBuyDomain.ts → bulkRedirectsStageRedirects.ts} +21 -22
- package/src/funcs/bulkRedirectsUpdateVersion.ts +172 -0
- package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
- package/src/funcs/teamsPostTeamDsyncRoles.ts +177 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +17 -3
- package/src/mcp-server/tools/bulkRedirectsDeleteRedirects.ts +37 -0
- package/src/mcp-server/tools/bulkRedirectsEditRedirect.ts +37 -0
- package/src/mcp-server/tools/bulkRedirectsGetRedirects.ts +37 -0
- package/src/mcp-server/tools/bulkRedirectsGetVersions.ts +37 -0
- package/src/mcp-server/tools/bulkRedirectsRestoreRedirects.ts +38 -0
- package/src/mcp-server/tools/bulkRedirectsStageRedirects.ts +37 -0
- package/src/mcp-server/tools/bulkRedirectsUpdateVersion.ts +38 -0
- package/src/mcp-server/tools/teamsPostTeamDsyncRoles.ts +37 -0
- package/src/models/canceldeploymentop.ts +129 -0
- package/src/models/createdeploymentop.ts +112 -0
- package/src/models/createedgeconfigop.ts +7 -0
- package/src/models/createintegrationstoredirectop.ts +475 -471
- package/src/models/createortransferdomainop.ts +0 -83
- package/src/models/createprojectop.ts +293 -4
- package/src/models/createwebhookop.ts +4 -2
- package/src/models/deleteredirectsop.ts +275 -0
- package/src/models/editredirectop.ts +340 -0
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getconfigurationsop.ts +1 -0
- package/src/models/getdeploymenteventsop.ts +17 -13
- package/src/models/getdeploymentop.ts +263 -0
- package/src/models/getedgeconfigop.ts +7 -0
- package/src/models/getfirewallconfigop.ts +860 -291
- package/src/models/getprojectdomainsop.ts +11 -9
- package/src/models/getprojectsop.ts +214 -4
- package/src/models/getredirectsop.ts +492 -0
- package/src/models/getversionsop.ts +200 -0
- package/src/models/getwebhookop.ts +2 -1
- package/src/models/getwebhooksop.ts +4 -2
- package/src/models/postteamdsyncrolesop.ts +291 -0
- package/src/models/putfirewallconfigop.ts +1051 -279
- package/src/models/restoreredirectsop.ts +281 -0
- package/src/models/stageredirectsop.ts +367 -0
- package/src/models/team.ts +14 -10
- package/src/models/updateedgeconfigop.ts +7 -0
- package/src/models/updatefirewallconfigop.ts +107 -0
- package/src/models/updateprojectdatacacheop.ts +276 -55
- package/src/models/updateprojectop.ts +293 -4
- package/src/models/updateprojectprotectionbypassop.ts +84 -0
- package/src/models/updateversionop.ts +285 -0
- package/src/models/userevent.ts +2357 -2909
- package/src/sdk/bulkredirects.ts +162 -0
- package/src/sdk/domains.ts +0 -19
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/teams.ts +22 -0
- package/vercel-spec.json +3184 -1264
- package/esm/funcs/domainsBuyDomain.d.ts +0 -17
- package/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
- package/esm/funcs/domainsBuyDomain.js.map +0 -1
- package/esm/mcp-server/tools/domainsBuyDomain.d.ts +0 -7
- package/esm/mcp-server/tools/domainsBuyDomain.d.ts.map +0 -1
- package/esm/mcp-server/tools/domainsBuyDomain.js +0 -28
- package/esm/mcp-server/tools/domainsBuyDomain.js.map +0 -1
- package/esm/models/buydomainop.d.ts +0 -180
- package/esm/models/buydomainop.d.ts.map +0 -1
- package/esm/models/buydomainop.js +0 -159
- package/esm/models/buydomainop.js.map +0 -1
- package/src/mcp-server/tools/domainsBuyDomain.ts +0 -37
- package/src/models/buydomainop.ts +0 -453
package/esm/models/userevent.js
CHANGED
|
@@ -70,22 +70,22 @@ export const Method = {
|
|
|
70
70
|
PrivateKeyJwt: "private_key_jwt",
|
|
71
71
|
OidcToken: "oidc_token",
|
|
72
72
|
};
|
|
73
|
-
export const
|
|
73
|
+
export const UserEventPayload169Type = {
|
|
74
74
|
List: "list",
|
|
75
75
|
};
|
|
76
|
-
export const
|
|
76
|
+
export const UserEventPayload169BeforeType = {
|
|
77
77
|
String: "string",
|
|
78
78
|
};
|
|
79
|
-
export const
|
|
79
|
+
export const UserEventPayload169AfterType = {
|
|
80
80
|
List: "list",
|
|
81
81
|
};
|
|
82
|
-
export const
|
|
82
|
+
export const UserEventPayload169AfterResourcesType = {
|
|
83
83
|
String: "string",
|
|
84
84
|
};
|
|
85
|
-
export const
|
|
85
|
+
export const UserEventPayload168Type = {
|
|
86
86
|
List: "list",
|
|
87
87
|
};
|
|
88
|
-
export const
|
|
88
|
+
export const UserEventPayload168ResourcesType = {
|
|
89
89
|
String: "string",
|
|
90
90
|
};
|
|
91
91
|
export const NextScopes = {
|
|
@@ -103,6 +103,7 @@ export const NextPermissions = {
|
|
|
103
103
|
ReadTeam: "read:team",
|
|
104
104
|
ReadWriteTeam: "read-write:team",
|
|
105
105
|
ReadBilling: "read:billing",
|
|
106
|
+
ReadWriteAiGatewayApiKey: "read-write:ai-gateway-api-key",
|
|
106
107
|
ReadProject: "read:project",
|
|
107
108
|
ReadWriteProject: "read-write:project",
|
|
108
109
|
ReadDeployment: "read:deployment",
|
|
@@ -126,6 +127,7 @@ export const Permissions = {
|
|
|
126
127
|
ReadTeam: "read:team",
|
|
127
128
|
ReadWriteTeam: "read-write:team",
|
|
128
129
|
ReadBilling: "read:billing",
|
|
130
|
+
ReadWriteAiGatewayApiKey: "read-write:ai-gateway-api-key",
|
|
129
131
|
ReadProject: "read:project",
|
|
130
132
|
ReadWriteProject: "read-write:project",
|
|
131
133
|
ReadDeployment: "read:deployment",
|
|
@@ -138,16 +140,16 @@ export const Tier = {
|
|
|
138
140
|
Pro: "pro",
|
|
139
141
|
Plus: "plus",
|
|
140
142
|
};
|
|
141
|
-
export const
|
|
143
|
+
export const UserEventPayload156Action = {
|
|
142
144
|
Enable: "enable",
|
|
143
145
|
Disable: "disable",
|
|
144
146
|
};
|
|
145
|
-
export const
|
|
147
|
+
export const UserEventPayload150Role = {
|
|
146
148
|
Admin: "ADMIN",
|
|
147
149
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
148
150
|
ProjectViewer: "PROJECT_VIEWER",
|
|
149
151
|
};
|
|
150
|
-
export const
|
|
152
|
+
export const UserEventPayload149Role = {
|
|
151
153
|
Admin: "ADMIN",
|
|
152
154
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
153
155
|
ProjectViewer: "PROJECT_VIEWER",
|
|
@@ -157,12 +159,12 @@ export const PayloadPreviousRole = {
|
|
|
157
159
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
158
160
|
ProjectViewer: "PROJECT_VIEWER",
|
|
159
161
|
};
|
|
160
|
-
export const
|
|
162
|
+
export const UserEventPayload148Role = {
|
|
161
163
|
Admin: "ADMIN",
|
|
162
164
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
163
165
|
ProjectViewer: "PROJECT_VIEWER",
|
|
164
166
|
};
|
|
165
|
-
export const
|
|
167
|
+
export const UserEventPayload147Role = {
|
|
166
168
|
Admin: "ADMIN",
|
|
167
169
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
168
170
|
ProjectViewer: "PROJECT_VIEWER",
|
|
@@ -187,7 +189,7 @@ export const NewPlan = {
|
|
|
187
189
|
Enterprise: "enterprise",
|
|
188
190
|
Hobby: "hobby",
|
|
189
191
|
};
|
|
190
|
-
export const
|
|
192
|
+
export const UserEventPayload121Role = {
|
|
191
193
|
Owner: "OWNER",
|
|
192
194
|
Member: "MEMBER",
|
|
193
195
|
Developer: "DEVELOPER",
|
|
@@ -203,15 +205,15 @@ export const StoreType = {
|
|
|
203
205
|
};
|
|
204
206
|
export const UserEventPayloadType = {
|
|
205
207
|
Redis: "redis",
|
|
206
|
-
EdgeConfig: "edge-config",
|
|
207
208
|
Postgres: "postgres",
|
|
209
|
+
EdgeConfig: "edge-config",
|
|
208
210
|
Blob: "blob",
|
|
209
211
|
Integration: "integration",
|
|
210
212
|
};
|
|
211
213
|
/**
|
|
212
214
|
* The budget type
|
|
213
215
|
*/
|
|
214
|
-
export const
|
|
216
|
+
export const UserEventPayload115Type = {
|
|
215
217
|
Fixed: "fixed",
|
|
216
218
|
};
|
|
217
219
|
/**
|
|
@@ -225,7 +227,7 @@ export const PayloadPricingPlan = {
|
|
|
225
227
|
/**
|
|
226
228
|
* The budget type
|
|
227
229
|
*/
|
|
228
|
-
export const
|
|
230
|
+
export const UserEventPayload114Type = {
|
|
229
231
|
Fixed: "fixed",
|
|
230
232
|
};
|
|
231
233
|
/**
|
|
@@ -239,7 +241,7 @@ export const PricingPlan = {
|
|
|
239
241
|
/**
|
|
240
242
|
* The budget type
|
|
241
243
|
*/
|
|
242
|
-
export const
|
|
244
|
+
export const UserEventPayload113Type = {
|
|
243
245
|
Fixed: "fixed",
|
|
244
246
|
};
|
|
245
247
|
/**
|
|
@@ -267,7 +269,7 @@ export const UserEventEnvId2 = {
|
|
|
267
269
|
Preview: "preview",
|
|
268
270
|
Production: "production",
|
|
269
271
|
};
|
|
270
|
-
export const
|
|
272
|
+
export const UserEventPayload92Action = {
|
|
271
273
|
Enabled: "enabled",
|
|
272
274
|
Disabled: "disabled",
|
|
273
275
|
Regenerated: "regenerated",
|
|
@@ -370,30 +372,6 @@ export const PayloadOrigin = {
|
|
|
370
372
|
Feedback: "feedback",
|
|
371
373
|
OrganizationTeams: "organization-teams",
|
|
372
374
|
};
|
|
373
|
-
export const PayloadName = {
|
|
374
|
-
Iphone: "iphone",
|
|
375
|
-
Ipad: "ipad",
|
|
376
|
-
Ipod: "ipod",
|
|
377
|
-
Chrome: "chrome",
|
|
378
|
-
Firefox: "firefox",
|
|
379
|
-
Mozilla: "mozilla",
|
|
380
|
-
Unknown: "unknown",
|
|
381
|
-
};
|
|
382
|
-
export const UserEventPayloadName = {
|
|
383
|
-
Unknown: "unknown",
|
|
384
|
-
Darwin: "darwin",
|
|
385
|
-
Win32: "win32",
|
|
386
|
-
Win: "win",
|
|
387
|
-
Windows: "windows",
|
|
388
|
-
Linux: "linux",
|
|
389
|
-
Freebsd: "freebsd",
|
|
390
|
-
Sunos: "sunos",
|
|
391
|
-
Mac: "mac",
|
|
392
|
-
Ios: "ios",
|
|
393
|
-
Android: "android",
|
|
394
|
-
MacOS: "Mac OS",
|
|
395
|
-
OsX: "OS X",
|
|
396
|
-
};
|
|
397
375
|
export const UserEventPayload72Action = {
|
|
398
376
|
Blocked: "blocked",
|
|
399
377
|
HardBlocked: "hard-blocked",
|
|
@@ -440,7 +418,7 @@ export const PayloadRecentsViewPreference = {
|
|
|
440
418
|
Open: "open",
|
|
441
419
|
Closed: "closed",
|
|
442
420
|
};
|
|
443
|
-
export const
|
|
421
|
+
export const PayloadName = {
|
|
444
422
|
String: "string",
|
|
445
423
|
};
|
|
446
424
|
export const PayloadReason = {
|
|
@@ -1053,7 +1031,7 @@ export function payloadAppFromJSON(jsonString) {
|
|
|
1053
1031
|
return safeParse(jsonString, (x) => PayloadApp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadApp' from JSON`);
|
|
1054
1032
|
}
|
|
1055
1033
|
/** @internal */
|
|
1056
|
-
export const
|
|
1034
|
+
export const OneHundredAndSeventyFour$inboundSchema = z.object({
|
|
1057
1035
|
grantType: GrantType$inboundSchema,
|
|
1058
1036
|
appName: z.string(),
|
|
1059
1037
|
atTTL: z.number(),
|
|
@@ -1066,7 +1044,7 @@ export const OneHundredAndSeventyFive$inboundSchema = z.object({
|
|
|
1066
1044
|
sessionId: z.string().optional(),
|
|
1067
1045
|
});
|
|
1068
1046
|
/** @internal */
|
|
1069
|
-
export const
|
|
1047
|
+
export const OneHundredAndSeventyFour$outboundSchema = z.object({
|
|
1070
1048
|
grantType: GrantType$outboundSchema,
|
|
1071
1049
|
appName: z.string(),
|
|
1072
1050
|
atTTL: z.number(),
|
|
@@ -1078,43 +1056,43 @@ export const OneHundredAndSeventyFive$outboundSchema = z.object({
|
|
|
1078
1056
|
publicId: z.string().optional(),
|
|
1079
1057
|
sessionId: z.string().optional(),
|
|
1080
1058
|
});
|
|
1081
|
-
export function
|
|
1082
|
-
return JSON.stringify(
|
|
1059
|
+
export function oneHundredAndSeventyFourToJSON(oneHundredAndSeventyFour) {
|
|
1060
|
+
return JSON.stringify(OneHundredAndSeventyFour$outboundSchema.parse(oneHundredAndSeventyFour));
|
|
1083
1061
|
}
|
|
1084
|
-
export function
|
|
1085
|
-
return safeParse(jsonString, (x) =>
|
|
1062
|
+
export function oneHundredAndSeventyFourFromJSON(jsonString) {
|
|
1063
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventyFour' from JSON`);
|
|
1086
1064
|
}
|
|
1087
1065
|
/** @internal */
|
|
1088
|
-
export const
|
|
1066
|
+
export const UserEventPayload173Team$inboundSchema = z.object({
|
|
1089
1067
|
id: z.string(),
|
|
1090
1068
|
name: z.string(),
|
|
1091
1069
|
});
|
|
1092
1070
|
/** @internal */
|
|
1093
|
-
export const
|
|
1071
|
+
export const UserEventPayload173Team$outboundSchema = z.object({
|
|
1094
1072
|
id: z.string(),
|
|
1095
1073
|
name: z.string(),
|
|
1096
1074
|
});
|
|
1097
|
-
export function
|
|
1098
|
-
return JSON.stringify(
|
|
1075
|
+
export function userEventPayload173TeamToJSON(userEventPayload173Team) {
|
|
1076
|
+
return JSON.stringify(UserEventPayload173Team$outboundSchema.parse(userEventPayload173Team));
|
|
1099
1077
|
}
|
|
1100
|
-
export function
|
|
1101
|
-
return safeParse(jsonString, (x) =>
|
|
1078
|
+
export function userEventPayload173TeamFromJSON(jsonString) {
|
|
1079
|
+
return safeParse(jsonString, (x) => UserEventPayload173Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload173Team' from JSON`);
|
|
1102
1080
|
}
|
|
1103
1081
|
/** @internal */
|
|
1104
|
-
export const
|
|
1082
|
+
export const UserEventPayload173Configuration$inboundSchema = z.object({
|
|
1105
1083
|
id: z.string(),
|
|
1106
1084
|
name: z.string().optional(),
|
|
1107
1085
|
});
|
|
1108
1086
|
/** @internal */
|
|
1109
|
-
export const
|
|
1087
|
+
export const UserEventPayload173Configuration$outboundSchema = z.object({
|
|
1110
1088
|
id: z.string(),
|
|
1111
1089
|
name: z.string().optional(),
|
|
1112
1090
|
});
|
|
1113
|
-
export function
|
|
1114
|
-
return JSON.stringify(
|
|
1091
|
+
export function userEventPayload173ConfigurationToJSON(userEventPayload173Configuration) {
|
|
1092
|
+
return JSON.stringify(UserEventPayload173Configuration$outboundSchema.parse(userEventPayload173Configuration));
|
|
1115
1093
|
}
|
|
1116
|
-
export function
|
|
1117
|
-
return safeParse(jsonString, (x) =>
|
|
1094
|
+
export function userEventPayload173ConfigurationFromJSON(jsonString) {
|
|
1095
|
+
return safeParse(jsonString, (x) => UserEventPayload173Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload173Configuration' from JSON`);
|
|
1118
1096
|
}
|
|
1119
1097
|
/** @internal */
|
|
1120
1098
|
export const UserEventPayloadPeering$inboundSchema = z.object({
|
|
@@ -1133,56 +1111,56 @@ export function userEventPayloadPeeringFromJSON(jsonString) {
|
|
|
1133
1111
|
return safeParse(jsonString, (x) => UserEventPayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadPeering' from JSON`);
|
|
1134
1112
|
}
|
|
1135
1113
|
/** @internal */
|
|
1136
|
-
export const
|
|
1137
|
-
team: z.lazy(() =>
|
|
1138
|
-
configuration: z.lazy(() =>
|
|
1114
|
+
export const OneHundredAndSeventyThree$inboundSchema = z.object({
|
|
1115
|
+
team: z.lazy(() => UserEventPayload173Team$inboundSchema),
|
|
1116
|
+
configuration: z.lazy(() => UserEventPayload173Configuration$inboundSchema),
|
|
1139
1117
|
peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
|
|
1140
1118
|
newName: z.string().optional(),
|
|
1141
1119
|
});
|
|
1142
1120
|
/** @internal */
|
|
1143
|
-
export const
|
|
1144
|
-
team: z.lazy(() =>
|
|
1145
|
-
configuration: z.lazy(() =>
|
|
1121
|
+
export const OneHundredAndSeventyThree$outboundSchema = z.object({
|
|
1122
|
+
team: z.lazy(() => UserEventPayload173Team$outboundSchema),
|
|
1123
|
+
configuration: z.lazy(() => UserEventPayload173Configuration$outboundSchema),
|
|
1146
1124
|
peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
|
|
1147
1125
|
newName: z.string().optional(),
|
|
1148
1126
|
});
|
|
1149
|
-
export function
|
|
1150
|
-
return JSON.stringify(
|
|
1127
|
+
export function oneHundredAndSeventyThreeToJSON(oneHundredAndSeventyThree) {
|
|
1128
|
+
return JSON.stringify(OneHundredAndSeventyThree$outboundSchema.parse(oneHundredAndSeventyThree));
|
|
1151
1129
|
}
|
|
1152
|
-
export function
|
|
1153
|
-
return safeParse(jsonString, (x) =>
|
|
1130
|
+
export function oneHundredAndSeventyThreeFromJSON(jsonString) {
|
|
1131
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventyThree' from JSON`);
|
|
1154
1132
|
}
|
|
1155
1133
|
/** @internal */
|
|
1156
|
-
export const
|
|
1134
|
+
export const UserEventPayload172Team$inboundSchema = z.object({
|
|
1157
1135
|
id: z.string(),
|
|
1158
1136
|
name: z.string(),
|
|
1159
1137
|
});
|
|
1160
1138
|
/** @internal */
|
|
1161
|
-
export const
|
|
1139
|
+
export const UserEventPayload172Team$outboundSchema = z.object({
|
|
1162
1140
|
id: z.string(),
|
|
1163
1141
|
name: z.string(),
|
|
1164
1142
|
});
|
|
1165
|
-
export function
|
|
1166
|
-
return JSON.stringify(
|
|
1143
|
+
export function userEventPayload172TeamToJSON(userEventPayload172Team) {
|
|
1144
|
+
return JSON.stringify(UserEventPayload172Team$outboundSchema.parse(userEventPayload172Team));
|
|
1167
1145
|
}
|
|
1168
|
-
export function
|
|
1169
|
-
return safeParse(jsonString, (x) =>
|
|
1146
|
+
export function userEventPayload172TeamFromJSON(jsonString) {
|
|
1147
|
+
return safeParse(jsonString, (x) => UserEventPayload172Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload172Team' from JSON`);
|
|
1170
1148
|
}
|
|
1171
1149
|
/** @internal */
|
|
1172
|
-
export const
|
|
1150
|
+
export const UserEventPayload172Configuration$inboundSchema = z.object({
|
|
1173
1151
|
id: z.string(),
|
|
1174
1152
|
name: z.string().optional(),
|
|
1175
1153
|
});
|
|
1176
1154
|
/** @internal */
|
|
1177
|
-
export const
|
|
1155
|
+
export const UserEventPayload172Configuration$outboundSchema = z.object({
|
|
1178
1156
|
id: z.string(),
|
|
1179
1157
|
name: z.string().optional(),
|
|
1180
1158
|
});
|
|
1181
|
-
export function
|
|
1182
|
-
return JSON.stringify(
|
|
1159
|
+
export function userEventPayload172ConfigurationToJSON(userEventPayload172Configuration) {
|
|
1160
|
+
return JSON.stringify(UserEventPayload172Configuration$outboundSchema.parse(userEventPayload172Configuration));
|
|
1183
1161
|
}
|
|
1184
|
-
export function
|
|
1185
|
-
return safeParse(jsonString, (x) =>
|
|
1162
|
+
export function userEventPayload172ConfigurationFromJSON(jsonString) {
|
|
1163
|
+
return safeParse(jsonString, (x) => UserEventPayload172Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload172Configuration' from JSON`);
|
|
1186
1164
|
}
|
|
1187
1165
|
/** @internal */
|
|
1188
1166
|
export const PayloadPeering$inboundSchema = z.object({
|
|
@@ -1201,54 +1179,54 @@ export function payloadPeeringFromJSON(jsonString) {
|
|
|
1201
1179
|
return safeParse(jsonString, (x) => PayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadPeering' from JSON`);
|
|
1202
1180
|
}
|
|
1203
1181
|
/** @internal */
|
|
1204
|
-
export const
|
|
1205
|
-
team: z.lazy(() =>
|
|
1206
|
-
configuration: z.lazy(() =>
|
|
1182
|
+
export const OneHundredAndSeventyTwo$inboundSchema = z.object({
|
|
1183
|
+
team: z.lazy(() => UserEventPayload172Team$inboundSchema),
|
|
1184
|
+
configuration: z.lazy(() => UserEventPayload172Configuration$inboundSchema),
|
|
1207
1185
|
peering: z.lazy(() => PayloadPeering$inboundSchema),
|
|
1208
1186
|
});
|
|
1209
1187
|
/** @internal */
|
|
1210
|
-
export const
|
|
1211
|
-
team: z.lazy(() =>
|
|
1212
|
-
configuration: z.lazy(() =>
|
|
1188
|
+
export const OneHundredAndSeventyTwo$outboundSchema = z.object({
|
|
1189
|
+
team: z.lazy(() => UserEventPayload172Team$outboundSchema),
|
|
1190
|
+
configuration: z.lazy(() => UserEventPayload172Configuration$outboundSchema),
|
|
1213
1191
|
peering: z.lazy(() => PayloadPeering$outboundSchema),
|
|
1214
1192
|
});
|
|
1215
|
-
export function
|
|
1216
|
-
return JSON.stringify(
|
|
1193
|
+
export function oneHundredAndSeventyTwoToJSON(oneHundredAndSeventyTwo) {
|
|
1194
|
+
return JSON.stringify(OneHundredAndSeventyTwo$outboundSchema.parse(oneHundredAndSeventyTwo));
|
|
1217
1195
|
}
|
|
1218
|
-
export function
|
|
1219
|
-
return safeParse(jsonString, (x) =>
|
|
1196
|
+
export function oneHundredAndSeventyTwoFromJSON(jsonString) {
|
|
1197
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventyTwo' from JSON`);
|
|
1220
1198
|
}
|
|
1221
1199
|
/** @internal */
|
|
1222
|
-
export const
|
|
1200
|
+
export const UserEventPayload171Team$inboundSchema = z.object({
|
|
1223
1201
|
id: z.string(),
|
|
1224
1202
|
name: z.string(),
|
|
1225
1203
|
});
|
|
1226
1204
|
/** @internal */
|
|
1227
|
-
export const
|
|
1205
|
+
export const UserEventPayload171Team$outboundSchema = z.object({
|
|
1228
1206
|
id: z.string(),
|
|
1229
1207
|
name: z.string(),
|
|
1230
1208
|
});
|
|
1231
|
-
export function
|
|
1232
|
-
return JSON.stringify(
|
|
1209
|
+
export function userEventPayload171TeamToJSON(userEventPayload171Team) {
|
|
1210
|
+
return JSON.stringify(UserEventPayload171Team$outboundSchema.parse(userEventPayload171Team));
|
|
1233
1211
|
}
|
|
1234
|
-
export function
|
|
1235
|
-
return safeParse(jsonString, (x) =>
|
|
1212
|
+
export function userEventPayload171TeamFromJSON(jsonString) {
|
|
1213
|
+
return safeParse(jsonString, (x) => UserEventPayload171Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload171Team' from JSON`);
|
|
1236
1214
|
}
|
|
1237
1215
|
/** @internal */
|
|
1238
|
-
export const
|
|
1216
|
+
export const UserEventPayload171Configuration$inboundSchema = z.object({
|
|
1239
1217
|
id: z.string(),
|
|
1240
1218
|
name: z.string().optional(),
|
|
1241
1219
|
});
|
|
1242
1220
|
/** @internal */
|
|
1243
|
-
export const
|
|
1221
|
+
export const UserEventPayload171Configuration$outboundSchema = z.object({
|
|
1244
1222
|
id: z.string(),
|
|
1245
1223
|
name: z.string().optional(),
|
|
1246
1224
|
});
|
|
1247
|
-
export function
|
|
1248
|
-
return JSON.stringify(
|
|
1225
|
+
export function userEventPayload171ConfigurationToJSON(userEventPayload171Configuration) {
|
|
1226
|
+
return JSON.stringify(UserEventPayload171Configuration$outboundSchema.parse(userEventPayload171Configuration));
|
|
1249
1227
|
}
|
|
1250
|
-
export function
|
|
1251
|
-
return safeParse(jsonString, (x) =>
|
|
1228
|
+
export function userEventPayload171ConfigurationFromJSON(jsonString) {
|
|
1229
|
+
return safeParse(jsonString, (x) => UserEventPayload171Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload171Configuration' from JSON`);
|
|
1252
1230
|
}
|
|
1253
1231
|
/** @internal */
|
|
1254
1232
|
export const Peering$inboundSchema = z.object({
|
|
@@ -1271,22 +1249,22 @@ export function peeringFromJSON(jsonString) {
|
|
|
1271
1249
|
return safeParse(jsonString, (x) => Peering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Peering' from JSON`);
|
|
1272
1250
|
}
|
|
1273
1251
|
/** @internal */
|
|
1274
|
-
export const
|
|
1275
|
-
team: z.lazy(() =>
|
|
1276
|
-
configuration: z.lazy(() =>
|
|
1252
|
+
export const OneHundredAndSeventyOne$inboundSchema = z.object({
|
|
1253
|
+
team: z.lazy(() => UserEventPayload171Team$inboundSchema),
|
|
1254
|
+
configuration: z.lazy(() => UserEventPayload171Configuration$inboundSchema),
|
|
1277
1255
|
peering: z.lazy(() => Peering$inboundSchema),
|
|
1278
1256
|
});
|
|
1279
1257
|
/** @internal */
|
|
1280
|
-
export const
|
|
1281
|
-
team: z.lazy(() =>
|
|
1282
|
-
configuration: z.lazy(() =>
|
|
1258
|
+
export const OneHundredAndSeventyOne$outboundSchema = z.object({
|
|
1259
|
+
team: z.lazy(() => UserEventPayload171Team$outboundSchema),
|
|
1260
|
+
configuration: z.lazy(() => UserEventPayload171Configuration$outboundSchema),
|
|
1283
1261
|
peering: z.lazy(() => Peering$outboundSchema),
|
|
1284
1262
|
});
|
|
1285
|
-
export function
|
|
1286
|
-
return JSON.stringify(
|
|
1263
|
+
export function oneHundredAndSeventyOneToJSON(oneHundredAndSeventyOne) {
|
|
1264
|
+
return JSON.stringify(OneHundredAndSeventyOne$outboundSchema.parse(oneHundredAndSeventyOne));
|
|
1287
1265
|
}
|
|
1288
|
-
export function
|
|
1289
|
-
return safeParse(jsonString, (x) =>
|
|
1266
|
+
export function oneHundredAndSeventyOneFromJSON(jsonString) {
|
|
1267
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventyOne' from JSON`);
|
|
1290
1268
|
}
|
|
1291
1269
|
/** @internal */
|
|
1292
1270
|
export const App$inboundSchema = z
|
|
@@ -1307,40 +1285,40 @@ export function appFromJSON(jsonString) {
|
|
|
1307
1285
|
return safeParse(jsonString, (x) => App$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'App' from JSON`);
|
|
1308
1286
|
}
|
|
1309
1287
|
/** @internal */
|
|
1310
|
-
export const
|
|
1288
|
+
export const OneHundredAndSeventy$inboundSchema = z.object({
|
|
1311
1289
|
appName: z.string(),
|
|
1312
1290
|
appId: z.string().optional(),
|
|
1313
1291
|
app: z.lazy(() => App$inboundSchema).optional(),
|
|
1314
1292
|
issuedBefore: z.number().optional(),
|
|
1315
1293
|
});
|
|
1316
1294
|
/** @internal */
|
|
1317
|
-
export const
|
|
1295
|
+
export const OneHundredAndSeventy$outboundSchema = z.object({
|
|
1318
1296
|
appName: z.string(),
|
|
1319
1297
|
appId: z.string().optional(),
|
|
1320
1298
|
app: z.lazy(() => App$outboundSchema).optional(),
|
|
1321
1299
|
issuedBefore: z.number().optional(),
|
|
1322
1300
|
});
|
|
1323
|
-
export function
|
|
1324
|
-
return JSON.stringify(
|
|
1301
|
+
export function oneHundredAndSeventyToJSON(oneHundredAndSeventy) {
|
|
1302
|
+
return JSON.stringify(OneHundredAndSeventy$outboundSchema.parse(oneHundredAndSeventy));
|
|
1325
1303
|
}
|
|
1326
|
-
export function
|
|
1327
|
-
return safeParse(jsonString, (x) =>
|
|
1304
|
+
export function oneHundredAndSeventyFromJSON(jsonString) {
|
|
1305
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventy$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventy' from JSON`);
|
|
1328
1306
|
}
|
|
1329
1307
|
/** @internal */
|
|
1330
|
-
export const
|
|
1308
|
+
export const UserEventPayload169Type$inboundSchema = z.nativeEnum(UserEventPayload169Type);
|
|
1331
1309
|
/** @internal */
|
|
1332
|
-
export const
|
|
1310
|
+
export const UserEventPayload169Type$outboundSchema = UserEventPayload169Type$inboundSchema;
|
|
1333
1311
|
/** @internal */
|
|
1334
|
-
export const
|
|
1312
|
+
export const UserEventPayload169BeforeType$inboundSchema = z.nativeEnum(UserEventPayload169BeforeType);
|
|
1335
1313
|
/** @internal */
|
|
1336
|
-
export const
|
|
1314
|
+
export const UserEventPayload169BeforeType$outboundSchema = UserEventPayload169BeforeType$inboundSchema;
|
|
1337
1315
|
/** @internal */
|
|
1338
1316
|
export const PayloadItems$inboundSchema = z.object({
|
|
1339
|
-
type:
|
|
1317
|
+
type: UserEventPayload169BeforeType$inboundSchema,
|
|
1340
1318
|
});
|
|
1341
1319
|
/** @internal */
|
|
1342
1320
|
export const PayloadItems$outboundSchema = z.object({
|
|
1343
|
-
type:
|
|
1321
|
+
type: UserEventPayload169BeforeType$outboundSchema,
|
|
1344
1322
|
});
|
|
1345
1323
|
export function payloadItemsToJSON(payloadItems) {
|
|
1346
1324
|
return JSON.stringify(PayloadItems$outboundSchema.parse(payloadItems));
|
|
@@ -1350,13 +1328,13 @@ export function payloadItemsFromJSON(jsonString) {
|
|
|
1350
1328
|
}
|
|
1351
1329
|
/** @internal */
|
|
1352
1330
|
export const PayloadProjectIds$inboundSchema = z.object({
|
|
1353
|
-
type:
|
|
1331
|
+
type: UserEventPayload169Type$inboundSchema,
|
|
1354
1332
|
required: z.boolean(),
|
|
1355
1333
|
items: z.lazy(() => PayloadItems$inboundSchema),
|
|
1356
1334
|
});
|
|
1357
1335
|
/** @internal */
|
|
1358
1336
|
export const PayloadProjectIds$outboundSchema = z.object({
|
|
1359
|
-
type:
|
|
1337
|
+
type: UserEventPayload169Type$outboundSchema,
|
|
1360
1338
|
required: z.boolean(),
|
|
1361
1339
|
items: z.lazy(() => PayloadItems$outboundSchema),
|
|
1362
1340
|
});
|
|
@@ -1396,20 +1374,20 @@ export function beforeFromJSON(jsonString) {
|
|
|
1396
1374
|
return safeParse(jsonString, (x) => Before$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Before' from JSON`);
|
|
1397
1375
|
}
|
|
1398
1376
|
/** @internal */
|
|
1399
|
-
export const
|
|
1377
|
+
export const UserEventPayload169AfterType$inboundSchema = z.nativeEnum(UserEventPayload169AfterType);
|
|
1400
1378
|
/** @internal */
|
|
1401
|
-
export const
|
|
1379
|
+
export const UserEventPayload169AfterType$outboundSchema = UserEventPayload169AfterType$inboundSchema;
|
|
1402
1380
|
/** @internal */
|
|
1403
|
-
export const
|
|
1381
|
+
export const UserEventPayload169AfterResourcesType$inboundSchema = z.nativeEnum(UserEventPayload169AfterResourcesType);
|
|
1404
1382
|
/** @internal */
|
|
1405
|
-
export const
|
|
1383
|
+
export const UserEventPayload169AfterResourcesType$outboundSchema = UserEventPayload169AfterResourcesType$inboundSchema;
|
|
1406
1384
|
/** @internal */
|
|
1407
1385
|
export const UserEventPayloadItems$inboundSchema = z.object({
|
|
1408
|
-
type:
|
|
1386
|
+
type: UserEventPayload169AfterResourcesType$inboundSchema,
|
|
1409
1387
|
});
|
|
1410
1388
|
/** @internal */
|
|
1411
1389
|
export const UserEventPayloadItems$outboundSchema = z.object({
|
|
1412
|
-
type:
|
|
1390
|
+
type: UserEventPayload169AfterResourcesType$outboundSchema,
|
|
1413
1391
|
});
|
|
1414
1392
|
export function userEventPayloadItemsToJSON(userEventPayloadItems) {
|
|
1415
1393
|
return JSON.stringify(UserEventPayloadItems$outboundSchema.parse(userEventPayloadItems));
|
|
@@ -1419,13 +1397,13 @@ export function userEventPayloadItemsFromJSON(jsonString) {
|
|
|
1419
1397
|
}
|
|
1420
1398
|
/** @internal */
|
|
1421
1399
|
export const UserEventPayloadProjectIds$inboundSchema = z.object({
|
|
1422
|
-
type:
|
|
1400
|
+
type: UserEventPayload169AfterType$inboundSchema,
|
|
1423
1401
|
required: z.boolean(),
|
|
1424
1402
|
items: z.lazy(() => UserEventPayloadItems$inboundSchema),
|
|
1425
1403
|
});
|
|
1426
1404
|
/** @internal */
|
|
1427
1405
|
export const UserEventPayloadProjectIds$outboundSchema = z.object({
|
|
1428
|
-
type:
|
|
1406
|
+
type: UserEventPayload169AfterType$outboundSchema,
|
|
1429
1407
|
required: z.boolean(),
|
|
1430
1408
|
items: z.lazy(() => UserEventPayloadItems$outboundSchema),
|
|
1431
1409
|
});
|
|
@@ -1465,7 +1443,7 @@ export function afterFromJSON(jsonString) {
|
|
|
1465
1443
|
return safeParse(jsonString, (x) => After$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'After' from JSON`);
|
|
1466
1444
|
}
|
|
1467
1445
|
/** @internal */
|
|
1468
|
-
export const
|
|
1446
|
+
export const OneHundredAndSixtyNine$inboundSchema = z.object({
|
|
1469
1447
|
appName: z.string(),
|
|
1470
1448
|
appId: z.string().optional(),
|
|
1471
1449
|
installationId: z.string().optional(),
|
|
@@ -1473,35 +1451,35 @@ export const OneHundredAndSeventy$inboundSchema = z.object({
|
|
|
1473
1451
|
after: z.lazy(() => After$inboundSchema).optional(),
|
|
1474
1452
|
});
|
|
1475
1453
|
/** @internal */
|
|
1476
|
-
export const
|
|
1454
|
+
export const OneHundredAndSixtyNine$outboundSchema = z.object({
|
|
1477
1455
|
appName: z.string(),
|
|
1478
1456
|
appId: z.string().optional(),
|
|
1479
1457
|
installationId: z.string().optional(),
|
|
1480
1458
|
before: z.lazy(() => Before$outboundSchema).optional(),
|
|
1481
1459
|
after: z.lazy(() => After$outboundSchema).optional(),
|
|
1482
1460
|
});
|
|
1483
|
-
export function
|
|
1484
|
-
return JSON.stringify(
|
|
1461
|
+
export function oneHundredAndSixtyNineToJSON(oneHundredAndSixtyNine) {
|
|
1462
|
+
return JSON.stringify(OneHundredAndSixtyNine$outboundSchema.parse(oneHundredAndSixtyNine));
|
|
1485
1463
|
}
|
|
1486
|
-
export function
|
|
1487
|
-
return safeParse(jsonString, (x) =>
|
|
1464
|
+
export function oneHundredAndSixtyNineFromJSON(jsonString) {
|
|
1465
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyNine' from JSON`);
|
|
1488
1466
|
}
|
|
1489
1467
|
/** @internal */
|
|
1490
|
-
export const
|
|
1468
|
+
export const UserEventPayload168Type$inboundSchema = z.nativeEnum(UserEventPayload168Type);
|
|
1491
1469
|
/** @internal */
|
|
1492
|
-
export const
|
|
1470
|
+
export const UserEventPayload168Type$outboundSchema = UserEventPayload168Type$inboundSchema;
|
|
1493
1471
|
/** @internal */
|
|
1494
|
-
export const
|
|
1472
|
+
export const UserEventPayload168ResourcesType$inboundSchema = z.nativeEnum(UserEventPayload168ResourcesType);
|
|
1495
1473
|
/** @internal */
|
|
1496
|
-
export const
|
|
1474
|
+
export const UserEventPayload168ResourcesType$outboundSchema = UserEventPayload168ResourcesType$inboundSchema;
|
|
1497
1475
|
/** @internal */
|
|
1498
1476
|
export const Items$inboundSchema = z
|
|
1499
1477
|
.object({
|
|
1500
|
-
type:
|
|
1478
|
+
type: UserEventPayload168ResourcesType$inboundSchema,
|
|
1501
1479
|
});
|
|
1502
1480
|
/** @internal */
|
|
1503
1481
|
export const Items$outboundSchema = z.object({
|
|
1504
|
-
type:
|
|
1482
|
+
type: UserEventPayload168ResourcesType$outboundSchema,
|
|
1505
1483
|
});
|
|
1506
1484
|
export function itemsToJSON(items) {
|
|
1507
1485
|
return JSON.stringify(Items$outboundSchema.parse(items));
|
|
@@ -1511,13 +1489,13 @@ export function itemsFromJSON(jsonString) {
|
|
|
1511
1489
|
}
|
|
1512
1490
|
/** @internal */
|
|
1513
1491
|
export const ProjectIds$inboundSchema = z.object({
|
|
1514
|
-
type:
|
|
1492
|
+
type: UserEventPayload168Type$inboundSchema,
|
|
1515
1493
|
required: z.boolean(),
|
|
1516
1494
|
items: z.lazy(() => Items$inboundSchema),
|
|
1517
1495
|
});
|
|
1518
1496
|
/** @internal */
|
|
1519
1497
|
export const ProjectIds$outboundSchema = z.object({
|
|
1520
|
-
type:
|
|
1498
|
+
type: UserEventPayload168Type$outboundSchema,
|
|
1521
1499
|
required: z.boolean(),
|
|
1522
1500
|
items: z.lazy(() => Items$outboundSchema),
|
|
1523
1501
|
});
|
|
@@ -1542,56 +1520,56 @@ export function resourcesFromJSON(jsonString) {
|
|
|
1542
1520
|
return safeParse(jsonString, (x) => Resources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Resources' from JSON`);
|
|
1543
1521
|
}
|
|
1544
1522
|
/** @internal */
|
|
1545
|
-
export const
|
|
1523
|
+
export const OneHundredAndSixtyEight$inboundSchema = z.object({
|
|
1546
1524
|
appName: z.string(),
|
|
1547
1525
|
appId: z.string().optional(),
|
|
1548
1526
|
resources: z.lazy(() => Resources$inboundSchema).optional(),
|
|
1549
1527
|
});
|
|
1550
1528
|
/** @internal */
|
|
1551
|
-
export const
|
|
1529
|
+
export const OneHundredAndSixtyEight$outboundSchema = z.object({
|
|
1552
1530
|
appName: z.string(),
|
|
1553
1531
|
appId: z.string().optional(),
|
|
1554
1532
|
resources: z.lazy(() => Resources$outboundSchema).optional(),
|
|
1555
1533
|
});
|
|
1556
|
-
export function
|
|
1557
|
-
return JSON.stringify(
|
|
1534
|
+
export function oneHundredAndSixtyEightToJSON(oneHundredAndSixtyEight) {
|
|
1535
|
+
return JSON.stringify(OneHundredAndSixtyEight$outboundSchema.parse(oneHundredAndSixtyEight));
|
|
1558
1536
|
}
|
|
1559
|
-
export function
|
|
1560
|
-
return safeParse(jsonString, (x) =>
|
|
1537
|
+
export function oneHundredAndSixtyEightFromJSON(jsonString) {
|
|
1538
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyEight' from JSON`);
|
|
1561
1539
|
}
|
|
1562
1540
|
/** @internal */
|
|
1563
|
-
export const
|
|
1541
|
+
export const OneHundredAndSixtySeven$inboundSchema = z.object({
|
|
1564
1542
|
appName: z.string(),
|
|
1565
1543
|
appId: z.string().optional(),
|
|
1566
1544
|
secretLastFourChars: z.string().optional(),
|
|
1567
1545
|
});
|
|
1568
1546
|
/** @internal */
|
|
1569
|
-
export const
|
|
1547
|
+
export const OneHundredAndSixtySeven$outboundSchema = z.object({
|
|
1570
1548
|
appName: z.string(),
|
|
1571
1549
|
appId: z.string().optional(),
|
|
1572
1550
|
secretLastFourChars: z.string().optional(),
|
|
1573
1551
|
});
|
|
1574
|
-
export function
|
|
1575
|
-
return JSON.stringify(
|
|
1552
|
+
export function oneHundredAndSixtySevenToJSON(oneHundredAndSixtySeven) {
|
|
1553
|
+
return JSON.stringify(OneHundredAndSixtySeven$outboundSchema.parse(oneHundredAndSixtySeven));
|
|
1576
1554
|
}
|
|
1577
|
-
export function
|
|
1578
|
-
return safeParse(jsonString, (x) =>
|
|
1555
|
+
export function oneHundredAndSixtySevenFromJSON(jsonString) {
|
|
1556
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtySeven' from JSON`);
|
|
1579
1557
|
}
|
|
1580
1558
|
/** @internal */
|
|
1581
|
-
export const
|
|
1559
|
+
export const OneHundredAndSixtySix$inboundSchema = z.object({
|
|
1582
1560
|
appName: z.string(),
|
|
1583
1561
|
appId: z.string().optional(),
|
|
1584
1562
|
});
|
|
1585
1563
|
/** @internal */
|
|
1586
|
-
export const
|
|
1564
|
+
export const OneHundredAndSixtySix$outboundSchema = z.object({
|
|
1587
1565
|
appName: z.string(),
|
|
1588
1566
|
appId: z.string().optional(),
|
|
1589
1567
|
});
|
|
1590
|
-
export function
|
|
1591
|
-
return JSON.stringify(
|
|
1568
|
+
export function oneHundredAndSixtySixToJSON(oneHundredAndSixtySix) {
|
|
1569
|
+
return JSON.stringify(OneHundredAndSixtySix$outboundSchema.parse(oneHundredAndSixtySix));
|
|
1592
1570
|
}
|
|
1593
|
-
export function
|
|
1594
|
-
return safeParse(jsonString, (x) =>
|
|
1571
|
+
export function oneHundredAndSixtySixFromJSON(jsonString) {
|
|
1572
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtySix' from JSON`);
|
|
1595
1573
|
}
|
|
1596
1574
|
/** @internal */
|
|
1597
1575
|
export const NextScopes$inboundSchema = z
|
|
@@ -1622,7 +1600,7 @@ export function nextAcceptedPermissionSetsFromJSON(jsonString) {
|
|
|
1622
1600
|
return safeParse(jsonString, (x) => NextAcceptedPermissionSets$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NextAcceptedPermissionSets' from JSON`);
|
|
1623
1601
|
}
|
|
1624
1602
|
/** @internal */
|
|
1625
|
-
export const
|
|
1603
|
+
export const OneHundredAndSixtyFive$inboundSchema = z.object({
|
|
1626
1604
|
appName: z.string(),
|
|
1627
1605
|
appId: z.string().optional(),
|
|
1628
1606
|
nextScopes: z.array(NextScopes$inboundSchema),
|
|
@@ -1630,18 +1608,18 @@ export const OneHundredAndSixtySix$inboundSchema = z.object({
|
|
|
1630
1608
|
nextAcceptedPermissionSets: z.lazy(() => NextAcceptedPermissionSets$inboundSchema).optional(),
|
|
1631
1609
|
});
|
|
1632
1610
|
/** @internal */
|
|
1633
|
-
export const
|
|
1611
|
+
export const OneHundredAndSixtyFive$outboundSchema = z.object({
|
|
1634
1612
|
appName: z.string(),
|
|
1635
1613
|
appId: z.string().optional(),
|
|
1636
1614
|
nextScopes: z.array(NextScopes$outboundSchema),
|
|
1637
1615
|
nextPermissions: z.array(NextPermissions$outboundSchema).optional(),
|
|
1638
1616
|
nextAcceptedPermissionSets: z.lazy(() => NextAcceptedPermissionSets$outboundSchema).optional(),
|
|
1639
1617
|
});
|
|
1640
|
-
export function
|
|
1641
|
-
return JSON.stringify(
|
|
1618
|
+
export function oneHundredAndSixtyFiveToJSON(oneHundredAndSixtyFive) {
|
|
1619
|
+
return JSON.stringify(OneHundredAndSixtyFive$outboundSchema.parse(oneHundredAndSixtyFive));
|
|
1642
1620
|
}
|
|
1643
|
-
export function
|
|
1644
|
-
return safeParse(jsonString, (x) =>
|
|
1621
|
+
export function oneHundredAndSixtyFiveFromJSON(jsonString) {
|
|
1622
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyFive' from JSON`);
|
|
1645
1623
|
}
|
|
1646
1624
|
/** @internal */
|
|
1647
1625
|
export const PayloadScopes$inboundSchema = z.nativeEnum(PayloadScopes);
|
|
@@ -1671,7 +1649,7 @@ export function acceptedPermissionSetsFromJSON(jsonString) {
|
|
|
1671
1649
|
return safeParse(jsonString, (x) => AcceptedPermissionSets$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AcceptedPermissionSets' from JSON`);
|
|
1672
1650
|
}
|
|
1673
1651
|
/** @internal */
|
|
1674
|
-
export const
|
|
1652
|
+
export const OneHundredAndSixtyFour$inboundSchema = z.object({
|
|
1675
1653
|
appName: z.string(),
|
|
1676
1654
|
appId: z.string().optional(),
|
|
1677
1655
|
scopes: z.array(PayloadScopes$inboundSchema),
|
|
@@ -1680,7 +1658,7 @@ export const OneHundredAndSixtyFive$inboundSchema = z.object({
|
|
|
1680
1658
|
.optional(),
|
|
1681
1659
|
});
|
|
1682
1660
|
/** @internal */
|
|
1683
|
-
export const
|
|
1661
|
+
export const OneHundredAndSixtyFour$outboundSchema = z.object({
|
|
1684
1662
|
appName: z.string(),
|
|
1685
1663
|
appId: z.string().optional(),
|
|
1686
1664
|
scopes: z.array(PayloadScopes$outboundSchema),
|
|
@@ -1688,45 +1666,45 @@ export const OneHundredAndSixtyFive$outboundSchema = z.object({
|
|
|
1688
1666
|
acceptedPermissionSets: z.lazy(() => AcceptedPermissionSets$outboundSchema)
|
|
1689
1667
|
.optional(),
|
|
1690
1668
|
});
|
|
1691
|
-
export function
|
|
1692
|
-
return JSON.stringify(
|
|
1669
|
+
export function oneHundredAndSixtyFourToJSON(oneHundredAndSixtyFour) {
|
|
1670
|
+
return JSON.stringify(OneHundredAndSixtyFour$outboundSchema.parse(oneHundredAndSixtyFour));
|
|
1693
1671
|
}
|
|
1694
|
-
export function
|
|
1695
|
-
return safeParse(jsonString, (x) =>
|
|
1672
|
+
export function oneHundredAndSixtyFourFromJSON(jsonString) {
|
|
1673
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyFour' from JSON`);
|
|
1696
1674
|
}
|
|
1697
1675
|
/** @internal */
|
|
1698
|
-
export const
|
|
1676
|
+
export const OneHundredAndSixtyThree$inboundSchema = z.object({
|
|
1699
1677
|
oldName: z.string(),
|
|
1700
1678
|
newName: z.string(),
|
|
1701
1679
|
});
|
|
1702
1680
|
/** @internal */
|
|
1703
|
-
export const
|
|
1681
|
+
export const OneHundredAndSixtyThree$outboundSchema = z.object({
|
|
1704
1682
|
oldName: z.string(),
|
|
1705
1683
|
newName: z.string(),
|
|
1706
1684
|
});
|
|
1707
|
-
export function
|
|
1708
|
-
return JSON.stringify(
|
|
1685
|
+
export function oneHundredAndSixtyThreeToJSON(oneHundredAndSixtyThree) {
|
|
1686
|
+
return JSON.stringify(OneHundredAndSixtyThree$outboundSchema.parse(oneHundredAndSixtyThree));
|
|
1709
1687
|
}
|
|
1710
|
-
export function
|
|
1711
|
-
return safeParse(jsonString, (x) =>
|
|
1688
|
+
export function oneHundredAndSixtyThreeFromJSON(jsonString) {
|
|
1689
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyThree' from JSON`);
|
|
1712
1690
|
}
|
|
1713
1691
|
/** @internal */
|
|
1714
1692
|
export const Tier$inboundSchema = z.nativeEnum(Tier);
|
|
1715
1693
|
/** @internal */
|
|
1716
1694
|
export const Tier$outboundSchema = Tier$inboundSchema;
|
|
1717
1695
|
/** @internal */
|
|
1718
|
-
export const
|
|
1696
|
+
export const OneHundredAndSixtyTwo$inboundSchema = z.object({
|
|
1719
1697
|
tier: Tier$inboundSchema,
|
|
1720
1698
|
});
|
|
1721
1699
|
/** @internal */
|
|
1722
|
-
export const
|
|
1700
|
+
export const OneHundredAndSixtyTwo$outboundSchema = z.object({
|
|
1723
1701
|
tier: Tier$outboundSchema,
|
|
1724
1702
|
});
|
|
1725
|
-
export function
|
|
1726
|
-
return JSON.stringify(
|
|
1703
|
+
export function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo) {
|
|
1704
|
+
return JSON.stringify(OneHundredAndSixtyTwo$outboundSchema.parse(oneHundredAndSixtyTwo));
|
|
1727
1705
|
}
|
|
1728
|
-
export function
|
|
1729
|
-
return safeParse(jsonString, (x) =>
|
|
1706
|
+
export function oneHundredAndSixtyTwoFromJSON(jsonString) {
|
|
1707
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyTwo' from JSON`);
|
|
1730
1708
|
}
|
|
1731
1709
|
/** @internal */
|
|
1732
1710
|
export const ProjectWebAnalytics$inboundSchema = z.object({
|
|
@@ -1773,7 +1751,7 @@ export function prevProjectWebAnalyticsFromJSON(jsonString) {
|
|
|
1773
1751
|
return safeParse(jsonString, (x) => PrevProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PrevProjectWebAnalytics' from JSON`);
|
|
1774
1752
|
}
|
|
1775
1753
|
/** @internal */
|
|
1776
|
-
export const
|
|
1754
|
+
export const OneHundredAndSixtyOne$inboundSchema = z.object({
|
|
1777
1755
|
projectId: z.string(),
|
|
1778
1756
|
projectName: z.string(),
|
|
1779
1757
|
projectWebAnalytics: z.lazy(() => ProjectWebAnalytics$inboundSchema)
|
|
@@ -1781,18 +1759,18 @@ export const OneHundredAndSixtyTwo$inboundSchema = z.object({
|
|
|
1781
1759
|
prevProjectWebAnalytics: z.nullable(z.lazy(() => PrevProjectWebAnalytics$inboundSchema)).optional(),
|
|
1782
1760
|
});
|
|
1783
1761
|
/** @internal */
|
|
1784
|
-
export const
|
|
1762
|
+
export const OneHundredAndSixtyOne$outboundSchema = z.object({
|
|
1785
1763
|
projectId: z.string(),
|
|
1786
1764
|
projectName: z.string(),
|
|
1787
1765
|
projectWebAnalytics: z.lazy(() => ProjectWebAnalytics$outboundSchema)
|
|
1788
1766
|
.optional(),
|
|
1789
1767
|
prevProjectWebAnalytics: z.nullable(z.lazy(() => PrevProjectWebAnalytics$outboundSchema)).optional(),
|
|
1790
1768
|
});
|
|
1791
|
-
export function
|
|
1792
|
-
return JSON.stringify(
|
|
1769
|
+
export function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne) {
|
|
1770
|
+
return JSON.stringify(OneHundredAndSixtyOne$outboundSchema.parse(oneHundredAndSixtyOne));
|
|
1793
1771
|
}
|
|
1794
|
-
export function
|
|
1795
|
-
return safeParse(jsonString, (x) =>
|
|
1772
|
+
export function oneHundredAndSixtyOneFromJSON(jsonString) {
|
|
1773
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyOne' from JSON`);
|
|
1796
1774
|
}
|
|
1797
1775
|
/** @internal */
|
|
1798
1776
|
export const Microfrontends3$inboundSchema = z.object({
|
|
@@ -1885,7 +1863,7 @@ export function microfrontendsFromJSON(jsonString) {
|
|
|
1885
1863
|
return safeParse(jsonString, (x) => Microfrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Microfrontends' from JSON`);
|
|
1886
1864
|
}
|
|
1887
1865
|
/** @internal */
|
|
1888
|
-
export const
|
|
1866
|
+
export const UserEventPayload160Project$inboundSchema = z.object({
|
|
1889
1867
|
id: z.string(),
|
|
1890
1868
|
name: z.string(),
|
|
1891
1869
|
microfrontends: z.union([
|
|
@@ -1895,7 +1873,7 @@ export const UserEventPayload161Project$inboundSchema = z.object({
|
|
|
1895
1873
|
]).optional(),
|
|
1896
1874
|
});
|
|
1897
1875
|
/** @internal */
|
|
1898
|
-
export const
|
|
1876
|
+
export const UserEventPayload160Project$outboundSchema = z.object({
|
|
1899
1877
|
id: z.string(),
|
|
1900
1878
|
name: z.string(),
|
|
1901
1879
|
microfrontends: z.union([
|
|
@@ -1904,11 +1882,11 @@ export const UserEventPayload161Project$outboundSchema = z.object({
|
|
|
1904
1882
|
z.lazy(() => Microfrontends3$outboundSchema),
|
|
1905
1883
|
]).optional(),
|
|
1906
1884
|
});
|
|
1907
|
-
export function
|
|
1908
|
-
return JSON.stringify(
|
|
1885
|
+
export function userEventPayload160ProjectToJSON(userEventPayload160Project) {
|
|
1886
|
+
return JSON.stringify(UserEventPayload160Project$outboundSchema.parse(userEventPayload160Project));
|
|
1909
1887
|
}
|
|
1910
|
-
export function
|
|
1911
|
-
return safeParse(jsonString, (x) =>
|
|
1888
|
+
export function userEventPayload160ProjectFromJSON(jsonString) {
|
|
1889
|
+
return safeParse(jsonString, (x) => UserEventPayload160Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload160Project' from JSON`);
|
|
1912
1890
|
}
|
|
1913
1891
|
/** @internal */
|
|
1914
1892
|
export const UserEventMicrofrontends3$inboundSchema = z.object({
|
|
@@ -2001,7 +1979,7 @@ export function payloadMicrofrontendsFromJSON(jsonString) {
|
|
|
2001
1979
|
return safeParse(jsonString, (x) => PayloadMicrofrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadMicrofrontends' from JSON`);
|
|
2002
1980
|
}
|
|
2003
1981
|
/** @internal */
|
|
2004
|
-
export const
|
|
1982
|
+
export const UserEventPayload160PrevProject$inboundSchema = z.object({
|
|
2005
1983
|
microfrontends: z.union([
|
|
2006
1984
|
z.lazy(() => UserEventMicrofrontends1$inboundSchema),
|
|
2007
1985
|
z.lazy(() => UserEventMicrofrontends2$inboundSchema),
|
|
@@ -2009,26 +1987,26 @@ export const UserEventPayload161PrevProject$inboundSchema = z.object({
|
|
|
2009
1987
|
]).optional(),
|
|
2010
1988
|
});
|
|
2011
1989
|
/** @internal */
|
|
2012
|
-
export const
|
|
1990
|
+
export const UserEventPayload160PrevProject$outboundSchema = z.object({
|
|
2013
1991
|
microfrontends: z.union([
|
|
2014
1992
|
z.lazy(() => UserEventMicrofrontends1$outboundSchema),
|
|
2015
1993
|
z.lazy(() => UserEventMicrofrontends2$outboundSchema),
|
|
2016
1994
|
z.lazy(() => UserEventMicrofrontends3$outboundSchema),
|
|
2017
1995
|
]).optional(),
|
|
2018
1996
|
});
|
|
2019
|
-
export function
|
|
2020
|
-
return JSON.stringify(
|
|
1997
|
+
export function userEventPayload160PrevProjectToJSON(userEventPayload160PrevProject) {
|
|
1998
|
+
return JSON.stringify(UserEventPayload160PrevProject$outboundSchema.parse(userEventPayload160PrevProject));
|
|
2021
1999
|
}
|
|
2022
|
-
export function
|
|
2023
|
-
return safeParse(jsonString, (x) =>
|
|
2000
|
+
export function userEventPayload160PrevProjectFromJSON(jsonString) {
|
|
2001
|
+
return safeParse(jsonString, (x) => UserEventPayload160PrevProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload160PrevProject' from JSON`);
|
|
2024
2002
|
}
|
|
2025
2003
|
/** @internal */
|
|
2026
2004
|
export const PayloadPrev$inboundSchema = z.object({
|
|
2027
|
-
project: z.lazy(() =>
|
|
2005
|
+
project: z.lazy(() => UserEventPayload160PrevProject$inboundSchema),
|
|
2028
2006
|
});
|
|
2029
2007
|
/** @internal */
|
|
2030
2008
|
export const PayloadPrev$outboundSchema = z.object({
|
|
2031
|
-
project: z.lazy(() =>
|
|
2009
|
+
project: z.lazy(() => UserEventPayload160PrevProject$outboundSchema),
|
|
2032
2010
|
});
|
|
2033
2011
|
export function payloadPrevToJSON(payloadPrev) {
|
|
2034
2012
|
return JSON.stringify(PayloadPrev$outboundSchema.parse(payloadPrev));
|
|
@@ -2055,38 +2033,38 @@ export function payloadGroupFromJSON(jsonString) {
|
|
|
2055
2033
|
return safeParse(jsonString, (x) => PayloadGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadGroup' from JSON`);
|
|
2056
2034
|
}
|
|
2057
2035
|
/** @internal */
|
|
2058
|
-
export const
|
|
2059
|
-
project: z.lazy(() =>
|
|
2036
|
+
export const OneHundredAndSixty$inboundSchema = z.object({
|
|
2037
|
+
project: z.lazy(() => UserEventPayload160Project$inboundSchema),
|
|
2060
2038
|
prev: z.lazy(() => PayloadPrev$inboundSchema),
|
|
2061
2039
|
group: z.lazy(() => PayloadGroup$inboundSchema),
|
|
2062
2040
|
});
|
|
2063
2041
|
/** @internal */
|
|
2064
|
-
export const
|
|
2065
|
-
project: z.lazy(() =>
|
|
2042
|
+
export const OneHundredAndSixty$outboundSchema = z.object({
|
|
2043
|
+
project: z.lazy(() => UserEventPayload160Project$outboundSchema),
|
|
2066
2044
|
prev: z.lazy(() => PayloadPrev$outboundSchema),
|
|
2067
2045
|
group: z.lazy(() => PayloadGroup$outboundSchema),
|
|
2068
2046
|
});
|
|
2069
|
-
export function
|
|
2070
|
-
return JSON.stringify(
|
|
2047
|
+
export function oneHundredAndSixtyToJSON(oneHundredAndSixty) {
|
|
2048
|
+
return JSON.stringify(OneHundredAndSixty$outboundSchema.parse(oneHundredAndSixty));
|
|
2071
2049
|
}
|
|
2072
|
-
export function
|
|
2073
|
-
return safeParse(jsonString, (x) =>
|
|
2050
|
+
export function oneHundredAndSixtyFromJSON(jsonString) {
|
|
2051
|
+
return safeParse(jsonString, (x) => OneHundredAndSixty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixty' from JSON`);
|
|
2074
2052
|
}
|
|
2075
2053
|
/** @internal */
|
|
2076
|
-
export const
|
|
2054
|
+
export const UserEventPayload159Project$inboundSchema = z.object({
|
|
2077
2055
|
id: z.string(),
|
|
2078
2056
|
name: z.string(),
|
|
2079
2057
|
});
|
|
2080
2058
|
/** @internal */
|
|
2081
|
-
export const
|
|
2059
|
+
export const UserEventPayload159Project$outboundSchema = z.object({
|
|
2082
2060
|
id: z.string(),
|
|
2083
2061
|
name: z.string(),
|
|
2084
2062
|
});
|
|
2085
|
-
export function
|
|
2086
|
-
return JSON.stringify(
|
|
2063
|
+
export function userEventPayload159ProjectToJSON(userEventPayload159Project) {
|
|
2064
|
+
return JSON.stringify(UserEventPayload159Project$outboundSchema.parse(userEventPayload159Project));
|
|
2087
2065
|
}
|
|
2088
|
-
export function
|
|
2089
|
-
return safeParse(jsonString, (x) =>
|
|
2066
|
+
export function userEventPayload159ProjectFromJSON(jsonString) {
|
|
2067
|
+
return safeParse(jsonString, (x) => UserEventPayload159Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload159Project' from JSON`);
|
|
2090
2068
|
}
|
|
2091
2069
|
/** @internal */
|
|
2092
2070
|
export const Group$inboundSchema = z
|
|
@@ -2108,20 +2086,20 @@ export function groupFromJSON(jsonString) {
|
|
|
2108
2086
|
return safeParse(jsonString, (x) => Group$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Group' from JSON`);
|
|
2109
2087
|
}
|
|
2110
2088
|
/** @internal */
|
|
2111
|
-
export const
|
|
2112
|
-
project: z.lazy(() =>
|
|
2089
|
+
export const OneHundredAndFiftyNine$inboundSchema = z.object({
|
|
2090
|
+
project: z.lazy(() => UserEventPayload159Project$inboundSchema),
|
|
2113
2091
|
group: z.lazy(() => Group$inboundSchema),
|
|
2114
2092
|
});
|
|
2115
2093
|
/** @internal */
|
|
2116
|
-
export const
|
|
2117
|
-
project: z.lazy(() =>
|
|
2094
|
+
export const OneHundredAndFiftyNine$outboundSchema = z.object({
|
|
2095
|
+
project: z.lazy(() => UserEventPayload159Project$outboundSchema),
|
|
2118
2096
|
group: z.lazy(() => Group$outboundSchema),
|
|
2119
2097
|
});
|
|
2120
|
-
export function
|
|
2121
|
-
return JSON.stringify(
|
|
2098
|
+
export function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine) {
|
|
2099
|
+
return JSON.stringify(OneHundredAndFiftyNine$outboundSchema.parse(oneHundredAndFiftyNine));
|
|
2122
2100
|
}
|
|
2123
|
-
export function
|
|
2124
|
-
return safeParse(jsonString, (x) =>
|
|
2101
|
+
export function oneHundredAndFiftyNineFromJSON(jsonString) {
|
|
2102
|
+
return safeParse(jsonString, (x) => OneHundredAndFiftyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyNine' from JSON`);
|
|
2125
2103
|
}
|
|
2126
2104
|
/** @internal */
|
|
2127
2105
|
export const Prev$inboundSchema = z
|
|
@@ -2143,7 +2121,7 @@ export function prevFromJSON(jsonString) {
|
|
|
2143
2121
|
return safeParse(jsonString, (x) => Prev$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Prev' from JSON`);
|
|
2144
2122
|
}
|
|
2145
2123
|
/** @internal */
|
|
2146
|
-
export const
|
|
2124
|
+
export const OneHundredAndFiftyEight$inboundSchema = z.object({
|
|
2147
2125
|
id: z.string(),
|
|
2148
2126
|
slug: z.string().optional(),
|
|
2149
2127
|
name: z.string().optional(),
|
|
@@ -2151,31 +2129,13 @@ export const OneHundredAndFiftyNine$inboundSchema = z.object({
|
|
|
2151
2129
|
prev: z.lazy(() => Prev$inboundSchema),
|
|
2152
2130
|
});
|
|
2153
2131
|
/** @internal */
|
|
2154
|
-
export const
|
|
2132
|
+
export const OneHundredAndFiftyEight$outboundSchema = z.object({
|
|
2155
2133
|
id: z.string(),
|
|
2156
2134
|
slug: z.string().optional(),
|
|
2157
2135
|
name: z.string().optional(),
|
|
2158
2136
|
fallbackEnvironment: z.string().optional(),
|
|
2159
2137
|
prev: z.lazy(() => Prev$outboundSchema),
|
|
2160
2138
|
});
|
|
2161
|
-
export function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine) {
|
|
2162
|
-
return JSON.stringify(OneHundredAndFiftyNine$outboundSchema.parse(oneHundredAndFiftyNine));
|
|
2163
|
-
}
|
|
2164
|
-
export function oneHundredAndFiftyNineFromJSON(jsonString) {
|
|
2165
|
-
return safeParse(jsonString, (x) => OneHundredAndFiftyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyNine' from JSON`);
|
|
2166
|
-
}
|
|
2167
|
-
/** @internal */
|
|
2168
|
-
export const OneHundredAndFiftyEight$inboundSchema = z.object({
|
|
2169
|
-
id: z.string(),
|
|
2170
|
-
slug: z.string(),
|
|
2171
|
-
name: z.string(),
|
|
2172
|
-
});
|
|
2173
|
-
/** @internal */
|
|
2174
|
-
export const OneHundredAndFiftyEight$outboundSchema = z.object({
|
|
2175
|
-
id: z.string(),
|
|
2176
|
-
slug: z.string(),
|
|
2177
|
-
name: z.string(),
|
|
2178
|
-
});
|
|
2179
2139
|
export function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight) {
|
|
2180
2140
|
return JSON.stringify(OneHundredAndFiftyEight$outboundSchema.parse(oneHundredAndFiftyEight));
|
|
2181
2141
|
}
|
|
@@ -2183,16 +2143,16 @@ export function oneHundredAndFiftyEightFromJSON(jsonString) {
|
|
|
2183
2143
|
return safeParse(jsonString, (x) => OneHundredAndFiftyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyEight' from JSON`);
|
|
2184
2144
|
}
|
|
2185
2145
|
/** @internal */
|
|
2186
|
-
export const UserEventPayload157Action$inboundSchema = z.nativeEnum(UserEventPayload157Action);
|
|
2187
|
-
/** @internal */
|
|
2188
|
-
export const UserEventPayload157Action$outboundSchema = UserEventPayload157Action$inboundSchema;
|
|
2189
|
-
/** @internal */
|
|
2190
2146
|
export const OneHundredAndFiftySeven$inboundSchema = z.object({
|
|
2191
|
-
|
|
2147
|
+
id: z.string(),
|
|
2148
|
+
slug: z.string(),
|
|
2149
|
+
name: z.string(),
|
|
2192
2150
|
});
|
|
2193
2151
|
/** @internal */
|
|
2194
2152
|
export const OneHundredAndFiftySeven$outboundSchema = z.object({
|
|
2195
|
-
|
|
2153
|
+
id: z.string(),
|
|
2154
|
+
slug: z.string(),
|
|
2155
|
+
name: z.string(),
|
|
2196
2156
|
});
|
|
2197
2157
|
export function oneHundredAndFiftySevenToJSON(oneHundredAndFiftySeven) {
|
|
2198
2158
|
return JSON.stringify(OneHundredAndFiftySeven$outboundSchema.parse(oneHundredAndFiftySeven));
|
|
@@ -2201,16 +2161,16 @@ export function oneHundredAndFiftySevenFromJSON(jsonString) {
|
|
|
2201
2161
|
return safeParse(jsonString, (x) => OneHundredAndFiftySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftySeven' from JSON`);
|
|
2202
2162
|
}
|
|
2203
2163
|
/** @internal */
|
|
2164
|
+
export const UserEventPayload156Action$inboundSchema = z.nativeEnum(UserEventPayload156Action);
|
|
2165
|
+
/** @internal */
|
|
2166
|
+
export const UserEventPayload156Action$outboundSchema = UserEventPayload156Action$inboundSchema;
|
|
2167
|
+
/** @internal */
|
|
2204
2168
|
export const OneHundredAndFiftySix$inboundSchema = z.object({
|
|
2205
|
-
|
|
2206
|
-
edgeConfigSlug: z.string(),
|
|
2207
|
-
edgeConfigTokenIds: z.array(z.string()),
|
|
2169
|
+
action: UserEventPayload156Action$inboundSchema,
|
|
2208
2170
|
});
|
|
2209
2171
|
/** @internal */
|
|
2210
2172
|
export const OneHundredAndFiftySix$outboundSchema = z.object({
|
|
2211
|
-
|
|
2212
|
-
edgeConfigSlug: z.string(),
|
|
2213
|
-
edgeConfigTokenIds: z.array(z.string()),
|
|
2173
|
+
action: UserEventPayload156Action$outboundSchema,
|
|
2214
2174
|
});
|
|
2215
2175
|
export function oneHundredAndFiftySixToJSON(oneHundredAndFiftySix) {
|
|
2216
2176
|
return JSON.stringify(OneHundredAndFiftySix$outboundSchema.parse(oneHundredAndFiftySix));
|
|
@@ -2222,15 +2182,13 @@ export function oneHundredAndFiftySixFromJSON(jsonString) {
|
|
|
2222
2182
|
export const OneHundredAndFiftyFive$inboundSchema = z.object({
|
|
2223
2183
|
edgeConfigId: z.string(),
|
|
2224
2184
|
edgeConfigSlug: z.string(),
|
|
2225
|
-
|
|
2226
|
-
label: z.string(),
|
|
2185
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
2227
2186
|
});
|
|
2228
2187
|
/** @internal */
|
|
2229
2188
|
export const OneHundredAndFiftyFive$outboundSchema = z.object({
|
|
2230
2189
|
edgeConfigId: z.string(),
|
|
2231
2190
|
edgeConfigSlug: z.string(),
|
|
2232
|
-
|
|
2233
|
-
label: z.string(),
|
|
2191
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
2234
2192
|
});
|
|
2235
2193
|
export function oneHundredAndFiftyFiveToJSON(oneHundredAndFiftyFive) {
|
|
2236
2194
|
return JSON.stringify(OneHundredAndFiftyFive$outboundSchema.parse(oneHundredAndFiftyFive));
|
|
@@ -2242,13 +2200,15 @@ export function oneHundredAndFiftyFiveFromJSON(jsonString) {
|
|
|
2242
2200
|
export const OneHundredAndFiftyFour$inboundSchema = z.object({
|
|
2243
2201
|
edgeConfigId: z.string(),
|
|
2244
2202
|
edgeConfigSlug: z.string(),
|
|
2245
|
-
|
|
2203
|
+
edgeConfigTokenId: z.string(),
|
|
2204
|
+
label: z.string(),
|
|
2246
2205
|
});
|
|
2247
2206
|
/** @internal */
|
|
2248
2207
|
export const OneHundredAndFiftyFour$outboundSchema = z.object({
|
|
2249
2208
|
edgeConfigId: z.string(),
|
|
2250
2209
|
edgeConfigSlug: z.string(),
|
|
2251
|
-
|
|
2210
|
+
edgeConfigTokenId: z.string(),
|
|
2211
|
+
label: z.string(),
|
|
2252
2212
|
});
|
|
2253
2213
|
export function oneHundredAndFiftyFourToJSON(oneHundredAndFiftyFour) {
|
|
2254
2214
|
return JSON.stringify(OneHundredAndFiftyFour$outboundSchema.parse(oneHundredAndFiftyFour));
|
|
@@ -2258,13 +2218,15 @@ export function oneHundredAndFiftyFourFromJSON(jsonString) {
|
|
|
2258
2218
|
}
|
|
2259
2219
|
/** @internal */
|
|
2260
2220
|
export const OneHundredAndFiftyThree$inboundSchema = z.object({
|
|
2261
|
-
|
|
2262
|
-
|
|
2221
|
+
edgeConfigId: z.string(),
|
|
2222
|
+
edgeConfigSlug: z.string(),
|
|
2223
|
+
edgeConfigDigest: z.string(),
|
|
2263
2224
|
});
|
|
2264
2225
|
/** @internal */
|
|
2265
2226
|
export const OneHundredAndFiftyThree$outboundSchema = z.object({
|
|
2266
|
-
|
|
2267
|
-
|
|
2227
|
+
edgeConfigId: z.string(),
|
|
2228
|
+
edgeConfigSlug: z.string(),
|
|
2229
|
+
edgeConfigDigest: z.string(),
|
|
2268
2230
|
});
|
|
2269
2231
|
export function oneHundredAndFiftyThreeToJSON(oneHundredAndFiftyThree) {
|
|
2270
2232
|
return JSON.stringify(OneHundredAndFiftyThree$outboundSchema.parse(oneHundredAndFiftyThree));
|
|
@@ -2275,14 +2237,12 @@ export function oneHundredAndFiftyThreeFromJSON(jsonString) {
|
|
|
2275
2237
|
/** @internal */
|
|
2276
2238
|
export const OneHundredAndFiftyTwo$inboundSchema = z.object({
|
|
2277
2239
|
projectName: z.string(),
|
|
2278
|
-
|
|
2279
|
-
target: z.string().optional(),
|
|
2240
|
+
srcImages: z.array(z.string()),
|
|
2280
2241
|
});
|
|
2281
2242
|
/** @internal */
|
|
2282
2243
|
export const OneHundredAndFiftyTwo$outboundSchema = z.object({
|
|
2283
2244
|
projectName: z.string(),
|
|
2284
|
-
|
|
2285
|
-
target: z.string().optional(),
|
|
2245
|
+
srcImages: z.array(z.string()),
|
|
2286
2246
|
});
|
|
2287
2247
|
export function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo) {
|
|
2288
2248
|
return JSON.stringify(OneHundredAndFiftyTwo$outboundSchema.parse(oneHundredAndFiftyTwo));
|
|
@@ -2291,72 +2251,90 @@ export function oneHundredAndFiftyTwoFromJSON(jsonString) {
|
|
|
2291
2251
|
return safeParse(jsonString, (x) => OneHundredAndFiftyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyTwo' from JSON`);
|
|
2292
2252
|
}
|
|
2293
2253
|
/** @internal */
|
|
2294
|
-
export const
|
|
2254
|
+
export const OneHundredAndFiftyOne$inboundSchema = z.object({
|
|
2255
|
+
projectName: z.string(),
|
|
2256
|
+
tags: z.array(z.string()),
|
|
2257
|
+
target: z.string().optional(),
|
|
2258
|
+
});
|
|
2259
|
+
/** @internal */
|
|
2260
|
+
export const OneHundredAndFiftyOne$outboundSchema = z.object({
|
|
2261
|
+
projectName: z.string(),
|
|
2262
|
+
tags: z.array(z.string()),
|
|
2263
|
+
target: z.string().optional(),
|
|
2264
|
+
});
|
|
2265
|
+
export function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne) {
|
|
2266
|
+
return JSON.stringify(OneHundredAndFiftyOne$outboundSchema.parse(oneHundredAndFiftyOne));
|
|
2267
|
+
}
|
|
2268
|
+
export function oneHundredAndFiftyOneFromJSON(jsonString) {
|
|
2269
|
+
return safeParse(jsonString, (x) => OneHundredAndFiftyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyOne' from JSON`);
|
|
2270
|
+
}
|
|
2271
|
+
/** @internal */
|
|
2272
|
+
export const UserEventPayload150Role$inboundSchema = z.nativeEnum(UserEventPayload150Role);
|
|
2295
2273
|
/** @internal */
|
|
2296
|
-
export const
|
|
2274
|
+
export const UserEventPayload150Role$outboundSchema = UserEventPayload150Role$inboundSchema;
|
|
2297
2275
|
/** @internal */
|
|
2298
|
-
export const
|
|
2276
|
+
export const UserEventPayload150Project$inboundSchema = z.object({
|
|
2299
2277
|
name: z.string(),
|
|
2300
|
-
role:
|
|
2278
|
+
role: UserEventPayload150Role$inboundSchema,
|
|
2301
2279
|
invitedUserName: z.string(),
|
|
2302
2280
|
id: z.string().optional(),
|
|
2303
2281
|
invitedUserId: z.string().optional(),
|
|
2304
2282
|
});
|
|
2305
2283
|
/** @internal */
|
|
2306
|
-
export const
|
|
2284
|
+
export const UserEventPayload150Project$outboundSchema = z.object({
|
|
2307
2285
|
name: z.string(),
|
|
2308
|
-
role:
|
|
2286
|
+
role: UserEventPayload150Role$outboundSchema,
|
|
2309
2287
|
invitedUserName: z.string(),
|
|
2310
2288
|
id: z.string().optional(),
|
|
2311
2289
|
invitedUserId: z.string().optional(),
|
|
2312
2290
|
});
|
|
2313
|
-
export function
|
|
2314
|
-
return JSON.stringify(
|
|
2291
|
+
export function userEventPayload150ProjectToJSON(userEventPayload150Project) {
|
|
2292
|
+
return JSON.stringify(UserEventPayload150Project$outboundSchema.parse(userEventPayload150Project));
|
|
2315
2293
|
}
|
|
2316
|
-
export function
|
|
2317
|
-
return safeParse(jsonString, (x) =>
|
|
2294
|
+
export function userEventPayload150ProjectFromJSON(jsonString) {
|
|
2295
|
+
return safeParse(jsonString, (x) => UserEventPayload150Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload150Project' from JSON`);
|
|
2318
2296
|
}
|
|
2319
2297
|
/** @internal */
|
|
2320
|
-
export const
|
|
2321
|
-
project: z.lazy(() =>
|
|
2298
|
+
export const OneHundredAndFifty$inboundSchema = z.object({
|
|
2299
|
+
project: z.lazy(() => UserEventPayload150Project$inboundSchema),
|
|
2322
2300
|
});
|
|
2323
2301
|
/** @internal */
|
|
2324
|
-
export const
|
|
2325
|
-
project: z.lazy(() =>
|
|
2302
|
+
export const OneHundredAndFifty$outboundSchema = z.object({
|
|
2303
|
+
project: z.lazy(() => UserEventPayload150Project$outboundSchema),
|
|
2326
2304
|
});
|
|
2327
|
-
export function
|
|
2328
|
-
return JSON.stringify(
|
|
2305
|
+
export function oneHundredAndFiftyToJSON(oneHundredAndFifty) {
|
|
2306
|
+
return JSON.stringify(OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty));
|
|
2329
2307
|
}
|
|
2330
|
-
export function
|
|
2331
|
-
return safeParse(jsonString, (x) =>
|
|
2308
|
+
export function oneHundredAndFiftyFromJSON(jsonString) {
|
|
2309
|
+
return safeParse(jsonString, (x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifty' from JSON`);
|
|
2332
2310
|
}
|
|
2333
2311
|
/** @internal */
|
|
2334
|
-
export const
|
|
2312
|
+
export const UserEventPayload149Project$inboundSchema = z.object({
|
|
2335
2313
|
id: z.string(),
|
|
2336
2314
|
name: z.string(),
|
|
2337
2315
|
});
|
|
2338
2316
|
/** @internal */
|
|
2339
|
-
export const
|
|
2317
|
+
export const UserEventPayload149Project$outboundSchema = z.object({
|
|
2340
2318
|
id: z.string(),
|
|
2341
2319
|
name: z.string(),
|
|
2342
2320
|
});
|
|
2343
|
-
export function
|
|
2344
|
-
return JSON.stringify(
|
|
2321
|
+
export function userEventPayload149ProjectToJSON(userEventPayload149Project) {
|
|
2322
|
+
return JSON.stringify(UserEventPayload149Project$outboundSchema.parse(userEventPayload149Project));
|
|
2345
2323
|
}
|
|
2346
|
-
export function
|
|
2347
|
-
return safeParse(jsonString, (x) =>
|
|
2324
|
+
export function userEventPayload149ProjectFromJSON(jsonString) {
|
|
2325
|
+
return safeParse(jsonString, (x) => UserEventPayload149Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload149Project' from JSON`);
|
|
2348
2326
|
}
|
|
2349
2327
|
/** @internal */
|
|
2350
|
-
export const
|
|
2328
|
+
export const UserEventPayload149Role$inboundSchema = z.nativeEnum(UserEventPayload149Role);
|
|
2351
2329
|
/** @internal */
|
|
2352
|
-
export const
|
|
2330
|
+
export const UserEventPayload149Role$outboundSchema = UserEventPayload149Role$inboundSchema;
|
|
2353
2331
|
/** @internal */
|
|
2354
2332
|
export const PayloadPreviousRole$inboundSchema = z.nativeEnum(PayloadPreviousRole);
|
|
2355
2333
|
/** @internal */
|
|
2356
2334
|
export const PayloadPreviousRole$outboundSchema = PayloadPreviousRole$inboundSchema;
|
|
2357
2335
|
/** @internal */
|
|
2358
2336
|
export const PayloadProjectMembership$inboundSchema = z.object({
|
|
2359
|
-
role:
|
|
2337
|
+
role: UserEventPayload149Role$inboundSchema.optional(),
|
|
2360
2338
|
uid: z.string().optional(),
|
|
2361
2339
|
createdAt: z.number().optional(),
|
|
2362
2340
|
username: z.string().optional(),
|
|
@@ -2364,7 +2342,7 @@ export const PayloadProjectMembership$inboundSchema = z.object({
|
|
|
2364
2342
|
});
|
|
2365
2343
|
/** @internal */
|
|
2366
2344
|
export const PayloadProjectMembership$outboundSchema = z.object({
|
|
2367
|
-
role:
|
|
2345
|
+
role: UserEventPayload149Role$outboundSchema.optional(),
|
|
2368
2346
|
uid: z.string().optional(),
|
|
2369
2347
|
createdAt: z.number().optional(),
|
|
2370
2348
|
username: z.string().optional(),
|
|
@@ -2377,51 +2355,51 @@ export function payloadProjectMembershipFromJSON(jsonString) {
|
|
|
2377
2355
|
return safeParse(jsonString, (x) => PayloadProjectMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadProjectMembership' from JSON`);
|
|
2378
2356
|
}
|
|
2379
2357
|
/** @internal */
|
|
2380
|
-
export const
|
|
2381
|
-
project: z.lazy(() =>
|
|
2358
|
+
export const OneHundredAndFortyNine$inboundSchema = z.object({
|
|
2359
|
+
project: z.lazy(() => UserEventPayload149Project$inboundSchema),
|
|
2382
2360
|
projectMembership: z.lazy(() => PayloadProjectMembership$inboundSchema),
|
|
2383
2361
|
});
|
|
2384
2362
|
/** @internal */
|
|
2385
|
-
export const
|
|
2386
|
-
project: z.lazy(() =>
|
|
2363
|
+
export const OneHundredAndFortyNine$outboundSchema = z.object({
|
|
2364
|
+
project: z.lazy(() => UserEventPayload149Project$outboundSchema),
|
|
2387
2365
|
projectMembership: z.lazy(() => PayloadProjectMembership$outboundSchema),
|
|
2388
2366
|
});
|
|
2389
|
-
export function
|
|
2390
|
-
return JSON.stringify(
|
|
2367
|
+
export function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine) {
|
|
2368
|
+
return JSON.stringify(OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine));
|
|
2391
2369
|
}
|
|
2392
|
-
export function
|
|
2393
|
-
return safeParse(jsonString, (x) =>
|
|
2370
|
+
export function oneHundredAndFortyNineFromJSON(jsonString) {
|
|
2371
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyNine' from JSON`);
|
|
2394
2372
|
}
|
|
2395
2373
|
/** @internal */
|
|
2396
|
-
export const
|
|
2374
|
+
export const UserEventPayload148Project$inboundSchema = z.object({
|
|
2397
2375
|
name: z.string(),
|
|
2398
2376
|
id: z.string().optional(),
|
|
2399
2377
|
});
|
|
2400
2378
|
/** @internal */
|
|
2401
|
-
export const
|
|
2379
|
+
export const UserEventPayload148Project$outboundSchema = z.object({
|
|
2402
2380
|
name: z.string(),
|
|
2403
2381
|
id: z.string().optional(),
|
|
2404
2382
|
});
|
|
2405
|
-
export function
|
|
2406
|
-
return JSON.stringify(
|
|
2383
|
+
export function userEventPayload148ProjectToJSON(userEventPayload148Project) {
|
|
2384
|
+
return JSON.stringify(UserEventPayload148Project$outboundSchema.parse(userEventPayload148Project));
|
|
2407
2385
|
}
|
|
2408
|
-
export function
|
|
2409
|
-
return safeParse(jsonString, (x) =>
|
|
2386
|
+
export function userEventPayload148ProjectFromJSON(jsonString) {
|
|
2387
|
+
return safeParse(jsonString, (x) => UserEventPayload148Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload148Project' from JSON`);
|
|
2410
2388
|
}
|
|
2411
2389
|
/** @internal */
|
|
2412
|
-
export const
|
|
2390
|
+
export const UserEventPayload148Role$inboundSchema = z.nativeEnum(UserEventPayload148Role);
|
|
2413
2391
|
/** @internal */
|
|
2414
|
-
export const
|
|
2392
|
+
export const UserEventPayload148Role$outboundSchema = UserEventPayload148Role$inboundSchema;
|
|
2415
2393
|
/** @internal */
|
|
2416
2394
|
export const RemovedMembership$inboundSchema = z.object({
|
|
2417
|
-
role:
|
|
2395
|
+
role: UserEventPayload148Role$inboundSchema,
|
|
2418
2396
|
uid: z.string(),
|
|
2419
2397
|
createdAt: z.number(),
|
|
2420
2398
|
username: z.string().optional(),
|
|
2421
2399
|
});
|
|
2422
2400
|
/** @internal */
|
|
2423
2401
|
export const RemovedMembership$outboundSchema = z.object({
|
|
2424
|
-
role:
|
|
2402
|
+
role: UserEventPayload148Role$outboundSchema,
|
|
2425
2403
|
uid: z.string(),
|
|
2426
2404
|
createdAt: z.number(),
|
|
2427
2405
|
username: z.string().optional(),
|
|
@@ -2433,51 +2411,51 @@ export function removedMembershipFromJSON(jsonString) {
|
|
|
2433
2411
|
return safeParse(jsonString, (x) => RemovedMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemovedMembership' from JSON`);
|
|
2434
2412
|
}
|
|
2435
2413
|
/** @internal */
|
|
2436
|
-
export const
|
|
2437
|
-
project: z.lazy(() =>
|
|
2414
|
+
export const OneHundredAndFortyEight$inboundSchema = z.object({
|
|
2415
|
+
project: z.lazy(() => UserEventPayload148Project$inboundSchema),
|
|
2438
2416
|
removedMembership: z.lazy(() => RemovedMembership$inboundSchema),
|
|
2439
2417
|
});
|
|
2440
2418
|
/** @internal */
|
|
2441
|
-
export const
|
|
2442
|
-
project: z.lazy(() =>
|
|
2419
|
+
export const OneHundredAndFortyEight$outboundSchema = z.object({
|
|
2420
|
+
project: z.lazy(() => UserEventPayload148Project$outboundSchema),
|
|
2443
2421
|
removedMembership: z.lazy(() => RemovedMembership$outboundSchema),
|
|
2444
2422
|
});
|
|
2445
|
-
export function
|
|
2446
|
-
return JSON.stringify(
|
|
2423
|
+
export function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight) {
|
|
2424
|
+
return JSON.stringify(OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight));
|
|
2447
2425
|
}
|
|
2448
|
-
export function
|
|
2449
|
-
return safeParse(jsonString, (x) =>
|
|
2426
|
+
export function oneHundredAndFortyEightFromJSON(jsonString) {
|
|
2427
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyEight' from JSON`);
|
|
2450
2428
|
}
|
|
2451
2429
|
/** @internal */
|
|
2452
|
-
export const
|
|
2430
|
+
export const UserEventPayload147Project$inboundSchema = z.object({
|
|
2453
2431
|
name: z.string(),
|
|
2454
2432
|
id: z.string().optional(),
|
|
2455
2433
|
});
|
|
2456
2434
|
/** @internal */
|
|
2457
|
-
export const
|
|
2435
|
+
export const UserEventPayload147Project$outboundSchema = z.object({
|
|
2458
2436
|
name: z.string(),
|
|
2459
2437
|
id: z.string().optional(),
|
|
2460
2438
|
});
|
|
2461
|
-
export function
|
|
2462
|
-
return JSON.stringify(
|
|
2439
|
+
export function userEventPayload147ProjectToJSON(userEventPayload147Project) {
|
|
2440
|
+
return JSON.stringify(UserEventPayload147Project$outboundSchema.parse(userEventPayload147Project));
|
|
2463
2441
|
}
|
|
2464
|
-
export function
|
|
2465
|
-
return safeParse(jsonString, (x) =>
|
|
2442
|
+
export function userEventPayload147ProjectFromJSON(jsonString) {
|
|
2443
|
+
return safeParse(jsonString, (x) => UserEventPayload147Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload147Project' from JSON`);
|
|
2466
2444
|
}
|
|
2467
2445
|
/** @internal */
|
|
2468
|
-
export const
|
|
2446
|
+
export const UserEventPayload147Role$inboundSchema = z.nativeEnum(UserEventPayload147Role);
|
|
2469
2447
|
/** @internal */
|
|
2470
|
-
export const
|
|
2448
|
+
export const UserEventPayload147Role$outboundSchema = UserEventPayload147Role$inboundSchema;
|
|
2471
2449
|
/** @internal */
|
|
2472
2450
|
export const ProjectMembership$inboundSchema = z.object({
|
|
2473
|
-
role:
|
|
2451
|
+
role: UserEventPayload147Role$inboundSchema,
|
|
2474
2452
|
uid: z.string(),
|
|
2475
2453
|
createdAt: z.number(),
|
|
2476
2454
|
username: z.string().optional(),
|
|
2477
2455
|
});
|
|
2478
2456
|
/** @internal */
|
|
2479
2457
|
export const ProjectMembership$outboundSchema = z.object({
|
|
2480
|
-
role:
|
|
2458
|
+
role: UserEventPayload147Role$outboundSchema,
|
|
2481
2459
|
uid: z.string(),
|
|
2482
2460
|
createdAt: z.number(),
|
|
2483
2461
|
username: z.string().optional(),
|
|
@@ -2489,81 +2467,81 @@ export function projectMembershipFromJSON(jsonString) {
|
|
|
2489
2467
|
return safeParse(jsonString, (x) => ProjectMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectMembership' from JSON`);
|
|
2490
2468
|
}
|
|
2491
2469
|
/** @internal */
|
|
2492
|
-
export const
|
|
2493
|
-
project: z.lazy(() =>
|
|
2470
|
+
export const OneHundredAndFortySeven$inboundSchema = z.object({
|
|
2471
|
+
project: z.lazy(() => UserEventPayload147Project$inboundSchema),
|
|
2494
2472
|
projectMembership: z.nullable(z.lazy(() => ProjectMembership$inboundSchema)),
|
|
2495
2473
|
});
|
|
2496
2474
|
/** @internal */
|
|
2497
|
-
export const
|
|
2498
|
-
project: z.lazy(() =>
|
|
2475
|
+
export const OneHundredAndFortySeven$outboundSchema = z.object({
|
|
2476
|
+
project: z.lazy(() => UserEventPayload147Project$outboundSchema),
|
|
2499
2477
|
projectMembership: z.nullable(z.lazy(() => ProjectMembership$outboundSchema)),
|
|
2500
2478
|
});
|
|
2501
|
-
export function
|
|
2502
|
-
return JSON.stringify(
|
|
2479
|
+
export function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven) {
|
|
2480
|
+
return JSON.stringify(OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven));
|
|
2503
2481
|
}
|
|
2504
|
-
export function
|
|
2505
|
-
return safeParse(jsonString, (x) =>
|
|
2482
|
+
export function oneHundredAndFortySevenFromJSON(jsonString) {
|
|
2483
|
+
return safeParse(jsonString, (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySeven' from JSON`);
|
|
2506
2484
|
}
|
|
2507
2485
|
/** @internal */
|
|
2508
|
-
export const
|
|
2486
|
+
export const OneHundredAndFortySix$inboundSchema = z.object({
|
|
2509
2487
|
previousProjectName: z.string(),
|
|
2510
2488
|
newProjectName: z.string(),
|
|
2511
2489
|
originAccountName: z.string(),
|
|
2512
2490
|
transferId: z.string().optional(),
|
|
2513
2491
|
});
|
|
2514
2492
|
/** @internal */
|
|
2515
|
-
export const
|
|
2493
|
+
export const OneHundredAndFortySix$outboundSchema = z.object({
|
|
2516
2494
|
previousProjectName: z.string(),
|
|
2517
2495
|
newProjectName: z.string(),
|
|
2518
2496
|
originAccountName: z.string(),
|
|
2519
2497
|
transferId: z.string().optional(),
|
|
2520
2498
|
});
|
|
2521
|
-
export function
|
|
2522
|
-
return JSON.stringify(
|
|
2499
|
+
export function oneHundredAndFortySixToJSON(oneHundredAndFortySix) {
|
|
2500
|
+
return JSON.stringify(OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix));
|
|
2523
2501
|
}
|
|
2524
|
-
export function
|
|
2525
|
-
return safeParse(jsonString, (x) =>
|
|
2502
|
+
export function oneHundredAndFortySixFromJSON(jsonString) {
|
|
2503
|
+
return safeParse(jsonString, (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySix' from JSON`);
|
|
2526
2504
|
}
|
|
2527
2505
|
/** @internal */
|
|
2528
|
-
export const
|
|
2506
|
+
export const OneHundredAndFortyFive$inboundSchema = z.object({
|
|
2529
2507
|
previousProjectName: z.string(),
|
|
2530
2508
|
newProjectName: z.string(),
|
|
2531
2509
|
destinationAccountName: z.string(),
|
|
2532
2510
|
transferId: z.string().optional(),
|
|
2533
2511
|
});
|
|
2534
2512
|
/** @internal */
|
|
2535
|
-
export const
|
|
2513
|
+
export const OneHundredAndFortyFive$outboundSchema = z.object({
|
|
2536
2514
|
previousProjectName: z.string(),
|
|
2537
2515
|
newProjectName: z.string(),
|
|
2538
2516
|
destinationAccountName: z.string(),
|
|
2539
2517
|
transferId: z.string().optional(),
|
|
2540
2518
|
});
|
|
2541
|
-
export function
|
|
2542
|
-
return JSON.stringify(
|
|
2519
|
+
export function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive) {
|
|
2520
|
+
return JSON.stringify(OneHundredAndFortyFive$outboundSchema.parse(oneHundredAndFortyFive));
|
|
2543
2521
|
}
|
|
2544
|
-
export function
|
|
2545
|
-
return safeParse(jsonString, (x) =>
|
|
2522
|
+
export function oneHundredAndFortyFiveFromJSON(jsonString) {
|
|
2523
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyFive' from JSON`);
|
|
2546
2524
|
}
|
|
2547
2525
|
/** @internal */
|
|
2548
|
-
export const
|
|
2526
|
+
export const OneHundredAndFortyFour$inboundSchema = z.object({
|
|
2549
2527
|
projectName: z.string(),
|
|
2550
2528
|
destinationAccountName: z.nullable(z.string()),
|
|
2551
2529
|
transferId: z.string().optional(),
|
|
2552
2530
|
});
|
|
2553
2531
|
/** @internal */
|
|
2554
|
-
export const
|
|
2532
|
+
export const OneHundredAndFortyFour$outboundSchema = z.object({
|
|
2555
2533
|
projectName: z.string(),
|
|
2556
2534
|
destinationAccountName: z.nullable(z.string()),
|
|
2557
2535
|
transferId: z.string().optional(),
|
|
2558
2536
|
});
|
|
2559
|
-
export function
|
|
2560
|
-
return JSON.stringify(
|
|
2537
|
+
export function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour) {
|
|
2538
|
+
return JSON.stringify(OneHundredAndFortyFour$outboundSchema.parse(oneHundredAndFortyFour));
|
|
2561
2539
|
}
|
|
2562
|
-
export function
|
|
2563
|
-
return safeParse(jsonString, (x) =>
|
|
2540
|
+
export function oneHundredAndFortyFourFromJSON(jsonString) {
|
|
2541
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyFour' from JSON`);
|
|
2564
2542
|
}
|
|
2565
2543
|
/** @internal */
|
|
2566
|
-
export const
|
|
2544
|
+
export const OneHundredAndFortyThree$inboundSchema = z.object({
|
|
2567
2545
|
projectId: z.string(),
|
|
2568
2546
|
projectName: z.string(),
|
|
2569
2547
|
originAccountName: z.string(),
|
|
@@ -2572,7 +2550,7 @@ export const OneHundredAndFortyFour$inboundSchema = z.object({
|
|
|
2572
2550
|
transferId: z.string().optional(),
|
|
2573
2551
|
});
|
|
2574
2552
|
/** @internal */
|
|
2575
|
-
export const
|
|
2553
|
+
export const OneHundredAndFortyThree$outboundSchema = z.object({
|
|
2576
2554
|
projectId: z.string(),
|
|
2577
2555
|
projectName: z.string(),
|
|
2578
2556
|
originAccountName: z.string(),
|
|
@@ -2580,14 +2558,14 @@ export const OneHundredAndFortyFour$outboundSchema = z.object({
|
|
|
2580
2558
|
destinationAccountId: z.string(),
|
|
2581
2559
|
transferId: z.string().optional(),
|
|
2582
2560
|
});
|
|
2583
|
-
export function
|
|
2584
|
-
return JSON.stringify(
|
|
2561
|
+
export function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree) {
|
|
2562
|
+
return JSON.stringify(OneHundredAndFortyThree$outboundSchema.parse(oneHundredAndFortyThree));
|
|
2585
2563
|
}
|
|
2586
|
-
export function
|
|
2587
|
-
return safeParse(jsonString, (x) =>
|
|
2564
|
+
export function oneHundredAndFortyThreeFromJSON(jsonString) {
|
|
2565
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyThree' from JSON`);
|
|
2588
2566
|
}
|
|
2589
2567
|
/** @internal */
|
|
2590
|
-
export const
|
|
2568
|
+
export const OneHundredAndFortyTwo$inboundSchema = z.object({
|
|
2591
2569
|
requestedTeamName: z.string(),
|
|
2592
2570
|
requestedUserName: z.string().optional(),
|
|
2593
2571
|
gitUsername: z.string().optional(),
|
|
@@ -2596,7 +2574,7 @@ export const OneHundredAndFortyThree$inboundSchema = z.object({
|
|
|
2596
2574
|
bitbucketUsername: z.string().optional(),
|
|
2597
2575
|
});
|
|
2598
2576
|
/** @internal */
|
|
2599
|
-
export const
|
|
2577
|
+
export const OneHundredAndFortyTwo$outboundSchema = z.object({
|
|
2600
2578
|
requestedTeamName: z.string(),
|
|
2601
2579
|
requestedUserName: z.string().optional(),
|
|
2602
2580
|
gitUsername: z.string().optional(),
|
|
@@ -2604,14 +2582,14 @@ export const OneHundredAndFortyThree$outboundSchema = z.object({
|
|
|
2604
2582
|
gitlabUsername: z.string().optional(),
|
|
2605
2583
|
bitbucketUsername: z.string().optional(),
|
|
2606
2584
|
});
|
|
2607
|
-
export function
|
|
2608
|
-
return JSON.stringify(
|
|
2585
|
+
export function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo) {
|
|
2586
|
+
return JSON.stringify(OneHundredAndFortyTwo$outboundSchema.parse(oneHundredAndFortyTwo));
|
|
2609
2587
|
}
|
|
2610
|
-
export function
|
|
2611
|
-
return safeParse(jsonString, (x) =>
|
|
2588
|
+
export function oneHundredAndFortyTwoFromJSON(jsonString) {
|
|
2589
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyTwo' from JSON`);
|
|
2612
2590
|
}
|
|
2613
2591
|
/** @internal */
|
|
2614
|
-
export const
|
|
2592
|
+
export const OneHundredAndFortyOne$inboundSchema = z.object({
|
|
2615
2593
|
teamName: z.string(),
|
|
2616
2594
|
username: z.string().optional(),
|
|
2617
2595
|
gitUsername: z.nullable(z.string()).optional(),
|
|
@@ -2620,7 +2598,7 @@ export const OneHundredAndFortyTwo$inboundSchema = z.object({
|
|
|
2620
2598
|
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
2621
2599
|
});
|
|
2622
2600
|
/** @internal */
|
|
2623
|
-
export const
|
|
2601
|
+
export const OneHundredAndFortyOne$outboundSchema = z.object({
|
|
2624
2602
|
teamName: z.string(),
|
|
2625
2603
|
username: z.string().optional(),
|
|
2626
2604
|
gitUsername: z.nullable(z.string()).optional(),
|
|
@@ -2628,14 +2606,14 @@ export const OneHundredAndFortyTwo$outboundSchema = z.object({
|
|
|
2628
2606
|
gitlabUsername: z.nullable(z.string()).optional(),
|
|
2629
2607
|
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
2630
2608
|
});
|
|
2631
|
-
export function
|
|
2632
|
-
return JSON.stringify(
|
|
2609
|
+
export function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne) {
|
|
2610
|
+
return JSON.stringify(OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne));
|
|
2633
2611
|
}
|
|
2634
|
-
export function
|
|
2635
|
-
return safeParse(jsonString, (x) =>
|
|
2612
|
+
export function oneHundredAndFortyOneFromJSON(jsonString) {
|
|
2613
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyOne' from JSON`);
|
|
2636
2614
|
}
|
|
2637
2615
|
/** @internal */
|
|
2638
|
-
export const
|
|
2616
|
+
export const OneHundredAndForty$inboundSchema = z.object({
|
|
2639
2617
|
teamName: z.string(),
|
|
2640
2618
|
username: z.string().optional(),
|
|
2641
2619
|
gitUsername: z.string().optional(),
|
|
@@ -2646,7 +2624,7 @@ export const OneHundredAndFortyOne$inboundSchema = z.object({
|
|
|
2646
2624
|
teamId: z.string().optional(),
|
|
2647
2625
|
});
|
|
2648
2626
|
/** @internal */
|
|
2649
|
-
export const
|
|
2627
|
+
export const OneHundredAndForty$outboundSchema = z.object({
|
|
2650
2628
|
teamName: z.string(),
|
|
2651
2629
|
username: z.string().optional(),
|
|
2652
2630
|
gitUsername: z.string().optional(),
|
|
@@ -2656,22 +2634,6 @@ export const OneHundredAndFortyOne$outboundSchema = z.object({
|
|
|
2656
2634
|
updatedUid: z.string().optional(),
|
|
2657
2635
|
teamId: z.string().optional(),
|
|
2658
2636
|
});
|
|
2659
|
-
export function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne) {
|
|
2660
|
-
return JSON.stringify(OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne));
|
|
2661
|
-
}
|
|
2662
|
-
export function oneHundredAndFortyOneFromJSON(jsonString) {
|
|
2663
|
-
return safeParse(jsonString, (x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyOne' from JSON`);
|
|
2664
|
-
}
|
|
2665
|
-
/** @internal */
|
|
2666
|
-
export const OneHundredAndForty$inboundSchema = z.object({
|
|
2667
|
-
price: z.number().optional(),
|
|
2668
|
-
currency: z.string().optional(),
|
|
2669
|
-
});
|
|
2670
|
-
/** @internal */
|
|
2671
|
-
export const OneHundredAndForty$outboundSchema = z.object({
|
|
2672
|
-
price: z.number().optional(),
|
|
2673
|
-
currency: z.string().optional(),
|
|
2674
|
-
});
|
|
2675
2637
|
export function oneHundredAndFortyToJSON(oneHundredAndForty) {
|
|
2676
2638
|
return JSON.stringify(OneHundredAndForty$outboundSchema.parse(oneHundredAndForty));
|
|
2677
2639
|
}
|
|
@@ -2680,13 +2642,13 @@ export function oneHundredAndFortyFromJSON(jsonString) {
|
|
|
2680
2642
|
}
|
|
2681
2643
|
/** @internal */
|
|
2682
2644
|
export const OneHundredAndThirtyNine$inboundSchema = z.object({
|
|
2683
|
-
|
|
2684
|
-
|
|
2645
|
+
price: z.number().optional(),
|
|
2646
|
+
currency: z.string().optional(),
|
|
2685
2647
|
});
|
|
2686
2648
|
/** @internal */
|
|
2687
2649
|
export const OneHundredAndThirtyNine$outboundSchema = z.object({
|
|
2688
|
-
|
|
2689
|
-
|
|
2650
|
+
price: z.number().optional(),
|
|
2651
|
+
currency: z.string().optional(),
|
|
2690
2652
|
});
|
|
2691
2653
|
export function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine) {
|
|
2692
2654
|
return JSON.stringify(OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine));
|
|
@@ -2696,15 +2658,13 @@ export function oneHundredAndThirtyNineFromJSON(jsonString) {
|
|
|
2696
2658
|
}
|
|
2697
2659
|
/** @internal */
|
|
2698
2660
|
export const OneHundredAndThirtyEight$inboundSchema = z.object({
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
enabled: z.boolean().optional(),
|
|
2661
|
+
previewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
2662
|
+
previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
2702
2663
|
});
|
|
2703
2664
|
/** @internal */
|
|
2704
2665
|
export const OneHundredAndThirtyEight$outboundSchema = z.object({
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
enabled: z.boolean().optional(),
|
|
2666
|
+
previewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
2667
|
+
previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
2708
2668
|
});
|
|
2709
2669
|
export function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight) {
|
|
2710
2670
|
return JSON.stringify(OneHundredAndThirtyEight$outboundSchema.parse(oneHundredAndThirtyEight));
|
|
@@ -2714,11 +2674,15 @@ export function oneHundredAndThirtyEightFromJSON(jsonString) {
|
|
|
2714
2674
|
}
|
|
2715
2675
|
/** @internal */
|
|
2716
2676
|
export const OneHundredAndThirtySeven$inboundSchema = z.object({
|
|
2717
|
-
|
|
2677
|
+
price: z.number().optional(),
|
|
2678
|
+
currency: z.string().optional(),
|
|
2679
|
+
enabled: z.boolean().optional(),
|
|
2718
2680
|
});
|
|
2719
2681
|
/** @internal */
|
|
2720
2682
|
export const OneHundredAndThirtySeven$outboundSchema = z.object({
|
|
2721
|
-
|
|
2683
|
+
price: z.number().optional(),
|
|
2684
|
+
currency: z.string().optional(),
|
|
2685
|
+
enabled: z.boolean().optional(),
|
|
2722
2686
|
});
|
|
2723
2687
|
export function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven) {
|
|
2724
2688
|
return JSON.stringify(OneHundredAndThirtySeven$outboundSchema.parse(oneHundredAndThirtySeven));
|
|
@@ -2728,13 +2692,11 @@ export function oneHundredAndThirtySevenFromJSON(jsonString) {
|
|
|
2728
2692
|
}
|
|
2729
2693
|
/** @internal */
|
|
2730
2694
|
export const OneHundredAndThirtySix$inboundSchema = z.object({
|
|
2731
|
-
|
|
2732
|
-
prevEmail: z.string(),
|
|
2695
|
+
username: z.string(),
|
|
2733
2696
|
});
|
|
2734
2697
|
/** @internal */
|
|
2735
2698
|
export const OneHundredAndThirtySix$outboundSchema = z.object({
|
|
2736
|
-
|
|
2737
|
-
prevEmail: z.string(),
|
|
2699
|
+
username: z.string(),
|
|
2738
2700
|
});
|
|
2739
2701
|
export function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix) {
|
|
2740
2702
|
return JSON.stringify(OneHundredAndThirtySix$outboundSchema.parse(oneHundredAndThirtySix));
|
|
@@ -2744,11 +2706,13 @@ export function oneHundredAndThirtySixFromJSON(jsonString) {
|
|
|
2744
2706
|
}
|
|
2745
2707
|
/** @internal */
|
|
2746
2708
|
export const OneHundredAndThirtyFive$inboundSchema = z.object({
|
|
2747
|
-
|
|
2709
|
+
email: z.string(),
|
|
2710
|
+
prevEmail: z.string(),
|
|
2748
2711
|
});
|
|
2749
2712
|
/** @internal */
|
|
2750
2713
|
export const OneHundredAndThirtyFive$outboundSchema = z.object({
|
|
2751
|
-
|
|
2714
|
+
email: z.string(),
|
|
2715
|
+
prevEmail: z.string(),
|
|
2752
2716
|
});
|
|
2753
2717
|
export function oneHundredAndThirtyFiveToJSON(oneHundredAndThirtyFive) {
|
|
2754
2718
|
return JSON.stringify(OneHundredAndThirtyFive$outboundSchema.parse(oneHundredAndThirtyFive));
|
|
@@ -2758,13 +2722,11 @@ export function oneHundredAndThirtyFiveFromJSON(jsonString) {
|
|
|
2758
2722
|
}
|
|
2759
2723
|
/** @internal */
|
|
2760
2724
|
export const OneHundredAndThirtyFour$inboundSchema = z.object({
|
|
2761
|
-
|
|
2762
|
-
totpVerified: z.boolean(),
|
|
2725
|
+
mfaEnabled: z.boolean(),
|
|
2763
2726
|
});
|
|
2764
2727
|
/** @internal */
|
|
2765
2728
|
export const OneHundredAndThirtyFour$outboundSchema = z.object({
|
|
2766
|
-
|
|
2767
|
-
totpVerified: z.boolean(),
|
|
2729
|
+
mfaEnabled: z.boolean(),
|
|
2768
2730
|
});
|
|
2769
2731
|
export function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour) {
|
|
2770
2732
|
return JSON.stringify(OneHundredAndThirtyFour$outboundSchema.parse(oneHundredAndThirtyFour));
|
|
@@ -2773,6 +2735,22 @@ export function oneHundredAndThirtyFourFromJSON(jsonString) {
|
|
|
2773
2735
|
return safeParse(jsonString, (x) => OneHundredAndThirtyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyFour' from JSON`);
|
|
2774
2736
|
}
|
|
2775
2737
|
/** @internal */
|
|
2738
|
+
export const OneHundredAndThirtyThree$inboundSchema = z.object({
|
|
2739
|
+
enabled: z.boolean(),
|
|
2740
|
+
totpVerified: z.boolean(),
|
|
2741
|
+
});
|
|
2742
|
+
/** @internal */
|
|
2743
|
+
export const OneHundredAndThirtyThree$outboundSchema = z.object({
|
|
2744
|
+
enabled: z.boolean(),
|
|
2745
|
+
totpVerified: z.boolean(),
|
|
2746
|
+
});
|
|
2747
|
+
export function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree) {
|
|
2748
|
+
return JSON.stringify(OneHundredAndThirtyThree$outboundSchema.parse(oneHundredAndThirtyThree));
|
|
2749
|
+
}
|
|
2750
|
+
export function oneHundredAndThirtyThreeFromJSON(jsonString) {
|
|
2751
|
+
return safeParse(jsonString, (x) => OneHundredAndThirtyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyThree' from JSON`);
|
|
2752
|
+
}
|
|
2753
|
+
/** @internal */
|
|
2776
2754
|
export const PayloadPrevious$inboundSchema = z.object({
|
|
2777
2755
|
enabled: z.boolean(),
|
|
2778
2756
|
totpVerified: z.boolean(),
|
|
@@ -2805,20 +2783,20 @@ export function payloadNextFromJSON(jsonString) {
|
|
|
2805
2783
|
return safeParse(jsonString, (x) => PayloadNext$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadNext' from JSON`);
|
|
2806
2784
|
}
|
|
2807
2785
|
/** @internal */
|
|
2808
|
-
export const
|
|
2786
|
+
export const OneHundredAndThirtyTwo$inboundSchema = z.object({
|
|
2809
2787
|
previous: z.lazy(() => PayloadPrevious$inboundSchema),
|
|
2810
2788
|
next: z.lazy(() => PayloadNext$inboundSchema),
|
|
2811
2789
|
});
|
|
2812
2790
|
/** @internal */
|
|
2813
|
-
export const
|
|
2791
|
+
export const OneHundredAndThirtyTwo$outboundSchema = z.object({
|
|
2814
2792
|
previous: z.lazy(() => PayloadPrevious$outboundSchema),
|
|
2815
2793
|
next: z.lazy(() => PayloadNext$outboundSchema),
|
|
2816
2794
|
});
|
|
2817
|
-
export function
|
|
2818
|
-
return JSON.stringify(
|
|
2795
|
+
export function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo) {
|
|
2796
|
+
return JSON.stringify(OneHundredAndThirtyTwo$outboundSchema.parse(oneHundredAndThirtyTwo));
|
|
2819
2797
|
}
|
|
2820
|
-
export function
|
|
2821
|
-
return safeParse(jsonString, (x) =>
|
|
2798
|
+
export function oneHundredAndThirtyTwoFromJSON(jsonString) {
|
|
2799
|
+
return safeParse(jsonString, (x) => OneHundredAndThirtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyTwo' from JSON`);
|
|
2822
2800
|
}
|
|
2823
2801
|
/** @internal */
|
|
2824
2802
|
export const PayloadRemoteCaching$inboundSchema = z.object({
|
|
@@ -2835,26 +2813,12 @@ export function payloadRemoteCachingFromJSON(jsonString) {
|
|
|
2835
2813
|
return safeParse(jsonString, (x) => PayloadRemoteCaching$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadRemoteCaching' from JSON`);
|
|
2836
2814
|
}
|
|
2837
2815
|
/** @internal */
|
|
2838
|
-
export const OneHundredAndThirtyTwo$inboundSchema = z.object({
|
|
2839
|
-
remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
|
|
2840
|
-
});
|
|
2841
|
-
/** @internal */
|
|
2842
|
-
export const OneHundredAndThirtyTwo$outboundSchema = z.object({
|
|
2843
|
-
remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
|
|
2844
|
-
});
|
|
2845
|
-
export function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo) {
|
|
2846
|
-
return JSON.stringify(OneHundredAndThirtyTwo$outboundSchema.parse(oneHundredAndThirtyTwo));
|
|
2847
|
-
}
|
|
2848
|
-
export function oneHundredAndThirtyTwoFromJSON(jsonString) {
|
|
2849
|
-
return safeParse(jsonString, (x) => OneHundredAndThirtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyTwo' from JSON`);
|
|
2850
|
-
}
|
|
2851
|
-
/** @internal */
|
|
2852
2816
|
export const OneHundredAndThirtyOne$inboundSchema = z.object({
|
|
2853
|
-
|
|
2817
|
+
remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
|
|
2854
2818
|
});
|
|
2855
2819
|
/** @internal */
|
|
2856
2820
|
export const OneHundredAndThirtyOne$outboundSchema = z.object({
|
|
2857
|
-
|
|
2821
|
+
remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
|
|
2858
2822
|
});
|
|
2859
2823
|
export function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne) {
|
|
2860
2824
|
return JSON.stringify(OneHundredAndThirtyOne$outboundSchema.parse(oneHundredAndThirtyOne));
|
|
@@ -2864,11 +2828,11 @@ export function oneHundredAndThirtyOneFromJSON(jsonString) {
|
|
|
2864
2828
|
}
|
|
2865
2829
|
/** @internal */
|
|
2866
2830
|
export const OneHundredAndThirty$inboundSchema = z.object({
|
|
2867
|
-
|
|
2831
|
+
slug: z.string().optional(),
|
|
2868
2832
|
});
|
|
2869
2833
|
/** @internal */
|
|
2870
2834
|
export const OneHundredAndThirty$outboundSchema = z.object({
|
|
2871
|
-
|
|
2835
|
+
slug: z.string().optional(),
|
|
2872
2836
|
});
|
|
2873
2837
|
export function oneHundredAndThirtyToJSON(oneHundredAndThirty) {
|
|
2874
2838
|
return JSON.stringify(OneHundredAndThirty$outboundSchema.parse(oneHundredAndThirty));
|
|
@@ -2878,11 +2842,11 @@ export function oneHundredAndThirtyFromJSON(jsonString) {
|
|
|
2878
2842
|
}
|
|
2879
2843
|
/** @internal */
|
|
2880
2844
|
export const OneHundredAndTwentyNine$inboundSchema = z.object({
|
|
2881
|
-
|
|
2845
|
+
name: z.string().optional(),
|
|
2882
2846
|
});
|
|
2883
2847
|
/** @internal */
|
|
2884
2848
|
export const OneHundredAndTwentyNine$outboundSchema = z.object({
|
|
2885
|
-
|
|
2849
|
+
name: z.string().optional(),
|
|
2886
2850
|
});
|
|
2887
2851
|
export function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine) {
|
|
2888
2852
|
return JSON.stringify(OneHundredAndTwentyNine$outboundSchema.parse(oneHundredAndTwentyNine));
|
|
@@ -2891,38 +2855,52 @@ export function oneHundredAndTwentyNineFromJSON(jsonString) {
|
|
|
2891
2855
|
return safeParse(jsonString, (x) => OneHundredAndTwentyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyNine' from JSON`);
|
|
2892
2856
|
}
|
|
2893
2857
|
/** @internal */
|
|
2894
|
-
export const
|
|
2858
|
+
export const OneHundredAndTwentyEight$inboundSchema = z.object({
|
|
2859
|
+
enforced: z.boolean(),
|
|
2860
|
+
});
|
|
2861
|
+
/** @internal */
|
|
2862
|
+
export const OneHundredAndTwentyEight$outboundSchema = z.object({
|
|
2863
|
+
enforced: z.boolean(),
|
|
2864
|
+
});
|
|
2865
|
+
export function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight) {
|
|
2866
|
+
return JSON.stringify(OneHundredAndTwentyEight$outboundSchema.parse(oneHundredAndTwentyEight));
|
|
2867
|
+
}
|
|
2868
|
+
export function oneHundredAndTwentyEightFromJSON(jsonString) {
|
|
2869
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyEight' from JSON`);
|
|
2870
|
+
}
|
|
2871
|
+
/** @internal */
|
|
2872
|
+
export const UserEventPayload127User$inboundSchema = z.object({
|
|
2895
2873
|
id: z.string(),
|
|
2896
2874
|
username: z.string(),
|
|
2897
2875
|
});
|
|
2898
2876
|
/** @internal */
|
|
2899
|
-
export const
|
|
2877
|
+
export const UserEventPayload127User$outboundSchema = z.object({
|
|
2900
2878
|
id: z.string(),
|
|
2901
2879
|
username: z.string(),
|
|
2902
2880
|
});
|
|
2903
|
-
export function
|
|
2904
|
-
return JSON.stringify(
|
|
2881
|
+
export function userEventPayload127UserToJSON(userEventPayload127User) {
|
|
2882
|
+
return JSON.stringify(UserEventPayload127User$outboundSchema.parse(userEventPayload127User));
|
|
2905
2883
|
}
|
|
2906
|
-
export function
|
|
2907
|
-
return safeParse(jsonString, (x) =>
|
|
2884
|
+
export function userEventPayload127UserFromJSON(jsonString) {
|
|
2885
|
+
return safeParse(jsonString, (x) => UserEventPayload127User$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload127User' from JSON`);
|
|
2908
2886
|
}
|
|
2909
2887
|
/** @internal */
|
|
2910
|
-
export const
|
|
2888
|
+
export const OneHundredAndTwentySeven$inboundSchema = z.object({
|
|
2911
2889
|
entitlement: z.string(),
|
|
2912
|
-
user: z.lazy(() =>
|
|
2890
|
+
user: z.lazy(() => UserEventPayload127User$inboundSchema),
|
|
2913
2891
|
previousCanceledAt: z.string().optional(),
|
|
2914
2892
|
});
|
|
2915
2893
|
/** @internal */
|
|
2916
|
-
export const
|
|
2894
|
+
export const OneHundredAndTwentySeven$outboundSchema = z.object({
|
|
2917
2895
|
entitlement: z.string(),
|
|
2918
|
-
user: z.lazy(() =>
|
|
2896
|
+
user: z.lazy(() => UserEventPayload127User$outboundSchema),
|
|
2919
2897
|
previousCanceledAt: z.string().optional(),
|
|
2920
2898
|
});
|
|
2921
|
-
export function
|
|
2922
|
-
return JSON.stringify(
|
|
2899
|
+
export function oneHundredAndTwentySevenToJSON(oneHundredAndTwentySeven) {
|
|
2900
|
+
return JSON.stringify(OneHundredAndTwentySeven$outboundSchema.parse(oneHundredAndTwentySeven));
|
|
2923
2901
|
}
|
|
2924
|
-
export function
|
|
2925
|
-
return safeParse(jsonString, (x) =>
|
|
2902
|
+
export function oneHundredAndTwentySevenFromJSON(jsonString) {
|
|
2903
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentySeven' from JSON`);
|
|
2926
2904
|
}
|
|
2927
2905
|
/** @internal */
|
|
2928
2906
|
export const UserEventPayloadUser$inboundSchema = z.object({
|
|
@@ -2941,20 +2919,20 @@ export function userEventPayloadUserFromJSON(jsonString) {
|
|
|
2941
2919
|
return safeParse(jsonString, (x) => UserEventPayloadUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadUser' from JSON`);
|
|
2942
2920
|
}
|
|
2943
2921
|
/** @internal */
|
|
2944
|
-
export const
|
|
2922
|
+
export const OneHundredAndTwentySix$inboundSchema = z.object({
|
|
2945
2923
|
entitlement: z.string(),
|
|
2946
2924
|
user: z.lazy(() => UserEventPayloadUser$inboundSchema),
|
|
2947
2925
|
});
|
|
2948
2926
|
/** @internal */
|
|
2949
|
-
export const
|
|
2927
|
+
export const OneHundredAndTwentySix$outboundSchema = z.object({
|
|
2950
2928
|
entitlement: z.string(),
|
|
2951
2929
|
user: z.lazy(() => UserEventPayloadUser$outboundSchema),
|
|
2952
2930
|
});
|
|
2953
|
-
export function
|
|
2954
|
-
return JSON.stringify(
|
|
2931
|
+
export function oneHundredAndTwentySixToJSON(oneHundredAndTwentySix) {
|
|
2932
|
+
return JSON.stringify(OneHundredAndTwentySix$outboundSchema.parse(oneHundredAndTwentySix));
|
|
2955
2933
|
}
|
|
2956
|
-
export function
|
|
2957
|
-
return safeParse(jsonString, (x) =>
|
|
2934
|
+
export function oneHundredAndTwentySixFromJSON(jsonString) {
|
|
2935
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentySix' from JSON`);
|
|
2958
2936
|
}
|
|
2959
2937
|
/** @internal */
|
|
2960
2938
|
export const UpdatedUser$inboundSchema = z.object({
|
|
@@ -2973,7 +2951,7 @@ export function updatedUserFromJSON(jsonString) {
|
|
|
2973
2951
|
return safeParse(jsonString, (x) => UpdatedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdatedUser' from JSON`);
|
|
2974
2952
|
}
|
|
2975
2953
|
/** @internal */
|
|
2976
|
-
export const
|
|
2954
|
+
export const OneHundredAndTwentyFive$inboundSchema = z.object({
|
|
2977
2955
|
directoryType: z.string().optional(),
|
|
2978
2956
|
updatedUser: z.lazy(() => UpdatedUser$inboundSchema).optional(),
|
|
2979
2957
|
role: z.string().optional(),
|
|
@@ -2981,21 +2959,21 @@ export const OneHundredAndTwentySix$inboundSchema = z.object({
|
|
|
2981
2959
|
updatedUid: z.string().optional(),
|
|
2982
2960
|
});
|
|
2983
2961
|
/** @internal */
|
|
2984
|
-
export const
|
|
2962
|
+
export const OneHundredAndTwentyFive$outboundSchema = z.object({
|
|
2985
2963
|
directoryType: z.string().optional(),
|
|
2986
2964
|
updatedUser: z.lazy(() => UpdatedUser$outboundSchema).optional(),
|
|
2987
2965
|
role: z.string().optional(),
|
|
2988
2966
|
previousRole: z.string(),
|
|
2989
2967
|
updatedUid: z.string().optional(),
|
|
2990
2968
|
});
|
|
2991
|
-
export function
|
|
2992
|
-
return JSON.stringify(
|
|
2969
|
+
export function oneHundredAndTwentyFiveToJSON(oneHundredAndTwentyFive) {
|
|
2970
|
+
return JSON.stringify(OneHundredAndTwentyFive$outboundSchema.parse(oneHundredAndTwentyFive));
|
|
2993
2971
|
}
|
|
2994
|
-
export function
|
|
2995
|
-
return safeParse(jsonString, (x) =>
|
|
2972
|
+
export function oneHundredAndTwentyFiveFromJSON(jsonString) {
|
|
2973
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyFive' from JSON`);
|
|
2996
2974
|
}
|
|
2997
2975
|
/** @internal */
|
|
2998
|
-
export const
|
|
2976
|
+
export const OneHundredAndTwentyFour$inboundSchema = z.object({
|
|
2999
2977
|
role: z.string().optional(),
|
|
3000
2978
|
uid: z.string(),
|
|
3001
2979
|
origin: z.string().optional(),
|
|
@@ -3004,7 +2982,7 @@ export const OneHundredAndTwentyFive$inboundSchema = z.object({
|
|
|
3004
2982
|
entitlements: z.array(z.string()).optional(),
|
|
3005
2983
|
});
|
|
3006
2984
|
/** @internal */
|
|
3007
|
-
export const
|
|
2985
|
+
export const OneHundredAndTwentyFour$outboundSchema = z.object({
|
|
3008
2986
|
role: z.string().optional(),
|
|
3009
2987
|
uid: z.string(),
|
|
3010
2988
|
origin: z.string().optional(),
|
|
@@ -3012,11 +2990,11 @@ export const OneHundredAndTwentyFive$outboundSchema = z.object({
|
|
|
3012
2990
|
teamPermissions: z.array(z.string()).optional(),
|
|
3013
2991
|
entitlements: z.array(z.string()).optional(),
|
|
3014
2992
|
});
|
|
3015
|
-
export function
|
|
3016
|
-
return JSON.stringify(
|
|
2993
|
+
export function oneHundredAndTwentyFourToJSON(oneHundredAndTwentyFour) {
|
|
2994
|
+
return JSON.stringify(OneHundredAndTwentyFour$outboundSchema.parse(oneHundredAndTwentyFour));
|
|
3017
2995
|
}
|
|
3018
|
-
export function
|
|
3019
|
-
return safeParse(jsonString, (x) =>
|
|
2996
|
+
export function oneHundredAndTwentyFourFromJSON(jsonString) {
|
|
2997
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyFour' from JSON`);
|
|
3020
2998
|
}
|
|
3021
2999
|
/** @internal */
|
|
3022
3000
|
export const DeletedUser$inboundSchema = z.object({
|
|
@@ -3049,7 +3027,7 @@ export const NewPlan$inboundSchema = z
|
|
|
3049
3027
|
/** @internal */
|
|
3050
3028
|
export const NewPlan$outboundSchema = NewPlan$inboundSchema;
|
|
3051
3029
|
/** @internal */
|
|
3052
|
-
export const
|
|
3030
|
+
export const OneHundredAndTwentyThree$inboundSchema = z.object({
|
|
3053
3031
|
deletedUser: z.lazy(() => DeletedUser$inboundSchema).optional(),
|
|
3054
3032
|
deletedUid: z.string().optional(),
|
|
3055
3033
|
githubUsername: z.nullable(z.string()).optional(),
|
|
@@ -3063,7 +3041,7 @@ export const OneHundredAndTwentyFour$inboundSchema = z.object({
|
|
|
3063
3041
|
automated: z.boolean().optional(),
|
|
3064
3042
|
});
|
|
3065
3043
|
/** @internal */
|
|
3066
|
-
export const
|
|
3044
|
+
export const OneHundredAndTwentyThree$outboundSchema = z.object({
|
|
3067
3045
|
deletedUser: z.lazy(() => DeletedUser$outboundSchema).optional(),
|
|
3068
3046
|
deletedUid: z.string().optional(),
|
|
3069
3047
|
githubUsername: z.nullable(z.string()).optional(),
|
|
@@ -3076,11 +3054,11 @@ export const OneHundredAndTwentyFour$outboundSchema = z.object({
|
|
|
3076
3054
|
newPlan: NewPlan$outboundSchema.optional(),
|
|
3077
3055
|
automated: z.boolean().optional(),
|
|
3078
3056
|
});
|
|
3079
|
-
export function
|
|
3080
|
-
return JSON.stringify(
|
|
3057
|
+
export function oneHundredAndTwentyThreeToJSON(oneHundredAndTwentyThree) {
|
|
3058
|
+
return JSON.stringify(OneHundredAndTwentyThree$outboundSchema.parse(oneHundredAndTwentyThree));
|
|
3081
3059
|
}
|
|
3082
|
-
export function
|
|
3083
|
-
return safeParse(jsonString, (x) =>
|
|
3060
|
+
export function oneHundredAndTwentyThreeFromJSON(jsonString) {
|
|
3061
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyThree' from JSON`);
|
|
3084
3062
|
}
|
|
3085
3063
|
/** @internal */
|
|
3086
3064
|
export const InvitedUser$inboundSchema = z.object({
|
|
@@ -3099,7 +3077,7 @@ export function invitedUserFromJSON(jsonString) {
|
|
|
3099
3077
|
return safeParse(jsonString, (x) => InvitedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InvitedUser' from JSON`);
|
|
3100
3078
|
}
|
|
3101
3079
|
/** @internal */
|
|
3102
|
-
export const
|
|
3080
|
+
export const OneHundredAndTwentyTwo$inboundSchema = z.object({
|
|
3103
3081
|
directoryType: z.string().optional(),
|
|
3104
3082
|
ssoType: z.string().optional(),
|
|
3105
3083
|
invitedUser: z.lazy(() => InvitedUser$inboundSchema).optional(),
|
|
@@ -3109,7 +3087,7 @@ export const OneHundredAndTwentyThree$inboundSchema = z.object({
|
|
|
3109
3087
|
invitedUid: z.string().optional(),
|
|
3110
3088
|
});
|
|
3111
3089
|
/** @internal */
|
|
3112
|
-
export const
|
|
3090
|
+
export const OneHundredAndTwentyTwo$outboundSchema = z.object({
|
|
3113
3091
|
directoryType: z.string().optional(),
|
|
3114
3092
|
ssoType: z.string().optional(),
|
|
3115
3093
|
invitedUser: z.lazy(() => InvitedUser$outboundSchema).optional(),
|
|
@@ -3118,11 +3096,11 @@ export const OneHundredAndTwentyThree$outboundSchema = z.object({
|
|
|
3118
3096
|
entitlements: z.array(z.string()).optional(),
|
|
3119
3097
|
invitedUid: z.string().optional(),
|
|
3120
3098
|
});
|
|
3121
|
-
export function
|
|
3122
|
-
return JSON.stringify(
|
|
3099
|
+
export function oneHundredAndTwentyTwoToJSON(oneHundredAndTwentyTwo) {
|
|
3100
|
+
return JSON.stringify(OneHundredAndTwentyTwo$outboundSchema.parse(oneHundredAndTwentyTwo));
|
|
3123
3101
|
}
|
|
3124
|
-
export function
|
|
3125
|
-
return safeParse(jsonString, (x) =>
|
|
3102
|
+
export function oneHundredAndTwentyTwoFromJSON(jsonString) {
|
|
3103
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyTwo' from JSON`);
|
|
3126
3104
|
}
|
|
3127
3105
|
/** @internal */
|
|
3128
3106
|
export const Reasons$inboundSchema = z.object({
|
|
@@ -3141,18 +3119,18 @@ export function reasonsFromJSON(jsonString) {
|
|
|
3141
3119
|
return safeParse(jsonString, (x) => Reasons$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Reasons' from JSON`);
|
|
3142
3120
|
}
|
|
3143
3121
|
/** @internal */
|
|
3144
|
-
export const
|
|
3122
|
+
export const UserEventPayload121Role$inboundSchema = z.nativeEnum(UserEventPayload121Role);
|
|
3145
3123
|
/** @internal */
|
|
3146
|
-
export const
|
|
3124
|
+
export const UserEventPayload121Role$outboundSchema = UserEventPayload121Role$inboundSchema;
|
|
3147
3125
|
/** @internal */
|
|
3148
3126
|
export const PayloadRemovedUsers$inboundSchema = z.object({
|
|
3149
|
-
role:
|
|
3127
|
+
role: UserEventPayload121Role$inboundSchema,
|
|
3150
3128
|
confirmed: z.boolean(),
|
|
3151
3129
|
confirmedAt: z.number().optional(),
|
|
3152
3130
|
});
|
|
3153
3131
|
/** @internal */
|
|
3154
3132
|
export const PayloadRemovedUsers$outboundSchema = z.object({
|
|
3155
|
-
role:
|
|
3133
|
+
role: UserEventPayload121Role$outboundSchema,
|
|
3156
3134
|
confirmed: z.boolean(),
|
|
3157
3135
|
confirmedAt: z.number().optional(),
|
|
3158
3136
|
});
|
|
@@ -3163,7 +3141,7 @@ export function payloadRemovedUsersFromJSON(jsonString) {
|
|
|
3163
3141
|
return safeParse(jsonString, (x) => PayloadRemovedUsers$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadRemovedUsers' from JSON`);
|
|
3164
3142
|
}
|
|
3165
3143
|
/** @internal */
|
|
3166
|
-
export const
|
|
3144
|
+
export const OneHundredAndTwentyOne$inboundSchema = z.object({
|
|
3167
3145
|
slug: z.string(),
|
|
3168
3146
|
teamId: z.string(),
|
|
3169
3147
|
by: z.string(),
|
|
@@ -3175,7 +3153,7 @@ export const OneHundredAndTwentyTwo$inboundSchema = z.object({
|
|
|
3175
3153
|
timestamp: z.number().optional(),
|
|
3176
3154
|
});
|
|
3177
3155
|
/** @internal */
|
|
3178
|
-
export const
|
|
3156
|
+
export const OneHundredAndTwentyOne$outboundSchema = z.object({
|
|
3179
3157
|
slug: z.string(),
|
|
3180
3158
|
teamId: z.string(),
|
|
3181
3159
|
by: z.string(),
|
|
@@ -3186,25 +3164,25 @@ export const OneHundredAndTwentyTwo$outboundSchema = z.object({
|
|
|
3186
3164
|
removedMemberCount: z.number().optional(),
|
|
3187
3165
|
timestamp: z.number().optional(),
|
|
3188
3166
|
});
|
|
3189
|
-
export function
|
|
3190
|
-
return JSON.stringify(
|
|
3167
|
+
export function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne) {
|
|
3168
|
+
return JSON.stringify(OneHundredAndTwentyOne$outboundSchema.parse(oneHundredAndTwentyOne));
|
|
3191
3169
|
}
|
|
3192
|
-
export function
|
|
3193
|
-
return safeParse(jsonString, (x) =>
|
|
3170
|
+
export function oneHundredAndTwentyOneFromJSON(jsonString) {
|
|
3171
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyOne' from JSON`);
|
|
3194
3172
|
}
|
|
3195
3173
|
/** @internal */
|
|
3196
|
-
export const
|
|
3174
|
+
export const OneHundredAndTwenty$inboundSchema = z.object({
|
|
3197
3175
|
slug: z.string(),
|
|
3198
3176
|
});
|
|
3199
3177
|
/** @internal */
|
|
3200
|
-
export const
|
|
3178
|
+
export const OneHundredAndTwenty$outboundSchema = z.object({
|
|
3201
3179
|
slug: z.string(),
|
|
3202
3180
|
});
|
|
3203
|
-
export function
|
|
3204
|
-
return JSON.stringify(
|
|
3181
|
+
export function oneHundredAndTwentyToJSON(oneHundredAndTwenty) {
|
|
3182
|
+
return JSON.stringify(OneHundredAndTwenty$outboundSchema.parse(oneHundredAndTwenty));
|
|
3205
3183
|
}
|
|
3206
|
-
export function
|
|
3207
|
-
return safeParse(jsonString, (x) =>
|
|
3184
|
+
export function oneHundredAndTwentyFromJSON(jsonString) {
|
|
3185
|
+
return safeParse(jsonString, (x) => OneHundredAndTwenty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwenty' from JSON`);
|
|
3208
3186
|
}
|
|
3209
3187
|
/** @internal */
|
|
3210
3188
|
export const Store$inboundSchema = z
|
|
@@ -3224,20 +3202,20 @@ export function storeFromJSON(jsonString) {
|
|
|
3224
3202
|
return safeParse(jsonString, (x) => Store$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Store' from JSON`);
|
|
3225
3203
|
}
|
|
3226
3204
|
/** @internal */
|
|
3227
|
-
export const
|
|
3205
|
+
export const OneHundredAndNineteen$inboundSchema = z.object({
|
|
3228
3206
|
store: z.lazy(() => Store$inboundSchema),
|
|
3229
3207
|
ownerId: z.string().optional(),
|
|
3230
3208
|
});
|
|
3231
3209
|
/** @internal */
|
|
3232
|
-
export const
|
|
3210
|
+
export const OneHundredAndNineteen$outboundSchema = z.object({
|
|
3233
3211
|
store: z.lazy(() => Store$outboundSchema),
|
|
3234
3212
|
ownerId: z.string().optional(),
|
|
3235
3213
|
});
|
|
3236
|
-
export function
|
|
3237
|
-
return JSON.stringify(
|
|
3214
|
+
export function oneHundredAndNineteenToJSON(oneHundredAndNineteen) {
|
|
3215
|
+
return JSON.stringify(OneHundredAndNineteen$outboundSchema.parse(oneHundredAndNineteen));
|
|
3238
3216
|
}
|
|
3239
|
-
export function
|
|
3240
|
-
return safeParse(jsonString, (x) =>
|
|
3217
|
+
export function oneHundredAndNineteenFromJSON(jsonString) {
|
|
3218
|
+
return safeParse(jsonString, (x) => OneHundredAndNineteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndNineteen' from JSON`);
|
|
3241
3219
|
}
|
|
3242
3220
|
/** @internal */
|
|
3243
3221
|
export const StoreType$inboundSchema = z
|
|
@@ -3245,25 +3223,25 @@ export const StoreType$inboundSchema = z
|
|
|
3245
3223
|
/** @internal */
|
|
3246
3224
|
export const StoreType$outboundSchema = StoreType$inboundSchema;
|
|
3247
3225
|
/** @internal */
|
|
3248
|
-
export const
|
|
3226
|
+
export const OneHundredAndEighteen$inboundSchema = z.object({
|
|
3249
3227
|
storeType: StoreType$inboundSchema,
|
|
3250
3228
|
});
|
|
3251
3229
|
/** @internal */
|
|
3252
|
-
export const
|
|
3230
|
+
export const OneHundredAndEighteen$outboundSchema = z.object({
|
|
3253
3231
|
storeType: StoreType$outboundSchema,
|
|
3254
3232
|
});
|
|
3255
|
-
export function
|
|
3256
|
-
return JSON.stringify(
|
|
3233
|
+
export function oneHundredAndEighteenToJSON(oneHundredAndEighteen) {
|
|
3234
|
+
return JSON.stringify(OneHundredAndEighteen$outboundSchema.parse(oneHundredAndEighteen));
|
|
3257
3235
|
}
|
|
3258
|
-
export function
|
|
3259
|
-
return safeParse(jsonString, (x) =>
|
|
3236
|
+
export function oneHundredAndEighteenFromJSON(jsonString) {
|
|
3237
|
+
return safeParse(jsonString, (x) => OneHundredAndEighteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEighteen' from JSON`);
|
|
3260
3238
|
}
|
|
3261
3239
|
/** @internal */
|
|
3262
3240
|
export const UserEventPayloadType$inboundSchema = z.nativeEnum(UserEventPayloadType);
|
|
3263
3241
|
/** @internal */
|
|
3264
3242
|
export const UserEventPayloadType$outboundSchema = UserEventPayloadType$inboundSchema;
|
|
3265
3243
|
/** @internal */
|
|
3266
|
-
export const
|
|
3244
|
+
export const OneHundredAndSeventeen$inboundSchema = z.object({
|
|
3267
3245
|
id: z.string(),
|
|
3268
3246
|
name: z.string().optional(),
|
|
3269
3247
|
computeUnitsMax: z.number().optional(),
|
|
@@ -3272,7 +3250,7 @@ export const OneHundredAndEighteen$inboundSchema = z.object({
|
|
|
3272
3250
|
type: UserEventPayloadType$inboundSchema,
|
|
3273
3251
|
});
|
|
3274
3252
|
/** @internal */
|
|
3275
|
-
export const
|
|
3253
|
+
export const OneHundredAndSeventeen$outboundSchema = z.object({
|
|
3276
3254
|
id: z.string(),
|
|
3277
3255
|
name: z.string().optional(),
|
|
3278
3256
|
computeUnitsMax: z.number().optional(),
|
|
@@ -3280,37 +3258,37 @@ export const OneHundredAndEighteen$outboundSchema = z.object({
|
|
|
3280
3258
|
suspendTimeoutSeconds: z.number().optional(),
|
|
3281
3259
|
type: UserEventPayloadType$outboundSchema,
|
|
3282
3260
|
});
|
|
3283
|
-
export function
|
|
3284
|
-
return JSON.stringify(
|
|
3261
|
+
export function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen) {
|
|
3262
|
+
return JSON.stringify(OneHundredAndSeventeen$outboundSchema.parse(oneHundredAndSeventeen));
|
|
3285
3263
|
}
|
|
3286
|
-
export function
|
|
3287
|
-
return safeParse(jsonString, (x) =>
|
|
3264
|
+
export function oneHundredAndSeventeenFromJSON(jsonString) {
|
|
3265
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventeen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventeen' from JSON`);
|
|
3288
3266
|
}
|
|
3289
3267
|
/** @internal */
|
|
3290
|
-
export const
|
|
3268
|
+
export const OneHundredAndSixteen$inboundSchema = z.object({
|
|
3291
3269
|
webhookUrl: z.string().optional(),
|
|
3292
3270
|
});
|
|
3293
3271
|
/** @internal */
|
|
3294
|
-
export const
|
|
3272
|
+
export const OneHundredAndSixteen$outboundSchema = z.object({
|
|
3295
3273
|
webhookUrl: z.string().optional(),
|
|
3296
3274
|
});
|
|
3297
|
-
export function
|
|
3298
|
-
return JSON.stringify(
|
|
3275
|
+
export function oneHundredAndSixteenToJSON(oneHundredAndSixteen) {
|
|
3276
|
+
return JSON.stringify(OneHundredAndSixteen$outboundSchema.parse(oneHundredAndSixteen));
|
|
3299
3277
|
}
|
|
3300
|
-
export function
|
|
3301
|
-
return safeParse(jsonString, (x) =>
|
|
3278
|
+
export function oneHundredAndSixteenFromJSON(jsonString) {
|
|
3279
|
+
return safeParse(jsonString, (x) => OneHundredAndSixteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixteen' from JSON`);
|
|
3302
3280
|
}
|
|
3303
3281
|
/** @internal */
|
|
3304
|
-
export const
|
|
3282
|
+
export const UserEventPayload115Type$inboundSchema = z.nativeEnum(UserEventPayload115Type);
|
|
3305
3283
|
/** @internal */
|
|
3306
|
-
export const
|
|
3284
|
+
export const UserEventPayload115Type$outboundSchema = UserEventPayload115Type$inboundSchema;
|
|
3307
3285
|
/** @internal */
|
|
3308
3286
|
export const PayloadPricingPlan$inboundSchema = z.nativeEnum(PayloadPricingPlan);
|
|
3309
3287
|
/** @internal */
|
|
3310
3288
|
export const PayloadPricingPlan$outboundSchema = PayloadPricingPlan$inboundSchema;
|
|
3311
3289
|
/** @internal */
|
|
3312
3290
|
export const UserEventPayloadBudget$inboundSchema = z.object({
|
|
3313
|
-
type:
|
|
3291
|
+
type: UserEventPayload115Type$inboundSchema,
|
|
3314
3292
|
fixedBudget: z.number(),
|
|
3315
3293
|
previousSpend: z.array(z.number()),
|
|
3316
3294
|
notifiedAt: z.array(z.number()),
|
|
@@ -3326,7 +3304,7 @@ export const UserEventPayloadBudget$inboundSchema = z.object({
|
|
|
3326
3304
|
});
|
|
3327
3305
|
/** @internal */
|
|
3328
3306
|
export const UserEventPayloadBudget$outboundSchema = z.object({
|
|
3329
|
-
type:
|
|
3307
|
+
type: UserEventPayload115Type$outboundSchema,
|
|
3330
3308
|
fixedBudget: z.number(),
|
|
3331
3309
|
previousSpend: z.array(z.number()),
|
|
3332
3310
|
notifiedAt: z.array(z.number()),
|
|
@@ -3347,25 +3325,25 @@ export function userEventPayloadBudgetFromJSON(jsonString) {
|
|
|
3347
3325
|
return safeParse(jsonString, (x) => UserEventPayloadBudget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadBudget' from JSON`);
|
|
3348
3326
|
}
|
|
3349
3327
|
/** @internal */
|
|
3350
|
-
export const
|
|
3328
|
+
export const OneHundredAndFifteen$inboundSchema = z.object({
|
|
3351
3329
|
budget: z.lazy(() => UserEventPayloadBudget$inboundSchema),
|
|
3352
3330
|
webhookUrl: z.string().optional(),
|
|
3353
3331
|
});
|
|
3354
3332
|
/** @internal */
|
|
3355
|
-
export const
|
|
3333
|
+
export const OneHundredAndFifteen$outboundSchema = z.object({
|
|
3356
3334
|
budget: z.lazy(() => UserEventPayloadBudget$outboundSchema),
|
|
3357
3335
|
webhookUrl: z.string().optional(),
|
|
3358
3336
|
});
|
|
3359
|
-
export function
|
|
3360
|
-
return JSON.stringify(
|
|
3337
|
+
export function oneHundredAndFifteenToJSON(oneHundredAndFifteen) {
|
|
3338
|
+
return JSON.stringify(OneHundredAndFifteen$outboundSchema.parse(oneHundredAndFifteen));
|
|
3361
3339
|
}
|
|
3362
|
-
export function
|
|
3363
|
-
return safeParse(jsonString, (x) =>
|
|
3340
|
+
export function oneHundredAndFifteenFromJSON(jsonString) {
|
|
3341
|
+
return safeParse(jsonString, (x) => OneHundredAndFifteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifteen' from JSON`);
|
|
3364
3342
|
}
|
|
3365
3343
|
/** @internal */
|
|
3366
|
-
export const
|
|
3344
|
+
export const UserEventPayload114Type$inboundSchema = z.nativeEnum(UserEventPayload114Type);
|
|
3367
3345
|
/** @internal */
|
|
3368
|
-
export const
|
|
3346
|
+
export const UserEventPayload114Type$outboundSchema = UserEventPayload114Type$inboundSchema;
|
|
3369
3347
|
/** @internal */
|
|
3370
3348
|
export const PricingPlan$inboundSchema = z
|
|
3371
3349
|
.nativeEnum(PricingPlan);
|
|
@@ -3373,7 +3351,7 @@ export const PricingPlan$inboundSchema = z
|
|
|
3373
3351
|
export const PricingPlan$outboundSchema = PricingPlan$inboundSchema;
|
|
3374
3352
|
/** @internal */
|
|
3375
3353
|
export const PayloadBudget$inboundSchema = z.object({
|
|
3376
|
-
type:
|
|
3354
|
+
type: UserEventPayload114Type$inboundSchema,
|
|
3377
3355
|
fixedBudget: z.number(),
|
|
3378
3356
|
previousSpend: z.array(z.number()),
|
|
3379
3357
|
notifiedAt: z.array(z.number()),
|
|
@@ -3389,7 +3367,7 @@ export const PayloadBudget$inboundSchema = z.object({
|
|
|
3389
3367
|
});
|
|
3390
3368
|
/** @internal */
|
|
3391
3369
|
export const PayloadBudget$outboundSchema = z.object({
|
|
3392
|
-
type:
|
|
3370
|
+
type: UserEventPayload114Type$outboundSchema,
|
|
3393
3371
|
fixedBudget: z.number(),
|
|
3394
3372
|
previousSpend: z.array(z.number()),
|
|
3395
3373
|
notifiedAt: z.array(z.number()),
|
|
@@ -3410,30 +3388,30 @@ export function payloadBudgetFromJSON(jsonString) {
|
|
|
3410
3388
|
return safeParse(jsonString, (x) => PayloadBudget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadBudget' from JSON`);
|
|
3411
3389
|
}
|
|
3412
3390
|
/** @internal */
|
|
3413
|
-
export const
|
|
3391
|
+
export const OneHundredAndFourteen$inboundSchema = z.object({
|
|
3414
3392
|
budget: z.lazy(() => PayloadBudget$inboundSchema),
|
|
3415
3393
|
});
|
|
3416
3394
|
/** @internal */
|
|
3417
|
-
export const
|
|
3395
|
+
export const OneHundredAndFourteen$outboundSchema = z.object({
|
|
3418
3396
|
budget: z.lazy(() => PayloadBudget$outboundSchema),
|
|
3419
3397
|
});
|
|
3420
|
-
export function
|
|
3421
|
-
return JSON.stringify(
|
|
3398
|
+
export function oneHundredAndFourteenToJSON(oneHundredAndFourteen) {
|
|
3399
|
+
return JSON.stringify(OneHundredAndFourteen$outboundSchema.parse(oneHundredAndFourteen));
|
|
3422
3400
|
}
|
|
3423
|
-
export function
|
|
3424
|
-
return safeParse(jsonString, (x) =>
|
|
3401
|
+
export function oneHundredAndFourteenFromJSON(jsonString) {
|
|
3402
|
+
return safeParse(jsonString, (x) => OneHundredAndFourteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFourteen' from JSON`);
|
|
3425
3403
|
}
|
|
3426
3404
|
/** @internal */
|
|
3427
|
-
export const
|
|
3405
|
+
export const UserEventPayload113Type$inboundSchema = z.nativeEnum(UserEventPayload113Type);
|
|
3428
3406
|
/** @internal */
|
|
3429
|
-
export const
|
|
3407
|
+
export const UserEventPayload113Type$outboundSchema = UserEventPayload113Type$inboundSchema;
|
|
3430
3408
|
/** @internal */
|
|
3431
3409
|
export const UserEventPayloadPricingPlan$inboundSchema = z.nativeEnum(UserEventPayloadPricingPlan);
|
|
3432
3410
|
/** @internal */
|
|
3433
3411
|
export const UserEventPayloadPricingPlan$outboundSchema = UserEventPayloadPricingPlan$inboundSchema;
|
|
3434
3412
|
/** @internal */
|
|
3435
3413
|
export const BudgetItem$inboundSchema = z.object({
|
|
3436
|
-
type:
|
|
3414
|
+
type: UserEventPayload113Type$inboundSchema,
|
|
3437
3415
|
fixedBudget: z.number(),
|
|
3438
3416
|
previousSpend: z.array(z.number()),
|
|
3439
3417
|
notifiedAt: z.array(z.number()),
|
|
@@ -3449,7 +3427,7 @@ export const BudgetItem$inboundSchema = z.object({
|
|
|
3449
3427
|
});
|
|
3450
3428
|
/** @internal */
|
|
3451
3429
|
export const BudgetItem$outboundSchema = z.object({
|
|
3452
|
-
type:
|
|
3430
|
+
type: UserEventPayload113Type$outboundSchema,
|
|
3453
3431
|
fixedBudget: z.number(),
|
|
3454
3432
|
previousSpend: z.array(z.number()),
|
|
3455
3433
|
notifiedAt: z.array(z.number()),
|
|
@@ -3485,18 +3463,18 @@ export function budgetFromJSON(jsonString) {
|
|
|
3485
3463
|
return safeParse(jsonString, (x) => Budget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Budget' from JSON`);
|
|
3486
3464
|
}
|
|
3487
3465
|
/** @internal */
|
|
3488
|
-
export const
|
|
3466
|
+
export const OneHundredAndThirteen$inboundSchema = z.object({
|
|
3489
3467
|
budget: z.lazy(() => Budget$inboundSchema),
|
|
3490
3468
|
});
|
|
3491
3469
|
/** @internal */
|
|
3492
|
-
export const
|
|
3470
|
+
export const OneHundredAndThirteen$outboundSchema = z.object({
|
|
3493
3471
|
budget: z.lazy(() => Budget$outboundSchema),
|
|
3494
3472
|
});
|
|
3495
|
-
export function
|
|
3496
|
-
return JSON.stringify(
|
|
3473
|
+
export function oneHundredAndThirteenToJSON(oneHundredAndThirteen) {
|
|
3474
|
+
return JSON.stringify(OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen));
|
|
3497
3475
|
}
|
|
3498
|
-
export function
|
|
3499
|
-
return safeParse(jsonString, (x) =>
|
|
3476
|
+
export function oneHundredAndThirteenFromJSON(jsonString) {
|
|
3477
|
+
return safeParse(jsonString, (x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirteen' from JSON`);
|
|
3500
3478
|
}
|
|
3501
3479
|
/** @internal */
|
|
3502
3480
|
export const ScalingRules$inboundSchema = z.object({
|
|
@@ -3515,56 +3493,56 @@ export function scalingRulesFromJSON(jsonString) {
|
|
|
3515
3493
|
return safeParse(jsonString, (x) => ScalingRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ScalingRules' from JSON`);
|
|
3516
3494
|
}
|
|
3517
3495
|
/** @internal */
|
|
3518
|
-
export const
|
|
3496
|
+
export const OneHundredAndTwelve$inboundSchema = z.object({
|
|
3519
3497
|
scalingRules: z.record(z.lazy(() => ScalingRules$inboundSchema)),
|
|
3520
3498
|
min: z.number(),
|
|
3521
3499
|
max: z.number(),
|
|
3522
3500
|
url: z.string(),
|
|
3523
3501
|
});
|
|
3524
3502
|
/** @internal */
|
|
3525
|
-
export const
|
|
3503
|
+
export const OneHundredAndTwelve$outboundSchema = z.object({
|
|
3526
3504
|
scalingRules: z.record(z.lazy(() => ScalingRules$outboundSchema)),
|
|
3527
3505
|
min: z.number(),
|
|
3528
3506
|
max: z.number(),
|
|
3529
3507
|
url: z.string(),
|
|
3530
3508
|
});
|
|
3531
|
-
export function
|
|
3532
|
-
return JSON.stringify(
|
|
3509
|
+
export function oneHundredAndTwelveToJSON(oneHundredAndTwelve) {
|
|
3510
|
+
return JSON.stringify(OneHundredAndTwelve$outboundSchema.parse(oneHundredAndTwelve));
|
|
3533
3511
|
}
|
|
3534
|
-
export function
|
|
3535
|
-
return safeParse(jsonString, (x) =>
|
|
3512
|
+
export function oneHundredAndTwelveFromJSON(jsonString) {
|
|
3513
|
+
return safeParse(jsonString, (x) => OneHundredAndTwelve$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwelve' from JSON`);
|
|
3536
3514
|
}
|
|
3537
3515
|
/** @internal */
|
|
3538
|
-
export const
|
|
3516
|
+
export const OneHundredAndEleven$inboundSchema = z.object({
|
|
3539
3517
|
bio: z.string(),
|
|
3540
3518
|
});
|
|
3541
3519
|
/** @internal */
|
|
3542
|
-
export const
|
|
3520
|
+
export const OneHundredAndEleven$outboundSchema = z.object({
|
|
3543
3521
|
bio: z.string(),
|
|
3544
3522
|
});
|
|
3545
|
-
export function
|
|
3546
|
-
return JSON.stringify(
|
|
3523
|
+
export function oneHundredAndElevenToJSON(oneHundredAndEleven) {
|
|
3524
|
+
return JSON.stringify(OneHundredAndEleven$outboundSchema.parse(oneHundredAndEleven));
|
|
3547
3525
|
}
|
|
3548
|
-
export function
|
|
3549
|
-
return safeParse(jsonString, (x) =>
|
|
3526
|
+
export function oneHundredAndElevenFromJSON(jsonString) {
|
|
3527
|
+
return safeParse(jsonString, (x) => OneHundredAndEleven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEleven' from JSON`);
|
|
3550
3528
|
}
|
|
3551
3529
|
/** @internal */
|
|
3552
|
-
export const
|
|
3530
|
+
export const OneHundredAndTen$inboundSchema = z.object({
|
|
3553
3531
|
oldName: z.string(),
|
|
3554
3532
|
newName: z.string(),
|
|
3555
3533
|
uid: z.string().optional(),
|
|
3556
3534
|
});
|
|
3557
3535
|
/** @internal */
|
|
3558
|
-
export const
|
|
3536
|
+
export const OneHundredAndTen$outboundSchema = z.object({
|
|
3559
3537
|
oldName: z.string(),
|
|
3560
3538
|
newName: z.string(),
|
|
3561
3539
|
uid: z.string().optional(),
|
|
3562
3540
|
});
|
|
3563
|
-
export function
|
|
3564
|
-
return JSON.stringify(
|
|
3541
|
+
export function oneHundredAndTenToJSON(oneHundredAndTen) {
|
|
3542
|
+
return JSON.stringify(OneHundredAndTen$outboundSchema.parse(oneHundredAndTen));
|
|
3565
3543
|
}
|
|
3566
|
-
export function
|
|
3567
|
-
return safeParse(jsonString, (x) =>
|
|
3544
|
+
export function oneHundredAndTenFromJSON(jsonString) {
|
|
3545
|
+
return safeParse(jsonString, (x) => OneHundredAndTen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTen' from JSON`);
|
|
3568
3546
|
}
|
|
3569
3547
|
/** @internal */
|
|
3570
3548
|
export const Name2$inboundSchema = z
|
|
@@ -3593,36 +3571,36 @@ export function nameFromJSON(jsonString) {
|
|
|
3593
3571
|
return safeParse(jsonString, (x) => Name$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Name' from JSON`);
|
|
3594
3572
|
}
|
|
3595
3573
|
/** @internal */
|
|
3596
|
-
export const
|
|
3574
|
+
export const OneHundredAndNine$inboundSchema = z.object({
|
|
3597
3575
|
uid: z.string(),
|
|
3598
3576
|
name: z.union([z.lazy(() => Name2$inboundSchema), z.string()]),
|
|
3599
3577
|
});
|
|
3600
3578
|
/** @internal */
|
|
3601
|
-
export const
|
|
3579
|
+
export const OneHundredAndNine$outboundSchema = z.object({
|
|
3602
3580
|
uid: z.string(),
|
|
3603
3581
|
name: z.union([z.lazy(() => Name2$outboundSchema), z.string()]),
|
|
3604
3582
|
});
|
|
3605
|
-
export function
|
|
3606
|
-
return JSON.stringify(
|
|
3583
|
+
export function oneHundredAndNineToJSON(oneHundredAndNine) {
|
|
3584
|
+
return JSON.stringify(OneHundredAndNine$outboundSchema.parse(oneHundredAndNine));
|
|
3607
3585
|
}
|
|
3608
|
-
export function
|
|
3609
|
-
return safeParse(jsonString, (x) =>
|
|
3586
|
+
export function oneHundredAndNineFromJSON(jsonString) {
|
|
3587
|
+
return safeParse(jsonString, (x) => OneHundredAndNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndNine' from JSON`);
|
|
3610
3588
|
}
|
|
3611
3589
|
/** @internal */
|
|
3612
|
-
export const
|
|
3590
|
+
export const UserEventPayload108Team$inboundSchema = z.object({
|
|
3613
3591
|
id: z.string(),
|
|
3614
3592
|
name: z.string().optional(),
|
|
3615
3593
|
});
|
|
3616
3594
|
/** @internal */
|
|
3617
|
-
export const
|
|
3595
|
+
export const UserEventPayload108Team$outboundSchema = z.object({
|
|
3618
3596
|
id: z.string(),
|
|
3619
3597
|
name: z.string().optional(),
|
|
3620
3598
|
});
|
|
3621
|
-
export function
|
|
3622
|
-
return JSON.stringify(
|
|
3599
|
+
export function userEventPayload108TeamToJSON(userEventPayload108Team) {
|
|
3600
|
+
return JSON.stringify(UserEventPayload108Team$outboundSchema.parse(userEventPayload108Team));
|
|
3623
3601
|
}
|
|
3624
|
-
export function
|
|
3625
|
-
return safeParse(jsonString, (x) =>
|
|
3602
|
+
export function userEventPayload108TeamFromJSON(jsonString) {
|
|
3603
|
+
return safeParse(jsonString, (x) => UserEventPayload108Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload108Team' from JSON`);
|
|
3626
3604
|
}
|
|
3627
3605
|
/** @internal */
|
|
3628
3606
|
export const PayloadPreviousRule$inboundSchema = z.object({
|
|
@@ -3639,36 +3617,36 @@ export function payloadPreviousRuleFromJSON(jsonString) {
|
|
|
3639
3617
|
return safeParse(jsonString, (x) => PayloadPreviousRule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadPreviousRule' from JSON`);
|
|
3640
3618
|
}
|
|
3641
3619
|
/** @internal */
|
|
3642
|
-
export const
|
|
3643
|
-
team: z.lazy(() =>
|
|
3620
|
+
export const OneHundredAndEight$inboundSchema = z.object({
|
|
3621
|
+
team: z.lazy(() => UserEventPayload108Team$inboundSchema),
|
|
3644
3622
|
previousRule: z.lazy(() => PayloadPreviousRule$inboundSchema),
|
|
3645
3623
|
});
|
|
3646
3624
|
/** @internal */
|
|
3647
|
-
export const
|
|
3648
|
-
team: z.lazy(() =>
|
|
3625
|
+
export const OneHundredAndEight$outboundSchema = z.object({
|
|
3626
|
+
team: z.lazy(() => UserEventPayload108Team$outboundSchema),
|
|
3649
3627
|
previousRule: z.lazy(() => PayloadPreviousRule$outboundSchema),
|
|
3650
3628
|
});
|
|
3651
|
-
export function
|
|
3652
|
-
return JSON.stringify(
|
|
3629
|
+
export function oneHundredAndEightToJSON(oneHundredAndEight) {
|
|
3630
|
+
return JSON.stringify(OneHundredAndEight$outboundSchema.parse(oneHundredAndEight));
|
|
3653
3631
|
}
|
|
3654
|
-
export function
|
|
3655
|
-
return safeParse(jsonString, (x) =>
|
|
3632
|
+
export function oneHundredAndEightFromJSON(jsonString) {
|
|
3633
|
+
return safeParse(jsonString, (x) => OneHundredAndEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEight' from JSON`);
|
|
3656
3634
|
}
|
|
3657
3635
|
/** @internal */
|
|
3658
|
-
export const
|
|
3636
|
+
export const UserEventPayload107Team$inboundSchema = z.object({
|
|
3659
3637
|
id: z.string(),
|
|
3660
3638
|
name: z.string().optional(),
|
|
3661
3639
|
});
|
|
3662
3640
|
/** @internal */
|
|
3663
|
-
export const
|
|
3641
|
+
export const UserEventPayload107Team$outboundSchema = z.object({
|
|
3664
3642
|
id: z.string(),
|
|
3665
3643
|
name: z.string().optional(),
|
|
3666
3644
|
});
|
|
3667
|
-
export function
|
|
3668
|
-
return JSON.stringify(
|
|
3645
|
+
export function userEventPayload107TeamToJSON(userEventPayload107Team) {
|
|
3646
|
+
return JSON.stringify(UserEventPayload107Team$outboundSchema.parse(userEventPayload107Team));
|
|
3669
3647
|
}
|
|
3670
|
-
export function
|
|
3671
|
-
return safeParse(jsonString, (x) =>
|
|
3648
|
+
export function userEventPayload107TeamFromJSON(jsonString) {
|
|
3649
|
+
return safeParse(jsonString, (x) => UserEventPayload107Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload107Team' from JSON`);
|
|
3672
3650
|
}
|
|
3673
3651
|
/** @internal */
|
|
3674
3652
|
export const PreviousRule$inboundSchema = z.object({
|
|
@@ -3699,31 +3677,17 @@ export function nextRuleFromJSON(jsonString) {
|
|
|
3699
3677
|
return safeParse(jsonString, (x) => NextRule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NextRule' from JSON`);
|
|
3700
3678
|
}
|
|
3701
3679
|
/** @internal */
|
|
3702
|
-
export const
|
|
3703
|
-
team: z.lazy(() =>
|
|
3680
|
+
export const OneHundredAndSeven$inboundSchema = z.object({
|
|
3681
|
+
team: z.lazy(() => UserEventPayload107Team$inboundSchema),
|
|
3704
3682
|
previousRule: z.lazy(() => PreviousRule$inboundSchema).optional(),
|
|
3705
3683
|
nextRule: z.lazy(() => NextRule$inboundSchema).optional(),
|
|
3706
3684
|
});
|
|
3707
3685
|
/** @internal */
|
|
3708
|
-
export const
|
|
3709
|
-
team: z.lazy(() =>
|
|
3686
|
+
export const OneHundredAndSeven$outboundSchema = z.object({
|
|
3687
|
+
team: z.lazy(() => UserEventPayload107Team$outboundSchema),
|
|
3710
3688
|
previousRule: z.lazy(() => PreviousRule$outboundSchema).optional(),
|
|
3711
3689
|
nextRule: z.lazy(() => NextRule$outboundSchema).optional(),
|
|
3712
3690
|
});
|
|
3713
|
-
export function oneHundredAndEightToJSON(oneHundredAndEight) {
|
|
3714
|
-
return JSON.stringify(OneHundredAndEight$outboundSchema.parse(oneHundredAndEight));
|
|
3715
|
-
}
|
|
3716
|
-
export function oneHundredAndEightFromJSON(jsonString) {
|
|
3717
|
-
return safeParse(jsonString, (x) => OneHundredAndEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEight' from JSON`);
|
|
3718
|
-
}
|
|
3719
|
-
/** @internal */
|
|
3720
|
-
export const OneHundredAndSeven$inboundSchema = z.object({
|
|
3721
|
-
email: z.string(),
|
|
3722
|
-
});
|
|
3723
|
-
/** @internal */
|
|
3724
|
-
export const OneHundredAndSeven$outboundSchema = z.object({
|
|
3725
|
-
email: z.string(),
|
|
3726
|
-
});
|
|
3727
3691
|
export function oneHundredAndSevenToJSON(oneHundredAndSeven) {
|
|
3728
3692
|
return JSON.stringify(OneHundredAndSeven$outboundSchema.parse(oneHundredAndSeven));
|
|
3729
3693
|
}
|
|
@@ -3733,12 +3697,10 @@ export function oneHundredAndSevenFromJSON(jsonString) {
|
|
|
3733
3697
|
/** @internal */
|
|
3734
3698
|
export const OneHundredAndSix$inboundSchema = z.object({
|
|
3735
3699
|
email: z.string(),
|
|
3736
|
-
verified: z.boolean(),
|
|
3737
3700
|
});
|
|
3738
3701
|
/** @internal */
|
|
3739
3702
|
export const OneHundredAndSix$outboundSchema = z.object({
|
|
3740
3703
|
email: z.string(),
|
|
3741
|
-
verified: z.boolean(),
|
|
3742
3704
|
});
|
|
3743
3705
|
export function oneHundredAndSixToJSON(oneHundredAndSix) {
|
|
3744
3706
|
return JSON.stringify(OneHundredAndSix$outboundSchema.parse(oneHundredAndSix));
|
|
@@ -3748,13 +3710,13 @@ export function oneHundredAndSixFromJSON(jsonString) {
|
|
|
3748
3710
|
}
|
|
3749
3711
|
/** @internal */
|
|
3750
3712
|
export const OneHundredAndFive$inboundSchema = z.object({
|
|
3751
|
-
|
|
3752
|
-
|
|
3713
|
+
email: z.string(),
|
|
3714
|
+
verified: z.boolean(),
|
|
3753
3715
|
});
|
|
3754
3716
|
/** @internal */
|
|
3755
3717
|
export const OneHundredAndFive$outboundSchema = z.object({
|
|
3756
|
-
|
|
3757
|
-
|
|
3718
|
+
email: z.string(),
|
|
3719
|
+
verified: z.boolean(),
|
|
3758
3720
|
});
|
|
3759
3721
|
export function oneHundredAndFiveToJSON(oneHundredAndFive) {
|
|
3760
3722
|
return JSON.stringify(OneHundredAndFive$outboundSchema.parse(oneHundredAndFive));
|
|
@@ -3764,15 +3726,13 @@ export function oneHundredAndFiveFromJSON(jsonString) {
|
|
|
3764
3726
|
}
|
|
3765
3727
|
/** @internal */
|
|
3766
3728
|
export const OneHundredAndFour$inboundSchema = z.object({
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
gitScope: z.string(),
|
|
3729
|
+
instances: z.number(),
|
|
3730
|
+
url: z.string(),
|
|
3770
3731
|
});
|
|
3771
3732
|
/** @internal */
|
|
3772
3733
|
export const OneHundredAndFour$outboundSchema = z.object({
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
gitScope: z.string(),
|
|
3734
|
+
instances: z.number(),
|
|
3735
|
+
url: z.string(),
|
|
3776
3736
|
});
|
|
3777
3737
|
export function oneHundredAndFourToJSON(oneHundredAndFour) {
|
|
3778
3738
|
return JSON.stringify(OneHundredAndFour$outboundSchema.parse(oneHundredAndFour));
|
|
@@ -3782,17 +3742,15 @@ export function oneHundredAndFourFromJSON(jsonString) {
|
|
|
3782
3742
|
}
|
|
3783
3743
|
/** @internal */
|
|
3784
3744
|
export const OneHundredAndThree$inboundSchema = z.object({
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
newTargetPercentage: z.number().optional(),
|
|
3745
|
+
gitProvider: z.string(),
|
|
3746
|
+
gitProviderGroupDescriptor: z.string(),
|
|
3747
|
+
gitScope: z.string(),
|
|
3789
3748
|
});
|
|
3790
3749
|
/** @internal */
|
|
3791
3750
|
export const OneHundredAndThree$outboundSchema = z.object({
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
newTargetPercentage: z.number().optional(),
|
|
3751
|
+
gitProvider: z.string(),
|
|
3752
|
+
gitProviderGroupDescriptor: z.string(),
|
|
3753
|
+
gitScope: z.string(),
|
|
3796
3754
|
});
|
|
3797
3755
|
export function oneHundredAndThreeToJSON(oneHundredAndThree) {
|
|
3798
3756
|
return JSON.stringify(OneHundredAndThree$outboundSchema.parse(oneHundredAndThree));
|
|
@@ -3805,12 +3763,14 @@ export const OneHundredAndTwo$inboundSchema = z.object({
|
|
|
3805
3763
|
projectId: z.string(),
|
|
3806
3764
|
projectName: z.string(),
|
|
3807
3765
|
targetDeploymentId: z.string().optional(),
|
|
3766
|
+
newTargetPercentage: z.number().optional(),
|
|
3808
3767
|
});
|
|
3809
3768
|
/** @internal */
|
|
3810
3769
|
export const OneHundredAndTwo$outboundSchema = z.object({
|
|
3811
3770
|
projectId: z.string(),
|
|
3812
3771
|
projectName: z.string(),
|
|
3813
3772
|
targetDeploymentId: z.string().optional(),
|
|
3773
|
+
newTargetPercentage: z.number().optional(),
|
|
3814
3774
|
});
|
|
3815
3775
|
export function oneHundredAndTwoToJSON(oneHundredAndTwo) {
|
|
3816
3776
|
return JSON.stringify(OneHundredAndTwo$outboundSchema.parse(oneHundredAndTwo));
|
|
@@ -3822,15 +3782,13 @@ export function oneHundredAndTwoFromJSON(jsonString) {
|
|
|
3822
3782
|
export const OneHundredAndOne$inboundSchema = z.object({
|
|
3823
3783
|
projectId: z.string(),
|
|
3824
3784
|
projectName: z.string(),
|
|
3825
|
-
|
|
3826
|
-
oldElasticConcurrencyEnabled: z.boolean(),
|
|
3785
|
+
targetDeploymentId: z.string().optional(),
|
|
3827
3786
|
});
|
|
3828
3787
|
/** @internal */
|
|
3829
3788
|
export const OneHundredAndOne$outboundSchema = z.object({
|
|
3830
3789
|
projectId: z.string(),
|
|
3831
3790
|
projectName: z.string(),
|
|
3832
|
-
|
|
3833
|
-
oldElasticConcurrencyEnabled: z.boolean(),
|
|
3791
|
+
targetDeploymentId: z.string().optional(),
|
|
3834
3792
|
});
|
|
3835
3793
|
export function oneHundredAndOneToJSON(oneHundredAndOne) {
|
|
3836
3794
|
return JSON.stringify(OneHundredAndOne$outboundSchema.parse(oneHundredAndOne));
|
|
@@ -3842,15 +3800,15 @@ export function oneHundredAndOneFromJSON(jsonString) {
|
|
|
3842
3800
|
export const OneHundred$inboundSchema = z.object({
|
|
3843
3801
|
projectId: z.string(),
|
|
3844
3802
|
projectName: z.string(),
|
|
3845
|
-
|
|
3846
|
-
|
|
3803
|
+
elasticConcurrencyEnabled: z.boolean(),
|
|
3804
|
+
oldElasticConcurrencyEnabled: z.boolean(),
|
|
3847
3805
|
});
|
|
3848
3806
|
/** @internal */
|
|
3849
3807
|
export const OneHundred$outboundSchema = z.object({
|
|
3850
3808
|
projectId: z.string(),
|
|
3851
3809
|
projectName: z.string(),
|
|
3852
|
-
|
|
3853
|
-
|
|
3810
|
+
elasticConcurrencyEnabled: z.boolean(),
|
|
3811
|
+
oldElasticConcurrencyEnabled: z.boolean(),
|
|
3854
3812
|
});
|
|
3855
3813
|
export function oneHundredToJSON(oneHundred) {
|
|
3856
3814
|
return JSON.stringify(OneHundred$outboundSchema.parse(oneHundred));
|
|
@@ -3859,6 +3817,26 @@ export function oneHundredFromJSON(jsonString) {
|
|
|
3859
3817
|
return safeParse(jsonString, (x) => OneHundred$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundred' from JSON`);
|
|
3860
3818
|
}
|
|
3861
3819
|
/** @internal */
|
|
3820
|
+
export const NinetyNine$inboundSchema = z.object({
|
|
3821
|
+
projectId: z.string(),
|
|
3822
|
+
projectName: z.string(),
|
|
3823
|
+
buildMachineType: z.string().optional(),
|
|
3824
|
+
oldBuildMachineType: z.string().optional(),
|
|
3825
|
+
});
|
|
3826
|
+
/** @internal */
|
|
3827
|
+
export const NinetyNine$outboundSchema = z.object({
|
|
3828
|
+
projectId: z.string(),
|
|
3829
|
+
projectName: z.string(),
|
|
3830
|
+
buildMachineType: z.string().optional(),
|
|
3831
|
+
oldBuildMachineType: z.string().optional(),
|
|
3832
|
+
});
|
|
3833
|
+
export function ninetyNineToJSON(ninetyNine) {
|
|
3834
|
+
return JSON.stringify(NinetyNine$outboundSchema.parse(ninetyNine));
|
|
3835
|
+
}
|
|
3836
|
+
export function ninetyNineFromJSON(jsonString) {
|
|
3837
|
+
return safeParse(jsonString, (x) => NinetyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyNine' from JSON`);
|
|
3838
|
+
}
|
|
3839
|
+
/** @internal */
|
|
3862
3840
|
export const StaticIps$inboundSchema = z.object({
|
|
3863
3841
|
builds: z.boolean().optional(),
|
|
3864
3842
|
enabled: z.boolean(),
|
|
@@ -3877,29 +3855,29 @@ export function staticIpsFromJSON(jsonString) {
|
|
|
3877
3855
|
return safeParse(jsonString, (x) => StaticIps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'StaticIps' from JSON`);
|
|
3878
3856
|
}
|
|
3879
3857
|
/** @internal */
|
|
3880
|
-
export const
|
|
3858
|
+
export const UserEventPayload98Project$inboundSchema = z.object({
|
|
3881
3859
|
id: z.string(),
|
|
3882
3860
|
staticIps: z.lazy(() => StaticIps$inboundSchema),
|
|
3883
3861
|
});
|
|
3884
3862
|
/** @internal */
|
|
3885
|
-
export const
|
|
3863
|
+
export const UserEventPayload98Project$outboundSchema = z.object({
|
|
3886
3864
|
id: z.string(),
|
|
3887
3865
|
staticIps: z.lazy(() => StaticIps$outboundSchema),
|
|
3888
3866
|
});
|
|
3889
|
-
export function
|
|
3890
|
-
return JSON.stringify(
|
|
3867
|
+
export function userEventPayload98ProjectToJSON(userEventPayload98Project) {
|
|
3868
|
+
return JSON.stringify(UserEventPayload98Project$outboundSchema.parse(userEventPayload98Project));
|
|
3891
3869
|
}
|
|
3892
|
-
export function
|
|
3893
|
-
return safeParse(jsonString, (x) =>
|
|
3870
|
+
export function userEventPayload98ProjectFromJSON(jsonString) {
|
|
3871
|
+
return safeParse(jsonString, (x) => UserEventPayload98Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload98Project' from JSON`);
|
|
3894
3872
|
}
|
|
3895
3873
|
/** @internal */
|
|
3896
3874
|
export const Next$inboundSchema = z
|
|
3897
3875
|
.object({
|
|
3898
|
-
project: z.lazy(() =>
|
|
3876
|
+
project: z.lazy(() => UserEventPayload98Project$inboundSchema),
|
|
3899
3877
|
});
|
|
3900
3878
|
/** @internal */
|
|
3901
3879
|
export const Next$outboundSchema = z.object({
|
|
3902
|
-
project: z.lazy(() =>
|
|
3880
|
+
project: z.lazy(() => UserEventPayload98Project$outboundSchema),
|
|
3903
3881
|
});
|
|
3904
3882
|
export function nextToJSON(next) {
|
|
3905
3883
|
return JSON.stringify(Next$outboundSchema.parse(next));
|
|
@@ -3926,28 +3904,28 @@ export function payloadStaticIpsFromJSON(jsonString) {
|
|
|
3926
3904
|
return safeParse(jsonString, (x) => PayloadStaticIps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadStaticIps' from JSON`);
|
|
3927
3905
|
}
|
|
3928
3906
|
/** @internal */
|
|
3929
|
-
export const
|
|
3907
|
+
export const UserEventPayload98PreviousProject$inboundSchema = z.object({
|
|
3930
3908
|
id: z.string(),
|
|
3931
3909
|
staticIps: z.lazy(() => PayloadStaticIps$inboundSchema),
|
|
3932
3910
|
});
|
|
3933
3911
|
/** @internal */
|
|
3934
|
-
export const
|
|
3912
|
+
export const UserEventPayload98PreviousProject$outboundSchema = z.object({
|
|
3935
3913
|
id: z.string(),
|
|
3936
3914
|
staticIps: z.lazy(() => PayloadStaticIps$outboundSchema),
|
|
3937
3915
|
});
|
|
3938
|
-
export function
|
|
3939
|
-
return JSON.stringify(
|
|
3916
|
+
export function userEventPayload98PreviousProjectToJSON(userEventPayload98PreviousProject) {
|
|
3917
|
+
return JSON.stringify(UserEventPayload98PreviousProject$outboundSchema.parse(userEventPayload98PreviousProject));
|
|
3940
3918
|
}
|
|
3941
|
-
export function
|
|
3942
|
-
return safeParse(jsonString, (x) =>
|
|
3919
|
+
export function userEventPayload98PreviousProjectFromJSON(jsonString) {
|
|
3920
|
+
return safeParse(jsonString, (x) => UserEventPayload98PreviousProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload98PreviousProject' from JSON`);
|
|
3943
3921
|
}
|
|
3944
3922
|
/** @internal */
|
|
3945
3923
|
export const Previous$inboundSchema = z.object({
|
|
3946
|
-
project: z.lazy(() =>
|
|
3924
|
+
project: z.lazy(() => UserEventPayload98PreviousProject$inboundSchema),
|
|
3947
3925
|
});
|
|
3948
3926
|
/** @internal */
|
|
3949
3927
|
export const Previous$outboundSchema = z.object({
|
|
3950
|
-
project: z.lazy(() =>
|
|
3928
|
+
project: z.lazy(() => UserEventPayload98PreviousProject$outboundSchema),
|
|
3951
3929
|
});
|
|
3952
3930
|
export function previousToJSON(previous) {
|
|
3953
3931
|
return JSON.stringify(Previous$outboundSchema.parse(previous));
|
|
@@ -3956,56 +3934,56 @@ export function previousFromJSON(jsonString) {
|
|
|
3956
3934
|
return safeParse(jsonString, (x) => Previous$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Previous' from JSON`);
|
|
3957
3935
|
}
|
|
3958
3936
|
/** @internal */
|
|
3959
|
-
export const
|
|
3937
|
+
export const NinetyEight$inboundSchema = z.object({
|
|
3960
3938
|
next: z.lazy(() => Next$inboundSchema),
|
|
3961
3939
|
previous: z.lazy(() => Previous$inboundSchema),
|
|
3962
3940
|
});
|
|
3963
3941
|
/** @internal */
|
|
3964
|
-
export const
|
|
3942
|
+
export const NinetyEight$outboundSchema = z.object({
|
|
3965
3943
|
next: z.lazy(() => Next$outboundSchema),
|
|
3966
3944
|
previous: z.lazy(() => Previous$outboundSchema),
|
|
3967
3945
|
});
|
|
3968
|
-
export function
|
|
3969
|
-
return JSON.stringify(
|
|
3946
|
+
export function ninetyEightToJSON(ninetyEight) {
|
|
3947
|
+
return JSON.stringify(NinetyEight$outboundSchema.parse(ninetyEight));
|
|
3970
3948
|
}
|
|
3971
|
-
export function
|
|
3972
|
-
return safeParse(jsonString, (x) =>
|
|
3949
|
+
export function ninetyEightFromJSON(jsonString) {
|
|
3950
|
+
return safeParse(jsonString, (x) => NinetyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyEight' from JSON`);
|
|
3973
3951
|
}
|
|
3974
3952
|
/** @internal */
|
|
3975
|
-
export const
|
|
3953
|
+
export const NinetySeven$inboundSchema = z.object({
|
|
3976
3954
|
source: z.string(),
|
|
3977
3955
|
projectId: z.string(),
|
|
3978
3956
|
});
|
|
3979
3957
|
/** @internal */
|
|
3980
|
-
export const
|
|
3958
|
+
export const NinetySeven$outboundSchema = z.object({
|
|
3981
3959
|
source: z.string(),
|
|
3982
3960
|
projectId: z.string(),
|
|
3983
3961
|
});
|
|
3984
|
-
export function
|
|
3985
|
-
return JSON.stringify(
|
|
3962
|
+
export function ninetySevenToJSON(ninetySeven) {
|
|
3963
|
+
return JSON.stringify(NinetySeven$outboundSchema.parse(ninetySeven));
|
|
3986
3964
|
}
|
|
3987
|
-
export function
|
|
3988
|
-
return safeParse(jsonString, (x) =>
|
|
3965
|
+
export function ninetySevenFromJSON(jsonString) {
|
|
3966
|
+
return safeParse(jsonString, (x) => NinetySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetySeven' from JSON`);
|
|
3989
3967
|
}
|
|
3990
3968
|
/** @internal */
|
|
3991
3969
|
export const PayloadReasonCode$inboundSchema = z.nativeEnum(PayloadReasonCode);
|
|
3992
3970
|
/** @internal */
|
|
3993
3971
|
export const PayloadReasonCode$outboundSchema = PayloadReasonCode$inboundSchema;
|
|
3994
3972
|
/** @internal */
|
|
3995
|
-
export const
|
|
3973
|
+
export const NinetySix$inboundSchema = z.object({
|
|
3996
3974
|
projectId: z.string(),
|
|
3997
3975
|
reasonCode: PayloadReasonCode$inboundSchema.optional(),
|
|
3998
3976
|
});
|
|
3999
3977
|
/** @internal */
|
|
4000
|
-
export const
|
|
3978
|
+
export const NinetySix$outboundSchema = z.object({
|
|
4001
3979
|
projectId: z.string(),
|
|
4002
3980
|
reasonCode: PayloadReasonCode$outboundSchema.optional(),
|
|
4003
3981
|
});
|
|
4004
|
-
export function
|
|
4005
|
-
return JSON.stringify(
|
|
3982
|
+
export function ninetySixToJSON(ninetySix) {
|
|
3983
|
+
return JSON.stringify(NinetySix$outboundSchema.parse(ninetySix));
|
|
4006
3984
|
}
|
|
4007
|
-
export function
|
|
4008
|
-
return safeParse(jsonString, (x) =>
|
|
3985
|
+
export function ninetySixFromJSON(jsonString) {
|
|
3986
|
+
return safeParse(jsonString, (x) => NinetySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetySix' from JSON`);
|
|
4009
3987
|
}
|
|
4010
3988
|
/** @internal */
|
|
4011
3989
|
export const ReasonCode$inboundSchema = z
|
|
@@ -4013,36 +3991,36 @@ export const ReasonCode$inboundSchema = z
|
|
|
4013
3991
|
/** @internal */
|
|
4014
3992
|
export const ReasonCode$outboundSchema = ReasonCode$inboundSchema;
|
|
4015
3993
|
/** @internal */
|
|
4016
|
-
export const
|
|
3994
|
+
export const NinetyFive$inboundSchema = z.object({
|
|
4017
3995
|
projectId: z.string(),
|
|
4018
3996
|
reasonCode: ReasonCode$inboundSchema.optional(),
|
|
4019
3997
|
});
|
|
4020
3998
|
/** @internal */
|
|
4021
|
-
export const
|
|
3999
|
+
export const NinetyFive$outboundSchema = z.object({
|
|
4022
4000
|
projectId: z.string(),
|
|
4023
4001
|
reasonCode: ReasonCode$outboundSchema.optional(),
|
|
4024
4002
|
});
|
|
4025
|
-
export function
|
|
4026
|
-
return JSON.stringify(
|
|
4003
|
+
export function ninetyFiveToJSON(ninetyFive) {
|
|
4004
|
+
return JSON.stringify(NinetyFive$outboundSchema.parse(ninetyFive));
|
|
4027
4005
|
}
|
|
4028
|
-
export function
|
|
4029
|
-
return safeParse(jsonString, (x) =>
|
|
4006
|
+
export function ninetyFiveFromJSON(jsonString) {
|
|
4007
|
+
return safeParse(jsonString, (x) => NinetyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyFive' from JSON`);
|
|
4030
4008
|
}
|
|
4031
4009
|
/** @internal */
|
|
4032
|
-
export const
|
|
4010
|
+
export const UserEventPayload94Team$inboundSchema = z.object({
|
|
4033
4011
|
id: z.string(),
|
|
4034
4012
|
name: z.string(),
|
|
4035
4013
|
});
|
|
4036
4014
|
/** @internal */
|
|
4037
|
-
export const
|
|
4015
|
+
export const UserEventPayload94Team$outboundSchema = z.object({
|
|
4038
4016
|
id: z.string(),
|
|
4039
4017
|
name: z.string(),
|
|
4040
4018
|
});
|
|
4041
|
-
export function
|
|
4042
|
-
return JSON.stringify(
|
|
4019
|
+
export function userEventPayload94TeamToJSON(userEventPayload94Team) {
|
|
4020
|
+
return JSON.stringify(UserEventPayload94Team$outboundSchema.parse(userEventPayload94Team));
|
|
4043
4021
|
}
|
|
4044
|
-
export function
|
|
4045
|
-
return safeParse(jsonString, (x) =>
|
|
4022
|
+
export function userEventPayload94TeamFromJSON(jsonString) {
|
|
4023
|
+
return safeParse(jsonString, (x) => UserEventPayload94Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload94Team' from JSON`);
|
|
4046
4024
|
}
|
|
4047
4025
|
/** @internal */
|
|
4048
4026
|
export const EnvId2$inboundSchema = z
|
|
@@ -4165,78 +4143,80 @@ export function newConnectConfigurationsFromJSON(jsonString) {
|
|
|
4165
4143
|
return safeParse(jsonString, (x) => NewConnectConfigurations$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NewConnectConfigurations' from JSON`);
|
|
4166
4144
|
}
|
|
4167
4145
|
/** @internal */
|
|
4168
|
-
export const
|
|
4146
|
+
export const UserEventPayload94Project$inboundSchema = z.object({
|
|
4169
4147
|
id: z.string(),
|
|
4170
4148
|
name: z.string().optional(),
|
|
4171
4149
|
oldConnectConfigurations: z.nullable(z.array(z.lazy(() => OldConnectConfigurations$inboundSchema))),
|
|
4172
4150
|
newConnectConfigurations: z.nullable(z.array(z.lazy(() => NewConnectConfigurations$inboundSchema))),
|
|
4173
4151
|
});
|
|
4174
4152
|
/** @internal */
|
|
4175
|
-
export const
|
|
4153
|
+
export const UserEventPayload94Project$outboundSchema = z.object({
|
|
4176
4154
|
id: z.string(),
|
|
4177
4155
|
name: z.string().optional(),
|
|
4178
4156
|
oldConnectConfigurations: z.nullable(z.array(z.lazy(() => OldConnectConfigurations$outboundSchema))),
|
|
4179
4157
|
newConnectConfigurations: z.nullable(z.array(z.lazy(() => NewConnectConfigurations$outboundSchema))),
|
|
4180
4158
|
});
|
|
4181
|
-
export function
|
|
4182
|
-
return JSON.stringify(
|
|
4159
|
+
export function userEventPayload94ProjectToJSON(userEventPayload94Project) {
|
|
4160
|
+
return JSON.stringify(UserEventPayload94Project$outboundSchema.parse(userEventPayload94Project));
|
|
4183
4161
|
}
|
|
4184
|
-
export function
|
|
4185
|
-
return safeParse(jsonString, (x) =>
|
|
4162
|
+
export function userEventPayload94ProjectFromJSON(jsonString) {
|
|
4163
|
+
return safeParse(jsonString, (x) => UserEventPayload94Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload94Project' from JSON`);
|
|
4186
4164
|
}
|
|
4187
4165
|
/** @internal */
|
|
4188
|
-
export const
|
|
4189
|
-
team: z.lazy(() =>
|
|
4190
|
-
project: z.lazy(() =>
|
|
4166
|
+
export const NinetyFour$inboundSchema = z.object({
|
|
4167
|
+
team: z.lazy(() => UserEventPayload94Team$inboundSchema),
|
|
4168
|
+
project: z.lazy(() => UserEventPayload94Project$inboundSchema),
|
|
4191
4169
|
});
|
|
4192
4170
|
/** @internal */
|
|
4193
|
-
export const
|
|
4194
|
-
team: z.lazy(() =>
|
|
4195
|
-
project: z.lazy(() =>
|
|
4171
|
+
export const NinetyFour$outboundSchema = z.object({
|
|
4172
|
+
team: z.lazy(() => UserEventPayload94Team$outboundSchema),
|
|
4173
|
+
project: z.lazy(() => UserEventPayload94Project$outboundSchema),
|
|
4196
4174
|
});
|
|
4197
|
-
export function
|
|
4198
|
-
return JSON.stringify(
|
|
4175
|
+
export function ninetyFourToJSON(ninetyFour) {
|
|
4176
|
+
return JSON.stringify(NinetyFour$outboundSchema.parse(ninetyFour));
|
|
4199
4177
|
}
|
|
4200
|
-
export function
|
|
4201
|
-
return safeParse(jsonString, (x) =>
|
|
4178
|
+
export function ninetyFourFromJSON(jsonString) {
|
|
4179
|
+
return safeParse(jsonString, (x) => NinetyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyFour' from JSON`);
|
|
4202
4180
|
}
|
|
4203
4181
|
/** @internal */
|
|
4204
|
-
export const
|
|
4182
|
+
export const NinetyThree$inboundSchema = z.object({
|
|
4205
4183
|
name: z.string(),
|
|
4206
4184
|
ownerId: z.string(),
|
|
4207
4185
|
});
|
|
4208
4186
|
/** @internal */
|
|
4209
|
-
export const
|
|
4187
|
+
export const NinetyThree$outboundSchema = z.object({
|
|
4210
4188
|
name: z.string(),
|
|
4211
4189
|
ownerId: z.string(),
|
|
4212
4190
|
});
|
|
4213
|
-
export function
|
|
4214
|
-
return JSON.stringify(
|
|
4191
|
+
export function ninetyThreeToJSON(ninetyThree) {
|
|
4192
|
+
return JSON.stringify(NinetyThree$outboundSchema.parse(ninetyThree));
|
|
4215
4193
|
}
|
|
4216
|
-
export function
|
|
4217
|
-
return safeParse(jsonString, (x) =>
|
|
4194
|
+
export function ninetyThreeFromJSON(jsonString) {
|
|
4195
|
+
return safeParse(jsonString, (x) => NinetyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyThree' from JSON`);
|
|
4218
4196
|
}
|
|
4219
4197
|
/** @internal */
|
|
4220
|
-
export const
|
|
4198
|
+
export const UserEventPayload92Action$inboundSchema = z.nativeEnum(UserEventPayload92Action);
|
|
4221
4199
|
/** @internal */
|
|
4222
|
-
export const
|
|
4200
|
+
export const UserEventPayload92Action$outboundSchema = UserEventPayload92Action$inboundSchema;
|
|
4223
4201
|
/** @internal */
|
|
4224
|
-
export const
|
|
4202
|
+
export const NinetyTwo$inboundSchema = z.object({
|
|
4225
4203
|
projectName: z.string(),
|
|
4226
|
-
action:
|
|
4227
|
-
|
|
4204
|
+
action: UserEventPayload92Action$inboundSchema,
|
|
4205
|
+
isEnvVar: z.boolean().optional(),
|
|
4206
|
+
note: z.string().optional(),
|
|
4228
4207
|
});
|
|
4229
4208
|
/** @internal */
|
|
4230
|
-
export const
|
|
4209
|
+
export const NinetyTwo$outboundSchema = z.object({
|
|
4231
4210
|
projectName: z.string(),
|
|
4232
|
-
action:
|
|
4233
|
-
|
|
4211
|
+
action: UserEventPayload92Action$outboundSchema,
|
|
4212
|
+
isEnvVar: z.boolean().optional(),
|
|
4213
|
+
note: z.string().optional(),
|
|
4234
4214
|
});
|
|
4235
|
-
export function
|
|
4236
|
-
return JSON.stringify(
|
|
4215
|
+
export function ninetyTwoToJSON(ninetyTwo) {
|
|
4216
|
+
return JSON.stringify(NinetyTwo$outboundSchema.parse(ninetyTwo));
|
|
4237
4217
|
}
|
|
4238
|
-
export function
|
|
4239
|
-
return safeParse(jsonString, (x) =>
|
|
4218
|
+
export function ninetyTwoFromJSON(jsonString) {
|
|
4219
|
+
return safeParse(jsonString, (x) => NinetyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyTwo' from JSON`);
|
|
4240
4220
|
}
|
|
4241
4221
|
/** @internal */
|
|
4242
4222
|
export const Paths$inboundSchema = z
|
|
@@ -4296,24 +4276,24 @@ export function oldOptionsAllowlistFromJSON(jsonString) {
|
|
|
4296
4276
|
return safeParse(jsonString, (x) => OldOptionsAllowlist$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OldOptionsAllowlist' from JSON`);
|
|
4297
4277
|
}
|
|
4298
4278
|
/** @internal */
|
|
4299
|
-
export const
|
|
4279
|
+
export const NinetyOne$inboundSchema = z.object({
|
|
4300
4280
|
projectName: z.string(),
|
|
4301
4281
|
optionsAllowlist: z.nullable(z.lazy(() => OptionsAllowlist$inboundSchema))
|
|
4302
4282
|
.optional(),
|
|
4303
4283
|
oldOptionsAllowlist: z.nullable(z.lazy(() => OldOptionsAllowlist$inboundSchema)).optional(),
|
|
4304
4284
|
});
|
|
4305
4285
|
/** @internal */
|
|
4306
|
-
export const
|
|
4286
|
+
export const NinetyOne$outboundSchema = z.object({
|
|
4307
4287
|
projectName: z.string(),
|
|
4308
4288
|
optionsAllowlist: z.nullable(z.lazy(() => OptionsAllowlist$outboundSchema))
|
|
4309
4289
|
.optional(),
|
|
4310
4290
|
oldOptionsAllowlist: z.nullable(z.lazy(() => OldOptionsAllowlist$outboundSchema)).optional(),
|
|
4311
4291
|
});
|
|
4312
|
-
export function
|
|
4313
|
-
return JSON.stringify(
|
|
4292
|
+
export function ninetyOneToJSON(ninetyOne) {
|
|
4293
|
+
return JSON.stringify(NinetyOne$outboundSchema.parse(ninetyOne));
|
|
4314
4294
|
}
|
|
4315
|
-
export function
|
|
4316
|
-
return safeParse(jsonString, (x) =>
|
|
4295
|
+
export function ninetyOneFromJSON(jsonString) {
|
|
4296
|
+
return safeParse(jsonString, (x) => NinetyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyOne' from JSON`);
|
|
4317
4297
|
}
|
|
4318
4298
|
/** @internal */
|
|
4319
4299
|
export const TrustedIps$inboundSchema = z
|
|
@@ -4325,7 +4305,8 @@ export const OldTrustedIps$inboundSchema = z.nativeEnum(OldTrustedIps);
|
|
|
4325
4305
|
/** @internal */
|
|
4326
4306
|
export const OldTrustedIps$outboundSchema = OldTrustedIps$inboundSchema;
|
|
4327
4307
|
/** @internal */
|
|
4328
|
-
export const
|
|
4308
|
+
export const Ninety$inboundSchema = z
|
|
4309
|
+
.object({
|
|
4329
4310
|
projectName: z.string(),
|
|
4330
4311
|
trustedIps: z.nullable(TrustedIps$inboundSchema).optional(),
|
|
4331
4312
|
oldTrustedIps: z.nullable(OldTrustedIps$inboundSchema).optional(),
|
|
@@ -4333,18 +4314,18 @@ export const NinetyOne$inboundSchema = z.object({
|
|
|
4333
4314
|
removedAddresses: z.nullable(z.array(z.string())).optional(),
|
|
4334
4315
|
});
|
|
4335
4316
|
/** @internal */
|
|
4336
|
-
export const
|
|
4317
|
+
export const Ninety$outboundSchema = z.object({
|
|
4337
4318
|
projectName: z.string(),
|
|
4338
4319
|
trustedIps: z.nullable(TrustedIps$outboundSchema).optional(),
|
|
4339
4320
|
oldTrustedIps: z.nullable(OldTrustedIps$outboundSchema).optional(),
|
|
4340
4321
|
addedAddresses: z.nullable(z.array(z.string())).optional(),
|
|
4341
4322
|
removedAddresses: z.nullable(z.array(z.string())).optional(),
|
|
4342
4323
|
});
|
|
4343
|
-
export function
|
|
4344
|
-
return JSON.stringify(
|
|
4324
|
+
export function ninetyToJSON(ninety) {
|
|
4325
|
+
return JSON.stringify(Ninety$outboundSchema.parse(ninety));
|
|
4345
4326
|
}
|
|
4346
|
-
export function
|
|
4347
|
-
return safeParse(jsonString, (x) =>
|
|
4327
|
+
export function ninetyFromJSON(jsonString) {
|
|
4328
|
+
return safeParse(jsonString, (x) => Ninety$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ninety' from JSON`);
|
|
4348
4329
|
}
|
|
4349
4330
|
/** @internal */
|
|
4350
4331
|
export const PasswordProtection2$inboundSchema = z.nativeEnum(PasswordProtection2);
|
|
@@ -4423,8 +4404,7 @@ export function oldPasswordProtectionFromJSON(jsonString) {
|
|
|
4423
4404
|
return safeParse(jsonString, (x) => OldPasswordProtection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OldPasswordProtection' from JSON`);
|
|
4424
4405
|
}
|
|
4425
4406
|
/** @internal */
|
|
4426
|
-
export const
|
|
4427
|
-
.object({
|
|
4407
|
+
export const EightyNine$inboundSchema = z.object({
|
|
4428
4408
|
projectName: z.string(),
|
|
4429
4409
|
passwordProtection: z.nullable(z.union([
|
|
4430
4410
|
z.lazy(() => PasswordProtection1$inboundSchema),
|
|
@@ -4436,7 +4416,7 @@ export const Ninety$inboundSchema = z
|
|
|
4436
4416
|
])),
|
|
4437
4417
|
});
|
|
4438
4418
|
/** @internal */
|
|
4439
|
-
export const
|
|
4419
|
+
export const EightyNine$outboundSchema = z.object({
|
|
4440
4420
|
projectName: z.string(),
|
|
4441
4421
|
passwordProtection: z.nullable(z.union([
|
|
4442
4422
|
z.lazy(() => PasswordProtection1$outboundSchema),
|
|
@@ -4447,11 +4427,11 @@ export const Ninety$outboundSchema = z.object({
|
|
|
4447
4427
|
OldPasswordProtection2$outboundSchema,
|
|
4448
4428
|
])),
|
|
4449
4429
|
});
|
|
4450
|
-
export function
|
|
4451
|
-
return JSON.stringify(
|
|
4430
|
+
export function eightyNineToJSON(eightyNine) {
|
|
4431
|
+
return JSON.stringify(EightyNine$outboundSchema.parse(eightyNine));
|
|
4452
4432
|
}
|
|
4453
|
-
export function
|
|
4454
|
-
return safeParse(jsonString, (x) =>
|
|
4433
|
+
export function eightyNineFromJSON(jsonString) {
|
|
4434
|
+
return safeParse(jsonString, (x) => EightyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyNine' from JSON`);
|
|
4455
4435
|
}
|
|
4456
4436
|
/** @internal */
|
|
4457
4437
|
export const SsoProtection2$inboundSchema = z.nativeEnum(SsoProtection2);
|
|
@@ -4543,7 +4523,7 @@ export function oldSsoProtectionFromJSON(jsonString) {
|
|
|
4543
4523
|
return safeParse(jsonString, (x) => OldSsoProtection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OldSsoProtection' from JSON`);
|
|
4544
4524
|
}
|
|
4545
4525
|
/** @internal */
|
|
4546
|
-
export const
|
|
4526
|
+
export const EightyEight$inboundSchema = z.object({
|
|
4547
4527
|
projectName: z.string(),
|
|
4548
4528
|
ssoProtection: z.nullable(z.union([
|
|
4549
4529
|
z.lazy(() => SsoProtection1$inboundSchema),
|
|
@@ -4555,7 +4535,7 @@ export const EightyNine$inboundSchema = z.object({
|
|
|
4555
4535
|
])),
|
|
4556
4536
|
});
|
|
4557
4537
|
/** @internal */
|
|
4558
|
-
export const
|
|
4538
|
+
export const EightyEight$outboundSchema = z.object({
|
|
4559
4539
|
projectName: z.string(),
|
|
4560
4540
|
ssoProtection: z.nullable(z.union([
|
|
4561
4541
|
z.lazy(() => SsoProtection1$outboundSchema),
|
|
@@ -4566,47 +4546,47 @@ export const EightyNine$outboundSchema = z.object({
|
|
|
4566
4546
|
OldSsoProtection2$outboundSchema,
|
|
4567
4547
|
])),
|
|
4568
4548
|
});
|
|
4569
|
-
export function
|
|
4570
|
-
return JSON.stringify(
|
|
4549
|
+
export function eightyEightToJSON(eightyEight) {
|
|
4550
|
+
return JSON.stringify(EightyEight$outboundSchema.parse(eightyEight));
|
|
4571
4551
|
}
|
|
4572
|
-
export function
|
|
4573
|
-
return safeParse(jsonString, (x) =>
|
|
4552
|
+
export function eightyEightFromJSON(jsonString) {
|
|
4553
|
+
return safeParse(jsonString, (x) => EightyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyEight' from JSON`);
|
|
4574
4554
|
}
|
|
4575
4555
|
/** @internal */
|
|
4576
|
-
export const
|
|
4556
|
+
export const EightySeven$inboundSchema = z.object({
|
|
4577
4557
|
projectName: z.string().optional(),
|
|
4578
4558
|
projectId: z.string(),
|
|
4579
4559
|
});
|
|
4580
4560
|
/** @internal */
|
|
4581
|
-
export const
|
|
4561
|
+
export const EightySeven$outboundSchema = z.object({
|
|
4582
4562
|
projectName: z.string().optional(),
|
|
4583
4563
|
projectId: z.string(),
|
|
4584
4564
|
});
|
|
4585
|
-
export function
|
|
4586
|
-
return JSON.stringify(
|
|
4565
|
+
export function eightySevenToJSON(eightySeven) {
|
|
4566
|
+
return JSON.stringify(EightySeven$outboundSchema.parse(eightySeven));
|
|
4587
4567
|
}
|
|
4588
|
-
export function
|
|
4589
|
-
return safeParse(jsonString, (x) =>
|
|
4568
|
+
export function eightySevenFromJSON(jsonString) {
|
|
4569
|
+
return safeParse(jsonString, (x) => EightySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightySeven' from JSON`);
|
|
4590
4570
|
}
|
|
4591
4571
|
/** @internal */
|
|
4592
|
-
export const
|
|
4572
|
+
export const EightySix$inboundSchema = z.object({
|
|
4593
4573
|
projectName: z.string().optional(),
|
|
4594
4574
|
projectId: z.string(),
|
|
4595
4575
|
projectAnalytics: z.record(z.any()).optional(),
|
|
4596
4576
|
prevProjectAnalytics: z.nullable(z.record(z.any())).optional(),
|
|
4597
4577
|
});
|
|
4598
4578
|
/** @internal */
|
|
4599
|
-
export const
|
|
4579
|
+
export const EightySix$outboundSchema = z.object({
|
|
4600
4580
|
projectName: z.string().optional(),
|
|
4601
4581
|
projectId: z.string(),
|
|
4602
4582
|
projectAnalytics: z.record(z.any()).optional(),
|
|
4603
4583
|
prevProjectAnalytics: z.nullable(z.record(z.any())).optional(),
|
|
4604
4584
|
});
|
|
4605
|
-
export function
|
|
4606
|
-
return JSON.stringify(
|
|
4585
|
+
export function eightySixToJSON(eightySix) {
|
|
4586
|
+
return JSON.stringify(EightySix$outboundSchema.parse(eightySix));
|
|
4607
4587
|
}
|
|
4608
|
-
export function
|
|
4609
|
-
return safeParse(jsonString, (x) =>
|
|
4588
|
+
export function eightySixFromJSON(jsonString) {
|
|
4589
|
+
return safeParse(jsonString, (x) => EightySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightySix' from JSON`);
|
|
4610
4590
|
}
|
|
4611
4591
|
/** @internal */
|
|
4612
4592
|
export const ProjectAnalytics$inboundSchema = z.object({
|
|
@@ -4661,40 +4641,40 @@ export function prevProjectAnalyticsFromJSON(jsonString) {
|
|
|
4661
4641
|
return safeParse(jsonString, (x) => PrevProjectAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PrevProjectAnalytics' from JSON`);
|
|
4662
4642
|
}
|
|
4663
4643
|
/** @internal */
|
|
4664
|
-
export const
|
|
4644
|
+
export const EightyFive$inboundSchema = z.object({
|
|
4665
4645
|
projectName: z.string().optional(),
|
|
4666
4646
|
projectId: z.string(),
|
|
4667
4647
|
projectAnalytics: z.nullable(z.lazy(() => ProjectAnalytics$inboundSchema)),
|
|
4668
4648
|
prevProjectAnalytics: z.nullable(z.lazy(() => PrevProjectAnalytics$inboundSchema)),
|
|
4669
4649
|
});
|
|
4670
4650
|
/** @internal */
|
|
4671
|
-
export const
|
|
4651
|
+
export const EightyFive$outboundSchema = z.object({
|
|
4672
4652
|
projectName: z.string().optional(),
|
|
4673
4653
|
projectId: z.string(),
|
|
4674
4654
|
projectAnalytics: z.nullable(z.lazy(() => ProjectAnalytics$outboundSchema)),
|
|
4675
4655
|
prevProjectAnalytics: z.nullable(z.lazy(() => PrevProjectAnalytics$outboundSchema)),
|
|
4676
4656
|
});
|
|
4677
|
-
export function
|
|
4678
|
-
return JSON.stringify(
|
|
4657
|
+
export function eightyFiveToJSON(eightyFive) {
|
|
4658
|
+
return JSON.stringify(EightyFive$outboundSchema.parse(eightyFive));
|
|
4679
4659
|
}
|
|
4680
|
-
export function
|
|
4681
|
-
return safeParse(jsonString, (x) =>
|
|
4660
|
+
export function eightyFiveFromJSON(jsonString) {
|
|
4661
|
+
return safeParse(jsonString, (x) => EightyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyFive' from JSON`);
|
|
4682
4662
|
}
|
|
4683
4663
|
/** @internal */
|
|
4684
|
-
export const
|
|
4664
|
+
export const EightyFour$inboundSchema = z.object({
|
|
4685
4665
|
projectName: z.string(),
|
|
4686
4666
|
branch: z.string(),
|
|
4687
4667
|
});
|
|
4688
4668
|
/** @internal */
|
|
4689
|
-
export const
|
|
4669
|
+
export const EightyFour$outboundSchema = z.object({
|
|
4690
4670
|
projectName: z.string(),
|
|
4691
4671
|
branch: z.string(),
|
|
4692
4672
|
});
|
|
4693
|
-
export function
|
|
4694
|
-
return JSON.stringify(
|
|
4673
|
+
export function eightyFourToJSON(eightyFour) {
|
|
4674
|
+
return JSON.stringify(EightyFour$outboundSchema.parse(eightyFour));
|
|
4695
4675
|
}
|
|
4696
|
-
export function
|
|
4697
|
-
return safeParse(jsonString, (x) =>
|
|
4676
|
+
export function eightyFourFromJSON(jsonString) {
|
|
4677
|
+
return safeParse(jsonString, (x) => EightyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyFour' from JSON`);
|
|
4698
4678
|
}
|
|
4699
4679
|
/** @internal */
|
|
4700
4680
|
export const UserEventPayloadRole$inboundSchema = z.nativeEnum(UserEventPayloadRole);
|
|
@@ -4769,7 +4749,7 @@ export function removedUsersFromJSON(jsonString) {
|
|
|
4769
4749
|
return safeParse(jsonString, (x) => RemovedUsers$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemovedUsers' from JSON`);
|
|
4770
4750
|
}
|
|
4771
4751
|
/** @internal */
|
|
4772
|
-
export const
|
|
4752
|
+
export const EightyThree$inboundSchema = z.object({
|
|
4773
4753
|
plan: z.string(),
|
|
4774
4754
|
removedUsers: z.record(z.lazy(() => RemovedUsers$inboundSchema)).optional(),
|
|
4775
4755
|
prevPlan: z.string().optional(),
|
|
@@ -4784,7 +4764,7 @@ export const EightyFour$inboundSchema = z.object({
|
|
|
4784
4764
|
removedMemberCount: z.number().optional(),
|
|
4785
4765
|
});
|
|
4786
4766
|
/** @internal */
|
|
4787
|
-
export const
|
|
4767
|
+
export const EightyThree$outboundSchema = z.object({
|
|
4788
4768
|
plan: z.string(),
|
|
4789
4769
|
removedUsers: z.record(z.lazy(() => RemovedUsers$outboundSchema)).optional(),
|
|
4790
4770
|
prevPlan: z.string().optional(),
|
|
@@ -4798,20 +4778,6 @@ export const EightyFour$outboundSchema = z.object({
|
|
|
4798
4778
|
timestamp: z.number().optional(),
|
|
4799
4779
|
removedMemberCount: z.number().optional(),
|
|
4800
4780
|
});
|
|
4801
|
-
export function eightyFourToJSON(eightyFour) {
|
|
4802
|
-
return JSON.stringify(EightyFour$outboundSchema.parse(eightyFour));
|
|
4803
|
-
}
|
|
4804
|
-
export function eightyFourFromJSON(jsonString) {
|
|
4805
|
-
return safeParse(jsonString, (x) => EightyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyFour' from JSON`);
|
|
4806
|
-
}
|
|
4807
|
-
/** @internal */
|
|
4808
|
-
export const EightyThree$inboundSchema = z.object({
|
|
4809
|
-
projectName: z.string(),
|
|
4810
|
-
});
|
|
4811
|
-
/** @internal */
|
|
4812
|
-
export const EightyThree$outboundSchema = z.object({
|
|
4813
|
-
projectName: z.string(),
|
|
4814
|
-
});
|
|
4815
4781
|
export function eightyThreeToJSON(eightyThree) {
|
|
4816
4782
|
return JSON.stringify(EightyThree$outboundSchema.parse(eightyThree));
|
|
4817
4783
|
}
|
|
@@ -4820,14 +4786,10 @@ export function eightyThreeFromJSON(jsonString) {
|
|
|
4820
4786
|
}
|
|
4821
4787
|
/** @internal */
|
|
4822
4788
|
export const EightyTwo$inboundSchema = z.object({
|
|
4823
|
-
projectId: z.string(),
|
|
4824
|
-
toDeploymentId: z.string(),
|
|
4825
4789
|
projectName: z.string(),
|
|
4826
4790
|
});
|
|
4827
4791
|
/** @internal */
|
|
4828
4792
|
export const EightyTwo$outboundSchema = z.object({
|
|
4829
|
-
projectId: z.string(),
|
|
4830
|
-
toDeploymentId: z.string(),
|
|
4831
4793
|
projectName: z.string(),
|
|
4832
4794
|
});
|
|
4833
4795
|
export function eightyTwoToJSON(eightyTwo) {
|
|
@@ -4838,13 +4800,15 @@ export function eightyTwoFromJSON(jsonString) {
|
|
|
4838
4800
|
}
|
|
4839
4801
|
/** @internal */
|
|
4840
4802
|
export const EightyOne$inboundSchema = z.object({
|
|
4841
|
-
|
|
4842
|
-
|
|
4803
|
+
projectId: z.string(),
|
|
4804
|
+
toDeploymentId: z.string(),
|
|
4805
|
+
projectName: z.string(),
|
|
4843
4806
|
});
|
|
4844
4807
|
/** @internal */
|
|
4845
4808
|
export const EightyOne$outboundSchema = z.object({
|
|
4846
|
-
|
|
4847
|
-
|
|
4809
|
+
projectId: z.string(),
|
|
4810
|
+
toDeploymentId: z.string(),
|
|
4811
|
+
projectName: z.string(),
|
|
4848
4812
|
});
|
|
4849
4813
|
export function eightyOneToJSON(eightyOne) {
|
|
4850
4814
|
return JSON.stringify(EightyOne$outboundSchema.parse(eightyOne));
|
|
@@ -4855,12 +4819,12 @@ export function eightyOneFromJSON(jsonString) {
|
|
|
4855
4819
|
/** @internal */
|
|
4856
4820
|
export const Eighty$inboundSchema = z
|
|
4857
4821
|
.object({
|
|
4858
|
-
|
|
4822
|
+
drainUrl: z.nullable(z.string()),
|
|
4859
4823
|
integrationName: z.string().optional(),
|
|
4860
4824
|
});
|
|
4861
4825
|
/** @internal */
|
|
4862
4826
|
export const Eighty$outboundSchema = z.object({
|
|
4863
|
-
|
|
4827
|
+
drainUrl: z.nullable(z.string()),
|
|
4864
4828
|
integrationName: z.string().optional(),
|
|
4865
4829
|
});
|
|
4866
4830
|
export function eightyToJSON(eighty) {
|
|
@@ -4871,12 +4835,12 @@ export function eightyFromJSON(jsonString) {
|
|
|
4871
4835
|
}
|
|
4872
4836
|
/** @internal */
|
|
4873
4837
|
export const SeventyNine$inboundSchema = z.object({
|
|
4874
|
-
logDrainUrl: z.
|
|
4838
|
+
logDrainUrl: z.string(),
|
|
4875
4839
|
integrationName: z.string().optional(),
|
|
4876
4840
|
});
|
|
4877
4841
|
/** @internal */
|
|
4878
4842
|
export const SeventyNine$outboundSchema = z.object({
|
|
4879
|
-
logDrainUrl: z.
|
|
4843
|
+
logDrainUrl: z.string(),
|
|
4880
4844
|
integrationName: z.string().optional(),
|
|
4881
4845
|
});
|
|
4882
4846
|
export function seventyNineToJSON(seventyNine) {
|
|
@@ -4886,210 +4850,14 @@ export function seventyNineFromJSON(jsonString) {
|
|
|
4886
4850
|
return safeParse(jsonString, (x) => SeventyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SeventyNine' from JSON`);
|
|
4887
4851
|
}
|
|
4888
4852
|
/** @internal */
|
|
4889
|
-
export const
|
|
4890
|
-
.
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
/** @internal */
|
|
4894
|
-
export const Browser$inboundSchema = z.object({
|
|
4895
|
-
name: PayloadName$inboundSchema,
|
|
4896
|
-
});
|
|
4897
|
-
/** @internal */
|
|
4898
|
-
export const Browser$outboundSchema = z.object({
|
|
4899
|
-
name: PayloadName$outboundSchema,
|
|
4900
|
-
});
|
|
4901
|
-
export function browserToJSON(browser) {
|
|
4902
|
-
return JSON.stringify(Browser$outboundSchema.parse(browser));
|
|
4903
|
-
}
|
|
4904
|
-
export function browserFromJSON(jsonString) {
|
|
4905
|
-
return safeParse(jsonString, (x) => Browser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Browser' from JSON`);
|
|
4906
|
-
}
|
|
4907
|
-
/** @internal */
|
|
4908
|
-
export const UserEventPayloadName$inboundSchema = z.nativeEnum(UserEventPayloadName);
|
|
4909
|
-
/** @internal */
|
|
4910
|
-
export const UserEventPayloadName$outboundSchema = UserEventPayloadName$inboundSchema;
|
|
4911
|
-
/** @internal */
|
|
4912
|
-
export const Os$inboundSchema = z.object({
|
|
4913
|
-
name: UserEventPayloadName$inboundSchema,
|
|
4914
|
-
});
|
|
4915
|
-
/** @internal */
|
|
4916
|
-
export const Os$outboundSchema = z
|
|
4917
|
-
.object({
|
|
4918
|
-
name: UserEventPayloadName$outboundSchema,
|
|
4919
|
-
});
|
|
4920
|
-
export function osToJSON(os) {
|
|
4921
|
-
return JSON.stringify(Os$outboundSchema.parse(os));
|
|
4922
|
-
}
|
|
4923
|
-
export function osFromJSON(jsonString) {
|
|
4924
|
-
return safeParse(jsonString, (x) => Os$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Os' from JSON`);
|
|
4925
|
-
}
|
|
4926
|
-
/** @internal */
|
|
4927
|
-
export const UserAgent$inboundSchema = z.object({
|
|
4928
|
-
browser: z.lazy(() => Browser$inboundSchema),
|
|
4929
|
-
ua: z.string(),
|
|
4930
|
-
program: z.string(),
|
|
4931
|
-
os: z.lazy(() => Os$inboundSchema),
|
|
4932
|
-
});
|
|
4933
|
-
/** @internal */
|
|
4934
|
-
export const UserAgent$outboundSchema = z.object({
|
|
4935
|
-
browser: z.lazy(() => Browser$outboundSchema),
|
|
4936
|
-
ua: z.string(),
|
|
4937
|
-
program: z.string(),
|
|
4938
|
-
os: z.lazy(() => Os$outboundSchema),
|
|
4939
|
-
});
|
|
4940
|
-
export function userAgentToJSON(userAgent) {
|
|
4941
|
-
return JSON.stringify(UserAgent$outboundSchema.parse(userAgent));
|
|
4942
|
-
}
|
|
4943
|
-
export function userAgentFromJSON(jsonString) {
|
|
4944
|
-
return safeParse(jsonString, (x) => UserAgent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserAgent' from JSON`);
|
|
4945
|
-
}
|
|
4946
|
-
/** @internal */
|
|
4947
|
-
export const Names$inboundSchema = z
|
|
4948
|
-
.object({
|
|
4949
|
-
en: z.string(),
|
|
4950
|
-
});
|
|
4951
|
-
/** @internal */
|
|
4952
|
-
export const Names$outboundSchema = z.object({
|
|
4953
|
-
en: z.string(),
|
|
4954
|
-
});
|
|
4955
|
-
export function namesToJSON(names) {
|
|
4956
|
-
return JSON.stringify(Names$outboundSchema.parse(names));
|
|
4957
|
-
}
|
|
4958
|
-
export function namesFromJSON(jsonString) {
|
|
4959
|
-
return safeParse(jsonString, (x) => Names$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Names' from JSON`);
|
|
4960
|
-
}
|
|
4961
|
-
/** @internal */
|
|
4962
|
-
export const City$inboundSchema = z
|
|
4963
|
-
.object({
|
|
4964
|
-
names: z.lazy(() => Names$inboundSchema),
|
|
4965
|
-
});
|
|
4966
|
-
/** @internal */
|
|
4967
|
-
export const City$outboundSchema = z.object({
|
|
4968
|
-
names: z.lazy(() => Names$outboundSchema),
|
|
4969
|
-
});
|
|
4970
|
-
export function cityToJSON(city) {
|
|
4971
|
-
return JSON.stringify(City$outboundSchema.parse(city));
|
|
4972
|
-
}
|
|
4973
|
-
export function cityFromJSON(jsonString) {
|
|
4974
|
-
return safeParse(jsonString, (x) => City$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'City' from JSON`);
|
|
4975
|
-
}
|
|
4976
|
-
/** @internal */
|
|
4977
|
-
export const PayloadNames$inboundSchema = z.object({
|
|
4978
|
-
en: z.string(),
|
|
4979
|
-
});
|
|
4980
|
-
/** @internal */
|
|
4981
|
-
export const PayloadNames$outboundSchema = z.object({
|
|
4982
|
-
en: z.string(),
|
|
4983
|
-
});
|
|
4984
|
-
export function payloadNamesToJSON(payloadNames) {
|
|
4985
|
-
return JSON.stringify(PayloadNames$outboundSchema.parse(payloadNames));
|
|
4986
|
-
}
|
|
4987
|
-
export function payloadNamesFromJSON(jsonString) {
|
|
4988
|
-
return safeParse(jsonString, (x) => PayloadNames$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadNames' from JSON`);
|
|
4989
|
-
}
|
|
4990
|
-
/** @internal */
|
|
4991
|
-
export const Country$inboundSchema = z.object({
|
|
4992
|
-
names: z.lazy(() => PayloadNames$inboundSchema),
|
|
4993
|
-
});
|
|
4994
|
-
/** @internal */
|
|
4995
|
-
export const Country$outboundSchema = z.object({
|
|
4996
|
-
names: z.lazy(() => PayloadNames$outboundSchema),
|
|
4997
|
-
});
|
|
4998
|
-
export function countryToJSON(country) {
|
|
4999
|
-
return JSON.stringify(Country$outboundSchema.parse(country));
|
|
5000
|
-
}
|
|
5001
|
-
export function countryFromJSON(jsonString) {
|
|
5002
|
-
return safeParse(jsonString, (x) => Country$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Country' from JSON`);
|
|
5003
|
-
}
|
|
5004
|
-
/** @internal */
|
|
5005
|
-
export const UserEventPayloadNames$inboundSchema = z.object({
|
|
5006
|
-
en: z.string(),
|
|
5007
|
-
});
|
|
5008
|
-
/** @internal */
|
|
5009
|
-
export const UserEventPayloadNames$outboundSchema = z.object({
|
|
5010
|
-
en: z.string(),
|
|
5011
|
-
});
|
|
5012
|
-
export function userEventPayloadNamesToJSON(userEventPayloadNames) {
|
|
5013
|
-
return JSON.stringify(UserEventPayloadNames$outboundSchema.parse(userEventPayloadNames));
|
|
5014
|
-
}
|
|
5015
|
-
export function userEventPayloadNamesFromJSON(jsonString) {
|
|
5016
|
-
return safeParse(jsonString, (x) => UserEventPayloadNames$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadNames' from JSON`);
|
|
5017
|
-
}
|
|
5018
|
-
/** @internal */
|
|
5019
|
-
export const MostSpecificSubdivision$inboundSchema = z.object({
|
|
5020
|
-
names: z.lazy(() => UserEventPayloadNames$inboundSchema),
|
|
5021
|
-
});
|
|
5022
|
-
/** @internal */
|
|
5023
|
-
export const MostSpecificSubdivision$outboundSchema = z.object({
|
|
5024
|
-
names: z.lazy(() => UserEventPayloadNames$outboundSchema),
|
|
5025
|
-
});
|
|
5026
|
-
export function mostSpecificSubdivisionToJSON(mostSpecificSubdivision) {
|
|
5027
|
-
return JSON.stringify(MostSpecificSubdivision$outboundSchema.parse(mostSpecificSubdivision));
|
|
5028
|
-
}
|
|
5029
|
-
export function mostSpecificSubdivisionFromJSON(jsonString) {
|
|
5030
|
-
return safeParse(jsonString, (x) => MostSpecificSubdivision$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MostSpecificSubdivision' from JSON`);
|
|
5031
|
-
}
|
|
5032
|
-
/** @internal */
|
|
5033
|
-
export const Geolocation$inboundSchema = z.object({
|
|
5034
|
-
city: z.lazy(() => City$inboundSchema).optional(),
|
|
5035
|
-
country: z.lazy(() => Country$inboundSchema),
|
|
5036
|
-
most_specific_subdivision: z.lazy(() => MostSpecificSubdivision$inboundSchema)
|
|
5037
|
-
.optional(),
|
|
5038
|
-
regionName: z.string().optional(),
|
|
5039
|
-
}).transform((v) => {
|
|
5040
|
-
return remap$(v, {
|
|
5041
|
-
"most_specific_subdivision": "mostSpecificSubdivision",
|
|
5042
|
-
});
|
|
5043
|
-
});
|
|
5044
|
-
/** @internal */
|
|
5045
|
-
export const Geolocation$outboundSchema = z.object({
|
|
5046
|
-
city: z.lazy(() => City$outboundSchema).optional(),
|
|
5047
|
-
country: z.lazy(() => Country$outboundSchema),
|
|
5048
|
-
mostSpecificSubdivision: z.lazy(() => MostSpecificSubdivision$outboundSchema)
|
|
5049
|
-
.optional(),
|
|
5050
|
-
regionName: z.string().optional(),
|
|
5051
|
-
}).transform((v) => {
|
|
5052
|
-
return remap$(v, {
|
|
5053
|
-
mostSpecificSubdivision: "most_specific_subdivision",
|
|
5054
|
-
});
|
|
5055
|
-
});
|
|
5056
|
-
export function geolocationToJSON(geolocation) {
|
|
5057
|
-
return JSON.stringify(Geolocation$outboundSchema.parse(geolocation));
|
|
5058
|
-
}
|
|
5059
|
-
export function geolocationFromJSON(jsonString) {
|
|
5060
|
-
return safeParse(jsonString, (x) => Geolocation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Geolocation' from JSON`);
|
|
5061
|
-
}
|
|
5062
|
-
/** @internal */
|
|
5063
|
-
export const SeventyEight$inboundSchema = z.object({
|
|
5064
|
-
userAgent: z.lazy(() => UserAgent$inboundSchema).optional(),
|
|
5065
|
-
geolocation: z.nullable(z.lazy(() => Geolocation$inboundSchema)).optional(),
|
|
5066
|
-
viaGithub: z.boolean(),
|
|
5067
|
-
viaGitlab: z.boolean(),
|
|
5068
|
-
viaBitbucket: z.boolean(),
|
|
5069
|
-
viaGoogle: z.boolean(),
|
|
5070
|
-
viaApple: z.boolean(),
|
|
5071
|
-
viaSamlSso: z.boolean(),
|
|
5072
|
-
viaPasskey: z.boolean(),
|
|
5073
|
-
ssoType: z.string().optional(),
|
|
5074
|
-
env: z.string().optional(),
|
|
5075
|
-
os: z.string().optional(),
|
|
5076
|
-
username: z.string().optional(),
|
|
5077
|
-
});
|
|
4853
|
+
export const SeventyEight$inboundSchema = z.object({
|
|
4854
|
+
logDrainUrl: z.nullable(z.string()),
|
|
4855
|
+
integrationName: z.string().optional(),
|
|
4856
|
+
});
|
|
5078
4857
|
/** @internal */
|
|
5079
4858
|
export const SeventyEight$outboundSchema = z.object({
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
viaGithub: z.boolean(),
|
|
5083
|
-
viaGitlab: z.boolean(),
|
|
5084
|
-
viaBitbucket: z.boolean(),
|
|
5085
|
-
viaGoogle: z.boolean(),
|
|
5086
|
-
viaApple: z.boolean(),
|
|
5087
|
-
viaSamlSso: z.boolean(),
|
|
5088
|
-
viaPasskey: z.boolean(),
|
|
5089
|
-
ssoType: z.string().optional(),
|
|
5090
|
-
env: z.string().optional(),
|
|
5091
|
-
os: z.string().optional(),
|
|
5092
|
-
username: z.string().optional(),
|
|
4859
|
+
logDrainUrl: z.nullable(z.string()),
|
|
4860
|
+
integrationName: z.string().optional(),
|
|
5093
4861
|
});
|
|
5094
4862
|
export function seventyEightToJSON(seventyEight) {
|
|
5095
4863
|
return JSON.stringify(SeventyEight$outboundSchema.parse(seventyEight));
|
|
@@ -5614,9 +5382,9 @@ export function payloadSecurityFromJSON(jsonString) {
|
|
|
5614
5382
|
}
|
|
5615
5383
|
/** @internal */
|
|
5616
5384
|
export const PayloadResourceConfig$inboundSchema = z.object({
|
|
5617
|
-
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
5618
5385
|
nodeType: z.string().optional(),
|
|
5619
5386
|
concurrentBuilds: z.number().optional(),
|
|
5387
|
+
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
5620
5388
|
buildEntitlements: z.lazy(() => PayloadBuildEntitlements$inboundSchema)
|
|
5621
5389
|
.optional(),
|
|
5622
5390
|
buildQueue: z.lazy(() => PayloadBuildQueue$inboundSchema).optional(),
|
|
@@ -5646,9 +5414,9 @@ export const PayloadResourceConfig$inboundSchema = z.object({
|
|
|
5646
5414
|
});
|
|
5647
5415
|
/** @internal */
|
|
5648
5416
|
export const PayloadResourceConfig$outboundSchema = z.object({
|
|
5649
|
-
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
5650
5417
|
nodeType: z.string().optional(),
|
|
5651
5418
|
concurrentBuilds: z.number().optional(),
|
|
5419
|
+
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
5652
5420
|
buildEntitlements: z.lazy(() => PayloadBuildEntitlements$outboundSchema)
|
|
5653
5421
|
.optional(),
|
|
5654
5422
|
buildQueue: z.lazy(() => PayloadBuildQueue$outboundSchema).optional(),
|
|
@@ -5810,16 +5578,17 @@ export function siftScoresFromJSON(jsonString) {
|
|
|
5810
5578
|
return safeParse(jsonString, (x) => SiftScores$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SiftScores' from JSON`);
|
|
5811
5579
|
}
|
|
5812
5580
|
/** @internal */
|
|
5813
|
-
export const
|
|
5581
|
+
export const PayloadName$inboundSchema = z
|
|
5582
|
+
.nativeEnum(PayloadName);
|
|
5814
5583
|
/** @internal */
|
|
5815
|
-
export const
|
|
5584
|
+
export const PayloadName$outboundSchema = PayloadName$inboundSchema;
|
|
5816
5585
|
/** @internal */
|
|
5817
5586
|
export const SiftRoute$inboundSchema = z.object({
|
|
5818
|
-
name:
|
|
5587
|
+
name: PayloadName$inboundSchema,
|
|
5819
5588
|
});
|
|
5820
5589
|
/** @internal */
|
|
5821
5590
|
export const SiftRoute$outboundSchema = z.object({
|
|
5822
|
-
name:
|
|
5591
|
+
name: PayloadName$outboundSchema,
|
|
5823
5592
|
});
|
|
5824
5593
|
export function siftRouteToJSON(siftRoute) {
|
|
5825
5594
|
return JSON.stringify(SiftRoute$outboundSchema.parse(siftRoute));
|
|
@@ -5922,11 +5691,11 @@ export const Teams$inboundSchema = z
|
|
|
5922
5691
|
createdAt: z.number(),
|
|
5923
5692
|
teamId: z.string(),
|
|
5924
5693
|
role: UserEventPayload72Role$inboundSchema,
|
|
5925
|
-
teamRoles: z.array(PayloadTeamRoles$inboundSchema).optional(),
|
|
5926
|
-
teamPermissions: z.array(PayloadTeamPermissions$inboundSchema).optional(),
|
|
5927
5694
|
confirmed: z.boolean(),
|
|
5928
5695
|
confirmedAt: z.number(),
|
|
5929
5696
|
accessRequestedAt: z.number().optional(),
|
|
5697
|
+
teamRoles: z.array(PayloadTeamRoles$inboundSchema).optional(),
|
|
5698
|
+
teamPermissions: z.array(PayloadTeamPermissions$inboundSchema).optional(),
|
|
5930
5699
|
joinedFrom: z.lazy(() => UserEventPayloadJoinedFrom$inboundSchema)
|
|
5931
5700
|
.optional(),
|
|
5932
5701
|
});
|
|
@@ -5936,11 +5705,11 @@ export const Teams$outboundSchema = z.object({
|
|
|
5936
5705
|
createdAt: z.number(),
|
|
5937
5706
|
teamId: z.string(),
|
|
5938
5707
|
role: UserEventPayload72Role$outboundSchema,
|
|
5939
|
-
teamRoles: z.array(PayloadTeamRoles$outboundSchema).optional(),
|
|
5940
|
-
teamPermissions: z.array(PayloadTeamPermissions$outboundSchema).optional(),
|
|
5941
5708
|
confirmed: z.boolean(),
|
|
5942
5709
|
confirmedAt: z.number(),
|
|
5943
5710
|
accessRequestedAt: z.number().optional(),
|
|
5711
|
+
teamRoles: z.array(PayloadTeamRoles$outboundSchema).optional(),
|
|
5712
|
+
teamPermissions: z.array(PayloadTeamPermissions$outboundSchema).optional(),
|
|
5944
5713
|
joinedFrom: z.lazy(() => UserEventPayloadJoinedFrom$outboundSchema)
|
|
5945
5714
|
.optional(),
|
|
5946
5715
|
});
|
|
@@ -9593,7 +9362,6 @@ export function payload1FromJSON(jsonString) {
|
|
|
9593
9362
|
}
|
|
9594
9363
|
/** @internal */
|
|
9595
9364
|
export const Payload$inboundSchema = z.union([
|
|
9596
|
-
z.lazy(() => SeventyEight$inboundSchema),
|
|
9597
9365
|
z.lazy(() => SeventyFour$inboundSchema),
|
|
9598
9366
|
z.lazy(() => SeventySeven$inboundSchema),
|
|
9599
9367
|
z.lazy(() => FortySeven$inboundSchema),
|
|
@@ -9602,14 +9370,14 @@ export const Payload$inboundSchema = z.union([
|
|
|
9602
9370
|
z.lazy(() => SixtySix$inboundSchema),
|
|
9603
9371
|
z.lazy(() => SeventyTwo$inboundSchema),
|
|
9604
9372
|
z.lazy(() => SeventyFive$inboundSchema),
|
|
9605
|
-
z.lazy(() =>
|
|
9606
|
-
z.lazy(() =>
|
|
9373
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
9374
|
+
z.lazy(() => OneHundredAndSeventyFour$inboundSchema),
|
|
9607
9375
|
z.lazy(() => Payload2$inboundSchema),
|
|
9608
9376
|
z.lazy(() => FiftyTwo$inboundSchema),
|
|
9609
9377
|
z.lazy(() => SeventySix$inboundSchema),
|
|
9610
|
-
z.lazy(() =>
|
|
9611
|
-
z.lazy(() =>
|
|
9612
|
-
z.lazy(() =>
|
|
9378
|
+
z.lazy(() => OneHundred$inboundSchema),
|
|
9379
|
+
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
9380
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
9613
9381
|
z.lazy(() => Fourteen$inboundSchema),
|
|
9614
9382
|
z.lazy(() => Eighteen$inboundSchema),
|
|
9615
9383
|
z.lazy(() => TwentyTwo$inboundSchema),
|
|
@@ -9625,21 +9393,21 @@ export const Payload$inboundSchema = z.union([
|
|
|
9625
9393
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
9626
9394
|
z.lazy(() => SixtyNine$inboundSchema),
|
|
9627
9395
|
z.lazy(() => SeventyOne$inboundSchema),
|
|
9628
|
-
z.lazy(() =>
|
|
9629
|
-
z.lazy(() =>
|
|
9396
|
+
z.lazy(() => EightyOne$inboundSchema),
|
|
9397
|
+
z.lazy(() => EightyFive$inboundSchema),
|
|
9398
|
+
z.lazy(() => EightyEight$inboundSchema),
|
|
9630
9399
|
z.lazy(() => EightyNine$inboundSchema),
|
|
9631
|
-
z.lazy(() =>
|
|
9632
|
-
z.lazy(() =>
|
|
9633
|
-
z.lazy(() =>
|
|
9400
|
+
z.lazy(() => OneHundredAndThree$inboundSchema),
|
|
9401
|
+
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
9402
|
+
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
9634
9403
|
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
9635
|
-
z.lazy(() =>
|
|
9636
|
-
z.lazy(() =>
|
|
9637
|
-
z.lazy(() =>
|
|
9638
|
-
z.lazy(() =>
|
|
9639
|
-
z.lazy(() =>
|
|
9404
|
+
z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
|
|
9405
|
+
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
9406
|
+
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
9407
|
+
z.lazy(() => OneHundredAndSixty$inboundSchema),
|
|
9408
|
+
z.lazy(() => OneHundredAndSeventyOne$inboundSchema),
|
|
9640
9409
|
z.lazy(() => OneHundredAndSeventyTwo$inboundSchema),
|
|
9641
9410
|
z.lazy(() => OneHundredAndSeventyThree$inboundSchema),
|
|
9642
|
-
z.lazy(() => OneHundredAndSeventyFour$inboundSchema),
|
|
9643
9411
|
z.lazy(() => Three$inboundSchema),
|
|
9644
9412
|
z.lazy(() => Four$inboundSchema),
|
|
9645
9413
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -9660,38 +9428,38 @@ export const Payload$inboundSchema = z.union([
|
|
|
9660
9428
|
z.lazy(() => SixtyFive$inboundSchema),
|
|
9661
9429
|
z.lazy(() => Seventy$inboundSchema),
|
|
9662
9430
|
z.lazy(() => SeventyThree$inboundSchema),
|
|
9663
|
-
z.lazy(() =>
|
|
9431
|
+
z.lazy(() => EightyFour$inboundSchema),
|
|
9432
|
+
z.lazy(() => NinetyTwo$inboundSchema),
|
|
9664
9433
|
z.lazy(() => NinetyThree$inboundSchema),
|
|
9665
9434
|
z.lazy(() => NinetyFour$inboundSchema),
|
|
9666
|
-
z.lazy(() =>
|
|
9435
|
+
z.lazy(() => NinetySeven$inboundSchema),
|
|
9667
9436
|
z.lazy(() => NinetyEight$inboundSchema),
|
|
9668
9437
|
z.lazy(() => NinetyNine$inboundSchema),
|
|
9669
|
-
z.lazy(() =>
|
|
9438
|
+
z.lazy(() => OneHundredAndOne$inboundSchema),
|
|
9670
9439
|
z.lazy(() => OneHundredAndTwo$inboundSchema),
|
|
9671
|
-
z.lazy(() =>
|
|
9440
|
+
z.lazy(() => OneHundredAndFour$inboundSchema),
|
|
9672
9441
|
z.lazy(() => OneHundredAndFive$inboundSchema),
|
|
9673
|
-
z.lazy(() =>
|
|
9442
|
+
z.lazy(() => OneHundredAndEight$inboundSchema),
|
|
9674
9443
|
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
9675
9444
|
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
9676
|
-
z.lazy(() =>
|
|
9677
|
-
z.lazy(() =>
|
|
9445
|
+
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
9446
|
+
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
9678
9447
|
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
9679
|
-
z.lazy(() =>
|
|
9448
|
+
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
9680
9449
|
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
9681
|
-
z.lazy(() =>
|
|
9682
|
-
z.lazy(() =>
|
|
9683
|
-
z.lazy(() =>
|
|
9450
|
+
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
9451
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
9452
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
9684
9453
|
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
9685
9454
|
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
9686
|
-
z.lazy(() =>
|
|
9455
|
+
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
9687
9456
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
9688
|
-
z.lazy(() =>
|
|
9457
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
9689
9458
|
z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
|
|
9690
|
-
z.lazy(() =>
|
|
9691
|
-
z.lazy(() =>
|
|
9459
|
+
z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
|
|
9460
|
+
z.lazy(() => OneHundredAndSixtyThree$inboundSchema),
|
|
9692
9461
|
z.lazy(() => OneHundredAndSixtyFour$inboundSchema),
|
|
9693
9462
|
z.lazy(() => OneHundredAndSixtyFive$inboundSchema),
|
|
9694
|
-
z.lazy(() => OneHundredAndSixtySix$inboundSchema),
|
|
9695
9463
|
z.lazy(() => Five$inboundSchema),
|
|
9696
9464
|
z.lazy(() => Seventeen$inboundSchema),
|
|
9697
9465
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
@@ -9707,42 +9475,42 @@ export const Payload$inboundSchema = z.union([
|
|
|
9707
9475
|
z.lazy(() => FiftyThree$inboundSchema),
|
|
9708
9476
|
z.lazy(() => FiftyEight$inboundSchema),
|
|
9709
9477
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
9478
|
+
z.lazy(() => SeventyEight$inboundSchema),
|
|
9710
9479
|
z.lazy(() => SeventyNine$inboundSchema),
|
|
9711
9480
|
z.lazy(() => Eighty$inboundSchema),
|
|
9712
|
-
z.lazy(() =>
|
|
9481
|
+
z.lazy(() => EightyTwo$inboundSchema),
|
|
9713
9482
|
z.lazy(() => EightyThree$inboundSchema),
|
|
9714
|
-
z.lazy(() =>
|
|
9483
|
+
z.lazy(() => EightySix$inboundSchema),
|
|
9715
9484
|
z.lazy(() => EightySeven$inboundSchema),
|
|
9716
|
-
z.lazy(() =>
|
|
9485
|
+
z.lazy(() => Ninety$inboundSchema),
|
|
9717
9486
|
z.lazy(() => NinetyOne$inboundSchema),
|
|
9718
|
-
z.lazy(() =>
|
|
9487
|
+
z.lazy(() => NinetyFive$inboundSchema),
|
|
9719
9488
|
z.lazy(() => NinetySix$inboundSchema),
|
|
9720
|
-
z.lazy(() =>
|
|
9489
|
+
z.lazy(() => OneHundredAndSix$inboundSchema),
|
|
9721
9490
|
z.lazy(() => OneHundredAndSeven$inboundSchema),
|
|
9722
|
-
z.lazy(() =>
|
|
9723
|
-
z.lazy(() =>
|
|
9491
|
+
z.lazy(() => OneHundredAndEleven$inboundSchema),
|
|
9492
|
+
z.lazy(() => OneHundredAndThirteen$inboundSchema),
|
|
9724
9493
|
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
9725
9494
|
z.lazy(() => OneHundredAndFifteen$inboundSchema),
|
|
9726
|
-
z.lazy(() =>
|
|
9495
|
+
z.lazy(() => OneHundredAndEighteen$inboundSchema),
|
|
9727
9496
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
9728
9497
|
z.lazy(() => OneHundredAndTwenty$inboundSchema),
|
|
9729
|
-
z.lazy(() =>
|
|
9498
|
+
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
9730
9499
|
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
9731
|
-
z.lazy(() =>
|
|
9732
|
-
z.lazy(() =>
|
|
9733
|
-
z.lazy(() =>
|
|
9734
|
-
z.lazy(() =>
|
|
9500
|
+
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
9501
|
+
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
9502
|
+
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
9503
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
9735
9504
|
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
9736
9505
|
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
9737
|
-
z.lazy(() =>
|
|
9738
|
-
z.lazy(() =>
|
|
9739
|
-
z.lazy(() =>
|
|
9740
|
-
z.lazy(() =>
|
|
9506
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
9507
|
+
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
9508
|
+
z.lazy(() => OneHundredAndSixtyTwo$inboundSchema),
|
|
9509
|
+
z.lazy(() => OneHundredAndSixtySix$inboundSchema),
|
|
9741
9510
|
z.lazy(() => OneHundredAndSixtySeven$inboundSchema),
|
|
9742
9511
|
z.lazy(() => OneHundredAndSixtyEight$inboundSchema),
|
|
9743
9512
|
z.lazy(() => OneHundredAndSixtyNine$inboundSchema),
|
|
9744
9513
|
z.lazy(() => OneHundredAndSeventy$inboundSchema),
|
|
9745
|
-
z.lazy(() => OneHundredAndSeventyOne$inboundSchema),
|
|
9746
9514
|
z.lazy(() => Payload1$inboundSchema),
|
|
9747
9515
|
z.lazy(() => Nine$inboundSchema),
|
|
9748
9516
|
z.lazy(() => Ten$inboundSchema),
|
|
@@ -9759,19 +9527,18 @@ export const Payload$inboundSchema = z.union([
|
|
|
9759
9527
|
z.lazy(() => SixtyTwo$inboundSchema),
|
|
9760
9528
|
z.lazy(() => SixtyThree$inboundSchema),
|
|
9761
9529
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
9762
|
-
z.lazy(() =>
|
|
9530
|
+
z.lazy(() => OneHundredAndSixteen$inboundSchema),
|
|
9531
|
+
z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
|
|
9763
9532
|
z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
|
|
9764
|
-
z.lazy(() =>
|
|
9533
|
+
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
9765
9534
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
9766
9535
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
9767
|
-
z.lazy(() =>
|
|
9536
|
+
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
9768
9537
|
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
9769
9538
|
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
9770
|
-
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
9771
9539
|
]);
|
|
9772
9540
|
/** @internal */
|
|
9773
9541
|
export const Payload$outboundSchema = z.union([
|
|
9774
|
-
z.lazy(() => SeventyEight$outboundSchema),
|
|
9775
9542
|
z.lazy(() => SeventyFour$outboundSchema),
|
|
9776
9543
|
z.lazy(() => SeventySeven$outboundSchema),
|
|
9777
9544
|
z.lazy(() => FortySeven$outboundSchema),
|
|
@@ -9780,14 +9547,14 @@ export const Payload$outboundSchema = z.union([
|
|
|
9780
9547
|
z.lazy(() => SixtySix$outboundSchema),
|
|
9781
9548
|
z.lazy(() => SeventyTwo$outboundSchema),
|
|
9782
9549
|
z.lazy(() => SeventyFive$outboundSchema),
|
|
9783
|
-
z.lazy(() =>
|
|
9784
|
-
z.lazy(() =>
|
|
9550
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
9551
|
+
z.lazy(() => OneHundredAndSeventyFour$outboundSchema),
|
|
9785
9552
|
z.lazy(() => Payload2$outboundSchema),
|
|
9786
9553
|
z.lazy(() => FiftyTwo$outboundSchema),
|
|
9787
9554
|
z.lazy(() => SeventySix$outboundSchema),
|
|
9788
|
-
z.lazy(() =>
|
|
9789
|
-
z.lazy(() =>
|
|
9790
|
-
z.lazy(() =>
|
|
9555
|
+
z.lazy(() => OneHundred$outboundSchema),
|
|
9556
|
+
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
9557
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
9791
9558
|
z.lazy(() => Fourteen$outboundSchema),
|
|
9792
9559
|
z.lazy(() => Eighteen$outboundSchema),
|
|
9793
9560
|
z.lazy(() => TwentyTwo$outboundSchema),
|
|
@@ -9803,21 +9570,21 @@ export const Payload$outboundSchema = z.union([
|
|
|
9803
9570
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
9804
9571
|
z.lazy(() => SixtyNine$outboundSchema),
|
|
9805
9572
|
z.lazy(() => SeventyOne$outboundSchema),
|
|
9806
|
-
z.lazy(() =>
|
|
9807
|
-
z.lazy(() =>
|
|
9573
|
+
z.lazy(() => EightyOne$outboundSchema),
|
|
9574
|
+
z.lazy(() => EightyFive$outboundSchema),
|
|
9575
|
+
z.lazy(() => EightyEight$outboundSchema),
|
|
9808
9576
|
z.lazy(() => EightyNine$outboundSchema),
|
|
9809
|
-
z.lazy(() =>
|
|
9810
|
-
z.lazy(() =>
|
|
9811
|
-
z.lazy(() =>
|
|
9577
|
+
z.lazy(() => OneHundredAndThree$outboundSchema),
|
|
9578
|
+
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
9579
|
+
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
9812
9580
|
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
9813
|
-
z.lazy(() =>
|
|
9814
|
-
z.lazy(() =>
|
|
9815
|
-
z.lazy(() =>
|
|
9816
|
-
z.lazy(() =>
|
|
9817
|
-
z.lazy(() =>
|
|
9581
|
+
z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
|
|
9582
|
+
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
9583
|
+
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
9584
|
+
z.lazy(() => OneHundredAndSixty$outboundSchema),
|
|
9585
|
+
z.lazy(() => OneHundredAndSeventyOne$outboundSchema),
|
|
9818
9586
|
z.lazy(() => OneHundredAndSeventyTwo$outboundSchema),
|
|
9819
9587
|
z.lazy(() => OneHundredAndSeventyThree$outboundSchema),
|
|
9820
|
-
z.lazy(() => OneHundredAndSeventyFour$outboundSchema),
|
|
9821
9588
|
z.lazy(() => Three$outboundSchema),
|
|
9822
9589
|
z.lazy(() => Four$outboundSchema),
|
|
9823
9590
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -9838,38 +9605,38 @@ export const Payload$outboundSchema = z.union([
|
|
|
9838
9605
|
z.lazy(() => SixtyFive$outboundSchema),
|
|
9839
9606
|
z.lazy(() => Seventy$outboundSchema),
|
|
9840
9607
|
z.lazy(() => SeventyThree$outboundSchema),
|
|
9841
|
-
z.lazy(() =>
|
|
9608
|
+
z.lazy(() => EightyFour$outboundSchema),
|
|
9609
|
+
z.lazy(() => NinetyTwo$outboundSchema),
|
|
9842
9610
|
z.lazy(() => NinetyThree$outboundSchema),
|
|
9843
9611
|
z.lazy(() => NinetyFour$outboundSchema),
|
|
9844
|
-
z.lazy(() =>
|
|
9612
|
+
z.lazy(() => NinetySeven$outboundSchema),
|
|
9845
9613
|
z.lazy(() => NinetyEight$outboundSchema),
|
|
9846
9614
|
z.lazy(() => NinetyNine$outboundSchema),
|
|
9847
|
-
z.lazy(() =>
|
|
9615
|
+
z.lazy(() => OneHundredAndOne$outboundSchema),
|
|
9848
9616
|
z.lazy(() => OneHundredAndTwo$outboundSchema),
|
|
9849
|
-
z.lazy(() =>
|
|
9617
|
+
z.lazy(() => OneHundredAndFour$outboundSchema),
|
|
9850
9618
|
z.lazy(() => OneHundredAndFive$outboundSchema),
|
|
9851
|
-
z.lazy(() =>
|
|
9619
|
+
z.lazy(() => OneHundredAndEight$outboundSchema),
|
|
9852
9620
|
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
9853
9621
|
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
9854
|
-
z.lazy(() =>
|
|
9855
|
-
z.lazy(() =>
|
|
9622
|
+
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
9623
|
+
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
9856
9624
|
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
9857
|
-
z.lazy(() =>
|
|
9625
|
+
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
9858
9626
|
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
9859
|
-
z.lazy(() =>
|
|
9860
|
-
z.lazy(() =>
|
|
9861
|
-
z.lazy(() =>
|
|
9627
|
+
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
9628
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
9629
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
9862
9630
|
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
9863
9631
|
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
9864
|
-
z.lazy(() =>
|
|
9632
|
+
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
9865
9633
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
9866
|
-
z.lazy(() =>
|
|
9634
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
9867
9635
|
z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
|
|
9868
|
-
z.lazy(() =>
|
|
9869
|
-
z.lazy(() =>
|
|
9636
|
+
z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
|
|
9637
|
+
z.lazy(() => OneHundredAndSixtyThree$outboundSchema),
|
|
9870
9638
|
z.lazy(() => OneHundredAndSixtyFour$outboundSchema),
|
|
9871
9639
|
z.lazy(() => OneHundredAndSixtyFive$outboundSchema),
|
|
9872
|
-
z.lazy(() => OneHundredAndSixtySix$outboundSchema),
|
|
9873
9640
|
z.lazy(() => Five$outboundSchema),
|
|
9874
9641
|
z.lazy(() => Seventeen$outboundSchema),
|
|
9875
9642
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
@@ -9885,42 +9652,42 @@ export const Payload$outboundSchema = z.union([
|
|
|
9885
9652
|
z.lazy(() => FiftyThree$outboundSchema),
|
|
9886
9653
|
z.lazy(() => FiftyEight$outboundSchema),
|
|
9887
9654
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
9655
|
+
z.lazy(() => SeventyEight$outboundSchema),
|
|
9888
9656
|
z.lazy(() => SeventyNine$outboundSchema),
|
|
9889
9657
|
z.lazy(() => Eighty$outboundSchema),
|
|
9890
|
-
z.lazy(() =>
|
|
9658
|
+
z.lazy(() => EightyTwo$outboundSchema),
|
|
9891
9659
|
z.lazy(() => EightyThree$outboundSchema),
|
|
9892
|
-
z.lazy(() =>
|
|
9660
|
+
z.lazy(() => EightySix$outboundSchema),
|
|
9893
9661
|
z.lazy(() => EightySeven$outboundSchema),
|
|
9894
|
-
z.lazy(() =>
|
|
9662
|
+
z.lazy(() => Ninety$outboundSchema),
|
|
9895
9663
|
z.lazy(() => NinetyOne$outboundSchema),
|
|
9896
|
-
z.lazy(() =>
|
|
9664
|
+
z.lazy(() => NinetyFive$outboundSchema),
|
|
9897
9665
|
z.lazy(() => NinetySix$outboundSchema),
|
|
9898
|
-
z.lazy(() =>
|
|
9666
|
+
z.lazy(() => OneHundredAndSix$outboundSchema),
|
|
9899
9667
|
z.lazy(() => OneHundredAndSeven$outboundSchema),
|
|
9900
|
-
z.lazy(() =>
|
|
9901
|
-
z.lazy(() =>
|
|
9668
|
+
z.lazy(() => OneHundredAndEleven$outboundSchema),
|
|
9669
|
+
z.lazy(() => OneHundredAndThirteen$outboundSchema),
|
|
9902
9670
|
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
9903
9671
|
z.lazy(() => OneHundredAndFifteen$outboundSchema),
|
|
9904
|
-
z.lazy(() =>
|
|
9672
|
+
z.lazy(() => OneHundredAndEighteen$outboundSchema),
|
|
9905
9673
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
9906
9674
|
z.lazy(() => OneHundredAndTwenty$outboundSchema),
|
|
9907
|
-
z.lazy(() =>
|
|
9675
|
+
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
9908
9676
|
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
9909
|
-
z.lazy(() =>
|
|
9910
|
-
z.lazy(() =>
|
|
9911
|
-
z.lazy(() =>
|
|
9912
|
-
z.lazy(() =>
|
|
9677
|
+
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
9678
|
+
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
9679
|
+
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
9680
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
9913
9681
|
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
9914
9682
|
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
9915
|
-
z.lazy(() =>
|
|
9916
|
-
z.lazy(() =>
|
|
9917
|
-
z.lazy(() =>
|
|
9918
|
-
z.lazy(() =>
|
|
9683
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
9684
|
+
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
9685
|
+
z.lazy(() => OneHundredAndSixtyTwo$outboundSchema),
|
|
9686
|
+
z.lazy(() => OneHundredAndSixtySix$outboundSchema),
|
|
9919
9687
|
z.lazy(() => OneHundredAndSixtySeven$outboundSchema),
|
|
9920
9688
|
z.lazy(() => OneHundredAndSixtyEight$outboundSchema),
|
|
9921
9689
|
z.lazy(() => OneHundredAndSixtyNine$outboundSchema),
|
|
9922
9690
|
z.lazy(() => OneHundredAndSeventy$outboundSchema),
|
|
9923
|
-
z.lazy(() => OneHundredAndSeventyOne$outboundSchema),
|
|
9924
9691
|
z.lazy(() => Payload1$outboundSchema),
|
|
9925
9692
|
z.lazy(() => Nine$outboundSchema),
|
|
9926
9693
|
z.lazy(() => Ten$outboundSchema),
|
|
@@ -9937,15 +9704,15 @@ export const Payload$outboundSchema = z.union([
|
|
|
9937
9704
|
z.lazy(() => SixtyTwo$outboundSchema),
|
|
9938
9705
|
z.lazy(() => SixtyThree$outboundSchema),
|
|
9939
9706
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
9940
|
-
z.lazy(() =>
|
|
9707
|
+
z.lazy(() => OneHundredAndSixteen$outboundSchema),
|
|
9708
|
+
z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
|
|
9941
9709
|
z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
|
|
9942
|
-
z.lazy(() =>
|
|
9710
|
+
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
9943
9711
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
9944
9712
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
9945
|
-
z.lazy(() =>
|
|
9713
|
+
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
9946
9714
|
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
9947
9715
|
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
9948
|
-
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
9949
9716
|
]);
|
|
9950
9717
|
export function payloadToJSON(payload) {
|
|
9951
9718
|
return JSON.stringify(Payload$outboundSchema.parse(payload));
|
|
@@ -9972,7 +9739,6 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
9972
9739
|
principalId: z.string(),
|
|
9973
9740
|
viaIds: z.array(z.string()).optional(),
|
|
9974
9741
|
payload: z.union([
|
|
9975
|
-
z.lazy(() => SeventyEight$inboundSchema),
|
|
9976
9742
|
z.lazy(() => SeventyFour$inboundSchema),
|
|
9977
9743
|
z.lazy(() => SeventySeven$inboundSchema),
|
|
9978
9744
|
z.lazy(() => FortySeven$inboundSchema),
|
|
@@ -9981,14 +9747,14 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
9981
9747
|
z.lazy(() => SixtySix$inboundSchema),
|
|
9982
9748
|
z.lazy(() => SeventyTwo$inboundSchema),
|
|
9983
9749
|
z.lazy(() => SeventyFive$inboundSchema),
|
|
9984
|
-
z.lazy(() =>
|
|
9985
|
-
z.lazy(() =>
|
|
9750
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
9751
|
+
z.lazy(() => OneHundredAndSeventyFour$inboundSchema),
|
|
9986
9752
|
z.lazy(() => Payload2$inboundSchema),
|
|
9987
9753
|
z.lazy(() => FiftyTwo$inboundSchema),
|
|
9988
9754
|
z.lazy(() => SeventySix$inboundSchema),
|
|
9989
|
-
z.lazy(() =>
|
|
9990
|
-
z.lazy(() =>
|
|
9991
|
-
z.lazy(() =>
|
|
9755
|
+
z.lazy(() => OneHundred$inboundSchema),
|
|
9756
|
+
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
9757
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
9992
9758
|
z.lazy(() => Fourteen$inboundSchema),
|
|
9993
9759
|
z.lazy(() => Eighteen$inboundSchema),
|
|
9994
9760
|
z.lazy(() => TwentyTwo$inboundSchema),
|
|
@@ -10004,21 +9770,21 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
10004
9770
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
10005
9771
|
z.lazy(() => SixtyNine$inboundSchema),
|
|
10006
9772
|
z.lazy(() => SeventyOne$inboundSchema),
|
|
10007
|
-
z.lazy(() =>
|
|
10008
|
-
z.lazy(() =>
|
|
9773
|
+
z.lazy(() => EightyOne$inboundSchema),
|
|
9774
|
+
z.lazy(() => EightyFive$inboundSchema),
|
|
9775
|
+
z.lazy(() => EightyEight$inboundSchema),
|
|
10009
9776
|
z.lazy(() => EightyNine$inboundSchema),
|
|
10010
|
-
z.lazy(() =>
|
|
10011
|
-
z.lazy(() =>
|
|
10012
|
-
z.lazy(() =>
|
|
9777
|
+
z.lazy(() => OneHundredAndThree$inboundSchema),
|
|
9778
|
+
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
9779
|
+
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
10013
9780
|
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
10014
|
-
z.lazy(() =>
|
|
10015
|
-
z.lazy(() =>
|
|
10016
|
-
z.lazy(() =>
|
|
10017
|
-
z.lazy(() =>
|
|
10018
|
-
z.lazy(() =>
|
|
9781
|
+
z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
|
|
9782
|
+
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
9783
|
+
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
9784
|
+
z.lazy(() => OneHundredAndSixty$inboundSchema),
|
|
9785
|
+
z.lazy(() => OneHundredAndSeventyOne$inboundSchema),
|
|
10019
9786
|
z.lazy(() => OneHundredAndSeventyTwo$inboundSchema),
|
|
10020
9787
|
z.lazy(() => OneHundredAndSeventyThree$inboundSchema),
|
|
10021
|
-
z.lazy(() => OneHundredAndSeventyFour$inboundSchema),
|
|
10022
9788
|
z.lazy(() => Three$inboundSchema),
|
|
10023
9789
|
z.lazy(() => Four$inboundSchema),
|
|
10024
9790
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -10039,38 +9805,38 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
10039
9805
|
z.lazy(() => SixtyFive$inboundSchema),
|
|
10040
9806
|
z.lazy(() => Seventy$inboundSchema),
|
|
10041
9807
|
z.lazy(() => SeventyThree$inboundSchema),
|
|
10042
|
-
z.lazy(() =>
|
|
9808
|
+
z.lazy(() => EightyFour$inboundSchema),
|
|
9809
|
+
z.lazy(() => NinetyTwo$inboundSchema),
|
|
10043
9810
|
z.lazy(() => NinetyThree$inboundSchema),
|
|
10044
9811
|
z.lazy(() => NinetyFour$inboundSchema),
|
|
10045
|
-
z.lazy(() =>
|
|
9812
|
+
z.lazy(() => NinetySeven$inboundSchema),
|
|
10046
9813
|
z.lazy(() => NinetyEight$inboundSchema),
|
|
10047
9814
|
z.lazy(() => NinetyNine$inboundSchema),
|
|
10048
|
-
z.lazy(() =>
|
|
9815
|
+
z.lazy(() => OneHundredAndOne$inboundSchema),
|
|
10049
9816
|
z.lazy(() => OneHundredAndTwo$inboundSchema),
|
|
10050
|
-
z.lazy(() =>
|
|
9817
|
+
z.lazy(() => OneHundredAndFour$inboundSchema),
|
|
10051
9818
|
z.lazy(() => OneHundredAndFive$inboundSchema),
|
|
10052
|
-
z.lazy(() =>
|
|
9819
|
+
z.lazy(() => OneHundredAndEight$inboundSchema),
|
|
10053
9820
|
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
10054
9821
|
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
10055
|
-
z.lazy(() =>
|
|
10056
|
-
z.lazy(() =>
|
|
9822
|
+
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
9823
|
+
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
10057
9824
|
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
10058
|
-
z.lazy(() =>
|
|
9825
|
+
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
10059
9826
|
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
10060
|
-
z.lazy(() =>
|
|
10061
|
-
z.lazy(() =>
|
|
10062
|
-
z.lazy(() =>
|
|
9827
|
+
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
9828
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
9829
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
10063
9830
|
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
10064
9831
|
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
10065
|
-
z.lazy(() =>
|
|
9832
|
+
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
10066
9833
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
10067
|
-
z.lazy(() =>
|
|
9834
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
10068
9835
|
z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
|
|
10069
|
-
z.lazy(() =>
|
|
10070
|
-
z.lazy(() =>
|
|
9836
|
+
z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
|
|
9837
|
+
z.lazy(() => OneHundredAndSixtyThree$inboundSchema),
|
|
10071
9838
|
z.lazy(() => OneHundredAndSixtyFour$inboundSchema),
|
|
10072
9839
|
z.lazy(() => OneHundredAndSixtyFive$inboundSchema),
|
|
10073
|
-
z.lazy(() => OneHundredAndSixtySix$inboundSchema),
|
|
10074
9840
|
z.lazy(() => Five$inboundSchema),
|
|
10075
9841
|
z.lazy(() => Seventeen$inboundSchema),
|
|
10076
9842
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
@@ -10086,42 +9852,42 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
10086
9852
|
z.lazy(() => FiftyThree$inboundSchema),
|
|
10087
9853
|
z.lazy(() => FiftyEight$inboundSchema),
|
|
10088
9854
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
9855
|
+
z.lazy(() => SeventyEight$inboundSchema),
|
|
10089
9856
|
z.lazy(() => SeventyNine$inboundSchema),
|
|
10090
9857
|
z.lazy(() => Eighty$inboundSchema),
|
|
10091
|
-
z.lazy(() =>
|
|
9858
|
+
z.lazy(() => EightyTwo$inboundSchema),
|
|
10092
9859
|
z.lazy(() => EightyThree$inboundSchema),
|
|
10093
|
-
z.lazy(() =>
|
|
9860
|
+
z.lazy(() => EightySix$inboundSchema),
|
|
10094
9861
|
z.lazy(() => EightySeven$inboundSchema),
|
|
10095
|
-
z.lazy(() =>
|
|
9862
|
+
z.lazy(() => Ninety$inboundSchema),
|
|
10096
9863
|
z.lazy(() => NinetyOne$inboundSchema),
|
|
10097
|
-
z.lazy(() =>
|
|
9864
|
+
z.lazy(() => NinetyFive$inboundSchema),
|
|
10098
9865
|
z.lazy(() => NinetySix$inboundSchema),
|
|
10099
|
-
z.lazy(() =>
|
|
9866
|
+
z.lazy(() => OneHundredAndSix$inboundSchema),
|
|
10100
9867
|
z.lazy(() => OneHundredAndSeven$inboundSchema),
|
|
10101
|
-
z.lazy(() =>
|
|
10102
|
-
z.lazy(() =>
|
|
9868
|
+
z.lazy(() => OneHundredAndEleven$inboundSchema),
|
|
9869
|
+
z.lazy(() => OneHundredAndThirteen$inboundSchema),
|
|
10103
9870
|
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
10104
9871
|
z.lazy(() => OneHundredAndFifteen$inboundSchema),
|
|
10105
|
-
z.lazy(() =>
|
|
9872
|
+
z.lazy(() => OneHundredAndEighteen$inboundSchema),
|
|
10106
9873
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
10107
9874
|
z.lazy(() => OneHundredAndTwenty$inboundSchema),
|
|
10108
|
-
z.lazy(() =>
|
|
9875
|
+
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
10109
9876
|
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
10110
|
-
z.lazy(() =>
|
|
10111
|
-
z.lazy(() =>
|
|
10112
|
-
z.lazy(() =>
|
|
10113
|
-
z.lazy(() =>
|
|
9877
|
+
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
9878
|
+
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
9879
|
+
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
9880
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
10114
9881
|
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
10115
9882
|
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
10116
|
-
z.lazy(() =>
|
|
10117
|
-
z.lazy(() =>
|
|
10118
|
-
z.lazy(() =>
|
|
10119
|
-
z.lazy(() =>
|
|
9883
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
9884
|
+
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
9885
|
+
z.lazy(() => OneHundredAndSixtyTwo$inboundSchema),
|
|
9886
|
+
z.lazy(() => OneHundredAndSixtySix$inboundSchema),
|
|
10120
9887
|
z.lazy(() => OneHundredAndSixtySeven$inboundSchema),
|
|
10121
9888
|
z.lazy(() => OneHundredAndSixtyEight$inboundSchema),
|
|
10122
9889
|
z.lazy(() => OneHundredAndSixtyNine$inboundSchema),
|
|
10123
9890
|
z.lazy(() => OneHundredAndSeventy$inboundSchema),
|
|
10124
|
-
z.lazy(() => OneHundredAndSeventyOne$inboundSchema),
|
|
10125
9891
|
z.lazy(() => Payload1$inboundSchema),
|
|
10126
9892
|
z.lazy(() => Nine$inboundSchema),
|
|
10127
9893
|
z.lazy(() => Ten$inboundSchema),
|
|
@@ -10138,15 +9904,15 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
10138
9904
|
z.lazy(() => SixtyTwo$inboundSchema),
|
|
10139
9905
|
z.lazy(() => SixtyThree$inboundSchema),
|
|
10140
9906
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
10141
|
-
z.lazy(() =>
|
|
9907
|
+
z.lazy(() => OneHundredAndSixteen$inboundSchema),
|
|
9908
|
+
z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
|
|
10142
9909
|
z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
|
|
10143
|
-
z.lazy(() =>
|
|
9910
|
+
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
10144
9911
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
10145
9912
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
10146
|
-
z.lazy(() =>
|
|
9913
|
+
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
10147
9914
|
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
10148
9915
|
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
10149
|
-
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
10150
9916
|
]).optional(),
|
|
10151
9917
|
});
|
|
10152
9918
|
/** @internal */
|
|
@@ -10168,7 +9934,6 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10168
9934
|
principalId: z.string(),
|
|
10169
9935
|
viaIds: z.array(z.string()).optional(),
|
|
10170
9936
|
payload: z.union([
|
|
10171
|
-
z.lazy(() => SeventyEight$outboundSchema),
|
|
10172
9937
|
z.lazy(() => SeventyFour$outboundSchema),
|
|
10173
9938
|
z.lazy(() => SeventySeven$outboundSchema),
|
|
10174
9939
|
z.lazy(() => FortySeven$outboundSchema),
|
|
@@ -10177,14 +9942,14 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10177
9942
|
z.lazy(() => SixtySix$outboundSchema),
|
|
10178
9943
|
z.lazy(() => SeventyTwo$outboundSchema),
|
|
10179
9944
|
z.lazy(() => SeventyFive$outboundSchema),
|
|
10180
|
-
z.lazy(() =>
|
|
10181
|
-
z.lazy(() =>
|
|
9945
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
9946
|
+
z.lazy(() => OneHundredAndSeventyFour$outboundSchema),
|
|
10182
9947
|
z.lazy(() => Payload2$outboundSchema),
|
|
10183
9948
|
z.lazy(() => FiftyTwo$outboundSchema),
|
|
10184
9949
|
z.lazy(() => SeventySix$outboundSchema),
|
|
10185
|
-
z.lazy(() =>
|
|
10186
|
-
z.lazy(() =>
|
|
10187
|
-
z.lazy(() =>
|
|
9950
|
+
z.lazy(() => OneHundred$outboundSchema),
|
|
9951
|
+
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
9952
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
10188
9953
|
z.lazy(() => Fourteen$outboundSchema),
|
|
10189
9954
|
z.lazy(() => Eighteen$outboundSchema),
|
|
10190
9955
|
z.lazy(() => TwentyTwo$outboundSchema),
|
|
@@ -10200,21 +9965,21 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10200
9965
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
10201
9966
|
z.lazy(() => SixtyNine$outboundSchema),
|
|
10202
9967
|
z.lazy(() => SeventyOne$outboundSchema),
|
|
10203
|
-
z.lazy(() =>
|
|
10204
|
-
z.lazy(() =>
|
|
9968
|
+
z.lazy(() => EightyOne$outboundSchema),
|
|
9969
|
+
z.lazy(() => EightyFive$outboundSchema),
|
|
9970
|
+
z.lazy(() => EightyEight$outboundSchema),
|
|
10205
9971
|
z.lazy(() => EightyNine$outboundSchema),
|
|
10206
|
-
z.lazy(() =>
|
|
10207
|
-
z.lazy(() =>
|
|
10208
|
-
z.lazy(() =>
|
|
9972
|
+
z.lazy(() => OneHundredAndThree$outboundSchema),
|
|
9973
|
+
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
9974
|
+
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
10209
9975
|
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
10210
|
-
z.lazy(() =>
|
|
10211
|
-
z.lazy(() =>
|
|
10212
|
-
z.lazy(() =>
|
|
10213
|
-
z.lazy(() =>
|
|
10214
|
-
z.lazy(() =>
|
|
9976
|
+
z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
|
|
9977
|
+
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
9978
|
+
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
9979
|
+
z.lazy(() => OneHundredAndSixty$outboundSchema),
|
|
9980
|
+
z.lazy(() => OneHundredAndSeventyOne$outboundSchema),
|
|
10215
9981
|
z.lazy(() => OneHundredAndSeventyTwo$outboundSchema),
|
|
10216
9982
|
z.lazy(() => OneHundredAndSeventyThree$outboundSchema),
|
|
10217
|
-
z.lazy(() => OneHundredAndSeventyFour$outboundSchema),
|
|
10218
9983
|
z.lazy(() => Three$outboundSchema),
|
|
10219
9984
|
z.lazy(() => Four$outboundSchema),
|
|
10220
9985
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -10235,38 +10000,38 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10235
10000
|
z.lazy(() => SixtyFive$outboundSchema),
|
|
10236
10001
|
z.lazy(() => Seventy$outboundSchema),
|
|
10237
10002
|
z.lazy(() => SeventyThree$outboundSchema),
|
|
10238
|
-
z.lazy(() =>
|
|
10003
|
+
z.lazy(() => EightyFour$outboundSchema),
|
|
10004
|
+
z.lazy(() => NinetyTwo$outboundSchema),
|
|
10239
10005
|
z.lazy(() => NinetyThree$outboundSchema),
|
|
10240
10006
|
z.lazy(() => NinetyFour$outboundSchema),
|
|
10241
|
-
z.lazy(() =>
|
|
10007
|
+
z.lazy(() => NinetySeven$outboundSchema),
|
|
10242
10008
|
z.lazy(() => NinetyEight$outboundSchema),
|
|
10243
10009
|
z.lazy(() => NinetyNine$outboundSchema),
|
|
10244
|
-
z.lazy(() =>
|
|
10010
|
+
z.lazy(() => OneHundredAndOne$outboundSchema),
|
|
10245
10011
|
z.lazy(() => OneHundredAndTwo$outboundSchema),
|
|
10246
|
-
z.lazy(() =>
|
|
10012
|
+
z.lazy(() => OneHundredAndFour$outboundSchema),
|
|
10247
10013
|
z.lazy(() => OneHundredAndFive$outboundSchema),
|
|
10248
|
-
z.lazy(() =>
|
|
10014
|
+
z.lazy(() => OneHundredAndEight$outboundSchema),
|
|
10249
10015
|
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
10250
10016
|
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
10251
|
-
z.lazy(() =>
|
|
10252
|
-
z.lazy(() =>
|
|
10017
|
+
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
10018
|
+
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
10253
10019
|
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
10254
|
-
z.lazy(() =>
|
|
10020
|
+
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
10255
10021
|
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
10256
|
-
z.lazy(() =>
|
|
10257
|
-
z.lazy(() =>
|
|
10258
|
-
z.lazy(() =>
|
|
10022
|
+
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
10023
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
10024
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
10259
10025
|
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
10260
10026
|
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
10261
|
-
z.lazy(() =>
|
|
10027
|
+
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
10262
10028
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
10263
|
-
z.lazy(() =>
|
|
10029
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
10264
10030
|
z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
|
|
10265
|
-
z.lazy(() =>
|
|
10266
|
-
z.lazy(() =>
|
|
10031
|
+
z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
|
|
10032
|
+
z.lazy(() => OneHundredAndSixtyThree$outboundSchema),
|
|
10267
10033
|
z.lazy(() => OneHundredAndSixtyFour$outboundSchema),
|
|
10268
10034
|
z.lazy(() => OneHundredAndSixtyFive$outboundSchema),
|
|
10269
|
-
z.lazy(() => OneHundredAndSixtySix$outboundSchema),
|
|
10270
10035
|
z.lazy(() => Five$outboundSchema),
|
|
10271
10036
|
z.lazy(() => Seventeen$outboundSchema),
|
|
10272
10037
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
@@ -10282,42 +10047,42 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10282
10047
|
z.lazy(() => FiftyThree$outboundSchema),
|
|
10283
10048
|
z.lazy(() => FiftyEight$outboundSchema),
|
|
10284
10049
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
10050
|
+
z.lazy(() => SeventyEight$outboundSchema),
|
|
10285
10051
|
z.lazy(() => SeventyNine$outboundSchema),
|
|
10286
10052
|
z.lazy(() => Eighty$outboundSchema),
|
|
10287
|
-
z.lazy(() =>
|
|
10053
|
+
z.lazy(() => EightyTwo$outboundSchema),
|
|
10288
10054
|
z.lazy(() => EightyThree$outboundSchema),
|
|
10289
|
-
z.lazy(() =>
|
|
10055
|
+
z.lazy(() => EightySix$outboundSchema),
|
|
10290
10056
|
z.lazy(() => EightySeven$outboundSchema),
|
|
10291
|
-
z.lazy(() =>
|
|
10057
|
+
z.lazy(() => Ninety$outboundSchema),
|
|
10292
10058
|
z.lazy(() => NinetyOne$outboundSchema),
|
|
10293
|
-
z.lazy(() =>
|
|
10059
|
+
z.lazy(() => NinetyFive$outboundSchema),
|
|
10294
10060
|
z.lazy(() => NinetySix$outboundSchema),
|
|
10295
|
-
z.lazy(() =>
|
|
10061
|
+
z.lazy(() => OneHundredAndSix$outboundSchema),
|
|
10296
10062
|
z.lazy(() => OneHundredAndSeven$outboundSchema),
|
|
10297
|
-
z.lazy(() =>
|
|
10298
|
-
z.lazy(() =>
|
|
10063
|
+
z.lazy(() => OneHundredAndEleven$outboundSchema),
|
|
10064
|
+
z.lazy(() => OneHundredAndThirteen$outboundSchema),
|
|
10299
10065
|
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
10300
10066
|
z.lazy(() => OneHundredAndFifteen$outboundSchema),
|
|
10301
|
-
z.lazy(() =>
|
|
10067
|
+
z.lazy(() => OneHundredAndEighteen$outboundSchema),
|
|
10302
10068
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
10303
10069
|
z.lazy(() => OneHundredAndTwenty$outboundSchema),
|
|
10304
|
-
z.lazy(() =>
|
|
10070
|
+
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
10305
10071
|
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
10306
|
-
z.lazy(() =>
|
|
10307
|
-
z.lazy(() =>
|
|
10308
|
-
z.lazy(() =>
|
|
10309
|
-
z.lazy(() =>
|
|
10072
|
+
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
10073
|
+
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
10074
|
+
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
10075
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
10310
10076
|
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
10311
10077
|
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
10312
|
-
z.lazy(() =>
|
|
10313
|
-
z.lazy(() =>
|
|
10314
|
-
z.lazy(() =>
|
|
10315
|
-
z.lazy(() =>
|
|
10078
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
10079
|
+
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
10080
|
+
z.lazy(() => OneHundredAndSixtyTwo$outboundSchema),
|
|
10081
|
+
z.lazy(() => OneHundredAndSixtySix$outboundSchema),
|
|
10316
10082
|
z.lazy(() => OneHundredAndSixtySeven$outboundSchema),
|
|
10317
10083
|
z.lazy(() => OneHundredAndSixtyEight$outboundSchema),
|
|
10318
10084
|
z.lazy(() => OneHundredAndSixtyNine$outboundSchema),
|
|
10319
10085
|
z.lazy(() => OneHundredAndSeventy$outboundSchema),
|
|
10320
|
-
z.lazy(() => OneHundredAndSeventyOne$outboundSchema),
|
|
10321
10086
|
z.lazy(() => Payload1$outboundSchema),
|
|
10322
10087
|
z.lazy(() => Nine$outboundSchema),
|
|
10323
10088
|
z.lazy(() => Ten$outboundSchema),
|
|
@@ -10334,15 +10099,15 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10334
10099
|
z.lazy(() => SixtyTwo$outboundSchema),
|
|
10335
10100
|
z.lazy(() => SixtyThree$outboundSchema),
|
|
10336
10101
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
10337
|
-
z.lazy(() =>
|
|
10102
|
+
z.lazy(() => OneHundredAndSixteen$outboundSchema),
|
|
10103
|
+
z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
|
|
10338
10104
|
z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
|
|
10339
|
-
z.lazy(() =>
|
|
10105
|
+
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
10340
10106
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
10341
10107
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
10342
|
-
z.lazy(() =>
|
|
10108
|
+
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
10343
10109
|
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
10344
10110
|
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
10345
|
-
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
10346
10111
|
]).optional(),
|
|
10347
10112
|
});
|
|
10348
10113
|
export function userEventToJSON(userEvent) {
|