@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
|
@@ -164,7 +164,7 @@ export type PayloadApp = {
|
|
|
164
164
|
/**
|
|
165
165
|
* The payload of the event, if requested.
|
|
166
166
|
*/
|
|
167
|
-
export type
|
|
167
|
+
export type OneHundredAndSeventyFour = {
|
|
168
168
|
grantType: GrantType;
|
|
169
169
|
/**
|
|
170
170
|
* the app's name at the time the event was published (it could have changed since then)
|
|
@@ -197,11 +197,11 @@ export type OneHundredAndSeventyFive = {
|
|
|
197
197
|
*/
|
|
198
198
|
sessionId?: string | undefined;
|
|
199
199
|
};
|
|
200
|
-
export type
|
|
200
|
+
export type UserEventPayload173Team = {
|
|
201
201
|
id: string;
|
|
202
202
|
name: string;
|
|
203
203
|
};
|
|
204
|
-
export type
|
|
204
|
+
export type UserEventPayload173Configuration = {
|
|
205
205
|
id: string;
|
|
206
206
|
name?: string | undefined;
|
|
207
207
|
};
|
|
@@ -212,17 +212,17 @@ export type UserEventPayloadPeering = {
|
|
|
212
212
|
/**
|
|
213
213
|
* The payload of the event, if requested.
|
|
214
214
|
*/
|
|
215
|
-
export type
|
|
216
|
-
team:
|
|
217
|
-
configuration:
|
|
215
|
+
export type OneHundredAndSeventyThree = {
|
|
216
|
+
team: UserEventPayload173Team;
|
|
217
|
+
configuration: UserEventPayload173Configuration;
|
|
218
218
|
peering: UserEventPayloadPeering;
|
|
219
219
|
newName?: string | undefined;
|
|
220
220
|
};
|
|
221
|
-
export type
|
|
221
|
+
export type UserEventPayload172Team = {
|
|
222
222
|
id: string;
|
|
223
223
|
name: string;
|
|
224
224
|
};
|
|
225
|
-
export type
|
|
225
|
+
export type UserEventPayload172Configuration = {
|
|
226
226
|
id: string;
|
|
227
227
|
name?: string | undefined;
|
|
228
228
|
};
|
|
@@ -233,16 +233,16 @@ export type PayloadPeering = {
|
|
|
233
233
|
/**
|
|
234
234
|
* The payload of the event, if requested.
|
|
235
235
|
*/
|
|
236
|
-
export type
|
|
237
|
-
team:
|
|
238
|
-
configuration:
|
|
236
|
+
export type OneHundredAndSeventyTwo = {
|
|
237
|
+
team: UserEventPayload172Team;
|
|
238
|
+
configuration: UserEventPayload172Configuration;
|
|
239
239
|
peering: PayloadPeering;
|
|
240
240
|
};
|
|
241
|
-
export type
|
|
241
|
+
export type UserEventPayload171Team = {
|
|
242
242
|
id: string;
|
|
243
243
|
name: string;
|
|
244
244
|
};
|
|
245
|
-
export type
|
|
245
|
+
export type UserEventPayload171Configuration = {
|
|
246
246
|
id: string;
|
|
247
247
|
name?: string | undefined;
|
|
248
248
|
};
|
|
@@ -255,9 +255,9 @@ export type Peering = {
|
|
|
255
255
|
/**
|
|
256
256
|
* The payload of the event, if requested.
|
|
257
257
|
*/
|
|
258
|
-
export type
|
|
259
|
-
team:
|
|
260
|
-
configuration:
|
|
258
|
+
export type OneHundredAndSeventyOne = {
|
|
259
|
+
team: UserEventPayload171Team;
|
|
260
|
+
configuration: UserEventPayload171Configuration;
|
|
261
261
|
peering: Peering;
|
|
262
262
|
};
|
|
263
263
|
/**
|
|
@@ -276,7 +276,7 @@ export type App = {
|
|
|
276
276
|
/**
|
|
277
277
|
* The payload of the event, if requested.
|
|
278
278
|
*/
|
|
279
|
-
export type
|
|
279
|
+
export type OneHundredAndSeventy = {
|
|
280
280
|
/**
|
|
281
281
|
* The App's name at the moment this even was published (it may have changed since then).
|
|
282
282
|
*/
|
|
@@ -294,19 +294,19 @@ export type OneHundredAndSeventyOne = {
|
|
|
294
294
|
*/
|
|
295
295
|
issuedBefore?: number | undefined;
|
|
296
296
|
};
|
|
297
|
-
export declare const
|
|
297
|
+
export declare const UserEventPayload169Type: {
|
|
298
298
|
readonly List: "list";
|
|
299
299
|
};
|
|
300
|
-
export type
|
|
301
|
-
export declare const
|
|
300
|
+
export type UserEventPayload169Type = ClosedEnum<typeof UserEventPayload169Type>;
|
|
301
|
+
export declare const UserEventPayload169BeforeType: {
|
|
302
302
|
readonly String: "string";
|
|
303
303
|
};
|
|
304
|
-
export type
|
|
304
|
+
export type UserEventPayload169BeforeType = ClosedEnum<typeof UserEventPayload169BeforeType>;
|
|
305
305
|
export type PayloadItems = {
|
|
306
|
-
type:
|
|
306
|
+
type: UserEventPayload169BeforeType;
|
|
307
307
|
};
|
|
308
308
|
export type PayloadProjectIds = {
|
|
309
|
-
type:
|
|
309
|
+
type: UserEventPayload169Type;
|
|
310
310
|
required: boolean;
|
|
311
311
|
items: PayloadItems;
|
|
312
312
|
};
|
|
@@ -316,19 +316,19 @@ export type PayloadResources = {
|
|
|
316
316
|
export type Before = {
|
|
317
317
|
resources?: PayloadResources | undefined;
|
|
318
318
|
};
|
|
319
|
-
export declare const
|
|
319
|
+
export declare const UserEventPayload169AfterType: {
|
|
320
320
|
readonly List: "list";
|
|
321
321
|
};
|
|
322
|
-
export type
|
|
323
|
-
export declare const
|
|
322
|
+
export type UserEventPayload169AfterType = ClosedEnum<typeof UserEventPayload169AfterType>;
|
|
323
|
+
export declare const UserEventPayload169AfterResourcesType: {
|
|
324
324
|
readonly String: "string";
|
|
325
325
|
};
|
|
326
|
-
export type
|
|
326
|
+
export type UserEventPayload169AfterResourcesType = ClosedEnum<typeof UserEventPayload169AfterResourcesType>;
|
|
327
327
|
export type UserEventPayloadItems = {
|
|
328
|
-
type:
|
|
328
|
+
type: UserEventPayload169AfterResourcesType;
|
|
329
329
|
};
|
|
330
330
|
export type UserEventPayloadProjectIds = {
|
|
331
|
-
type:
|
|
331
|
+
type: UserEventPayload169AfterType;
|
|
332
332
|
required: boolean;
|
|
333
333
|
items: UserEventPayloadItems;
|
|
334
334
|
};
|
|
@@ -341,26 +341,26 @@ export type After = {
|
|
|
341
341
|
/**
|
|
342
342
|
* The payload of the event, if requested.
|
|
343
343
|
*/
|
|
344
|
-
export type
|
|
344
|
+
export type OneHundredAndSixtyNine = {
|
|
345
345
|
appName: string;
|
|
346
346
|
appId?: string | undefined;
|
|
347
347
|
installationId?: string | undefined;
|
|
348
348
|
before?: Before | undefined;
|
|
349
349
|
after?: After | undefined;
|
|
350
350
|
};
|
|
351
|
-
export declare const
|
|
351
|
+
export declare const UserEventPayload168Type: {
|
|
352
352
|
readonly List: "list";
|
|
353
353
|
};
|
|
354
|
-
export type
|
|
355
|
-
export declare const
|
|
354
|
+
export type UserEventPayload168Type = ClosedEnum<typeof UserEventPayload168Type>;
|
|
355
|
+
export declare const UserEventPayload168ResourcesType: {
|
|
356
356
|
readonly String: "string";
|
|
357
357
|
};
|
|
358
|
-
export type
|
|
358
|
+
export type UserEventPayload168ResourcesType = ClosedEnum<typeof UserEventPayload168ResourcesType>;
|
|
359
359
|
export type Items = {
|
|
360
|
-
type:
|
|
360
|
+
type: UserEventPayload168ResourcesType;
|
|
361
361
|
};
|
|
362
362
|
export type ProjectIds = {
|
|
363
|
-
type:
|
|
363
|
+
type: UserEventPayload168Type;
|
|
364
364
|
required: boolean;
|
|
365
365
|
items: Items;
|
|
366
366
|
};
|
|
@@ -370,7 +370,7 @@ export type Resources = {
|
|
|
370
370
|
/**
|
|
371
371
|
* The payload of the event, if requested.
|
|
372
372
|
*/
|
|
373
|
-
export type
|
|
373
|
+
export type OneHundredAndSixtyEight = {
|
|
374
374
|
appName: string;
|
|
375
375
|
appId?: string | undefined;
|
|
376
376
|
resources?: Resources | undefined;
|
|
@@ -378,7 +378,7 @@ export type OneHundredAndSixtyNine = {
|
|
|
378
378
|
/**
|
|
379
379
|
* The payload of the event, if requested.
|
|
380
380
|
*/
|
|
381
|
-
export type
|
|
381
|
+
export type OneHundredAndSixtySeven = {
|
|
382
382
|
appName: string;
|
|
383
383
|
appId?: string | undefined;
|
|
384
384
|
secretLastFourChars?: string | undefined;
|
|
@@ -386,7 +386,7 @@ export type OneHundredAndSixtyEight = {
|
|
|
386
386
|
/**
|
|
387
387
|
* The payload of the event, if requested.
|
|
388
388
|
*/
|
|
389
|
-
export type
|
|
389
|
+
export type OneHundredAndSixtySix = {
|
|
390
390
|
appName: string;
|
|
391
391
|
appId?: string | undefined;
|
|
392
392
|
};
|
|
@@ -406,6 +406,7 @@ export declare const NextPermissions: {
|
|
|
406
406
|
readonly ReadTeam: "read:team";
|
|
407
407
|
readonly ReadWriteTeam: "read-write:team";
|
|
408
408
|
readonly ReadBilling: "read:billing";
|
|
409
|
+
readonly ReadWriteAiGatewayApiKey: "read-write:ai-gateway-api-key";
|
|
409
410
|
readonly ReadProject: "read:project";
|
|
410
411
|
readonly ReadWriteProject: "read-write:project";
|
|
411
412
|
readonly ReadDeployment: "read:deployment";
|
|
@@ -422,7 +423,7 @@ export type NextAcceptedPermissionSets = {
|
|
|
422
423
|
/**
|
|
423
424
|
* The payload of the event, if requested.
|
|
424
425
|
*/
|
|
425
|
-
export type
|
|
426
|
+
export type OneHundredAndSixtyFive = {
|
|
426
427
|
appName: string;
|
|
427
428
|
appId?: string | undefined;
|
|
428
429
|
nextScopes: Array<NextScopes>;
|
|
@@ -445,6 +446,7 @@ export declare const Permissions: {
|
|
|
445
446
|
readonly ReadTeam: "read:team";
|
|
446
447
|
readonly ReadWriteTeam: "read-write:team";
|
|
447
448
|
readonly ReadBilling: "read:billing";
|
|
449
|
+
readonly ReadWriteAiGatewayApiKey: "read-write:ai-gateway-api-key";
|
|
448
450
|
readonly ReadProject: "read:project";
|
|
449
451
|
readonly ReadWriteProject: "read-write:project";
|
|
450
452
|
readonly ReadDeployment: "read:deployment";
|
|
@@ -461,7 +463,7 @@ export type AcceptedPermissionSets = {
|
|
|
461
463
|
/**
|
|
462
464
|
* The payload of the event, if requested.
|
|
463
465
|
*/
|
|
464
|
-
export type
|
|
466
|
+
export type OneHundredAndSixtyFour = {
|
|
465
467
|
appName: string;
|
|
466
468
|
appId?: string | undefined;
|
|
467
469
|
scopes: Array<PayloadScopes>;
|
|
@@ -471,7 +473,7 @@ export type OneHundredAndSixtyFive = {
|
|
|
471
473
|
/**
|
|
472
474
|
* The payload of the event, if requested.
|
|
473
475
|
*/
|
|
474
|
-
export type
|
|
476
|
+
export type OneHundredAndSixtyThree = {
|
|
475
477
|
oldName: string;
|
|
476
478
|
newName: string;
|
|
477
479
|
};
|
|
@@ -483,7 +485,7 @@ export type Tier = ClosedEnum<typeof Tier>;
|
|
|
483
485
|
/**
|
|
484
486
|
* The payload of the event, if requested.
|
|
485
487
|
*/
|
|
486
|
-
export type
|
|
488
|
+
export type OneHundredAndSixtyTwo = {
|
|
487
489
|
tier: Tier;
|
|
488
490
|
};
|
|
489
491
|
export type ProjectWebAnalytics = {
|
|
@@ -503,7 +505,7 @@ export type PrevProjectWebAnalytics = {
|
|
|
503
505
|
/**
|
|
504
506
|
* The payload of the event, if requested.
|
|
505
507
|
*/
|
|
506
|
-
export type
|
|
508
|
+
export type OneHundredAndSixtyOne = {
|
|
507
509
|
projectId: string;
|
|
508
510
|
projectName: string;
|
|
509
511
|
projectWebAnalytics?: ProjectWebAnalytics | undefined;
|
|
@@ -570,7 +572,7 @@ export type Microfrontends1 = {
|
|
|
570
572
|
freeProjectForLegacyLimits?: boolean | undefined;
|
|
571
573
|
};
|
|
572
574
|
export type Microfrontends = Microfrontends1 | Microfrontends2 | Microfrontends3;
|
|
573
|
-
export type
|
|
575
|
+
export type UserEventPayload160Project = {
|
|
574
576
|
id: string;
|
|
575
577
|
name: string;
|
|
576
578
|
microfrontends?: Microfrontends1 | Microfrontends2 | Microfrontends3 | undefined;
|
|
@@ -636,11 +638,11 @@ export type UserEventMicrofrontends1 = {
|
|
|
636
638
|
freeProjectForLegacyLimits?: boolean | undefined;
|
|
637
639
|
};
|
|
638
640
|
export type PayloadMicrofrontends = UserEventMicrofrontends1 | UserEventMicrofrontends2 | UserEventMicrofrontends3;
|
|
639
|
-
export type
|
|
641
|
+
export type UserEventPayload160PrevProject = {
|
|
640
642
|
microfrontends?: UserEventMicrofrontends1 | UserEventMicrofrontends2 | UserEventMicrofrontends3 | undefined;
|
|
641
643
|
};
|
|
642
644
|
export type PayloadPrev = {
|
|
643
|
-
project:
|
|
645
|
+
project: UserEventPayload160PrevProject;
|
|
644
646
|
};
|
|
645
647
|
export type PayloadGroup = {
|
|
646
648
|
id: string;
|
|
@@ -650,12 +652,12 @@ export type PayloadGroup = {
|
|
|
650
652
|
/**
|
|
651
653
|
* The payload of the event, if requested.
|
|
652
654
|
*/
|
|
653
|
-
export type
|
|
654
|
-
project:
|
|
655
|
+
export type OneHundredAndSixty = {
|
|
656
|
+
project: UserEventPayload160Project;
|
|
655
657
|
prev: PayloadPrev;
|
|
656
658
|
group: PayloadGroup;
|
|
657
659
|
};
|
|
658
|
-
export type
|
|
660
|
+
export type UserEventPayload159Project = {
|
|
659
661
|
id: string;
|
|
660
662
|
name: string;
|
|
661
663
|
};
|
|
@@ -667,8 +669,8 @@ export type Group = {
|
|
|
667
669
|
/**
|
|
668
670
|
* The payload of the event, if requested.
|
|
669
671
|
*/
|
|
670
|
-
export type
|
|
671
|
-
project:
|
|
672
|
+
export type OneHundredAndFiftyNine = {
|
|
673
|
+
project: UserEventPayload159Project;
|
|
672
674
|
group: Group;
|
|
673
675
|
};
|
|
674
676
|
export type Prev = {
|
|
@@ -679,7 +681,7 @@ export type Prev = {
|
|
|
679
681
|
/**
|
|
680
682
|
* The payload of the event, if requested.
|
|
681
683
|
*/
|
|
682
|
-
export type
|
|
684
|
+
export type OneHundredAndFiftyEight = {
|
|
683
685
|
id: string;
|
|
684
686
|
slug?: string | undefined;
|
|
685
687
|
name?: string | undefined;
|
|
@@ -689,26 +691,26 @@ export type OneHundredAndFiftyNine = {
|
|
|
689
691
|
/**
|
|
690
692
|
* The payload of the event, if requested.
|
|
691
693
|
*/
|
|
692
|
-
export type
|
|
694
|
+
export type OneHundredAndFiftySeven = {
|
|
693
695
|
id: string;
|
|
694
696
|
slug: string;
|
|
695
697
|
name: string;
|
|
696
698
|
};
|
|
697
|
-
export declare const
|
|
699
|
+
export declare const UserEventPayload156Action: {
|
|
698
700
|
readonly Enable: "enable";
|
|
699
701
|
readonly Disable: "disable";
|
|
700
702
|
};
|
|
701
|
-
export type
|
|
703
|
+
export type UserEventPayload156Action = ClosedEnum<typeof UserEventPayload156Action>;
|
|
702
704
|
/**
|
|
703
705
|
* The payload of the event, if requested.
|
|
704
706
|
*/
|
|
705
|
-
export type
|
|
706
|
-
action:
|
|
707
|
+
export type OneHundredAndFiftySix = {
|
|
708
|
+
action: UserEventPayload156Action;
|
|
707
709
|
};
|
|
708
710
|
/**
|
|
709
711
|
* The payload of the event, if requested.
|
|
710
712
|
*/
|
|
711
|
-
export type
|
|
713
|
+
export type OneHundredAndFiftyFive = {
|
|
712
714
|
edgeConfigId: string;
|
|
713
715
|
edgeConfigSlug: string;
|
|
714
716
|
/**
|
|
@@ -719,7 +721,7 @@ export type OneHundredAndFiftySix = {
|
|
|
719
721
|
/**
|
|
720
722
|
* The payload of the event, if requested.
|
|
721
723
|
*/
|
|
722
|
-
export type
|
|
724
|
+
export type OneHundredAndFiftyFour = {
|
|
723
725
|
edgeConfigId: string;
|
|
724
726
|
edgeConfigSlug: string;
|
|
725
727
|
edgeConfigTokenId: string;
|
|
@@ -728,7 +730,7 @@ export type OneHundredAndFiftyFive = {
|
|
|
728
730
|
/**
|
|
729
731
|
* The payload of the event, if requested.
|
|
730
732
|
*/
|
|
731
|
-
export type
|
|
733
|
+
export type OneHundredAndFiftyThree = {
|
|
732
734
|
edgeConfigId: string;
|
|
733
735
|
edgeConfigSlug: string;
|
|
734
736
|
edgeConfigDigest: string;
|
|
@@ -736,27 +738,27 @@ export type OneHundredAndFiftyFour = {
|
|
|
736
738
|
/**
|
|
737
739
|
* The payload of the event, if requested.
|
|
738
740
|
*/
|
|
739
|
-
export type
|
|
741
|
+
export type OneHundredAndFiftyTwo = {
|
|
740
742
|
projectName: string;
|
|
741
743
|
srcImages: Array<string>;
|
|
742
744
|
};
|
|
743
745
|
/**
|
|
744
746
|
* The payload of the event, if requested.
|
|
745
747
|
*/
|
|
746
|
-
export type
|
|
748
|
+
export type OneHundredAndFiftyOne = {
|
|
747
749
|
projectName: string;
|
|
748
750
|
tags: Array<string>;
|
|
749
751
|
target?: string | undefined;
|
|
750
752
|
};
|
|
751
|
-
export declare const
|
|
753
|
+
export declare const UserEventPayload150Role: {
|
|
752
754
|
readonly Admin: "ADMIN";
|
|
753
755
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
754
756
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
755
757
|
};
|
|
756
|
-
export type
|
|
757
|
-
export type
|
|
758
|
+
export type UserEventPayload150Role = ClosedEnum<typeof UserEventPayload150Role>;
|
|
759
|
+
export type UserEventPayload150Project = {
|
|
758
760
|
name: string;
|
|
759
|
-
role:
|
|
761
|
+
role: UserEventPayload150Role;
|
|
760
762
|
invitedUserName: string;
|
|
761
763
|
id?: string | undefined;
|
|
762
764
|
invitedUserId?: string | undefined;
|
|
@@ -764,19 +766,19 @@ export type UserEventPayload151Project = {
|
|
|
764
766
|
/**
|
|
765
767
|
* The payload of the event, if requested.
|
|
766
768
|
*/
|
|
767
|
-
export type
|
|
768
|
-
project:
|
|
769
|
+
export type OneHundredAndFifty = {
|
|
770
|
+
project: UserEventPayload150Project;
|
|
769
771
|
};
|
|
770
|
-
export type
|
|
772
|
+
export type UserEventPayload149Project = {
|
|
771
773
|
id: string;
|
|
772
774
|
name: string;
|
|
773
775
|
};
|
|
774
|
-
export declare const
|
|
776
|
+
export declare const UserEventPayload149Role: {
|
|
775
777
|
readonly Admin: "ADMIN";
|
|
776
778
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
777
779
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
778
780
|
};
|
|
779
|
-
export type
|
|
781
|
+
export type UserEventPayload149Role = ClosedEnum<typeof UserEventPayload149Role>;
|
|
780
782
|
export declare const PayloadPreviousRole: {
|
|
781
783
|
readonly Admin: "ADMIN";
|
|
782
784
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
@@ -784,7 +786,7 @@ export declare const PayloadPreviousRole: {
|
|
|
784
786
|
};
|
|
785
787
|
export type PayloadPreviousRole = ClosedEnum<typeof PayloadPreviousRole>;
|
|
786
788
|
export type PayloadProjectMembership = {
|
|
787
|
-
role?:
|
|
789
|
+
role?: UserEventPayload149Role | undefined;
|
|
788
790
|
uid?: string | undefined;
|
|
789
791
|
createdAt?: number | undefined;
|
|
790
792
|
username?: string | undefined;
|
|
@@ -793,22 +795,22 @@ export type PayloadProjectMembership = {
|
|
|
793
795
|
/**
|
|
794
796
|
* The payload of the event, if requested.
|
|
795
797
|
*/
|
|
796
|
-
export type
|
|
797
|
-
project:
|
|
798
|
+
export type OneHundredAndFortyNine = {
|
|
799
|
+
project: UserEventPayload149Project;
|
|
798
800
|
projectMembership: PayloadProjectMembership;
|
|
799
801
|
};
|
|
800
|
-
export type
|
|
802
|
+
export type UserEventPayload148Project = {
|
|
801
803
|
name: string;
|
|
802
804
|
id?: string | undefined;
|
|
803
805
|
};
|
|
804
|
-
export declare const
|
|
806
|
+
export declare const UserEventPayload148Role: {
|
|
805
807
|
readonly Admin: "ADMIN";
|
|
806
808
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
807
809
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
808
810
|
};
|
|
809
|
-
export type
|
|
811
|
+
export type UserEventPayload148Role = ClosedEnum<typeof UserEventPayload148Role>;
|
|
810
812
|
export type RemovedMembership = {
|
|
811
|
-
role:
|
|
813
|
+
role: UserEventPayload148Role;
|
|
812
814
|
uid: string;
|
|
813
815
|
createdAt: number;
|
|
814
816
|
username?: string | undefined;
|
|
@@ -816,22 +818,22 @@ export type RemovedMembership = {
|
|
|
816
818
|
/**
|
|
817
819
|
* The payload of the event, if requested.
|
|
818
820
|
*/
|
|
819
|
-
export type
|
|
820
|
-
project:
|
|
821
|
+
export type OneHundredAndFortyEight = {
|
|
822
|
+
project: UserEventPayload148Project;
|
|
821
823
|
removedMembership: RemovedMembership;
|
|
822
824
|
};
|
|
823
|
-
export type
|
|
825
|
+
export type UserEventPayload147Project = {
|
|
824
826
|
name: string;
|
|
825
827
|
id?: string | undefined;
|
|
826
828
|
};
|
|
827
|
-
export declare const
|
|
829
|
+
export declare const UserEventPayload147Role: {
|
|
828
830
|
readonly Admin: "ADMIN";
|
|
829
831
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
830
832
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
831
833
|
};
|
|
832
|
-
export type
|
|
834
|
+
export type UserEventPayload147Role = ClosedEnum<typeof UserEventPayload147Role>;
|
|
833
835
|
export type ProjectMembership = {
|
|
834
|
-
role:
|
|
836
|
+
role: UserEventPayload147Role;
|
|
835
837
|
uid: string;
|
|
836
838
|
createdAt: number;
|
|
837
839
|
username?: string | undefined;
|
|
@@ -839,14 +841,14 @@ export type ProjectMembership = {
|
|
|
839
841
|
/**
|
|
840
842
|
* The payload of the event, if requested.
|
|
841
843
|
*/
|
|
842
|
-
export type
|
|
843
|
-
project:
|
|
844
|
+
export type OneHundredAndFortySeven = {
|
|
845
|
+
project: UserEventPayload147Project;
|
|
844
846
|
projectMembership: ProjectMembership | null;
|
|
845
847
|
};
|
|
846
848
|
/**
|
|
847
849
|
* The payload of the event, if requested.
|
|
848
850
|
*/
|
|
849
|
-
export type
|
|
851
|
+
export type OneHundredAndFortySix = {
|
|
850
852
|
previousProjectName: string;
|
|
851
853
|
newProjectName: string;
|
|
852
854
|
originAccountName: string;
|
|
@@ -855,7 +857,7 @@ export type OneHundredAndFortySeven = {
|
|
|
855
857
|
/**
|
|
856
858
|
* The payload of the event, if requested.
|
|
857
859
|
*/
|
|
858
|
-
export type
|
|
860
|
+
export type OneHundredAndFortyFive = {
|
|
859
861
|
previousProjectName: string;
|
|
860
862
|
newProjectName: string;
|
|
861
863
|
destinationAccountName: string;
|
|
@@ -864,7 +866,7 @@ export type OneHundredAndFortySix = {
|
|
|
864
866
|
/**
|
|
865
867
|
* The payload of the event, if requested.
|
|
866
868
|
*/
|
|
867
|
-
export type
|
|
869
|
+
export type OneHundredAndFortyFour = {
|
|
868
870
|
projectName: string;
|
|
869
871
|
destinationAccountName: string | null;
|
|
870
872
|
transferId?: string | undefined;
|
|
@@ -872,7 +874,7 @@ export type OneHundredAndFortyFive = {
|
|
|
872
874
|
/**
|
|
873
875
|
* The payload of the event, if requested.
|
|
874
876
|
*/
|
|
875
|
-
export type
|
|
877
|
+
export type OneHundredAndFortyThree = {
|
|
876
878
|
projectId: string;
|
|
877
879
|
projectName: string;
|
|
878
880
|
originAccountName: string;
|
|
@@ -883,7 +885,7 @@ export type OneHundredAndFortyFour = {
|
|
|
883
885
|
/**
|
|
884
886
|
* The payload of the event, if requested.
|
|
885
887
|
*/
|
|
886
|
-
export type
|
|
888
|
+
export type OneHundredAndFortyTwo = {
|
|
887
889
|
requestedTeamName: string;
|
|
888
890
|
requestedUserName?: string | undefined;
|
|
889
891
|
gitUsername?: string | undefined;
|
|
@@ -894,7 +896,7 @@ export type OneHundredAndFortyThree = {
|
|
|
894
896
|
/**
|
|
895
897
|
* The payload of the event, if requested.
|
|
896
898
|
*/
|
|
897
|
-
export type
|
|
899
|
+
export type OneHundredAndFortyOne = {
|
|
898
900
|
teamName: string;
|
|
899
901
|
username?: string | undefined;
|
|
900
902
|
gitUsername?: string | null | undefined;
|
|
@@ -905,7 +907,7 @@ export type OneHundredAndFortyTwo = {
|
|
|
905
907
|
/**
|
|
906
908
|
* The payload of the event, if requested.
|
|
907
909
|
*/
|
|
908
|
-
export type
|
|
910
|
+
export type OneHundredAndForty = {
|
|
909
911
|
teamName: string;
|
|
910
912
|
username?: string | undefined;
|
|
911
913
|
gitUsername?: string | undefined;
|
|
@@ -918,21 +920,21 @@ export type OneHundredAndFortyOne = {
|
|
|
918
920
|
/**
|
|
919
921
|
* The payload of the event, if requested.
|
|
920
922
|
*/
|
|
921
|
-
export type
|
|
923
|
+
export type OneHundredAndThirtyNine = {
|
|
922
924
|
price?: number | undefined;
|
|
923
925
|
currency?: string | undefined;
|
|
924
926
|
};
|
|
925
927
|
/**
|
|
926
928
|
* The payload of the event, if requested.
|
|
927
929
|
*/
|
|
928
|
-
export type
|
|
930
|
+
export type OneHundredAndThirtyEight = {
|
|
929
931
|
previewDeploymentSuffix?: string | null | undefined;
|
|
930
932
|
previousPreviewDeploymentSuffix?: string | null | undefined;
|
|
931
933
|
};
|
|
932
934
|
/**
|
|
933
935
|
* The payload of the event, if requested.
|
|
934
936
|
*/
|
|
935
|
-
export type
|
|
937
|
+
export type OneHundredAndThirtySeven = {
|
|
936
938
|
price?: number | undefined;
|
|
937
939
|
currency?: string | undefined;
|
|
938
940
|
enabled?: boolean | undefined;
|
|
@@ -940,26 +942,26 @@ export type OneHundredAndThirtyEight = {
|
|
|
940
942
|
/**
|
|
941
943
|
* The payload of the event, if requested.
|
|
942
944
|
*/
|
|
943
|
-
export type
|
|
945
|
+
export type OneHundredAndThirtySix = {
|
|
944
946
|
username: string;
|
|
945
947
|
};
|
|
946
948
|
/**
|
|
947
949
|
* The payload of the event, if requested.
|
|
948
950
|
*/
|
|
949
|
-
export type
|
|
951
|
+
export type OneHundredAndThirtyFive = {
|
|
950
952
|
email: string;
|
|
951
953
|
prevEmail: string;
|
|
952
954
|
};
|
|
953
955
|
/**
|
|
954
956
|
* The payload of the event, if requested.
|
|
955
957
|
*/
|
|
956
|
-
export type
|
|
958
|
+
export type OneHundredAndThirtyFour = {
|
|
957
959
|
mfaEnabled: boolean;
|
|
958
960
|
};
|
|
959
961
|
/**
|
|
960
962
|
* The payload of the event, if requested.
|
|
961
963
|
*/
|
|
962
|
-
export type
|
|
964
|
+
export type OneHundredAndThirtyThree = {
|
|
963
965
|
enabled: boolean;
|
|
964
966
|
totpVerified: boolean;
|
|
965
967
|
};
|
|
@@ -974,7 +976,7 @@ export type PayloadNext = {
|
|
|
974
976
|
/**
|
|
975
977
|
* The payload of the event, if requested.
|
|
976
978
|
*/
|
|
977
|
-
export type
|
|
979
|
+
export type OneHundredAndThirtyTwo = {
|
|
978
980
|
previous: PayloadPrevious;
|
|
979
981
|
next: PayloadNext;
|
|
980
982
|
};
|
|
@@ -987,7 +989,7 @@ export type PayloadRemoteCaching = {
|
|
|
987
989
|
/**
|
|
988
990
|
* The payload of the event, if requested.
|
|
989
991
|
*/
|
|
990
|
-
export type
|
|
992
|
+
export type OneHundredAndThirtyOne = {
|
|
991
993
|
/**
|
|
992
994
|
* Represents configuration for remote caching
|
|
993
995
|
*/
|
|
@@ -996,31 +998,31 @@ export type OneHundredAndThirtyTwo = {
|
|
|
996
998
|
/**
|
|
997
999
|
* The payload of the event, if requested.
|
|
998
1000
|
*/
|
|
999
|
-
export type
|
|
1001
|
+
export type OneHundredAndThirty = {
|
|
1000
1002
|
slug?: string | undefined;
|
|
1001
1003
|
};
|
|
1002
1004
|
/**
|
|
1003
1005
|
* The payload of the event, if requested.
|
|
1004
1006
|
*/
|
|
1005
|
-
export type
|
|
1007
|
+
export type OneHundredAndTwentyNine = {
|
|
1006
1008
|
name?: string | undefined;
|
|
1007
1009
|
};
|
|
1008
1010
|
/**
|
|
1009
1011
|
* The payload of the event, if requested.
|
|
1010
1012
|
*/
|
|
1011
|
-
export type
|
|
1013
|
+
export type OneHundredAndTwentyEight = {
|
|
1012
1014
|
enforced: boolean;
|
|
1013
1015
|
};
|
|
1014
|
-
export type
|
|
1016
|
+
export type UserEventPayload127User = {
|
|
1015
1017
|
id: string;
|
|
1016
1018
|
username: string;
|
|
1017
1019
|
};
|
|
1018
1020
|
/**
|
|
1019
1021
|
* The payload of the event, if requested.
|
|
1020
1022
|
*/
|
|
1021
|
-
export type
|
|
1023
|
+
export type OneHundredAndTwentySeven = {
|
|
1022
1024
|
entitlement: string;
|
|
1023
|
-
user:
|
|
1025
|
+
user: UserEventPayload127User;
|
|
1024
1026
|
previousCanceledAt?: string | undefined;
|
|
1025
1027
|
};
|
|
1026
1028
|
export type UserEventPayloadUser = {
|
|
@@ -1030,7 +1032,7 @@ export type UserEventPayloadUser = {
|
|
|
1030
1032
|
/**
|
|
1031
1033
|
* The payload of the event, if requested.
|
|
1032
1034
|
*/
|
|
1033
|
-
export type
|
|
1035
|
+
export type OneHundredAndTwentySix = {
|
|
1034
1036
|
entitlement: string;
|
|
1035
1037
|
user: UserEventPayloadUser;
|
|
1036
1038
|
};
|
|
@@ -1041,7 +1043,7 @@ export type UpdatedUser = {
|
|
|
1041
1043
|
/**
|
|
1042
1044
|
* The payload of the event, if requested.
|
|
1043
1045
|
*/
|
|
1044
|
-
export type
|
|
1046
|
+
export type OneHundredAndTwentyFive = {
|
|
1045
1047
|
directoryType?: string | undefined;
|
|
1046
1048
|
updatedUser?: UpdatedUser | undefined;
|
|
1047
1049
|
role?: string | undefined;
|
|
@@ -1051,7 +1053,7 @@ export type OneHundredAndTwentySix = {
|
|
|
1051
1053
|
/**
|
|
1052
1054
|
* The payload of the event, if requested.
|
|
1053
1055
|
*/
|
|
1054
|
-
export type
|
|
1056
|
+
export type OneHundredAndTwentyFour = {
|
|
1055
1057
|
role?: string | undefined;
|
|
1056
1058
|
uid: string;
|
|
1057
1059
|
origin?: string | undefined;
|
|
@@ -1089,7 +1091,7 @@ export type NewPlan = ClosedEnum<typeof NewPlan>;
|
|
|
1089
1091
|
/**
|
|
1090
1092
|
* The payload of the event, if requested.
|
|
1091
1093
|
*/
|
|
1092
|
-
export type
|
|
1094
|
+
export type OneHundredAndTwentyThree = {
|
|
1093
1095
|
deletedUser?: DeletedUser | undefined;
|
|
1094
1096
|
deletedUid?: string | undefined;
|
|
1095
1097
|
githubUsername?: string | null | undefined;
|
|
@@ -1109,7 +1111,7 @@ export type InvitedUser = {
|
|
|
1109
1111
|
/**
|
|
1110
1112
|
* The payload of the event, if requested.
|
|
1111
1113
|
*/
|
|
1112
|
-
export type
|
|
1114
|
+
export type OneHundredAndTwentyTwo = {
|
|
1113
1115
|
directoryType?: string | undefined;
|
|
1114
1116
|
ssoType?: string | undefined;
|
|
1115
1117
|
invitedUser?: InvitedUser | undefined;
|
|
@@ -1122,7 +1124,7 @@ export type Reasons = {
|
|
|
1122
1124
|
slug: string;
|
|
1123
1125
|
description: string;
|
|
1124
1126
|
};
|
|
1125
|
-
export declare const
|
|
1127
|
+
export declare const UserEventPayload121Role: {
|
|
1126
1128
|
readonly Owner: "OWNER";
|
|
1127
1129
|
readonly Member: "MEMBER";
|
|
1128
1130
|
readonly Developer: "DEVELOPER";
|
|
@@ -1132,16 +1134,16 @@ export declare const UserEventPayload122Role: {
|
|
|
1132
1134
|
readonly ViewerForPlus: "VIEWER_FOR_PLUS";
|
|
1133
1135
|
readonly Contributor: "CONTRIBUTOR";
|
|
1134
1136
|
};
|
|
1135
|
-
export type
|
|
1137
|
+
export type UserEventPayload121Role = ClosedEnum<typeof UserEventPayload121Role>;
|
|
1136
1138
|
export type PayloadRemovedUsers = {
|
|
1137
|
-
role:
|
|
1139
|
+
role: UserEventPayload121Role;
|
|
1138
1140
|
confirmed: boolean;
|
|
1139
1141
|
confirmedAt?: number | undefined;
|
|
1140
1142
|
};
|
|
1141
1143
|
/**
|
|
1142
1144
|
* The payload of the event, if requested.
|
|
1143
1145
|
*/
|
|
1144
|
-
export type
|
|
1146
|
+
export type OneHundredAndTwentyOne = {
|
|
1145
1147
|
slug: string;
|
|
1146
1148
|
teamId: string;
|
|
1147
1149
|
by: string;
|
|
@@ -1156,7 +1158,7 @@ export type OneHundredAndTwentyTwo = {
|
|
|
1156
1158
|
/**
|
|
1157
1159
|
* The payload of the event, if requested.
|
|
1158
1160
|
*/
|
|
1159
|
-
export type
|
|
1161
|
+
export type OneHundredAndTwenty = {
|
|
1160
1162
|
slug: string;
|
|
1161
1163
|
};
|
|
1162
1164
|
export type Store = {
|
|
@@ -1166,7 +1168,7 @@ export type Store = {
|
|
|
1166
1168
|
/**
|
|
1167
1169
|
* The payload of the event, if requested.
|
|
1168
1170
|
*/
|
|
1169
|
-
export type
|
|
1171
|
+
export type OneHundredAndNineteen = {
|
|
1170
1172
|
store: Store;
|
|
1171
1173
|
ownerId?: string | undefined;
|
|
1172
1174
|
};
|
|
@@ -1178,13 +1180,13 @@ export type StoreType = ClosedEnum<typeof StoreType>;
|
|
|
1178
1180
|
/**
|
|
1179
1181
|
* The payload of the event, if requested.
|
|
1180
1182
|
*/
|
|
1181
|
-
export type
|
|
1183
|
+
export type OneHundredAndEighteen = {
|
|
1182
1184
|
storeType: StoreType;
|
|
1183
1185
|
};
|
|
1184
1186
|
export declare const UserEventPayloadType: {
|
|
1185
1187
|
readonly Redis: "redis";
|
|
1186
|
-
readonly EdgeConfig: "edge-config";
|
|
1187
1188
|
readonly Postgres: "postgres";
|
|
1189
|
+
readonly EdgeConfig: "edge-config";
|
|
1188
1190
|
readonly Blob: "blob";
|
|
1189
1191
|
readonly Integration: "integration";
|
|
1190
1192
|
};
|
|
@@ -1192,7 +1194,7 @@ export type UserEventPayloadType = ClosedEnum<typeof UserEventPayloadType>;
|
|
|
1192
1194
|
/**
|
|
1193
1195
|
* The payload of the event, if requested.
|
|
1194
1196
|
*/
|
|
1195
|
-
export type
|
|
1197
|
+
export type OneHundredAndSeventeen = {
|
|
1196
1198
|
id: string;
|
|
1197
1199
|
name?: string | undefined;
|
|
1198
1200
|
computeUnitsMax?: number | undefined;
|
|
@@ -1203,19 +1205,19 @@ export type OneHundredAndEighteen = {
|
|
|
1203
1205
|
/**
|
|
1204
1206
|
* The payload of the event, if requested.
|
|
1205
1207
|
*/
|
|
1206
|
-
export type
|
|
1208
|
+
export type OneHundredAndSixteen = {
|
|
1207
1209
|
webhookUrl?: string | undefined;
|
|
1208
1210
|
};
|
|
1209
1211
|
/**
|
|
1210
1212
|
* The budget type
|
|
1211
1213
|
*/
|
|
1212
|
-
export declare const
|
|
1214
|
+
export declare const UserEventPayload115Type: {
|
|
1213
1215
|
readonly Fixed: "fixed";
|
|
1214
1216
|
};
|
|
1215
1217
|
/**
|
|
1216
1218
|
* The budget type
|
|
1217
1219
|
*/
|
|
1218
|
-
export type
|
|
1220
|
+
export type UserEventPayload115Type = ClosedEnum<typeof UserEventPayload115Type>;
|
|
1219
1221
|
/**
|
|
1220
1222
|
* The acive pricing plan the team is billed with
|
|
1221
1223
|
*/
|
|
@@ -1235,7 +1237,7 @@ export type UserEventPayloadBudget = {
|
|
|
1235
1237
|
/**
|
|
1236
1238
|
* The budget type
|
|
1237
1239
|
*/
|
|
1238
|
-
type:
|
|
1240
|
+
type: UserEventPayload115Type;
|
|
1239
1241
|
/**
|
|
1240
1242
|
* Budget amount (USD / dollars)
|
|
1241
1243
|
*/
|
|
@@ -1288,7 +1290,7 @@ export type UserEventPayloadBudget = {
|
|
|
1288
1290
|
/**
|
|
1289
1291
|
* The payload of the event, if requested.
|
|
1290
1292
|
*/
|
|
1291
|
-
export type
|
|
1293
|
+
export type OneHundredAndFifteen = {
|
|
1292
1294
|
/**
|
|
1293
1295
|
* Represents a budget for tracking and notifying teams on their spending.
|
|
1294
1296
|
*/
|
|
@@ -1298,13 +1300,13 @@ export type OneHundredAndSixteen = {
|
|
|
1298
1300
|
/**
|
|
1299
1301
|
* The budget type
|
|
1300
1302
|
*/
|
|
1301
|
-
export declare const
|
|
1303
|
+
export declare const UserEventPayload114Type: {
|
|
1302
1304
|
readonly Fixed: "fixed";
|
|
1303
1305
|
};
|
|
1304
1306
|
/**
|
|
1305
1307
|
* The budget type
|
|
1306
1308
|
*/
|
|
1307
|
-
export type
|
|
1309
|
+
export type UserEventPayload114Type = ClosedEnum<typeof UserEventPayload114Type>;
|
|
1308
1310
|
/**
|
|
1309
1311
|
* The acive pricing plan the team is billed with
|
|
1310
1312
|
*/
|
|
@@ -1324,7 +1326,7 @@ export type PayloadBudget = {
|
|
|
1324
1326
|
/**
|
|
1325
1327
|
* The budget type
|
|
1326
1328
|
*/
|
|
1327
|
-
type:
|
|
1329
|
+
type: UserEventPayload114Type;
|
|
1328
1330
|
/**
|
|
1329
1331
|
* Budget amount (USD / dollars)
|
|
1330
1332
|
*/
|
|
@@ -1377,7 +1379,7 @@ export type PayloadBudget = {
|
|
|
1377
1379
|
/**
|
|
1378
1380
|
* The payload of the event, if requested.
|
|
1379
1381
|
*/
|
|
1380
|
-
export type
|
|
1382
|
+
export type OneHundredAndFourteen = {
|
|
1381
1383
|
/**
|
|
1382
1384
|
* Represents a budget for tracking and notifying teams on their spending.
|
|
1383
1385
|
*/
|
|
@@ -1386,13 +1388,13 @@ export type OneHundredAndFifteen = {
|
|
|
1386
1388
|
/**
|
|
1387
1389
|
* The budget type
|
|
1388
1390
|
*/
|
|
1389
|
-
export declare const
|
|
1391
|
+
export declare const UserEventPayload113Type: {
|
|
1390
1392
|
readonly Fixed: "fixed";
|
|
1391
1393
|
};
|
|
1392
1394
|
/**
|
|
1393
1395
|
* The budget type
|
|
1394
1396
|
*/
|
|
1395
|
-
export type
|
|
1397
|
+
export type UserEventPayload113Type = ClosedEnum<typeof UserEventPayload113Type>;
|
|
1396
1398
|
/**
|
|
1397
1399
|
* The acive pricing plan the team is billed with
|
|
1398
1400
|
*/
|
|
@@ -1412,7 +1414,7 @@ export type BudgetItem = {
|
|
|
1412
1414
|
/**
|
|
1413
1415
|
* The budget type
|
|
1414
1416
|
*/
|
|
1415
|
-
type:
|
|
1417
|
+
type: UserEventPayload113Type;
|
|
1416
1418
|
/**
|
|
1417
1419
|
* Budget amount (USD / dollars)
|
|
1418
1420
|
*/
|
|
@@ -1471,7 +1473,7 @@ export type Budget = {
|
|
|
1471
1473
|
/**
|
|
1472
1474
|
* The payload of the event, if requested.
|
|
1473
1475
|
*/
|
|
1474
|
-
export type
|
|
1476
|
+
export type OneHundredAndThirteen = {
|
|
1475
1477
|
budget: Budget;
|
|
1476
1478
|
};
|
|
1477
1479
|
export type ScalingRules = {
|
|
@@ -1481,7 +1483,7 @@ export type ScalingRules = {
|
|
|
1481
1483
|
/**
|
|
1482
1484
|
* The payload of the event, if requested.
|
|
1483
1485
|
*/
|
|
1484
|
-
export type
|
|
1486
|
+
export type OneHundredAndTwelve = {
|
|
1485
1487
|
scalingRules: {
|
|
1486
1488
|
[k: string]: ScalingRules;
|
|
1487
1489
|
};
|
|
@@ -1492,13 +1494,13 @@ export type OneHundredAndThirteen = {
|
|
|
1492
1494
|
/**
|
|
1493
1495
|
* The payload of the event, if requested.
|
|
1494
1496
|
*/
|
|
1495
|
-
export type
|
|
1497
|
+
export type OneHundredAndEleven = {
|
|
1496
1498
|
bio: string;
|
|
1497
1499
|
};
|
|
1498
1500
|
/**
|
|
1499
1501
|
* The payload of the event, if requested.
|
|
1500
1502
|
*/
|
|
1501
|
-
export type
|
|
1503
|
+
export type OneHundredAndTen = {
|
|
1502
1504
|
oldName: string;
|
|
1503
1505
|
newName: string;
|
|
1504
1506
|
uid?: string | undefined;
|
|
@@ -1510,11 +1512,11 @@ export type Name = Name2 | string;
|
|
|
1510
1512
|
/**
|
|
1511
1513
|
* The payload of the event, if requested.
|
|
1512
1514
|
*/
|
|
1513
|
-
export type
|
|
1515
|
+
export type OneHundredAndNine = {
|
|
1514
1516
|
uid: string;
|
|
1515
1517
|
name: Name2 | string;
|
|
1516
1518
|
};
|
|
1517
|
-
export type
|
|
1519
|
+
export type UserEventPayload108Team = {
|
|
1518
1520
|
id: string;
|
|
1519
1521
|
name?: string | undefined;
|
|
1520
1522
|
};
|
|
@@ -1524,11 +1526,11 @@ export type PayloadPreviousRule = {
|
|
|
1524
1526
|
/**
|
|
1525
1527
|
* The payload of the event, if requested.
|
|
1526
1528
|
*/
|
|
1527
|
-
export type
|
|
1528
|
-
team:
|
|
1529
|
+
export type OneHundredAndEight = {
|
|
1530
|
+
team: UserEventPayload108Team;
|
|
1529
1531
|
previousRule: PayloadPreviousRule;
|
|
1530
1532
|
};
|
|
1531
|
-
export type
|
|
1533
|
+
export type UserEventPayload107Team = {
|
|
1532
1534
|
id: string;
|
|
1533
1535
|
name?: string | undefined;
|
|
1534
1536
|
};
|
|
@@ -1541,35 +1543,35 @@ export type NextRule = {
|
|
|
1541
1543
|
/**
|
|
1542
1544
|
* The payload of the event, if requested.
|
|
1543
1545
|
*/
|
|
1544
|
-
export type
|
|
1545
|
-
team:
|
|
1546
|
+
export type OneHundredAndSeven = {
|
|
1547
|
+
team: UserEventPayload107Team;
|
|
1546
1548
|
previousRule?: PreviousRule | undefined;
|
|
1547
1549
|
nextRule?: NextRule | undefined;
|
|
1548
1550
|
};
|
|
1549
1551
|
/**
|
|
1550
1552
|
* The payload of the event, if requested.
|
|
1551
1553
|
*/
|
|
1552
|
-
export type
|
|
1554
|
+
export type OneHundredAndSix = {
|
|
1553
1555
|
email: string;
|
|
1554
1556
|
};
|
|
1555
1557
|
/**
|
|
1556
1558
|
* The payload of the event, if requested.
|
|
1557
1559
|
*/
|
|
1558
|
-
export type
|
|
1560
|
+
export type OneHundredAndFive = {
|
|
1559
1561
|
email: string;
|
|
1560
1562
|
verified: boolean;
|
|
1561
1563
|
};
|
|
1562
1564
|
/**
|
|
1563
1565
|
* The payload of the event, if requested.
|
|
1564
1566
|
*/
|
|
1565
|
-
export type
|
|
1567
|
+
export type OneHundredAndFour = {
|
|
1566
1568
|
instances: number;
|
|
1567
1569
|
url: string;
|
|
1568
1570
|
};
|
|
1569
1571
|
/**
|
|
1570
1572
|
* The payload of the event, if requested.
|
|
1571
1573
|
*/
|
|
1572
|
-
export type
|
|
1574
|
+
export type OneHundredAndThree = {
|
|
1573
1575
|
gitProvider: string;
|
|
1574
1576
|
gitProviderGroupDescriptor: string;
|
|
1575
1577
|
gitScope: string;
|
|
@@ -1577,7 +1579,7 @@ export type OneHundredAndFour = {
|
|
|
1577
1579
|
/**
|
|
1578
1580
|
* The payload of the event, if requested.
|
|
1579
1581
|
*/
|
|
1580
|
-
export type
|
|
1582
|
+
export type OneHundredAndTwo = {
|
|
1581
1583
|
projectId: string;
|
|
1582
1584
|
projectName: string;
|
|
1583
1585
|
targetDeploymentId?: string | undefined;
|
|
@@ -1586,7 +1588,7 @@ export type OneHundredAndThree = {
|
|
|
1586
1588
|
/**
|
|
1587
1589
|
* The payload of the event, if requested.
|
|
1588
1590
|
*/
|
|
1589
|
-
export type
|
|
1591
|
+
export type OneHundredAndOne = {
|
|
1590
1592
|
projectId: string;
|
|
1591
1593
|
projectName: string;
|
|
1592
1594
|
targetDeploymentId?: string | undefined;
|
|
@@ -1594,7 +1596,7 @@ export type OneHundredAndTwo = {
|
|
|
1594
1596
|
/**
|
|
1595
1597
|
* The payload of the event, if requested.
|
|
1596
1598
|
*/
|
|
1597
|
-
export type
|
|
1599
|
+
export type OneHundred = {
|
|
1598
1600
|
projectId: string;
|
|
1599
1601
|
projectName: string;
|
|
1600
1602
|
elasticConcurrencyEnabled: boolean;
|
|
@@ -1603,7 +1605,7 @@ export type OneHundredAndOne = {
|
|
|
1603
1605
|
/**
|
|
1604
1606
|
* The payload of the event, if requested.
|
|
1605
1607
|
*/
|
|
1606
|
-
export type
|
|
1608
|
+
export type NinetyNine = {
|
|
1607
1609
|
projectId: string;
|
|
1608
1610
|
projectName: string;
|
|
1609
1611
|
buildMachineType?: string | undefined;
|
|
@@ -1614,36 +1616,36 @@ export type StaticIps = {
|
|
|
1614
1616
|
enabled: boolean;
|
|
1615
1617
|
regions?: Array<string> | undefined;
|
|
1616
1618
|
};
|
|
1617
|
-
export type
|
|
1619
|
+
export type UserEventPayload98Project = {
|
|
1618
1620
|
id: string;
|
|
1619
1621
|
staticIps: StaticIps;
|
|
1620
1622
|
};
|
|
1621
1623
|
export type Next = {
|
|
1622
|
-
project:
|
|
1624
|
+
project: UserEventPayload98Project;
|
|
1623
1625
|
};
|
|
1624
1626
|
export type PayloadStaticIps = {
|
|
1625
1627
|
builds?: boolean | undefined;
|
|
1626
1628
|
enabled: boolean;
|
|
1627
1629
|
regions?: Array<string> | undefined;
|
|
1628
1630
|
};
|
|
1629
|
-
export type
|
|
1631
|
+
export type UserEventPayload98PreviousProject = {
|
|
1630
1632
|
id: string;
|
|
1631
1633
|
staticIps: PayloadStaticIps;
|
|
1632
1634
|
};
|
|
1633
1635
|
export type Previous = {
|
|
1634
|
-
project:
|
|
1636
|
+
project: UserEventPayload98PreviousProject;
|
|
1635
1637
|
};
|
|
1636
1638
|
/**
|
|
1637
1639
|
* The payload of the event, if requested.
|
|
1638
1640
|
*/
|
|
1639
|
-
export type
|
|
1641
|
+
export type NinetyEight = {
|
|
1640
1642
|
next: Next;
|
|
1641
1643
|
previous: Previous;
|
|
1642
1644
|
};
|
|
1643
1645
|
/**
|
|
1644
1646
|
* The payload of the event, if requested.
|
|
1645
1647
|
*/
|
|
1646
|
-
export type
|
|
1648
|
+
export type NinetySeven = {
|
|
1647
1649
|
source: string;
|
|
1648
1650
|
projectId: string;
|
|
1649
1651
|
};
|
|
@@ -1655,7 +1657,7 @@ export type PayloadReasonCode = ClosedEnum<typeof PayloadReasonCode>;
|
|
|
1655
1657
|
/**
|
|
1656
1658
|
* The payload of the event, if requested.
|
|
1657
1659
|
*/
|
|
1658
|
-
export type
|
|
1660
|
+
export type NinetySix = {
|
|
1659
1661
|
projectId: string;
|
|
1660
1662
|
reasonCode?: PayloadReasonCode | undefined;
|
|
1661
1663
|
};
|
|
@@ -1668,11 +1670,11 @@ export type ReasonCode = ClosedEnum<typeof ReasonCode>;
|
|
|
1668
1670
|
/**
|
|
1669
1671
|
* The payload of the event, if requested.
|
|
1670
1672
|
*/
|
|
1671
|
-
export type
|
|
1673
|
+
export type NinetyFive = {
|
|
1672
1674
|
projectId: string;
|
|
1673
1675
|
reasonCode?: ReasonCode | undefined;
|
|
1674
1676
|
};
|
|
1675
|
-
export type
|
|
1677
|
+
export type UserEventPayload94Team = {
|
|
1676
1678
|
id: string;
|
|
1677
1679
|
name: string;
|
|
1678
1680
|
};
|
|
@@ -1716,7 +1718,7 @@ export type NewConnectConfigurations = {
|
|
|
1716
1718
|
createdAt: number;
|
|
1717
1719
|
updatedAt: number;
|
|
1718
1720
|
};
|
|
1719
|
-
export type
|
|
1721
|
+
export type UserEventPayload94Project = {
|
|
1720
1722
|
id: string;
|
|
1721
1723
|
name?: string | undefined;
|
|
1722
1724
|
oldConnectConfigurations: Array<OldConnectConfigurations> | null;
|
|
@@ -1725,31 +1727,32 @@ export type UserEventPayload95Project = {
|
|
|
1725
1727
|
/**
|
|
1726
1728
|
* The payload of the event, if requested.
|
|
1727
1729
|
*/
|
|
1728
|
-
export type
|
|
1729
|
-
team:
|
|
1730
|
-
project:
|
|
1730
|
+
export type NinetyFour = {
|
|
1731
|
+
team: UserEventPayload94Team;
|
|
1732
|
+
project: UserEventPayload94Project;
|
|
1731
1733
|
};
|
|
1732
1734
|
/**
|
|
1733
1735
|
* The payload of the event, if requested.
|
|
1734
1736
|
*/
|
|
1735
|
-
export type
|
|
1737
|
+
export type NinetyThree = {
|
|
1736
1738
|
name: string;
|
|
1737
1739
|
ownerId: string;
|
|
1738
1740
|
};
|
|
1739
|
-
export declare const
|
|
1741
|
+
export declare const UserEventPayload92Action: {
|
|
1740
1742
|
readonly Enabled: "enabled";
|
|
1741
1743
|
readonly Disabled: "disabled";
|
|
1742
1744
|
readonly Regenerated: "regenerated";
|
|
1743
1745
|
readonly Updated: "updated";
|
|
1744
1746
|
};
|
|
1745
|
-
export type
|
|
1747
|
+
export type UserEventPayload92Action = ClosedEnum<typeof UserEventPayload92Action>;
|
|
1746
1748
|
/**
|
|
1747
1749
|
* The payload of the event, if requested.
|
|
1748
1750
|
*/
|
|
1749
|
-
export type
|
|
1751
|
+
export type NinetyTwo = {
|
|
1750
1752
|
projectName: string;
|
|
1751
|
-
action:
|
|
1752
|
-
|
|
1753
|
+
action: UserEventPayload92Action;
|
|
1754
|
+
isEnvVar?: boolean | undefined;
|
|
1755
|
+
note?: string | undefined;
|
|
1753
1756
|
};
|
|
1754
1757
|
export type Paths = {
|
|
1755
1758
|
value: string;
|
|
@@ -1766,7 +1769,7 @@ export type OldOptionsAllowlist = {
|
|
|
1766
1769
|
/**
|
|
1767
1770
|
* The payload of the event, if requested.
|
|
1768
1771
|
*/
|
|
1769
|
-
export type
|
|
1772
|
+
export type NinetyOne = {
|
|
1770
1773
|
projectName: string;
|
|
1771
1774
|
optionsAllowlist?: OptionsAllowlist | null | undefined;
|
|
1772
1775
|
oldOptionsAllowlist?: OldOptionsAllowlist | null | undefined;
|
|
@@ -1790,7 +1793,7 @@ export type OldTrustedIps = ClosedEnum<typeof OldTrustedIps>;
|
|
|
1790
1793
|
/**
|
|
1791
1794
|
* The payload of the event, if requested.
|
|
1792
1795
|
*/
|
|
1793
|
-
export type
|
|
1796
|
+
export type Ninety = {
|
|
1794
1797
|
projectName: string;
|
|
1795
1798
|
trustedIps?: TrustedIps | null | undefined;
|
|
1796
1799
|
oldTrustedIps?: OldTrustedIps | null | undefined;
|
|
@@ -1836,7 +1839,7 @@ export type OldPasswordProtection = OldPasswordProtection1 | OldPasswordProtecti
|
|
|
1836
1839
|
/**
|
|
1837
1840
|
* The payload of the event, if requested.
|
|
1838
1841
|
*/
|
|
1839
|
-
export type
|
|
1842
|
+
export type EightyNine = {
|
|
1840
1843
|
projectName: string;
|
|
1841
1844
|
passwordProtection: PasswordProtection1 | PasswordProtection2 | null;
|
|
1842
1845
|
oldPasswordProtection: OldPasswordProtection1 | OldPasswordProtection2 | null;
|
|
@@ -1896,7 +1899,7 @@ export type OldSsoProtection = OldSsoProtection1 | OldSsoProtection2;
|
|
|
1896
1899
|
/**
|
|
1897
1900
|
* The payload of the event, if requested.
|
|
1898
1901
|
*/
|
|
1899
|
-
export type
|
|
1902
|
+
export type EightyEight = {
|
|
1900
1903
|
projectName: string;
|
|
1901
1904
|
ssoProtection: SsoProtection1 | SsoProtection2 | null;
|
|
1902
1905
|
oldSsoProtection: OldSsoProtection1 | OldSsoProtection2 | null;
|
|
@@ -1904,14 +1907,14 @@ export type EightyNine = {
|
|
|
1904
1907
|
/**
|
|
1905
1908
|
* The payload of the event, if requested.
|
|
1906
1909
|
*/
|
|
1907
|
-
export type
|
|
1910
|
+
export type EightySeven = {
|
|
1908
1911
|
projectName?: string | undefined;
|
|
1909
1912
|
projectId: string;
|
|
1910
1913
|
};
|
|
1911
1914
|
/**
|
|
1912
1915
|
* The payload of the event, if requested.
|
|
1913
1916
|
*/
|
|
1914
|
-
export type
|
|
1917
|
+
export type EightySix = {
|
|
1915
1918
|
projectName?: string | undefined;
|
|
1916
1919
|
projectId: string;
|
|
1917
1920
|
projectAnalytics?: {
|
|
@@ -1942,7 +1945,7 @@ export type PrevProjectAnalytics = {
|
|
|
1942
1945
|
/**
|
|
1943
1946
|
* The payload of the event, if requested.
|
|
1944
1947
|
*/
|
|
1945
|
-
export type
|
|
1948
|
+
export type EightyFive = {
|
|
1946
1949
|
projectName?: string | undefined;
|
|
1947
1950
|
projectId: string;
|
|
1948
1951
|
projectAnalytics: ProjectAnalytics | null;
|
|
@@ -1951,7 +1954,7 @@ export type EightySix = {
|
|
|
1951
1954
|
/**
|
|
1952
1955
|
* The payload of the event, if requested.
|
|
1953
1956
|
*/
|
|
1954
|
-
export type
|
|
1957
|
+
export type EightyFour = {
|
|
1955
1958
|
projectName: string;
|
|
1956
1959
|
branch: string;
|
|
1957
1960
|
};
|
|
@@ -2003,7 +2006,7 @@ export type RemovedUsers = {
|
|
|
2003
2006
|
/**
|
|
2004
2007
|
* The payload of the event, if requested.
|
|
2005
2008
|
*/
|
|
2006
|
-
export type
|
|
2009
|
+
export type EightyThree = {
|
|
2007
2010
|
plan: string;
|
|
2008
2011
|
removedUsers?: {
|
|
2009
2012
|
[k: string]: RemovedUsers;
|
|
@@ -2022,13 +2025,13 @@ export type EightyFour = {
|
|
|
2022
2025
|
/**
|
|
2023
2026
|
* The payload of the event, if requested.
|
|
2024
2027
|
*/
|
|
2025
|
-
export type
|
|
2028
|
+
export type EightyTwo = {
|
|
2026
2029
|
projectName: string;
|
|
2027
2030
|
};
|
|
2028
2031
|
/**
|
|
2029
2032
|
* The payload of the event, if requested.
|
|
2030
2033
|
*/
|
|
2031
|
-
export type
|
|
2034
|
+
export type EightyOne = {
|
|
2032
2035
|
projectId: string;
|
|
2033
2036
|
toDeploymentId: string;
|
|
2034
2037
|
projectName: string;
|
|
@@ -2036,104 +2039,24 @@ export type EightyTwo = {
|
|
|
2036
2039
|
/**
|
|
2037
2040
|
* The payload of the event, if requested.
|
|
2038
2041
|
*/
|
|
2039
|
-
export type
|
|
2042
|
+
export type Eighty = {
|
|
2040
2043
|
drainUrl: string | null;
|
|
2041
2044
|
integrationName?: string | undefined;
|
|
2042
2045
|
};
|
|
2043
2046
|
/**
|
|
2044
2047
|
* The payload of the event, if requested.
|
|
2045
2048
|
*/
|
|
2046
|
-
export type
|
|
2049
|
+
export type SeventyNine = {
|
|
2047
2050
|
logDrainUrl: string;
|
|
2048
2051
|
integrationName?: string | undefined;
|
|
2049
2052
|
};
|
|
2050
2053
|
/**
|
|
2051
2054
|
* The payload of the event, if requested.
|
|
2052
2055
|
*/
|
|
2053
|
-
export type
|
|
2056
|
+
export type SeventyEight = {
|
|
2054
2057
|
logDrainUrl: string | null;
|
|
2055
2058
|
integrationName?: string | undefined;
|
|
2056
2059
|
};
|
|
2057
|
-
export declare const PayloadName: {
|
|
2058
|
-
readonly Iphone: "iphone";
|
|
2059
|
-
readonly Ipad: "ipad";
|
|
2060
|
-
readonly Ipod: "ipod";
|
|
2061
|
-
readonly Chrome: "chrome";
|
|
2062
|
-
readonly Firefox: "firefox";
|
|
2063
|
-
readonly Mozilla: "mozilla";
|
|
2064
|
-
readonly Unknown: "unknown";
|
|
2065
|
-
};
|
|
2066
|
-
export type PayloadName = ClosedEnum<typeof PayloadName>;
|
|
2067
|
-
export type Browser = {
|
|
2068
|
-
name: PayloadName;
|
|
2069
|
-
};
|
|
2070
|
-
export declare const UserEventPayloadName: {
|
|
2071
|
-
readonly Unknown: "unknown";
|
|
2072
|
-
readonly Darwin: "darwin";
|
|
2073
|
-
readonly Win32: "win32";
|
|
2074
|
-
readonly Win: "win";
|
|
2075
|
-
readonly Windows: "windows";
|
|
2076
|
-
readonly Linux: "linux";
|
|
2077
|
-
readonly Freebsd: "freebsd";
|
|
2078
|
-
readonly Sunos: "sunos";
|
|
2079
|
-
readonly Mac: "mac";
|
|
2080
|
-
readonly Ios: "ios";
|
|
2081
|
-
readonly Android: "android";
|
|
2082
|
-
readonly MacOS: "Mac OS";
|
|
2083
|
-
readonly OsX: "OS X";
|
|
2084
|
-
};
|
|
2085
|
-
export type UserEventPayloadName = ClosedEnum<typeof UserEventPayloadName>;
|
|
2086
|
-
export type Os = {
|
|
2087
|
-
name: UserEventPayloadName;
|
|
2088
|
-
};
|
|
2089
|
-
export type UserAgent = {
|
|
2090
|
-
browser: Browser;
|
|
2091
|
-
ua: string;
|
|
2092
|
-
program: string;
|
|
2093
|
-
os: Os;
|
|
2094
|
-
};
|
|
2095
|
-
export type Names = {
|
|
2096
|
-
en: string;
|
|
2097
|
-
};
|
|
2098
|
-
export type City = {
|
|
2099
|
-
names: Names;
|
|
2100
|
-
};
|
|
2101
|
-
export type PayloadNames = {
|
|
2102
|
-
en: string;
|
|
2103
|
-
};
|
|
2104
|
-
export type Country = {
|
|
2105
|
-
names: PayloadNames;
|
|
2106
|
-
};
|
|
2107
|
-
export type UserEventPayloadNames = {
|
|
2108
|
-
en: string;
|
|
2109
|
-
};
|
|
2110
|
-
export type MostSpecificSubdivision = {
|
|
2111
|
-
names: UserEventPayloadNames;
|
|
2112
|
-
};
|
|
2113
|
-
export type Geolocation = {
|
|
2114
|
-
city?: City | undefined;
|
|
2115
|
-
country: Country;
|
|
2116
|
-
mostSpecificSubdivision?: MostSpecificSubdivision | undefined;
|
|
2117
|
-
regionName?: string | undefined;
|
|
2118
|
-
};
|
|
2119
|
-
/**
|
|
2120
|
-
* The payload of the event, if requested.
|
|
2121
|
-
*/
|
|
2122
|
-
export type SeventyEight = {
|
|
2123
|
-
userAgent?: UserAgent | undefined;
|
|
2124
|
-
geolocation?: Geolocation | null | undefined;
|
|
2125
|
-
viaGithub: boolean;
|
|
2126
|
-
viaGitlab: boolean;
|
|
2127
|
-
viaBitbucket: boolean;
|
|
2128
|
-
viaGoogle: boolean;
|
|
2129
|
-
viaApple: boolean;
|
|
2130
|
-
viaSamlSso: boolean;
|
|
2131
|
-
viaPasskey: boolean;
|
|
2132
|
-
ssoType?: string | undefined;
|
|
2133
|
-
env?: string | undefined;
|
|
2134
|
-
os?: string | undefined;
|
|
2135
|
-
username?: string | undefined;
|
|
2136
|
-
};
|
|
2137
2060
|
/**
|
|
2138
2061
|
* The payload of the event, if requested.
|
|
2139
2062
|
*/
|
|
@@ -2364,9 +2287,9 @@ export type PayloadSecurity = {
|
|
|
2364
2287
|
rateLimit?: number | undefined;
|
|
2365
2288
|
};
|
|
2366
2289
|
export type PayloadResourceConfig = {
|
|
2367
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
2368
2290
|
nodeType?: string | undefined;
|
|
2369
2291
|
concurrentBuilds?: number | undefined;
|
|
2292
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
2370
2293
|
buildEntitlements?: PayloadBuildEntitlements | undefined;
|
|
2371
2294
|
buildQueue?: PayloadBuildQueue | undefined;
|
|
2372
2295
|
awsAccountType?: string | undefined;
|
|
@@ -2438,12 +2361,12 @@ export type SiftScores = {
|
|
|
2438
2361
|
score: number;
|
|
2439
2362
|
reasons: Array<PayloadReasons>;
|
|
2440
2363
|
};
|
|
2441
|
-
export declare const
|
|
2364
|
+
export declare const PayloadName: {
|
|
2442
2365
|
readonly String: "string";
|
|
2443
2366
|
};
|
|
2444
|
-
export type
|
|
2367
|
+
export type PayloadName = ClosedEnum<typeof PayloadName>;
|
|
2445
2368
|
export type SiftRoute = {
|
|
2446
|
-
name:
|
|
2369
|
+
name: PayloadName;
|
|
2447
2370
|
};
|
|
2448
2371
|
export declare const PayloadReason: {
|
|
2449
2372
|
readonly SubscriptionCanceled: "SUBSCRIPTION_CANCELED";
|
|
@@ -2568,11 +2491,11 @@ export type Teams = {
|
|
|
2568
2491
|
createdAt: number;
|
|
2569
2492
|
teamId: string;
|
|
2570
2493
|
role: UserEventPayload72Role;
|
|
2571
|
-
teamRoles?: Array<PayloadTeamRoles> | undefined;
|
|
2572
|
-
teamPermissions?: Array<PayloadTeamPermissions> | undefined;
|
|
2573
2494
|
confirmed: boolean;
|
|
2574
2495
|
confirmedAt: number;
|
|
2575
2496
|
accessRequestedAt?: number | undefined;
|
|
2497
|
+
teamRoles?: Array<PayloadTeamRoles> | undefined;
|
|
2498
|
+
teamPermissions?: Array<PayloadTeamPermissions> | undefined;
|
|
2576
2499
|
joinedFrom?: UserEventPayloadJoinedFrom | undefined;
|
|
2577
2500
|
};
|
|
2578
2501
|
export declare const UserEventPayload72Type: {
|
|
@@ -4442,7 +4365,7 @@ export type Payload2 = {
|
|
|
4442
4365
|
* The payload of the event, if requested.
|
|
4443
4366
|
*/
|
|
4444
4367
|
export type Payload1 = {};
|
|
4445
|
-
export type Payload =
|
|
4368
|
+
export type Payload = SeventyFour | SeventySeven | FortySeven | FortyEight | Sixty | SixtySix | SeventyTwo | SeventyFive | OneHundredAndFortyThree | OneHundredAndSeventyFour | Payload2 | FiftyTwo | SeventySix | OneHundred | OneHundredAndTwelve | OneHundredAndFiftyFour | Fourteen | Eighteen | TwentyTwo | ThirtySix | ThirtySeven | ThirtyEight | ThirtyNine | FortySix | FiftyFive | FiftySix | FiftySeven | SixtySeven | SixtyEight | SixtyNine | SeventyOne | EightyOne | EightyFive | EightyEight | EightyNine | OneHundredAndThree | OneHundredAndTwentyOne | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFiftyThree | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndSixty | OneHundredAndSeventyOne | OneHundredAndSeventyTwo | OneHundredAndSeventyThree | Three | Four | Six | Seven | Eight | Nineteen | Twenty | TwentyThree | TwentySeven | ThirtyThree | FortyOne | FortyTwo | FortyThree | Fifty | FiftyOne | FiftyFour | SixtyOne | SixtyFive | Seventy | SeventyThree | EightyFour | NinetyTwo | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndTwo | OneHundredAndFour | OneHundredAndFive | OneHundredAndEight | OneHundredAndNine | OneHundredAndTen | OneHundredAndSeventeen | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | OneHundredAndThirtyFive | OneHundredAndFortyFour | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyEight | OneHundredAndFiftyNine | OneHundredAndSixtyOne | OneHundredAndSixtyThree | OneHundredAndSixtyFour | OneHundredAndSixtyFive | Five | Seventeen | TwentyFour | TwentySix | TwentyEight | ThirtyTwo | ThirtyFour | ThirtyFive | Forty | FortyFour | FortyFive | FortyNine | FiftyThree | FiftyEight | FiftyNine | SeventyEight | SeventyNine | Eighty | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | NinetyFive | NinetySix | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEleven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentyEight | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFifty | OneHundredAndFiftySix | OneHundredAndSixtyTwo | OneHundredAndSixtySix | OneHundredAndSixtySeven | OneHundredAndSixtyEight | OneHundredAndSixtyNine | OneHundredAndSeventy | Payload1 | Nine | Ten | Eleven | Twelve | Thirteen | Fifteen | Sixteen | TwentyOne | TwentyFive | TwentyNine | Thirty | ThirtyOne | SixtyTwo | SixtyThree | SixtyFour | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndThirtyNine;
|
|
4446
4369
|
/**
|
|
4447
4370
|
* Array of events generated by the User.
|
|
4448
4371
|
*/
|
|
@@ -4484,7 +4407,7 @@ export type UserEvent = {
|
|
|
4484
4407
|
* If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is "user123" and `viaIds` is `["app456"]`, we can say the event was triggered by - "app456 on behalf of user123", or - "user123 via app4556". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is "user123" and `viaIds` is `["service1", "service2"]`, we can say the event was triggered by "user123 via service1 via service2".
|
|
4485
4408
|
*/
|
|
4486
4409
|
viaIds?: Array<string> | undefined;
|
|
4487
|
-
payload?:
|
|
4410
|
+
payload?: SeventyFour | SeventySeven | FortySeven | FortyEight | Sixty | SixtySix | SeventyTwo | SeventyFive | OneHundredAndFortyThree | OneHundredAndSeventyFour | Payload2 | FiftyTwo | SeventySix | OneHundred | OneHundredAndTwelve | OneHundredAndFiftyFour | Fourteen | Eighteen | TwentyTwo | ThirtySix | ThirtySeven | ThirtyEight | ThirtyNine | FortySix | FiftyFive | FiftySix | FiftySeven | SixtySeven | SixtyEight | SixtyNine | SeventyOne | EightyOne | EightyFive | EightyEight | EightyNine | OneHundredAndThree | OneHundredAndTwentyOne | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFiftyThree | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndSixty | OneHundredAndSeventyOne | OneHundredAndSeventyTwo | OneHundredAndSeventyThree | Three | Four | Six | Seven | Eight | Nineteen | Twenty | TwentyThree | TwentySeven | ThirtyThree | FortyOne | FortyTwo | FortyThree | Fifty | FiftyOne | FiftyFour | SixtyOne | SixtyFive | Seventy | SeventyThree | EightyFour | NinetyTwo | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndTwo | OneHundredAndFour | OneHundredAndFive | OneHundredAndEight | OneHundredAndNine | OneHundredAndTen | OneHundredAndSeventeen | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | OneHundredAndThirtyFive | OneHundredAndFortyFour | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyEight | OneHundredAndFiftyNine | OneHundredAndSixtyOne | OneHundredAndSixtyThree | OneHundredAndSixtyFour | OneHundredAndSixtyFive | Five | Seventeen | TwentyFour | TwentySix | TwentyEight | ThirtyTwo | ThirtyFour | ThirtyFive | Forty | FortyFour | FortyFive | FortyNine | FiftyThree | FiftyEight | FiftyNine | SeventyEight | SeventyNine | Eighty | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | NinetyFive | NinetySix | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEleven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentyEight | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFifty | OneHundredAndFiftySix | OneHundredAndSixtyTwo | OneHundredAndSixtySix | OneHundredAndSixtySeven | OneHundredAndSixtyEight | OneHundredAndSixtyNine | OneHundredAndSeventy | Payload1 | Nine | Ten | Eleven | Twelve | Thirteen | Fifteen | Sixteen | TwentyOne | TwentyFive | TwentyNine | Thirty | ThirtyOne | SixtyTwo | SixtyThree | SixtyFour | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndThirtyNine | undefined;
|
|
4488
4411
|
};
|
|
4489
4412
|
/** @internal */
|
|
4490
4413
|
export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
|
|
@@ -4638,9 +4561,9 @@ export declare const PayloadApp$outboundSchema: z.ZodType<PayloadApp$Outbound, z
|
|
|
4638
4561
|
export declare function payloadAppToJSON(payloadApp: PayloadApp): string;
|
|
4639
4562
|
export declare function payloadAppFromJSON(jsonString: string): SafeParseResult<PayloadApp, SDKValidationError>;
|
|
4640
4563
|
/** @internal */
|
|
4641
|
-
export declare const
|
|
4564
|
+
export declare const OneHundredAndSeventyFour$inboundSchema: z.ZodType<OneHundredAndSeventyFour, z.ZodTypeDef, unknown>;
|
|
4642
4565
|
/** @internal */
|
|
4643
|
-
export type
|
|
4566
|
+
export type OneHundredAndSeventyFour$Outbound = {
|
|
4644
4567
|
grantType: string;
|
|
4645
4568
|
appName: string;
|
|
4646
4569
|
atTTL: number;
|
|
@@ -4653,31 +4576,31 @@ export type OneHundredAndSeventyFive$Outbound = {
|
|
|
4653
4576
|
sessionId?: string | undefined;
|
|
4654
4577
|
};
|
|
4655
4578
|
/** @internal */
|
|
4656
|
-
export declare const
|
|
4657
|
-
export declare function
|
|
4658
|
-
export declare function
|
|
4579
|
+
export declare const OneHundredAndSeventyFour$outboundSchema: z.ZodType<OneHundredAndSeventyFour$Outbound, z.ZodTypeDef, OneHundredAndSeventyFour>;
|
|
4580
|
+
export declare function oneHundredAndSeventyFourToJSON(oneHundredAndSeventyFour: OneHundredAndSeventyFour): string;
|
|
4581
|
+
export declare function oneHundredAndSeventyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventyFour, SDKValidationError>;
|
|
4659
4582
|
/** @internal */
|
|
4660
|
-
export declare const
|
|
4583
|
+
export declare const UserEventPayload173Team$inboundSchema: z.ZodType<UserEventPayload173Team, z.ZodTypeDef, unknown>;
|
|
4661
4584
|
/** @internal */
|
|
4662
|
-
export type
|
|
4585
|
+
export type UserEventPayload173Team$Outbound = {
|
|
4663
4586
|
id: string;
|
|
4664
4587
|
name: string;
|
|
4665
4588
|
};
|
|
4666
4589
|
/** @internal */
|
|
4667
|
-
export declare const
|
|
4668
|
-
export declare function
|
|
4669
|
-
export declare function
|
|
4590
|
+
export declare const UserEventPayload173Team$outboundSchema: z.ZodType<UserEventPayload173Team$Outbound, z.ZodTypeDef, UserEventPayload173Team>;
|
|
4591
|
+
export declare function userEventPayload173TeamToJSON(userEventPayload173Team: UserEventPayload173Team): string;
|
|
4592
|
+
export declare function userEventPayload173TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload173Team, SDKValidationError>;
|
|
4670
4593
|
/** @internal */
|
|
4671
|
-
export declare const
|
|
4594
|
+
export declare const UserEventPayload173Configuration$inboundSchema: z.ZodType<UserEventPayload173Configuration, z.ZodTypeDef, unknown>;
|
|
4672
4595
|
/** @internal */
|
|
4673
|
-
export type
|
|
4596
|
+
export type UserEventPayload173Configuration$Outbound = {
|
|
4674
4597
|
id: string;
|
|
4675
4598
|
name?: string | undefined;
|
|
4676
4599
|
};
|
|
4677
4600
|
/** @internal */
|
|
4678
|
-
export declare const
|
|
4679
|
-
export declare function
|
|
4680
|
-
export declare function
|
|
4601
|
+
export declare const UserEventPayload173Configuration$outboundSchema: z.ZodType<UserEventPayload173Configuration$Outbound, z.ZodTypeDef, UserEventPayload173Configuration>;
|
|
4602
|
+
export declare function userEventPayload173ConfigurationToJSON(userEventPayload173Configuration: UserEventPayload173Configuration): string;
|
|
4603
|
+
export declare function userEventPayload173ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload173Configuration, SDKValidationError>;
|
|
4681
4604
|
/** @internal */
|
|
4682
4605
|
export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
|
|
4683
4606
|
/** @internal */
|
|
@@ -4690,40 +4613,40 @@ export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEvent
|
|
|
4690
4613
|
export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
|
|
4691
4614
|
export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
|
|
4692
4615
|
/** @internal */
|
|
4693
|
-
export declare const
|
|
4616
|
+
export declare const OneHundredAndSeventyThree$inboundSchema: z.ZodType<OneHundredAndSeventyThree, z.ZodTypeDef, unknown>;
|
|
4694
4617
|
/** @internal */
|
|
4695
|
-
export type
|
|
4696
|
-
team:
|
|
4697
|
-
configuration:
|
|
4618
|
+
export type OneHundredAndSeventyThree$Outbound = {
|
|
4619
|
+
team: UserEventPayload173Team$Outbound;
|
|
4620
|
+
configuration: UserEventPayload173Configuration$Outbound;
|
|
4698
4621
|
peering: UserEventPayloadPeering$Outbound;
|
|
4699
4622
|
newName?: string | undefined;
|
|
4700
4623
|
};
|
|
4701
4624
|
/** @internal */
|
|
4702
|
-
export declare const
|
|
4703
|
-
export declare function
|
|
4704
|
-
export declare function
|
|
4625
|
+
export declare const OneHundredAndSeventyThree$outboundSchema: z.ZodType<OneHundredAndSeventyThree$Outbound, z.ZodTypeDef, OneHundredAndSeventyThree>;
|
|
4626
|
+
export declare function oneHundredAndSeventyThreeToJSON(oneHundredAndSeventyThree: OneHundredAndSeventyThree): string;
|
|
4627
|
+
export declare function oneHundredAndSeventyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventyThree, SDKValidationError>;
|
|
4705
4628
|
/** @internal */
|
|
4706
|
-
export declare const
|
|
4629
|
+
export declare const UserEventPayload172Team$inboundSchema: z.ZodType<UserEventPayload172Team, z.ZodTypeDef, unknown>;
|
|
4707
4630
|
/** @internal */
|
|
4708
|
-
export type
|
|
4631
|
+
export type UserEventPayload172Team$Outbound = {
|
|
4709
4632
|
id: string;
|
|
4710
4633
|
name: string;
|
|
4711
4634
|
};
|
|
4712
4635
|
/** @internal */
|
|
4713
|
-
export declare const
|
|
4714
|
-
export declare function
|
|
4715
|
-
export declare function
|
|
4636
|
+
export declare const UserEventPayload172Team$outboundSchema: z.ZodType<UserEventPayload172Team$Outbound, z.ZodTypeDef, UserEventPayload172Team>;
|
|
4637
|
+
export declare function userEventPayload172TeamToJSON(userEventPayload172Team: UserEventPayload172Team): string;
|
|
4638
|
+
export declare function userEventPayload172TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload172Team, SDKValidationError>;
|
|
4716
4639
|
/** @internal */
|
|
4717
|
-
export declare const
|
|
4640
|
+
export declare const UserEventPayload172Configuration$inboundSchema: z.ZodType<UserEventPayload172Configuration, z.ZodTypeDef, unknown>;
|
|
4718
4641
|
/** @internal */
|
|
4719
|
-
export type
|
|
4642
|
+
export type UserEventPayload172Configuration$Outbound = {
|
|
4720
4643
|
id: string;
|
|
4721
4644
|
name?: string | undefined;
|
|
4722
4645
|
};
|
|
4723
4646
|
/** @internal */
|
|
4724
|
-
export declare const
|
|
4725
|
-
export declare function
|
|
4726
|
-
export declare function
|
|
4647
|
+
export declare const UserEventPayload172Configuration$outboundSchema: z.ZodType<UserEventPayload172Configuration$Outbound, z.ZodTypeDef, UserEventPayload172Configuration>;
|
|
4648
|
+
export declare function userEventPayload172ConfigurationToJSON(userEventPayload172Configuration: UserEventPayload172Configuration): string;
|
|
4649
|
+
export declare function userEventPayload172ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload172Configuration, SDKValidationError>;
|
|
4727
4650
|
/** @internal */
|
|
4728
4651
|
export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
|
|
4729
4652
|
/** @internal */
|
|
@@ -4736,39 +4659,39 @@ export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Out
|
|
|
4736
4659
|
export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
|
|
4737
4660
|
export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
|
|
4738
4661
|
/** @internal */
|
|
4739
|
-
export declare const
|
|
4662
|
+
export declare const OneHundredAndSeventyTwo$inboundSchema: z.ZodType<OneHundredAndSeventyTwo, z.ZodTypeDef, unknown>;
|
|
4740
4663
|
/** @internal */
|
|
4741
|
-
export type
|
|
4742
|
-
team:
|
|
4743
|
-
configuration:
|
|
4664
|
+
export type OneHundredAndSeventyTwo$Outbound = {
|
|
4665
|
+
team: UserEventPayload172Team$Outbound;
|
|
4666
|
+
configuration: UserEventPayload172Configuration$Outbound;
|
|
4744
4667
|
peering: PayloadPeering$Outbound;
|
|
4745
4668
|
};
|
|
4746
4669
|
/** @internal */
|
|
4747
|
-
export declare const
|
|
4748
|
-
export declare function
|
|
4749
|
-
export declare function
|
|
4670
|
+
export declare const OneHundredAndSeventyTwo$outboundSchema: z.ZodType<OneHundredAndSeventyTwo$Outbound, z.ZodTypeDef, OneHundredAndSeventyTwo>;
|
|
4671
|
+
export declare function oneHundredAndSeventyTwoToJSON(oneHundredAndSeventyTwo: OneHundredAndSeventyTwo): string;
|
|
4672
|
+
export declare function oneHundredAndSeventyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventyTwo, SDKValidationError>;
|
|
4750
4673
|
/** @internal */
|
|
4751
|
-
export declare const
|
|
4674
|
+
export declare const UserEventPayload171Team$inboundSchema: z.ZodType<UserEventPayload171Team, z.ZodTypeDef, unknown>;
|
|
4752
4675
|
/** @internal */
|
|
4753
|
-
export type
|
|
4676
|
+
export type UserEventPayload171Team$Outbound = {
|
|
4754
4677
|
id: string;
|
|
4755
4678
|
name: string;
|
|
4756
4679
|
};
|
|
4757
4680
|
/** @internal */
|
|
4758
|
-
export declare const
|
|
4759
|
-
export declare function
|
|
4760
|
-
export declare function
|
|
4681
|
+
export declare const UserEventPayload171Team$outboundSchema: z.ZodType<UserEventPayload171Team$Outbound, z.ZodTypeDef, UserEventPayload171Team>;
|
|
4682
|
+
export declare function userEventPayload171TeamToJSON(userEventPayload171Team: UserEventPayload171Team): string;
|
|
4683
|
+
export declare function userEventPayload171TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload171Team, SDKValidationError>;
|
|
4761
4684
|
/** @internal */
|
|
4762
|
-
export declare const
|
|
4685
|
+
export declare const UserEventPayload171Configuration$inboundSchema: z.ZodType<UserEventPayload171Configuration, z.ZodTypeDef, unknown>;
|
|
4763
4686
|
/** @internal */
|
|
4764
|
-
export type
|
|
4687
|
+
export type UserEventPayload171Configuration$Outbound = {
|
|
4765
4688
|
id: string;
|
|
4766
4689
|
name?: string | undefined;
|
|
4767
4690
|
};
|
|
4768
4691
|
/** @internal */
|
|
4769
|
-
export declare const
|
|
4770
|
-
export declare function
|
|
4771
|
-
export declare function
|
|
4692
|
+
export declare const UserEventPayload171Configuration$outboundSchema: z.ZodType<UserEventPayload171Configuration$Outbound, z.ZodTypeDef, UserEventPayload171Configuration>;
|
|
4693
|
+
export declare function userEventPayload171ConfigurationToJSON(userEventPayload171Configuration: UserEventPayload171Configuration): string;
|
|
4694
|
+
export declare function userEventPayload171ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload171Configuration, SDKValidationError>;
|
|
4772
4695
|
/** @internal */
|
|
4773
4696
|
export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4774
4697
|
/** @internal */
|
|
@@ -4783,17 +4706,17 @@ export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTy
|
|
|
4783
4706
|
export declare function peeringToJSON(peering: Peering): string;
|
|
4784
4707
|
export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
|
|
4785
4708
|
/** @internal */
|
|
4786
|
-
export declare const
|
|
4709
|
+
export declare const OneHundredAndSeventyOne$inboundSchema: z.ZodType<OneHundredAndSeventyOne, z.ZodTypeDef, unknown>;
|
|
4787
4710
|
/** @internal */
|
|
4788
|
-
export type
|
|
4789
|
-
team:
|
|
4790
|
-
configuration:
|
|
4711
|
+
export type OneHundredAndSeventyOne$Outbound = {
|
|
4712
|
+
team: UserEventPayload171Team$Outbound;
|
|
4713
|
+
configuration: UserEventPayload171Configuration$Outbound;
|
|
4791
4714
|
peering: Peering$Outbound;
|
|
4792
4715
|
};
|
|
4793
4716
|
/** @internal */
|
|
4794
|
-
export declare const
|
|
4795
|
-
export declare function
|
|
4796
|
-
export declare function
|
|
4717
|
+
export declare const OneHundredAndSeventyOne$outboundSchema: z.ZodType<OneHundredAndSeventyOne$Outbound, z.ZodTypeDef, OneHundredAndSeventyOne>;
|
|
4718
|
+
export declare function oneHundredAndSeventyOneToJSON(oneHundredAndSeventyOne: OneHundredAndSeventyOne): string;
|
|
4719
|
+
export declare function oneHundredAndSeventyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventyOne, SDKValidationError>;
|
|
4797
4720
|
/** @internal */
|
|
4798
4721
|
export declare const App$inboundSchema: z.ZodType<App, z.ZodTypeDef, unknown>;
|
|
4799
4722
|
/** @internal */
|
|
@@ -4806,26 +4729,26 @@ export declare const App$outboundSchema: z.ZodType<App$Outbound, z.ZodTypeDef, A
|
|
|
4806
4729
|
export declare function appToJSON(app: App): string;
|
|
4807
4730
|
export declare function appFromJSON(jsonString: string): SafeParseResult<App, SDKValidationError>;
|
|
4808
4731
|
/** @internal */
|
|
4809
|
-
export declare const
|
|
4732
|
+
export declare const OneHundredAndSeventy$inboundSchema: z.ZodType<OneHundredAndSeventy, z.ZodTypeDef, unknown>;
|
|
4810
4733
|
/** @internal */
|
|
4811
|
-
export type
|
|
4734
|
+
export type OneHundredAndSeventy$Outbound = {
|
|
4812
4735
|
appName: string;
|
|
4813
4736
|
appId?: string | undefined;
|
|
4814
4737
|
app?: App$Outbound | undefined;
|
|
4815
4738
|
issuedBefore?: number | undefined;
|
|
4816
4739
|
};
|
|
4817
4740
|
/** @internal */
|
|
4818
|
-
export declare const
|
|
4819
|
-
export declare function
|
|
4820
|
-
export declare function
|
|
4741
|
+
export declare const OneHundredAndSeventy$outboundSchema: z.ZodType<OneHundredAndSeventy$Outbound, z.ZodTypeDef, OneHundredAndSeventy>;
|
|
4742
|
+
export declare function oneHundredAndSeventyToJSON(oneHundredAndSeventy: OneHundredAndSeventy): string;
|
|
4743
|
+
export declare function oneHundredAndSeventyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventy, SDKValidationError>;
|
|
4821
4744
|
/** @internal */
|
|
4822
|
-
export declare const
|
|
4745
|
+
export declare const UserEventPayload169Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload169Type>;
|
|
4823
4746
|
/** @internal */
|
|
4824
|
-
export declare const
|
|
4747
|
+
export declare const UserEventPayload169Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload169Type>;
|
|
4825
4748
|
/** @internal */
|
|
4826
|
-
export declare const
|
|
4749
|
+
export declare const UserEventPayload169BeforeType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload169BeforeType>;
|
|
4827
4750
|
/** @internal */
|
|
4828
|
-
export declare const
|
|
4751
|
+
export declare const UserEventPayload169BeforeType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload169BeforeType>;
|
|
4829
4752
|
/** @internal */
|
|
4830
4753
|
export declare const PayloadItems$inboundSchema: z.ZodType<PayloadItems, z.ZodTypeDef, unknown>;
|
|
4831
4754
|
/** @internal */
|
|
@@ -4869,13 +4792,13 @@ export declare const Before$outboundSchema: z.ZodType<Before$Outbound, z.ZodType
|
|
|
4869
4792
|
export declare function beforeToJSON(before: Before): string;
|
|
4870
4793
|
export declare function beforeFromJSON(jsonString: string): SafeParseResult<Before, SDKValidationError>;
|
|
4871
4794
|
/** @internal */
|
|
4872
|
-
export declare const
|
|
4795
|
+
export declare const UserEventPayload169AfterType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload169AfterType>;
|
|
4873
4796
|
/** @internal */
|
|
4874
|
-
export declare const
|
|
4797
|
+
export declare const UserEventPayload169AfterType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload169AfterType>;
|
|
4875
4798
|
/** @internal */
|
|
4876
|
-
export declare const
|
|
4799
|
+
export declare const UserEventPayload169AfterResourcesType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload169AfterResourcesType>;
|
|
4877
4800
|
/** @internal */
|
|
4878
|
-
export declare const
|
|
4801
|
+
export declare const UserEventPayload169AfterResourcesType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload169AfterResourcesType>;
|
|
4879
4802
|
/** @internal */
|
|
4880
4803
|
export declare const UserEventPayloadItems$inboundSchema: z.ZodType<UserEventPayloadItems, z.ZodTypeDef, unknown>;
|
|
4881
4804
|
/** @internal */
|
|
@@ -4919,9 +4842,9 @@ export declare const After$outboundSchema: z.ZodType<After$Outbound, z.ZodTypeDe
|
|
|
4919
4842
|
export declare function afterToJSON(after: After): string;
|
|
4920
4843
|
export declare function afterFromJSON(jsonString: string): SafeParseResult<After, SDKValidationError>;
|
|
4921
4844
|
/** @internal */
|
|
4922
|
-
export declare const
|
|
4845
|
+
export declare const OneHundredAndSixtyNine$inboundSchema: z.ZodType<OneHundredAndSixtyNine, z.ZodTypeDef, unknown>;
|
|
4923
4846
|
/** @internal */
|
|
4924
|
-
export type
|
|
4847
|
+
export type OneHundredAndSixtyNine$Outbound = {
|
|
4925
4848
|
appName: string;
|
|
4926
4849
|
appId?: string | undefined;
|
|
4927
4850
|
installationId?: string | undefined;
|
|
@@ -4929,17 +4852,17 @@ export type OneHundredAndSeventy$Outbound = {
|
|
|
4929
4852
|
after?: After$Outbound | undefined;
|
|
4930
4853
|
};
|
|
4931
4854
|
/** @internal */
|
|
4932
|
-
export declare const
|
|
4933
|
-
export declare function
|
|
4934
|
-
export declare function
|
|
4855
|
+
export declare const OneHundredAndSixtyNine$outboundSchema: z.ZodType<OneHundredAndSixtyNine$Outbound, z.ZodTypeDef, OneHundredAndSixtyNine>;
|
|
4856
|
+
export declare function oneHundredAndSixtyNineToJSON(oneHundredAndSixtyNine: OneHundredAndSixtyNine): string;
|
|
4857
|
+
export declare function oneHundredAndSixtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyNine, SDKValidationError>;
|
|
4935
4858
|
/** @internal */
|
|
4936
|
-
export declare const
|
|
4859
|
+
export declare const UserEventPayload168Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload168Type>;
|
|
4937
4860
|
/** @internal */
|
|
4938
|
-
export declare const
|
|
4861
|
+
export declare const UserEventPayload168Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload168Type>;
|
|
4939
4862
|
/** @internal */
|
|
4940
|
-
export declare const
|
|
4863
|
+
export declare const UserEventPayload168ResourcesType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload168ResourcesType>;
|
|
4941
4864
|
/** @internal */
|
|
4942
|
-
export declare const
|
|
4865
|
+
export declare const UserEventPayload168ResourcesType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload168ResourcesType>;
|
|
4943
4866
|
/** @internal */
|
|
4944
4867
|
export declare const Items$inboundSchema: z.ZodType<Items, z.ZodTypeDef, unknown>;
|
|
4945
4868
|
/** @internal */
|
|
@@ -4973,24 +4896,12 @@ export declare const Resources$outboundSchema: z.ZodType<Resources$Outbound, z.Z
|
|
|
4973
4896
|
export declare function resourcesToJSON(resources: Resources): string;
|
|
4974
4897
|
export declare function resourcesFromJSON(jsonString: string): SafeParseResult<Resources, SDKValidationError>;
|
|
4975
4898
|
/** @internal */
|
|
4976
|
-
export declare const OneHundredAndSixtyNine$inboundSchema: z.ZodType<OneHundredAndSixtyNine, z.ZodTypeDef, unknown>;
|
|
4977
|
-
/** @internal */
|
|
4978
|
-
export type OneHundredAndSixtyNine$Outbound = {
|
|
4979
|
-
appName: string;
|
|
4980
|
-
appId?: string | undefined;
|
|
4981
|
-
resources?: Resources$Outbound | undefined;
|
|
4982
|
-
};
|
|
4983
|
-
/** @internal */
|
|
4984
|
-
export declare const OneHundredAndSixtyNine$outboundSchema: z.ZodType<OneHundredAndSixtyNine$Outbound, z.ZodTypeDef, OneHundredAndSixtyNine>;
|
|
4985
|
-
export declare function oneHundredAndSixtyNineToJSON(oneHundredAndSixtyNine: OneHundredAndSixtyNine): string;
|
|
4986
|
-
export declare function oneHundredAndSixtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyNine, SDKValidationError>;
|
|
4987
|
-
/** @internal */
|
|
4988
4899
|
export declare const OneHundredAndSixtyEight$inboundSchema: z.ZodType<OneHundredAndSixtyEight, z.ZodTypeDef, unknown>;
|
|
4989
4900
|
/** @internal */
|
|
4990
4901
|
export type OneHundredAndSixtyEight$Outbound = {
|
|
4991
4902
|
appName: string;
|
|
4992
4903
|
appId?: string | undefined;
|
|
4993
|
-
|
|
4904
|
+
resources?: Resources$Outbound | undefined;
|
|
4994
4905
|
};
|
|
4995
4906
|
/** @internal */
|
|
4996
4907
|
export declare const OneHundredAndSixtyEight$outboundSchema: z.ZodType<OneHundredAndSixtyEight$Outbound, z.ZodTypeDef, OneHundredAndSixtyEight>;
|
|
@@ -5002,12 +4913,24 @@ export declare const OneHundredAndSixtySeven$inboundSchema: z.ZodType<OneHundred
|
|
|
5002
4913
|
export type OneHundredAndSixtySeven$Outbound = {
|
|
5003
4914
|
appName: string;
|
|
5004
4915
|
appId?: string | undefined;
|
|
4916
|
+
secretLastFourChars?: string | undefined;
|
|
5005
4917
|
};
|
|
5006
4918
|
/** @internal */
|
|
5007
4919
|
export declare const OneHundredAndSixtySeven$outboundSchema: z.ZodType<OneHundredAndSixtySeven$Outbound, z.ZodTypeDef, OneHundredAndSixtySeven>;
|
|
5008
4920
|
export declare function oneHundredAndSixtySevenToJSON(oneHundredAndSixtySeven: OneHundredAndSixtySeven): string;
|
|
5009
4921
|
export declare function oneHundredAndSixtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtySeven, SDKValidationError>;
|
|
5010
4922
|
/** @internal */
|
|
4923
|
+
export declare const OneHundredAndSixtySix$inboundSchema: z.ZodType<OneHundredAndSixtySix, z.ZodTypeDef, unknown>;
|
|
4924
|
+
/** @internal */
|
|
4925
|
+
export type OneHundredAndSixtySix$Outbound = {
|
|
4926
|
+
appName: string;
|
|
4927
|
+
appId?: string | undefined;
|
|
4928
|
+
};
|
|
4929
|
+
/** @internal */
|
|
4930
|
+
export declare const OneHundredAndSixtySix$outboundSchema: z.ZodType<OneHundredAndSixtySix$Outbound, z.ZodTypeDef, OneHundredAndSixtySix>;
|
|
4931
|
+
export declare function oneHundredAndSixtySixToJSON(oneHundredAndSixtySix: OneHundredAndSixtySix): string;
|
|
4932
|
+
export declare function oneHundredAndSixtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtySix, SDKValidationError>;
|
|
4933
|
+
/** @internal */
|
|
5011
4934
|
export declare const NextScopes$inboundSchema: z.ZodNativeEnum<typeof NextScopes>;
|
|
5012
4935
|
/** @internal */
|
|
5013
4936
|
export declare const NextScopes$outboundSchema: z.ZodNativeEnum<typeof NextScopes>;
|
|
@@ -5030,9 +4953,9 @@ export declare const NextAcceptedPermissionSets$outboundSchema: z.ZodType<NextAc
|
|
|
5030
4953
|
export declare function nextAcceptedPermissionSetsToJSON(nextAcceptedPermissionSets: NextAcceptedPermissionSets): string;
|
|
5031
4954
|
export declare function nextAcceptedPermissionSetsFromJSON(jsonString: string): SafeParseResult<NextAcceptedPermissionSets, SDKValidationError>;
|
|
5032
4955
|
/** @internal */
|
|
5033
|
-
export declare const
|
|
4956
|
+
export declare const OneHundredAndSixtyFive$inboundSchema: z.ZodType<OneHundredAndSixtyFive, z.ZodTypeDef, unknown>;
|
|
5034
4957
|
/** @internal */
|
|
5035
|
-
export type
|
|
4958
|
+
export type OneHundredAndSixtyFive$Outbound = {
|
|
5036
4959
|
appName: string;
|
|
5037
4960
|
appId?: string | undefined;
|
|
5038
4961
|
nextScopes: Array<string>;
|
|
@@ -5040,9 +4963,9 @@ export type OneHundredAndSixtySix$Outbound = {
|
|
|
5040
4963
|
nextAcceptedPermissionSets?: NextAcceptedPermissionSets$Outbound | undefined;
|
|
5041
4964
|
};
|
|
5042
4965
|
/** @internal */
|
|
5043
|
-
export declare const
|
|
5044
|
-
export declare function
|
|
5045
|
-
export declare function
|
|
4966
|
+
export declare const OneHundredAndSixtyFive$outboundSchema: z.ZodType<OneHundredAndSixtyFive$Outbound, z.ZodTypeDef, OneHundredAndSixtyFive>;
|
|
4967
|
+
export declare function oneHundredAndSixtyFiveToJSON(oneHundredAndSixtyFive: OneHundredAndSixtyFive): string;
|
|
4968
|
+
export declare function oneHundredAndSixtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFive, SDKValidationError>;
|
|
5046
4969
|
/** @internal */
|
|
5047
4970
|
export declare const PayloadScopes$inboundSchema: z.ZodNativeEnum<typeof PayloadScopes>;
|
|
5048
4971
|
/** @internal */
|
|
@@ -5066,9 +4989,9 @@ export declare const AcceptedPermissionSets$outboundSchema: z.ZodType<AcceptedPe
|
|
|
5066
4989
|
export declare function acceptedPermissionSetsToJSON(acceptedPermissionSets: AcceptedPermissionSets): string;
|
|
5067
4990
|
export declare function acceptedPermissionSetsFromJSON(jsonString: string): SafeParseResult<AcceptedPermissionSets, SDKValidationError>;
|
|
5068
4991
|
/** @internal */
|
|
5069
|
-
export declare const
|
|
4992
|
+
export declare const OneHundredAndSixtyFour$inboundSchema: z.ZodType<OneHundredAndSixtyFour, z.ZodTypeDef, unknown>;
|
|
5070
4993
|
/** @internal */
|
|
5071
|
-
export type
|
|
4994
|
+
export type OneHundredAndSixtyFour$Outbound = {
|
|
5072
4995
|
appName: string;
|
|
5073
4996
|
appId?: string | undefined;
|
|
5074
4997
|
scopes: Array<string>;
|
|
@@ -5076,34 +4999,34 @@ export type OneHundredAndSixtyFive$Outbound = {
|
|
|
5076
4999
|
acceptedPermissionSets?: AcceptedPermissionSets$Outbound | undefined;
|
|
5077
5000
|
};
|
|
5078
5001
|
/** @internal */
|
|
5079
|
-
export declare const
|
|
5080
|
-
export declare function
|
|
5081
|
-
export declare function
|
|
5002
|
+
export declare const OneHundredAndSixtyFour$outboundSchema: z.ZodType<OneHundredAndSixtyFour$Outbound, z.ZodTypeDef, OneHundredAndSixtyFour>;
|
|
5003
|
+
export declare function oneHundredAndSixtyFourToJSON(oneHundredAndSixtyFour: OneHundredAndSixtyFour): string;
|
|
5004
|
+
export declare function oneHundredAndSixtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFour, SDKValidationError>;
|
|
5082
5005
|
/** @internal */
|
|
5083
|
-
export declare const
|
|
5006
|
+
export declare const OneHundredAndSixtyThree$inboundSchema: z.ZodType<OneHundredAndSixtyThree, z.ZodTypeDef, unknown>;
|
|
5084
5007
|
/** @internal */
|
|
5085
|
-
export type
|
|
5008
|
+
export type OneHundredAndSixtyThree$Outbound = {
|
|
5086
5009
|
oldName: string;
|
|
5087
5010
|
newName: string;
|
|
5088
5011
|
};
|
|
5089
5012
|
/** @internal */
|
|
5090
|
-
export declare const
|
|
5091
|
-
export declare function
|
|
5092
|
-
export declare function
|
|
5013
|
+
export declare const OneHundredAndSixtyThree$outboundSchema: z.ZodType<OneHundredAndSixtyThree$Outbound, z.ZodTypeDef, OneHundredAndSixtyThree>;
|
|
5014
|
+
export declare function oneHundredAndSixtyThreeToJSON(oneHundredAndSixtyThree: OneHundredAndSixtyThree): string;
|
|
5015
|
+
export declare function oneHundredAndSixtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyThree, SDKValidationError>;
|
|
5093
5016
|
/** @internal */
|
|
5094
5017
|
export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
5095
5018
|
/** @internal */
|
|
5096
5019
|
export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
5097
5020
|
/** @internal */
|
|
5098
|
-
export declare const
|
|
5021
|
+
export declare const OneHundredAndSixtyTwo$inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
|
|
5099
5022
|
/** @internal */
|
|
5100
|
-
export type
|
|
5023
|
+
export type OneHundredAndSixtyTwo$Outbound = {
|
|
5101
5024
|
tier: string;
|
|
5102
5025
|
};
|
|
5103
5026
|
/** @internal */
|
|
5104
|
-
export declare const
|
|
5105
|
-
export declare function
|
|
5106
|
-
export declare function
|
|
5027
|
+
export declare const OneHundredAndSixtyTwo$outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
|
|
5028
|
+
export declare function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo: OneHundredAndSixtyTwo): string;
|
|
5029
|
+
export declare function oneHundredAndSixtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyTwo, SDKValidationError>;
|
|
5107
5030
|
/** @internal */
|
|
5108
5031
|
export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
|
|
5109
5032
|
/** @internal */
|
|
@@ -5133,18 +5056,18 @@ export declare const PrevProjectWebAnalytics$outboundSchema: z.ZodType<PrevProje
|
|
|
5133
5056
|
export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
|
|
5134
5057
|
export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
|
|
5135
5058
|
/** @internal */
|
|
5136
|
-
export declare const
|
|
5059
|
+
export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
|
|
5137
5060
|
/** @internal */
|
|
5138
|
-
export type
|
|
5061
|
+
export type OneHundredAndSixtyOne$Outbound = {
|
|
5139
5062
|
projectId: string;
|
|
5140
5063
|
projectName: string;
|
|
5141
5064
|
projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
|
|
5142
5065
|
prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
|
|
5143
5066
|
};
|
|
5144
5067
|
/** @internal */
|
|
5145
|
-
export declare const
|
|
5146
|
-
export declare function
|
|
5147
|
-
export declare function
|
|
5068
|
+
export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
|
|
5069
|
+
export declare function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne: OneHundredAndSixtyOne): string;
|
|
5070
|
+
export declare function oneHundredAndSixtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError>;
|
|
5148
5071
|
/** @internal */
|
|
5149
5072
|
export declare const Microfrontends3$inboundSchema: z.ZodType<Microfrontends3, z.ZodTypeDef, unknown>;
|
|
5150
5073
|
/** @internal */
|
|
@@ -5199,17 +5122,17 @@ export declare const Microfrontends$outboundSchema: z.ZodType<Microfrontends$Out
|
|
|
5199
5122
|
export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
|
|
5200
5123
|
export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
|
|
5201
5124
|
/** @internal */
|
|
5202
|
-
export declare const
|
|
5125
|
+
export declare const UserEventPayload160Project$inboundSchema: z.ZodType<UserEventPayload160Project, z.ZodTypeDef, unknown>;
|
|
5203
5126
|
/** @internal */
|
|
5204
|
-
export type
|
|
5127
|
+
export type UserEventPayload160Project$Outbound = {
|
|
5205
5128
|
id: string;
|
|
5206
5129
|
name: string;
|
|
5207
5130
|
microfrontends?: Microfrontends1$Outbound | Microfrontends2$Outbound | Microfrontends3$Outbound | undefined;
|
|
5208
5131
|
};
|
|
5209
5132
|
/** @internal */
|
|
5210
|
-
export declare const
|
|
5211
|
-
export declare function
|
|
5212
|
-
export declare function
|
|
5133
|
+
export declare const UserEventPayload160Project$outboundSchema: z.ZodType<UserEventPayload160Project$Outbound, z.ZodTypeDef, UserEventPayload160Project>;
|
|
5134
|
+
export declare function userEventPayload160ProjectToJSON(userEventPayload160Project: UserEventPayload160Project): string;
|
|
5135
|
+
export declare function userEventPayload160ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload160Project, SDKValidationError>;
|
|
5213
5136
|
/** @internal */
|
|
5214
5137
|
export declare const UserEventMicrofrontends3$inboundSchema: z.ZodType<UserEventMicrofrontends3, z.ZodTypeDef, unknown>;
|
|
5215
5138
|
/** @internal */
|
|
@@ -5264,20 +5187,20 @@ export declare const PayloadMicrofrontends$outboundSchema: z.ZodType<PayloadMicr
|
|
|
5264
5187
|
export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
|
|
5265
5188
|
export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
|
|
5266
5189
|
/** @internal */
|
|
5267
|
-
export declare const
|
|
5190
|
+
export declare const UserEventPayload160PrevProject$inboundSchema: z.ZodType<UserEventPayload160PrevProject, z.ZodTypeDef, unknown>;
|
|
5268
5191
|
/** @internal */
|
|
5269
|
-
export type
|
|
5192
|
+
export type UserEventPayload160PrevProject$Outbound = {
|
|
5270
5193
|
microfrontends?: UserEventMicrofrontends1$Outbound | UserEventMicrofrontends2$Outbound | UserEventMicrofrontends3$Outbound | undefined;
|
|
5271
5194
|
};
|
|
5272
5195
|
/** @internal */
|
|
5273
|
-
export declare const
|
|
5274
|
-
export declare function
|
|
5275
|
-
export declare function
|
|
5196
|
+
export declare const UserEventPayload160PrevProject$outboundSchema: z.ZodType<UserEventPayload160PrevProject$Outbound, z.ZodTypeDef, UserEventPayload160PrevProject>;
|
|
5197
|
+
export declare function userEventPayload160PrevProjectToJSON(userEventPayload160PrevProject: UserEventPayload160PrevProject): string;
|
|
5198
|
+
export declare function userEventPayload160PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload160PrevProject, SDKValidationError>;
|
|
5276
5199
|
/** @internal */
|
|
5277
5200
|
export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
|
|
5278
5201
|
/** @internal */
|
|
5279
5202
|
export type PayloadPrev$Outbound = {
|
|
5280
|
-
project:
|
|
5203
|
+
project: UserEventPayload160PrevProject$Outbound;
|
|
5281
5204
|
};
|
|
5282
5205
|
/** @internal */
|
|
5283
5206
|
export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
|
|
@@ -5296,28 +5219,28 @@ export declare const PayloadGroup$outboundSchema: z.ZodType<PayloadGroup$Outboun
|
|
|
5296
5219
|
export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
|
|
5297
5220
|
export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
|
|
5298
5221
|
/** @internal */
|
|
5299
|
-
export declare const
|
|
5222
|
+
export declare const OneHundredAndSixty$inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
|
|
5300
5223
|
/** @internal */
|
|
5301
|
-
export type
|
|
5302
|
-
project:
|
|
5224
|
+
export type OneHundredAndSixty$Outbound = {
|
|
5225
|
+
project: UserEventPayload160Project$Outbound;
|
|
5303
5226
|
prev: PayloadPrev$Outbound;
|
|
5304
5227
|
group: PayloadGroup$Outbound;
|
|
5305
5228
|
};
|
|
5306
5229
|
/** @internal */
|
|
5307
|
-
export declare const
|
|
5308
|
-
export declare function
|
|
5309
|
-
export declare function
|
|
5230
|
+
export declare const OneHundredAndSixty$outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
|
|
5231
|
+
export declare function oneHundredAndSixtyToJSON(oneHundredAndSixty: OneHundredAndSixty): string;
|
|
5232
|
+
export declare function oneHundredAndSixtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixty, SDKValidationError>;
|
|
5310
5233
|
/** @internal */
|
|
5311
|
-
export declare const
|
|
5234
|
+
export declare const UserEventPayload159Project$inboundSchema: z.ZodType<UserEventPayload159Project, z.ZodTypeDef, unknown>;
|
|
5312
5235
|
/** @internal */
|
|
5313
|
-
export type
|
|
5236
|
+
export type UserEventPayload159Project$Outbound = {
|
|
5314
5237
|
id: string;
|
|
5315
5238
|
name: string;
|
|
5316
5239
|
};
|
|
5317
5240
|
/** @internal */
|
|
5318
|
-
export declare const
|
|
5319
|
-
export declare function
|
|
5320
|
-
export declare function
|
|
5241
|
+
export declare const UserEventPayload159Project$outboundSchema: z.ZodType<UserEventPayload159Project$Outbound, z.ZodTypeDef, UserEventPayload159Project>;
|
|
5242
|
+
export declare function userEventPayload159ProjectToJSON(userEventPayload159Project: UserEventPayload159Project): string;
|
|
5243
|
+
export declare function userEventPayload159ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload159Project, SDKValidationError>;
|
|
5321
5244
|
/** @internal */
|
|
5322
5245
|
export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
|
|
5323
5246
|
/** @internal */
|
|
@@ -5331,16 +5254,16 @@ export declare const Group$outboundSchema: z.ZodType<Group$Outbound, z.ZodTypeDe
|
|
|
5331
5254
|
export declare function groupToJSON(group: Group): string;
|
|
5332
5255
|
export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
|
|
5333
5256
|
/** @internal */
|
|
5334
|
-
export declare const
|
|
5257
|
+
export declare const OneHundredAndFiftyNine$inboundSchema: z.ZodType<OneHundredAndFiftyNine, z.ZodTypeDef, unknown>;
|
|
5335
5258
|
/** @internal */
|
|
5336
|
-
export type
|
|
5337
|
-
project:
|
|
5259
|
+
export type OneHundredAndFiftyNine$Outbound = {
|
|
5260
|
+
project: UserEventPayload159Project$Outbound;
|
|
5338
5261
|
group: Group$Outbound;
|
|
5339
5262
|
};
|
|
5340
5263
|
/** @internal */
|
|
5341
|
-
export declare const
|
|
5342
|
-
export declare function
|
|
5343
|
-
export declare function
|
|
5264
|
+
export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
|
|
5265
|
+
export declare function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine: OneHundredAndFiftyNine): string;
|
|
5266
|
+
export declare function oneHundredAndFiftyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError>;
|
|
5344
5267
|
/** @internal */
|
|
5345
5268
|
export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
|
|
5346
5269
|
/** @internal */
|
|
@@ -5354,9 +5277,9 @@ export declare const Prev$outboundSchema: z.ZodType<Prev$Outbound, z.ZodTypeDef,
|
|
|
5354
5277
|
export declare function prevToJSON(prev: Prev): string;
|
|
5355
5278
|
export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
|
|
5356
5279
|
/** @internal */
|
|
5357
|
-
export declare const
|
|
5280
|
+
export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
|
|
5358
5281
|
/** @internal */
|
|
5359
|
-
export type
|
|
5282
|
+
export type OneHundredAndFiftyEight$Outbound = {
|
|
5360
5283
|
id: string;
|
|
5361
5284
|
slug?: string | undefined;
|
|
5362
5285
|
name?: string | undefined;
|
|
@@ -5364,42 +5287,30 @@ export type OneHundredAndFiftyNine$Outbound = {
|
|
|
5364
5287
|
prev: Prev$Outbound;
|
|
5365
5288
|
};
|
|
5366
5289
|
/** @internal */
|
|
5367
|
-
export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
|
|
5368
|
-
export declare function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine: OneHundredAndFiftyNine): string;
|
|
5369
|
-
export declare function oneHundredAndFiftyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError>;
|
|
5370
|
-
/** @internal */
|
|
5371
|
-
export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
|
|
5372
|
-
/** @internal */
|
|
5373
|
-
export type OneHundredAndFiftyEight$Outbound = {
|
|
5374
|
-
id: string;
|
|
5375
|
-
slug: string;
|
|
5376
|
-
name: string;
|
|
5377
|
-
};
|
|
5378
|
-
/** @internal */
|
|
5379
5290
|
export declare const OneHundredAndFiftyEight$outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
|
|
5380
5291
|
export declare function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight: OneHundredAndFiftyEight): string;
|
|
5381
5292
|
export declare function oneHundredAndFiftyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError>;
|
|
5382
5293
|
/** @internal */
|
|
5383
|
-
export declare const UserEventPayload157Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload157Action>;
|
|
5384
|
-
/** @internal */
|
|
5385
|
-
export declare const UserEventPayload157Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload157Action>;
|
|
5386
|
-
/** @internal */
|
|
5387
5294
|
export declare const OneHundredAndFiftySeven$inboundSchema: z.ZodType<OneHundredAndFiftySeven, z.ZodTypeDef, unknown>;
|
|
5388
5295
|
/** @internal */
|
|
5389
5296
|
export type OneHundredAndFiftySeven$Outbound = {
|
|
5390
|
-
|
|
5297
|
+
id: string;
|
|
5298
|
+
slug: string;
|
|
5299
|
+
name: string;
|
|
5391
5300
|
};
|
|
5392
5301
|
/** @internal */
|
|
5393
5302
|
export declare const OneHundredAndFiftySeven$outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
|
|
5394
5303
|
export declare function oneHundredAndFiftySevenToJSON(oneHundredAndFiftySeven: OneHundredAndFiftySeven): string;
|
|
5395
5304
|
export declare function oneHundredAndFiftySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError>;
|
|
5396
5305
|
/** @internal */
|
|
5306
|
+
export declare const UserEventPayload156Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload156Action>;
|
|
5307
|
+
/** @internal */
|
|
5308
|
+
export declare const UserEventPayload156Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload156Action>;
|
|
5309
|
+
/** @internal */
|
|
5397
5310
|
export declare const OneHundredAndFiftySix$inboundSchema: z.ZodType<OneHundredAndFiftySix, z.ZodTypeDef, unknown>;
|
|
5398
5311
|
/** @internal */
|
|
5399
5312
|
export type OneHundredAndFiftySix$Outbound = {
|
|
5400
|
-
|
|
5401
|
-
edgeConfigSlug: string;
|
|
5402
|
-
edgeConfigTokenIds: Array<string>;
|
|
5313
|
+
action: string;
|
|
5403
5314
|
};
|
|
5404
5315
|
/** @internal */
|
|
5405
5316
|
export declare const OneHundredAndFiftySix$outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
|
|
@@ -5411,8 +5322,7 @@ export declare const OneHundredAndFiftyFive$inboundSchema: z.ZodType<OneHundredA
|
|
|
5411
5322
|
export type OneHundredAndFiftyFive$Outbound = {
|
|
5412
5323
|
edgeConfigId: string;
|
|
5413
5324
|
edgeConfigSlug: string;
|
|
5414
|
-
|
|
5415
|
-
label: string;
|
|
5325
|
+
edgeConfigTokenIds: Array<string>;
|
|
5416
5326
|
};
|
|
5417
5327
|
/** @internal */
|
|
5418
5328
|
export declare const OneHundredAndFiftyFive$outboundSchema: z.ZodType<OneHundredAndFiftyFive$Outbound, z.ZodTypeDef, OneHundredAndFiftyFive>;
|
|
@@ -5424,7 +5334,8 @@ export declare const OneHundredAndFiftyFour$inboundSchema: z.ZodType<OneHundredA
|
|
|
5424
5334
|
export type OneHundredAndFiftyFour$Outbound = {
|
|
5425
5335
|
edgeConfigId: string;
|
|
5426
5336
|
edgeConfigSlug: string;
|
|
5427
|
-
|
|
5337
|
+
edgeConfigTokenId: string;
|
|
5338
|
+
label: string;
|
|
5428
5339
|
};
|
|
5429
5340
|
/** @internal */
|
|
5430
5341
|
export declare const OneHundredAndFiftyFour$outboundSchema: z.ZodType<OneHundredAndFiftyFour$Outbound, z.ZodTypeDef, OneHundredAndFiftyFour>;
|
|
@@ -5434,8 +5345,9 @@ export declare function oneHundredAndFiftyFourFromJSON(jsonString: string): Safe
|
|
|
5434
5345
|
export declare const OneHundredAndFiftyThree$inboundSchema: z.ZodType<OneHundredAndFiftyThree, z.ZodTypeDef, unknown>;
|
|
5435
5346
|
/** @internal */
|
|
5436
5347
|
export type OneHundredAndFiftyThree$Outbound = {
|
|
5437
|
-
|
|
5438
|
-
|
|
5348
|
+
edgeConfigId: string;
|
|
5349
|
+
edgeConfigSlug: string;
|
|
5350
|
+
edgeConfigDigest: string;
|
|
5439
5351
|
};
|
|
5440
5352
|
/** @internal */
|
|
5441
5353
|
export declare const OneHundredAndFiftyThree$outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
|
|
@@ -5446,21 +5358,32 @@ export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAn
|
|
|
5446
5358
|
/** @internal */
|
|
5447
5359
|
export type OneHundredAndFiftyTwo$Outbound = {
|
|
5448
5360
|
projectName: string;
|
|
5449
|
-
|
|
5450
|
-
target?: string | undefined;
|
|
5361
|
+
srcImages: Array<string>;
|
|
5451
5362
|
};
|
|
5452
5363
|
/** @internal */
|
|
5453
5364
|
export declare const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
|
|
5454
5365
|
export declare function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo: OneHundredAndFiftyTwo): string;
|
|
5455
5366
|
export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyTwo, SDKValidationError>;
|
|
5456
5367
|
/** @internal */
|
|
5457
|
-
export declare const
|
|
5368
|
+
export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
|
|
5369
|
+
/** @internal */
|
|
5370
|
+
export type OneHundredAndFiftyOne$Outbound = {
|
|
5371
|
+
projectName: string;
|
|
5372
|
+
tags: Array<string>;
|
|
5373
|
+
target?: string | undefined;
|
|
5374
|
+
};
|
|
5375
|
+
/** @internal */
|
|
5376
|
+
export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
|
|
5377
|
+
export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
|
|
5378
|
+
export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
|
|
5379
|
+
/** @internal */
|
|
5380
|
+
export declare const UserEventPayload150Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload150Role>;
|
|
5458
5381
|
/** @internal */
|
|
5459
|
-
export declare const
|
|
5382
|
+
export declare const UserEventPayload150Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload150Role>;
|
|
5460
5383
|
/** @internal */
|
|
5461
|
-
export declare const
|
|
5384
|
+
export declare const UserEventPayload150Project$inboundSchema: z.ZodType<UserEventPayload150Project, z.ZodTypeDef, unknown>;
|
|
5462
5385
|
/** @internal */
|
|
5463
|
-
export type
|
|
5386
|
+
export type UserEventPayload150Project$Outbound = {
|
|
5464
5387
|
name: string;
|
|
5465
5388
|
role: string;
|
|
5466
5389
|
invitedUserName: string;
|
|
@@ -5468,34 +5391,34 @@ export type UserEventPayload151Project$Outbound = {
|
|
|
5468
5391
|
invitedUserId?: string | undefined;
|
|
5469
5392
|
};
|
|
5470
5393
|
/** @internal */
|
|
5471
|
-
export declare const
|
|
5472
|
-
export declare function
|
|
5473
|
-
export declare function
|
|
5394
|
+
export declare const UserEventPayload150Project$outboundSchema: z.ZodType<UserEventPayload150Project$Outbound, z.ZodTypeDef, UserEventPayload150Project>;
|
|
5395
|
+
export declare function userEventPayload150ProjectToJSON(userEventPayload150Project: UserEventPayload150Project): string;
|
|
5396
|
+
export declare function userEventPayload150ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Project, SDKValidationError>;
|
|
5474
5397
|
/** @internal */
|
|
5475
|
-
export declare const
|
|
5398
|
+
export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
|
|
5476
5399
|
/** @internal */
|
|
5477
|
-
export type
|
|
5478
|
-
project:
|
|
5400
|
+
export type OneHundredAndFifty$Outbound = {
|
|
5401
|
+
project: UserEventPayload150Project$Outbound;
|
|
5479
5402
|
};
|
|
5480
5403
|
/** @internal */
|
|
5481
|
-
export declare const
|
|
5482
|
-
export declare function
|
|
5483
|
-
export declare function
|
|
5404
|
+
export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
|
|
5405
|
+
export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
|
|
5406
|
+
export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
|
|
5484
5407
|
/** @internal */
|
|
5485
|
-
export declare const
|
|
5408
|
+
export declare const UserEventPayload149Project$inboundSchema: z.ZodType<UserEventPayload149Project, z.ZodTypeDef, unknown>;
|
|
5486
5409
|
/** @internal */
|
|
5487
|
-
export type
|
|
5410
|
+
export type UserEventPayload149Project$Outbound = {
|
|
5488
5411
|
id: string;
|
|
5489
5412
|
name: string;
|
|
5490
5413
|
};
|
|
5491
5414
|
/** @internal */
|
|
5492
|
-
export declare const
|
|
5493
|
-
export declare function
|
|
5494
|
-
export declare function
|
|
5415
|
+
export declare const UserEventPayload149Project$outboundSchema: z.ZodType<UserEventPayload149Project$Outbound, z.ZodTypeDef, UserEventPayload149Project>;
|
|
5416
|
+
export declare function userEventPayload149ProjectToJSON(userEventPayload149Project: UserEventPayload149Project): string;
|
|
5417
|
+
export declare function userEventPayload149ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Project, SDKValidationError>;
|
|
5495
5418
|
/** @internal */
|
|
5496
|
-
export declare const
|
|
5419
|
+
export declare const UserEventPayload149Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload149Role>;
|
|
5497
5420
|
/** @internal */
|
|
5498
|
-
export declare const
|
|
5421
|
+
export declare const UserEventPayload149Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload149Role>;
|
|
5499
5422
|
/** @internal */
|
|
5500
5423
|
export declare const PayloadPreviousRole$inboundSchema: z.ZodNativeEnum<typeof PayloadPreviousRole>;
|
|
5501
5424
|
/** @internal */
|
|
@@ -5515,31 +5438,31 @@ export declare const PayloadProjectMembership$outboundSchema: z.ZodType<PayloadP
|
|
|
5515
5438
|
export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
|
|
5516
5439
|
export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
|
|
5517
5440
|
/** @internal */
|
|
5518
|
-
export declare const
|
|
5441
|
+
export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
|
|
5519
5442
|
/** @internal */
|
|
5520
|
-
export type
|
|
5521
|
-
project:
|
|
5443
|
+
export type OneHundredAndFortyNine$Outbound = {
|
|
5444
|
+
project: UserEventPayload149Project$Outbound;
|
|
5522
5445
|
projectMembership: PayloadProjectMembership$Outbound;
|
|
5523
5446
|
};
|
|
5524
5447
|
/** @internal */
|
|
5525
|
-
export declare const
|
|
5526
|
-
export declare function
|
|
5527
|
-
export declare function
|
|
5448
|
+
export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
|
|
5449
|
+
export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
|
|
5450
|
+
export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
|
|
5528
5451
|
/** @internal */
|
|
5529
|
-
export declare const
|
|
5452
|
+
export declare const UserEventPayload148Project$inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
|
|
5530
5453
|
/** @internal */
|
|
5531
|
-
export type
|
|
5454
|
+
export type UserEventPayload148Project$Outbound = {
|
|
5532
5455
|
name: string;
|
|
5533
5456
|
id?: string | undefined;
|
|
5534
5457
|
};
|
|
5535
5458
|
/** @internal */
|
|
5536
|
-
export declare const
|
|
5537
|
-
export declare function
|
|
5538
|
-
export declare function
|
|
5459
|
+
export declare const UserEventPayload148Project$outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
|
|
5460
|
+
export declare function userEventPayload148ProjectToJSON(userEventPayload148Project: UserEventPayload148Project): string;
|
|
5461
|
+
export declare function userEventPayload148ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Project, SDKValidationError>;
|
|
5539
5462
|
/** @internal */
|
|
5540
|
-
export declare const
|
|
5463
|
+
export declare const UserEventPayload148Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload148Role>;
|
|
5541
5464
|
/** @internal */
|
|
5542
|
-
export declare const
|
|
5465
|
+
export declare const UserEventPayload148Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload148Role>;
|
|
5543
5466
|
/** @internal */
|
|
5544
5467
|
export declare const RemovedMembership$inboundSchema: z.ZodType<RemovedMembership, z.ZodTypeDef, unknown>;
|
|
5545
5468
|
/** @internal */
|
|
@@ -5554,31 +5477,31 @@ export declare const RemovedMembership$outboundSchema: z.ZodType<RemovedMembersh
|
|
|
5554
5477
|
export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
|
|
5555
5478
|
export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
|
|
5556
5479
|
/** @internal */
|
|
5557
|
-
export declare const
|
|
5480
|
+
export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
|
|
5558
5481
|
/** @internal */
|
|
5559
|
-
export type
|
|
5560
|
-
project:
|
|
5482
|
+
export type OneHundredAndFortyEight$Outbound = {
|
|
5483
|
+
project: UserEventPayload148Project$Outbound;
|
|
5561
5484
|
removedMembership: RemovedMembership$Outbound;
|
|
5562
5485
|
};
|
|
5563
5486
|
/** @internal */
|
|
5564
|
-
export declare const
|
|
5565
|
-
export declare function
|
|
5566
|
-
export declare function
|
|
5487
|
+
export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
|
|
5488
|
+
export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
|
|
5489
|
+
export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
|
|
5567
5490
|
/** @internal */
|
|
5568
|
-
export declare const
|
|
5491
|
+
export declare const UserEventPayload147Project$inboundSchema: z.ZodType<UserEventPayload147Project, z.ZodTypeDef, unknown>;
|
|
5569
5492
|
/** @internal */
|
|
5570
|
-
export type
|
|
5493
|
+
export type UserEventPayload147Project$Outbound = {
|
|
5571
5494
|
name: string;
|
|
5572
5495
|
id?: string | undefined;
|
|
5573
5496
|
};
|
|
5574
5497
|
/** @internal */
|
|
5575
|
-
export declare const
|
|
5576
|
-
export declare function
|
|
5577
|
-
export declare function
|
|
5498
|
+
export declare const UserEventPayload147Project$outboundSchema: z.ZodType<UserEventPayload147Project$Outbound, z.ZodTypeDef, UserEventPayload147Project>;
|
|
5499
|
+
export declare function userEventPayload147ProjectToJSON(userEventPayload147Project: UserEventPayload147Project): string;
|
|
5500
|
+
export declare function userEventPayload147ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Project, SDKValidationError>;
|
|
5578
5501
|
/** @internal */
|
|
5579
|
-
export declare const
|
|
5502
|
+
export declare const UserEventPayload147Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload147Role>;
|
|
5580
5503
|
/** @internal */
|
|
5581
|
-
export declare const
|
|
5504
|
+
export declare const UserEventPayload147Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload147Role>;
|
|
5582
5505
|
/** @internal */
|
|
5583
5506
|
export declare const ProjectMembership$inboundSchema: z.ZodType<ProjectMembership, z.ZodTypeDef, unknown>;
|
|
5584
5507
|
/** @internal */
|
|
@@ -5593,24 +5516,11 @@ export declare const ProjectMembership$outboundSchema: z.ZodType<ProjectMembersh
|
|
|
5593
5516
|
export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
|
|
5594
5517
|
export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
|
|
5595
5518
|
/** @internal */
|
|
5596
|
-
export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
|
|
5597
|
-
/** @internal */
|
|
5598
|
-
export type OneHundredAndFortyEight$Outbound = {
|
|
5599
|
-
project: UserEventPayload148Project$Outbound;
|
|
5600
|
-
projectMembership: ProjectMembership$Outbound | null;
|
|
5601
|
-
};
|
|
5602
|
-
/** @internal */
|
|
5603
|
-
export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
|
|
5604
|
-
export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
|
|
5605
|
-
export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
|
|
5606
|
-
/** @internal */
|
|
5607
5519
|
export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
|
|
5608
5520
|
/** @internal */
|
|
5609
5521
|
export type OneHundredAndFortySeven$Outbound = {
|
|
5610
|
-
|
|
5611
|
-
|
|
5612
|
-
originAccountName: string;
|
|
5613
|
-
transferId?: string | undefined;
|
|
5522
|
+
project: UserEventPayload147Project$Outbound;
|
|
5523
|
+
projectMembership: ProjectMembership$Outbound | null;
|
|
5614
5524
|
};
|
|
5615
5525
|
/** @internal */
|
|
5616
5526
|
export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
|
|
@@ -5622,7 +5532,7 @@ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAn
|
|
|
5622
5532
|
export type OneHundredAndFortySix$Outbound = {
|
|
5623
5533
|
previousProjectName: string;
|
|
5624
5534
|
newProjectName: string;
|
|
5625
|
-
|
|
5535
|
+
originAccountName: string;
|
|
5626
5536
|
transferId?: string | undefined;
|
|
5627
5537
|
};
|
|
5628
5538
|
/** @internal */
|
|
@@ -5633,8 +5543,9 @@ export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeP
|
|
|
5633
5543
|
export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
|
|
5634
5544
|
/** @internal */
|
|
5635
5545
|
export type OneHundredAndFortyFive$Outbound = {
|
|
5636
|
-
|
|
5637
|
-
|
|
5546
|
+
previousProjectName: string;
|
|
5547
|
+
newProjectName: string;
|
|
5548
|
+
destinationAccountName: string;
|
|
5638
5549
|
transferId?: string | undefined;
|
|
5639
5550
|
};
|
|
5640
5551
|
/** @internal */
|
|
@@ -5645,11 +5556,8 @@ export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): Safe
|
|
|
5645
5556
|
export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
|
|
5646
5557
|
/** @internal */
|
|
5647
5558
|
export type OneHundredAndFortyFour$Outbound = {
|
|
5648
|
-
projectId: string;
|
|
5649
5559
|
projectName: string;
|
|
5650
|
-
|
|
5651
|
-
destinationAccountName: string;
|
|
5652
|
-
destinationAccountId: string;
|
|
5560
|
+
destinationAccountName: string | null;
|
|
5653
5561
|
transferId?: string | undefined;
|
|
5654
5562
|
};
|
|
5655
5563
|
/** @internal */
|
|
@@ -5660,12 +5568,12 @@ export declare function oneHundredAndFortyFourFromJSON(jsonString: string): Safe
|
|
|
5660
5568
|
export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
5661
5569
|
/** @internal */
|
|
5662
5570
|
export type OneHundredAndFortyThree$Outbound = {
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5571
|
+
projectId: string;
|
|
5572
|
+
projectName: string;
|
|
5573
|
+
originAccountName: string;
|
|
5574
|
+
destinationAccountName: string;
|
|
5575
|
+
destinationAccountId: string;
|
|
5576
|
+
transferId?: string | undefined;
|
|
5669
5577
|
};
|
|
5670
5578
|
/** @internal */
|
|
5671
5579
|
export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
@@ -5675,12 +5583,12 @@ export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): Saf
|
|
|
5675
5583
|
export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
|
|
5676
5584
|
/** @internal */
|
|
5677
5585
|
export type OneHundredAndFortyTwo$Outbound = {
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
gitUsername?: string |
|
|
5681
|
-
githubUsername?: string |
|
|
5682
|
-
gitlabUsername?: string |
|
|
5683
|
-
bitbucketUsername?: string |
|
|
5586
|
+
requestedTeamName: string;
|
|
5587
|
+
requestedUserName?: string | undefined;
|
|
5588
|
+
gitUsername?: string | undefined;
|
|
5589
|
+
githubUsername?: string | undefined;
|
|
5590
|
+
gitlabUsername?: string | undefined;
|
|
5591
|
+
bitbucketUsername?: string | undefined;
|
|
5684
5592
|
};
|
|
5685
5593
|
/** @internal */
|
|
5686
5594
|
export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
|
|
@@ -5692,12 +5600,10 @@ export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAn
|
|
|
5692
5600
|
export type OneHundredAndFortyOne$Outbound = {
|
|
5693
5601
|
teamName: string;
|
|
5694
5602
|
username?: string | undefined;
|
|
5695
|
-
gitUsername?: string | undefined;
|
|
5603
|
+
gitUsername?: string | null | undefined;
|
|
5696
5604
|
githubUsername?: string | null | undefined;
|
|
5697
5605
|
gitlabUsername?: string | null | undefined;
|
|
5698
5606
|
bitbucketUsername?: string | null | undefined;
|
|
5699
|
-
updatedUid?: string | undefined;
|
|
5700
|
-
teamId?: string | undefined;
|
|
5701
5607
|
};
|
|
5702
5608
|
/** @internal */
|
|
5703
5609
|
export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
|
|
@@ -5707,8 +5613,14 @@ export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeP
|
|
|
5707
5613
|
export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
|
|
5708
5614
|
/** @internal */
|
|
5709
5615
|
export type OneHundredAndForty$Outbound = {
|
|
5710
|
-
|
|
5711
|
-
|
|
5616
|
+
teamName: string;
|
|
5617
|
+
username?: string | undefined;
|
|
5618
|
+
gitUsername?: string | undefined;
|
|
5619
|
+
githubUsername?: string | null | undefined;
|
|
5620
|
+
gitlabUsername?: string | null | undefined;
|
|
5621
|
+
bitbucketUsername?: string | null | undefined;
|
|
5622
|
+
updatedUid?: string | undefined;
|
|
5623
|
+
teamId?: string | undefined;
|
|
5712
5624
|
};
|
|
5713
5625
|
/** @internal */
|
|
5714
5626
|
export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
|
|
@@ -5718,8 +5630,8 @@ export declare function oneHundredAndFortyFromJSON(jsonString: string): SafePars
|
|
|
5718
5630
|
export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
|
|
5719
5631
|
/** @internal */
|
|
5720
5632
|
export type OneHundredAndThirtyNine$Outbound = {
|
|
5721
|
-
|
|
5722
|
-
|
|
5633
|
+
price?: number | undefined;
|
|
5634
|
+
currency?: string | undefined;
|
|
5723
5635
|
};
|
|
5724
5636
|
/** @internal */
|
|
5725
5637
|
export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
|
|
@@ -5729,9 +5641,8 @@ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): Saf
|
|
|
5729
5641
|
export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
|
|
5730
5642
|
/** @internal */
|
|
5731
5643
|
export type OneHundredAndThirtyEight$Outbound = {
|
|
5732
|
-
|
|
5733
|
-
|
|
5734
|
-
enabled?: boolean | undefined;
|
|
5644
|
+
previewDeploymentSuffix?: string | null | undefined;
|
|
5645
|
+
previousPreviewDeploymentSuffix?: string | null | undefined;
|
|
5735
5646
|
};
|
|
5736
5647
|
/** @internal */
|
|
5737
5648
|
export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
|
|
@@ -5741,7 +5652,9 @@ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): Sa
|
|
|
5741
5652
|
export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
|
|
5742
5653
|
/** @internal */
|
|
5743
5654
|
export type OneHundredAndThirtySeven$Outbound = {
|
|
5744
|
-
|
|
5655
|
+
price?: number | undefined;
|
|
5656
|
+
currency?: string | undefined;
|
|
5657
|
+
enabled?: boolean | undefined;
|
|
5745
5658
|
};
|
|
5746
5659
|
/** @internal */
|
|
5747
5660
|
export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
|
|
@@ -5751,8 +5664,7 @@ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): Sa
|
|
|
5751
5664
|
export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
|
|
5752
5665
|
/** @internal */
|
|
5753
5666
|
export type OneHundredAndThirtySix$Outbound = {
|
|
5754
|
-
|
|
5755
|
-
prevEmail: string;
|
|
5667
|
+
username: string;
|
|
5756
5668
|
};
|
|
5757
5669
|
/** @internal */
|
|
5758
5670
|
export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
|
|
@@ -5762,7 +5674,8 @@ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): Safe
|
|
|
5762
5674
|
export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
|
|
5763
5675
|
/** @internal */
|
|
5764
5676
|
export type OneHundredAndThirtyFive$Outbound = {
|
|
5765
|
-
|
|
5677
|
+
email: string;
|
|
5678
|
+
prevEmail: string;
|
|
5766
5679
|
};
|
|
5767
5680
|
/** @internal */
|
|
5768
5681
|
export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
|
|
@@ -5772,14 +5685,24 @@ export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): Saf
|
|
|
5772
5685
|
export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
|
|
5773
5686
|
/** @internal */
|
|
5774
5687
|
export type OneHundredAndThirtyFour$Outbound = {
|
|
5775
|
-
|
|
5776
|
-
totpVerified: boolean;
|
|
5688
|
+
mfaEnabled: boolean;
|
|
5777
5689
|
};
|
|
5778
5690
|
/** @internal */
|
|
5779
5691
|
export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
|
|
5780
5692
|
export declare function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour: OneHundredAndThirtyFour): string;
|
|
5781
5693
|
export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFour, SDKValidationError>;
|
|
5782
5694
|
/** @internal */
|
|
5695
|
+
export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
|
|
5696
|
+
/** @internal */
|
|
5697
|
+
export type OneHundredAndThirtyThree$Outbound = {
|
|
5698
|
+
enabled: boolean;
|
|
5699
|
+
totpVerified: boolean;
|
|
5700
|
+
};
|
|
5701
|
+
/** @internal */
|
|
5702
|
+
export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
|
|
5703
|
+
export declare function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree: OneHundredAndThirtyThree): string;
|
|
5704
|
+
export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyThree, SDKValidationError>;
|
|
5705
|
+
/** @internal */
|
|
5783
5706
|
export declare const PayloadPrevious$inboundSchema: z.ZodType<PayloadPrevious, z.ZodTypeDef, unknown>;
|
|
5784
5707
|
/** @internal */
|
|
5785
5708
|
export type PayloadPrevious$Outbound = {
|
|
@@ -5802,16 +5725,16 @@ export declare const PayloadNext$outboundSchema: z.ZodType<PayloadNext$Outbound,
|
|
|
5802
5725
|
export declare function payloadNextToJSON(payloadNext: PayloadNext): string;
|
|
5803
5726
|
export declare function payloadNextFromJSON(jsonString: string): SafeParseResult<PayloadNext, SDKValidationError>;
|
|
5804
5727
|
/** @internal */
|
|
5805
|
-
export declare const
|
|
5728
|
+
export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
|
|
5806
5729
|
/** @internal */
|
|
5807
|
-
export type
|
|
5730
|
+
export type OneHundredAndThirtyTwo$Outbound = {
|
|
5808
5731
|
previous: PayloadPrevious$Outbound;
|
|
5809
5732
|
next: PayloadNext$Outbound;
|
|
5810
5733
|
};
|
|
5811
5734
|
/** @internal */
|
|
5812
|
-
export declare const
|
|
5813
|
-
export declare function
|
|
5814
|
-
export declare function
|
|
5735
|
+
export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
|
|
5736
|
+
export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
|
|
5737
|
+
export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
|
|
5815
5738
|
/** @internal */
|
|
5816
5739
|
export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
|
|
5817
5740
|
/** @internal */
|
|
@@ -5823,20 +5746,10 @@ export declare const PayloadRemoteCaching$outboundSchema: z.ZodType<PayloadRemot
|
|
|
5823
5746
|
export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
|
|
5824
5747
|
export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
|
|
5825
5748
|
/** @internal */
|
|
5826
|
-
export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
|
|
5827
|
-
/** @internal */
|
|
5828
|
-
export type OneHundredAndThirtyTwo$Outbound = {
|
|
5829
|
-
remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
|
|
5830
|
-
};
|
|
5831
|
-
/** @internal */
|
|
5832
|
-
export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
|
|
5833
|
-
export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
|
|
5834
|
-
export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
|
|
5835
|
-
/** @internal */
|
|
5836
5749
|
export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
|
|
5837
5750
|
/** @internal */
|
|
5838
5751
|
export type OneHundredAndThirtyOne$Outbound = {
|
|
5839
|
-
|
|
5752
|
+
remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
|
|
5840
5753
|
};
|
|
5841
5754
|
/** @internal */
|
|
5842
5755
|
export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
|
|
@@ -5846,7 +5759,7 @@ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): Safe
|
|
|
5846
5759
|
export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
|
|
5847
5760
|
/** @internal */
|
|
5848
5761
|
export type OneHundredAndThirty$Outbound = {
|
|
5849
|
-
|
|
5762
|
+
slug?: string | undefined;
|
|
5850
5763
|
};
|
|
5851
5764
|
/** @internal */
|
|
5852
5765
|
export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
|
|
@@ -5856,35 +5769,45 @@ export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafePar
|
|
|
5856
5769
|
export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
|
|
5857
5770
|
/** @internal */
|
|
5858
5771
|
export type OneHundredAndTwentyNine$Outbound = {
|
|
5859
|
-
|
|
5772
|
+
name?: string | undefined;
|
|
5860
5773
|
};
|
|
5861
5774
|
/** @internal */
|
|
5862
5775
|
export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
|
|
5863
5776
|
export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
|
|
5864
5777
|
export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
|
|
5865
5778
|
/** @internal */
|
|
5866
|
-
export declare const
|
|
5779
|
+
export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
|
|
5780
|
+
/** @internal */
|
|
5781
|
+
export type OneHundredAndTwentyEight$Outbound = {
|
|
5782
|
+
enforced: boolean;
|
|
5783
|
+
};
|
|
5784
|
+
/** @internal */
|
|
5785
|
+
export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
|
|
5786
|
+
export declare function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight: OneHundredAndTwentyEight): string;
|
|
5787
|
+
export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError>;
|
|
5788
|
+
/** @internal */
|
|
5789
|
+
export declare const UserEventPayload127User$inboundSchema: z.ZodType<UserEventPayload127User, z.ZodTypeDef, unknown>;
|
|
5867
5790
|
/** @internal */
|
|
5868
|
-
export type
|
|
5791
|
+
export type UserEventPayload127User$Outbound = {
|
|
5869
5792
|
id: string;
|
|
5870
5793
|
username: string;
|
|
5871
5794
|
};
|
|
5872
5795
|
/** @internal */
|
|
5873
|
-
export declare const
|
|
5874
|
-
export declare function
|
|
5875
|
-
export declare function
|
|
5796
|
+
export declare const UserEventPayload127User$outboundSchema: z.ZodType<UserEventPayload127User$Outbound, z.ZodTypeDef, UserEventPayload127User>;
|
|
5797
|
+
export declare function userEventPayload127UserToJSON(userEventPayload127User: UserEventPayload127User): string;
|
|
5798
|
+
export declare function userEventPayload127UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload127User, SDKValidationError>;
|
|
5876
5799
|
/** @internal */
|
|
5877
|
-
export declare const
|
|
5800
|
+
export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
|
|
5878
5801
|
/** @internal */
|
|
5879
|
-
export type
|
|
5802
|
+
export type OneHundredAndTwentySeven$Outbound = {
|
|
5880
5803
|
entitlement: string;
|
|
5881
|
-
user:
|
|
5804
|
+
user: UserEventPayload127User$Outbound;
|
|
5882
5805
|
previousCanceledAt?: string | undefined;
|
|
5883
5806
|
};
|
|
5884
5807
|
/** @internal */
|
|
5885
|
-
export declare const
|
|
5886
|
-
export declare function
|
|
5887
|
-
export declare function
|
|
5808
|
+
export declare const OneHundredAndTwentySeven$outboundSchema: z.ZodType<OneHundredAndTwentySeven$Outbound, z.ZodTypeDef, OneHundredAndTwentySeven>;
|
|
5809
|
+
export declare function oneHundredAndTwentySevenToJSON(oneHundredAndTwentySeven: OneHundredAndTwentySeven): string;
|
|
5810
|
+
export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentySeven, SDKValidationError>;
|
|
5888
5811
|
/** @internal */
|
|
5889
5812
|
export declare const UserEventPayloadUser$inboundSchema: z.ZodType<UserEventPayloadUser, z.ZodTypeDef, unknown>;
|
|
5890
5813
|
/** @internal */
|
|
@@ -5897,16 +5820,16 @@ export declare const UserEventPayloadUser$outboundSchema: z.ZodType<UserEventPay
|
|
|
5897
5820
|
export declare function userEventPayloadUserToJSON(userEventPayloadUser: UserEventPayloadUser): string;
|
|
5898
5821
|
export declare function userEventPayloadUserFromJSON(jsonString: string): SafeParseResult<UserEventPayloadUser, SDKValidationError>;
|
|
5899
5822
|
/** @internal */
|
|
5900
|
-
export declare const
|
|
5823
|
+
export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
|
|
5901
5824
|
/** @internal */
|
|
5902
|
-
export type
|
|
5825
|
+
export type OneHundredAndTwentySix$Outbound = {
|
|
5903
5826
|
entitlement: string;
|
|
5904
5827
|
user: UserEventPayloadUser$Outbound;
|
|
5905
5828
|
};
|
|
5906
5829
|
/** @internal */
|
|
5907
|
-
export declare const
|
|
5908
|
-
export declare function
|
|
5909
|
-
export declare function
|
|
5830
|
+
export declare const OneHundredAndTwentySix$outboundSchema: z.ZodType<OneHundredAndTwentySix$Outbound, z.ZodTypeDef, OneHundredAndTwentySix>;
|
|
5831
|
+
export declare function oneHundredAndTwentySixToJSON(oneHundredAndTwentySix: OneHundredAndTwentySix): string;
|
|
5832
|
+
export declare function oneHundredAndTwentySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentySix, SDKValidationError>;
|
|
5910
5833
|
/** @internal */
|
|
5911
5834
|
export declare const UpdatedUser$inboundSchema: z.ZodType<UpdatedUser, z.ZodTypeDef, unknown>;
|
|
5912
5835
|
/** @internal */
|
|
@@ -5919,9 +5842,9 @@ export declare const UpdatedUser$outboundSchema: z.ZodType<UpdatedUser$Outbound,
|
|
|
5919
5842
|
export declare function updatedUserToJSON(updatedUser: UpdatedUser): string;
|
|
5920
5843
|
export declare function updatedUserFromJSON(jsonString: string): SafeParseResult<UpdatedUser, SDKValidationError>;
|
|
5921
5844
|
/** @internal */
|
|
5922
|
-
export declare const
|
|
5845
|
+
export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
|
|
5923
5846
|
/** @internal */
|
|
5924
|
-
export type
|
|
5847
|
+
export type OneHundredAndTwentyFive$Outbound = {
|
|
5925
5848
|
directoryType?: string | undefined;
|
|
5926
5849
|
updatedUser?: UpdatedUser$Outbound | undefined;
|
|
5927
5850
|
role?: string | undefined;
|
|
@@ -5929,13 +5852,13 @@ export type OneHundredAndTwentySix$Outbound = {
|
|
|
5929
5852
|
updatedUid?: string | undefined;
|
|
5930
5853
|
};
|
|
5931
5854
|
/** @internal */
|
|
5932
|
-
export declare const
|
|
5933
|
-
export declare function
|
|
5934
|
-
export declare function
|
|
5855
|
+
export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
|
|
5856
|
+
export declare function oneHundredAndTwentyFiveToJSON(oneHundredAndTwentyFive: OneHundredAndTwentyFive): string;
|
|
5857
|
+
export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFive, SDKValidationError>;
|
|
5935
5858
|
/** @internal */
|
|
5936
|
-
export declare const
|
|
5859
|
+
export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
|
|
5937
5860
|
/** @internal */
|
|
5938
|
-
export type
|
|
5861
|
+
export type OneHundredAndTwentyFour$Outbound = {
|
|
5939
5862
|
role?: string | undefined;
|
|
5940
5863
|
uid: string;
|
|
5941
5864
|
origin?: string | undefined;
|
|
@@ -5944,9 +5867,9 @@ export type OneHundredAndTwentyFive$Outbound = {
|
|
|
5944
5867
|
entitlements?: Array<string> | undefined;
|
|
5945
5868
|
};
|
|
5946
5869
|
/** @internal */
|
|
5947
|
-
export declare const
|
|
5948
|
-
export declare function
|
|
5949
|
-
export declare function
|
|
5870
|
+
export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
|
|
5871
|
+
export declare function oneHundredAndTwentyFourToJSON(oneHundredAndTwentyFour: OneHundredAndTwentyFour): string;
|
|
5872
|
+
export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFour, SDKValidationError>;
|
|
5950
5873
|
/** @internal */
|
|
5951
5874
|
export declare const DeletedUser$inboundSchema: z.ZodType<DeletedUser, z.ZodTypeDef, unknown>;
|
|
5952
5875
|
/** @internal */
|
|
@@ -5971,9 +5894,9 @@ export declare const NewPlan$inboundSchema: z.ZodNativeEnum<typeof NewPlan>;
|
|
|
5971
5894
|
/** @internal */
|
|
5972
5895
|
export declare const NewPlan$outboundSchema: z.ZodNativeEnum<typeof NewPlan>;
|
|
5973
5896
|
/** @internal */
|
|
5974
|
-
export declare const
|
|
5897
|
+
export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
|
|
5975
5898
|
/** @internal */
|
|
5976
|
-
export type
|
|
5899
|
+
export type OneHundredAndTwentyThree$Outbound = {
|
|
5977
5900
|
deletedUser?: DeletedUser$Outbound | undefined;
|
|
5978
5901
|
deletedUid?: string | undefined;
|
|
5979
5902
|
githubUsername?: string | null | undefined;
|
|
@@ -5987,9 +5910,9 @@ export type OneHundredAndTwentyFour$Outbound = {
|
|
|
5987
5910
|
automated?: boolean | undefined;
|
|
5988
5911
|
};
|
|
5989
5912
|
/** @internal */
|
|
5990
|
-
export declare const
|
|
5991
|
-
export declare function
|
|
5992
|
-
export declare function
|
|
5913
|
+
export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
|
|
5914
|
+
export declare function oneHundredAndTwentyThreeToJSON(oneHundredAndTwentyThree: OneHundredAndTwentyThree): string;
|
|
5915
|
+
export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyThree, SDKValidationError>;
|
|
5993
5916
|
/** @internal */
|
|
5994
5917
|
export declare const InvitedUser$inboundSchema: z.ZodType<InvitedUser, z.ZodTypeDef, unknown>;
|
|
5995
5918
|
/** @internal */
|
|
@@ -6002,9 +5925,9 @@ export declare const InvitedUser$outboundSchema: z.ZodType<InvitedUser$Outbound,
|
|
|
6002
5925
|
export declare function invitedUserToJSON(invitedUser: InvitedUser): string;
|
|
6003
5926
|
export declare function invitedUserFromJSON(jsonString: string): SafeParseResult<InvitedUser, SDKValidationError>;
|
|
6004
5927
|
/** @internal */
|
|
6005
|
-
export declare const
|
|
5928
|
+
export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
|
|
6006
5929
|
/** @internal */
|
|
6007
|
-
export type
|
|
5930
|
+
export type OneHundredAndTwentyTwo$Outbound = {
|
|
6008
5931
|
directoryType?: string | undefined;
|
|
6009
5932
|
ssoType?: string | undefined;
|
|
6010
5933
|
invitedUser?: InvitedUser$Outbound | undefined;
|
|
@@ -6014,9 +5937,9 @@ export type OneHundredAndTwentyThree$Outbound = {
|
|
|
6014
5937
|
invitedUid?: string | undefined;
|
|
6015
5938
|
};
|
|
6016
5939
|
/** @internal */
|
|
6017
|
-
export declare const
|
|
6018
|
-
export declare function
|
|
6019
|
-
export declare function
|
|
5940
|
+
export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
|
|
5941
|
+
export declare function oneHundredAndTwentyTwoToJSON(oneHundredAndTwentyTwo: OneHundredAndTwentyTwo): string;
|
|
5942
|
+
export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyTwo, SDKValidationError>;
|
|
6020
5943
|
/** @internal */
|
|
6021
5944
|
export declare const Reasons$inboundSchema: z.ZodType<Reasons, z.ZodTypeDef, unknown>;
|
|
6022
5945
|
/** @internal */
|
|
@@ -6029,9 +5952,9 @@ export declare const Reasons$outboundSchema: z.ZodType<Reasons$Outbound, z.ZodTy
|
|
|
6029
5952
|
export declare function reasonsToJSON(reasons: Reasons): string;
|
|
6030
5953
|
export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
|
|
6031
5954
|
/** @internal */
|
|
6032
|
-
export declare const
|
|
5955
|
+
export declare const UserEventPayload121Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload121Role>;
|
|
6033
5956
|
/** @internal */
|
|
6034
|
-
export declare const
|
|
5957
|
+
export declare const UserEventPayload121Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload121Role>;
|
|
6035
5958
|
/** @internal */
|
|
6036
5959
|
export declare const PayloadRemovedUsers$inboundSchema: z.ZodType<PayloadRemovedUsers, z.ZodTypeDef, unknown>;
|
|
6037
5960
|
/** @internal */
|
|
@@ -6045,9 +5968,9 @@ export declare const PayloadRemovedUsers$outboundSchema: z.ZodType<PayloadRemove
|
|
|
6045
5968
|
export declare function payloadRemovedUsersToJSON(payloadRemovedUsers: PayloadRemovedUsers): string;
|
|
6046
5969
|
export declare function payloadRemovedUsersFromJSON(jsonString: string): SafeParseResult<PayloadRemovedUsers, SDKValidationError>;
|
|
6047
5970
|
/** @internal */
|
|
6048
|
-
export declare const
|
|
5971
|
+
export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
|
|
6049
5972
|
/** @internal */
|
|
6050
|
-
export type
|
|
5973
|
+
export type OneHundredAndTwentyOne$Outbound = {
|
|
6051
5974
|
slug: string;
|
|
6052
5975
|
teamId: string;
|
|
6053
5976
|
by: string;
|
|
@@ -6060,19 +5983,19 @@ export type OneHundredAndTwentyTwo$Outbound = {
|
|
|
6060
5983
|
timestamp?: number | undefined;
|
|
6061
5984
|
};
|
|
6062
5985
|
/** @internal */
|
|
6063
|
-
export declare const
|
|
6064
|
-
export declare function
|
|
6065
|
-
export declare function
|
|
5986
|
+
export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
|
|
5987
|
+
export declare function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne: OneHundredAndTwentyOne): string;
|
|
5988
|
+
export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyOne, SDKValidationError>;
|
|
6066
5989
|
/** @internal */
|
|
6067
|
-
export declare const
|
|
5990
|
+
export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
|
|
6068
5991
|
/** @internal */
|
|
6069
|
-
export type
|
|
5992
|
+
export type OneHundredAndTwenty$Outbound = {
|
|
6070
5993
|
slug: string;
|
|
6071
5994
|
};
|
|
6072
5995
|
/** @internal */
|
|
6073
|
-
export declare const
|
|
6074
|
-
export declare function
|
|
6075
|
-
export declare function
|
|
5996
|
+
export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
|
|
5997
|
+
export declare function oneHundredAndTwentyToJSON(oneHundredAndTwenty: OneHundredAndTwenty): string;
|
|
5998
|
+
export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwenty, SDKValidationError>;
|
|
6076
5999
|
/** @internal */
|
|
6077
6000
|
export declare const Store$inboundSchema: z.ZodType<Store, z.ZodTypeDef, unknown>;
|
|
6078
6001
|
/** @internal */
|
|
@@ -6085,38 +6008,38 @@ export declare const Store$outboundSchema: z.ZodType<Store$Outbound, z.ZodTypeDe
|
|
|
6085
6008
|
export declare function storeToJSON(store: Store): string;
|
|
6086
6009
|
export declare function storeFromJSON(jsonString: string): SafeParseResult<Store, SDKValidationError>;
|
|
6087
6010
|
/** @internal */
|
|
6088
|
-
export declare const
|
|
6011
|
+
export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
|
|
6089
6012
|
/** @internal */
|
|
6090
|
-
export type
|
|
6013
|
+
export type OneHundredAndNineteen$Outbound = {
|
|
6091
6014
|
store: Store$Outbound;
|
|
6092
6015
|
ownerId?: string | undefined;
|
|
6093
6016
|
};
|
|
6094
6017
|
/** @internal */
|
|
6095
|
-
export declare const
|
|
6096
|
-
export declare function
|
|
6097
|
-
export declare function
|
|
6018
|
+
export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
|
|
6019
|
+
export declare function oneHundredAndNineteenToJSON(oneHundredAndNineteen: OneHundredAndNineteen): string;
|
|
6020
|
+
export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndNineteen, SDKValidationError>;
|
|
6098
6021
|
/** @internal */
|
|
6099
6022
|
export declare const StoreType$inboundSchema: z.ZodNativeEnum<typeof StoreType>;
|
|
6100
6023
|
/** @internal */
|
|
6101
6024
|
export declare const StoreType$outboundSchema: z.ZodNativeEnum<typeof StoreType>;
|
|
6102
6025
|
/** @internal */
|
|
6103
|
-
export declare const
|
|
6026
|
+
export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
|
|
6104
6027
|
/** @internal */
|
|
6105
|
-
export type
|
|
6028
|
+
export type OneHundredAndEighteen$Outbound = {
|
|
6106
6029
|
storeType: string;
|
|
6107
6030
|
};
|
|
6108
6031
|
/** @internal */
|
|
6109
|
-
export declare const
|
|
6110
|
-
export declare function
|
|
6111
|
-
export declare function
|
|
6032
|
+
export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
|
|
6033
|
+
export declare function oneHundredAndEighteenToJSON(oneHundredAndEighteen: OneHundredAndEighteen): string;
|
|
6034
|
+
export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEighteen, SDKValidationError>;
|
|
6112
6035
|
/** @internal */
|
|
6113
6036
|
export declare const UserEventPayloadType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
|
|
6114
6037
|
/** @internal */
|
|
6115
6038
|
export declare const UserEventPayloadType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
|
|
6116
6039
|
/** @internal */
|
|
6117
|
-
export declare const
|
|
6040
|
+
export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
|
|
6118
6041
|
/** @internal */
|
|
6119
|
-
export type
|
|
6042
|
+
export type OneHundredAndSeventeen$Outbound = {
|
|
6120
6043
|
id: string;
|
|
6121
6044
|
name?: string | undefined;
|
|
6122
6045
|
computeUnitsMax?: number | undefined;
|
|
@@ -6125,23 +6048,23 @@ export type OneHundredAndEighteen$Outbound = {
|
|
|
6125
6048
|
type: string;
|
|
6126
6049
|
};
|
|
6127
6050
|
/** @internal */
|
|
6128
|
-
export declare const
|
|
6129
|
-
export declare function
|
|
6130
|
-
export declare function
|
|
6051
|
+
export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
|
|
6052
|
+
export declare function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen: OneHundredAndSeventeen): string;
|
|
6053
|
+
export declare function oneHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventeen, SDKValidationError>;
|
|
6131
6054
|
/** @internal */
|
|
6132
|
-
export declare const
|
|
6055
|
+
export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
|
|
6133
6056
|
/** @internal */
|
|
6134
|
-
export type
|
|
6057
|
+
export type OneHundredAndSixteen$Outbound = {
|
|
6135
6058
|
webhookUrl?: string | undefined;
|
|
6136
6059
|
};
|
|
6137
6060
|
/** @internal */
|
|
6138
|
-
export declare const
|
|
6139
|
-
export declare function
|
|
6140
|
-
export declare function
|
|
6061
|
+
export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
|
|
6062
|
+
export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
|
|
6063
|
+
export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
|
|
6141
6064
|
/** @internal */
|
|
6142
|
-
export declare const
|
|
6065
|
+
export declare const UserEventPayload115Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload115Type>;
|
|
6143
6066
|
/** @internal */
|
|
6144
|
-
export declare const
|
|
6067
|
+
export declare const UserEventPayload115Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload115Type>;
|
|
6145
6068
|
/** @internal */
|
|
6146
6069
|
export declare const PayloadPricingPlan$inboundSchema: z.ZodNativeEnum<typeof PayloadPricingPlan>;
|
|
6147
6070
|
/** @internal */
|
|
@@ -6169,20 +6092,20 @@ export declare const UserEventPayloadBudget$outboundSchema: z.ZodType<UserEventP
|
|
|
6169
6092
|
export declare function userEventPayloadBudgetToJSON(userEventPayloadBudget: UserEventPayloadBudget): string;
|
|
6170
6093
|
export declare function userEventPayloadBudgetFromJSON(jsonString: string): SafeParseResult<UserEventPayloadBudget, SDKValidationError>;
|
|
6171
6094
|
/** @internal */
|
|
6172
|
-
export declare const
|
|
6095
|
+
export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
|
|
6173
6096
|
/** @internal */
|
|
6174
|
-
export type
|
|
6097
|
+
export type OneHundredAndFifteen$Outbound = {
|
|
6175
6098
|
budget: UserEventPayloadBudget$Outbound;
|
|
6176
6099
|
webhookUrl?: string | undefined;
|
|
6177
6100
|
};
|
|
6178
6101
|
/** @internal */
|
|
6179
|
-
export declare const
|
|
6180
|
-
export declare function
|
|
6181
|
-
export declare function
|
|
6102
|
+
export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
|
|
6103
|
+
export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
|
|
6104
|
+
export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
|
|
6182
6105
|
/** @internal */
|
|
6183
|
-
export declare const
|
|
6106
|
+
export declare const UserEventPayload114Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload114Type>;
|
|
6184
6107
|
/** @internal */
|
|
6185
|
-
export declare const
|
|
6108
|
+
export declare const UserEventPayload114Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload114Type>;
|
|
6186
6109
|
/** @internal */
|
|
6187
6110
|
export declare const PricingPlan$inboundSchema: z.ZodNativeEnum<typeof PricingPlan>;
|
|
6188
6111
|
/** @internal */
|
|
@@ -6210,19 +6133,19 @@ export declare const PayloadBudget$outboundSchema: z.ZodType<PayloadBudget$Outbo
|
|
|
6210
6133
|
export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
|
|
6211
6134
|
export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
|
|
6212
6135
|
/** @internal */
|
|
6213
|
-
export declare const
|
|
6136
|
+
export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
|
|
6214
6137
|
/** @internal */
|
|
6215
|
-
export type
|
|
6138
|
+
export type OneHundredAndFourteen$Outbound = {
|
|
6216
6139
|
budget: PayloadBudget$Outbound;
|
|
6217
6140
|
};
|
|
6218
6141
|
/** @internal */
|
|
6219
|
-
export declare const
|
|
6220
|
-
export declare function
|
|
6221
|
-
export declare function
|
|
6142
|
+
export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
|
|
6143
|
+
export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
|
|
6144
|
+
export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
|
|
6222
6145
|
/** @internal */
|
|
6223
|
-
export declare const
|
|
6146
|
+
export declare const UserEventPayload113Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload113Type>;
|
|
6224
6147
|
/** @internal */
|
|
6225
|
-
export declare const
|
|
6148
|
+
export declare const UserEventPayload113Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload113Type>;
|
|
6226
6149
|
/** @internal */
|
|
6227
6150
|
export declare const UserEventPayloadPricingPlan$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadPricingPlan>;
|
|
6228
6151
|
/** @internal */
|
|
@@ -6260,15 +6183,15 @@ export declare const Budget$outboundSchema: z.ZodType<Budget$Outbound, z.ZodType
|
|
|
6260
6183
|
export declare function budgetToJSON(budget: Budget): string;
|
|
6261
6184
|
export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
|
|
6262
6185
|
/** @internal */
|
|
6263
|
-
export declare const
|
|
6186
|
+
export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
|
|
6264
6187
|
/** @internal */
|
|
6265
|
-
export type
|
|
6188
|
+
export type OneHundredAndThirteen$Outbound = {
|
|
6266
6189
|
budget: Budget$Outbound;
|
|
6267
6190
|
};
|
|
6268
6191
|
/** @internal */
|
|
6269
|
-
export declare const
|
|
6270
|
-
export declare function
|
|
6271
|
-
export declare function
|
|
6192
|
+
export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
|
|
6193
|
+
export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
|
|
6194
|
+
export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
|
|
6272
6195
|
/** @internal */
|
|
6273
6196
|
export declare const ScalingRules$inboundSchema: z.ZodType<ScalingRules, z.ZodTypeDef, unknown>;
|
|
6274
6197
|
/** @internal */
|
|
@@ -6281,9 +6204,9 @@ export declare const ScalingRules$outboundSchema: z.ZodType<ScalingRules$Outboun
|
|
|
6281
6204
|
export declare function scalingRulesToJSON(scalingRules: ScalingRules): string;
|
|
6282
6205
|
export declare function scalingRulesFromJSON(jsonString: string): SafeParseResult<ScalingRules, SDKValidationError>;
|
|
6283
6206
|
/** @internal */
|
|
6284
|
-
export declare const
|
|
6207
|
+
export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
|
|
6285
6208
|
/** @internal */
|
|
6286
|
-
export type
|
|
6209
|
+
export type OneHundredAndTwelve$Outbound = {
|
|
6287
6210
|
scalingRules: {
|
|
6288
6211
|
[k: string]: ScalingRules$Outbound;
|
|
6289
6212
|
};
|
|
@@ -6292,16 +6215,6 @@ export type OneHundredAndThirteen$Outbound = {
|
|
|
6292
6215
|
url: string;
|
|
6293
6216
|
};
|
|
6294
6217
|
/** @internal */
|
|
6295
|
-
export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
|
|
6296
|
-
export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
|
|
6297
|
-
export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
|
|
6298
|
-
/** @internal */
|
|
6299
|
-
export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
|
|
6300
|
-
/** @internal */
|
|
6301
|
-
export type OneHundredAndTwelve$Outbound = {
|
|
6302
|
-
bio: string;
|
|
6303
|
-
};
|
|
6304
|
-
/** @internal */
|
|
6305
6218
|
export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
|
|
6306
6219
|
export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
|
|
6307
6220
|
export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
|
|
@@ -6309,15 +6222,25 @@ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafePar
|
|
|
6309
6222
|
export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
|
|
6310
6223
|
/** @internal */
|
|
6311
6224
|
export type OneHundredAndEleven$Outbound = {
|
|
6312
|
-
|
|
6313
|
-
newName: string;
|
|
6314
|
-
uid?: string | undefined;
|
|
6225
|
+
bio: string;
|
|
6315
6226
|
};
|
|
6316
6227
|
/** @internal */
|
|
6317
6228
|
export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
|
|
6318
6229
|
export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
|
|
6319
6230
|
export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
|
|
6320
6231
|
/** @internal */
|
|
6232
|
+
export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
|
|
6233
|
+
/** @internal */
|
|
6234
|
+
export type OneHundredAndTen$Outbound = {
|
|
6235
|
+
oldName: string;
|
|
6236
|
+
newName: string;
|
|
6237
|
+
uid?: string | undefined;
|
|
6238
|
+
};
|
|
6239
|
+
/** @internal */
|
|
6240
|
+
export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
|
|
6241
|
+
export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
|
|
6242
|
+
export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
|
|
6243
|
+
/** @internal */
|
|
6321
6244
|
export declare const Name2$inboundSchema: z.ZodType<Name2, z.ZodTypeDef, unknown>;
|
|
6322
6245
|
/** @internal */
|
|
6323
6246
|
export type Name2$Outbound = {
|
|
@@ -6336,27 +6259,27 @@ export declare const Name$outboundSchema: z.ZodType<Name$Outbound, z.ZodTypeDef,
|
|
|
6336
6259
|
export declare function nameToJSON(name: Name): string;
|
|
6337
6260
|
export declare function nameFromJSON(jsonString: string): SafeParseResult<Name, SDKValidationError>;
|
|
6338
6261
|
/** @internal */
|
|
6339
|
-
export declare const
|
|
6262
|
+
export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
|
|
6340
6263
|
/** @internal */
|
|
6341
|
-
export type
|
|
6264
|
+
export type OneHundredAndNine$Outbound = {
|
|
6342
6265
|
uid: string;
|
|
6343
6266
|
name: Name2$Outbound | string;
|
|
6344
6267
|
};
|
|
6345
6268
|
/** @internal */
|
|
6346
|
-
export declare const
|
|
6347
|
-
export declare function
|
|
6348
|
-
export declare function
|
|
6269
|
+
export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
|
|
6270
|
+
export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
|
|
6271
|
+
export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
|
|
6349
6272
|
/** @internal */
|
|
6350
|
-
export declare const
|
|
6273
|
+
export declare const UserEventPayload108Team$inboundSchema: z.ZodType<UserEventPayload108Team, z.ZodTypeDef, unknown>;
|
|
6351
6274
|
/** @internal */
|
|
6352
|
-
export type
|
|
6275
|
+
export type UserEventPayload108Team$Outbound = {
|
|
6353
6276
|
id: string;
|
|
6354
6277
|
name?: string | undefined;
|
|
6355
6278
|
};
|
|
6356
6279
|
/** @internal */
|
|
6357
|
-
export declare const
|
|
6358
|
-
export declare function
|
|
6359
|
-
export declare function
|
|
6280
|
+
export declare const UserEventPayload108Team$outboundSchema: z.ZodType<UserEventPayload108Team$Outbound, z.ZodTypeDef, UserEventPayload108Team>;
|
|
6281
|
+
export declare function userEventPayload108TeamToJSON(userEventPayload108Team: UserEventPayload108Team): string;
|
|
6282
|
+
export declare function userEventPayload108TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload108Team, SDKValidationError>;
|
|
6360
6283
|
/** @internal */
|
|
6361
6284
|
export declare const PayloadPreviousRule$inboundSchema: z.ZodType<PayloadPreviousRule, z.ZodTypeDef, unknown>;
|
|
6362
6285
|
/** @internal */
|
|
@@ -6368,27 +6291,27 @@ export declare const PayloadPreviousRule$outboundSchema: z.ZodType<PayloadPrevio
|
|
|
6368
6291
|
export declare function payloadPreviousRuleToJSON(payloadPreviousRule: PayloadPreviousRule): string;
|
|
6369
6292
|
export declare function payloadPreviousRuleFromJSON(jsonString: string): SafeParseResult<PayloadPreviousRule, SDKValidationError>;
|
|
6370
6293
|
/** @internal */
|
|
6371
|
-
export declare const
|
|
6294
|
+
export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
|
|
6372
6295
|
/** @internal */
|
|
6373
|
-
export type
|
|
6374
|
-
team:
|
|
6296
|
+
export type OneHundredAndEight$Outbound = {
|
|
6297
|
+
team: UserEventPayload108Team$Outbound;
|
|
6375
6298
|
previousRule: PayloadPreviousRule$Outbound;
|
|
6376
6299
|
};
|
|
6377
6300
|
/** @internal */
|
|
6378
|
-
export declare const
|
|
6379
|
-
export declare function
|
|
6380
|
-
export declare function
|
|
6301
|
+
export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
|
|
6302
|
+
export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
|
|
6303
|
+
export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
|
|
6381
6304
|
/** @internal */
|
|
6382
|
-
export declare const
|
|
6305
|
+
export declare const UserEventPayload107Team$inboundSchema: z.ZodType<UserEventPayload107Team, z.ZodTypeDef, unknown>;
|
|
6383
6306
|
/** @internal */
|
|
6384
|
-
export type
|
|
6307
|
+
export type UserEventPayload107Team$Outbound = {
|
|
6385
6308
|
id: string;
|
|
6386
6309
|
name?: string | undefined;
|
|
6387
6310
|
};
|
|
6388
6311
|
/** @internal */
|
|
6389
|
-
export declare const
|
|
6390
|
-
export declare function
|
|
6391
|
-
export declare function
|
|
6312
|
+
export declare const UserEventPayload107Team$outboundSchema: z.ZodType<UserEventPayload107Team$Outbound, z.ZodTypeDef, UserEventPayload107Team>;
|
|
6313
|
+
export declare function userEventPayload107TeamToJSON(userEventPayload107Team: UserEventPayload107Team): string;
|
|
6314
|
+
export declare function userEventPayload107TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload107Team, SDKValidationError>;
|
|
6392
6315
|
/** @internal */
|
|
6393
6316
|
export declare const PreviousRule$inboundSchema: z.ZodType<PreviousRule, z.ZodTypeDef, unknown>;
|
|
6394
6317
|
/** @internal */
|
|
@@ -6410,22 +6333,12 @@ export declare const NextRule$outboundSchema: z.ZodType<NextRule$Outbound, z.Zod
|
|
|
6410
6333
|
export declare function nextRuleToJSON(nextRule: NextRule): string;
|
|
6411
6334
|
export declare function nextRuleFromJSON(jsonString: string): SafeParseResult<NextRule, SDKValidationError>;
|
|
6412
6335
|
/** @internal */
|
|
6413
|
-
export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
|
|
6414
|
-
/** @internal */
|
|
6415
|
-
export type OneHundredAndEight$Outbound = {
|
|
6416
|
-
team: UserEventPayload108Team$Outbound;
|
|
6417
|
-
previousRule?: PreviousRule$Outbound | undefined;
|
|
6418
|
-
nextRule?: NextRule$Outbound | undefined;
|
|
6419
|
-
};
|
|
6420
|
-
/** @internal */
|
|
6421
|
-
export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
|
|
6422
|
-
export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
|
|
6423
|
-
export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
|
|
6424
|
-
/** @internal */
|
|
6425
6336
|
export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
|
|
6426
6337
|
/** @internal */
|
|
6427
6338
|
export type OneHundredAndSeven$Outbound = {
|
|
6428
|
-
|
|
6339
|
+
team: UserEventPayload107Team$Outbound;
|
|
6340
|
+
previousRule?: PreviousRule$Outbound | undefined;
|
|
6341
|
+
nextRule?: NextRule$Outbound | undefined;
|
|
6429
6342
|
};
|
|
6430
6343
|
/** @internal */
|
|
6431
6344
|
export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
|
|
@@ -6436,7 +6349,6 @@ export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix,
|
|
|
6436
6349
|
/** @internal */
|
|
6437
6350
|
export type OneHundredAndSix$Outbound = {
|
|
6438
6351
|
email: string;
|
|
6439
|
-
verified: boolean;
|
|
6440
6352
|
};
|
|
6441
6353
|
/** @internal */
|
|
6442
6354
|
export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
|
|
@@ -6446,8 +6358,8 @@ export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseR
|
|
|
6446
6358
|
export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
|
|
6447
6359
|
/** @internal */
|
|
6448
6360
|
export type OneHundredAndFive$Outbound = {
|
|
6449
|
-
|
|
6450
|
-
|
|
6361
|
+
email: string;
|
|
6362
|
+
verified: boolean;
|
|
6451
6363
|
};
|
|
6452
6364
|
/** @internal */
|
|
6453
6365
|
export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
|
|
@@ -6457,9 +6369,8 @@ export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParse
|
|
|
6457
6369
|
export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
|
|
6458
6370
|
/** @internal */
|
|
6459
6371
|
export type OneHundredAndFour$Outbound = {
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
gitScope: string;
|
|
6372
|
+
instances: number;
|
|
6373
|
+
url: string;
|
|
6463
6374
|
};
|
|
6464
6375
|
/** @internal */
|
|
6465
6376
|
export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
|
|
@@ -6469,10 +6380,9 @@ export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParse
|
|
|
6469
6380
|
export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
|
|
6470
6381
|
/** @internal */
|
|
6471
6382
|
export type OneHundredAndThree$Outbound = {
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
newTargetPercentage?: number | undefined;
|
|
6383
|
+
gitProvider: string;
|
|
6384
|
+
gitProviderGroupDescriptor: string;
|
|
6385
|
+
gitScope: string;
|
|
6476
6386
|
};
|
|
6477
6387
|
/** @internal */
|
|
6478
6388
|
export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
|
|
@@ -6485,6 +6395,7 @@ export type OneHundredAndTwo$Outbound = {
|
|
|
6485
6395
|
projectId: string;
|
|
6486
6396
|
projectName: string;
|
|
6487
6397
|
targetDeploymentId?: string | undefined;
|
|
6398
|
+
newTargetPercentage?: number | undefined;
|
|
6488
6399
|
};
|
|
6489
6400
|
/** @internal */
|
|
6490
6401
|
export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
|
|
@@ -6496,8 +6407,7 @@ export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne,
|
|
|
6496
6407
|
export type OneHundredAndOne$Outbound = {
|
|
6497
6408
|
projectId: string;
|
|
6498
6409
|
projectName: string;
|
|
6499
|
-
|
|
6500
|
-
oldElasticConcurrencyEnabled: boolean;
|
|
6410
|
+
targetDeploymentId?: string | undefined;
|
|
6501
6411
|
};
|
|
6502
6412
|
/** @internal */
|
|
6503
6413
|
export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
|
|
@@ -6509,14 +6419,27 @@ export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDe
|
|
|
6509
6419
|
export type OneHundred$Outbound = {
|
|
6510
6420
|
projectId: string;
|
|
6511
6421
|
projectName: string;
|
|
6512
|
-
|
|
6513
|
-
|
|
6422
|
+
elasticConcurrencyEnabled: boolean;
|
|
6423
|
+
oldElasticConcurrencyEnabled: boolean;
|
|
6514
6424
|
};
|
|
6515
6425
|
/** @internal */
|
|
6516
6426
|
export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
|
|
6517
6427
|
export declare function oneHundredToJSON(oneHundred: OneHundred): string;
|
|
6518
6428
|
export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
|
|
6519
6429
|
/** @internal */
|
|
6430
|
+
export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
|
|
6431
|
+
/** @internal */
|
|
6432
|
+
export type NinetyNine$Outbound = {
|
|
6433
|
+
projectId: string;
|
|
6434
|
+
projectName: string;
|
|
6435
|
+
buildMachineType?: string | undefined;
|
|
6436
|
+
oldBuildMachineType?: string | undefined;
|
|
6437
|
+
};
|
|
6438
|
+
/** @internal */
|
|
6439
|
+
export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
|
|
6440
|
+
export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
|
|
6441
|
+
export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
|
|
6442
|
+
/** @internal */
|
|
6520
6443
|
export declare const StaticIps$inboundSchema: z.ZodType<StaticIps, z.ZodTypeDef, unknown>;
|
|
6521
6444
|
/** @internal */
|
|
6522
6445
|
export type StaticIps$Outbound = {
|
|
@@ -6529,21 +6452,21 @@ export declare const StaticIps$outboundSchema: z.ZodType<StaticIps$Outbound, z.Z
|
|
|
6529
6452
|
export declare function staticIpsToJSON(staticIps: StaticIps): string;
|
|
6530
6453
|
export declare function staticIpsFromJSON(jsonString: string): SafeParseResult<StaticIps, SDKValidationError>;
|
|
6531
6454
|
/** @internal */
|
|
6532
|
-
export declare const
|
|
6455
|
+
export declare const UserEventPayload98Project$inboundSchema: z.ZodType<UserEventPayload98Project, z.ZodTypeDef, unknown>;
|
|
6533
6456
|
/** @internal */
|
|
6534
|
-
export type
|
|
6457
|
+
export type UserEventPayload98Project$Outbound = {
|
|
6535
6458
|
id: string;
|
|
6536
6459
|
staticIps: StaticIps$Outbound;
|
|
6537
6460
|
};
|
|
6538
6461
|
/** @internal */
|
|
6539
|
-
export declare const
|
|
6540
|
-
export declare function
|
|
6541
|
-
export declare function
|
|
6462
|
+
export declare const UserEventPayload98Project$outboundSchema: z.ZodType<UserEventPayload98Project$Outbound, z.ZodTypeDef, UserEventPayload98Project>;
|
|
6463
|
+
export declare function userEventPayload98ProjectToJSON(userEventPayload98Project: UserEventPayload98Project): string;
|
|
6464
|
+
export declare function userEventPayload98ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload98Project, SDKValidationError>;
|
|
6542
6465
|
/** @internal */
|
|
6543
6466
|
export declare const Next$inboundSchema: z.ZodType<Next, z.ZodTypeDef, unknown>;
|
|
6544
6467
|
/** @internal */
|
|
6545
6468
|
export type Next$Outbound = {
|
|
6546
|
-
project:
|
|
6469
|
+
project: UserEventPayload98Project$Outbound;
|
|
6547
6470
|
};
|
|
6548
6471
|
/** @internal */
|
|
6549
6472
|
export declare const Next$outboundSchema: z.ZodType<Next$Outbound, z.ZodTypeDef, Next>;
|
|
@@ -6562,67 +6485,52 @@ export declare const PayloadStaticIps$outboundSchema: z.ZodType<PayloadStaticIps
|
|
|
6562
6485
|
export declare function payloadStaticIpsToJSON(payloadStaticIps: PayloadStaticIps): string;
|
|
6563
6486
|
export declare function payloadStaticIpsFromJSON(jsonString: string): SafeParseResult<PayloadStaticIps, SDKValidationError>;
|
|
6564
6487
|
/** @internal */
|
|
6565
|
-
export declare const
|
|
6488
|
+
export declare const UserEventPayload98PreviousProject$inboundSchema: z.ZodType<UserEventPayload98PreviousProject, z.ZodTypeDef, unknown>;
|
|
6566
6489
|
/** @internal */
|
|
6567
|
-
export type
|
|
6490
|
+
export type UserEventPayload98PreviousProject$Outbound = {
|
|
6568
6491
|
id: string;
|
|
6569
6492
|
staticIps: PayloadStaticIps$Outbound;
|
|
6570
6493
|
};
|
|
6571
6494
|
/** @internal */
|
|
6572
|
-
export declare const
|
|
6573
|
-
export declare function
|
|
6574
|
-
export declare function
|
|
6495
|
+
export declare const UserEventPayload98PreviousProject$outboundSchema: z.ZodType<UserEventPayload98PreviousProject$Outbound, z.ZodTypeDef, UserEventPayload98PreviousProject>;
|
|
6496
|
+
export declare function userEventPayload98PreviousProjectToJSON(userEventPayload98PreviousProject: UserEventPayload98PreviousProject): string;
|
|
6497
|
+
export declare function userEventPayload98PreviousProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload98PreviousProject, SDKValidationError>;
|
|
6575
6498
|
/** @internal */
|
|
6576
6499
|
export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
|
|
6577
6500
|
/** @internal */
|
|
6578
6501
|
export type Previous$Outbound = {
|
|
6579
|
-
project:
|
|
6502
|
+
project: UserEventPayload98PreviousProject$Outbound;
|
|
6580
6503
|
};
|
|
6581
6504
|
/** @internal */
|
|
6582
6505
|
export declare const Previous$outboundSchema: z.ZodType<Previous$Outbound, z.ZodTypeDef, Previous>;
|
|
6583
6506
|
export declare function previousToJSON(previous: Previous): string;
|
|
6584
6507
|
export declare function previousFromJSON(jsonString: string): SafeParseResult<Previous, SDKValidationError>;
|
|
6585
6508
|
/** @internal */
|
|
6586
|
-
export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
|
|
6587
|
-
/** @internal */
|
|
6588
|
-
export type NinetyNine$Outbound = {
|
|
6589
|
-
next: Next$Outbound;
|
|
6590
|
-
previous: Previous$Outbound;
|
|
6591
|
-
};
|
|
6592
|
-
/** @internal */
|
|
6593
|
-
export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
|
|
6594
|
-
export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
|
|
6595
|
-
export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
|
|
6596
|
-
/** @internal */
|
|
6597
6509
|
export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
|
|
6598
6510
|
/** @internal */
|
|
6599
6511
|
export type NinetyEight$Outbound = {
|
|
6600
|
-
|
|
6601
|
-
|
|
6512
|
+
next: Next$Outbound;
|
|
6513
|
+
previous: Previous$Outbound;
|
|
6602
6514
|
};
|
|
6603
6515
|
/** @internal */
|
|
6604
6516
|
export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
|
|
6605
6517
|
export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
|
|
6606
6518
|
export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
|
|
6607
6519
|
/** @internal */
|
|
6608
|
-
export declare const PayloadReasonCode$inboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
|
|
6609
|
-
/** @internal */
|
|
6610
|
-
export declare const PayloadReasonCode$outboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
|
|
6611
|
-
/** @internal */
|
|
6612
6520
|
export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
|
|
6613
6521
|
/** @internal */
|
|
6614
6522
|
export type NinetySeven$Outbound = {
|
|
6523
|
+
source: string;
|
|
6615
6524
|
projectId: string;
|
|
6616
|
-
reasonCode?: string | undefined;
|
|
6617
6525
|
};
|
|
6618
6526
|
/** @internal */
|
|
6619
6527
|
export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
|
|
6620
6528
|
export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
|
|
6621
6529
|
export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
|
|
6622
6530
|
/** @internal */
|
|
6623
|
-
export declare const
|
|
6531
|
+
export declare const PayloadReasonCode$inboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
|
|
6624
6532
|
/** @internal */
|
|
6625
|
-
export declare const
|
|
6533
|
+
export declare const PayloadReasonCode$outboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
|
|
6626
6534
|
/** @internal */
|
|
6627
6535
|
export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
|
|
6628
6536
|
/** @internal */
|
|
@@ -6635,16 +6543,31 @@ export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.Z
|
|
|
6635
6543
|
export declare function ninetySixToJSON(ninetySix: NinetySix): string;
|
|
6636
6544
|
export declare function ninetySixFromJSON(jsonString: string): SafeParseResult<NinetySix, SDKValidationError>;
|
|
6637
6545
|
/** @internal */
|
|
6638
|
-
export declare const
|
|
6546
|
+
export declare const ReasonCode$inboundSchema: z.ZodNativeEnum<typeof ReasonCode>;
|
|
6547
|
+
/** @internal */
|
|
6548
|
+
export declare const ReasonCode$outboundSchema: z.ZodNativeEnum<typeof ReasonCode>;
|
|
6549
|
+
/** @internal */
|
|
6550
|
+
export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
|
|
6551
|
+
/** @internal */
|
|
6552
|
+
export type NinetyFive$Outbound = {
|
|
6553
|
+
projectId: string;
|
|
6554
|
+
reasonCode?: string | undefined;
|
|
6555
|
+
};
|
|
6639
6556
|
/** @internal */
|
|
6640
|
-
export
|
|
6557
|
+
export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
|
|
6558
|
+
export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
|
|
6559
|
+
export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
|
|
6560
|
+
/** @internal */
|
|
6561
|
+
export declare const UserEventPayload94Team$inboundSchema: z.ZodType<UserEventPayload94Team, z.ZodTypeDef, unknown>;
|
|
6562
|
+
/** @internal */
|
|
6563
|
+
export type UserEventPayload94Team$Outbound = {
|
|
6641
6564
|
id: string;
|
|
6642
6565
|
name: string;
|
|
6643
6566
|
};
|
|
6644
6567
|
/** @internal */
|
|
6645
|
-
export declare const
|
|
6646
|
-
export declare function
|
|
6647
|
-
export declare function
|
|
6568
|
+
export declare const UserEventPayload94Team$outboundSchema: z.ZodType<UserEventPayload94Team$Outbound, z.ZodTypeDef, UserEventPayload94Team>;
|
|
6569
|
+
export declare function userEventPayload94TeamToJSON(userEventPayload94Team: UserEventPayload94Team): string;
|
|
6570
|
+
export declare function userEventPayload94TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload94Team, SDKValidationError>;
|
|
6648
6571
|
/** @internal */
|
|
6649
6572
|
export declare const EnvId2$inboundSchema: z.ZodNativeEnum<typeof EnvId2>;
|
|
6650
6573
|
/** @internal */
|
|
@@ -6726,57 +6649,58 @@ export declare const NewConnectConfigurations$outboundSchema: z.ZodType<NewConne
|
|
|
6726
6649
|
export declare function newConnectConfigurationsToJSON(newConnectConfigurations: NewConnectConfigurations): string;
|
|
6727
6650
|
export declare function newConnectConfigurationsFromJSON(jsonString: string): SafeParseResult<NewConnectConfigurations, SDKValidationError>;
|
|
6728
6651
|
/** @internal */
|
|
6729
|
-
export declare const
|
|
6652
|
+
export declare const UserEventPayload94Project$inboundSchema: z.ZodType<UserEventPayload94Project, z.ZodTypeDef, unknown>;
|
|
6730
6653
|
/** @internal */
|
|
6731
|
-
export type
|
|
6654
|
+
export type UserEventPayload94Project$Outbound = {
|
|
6732
6655
|
id: string;
|
|
6733
6656
|
name?: string | undefined;
|
|
6734
6657
|
oldConnectConfigurations: Array<OldConnectConfigurations$Outbound> | null;
|
|
6735
6658
|
newConnectConfigurations: Array<NewConnectConfigurations$Outbound> | null;
|
|
6736
6659
|
};
|
|
6737
6660
|
/** @internal */
|
|
6738
|
-
export declare const
|
|
6739
|
-
export declare function
|
|
6740
|
-
export declare function
|
|
6741
|
-
/** @internal */
|
|
6742
|
-
export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
|
|
6743
|
-
/** @internal */
|
|
6744
|
-
export type NinetyFive$Outbound = {
|
|
6745
|
-
team: UserEventPayload95Team$Outbound;
|
|
6746
|
-
project: UserEventPayload95Project$Outbound;
|
|
6747
|
-
};
|
|
6748
|
-
/** @internal */
|
|
6749
|
-
export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
|
|
6750
|
-
export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
|
|
6751
|
-
export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
|
|
6661
|
+
export declare const UserEventPayload94Project$outboundSchema: z.ZodType<UserEventPayload94Project$Outbound, z.ZodTypeDef, UserEventPayload94Project>;
|
|
6662
|
+
export declare function userEventPayload94ProjectToJSON(userEventPayload94Project: UserEventPayload94Project): string;
|
|
6663
|
+
export declare function userEventPayload94ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload94Project, SDKValidationError>;
|
|
6752
6664
|
/** @internal */
|
|
6753
6665
|
export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
|
|
6754
6666
|
/** @internal */
|
|
6755
6667
|
export type NinetyFour$Outbound = {
|
|
6756
|
-
|
|
6757
|
-
|
|
6668
|
+
team: UserEventPayload94Team$Outbound;
|
|
6669
|
+
project: UserEventPayload94Project$Outbound;
|
|
6758
6670
|
};
|
|
6759
6671
|
/** @internal */
|
|
6760
6672
|
export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
|
|
6761
6673
|
export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
|
|
6762
6674
|
export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
|
|
6763
6675
|
/** @internal */
|
|
6764
|
-
export declare const UserEventPayload93Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload93Action>;
|
|
6765
|
-
/** @internal */
|
|
6766
|
-
export declare const UserEventPayload93Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload93Action>;
|
|
6767
|
-
/** @internal */
|
|
6768
6676
|
export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
|
|
6769
6677
|
/** @internal */
|
|
6770
6678
|
export type NinetyThree$Outbound = {
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
envVarName?: string | undefined;
|
|
6679
|
+
name: string;
|
|
6680
|
+
ownerId: string;
|
|
6774
6681
|
};
|
|
6775
6682
|
/** @internal */
|
|
6776
6683
|
export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
|
|
6777
6684
|
export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
|
|
6778
6685
|
export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
|
|
6779
6686
|
/** @internal */
|
|
6687
|
+
export declare const UserEventPayload92Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload92Action>;
|
|
6688
|
+
/** @internal */
|
|
6689
|
+
export declare const UserEventPayload92Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload92Action>;
|
|
6690
|
+
/** @internal */
|
|
6691
|
+
export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
|
|
6692
|
+
/** @internal */
|
|
6693
|
+
export type NinetyTwo$Outbound = {
|
|
6694
|
+
projectName: string;
|
|
6695
|
+
action: string;
|
|
6696
|
+
isEnvVar?: boolean | undefined;
|
|
6697
|
+
note?: string | undefined;
|
|
6698
|
+
};
|
|
6699
|
+
/** @internal */
|
|
6700
|
+
export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
|
|
6701
|
+
export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
|
|
6702
|
+
export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
|
|
6703
|
+
/** @internal */
|
|
6780
6704
|
export declare const Paths$inboundSchema: z.ZodType<Paths, z.ZodTypeDef, unknown>;
|
|
6781
6705
|
/** @internal */
|
|
6782
6706
|
export type Paths$Outbound = {
|
|
@@ -6817,17 +6741,17 @@ export declare const OldOptionsAllowlist$outboundSchema: z.ZodType<OldOptionsAll
|
|
|
6817
6741
|
export declare function oldOptionsAllowlistToJSON(oldOptionsAllowlist: OldOptionsAllowlist): string;
|
|
6818
6742
|
export declare function oldOptionsAllowlistFromJSON(jsonString: string): SafeParseResult<OldOptionsAllowlist, SDKValidationError>;
|
|
6819
6743
|
/** @internal */
|
|
6820
|
-
export declare const
|
|
6744
|
+
export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
|
|
6821
6745
|
/** @internal */
|
|
6822
|
-
export type
|
|
6746
|
+
export type NinetyOne$Outbound = {
|
|
6823
6747
|
projectName: string;
|
|
6824
6748
|
optionsAllowlist?: OptionsAllowlist$Outbound | null | undefined;
|
|
6825
6749
|
oldOptionsAllowlist?: OldOptionsAllowlist$Outbound | null | undefined;
|
|
6826
6750
|
};
|
|
6827
6751
|
/** @internal */
|
|
6828
|
-
export declare const
|
|
6829
|
-
export declare function
|
|
6830
|
-
export declare function
|
|
6752
|
+
export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
|
|
6753
|
+
export declare function ninetyOneToJSON(ninetyOne: NinetyOne): string;
|
|
6754
|
+
export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<NinetyOne, SDKValidationError>;
|
|
6831
6755
|
/** @internal */
|
|
6832
6756
|
export declare const TrustedIps$inboundSchema: z.ZodNativeEnum<typeof TrustedIps>;
|
|
6833
6757
|
/** @internal */
|
|
@@ -6837,9 +6761,9 @@ export declare const OldTrustedIps$inboundSchema: z.ZodNativeEnum<typeof OldTrus
|
|
|
6837
6761
|
/** @internal */
|
|
6838
6762
|
export declare const OldTrustedIps$outboundSchema: z.ZodNativeEnum<typeof OldTrustedIps>;
|
|
6839
6763
|
/** @internal */
|
|
6840
|
-
export declare const
|
|
6764
|
+
export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
|
|
6841
6765
|
/** @internal */
|
|
6842
|
-
export type
|
|
6766
|
+
export type Ninety$Outbound = {
|
|
6843
6767
|
projectName: string;
|
|
6844
6768
|
trustedIps?: string | null | undefined;
|
|
6845
6769
|
oldTrustedIps?: string | null | undefined;
|
|
@@ -6847,9 +6771,9 @@ export type NinetyOne$Outbound = {
|
|
|
6847
6771
|
removedAddresses?: Array<string> | null | undefined;
|
|
6848
6772
|
};
|
|
6849
6773
|
/** @internal */
|
|
6850
|
-
export declare const
|
|
6851
|
-
export declare function
|
|
6852
|
-
export declare function
|
|
6774
|
+
export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
|
|
6775
|
+
export declare function ninetyToJSON(ninety: Ninety): string;
|
|
6776
|
+
export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Ninety, SDKValidationError>;
|
|
6853
6777
|
/** @internal */
|
|
6854
6778
|
export declare const PasswordProtection2$inboundSchema: z.ZodNativeEnum<typeof PasswordProtection2>;
|
|
6855
6779
|
/** @internal */
|
|
@@ -6903,17 +6827,17 @@ export declare const OldPasswordProtection$outboundSchema: z.ZodType<OldPassword
|
|
|
6903
6827
|
export declare function oldPasswordProtectionToJSON(oldPasswordProtection: OldPasswordProtection): string;
|
|
6904
6828
|
export declare function oldPasswordProtectionFromJSON(jsonString: string): SafeParseResult<OldPasswordProtection, SDKValidationError>;
|
|
6905
6829
|
/** @internal */
|
|
6906
|
-
export declare const
|
|
6830
|
+
export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
|
|
6907
6831
|
/** @internal */
|
|
6908
|
-
export type
|
|
6832
|
+
export type EightyNine$Outbound = {
|
|
6909
6833
|
projectName: string;
|
|
6910
6834
|
passwordProtection: PasswordProtection1$Outbound | string | null;
|
|
6911
6835
|
oldPasswordProtection: OldPasswordProtection1$Outbound | string | null;
|
|
6912
6836
|
};
|
|
6913
6837
|
/** @internal */
|
|
6914
|
-
export declare const
|
|
6915
|
-
export declare function
|
|
6916
|
-
export declare function
|
|
6838
|
+
export declare const EightyNine$outboundSchema: z.ZodType<EightyNine$Outbound, z.ZodTypeDef, EightyNine>;
|
|
6839
|
+
export declare function eightyNineToJSON(eightyNine: EightyNine): string;
|
|
6840
|
+
export declare function eightyNineFromJSON(jsonString: string): SafeParseResult<EightyNine, SDKValidationError>;
|
|
6917
6841
|
/** @internal */
|
|
6918
6842
|
export declare const SsoProtection2$inboundSchema: z.ZodNativeEnum<typeof SsoProtection2>;
|
|
6919
6843
|
/** @internal */
|
|
@@ -6977,32 +6901,32 @@ export declare const OldSsoProtection$outboundSchema: z.ZodType<OldSsoProtection
|
|
|
6977
6901
|
export declare function oldSsoProtectionToJSON(oldSsoProtection: OldSsoProtection): string;
|
|
6978
6902
|
export declare function oldSsoProtectionFromJSON(jsonString: string): SafeParseResult<OldSsoProtection, SDKValidationError>;
|
|
6979
6903
|
/** @internal */
|
|
6980
|
-
export declare const
|
|
6904
|
+
export declare const EightyEight$inboundSchema: z.ZodType<EightyEight, z.ZodTypeDef, unknown>;
|
|
6981
6905
|
/** @internal */
|
|
6982
|
-
export type
|
|
6906
|
+
export type EightyEight$Outbound = {
|
|
6983
6907
|
projectName: string;
|
|
6984
6908
|
ssoProtection: SsoProtection1$Outbound | string | null;
|
|
6985
6909
|
oldSsoProtection: OldSsoProtection1$Outbound | string | null;
|
|
6986
6910
|
};
|
|
6987
6911
|
/** @internal */
|
|
6988
|
-
export declare const
|
|
6989
|
-
export declare function
|
|
6990
|
-
export declare function
|
|
6912
|
+
export declare const EightyEight$outboundSchema: z.ZodType<EightyEight$Outbound, z.ZodTypeDef, EightyEight>;
|
|
6913
|
+
export declare function eightyEightToJSON(eightyEight: EightyEight): string;
|
|
6914
|
+
export declare function eightyEightFromJSON(jsonString: string): SafeParseResult<EightyEight, SDKValidationError>;
|
|
6991
6915
|
/** @internal */
|
|
6992
|
-
export declare const
|
|
6916
|
+
export declare const EightySeven$inboundSchema: z.ZodType<EightySeven, z.ZodTypeDef, unknown>;
|
|
6993
6917
|
/** @internal */
|
|
6994
|
-
export type
|
|
6918
|
+
export type EightySeven$Outbound = {
|
|
6995
6919
|
projectName?: string | undefined;
|
|
6996
6920
|
projectId: string;
|
|
6997
6921
|
};
|
|
6998
6922
|
/** @internal */
|
|
6999
|
-
export declare const
|
|
7000
|
-
export declare function
|
|
7001
|
-
export declare function
|
|
6923
|
+
export declare const EightySeven$outboundSchema: z.ZodType<EightySeven$Outbound, z.ZodTypeDef, EightySeven>;
|
|
6924
|
+
export declare function eightySevenToJSON(eightySeven: EightySeven): string;
|
|
6925
|
+
export declare function eightySevenFromJSON(jsonString: string): SafeParseResult<EightySeven, SDKValidationError>;
|
|
7002
6926
|
/** @internal */
|
|
7003
|
-
export declare const
|
|
6927
|
+
export declare const EightySix$inboundSchema: z.ZodType<EightySix, z.ZodTypeDef, unknown>;
|
|
7004
6928
|
/** @internal */
|
|
7005
|
-
export type
|
|
6929
|
+
export type EightySix$Outbound = {
|
|
7006
6930
|
projectName?: string | undefined;
|
|
7007
6931
|
projectId: string;
|
|
7008
6932
|
projectAnalytics?: {
|
|
@@ -7013,9 +6937,9 @@ export type EightySeven$Outbound = {
|
|
|
7013
6937
|
} | null | undefined;
|
|
7014
6938
|
};
|
|
7015
6939
|
/** @internal */
|
|
7016
|
-
export declare const
|
|
7017
|
-
export declare function
|
|
7018
|
-
export declare function
|
|
6940
|
+
export declare const EightySix$outboundSchema: z.ZodType<EightySix$Outbound, z.ZodTypeDef, EightySix>;
|
|
6941
|
+
export declare function eightySixToJSON(eightySix: EightySix): string;
|
|
6942
|
+
export declare function eightySixFromJSON(jsonString: string): SafeParseResult<EightySix, SDKValidationError>;
|
|
7019
6943
|
/** @internal */
|
|
7020
6944
|
export declare const ProjectAnalytics$inboundSchema: z.ZodType<ProjectAnalytics, z.ZodTypeDef, unknown>;
|
|
7021
6945
|
/** @internal */
|
|
@@ -7049,29 +6973,29 @@ export declare const PrevProjectAnalytics$outboundSchema: z.ZodType<PrevProjectA
|
|
|
7049
6973
|
export declare function prevProjectAnalyticsToJSON(prevProjectAnalytics: PrevProjectAnalytics): string;
|
|
7050
6974
|
export declare function prevProjectAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectAnalytics, SDKValidationError>;
|
|
7051
6975
|
/** @internal */
|
|
7052
|
-
export declare const
|
|
6976
|
+
export declare const EightyFive$inboundSchema: z.ZodType<EightyFive, z.ZodTypeDef, unknown>;
|
|
7053
6977
|
/** @internal */
|
|
7054
|
-
export type
|
|
6978
|
+
export type EightyFive$Outbound = {
|
|
7055
6979
|
projectName?: string | undefined;
|
|
7056
6980
|
projectId: string;
|
|
7057
6981
|
projectAnalytics: ProjectAnalytics$Outbound | null;
|
|
7058
6982
|
prevProjectAnalytics: PrevProjectAnalytics$Outbound | null;
|
|
7059
6983
|
};
|
|
7060
6984
|
/** @internal */
|
|
7061
|
-
export declare const
|
|
7062
|
-
export declare function
|
|
7063
|
-
export declare function
|
|
6985
|
+
export declare const EightyFive$outboundSchema: z.ZodType<EightyFive$Outbound, z.ZodTypeDef, EightyFive>;
|
|
6986
|
+
export declare function eightyFiveToJSON(eightyFive: EightyFive): string;
|
|
6987
|
+
export declare function eightyFiveFromJSON(jsonString: string): SafeParseResult<EightyFive, SDKValidationError>;
|
|
7064
6988
|
/** @internal */
|
|
7065
|
-
export declare const
|
|
6989
|
+
export declare const EightyFour$inboundSchema: z.ZodType<EightyFour, z.ZodTypeDef, unknown>;
|
|
7066
6990
|
/** @internal */
|
|
7067
|
-
export type
|
|
6991
|
+
export type EightyFour$Outbound = {
|
|
7068
6992
|
projectName: string;
|
|
7069
6993
|
branch: string;
|
|
7070
6994
|
};
|
|
7071
6995
|
/** @internal */
|
|
7072
|
-
export declare const
|
|
7073
|
-
export declare function
|
|
7074
|
-
export declare function
|
|
6996
|
+
export declare const EightyFour$outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
|
|
6997
|
+
export declare function eightyFourToJSON(eightyFour: EightyFour): string;
|
|
6998
|
+
export declare function eightyFourFromJSON(jsonString: string): SafeParseResult<EightyFour, SDKValidationError>;
|
|
7075
6999
|
/** @internal */
|
|
7076
7000
|
export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
|
|
7077
7001
|
/** @internal */
|
|
@@ -7122,9 +7046,9 @@ export declare const RemovedUsers$outboundSchema: z.ZodType<RemovedUsers$Outboun
|
|
|
7122
7046
|
export declare function removedUsersToJSON(removedUsers: RemovedUsers): string;
|
|
7123
7047
|
export declare function removedUsersFromJSON(jsonString: string): SafeParseResult<RemovedUsers, SDKValidationError>;
|
|
7124
7048
|
/** @internal */
|
|
7125
|
-
export declare const
|
|
7049
|
+
export declare const EightyThree$inboundSchema: z.ZodType<EightyThree, z.ZodTypeDef, unknown>;
|
|
7126
7050
|
/** @internal */
|
|
7127
|
-
export type
|
|
7051
|
+
export type EightyThree$Outbound = {
|
|
7128
7052
|
plan: string;
|
|
7129
7053
|
removedUsers?: {
|
|
7130
7054
|
[k: string]: RemovedUsers$Outbound;
|
|
@@ -7141,16 +7065,6 @@ export type EightyFour$Outbound = {
|
|
|
7141
7065
|
removedMemberCount?: number | undefined;
|
|
7142
7066
|
};
|
|
7143
7067
|
/** @internal */
|
|
7144
|
-
export declare const EightyFour$outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
|
|
7145
|
-
export declare function eightyFourToJSON(eightyFour: EightyFour): string;
|
|
7146
|
-
export declare function eightyFourFromJSON(jsonString: string): SafeParseResult<EightyFour, SDKValidationError>;
|
|
7147
|
-
/** @internal */
|
|
7148
|
-
export declare const EightyThree$inboundSchema: z.ZodType<EightyThree, z.ZodTypeDef, unknown>;
|
|
7149
|
-
/** @internal */
|
|
7150
|
-
export type EightyThree$Outbound = {
|
|
7151
|
-
projectName: string;
|
|
7152
|
-
};
|
|
7153
|
-
/** @internal */
|
|
7154
7068
|
export declare const EightyThree$outboundSchema: z.ZodType<EightyThree$Outbound, z.ZodTypeDef, EightyThree>;
|
|
7155
7069
|
export declare function eightyThreeToJSON(eightyThree: EightyThree): string;
|
|
7156
7070
|
export declare function eightyThreeFromJSON(jsonString: string): SafeParseResult<EightyThree, SDKValidationError>;
|
|
@@ -7158,8 +7072,6 @@ export declare function eightyThreeFromJSON(jsonString: string): SafeParseResult
|
|
|
7158
7072
|
export declare const EightyTwo$inboundSchema: z.ZodType<EightyTwo, z.ZodTypeDef, unknown>;
|
|
7159
7073
|
/** @internal */
|
|
7160
7074
|
export type EightyTwo$Outbound = {
|
|
7161
|
-
projectId: string;
|
|
7162
|
-
toDeploymentId: string;
|
|
7163
7075
|
projectName: string;
|
|
7164
7076
|
};
|
|
7165
7077
|
/** @internal */
|
|
@@ -7170,8 +7082,9 @@ export declare function eightyTwoFromJSON(jsonString: string): SafeParseResult<E
|
|
|
7170
7082
|
export declare const EightyOne$inboundSchema: z.ZodType<EightyOne, z.ZodTypeDef, unknown>;
|
|
7171
7083
|
/** @internal */
|
|
7172
7084
|
export type EightyOne$Outbound = {
|
|
7173
|
-
|
|
7174
|
-
|
|
7085
|
+
projectId: string;
|
|
7086
|
+
toDeploymentId: string;
|
|
7087
|
+
projectName: string;
|
|
7175
7088
|
};
|
|
7176
7089
|
/** @internal */
|
|
7177
7090
|
export declare const EightyOne$outboundSchema: z.ZodType<EightyOne$Outbound, z.ZodTypeDef, EightyOne>;
|
|
@@ -7181,7 +7094,7 @@ export declare function eightyOneFromJSON(jsonString: string): SafeParseResult<E
|
|
|
7181
7094
|
export declare const Eighty$inboundSchema: z.ZodType<Eighty, z.ZodTypeDef, unknown>;
|
|
7182
7095
|
/** @internal */
|
|
7183
7096
|
export type Eighty$Outbound = {
|
|
7184
|
-
|
|
7097
|
+
drainUrl: string | null;
|
|
7185
7098
|
integrationName?: string | undefined;
|
|
7186
7099
|
};
|
|
7187
7100
|
/** @internal */
|
|
@@ -7192,7 +7105,7 @@ export declare function eightyFromJSON(jsonString: string): SafeParseResult<Eigh
|
|
|
7192
7105
|
export declare const SeventyNine$inboundSchema: z.ZodType<SeventyNine, z.ZodTypeDef, unknown>;
|
|
7193
7106
|
/** @internal */
|
|
7194
7107
|
export type SeventyNine$Outbound = {
|
|
7195
|
-
logDrainUrl: string
|
|
7108
|
+
logDrainUrl: string;
|
|
7196
7109
|
integrationName?: string | undefined;
|
|
7197
7110
|
};
|
|
7198
7111
|
/** @internal */
|
|
@@ -7200,136 +7113,11 @@ export declare const SeventyNine$outboundSchema: z.ZodType<SeventyNine$Outbound,
|
|
|
7200
7113
|
export declare function seventyNineToJSON(seventyNine: SeventyNine): string;
|
|
7201
7114
|
export declare function seventyNineFromJSON(jsonString: string): SafeParseResult<SeventyNine, SDKValidationError>;
|
|
7202
7115
|
/** @internal */
|
|
7203
|
-
export declare const PayloadName$inboundSchema: z.ZodNativeEnum<typeof PayloadName>;
|
|
7204
|
-
/** @internal */
|
|
7205
|
-
export declare const PayloadName$outboundSchema: z.ZodNativeEnum<typeof PayloadName>;
|
|
7206
|
-
/** @internal */
|
|
7207
|
-
export declare const Browser$inboundSchema: z.ZodType<Browser, z.ZodTypeDef, unknown>;
|
|
7208
|
-
/** @internal */
|
|
7209
|
-
export type Browser$Outbound = {
|
|
7210
|
-
name: string;
|
|
7211
|
-
};
|
|
7212
|
-
/** @internal */
|
|
7213
|
-
export declare const Browser$outboundSchema: z.ZodType<Browser$Outbound, z.ZodTypeDef, Browser>;
|
|
7214
|
-
export declare function browserToJSON(browser: Browser): string;
|
|
7215
|
-
export declare function browserFromJSON(jsonString: string): SafeParseResult<Browser, SDKValidationError>;
|
|
7216
|
-
/** @internal */
|
|
7217
|
-
export declare const UserEventPayloadName$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadName>;
|
|
7218
|
-
/** @internal */
|
|
7219
|
-
export declare const UserEventPayloadName$outboundSchema: z.ZodNativeEnum<typeof UserEventPayloadName>;
|
|
7220
|
-
/** @internal */
|
|
7221
|
-
export declare const Os$inboundSchema: z.ZodType<Os, z.ZodTypeDef, unknown>;
|
|
7222
|
-
/** @internal */
|
|
7223
|
-
export type Os$Outbound = {
|
|
7224
|
-
name: string;
|
|
7225
|
-
};
|
|
7226
|
-
/** @internal */
|
|
7227
|
-
export declare const Os$outboundSchema: z.ZodType<Os$Outbound, z.ZodTypeDef, Os>;
|
|
7228
|
-
export declare function osToJSON(os: Os): string;
|
|
7229
|
-
export declare function osFromJSON(jsonString: string): SafeParseResult<Os, SDKValidationError>;
|
|
7230
|
-
/** @internal */
|
|
7231
|
-
export declare const UserAgent$inboundSchema: z.ZodType<UserAgent, z.ZodTypeDef, unknown>;
|
|
7232
|
-
/** @internal */
|
|
7233
|
-
export type UserAgent$Outbound = {
|
|
7234
|
-
browser: Browser$Outbound;
|
|
7235
|
-
ua: string;
|
|
7236
|
-
program: string;
|
|
7237
|
-
os: Os$Outbound;
|
|
7238
|
-
};
|
|
7239
|
-
/** @internal */
|
|
7240
|
-
export declare const UserAgent$outboundSchema: z.ZodType<UserAgent$Outbound, z.ZodTypeDef, UserAgent>;
|
|
7241
|
-
export declare function userAgentToJSON(userAgent: UserAgent): string;
|
|
7242
|
-
export declare function userAgentFromJSON(jsonString: string): SafeParseResult<UserAgent, SDKValidationError>;
|
|
7243
|
-
/** @internal */
|
|
7244
|
-
export declare const Names$inboundSchema: z.ZodType<Names, z.ZodTypeDef, unknown>;
|
|
7245
|
-
/** @internal */
|
|
7246
|
-
export type Names$Outbound = {
|
|
7247
|
-
en: string;
|
|
7248
|
-
};
|
|
7249
|
-
/** @internal */
|
|
7250
|
-
export declare const Names$outboundSchema: z.ZodType<Names$Outbound, z.ZodTypeDef, Names>;
|
|
7251
|
-
export declare function namesToJSON(names: Names): string;
|
|
7252
|
-
export declare function namesFromJSON(jsonString: string): SafeParseResult<Names, SDKValidationError>;
|
|
7253
|
-
/** @internal */
|
|
7254
|
-
export declare const City$inboundSchema: z.ZodType<City, z.ZodTypeDef, unknown>;
|
|
7255
|
-
/** @internal */
|
|
7256
|
-
export type City$Outbound = {
|
|
7257
|
-
names: Names$Outbound;
|
|
7258
|
-
};
|
|
7259
|
-
/** @internal */
|
|
7260
|
-
export declare const City$outboundSchema: z.ZodType<City$Outbound, z.ZodTypeDef, City>;
|
|
7261
|
-
export declare function cityToJSON(city: City): string;
|
|
7262
|
-
export declare function cityFromJSON(jsonString: string): SafeParseResult<City, SDKValidationError>;
|
|
7263
|
-
/** @internal */
|
|
7264
|
-
export declare const PayloadNames$inboundSchema: z.ZodType<PayloadNames, z.ZodTypeDef, unknown>;
|
|
7265
|
-
/** @internal */
|
|
7266
|
-
export type PayloadNames$Outbound = {
|
|
7267
|
-
en: string;
|
|
7268
|
-
};
|
|
7269
|
-
/** @internal */
|
|
7270
|
-
export declare const PayloadNames$outboundSchema: z.ZodType<PayloadNames$Outbound, z.ZodTypeDef, PayloadNames>;
|
|
7271
|
-
export declare function payloadNamesToJSON(payloadNames: PayloadNames): string;
|
|
7272
|
-
export declare function payloadNamesFromJSON(jsonString: string): SafeParseResult<PayloadNames, SDKValidationError>;
|
|
7273
|
-
/** @internal */
|
|
7274
|
-
export declare const Country$inboundSchema: z.ZodType<Country, z.ZodTypeDef, unknown>;
|
|
7275
|
-
/** @internal */
|
|
7276
|
-
export type Country$Outbound = {
|
|
7277
|
-
names: PayloadNames$Outbound;
|
|
7278
|
-
};
|
|
7279
|
-
/** @internal */
|
|
7280
|
-
export declare const Country$outboundSchema: z.ZodType<Country$Outbound, z.ZodTypeDef, Country>;
|
|
7281
|
-
export declare function countryToJSON(country: Country): string;
|
|
7282
|
-
export declare function countryFromJSON(jsonString: string): SafeParseResult<Country, SDKValidationError>;
|
|
7283
|
-
/** @internal */
|
|
7284
|
-
export declare const UserEventPayloadNames$inboundSchema: z.ZodType<UserEventPayloadNames, z.ZodTypeDef, unknown>;
|
|
7285
|
-
/** @internal */
|
|
7286
|
-
export type UserEventPayloadNames$Outbound = {
|
|
7287
|
-
en: string;
|
|
7288
|
-
};
|
|
7289
|
-
/** @internal */
|
|
7290
|
-
export declare const UserEventPayloadNames$outboundSchema: z.ZodType<UserEventPayloadNames$Outbound, z.ZodTypeDef, UserEventPayloadNames>;
|
|
7291
|
-
export declare function userEventPayloadNamesToJSON(userEventPayloadNames: UserEventPayloadNames): string;
|
|
7292
|
-
export declare function userEventPayloadNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayloadNames, SDKValidationError>;
|
|
7293
|
-
/** @internal */
|
|
7294
|
-
export declare const MostSpecificSubdivision$inboundSchema: z.ZodType<MostSpecificSubdivision, z.ZodTypeDef, unknown>;
|
|
7295
|
-
/** @internal */
|
|
7296
|
-
export type MostSpecificSubdivision$Outbound = {
|
|
7297
|
-
names: UserEventPayloadNames$Outbound;
|
|
7298
|
-
};
|
|
7299
|
-
/** @internal */
|
|
7300
|
-
export declare const MostSpecificSubdivision$outboundSchema: z.ZodType<MostSpecificSubdivision$Outbound, z.ZodTypeDef, MostSpecificSubdivision>;
|
|
7301
|
-
export declare function mostSpecificSubdivisionToJSON(mostSpecificSubdivision: MostSpecificSubdivision): string;
|
|
7302
|
-
export declare function mostSpecificSubdivisionFromJSON(jsonString: string): SafeParseResult<MostSpecificSubdivision, SDKValidationError>;
|
|
7303
|
-
/** @internal */
|
|
7304
|
-
export declare const Geolocation$inboundSchema: z.ZodType<Geolocation, z.ZodTypeDef, unknown>;
|
|
7305
|
-
/** @internal */
|
|
7306
|
-
export type Geolocation$Outbound = {
|
|
7307
|
-
city?: City$Outbound | undefined;
|
|
7308
|
-
country: Country$Outbound;
|
|
7309
|
-
most_specific_subdivision?: MostSpecificSubdivision$Outbound | undefined;
|
|
7310
|
-
regionName?: string | undefined;
|
|
7311
|
-
};
|
|
7312
|
-
/** @internal */
|
|
7313
|
-
export declare const Geolocation$outboundSchema: z.ZodType<Geolocation$Outbound, z.ZodTypeDef, Geolocation>;
|
|
7314
|
-
export declare function geolocationToJSON(geolocation: Geolocation): string;
|
|
7315
|
-
export declare function geolocationFromJSON(jsonString: string): SafeParseResult<Geolocation, SDKValidationError>;
|
|
7316
|
-
/** @internal */
|
|
7317
7116
|
export declare const SeventyEight$inboundSchema: z.ZodType<SeventyEight, z.ZodTypeDef, unknown>;
|
|
7318
7117
|
/** @internal */
|
|
7319
7118
|
export type SeventyEight$Outbound = {
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
viaGithub: boolean;
|
|
7323
|
-
viaGitlab: boolean;
|
|
7324
|
-
viaBitbucket: boolean;
|
|
7325
|
-
viaGoogle: boolean;
|
|
7326
|
-
viaApple: boolean;
|
|
7327
|
-
viaSamlSso: boolean;
|
|
7328
|
-
viaPasskey: boolean;
|
|
7329
|
-
ssoType?: string | undefined;
|
|
7330
|
-
env?: string | undefined;
|
|
7331
|
-
os?: string | undefined;
|
|
7332
|
-
username?: string | undefined;
|
|
7119
|
+
logDrainUrl: string | null;
|
|
7120
|
+
integrationName?: string | undefined;
|
|
7333
7121
|
};
|
|
7334
7122
|
/** @internal */
|
|
7335
7123
|
export declare const SeventyEight$outboundSchema: z.ZodType<SeventyEight$Outbound, z.ZodTypeDef, SeventyEight>;
|
|
@@ -7693,9 +7481,9 @@ export declare function payloadSecurityFromJSON(jsonString: string): SafeParseRe
|
|
|
7693
7481
|
export declare const PayloadResourceConfig$inboundSchema: z.ZodType<PayloadResourceConfig, z.ZodTypeDef, unknown>;
|
|
7694
7482
|
/** @internal */
|
|
7695
7483
|
export type PayloadResourceConfig$Outbound = {
|
|
7696
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
7697
7484
|
nodeType?: string | undefined;
|
|
7698
7485
|
concurrentBuilds?: number | undefined;
|
|
7486
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
7699
7487
|
buildEntitlements?: PayloadBuildEntitlements$Outbound | undefined;
|
|
7700
7488
|
buildQueue?: PayloadBuildQueue$Outbound | undefined;
|
|
7701
7489
|
awsAccountType?: string | undefined;
|
|
@@ -7818,9 +7606,9 @@ export declare const SiftScores$outboundSchema: z.ZodType<SiftScores$Outbound, z
|
|
|
7818
7606
|
export declare function siftScoresToJSON(siftScores: SiftScores): string;
|
|
7819
7607
|
export declare function siftScoresFromJSON(jsonString: string): SafeParseResult<SiftScores, SDKValidationError>;
|
|
7820
7608
|
/** @internal */
|
|
7821
|
-
export declare const
|
|
7609
|
+
export declare const PayloadName$inboundSchema: z.ZodNativeEnum<typeof PayloadName>;
|
|
7822
7610
|
/** @internal */
|
|
7823
|
-
export declare const
|
|
7611
|
+
export declare const PayloadName$outboundSchema: z.ZodNativeEnum<typeof PayloadName>;
|
|
7824
7612
|
/** @internal */
|
|
7825
7613
|
export declare const SiftRoute$inboundSchema: z.ZodType<SiftRoute, z.ZodTypeDef, unknown>;
|
|
7826
7614
|
/** @internal */
|
|
@@ -7903,11 +7691,11 @@ export type Teams$Outbound = {
|
|
|
7903
7691
|
createdAt: number;
|
|
7904
7692
|
teamId: string;
|
|
7905
7693
|
role: string;
|
|
7906
|
-
teamRoles?: Array<string> | undefined;
|
|
7907
|
-
teamPermissions?: Array<string> | undefined;
|
|
7908
7694
|
confirmed: boolean;
|
|
7909
7695
|
confirmedAt: number;
|
|
7910
7696
|
accessRequestedAt?: number | undefined;
|
|
7697
|
+
teamRoles?: Array<string> | undefined;
|
|
7698
|
+
teamPermissions?: Array<string> | undefined;
|
|
7911
7699
|
joinedFrom?: UserEventPayloadJoinedFrom$Outbound | undefined;
|
|
7912
7700
|
};
|
|
7913
7701
|
/** @internal */
|
|
@@ -10294,7 +10082,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
|
|
|
10294
10082
|
/** @internal */
|
|
10295
10083
|
export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
|
|
10296
10084
|
/** @internal */
|
|
10297
|
-
export type Payload$Outbound =
|
|
10085
|
+
export type Payload$Outbound = SeventyFour$Outbound | SeventySeven$Outbound | FortySeven$Outbound | FortyEight$Outbound | Sixty$Outbound | SixtySix$Outbound | SeventyTwo$Outbound | SeventyFive$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndSeventyFour$Outbound | Payload2$Outbound | FiftyTwo$Outbound | SeventySix$Outbound | OneHundred$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFiftyFour$Outbound | Fourteen$Outbound | Eighteen$Outbound | TwentyTwo$Outbound | ThirtySix$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortySix$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | SixtySeven$Outbound | SixtyEight$Outbound | SixtyNine$Outbound | SeventyOne$Outbound | EightyOne$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSeventyOne$Outbound | OneHundredAndSeventyTwo$Outbound | OneHundredAndSeventyThree$Outbound | Three$Outbound | Four$Outbound | Six$Outbound | Seven$Outbound | Eight$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyThree$Outbound | FortyOne$Outbound | FortyTwo$Outbound | FortyThree$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyFour$Outbound | SixtyOne$Outbound | SixtyFive$Outbound | Seventy$Outbound | SeventyThree$Outbound | EightyFour$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndTwo$Outbound | OneHundredAndFour$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixtyOne$Outbound | OneHundredAndSixtyThree$Outbound | OneHundredAndSixtyFour$Outbound | OneHundredAndSixtyFive$Outbound | Five$Outbound | Seventeen$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | Forty$Outbound | FortyFour$Outbound | FortyFive$Outbound | FortyNine$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | FiftyNine$Outbound | SeventyEight$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEleven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtySix$Outbound | OneHundredAndSixtySeven$Outbound | OneHundredAndSixtyEight$Outbound | OneHundredAndSixtyNine$Outbound | OneHundredAndSeventy$Outbound | Payload1$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Twelve$Outbound | Thirteen$Outbound | Fifteen$Outbound | Sixteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | SixtyTwo$Outbound | SixtyThree$Outbound | SixtyFour$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndThirtyNine$Outbound;
|
|
10298
10086
|
/** @internal */
|
|
10299
10087
|
export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
|
|
10300
10088
|
export declare function payloadToJSON(payload: Payload): string;
|
|
@@ -10313,7 +10101,7 @@ export type UserEvent$Outbound = {
|
|
|
10313
10101
|
userId: string;
|
|
10314
10102
|
principalId: string;
|
|
10315
10103
|
viaIds?: Array<string> | undefined;
|
|
10316
|
-
payload?:
|
|
10104
|
+
payload?: SeventyFour$Outbound | SeventySeven$Outbound | FortySeven$Outbound | FortyEight$Outbound | Sixty$Outbound | SixtySix$Outbound | SeventyTwo$Outbound | SeventyFive$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndSeventyFour$Outbound | Payload2$Outbound | FiftyTwo$Outbound | SeventySix$Outbound | OneHundred$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFiftyFour$Outbound | Fourteen$Outbound | Eighteen$Outbound | TwentyTwo$Outbound | ThirtySix$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortySix$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | SixtySeven$Outbound | SixtyEight$Outbound | SixtyNine$Outbound | SeventyOne$Outbound | EightyOne$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSeventyOne$Outbound | OneHundredAndSeventyTwo$Outbound | OneHundredAndSeventyThree$Outbound | Three$Outbound | Four$Outbound | Six$Outbound | Seven$Outbound | Eight$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyThree$Outbound | FortyOne$Outbound | FortyTwo$Outbound | FortyThree$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyFour$Outbound | SixtyOne$Outbound | SixtyFive$Outbound | Seventy$Outbound | SeventyThree$Outbound | EightyFour$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndTwo$Outbound | OneHundredAndFour$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixtyOne$Outbound | OneHundredAndSixtyThree$Outbound | OneHundredAndSixtyFour$Outbound | OneHundredAndSixtyFive$Outbound | Five$Outbound | Seventeen$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | Forty$Outbound | FortyFour$Outbound | FortyFive$Outbound | FortyNine$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | FiftyNine$Outbound | SeventyEight$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEleven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtySix$Outbound | OneHundredAndSixtySeven$Outbound | OneHundredAndSixtyEight$Outbound | OneHundredAndSixtyNine$Outbound | OneHundredAndSeventy$Outbound | Payload1$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Twelve$Outbound | Thirteen$Outbound | Fifteen$Outbound | Sixteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | SixtyTwo$Outbound | SixtyThree$Outbound | SixtyFour$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndThirtyNine$Outbound | undefined;
|
|
10317
10105
|
};
|
|
10318
10106
|
/** @internal */
|
|
10319
10107
|
export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;
|