@lessly/sdk-app 9.1.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.cjs +0 -10
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -10
  6. package/dist/brain/index.d.ts +2 -10
  7. package/dist/brain/index.js +1 -9
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-LEUVRZRQ.d.cts → client.gen-XqieBmDz.d.cts} +1102 -223
  10. package/dist/{client.gen-LEUVRZRQ.d.ts → client.gen-XqieBmDz.d.ts} +1102 -223
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +512 -40
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +512 -40
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/organization/index.d.cts +1 -1
  24. package/dist/organization/index.d.ts +1 -1
  25. package/dist/playground/index.cjs +66 -0
  26. package/dist/playground/index.cjs.map +1 -0
  27. package/dist/playground/index.d.cts +52 -0
  28. package/dist/playground/index.d.ts +52 -0
  29. package/dist/playground/index.js +53 -0
  30. package/dist/playground/index.js.map +1 -0
  31. package/dist/realtime/index.cjs +126 -0
  32. package/dist/realtime/index.cjs.map +1 -0
  33. package/dist/realtime/index.d.cts +100 -0
  34. package/dist/realtime/index.d.ts +100 -0
  35. package/dist/realtime/index.js +101 -0
  36. package/dist/realtime/index.js.map +1 -0
  37. package/dist/tracking/index.d.cts +1 -1
  38. package/dist/tracking/index.d.ts +1 -1
  39. package/dist/waitlist/index.d.cts +1 -1
  40. package/dist/waitlist/index.d.ts +1 -1
  41. package/package.json +12 -2
  42. package/src/gen/bindings.gen.ts +512 -40
  43. package/src/gen/brain/index.ts +1 -1
  44. package/src/gen/brain/queryOptions.gen.ts +0 -14
  45. package/src/gen/client.gen.ts +146 -8
  46. package/src/gen/manifest.gen.ts +1 -1
  47. package/src/gen/playground/index.ts +3 -0
  48. package/src/gen/playground/queryOptions.gen.ts +86 -0
  49. package/src/gen/realtime/index.ts +3 -0
  50. package/src/gen/realtime/queryOptions.gen.ts +158 -0
  51. package/src/gen/types.gen.ts +994 -106
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, at as ConsentConfigCookieDomainUpsertInput, au as ConsentConfigCookieDomainUpsertOutput, av as ConsentConfigCustomizationUpsertInput, aw as ConsentConfigCustomizationUpsertOutput, ax as ConsentConfigFloatingIconUpsertInput, ay as ConsentConfigFloatingIconUpsertOutput, az as ConsentConfigThemeUpsertInput, aA as ConsentConfigThemeUpsertOutput, aB as ConsentDashboardConfigGetInput, aC as ConsentDashboardConfigGetOutput, aD as ConsentDashboardDecisionsListInput, aE as ConsentDashboardDecisionsListOutput, aF as ConsentDashboardEmbedSnippetGetInput, aG as ConsentDashboardEmbedSnippetGetOutput, aH as ConsentDashboardStatsGetInput, aI as ConsentDashboardStatsGetOutput, aJ as ConsentEmbedGetInput, aK as ConsentEmbedGetOutput, aL as ConsentProvidersCreateInput, aM as ConsentProvidersCreateOutput, aN as ConsentProvidersDeleteInput, aO as ConsentProvidersDeleteOutput, aP as ConsentProvidersListInput, aQ as ConsentProvidersListOutput, aR as ConsentProvidersUpdateInput, aS as ConsentProvidersUpdateOutput, aT as ConsentRecordsExportInput, aU as ConsentRecordsExportOutput, aV as ConsentStatsGetInput, aW as ConsentStatsGetOutput } from '../client.gen-LEUVRZRQ.cjs';
1
+ import { G as GeneratedClient, ap as ConsentConfigCookieDomainUpsertInput, aq as ConsentConfigCookieDomainUpsertOutput, ar as ConsentConfigCustomizationUpsertInput, as as ConsentConfigCustomizationUpsertOutput, at as ConsentConfigFloatingIconUpsertInput, au as ConsentConfigFloatingIconUpsertOutput, av as ConsentConfigThemeUpsertInput, aw as ConsentConfigThemeUpsertOutput, ax as ConsentDashboardConfigGetInput, ay as ConsentDashboardConfigGetOutput, az as ConsentDashboardDecisionsListInput, aA as ConsentDashboardDecisionsListOutput, aB as ConsentDashboardEmbedSnippetGetInput, aC as ConsentDashboardEmbedSnippetGetOutput, aD as ConsentDashboardStatsGetInput, aE as ConsentDashboardStatsGetOutput, aF as ConsentEmbedGetInput, aG as ConsentEmbedGetOutput, aH as ConsentProvidersCreateInput, aI as ConsentProvidersCreateOutput, aJ as ConsentProvidersDeleteInput, aK as ConsentProvidersDeleteOutput, aL as ConsentProvidersListInput, aM as ConsentProvidersListOutput, aN as ConsentProvidersUpdateInput, aO as ConsentProvidersUpdateOutput, aP as ConsentRecordsExportInput, aQ as ConsentRecordsExportOutput, aR as ConsentStatsGetInput, aS as ConsentStatsGetOutput } from '../client.gen-XqieBmDz.cjs';
2
2
 
3
3
  declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, at as ConsentConfigCookieDomainUpsertInput, au as ConsentConfigCookieDomainUpsertOutput, av as ConsentConfigCustomizationUpsertInput, aw as ConsentConfigCustomizationUpsertOutput, ax as ConsentConfigFloatingIconUpsertInput, ay as ConsentConfigFloatingIconUpsertOutput, az as ConsentConfigThemeUpsertInput, aA as ConsentConfigThemeUpsertOutput, aB as ConsentDashboardConfigGetInput, aC as ConsentDashboardConfigGetOutput, aD as ConsentDashboardDecisionsListInput, aE as ConsentDashboardDecisionsListOutput, aF as ConsentDashboardEmbedSnippetGetInput, aG as ConsentDashboardEmbedSnippetGetOutput, aH as ConsentDashboardStatsGetInput, aI as ConsentDashboardStatsGetOutput, aJ as ConsentEmbedGetInput, aK as ConsentEmbedGetOutput, aL as ConsentProvidersCreateInput, aM as ConsentProvidersCreateOutput, aN as ConsentProvidersDeleteInput, aO as ConsentProvidersDeleteOutput, aP as ConsentProvidersListInput, aQ as ConsentProvidersListOutput, aR as ConsentProvidersUpdateInput, aS as ConsentProvidersUpdateOutput, aT as ConsentRecordsExportInput, aU as ConsentRecordsExportOutput, aV as ConsentStatsGetInput, aW as ConsentStatsGetOutput } from '../client.gen-LEUVRZRQ.js';
1
+ import { G as GeneratedClient, ap as ConsentConfigCookieDomainUpsertInput, aq as ConsentConfigCookieDomainUpsertOutput, ar as ConsentConfigCustomizationUpsertInput, as as ConsentConfigCustomizationUpsertOutput, at as ConsentConfigFloatingIconUpsertInput, au as ConsentConfigFloatingIconUpsertOutput, av as ConsentConfigThemeUpsertInput, aw as ConsentConfigThemeUpsertOutput, ax as ConsentDashboardConfigGetInput, ay as ConsentDashboardConfigGetOutput, az as ConsentDashboardDecisionsListInput, aA as ConsentDashboardDecisionsListOutput, aB as ConsentDashboardEmbedSnippetGetInput, aC as ConsentDashboardEmbedSnippetGetOutput, aD as ConsentDashboardStatsGetInput, aE as ConsentDashboardStatsGetOutput, aF as ConsentEmbedGetInput, aG as ConsentEmbedGetOutput, aH as ConsentProvidersCreateInput, aI as ConsentProvidersCreateOutput, aJ as ConsentProvidersDeleteInput, aK as ConsentProvidersDeleteOutput, aL as ConsentProvidersListInput, aM as ConsentProvidersListOutput, aN as ConsentProvidersUpdateInput, aO as ConsentProvidersUpdateOutput, aP as ConsentRecordsExportInput, aQ as ConsentRecordsExportOutput, aR as ConsentStatsGetInput, aS as ConsentStatsGetOutput } from '../client.gen-XqieBmDz.js';
2
2
 
3
3
  declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, aX as DeploymentAlertCreateInput, aY as DeploymentAlertCreateOutput, aZ as DeploymentAlertDeleteInput, a_ as DeploymentAlertDeleteOutput, a$ as DeploymentAlertEventsListInput, b0 as DeploymentAlertEventsListOutput, b1 as DeploymentAlertListInput, b2 as DeploymentAlertListOutput, b3 as DeploymentAlertUpdateInput, b4 as DeploymentAlertUpdateOutput, b5 as DeploymentAnalyticsQueryInput, b6 as DeploymentAnalyticsQueryOutput, b7 as DeploymentAuditListInput, b8 as DeploymentAuditListOutput, b9 as DeploymentBuildGetInput, ba as DeploymentBuildGetOutput, bb as DeploymentBuildListInput, bc as DeploymentBuildListOutput, bd as DeploymentBuildLogsInput, be as DeploymentBuildLogsOutput, bf as DeploymentCanvasGetInput, bg as DeploymentCanvasGetOutput, bh as DeploymentCanvasMoveNodeInput, bi as DeploymentCanvasMoveNodeOutput, bj as DeploymentCloudSqlBackfillLogFlagsInput, bk as DeploymentCloudSqlBackfillLogFlagsOutput, bl as DeploymentCloudSqlDatabaseAttachInput, bm as DeploymentCloudSqlDatabaseAttachOutput, bn as DeploymentCloudSqlDatabaseCreateInput, bo as DeploymentCloudSqlDatabaseCreateOutput, bp as DeploymentCloudSqlDatabaseDeleteInput, bq as DeploymentCloudSqlDatabaseDeleteOutput, br as DeploymentCloudSqlDatabaseDetachInput, bs as DeploymentCloudSqlDatabaseDetachOutput, bt as DeploymentCloudSqlDatabaseGetInput, bu as DeploymentCloudSqlDatabaseGetOutput, bv as DeploymentCloudSqlDatabaseListInput, bw as DeploymentCloudSqlDatabaseListOutput, bx as DeploymentCloudSqlInstanceBackupListInput, by as DeploymentCloudSqlInstanceBackupListOutput, bz as DeploymentCloudSqlInstanceBackupInput, bA as DeploymentCloudSqlInstanceBackupOutput, bB as DeploymentCloudSqlInstanceCreateInput, bC as DeploymentCloudSqlInstanceCreateOutput, bD as DeploymentCloudSqlInstanceDeleteInput, bE as DeploymentCloudSqlInstanceDeleteOutput, bF as DeploymentCloudSqlInstanceGetInput, bG as DeploymentCloudSqlInstanceGetOutput, bH as DeploymentCloudSqlInstanceListInput, bI as DeploymentCloudSqlInstanceListOutput, bJ as DeploymentCloudSqlInstanceResizeInput, bK as DeploymentCloudSqlInstanceResizeOutput, bL as DeploymentCloudSqlInstanceRestoreInput, bM as DeploymentCloudSqlInstanceRestoreOutput, bN as DeploymentCloudSqlLogsInput, bO as DeploymentCloudSqlLogsOutput, bP as DeploymentDeploymentCancelInput, bQ as DeploymentDeploymentCancelOutput, bR as DeploymentDeploymentGetInput, bS as DeploymentDeploymentGetOutput, bT as DeploymentDeploymentListInput, bU as DeploymentDeploymentListOutput, bV as DeploymentDomainAddInput, bW as DeploymentDomainAddOutput, bX as DeploymentDomainAllowedListInput, bY as DeploymentDomainAllowedListOutput, bZ as DeploymentDomainGetInput, b_ as DeploymentDomainGetOutput, b$ as DeploymentDomainListByServiceInput, c0 as DeploymentDomainListByServiceOutput, c1 as DeploymentDomainListInput, c2 as DeploymentDomainListOutput, c3 as DeploymentDomainRedirectWwwInput, c4 as DeploymentDomainRedirectWwwOutput, c5 as DeploymentDomainRemoveInput, c6 as DeploymentDomainRemoveOutput, c7 as DeploymentDomainRoutesAddInput, c8 as DeploymentDomainRoutesAddOutput, c9 as DeploymentDomainRoutesListInput, ca as DeploymentDomainRoutesListOutput, cb as DeploymentDomainRoutesRemoveInput, cc as DeploymentDomainRoutesRemoveOutput, cd as DeploymentDomainRoutesUpdateInput, ce as DeploymentDomainRoutesUpdateOutput, cf as DeploymentDomainVerifyInput, cg as DeploymentDomainVerifyOutput, ch as DeploymentEnvironmentCreateInput, ci as DeploymentEnvironmentCreateOutput, cj as DeploymentEnvironmentDeleteInput, ck as DeploymentEnvironmentDeleteOutput, cl as DeploymentEnvironmentForkInput, cm as DeploymentEnvironmentForkOutput, cn as DeploymentEnvironmentGetInput, co as DeploymentEnvironmentGetOutput, cp as DeploymentEnvironmentListInput, cq as DeploymentEnvironmentListOutput, cr as DeploymentEnvironmentReconcileInput, cs as DeploymentEnvironmentReconcileOutput, ct as DeploymentEnvironmentUpdateInput, cu as DeploymentEnvironmentUpdateOutput, cv as DeploymentEventsListByEnvironmentInput, cw as DeploymentEventsListByEnvironmentOutput, cx as DeploymentEventsListByServiceInput, cy as DeploymentEventsListByServiceOutput, cz as DeploymentManagedServiceBackupListInput, cA as DeploymentManagedServiceBackupListOutput, cB as DeploymentManagedServiceBackupInput, cC as DeploymentManagedServiceBackupOutput, cD as DeploymentManagedServiceConnectInfoInput, cE as DeploymentManagedServiceConnectInfoOutput, cF as DeploymentManagedServiceDeleteInput, cG as DeploymentManagedServiceDeleteOutput, cH as DeploymentManagedServiceGetInput, cI as DeploymentManagedServiceGetOutput, cJ as DeploymentManagedServiceListInput, cK as DeploymentManagedServiceListOutput, cL as DeploymentManagedServiceLogsInput, cM as DeploymentManagedServiceLogsOutput, cN as DeploymentManagedServiceProvisionInput, cO as DeploymentManagedServiceProvisionOutput, cP as DeploymentManagedServiceReconcileInput, cQ as DeploymentManagedServiceReconcileOutput, cR as DeploymentManagedServiceResizeInput, cS as DeploymentManagedServiceResizeOutput, cT as DeploymentManagedServiceRestoreInput, cU as DeploymentManagedServiceRestoreOutput, cV as DeploymentManagedServiceStartInput, cW as DeploymentManagedServiceStartOutput, cX as DeploymentManagedServiceStopInput, cY as DeploymentManagedServiceStopOutput, cZ as DeploymentManagedServiceTypesInput, c_ as DeploymentManagedServiceTypesOutput, c$ as DeploymentMetricsGetInput, d0 as DeploymentMetricsGetOutput, d1 as DeploymentPreviewEnvironmentCreateInput, d2 as DeploymentPreviewEnvironmentCreateOutput, d3 as DeploymentPreviewEnvironmentDeleteInput, d4 as DeploymentPreviewEnvironmentDeleteOutput, d5 as DeploymentPreviewEnvironmentListInput, d6 as DeploymentPreviewEnvironmentListOutput, d7 as DeploymentPreviewPolicyGetInput, d8 as DeploymentPreviewPolicyGetOutput, d9 as DeploymentPreviewPolicySetInput, da as DeploymentPreviewPolicySetOutput, db as DeploymentServiceCreateInput, dc as DeploymentServiceCreateOutput, dd as DeploymentServiceDeleteInput, de as DeploymentServiceDeleteOutput, df as DeploymentServiceExecInput, dg as DeploymentServiceExecOutput, dh as DeploymentServiceGetInput, di as DeploymentServiceGetOutput, dj as DeploymentServiceListInput, dk as DeploymentServiceListOutput, dl as DeploymentServiceLogsInput, dm as DeploymentServiceLogsOutput, dn as DeploymentServiceRedeployInput, dp as DeploymentServiceRedeployOutput, dq as DeploymentServiceRestartInput, dr as DeploymentServiceRestartOutput, ds as DeploymentServiceRollbackInput, dt as DeploymentServiceRollbackOutput, du as DeploymentServiceScaleInput, dv as DeploymentServiceScaleOutput, dw as DeploymentServiceUpdateInput, dx as DeploymentServiceUpdateOutput, dy as DeploymentSshCommandInput, dz as DeploymentSshCommandOutput, dA as DeploymentSshKeyDeleteInput, dB as DeploymentSshKeyDeleteOutput, dC as DeploymentSshKeyListInput, dD as DeploymentSshKeyListOutput, dE as DeploymentSshKeyRegisterInput, dF as DeploymentSshKeyRegisterOutput, dG as DeploymentVariableListEnvInput, dH as DeploymentVariableListEnvOutput, dI as DeploymentVariableListProductInput, dJ as DeploymentVariableListProductOutput, dK as DeploymentVariableListInput, dL as DeploymentVariableListOutput, dM as DeploymentVariableSetEnvInput, dN as DeploymentVariableSetEnvOutput, dO as DeploymentVariableSetInput, dP as DeploymentVariableSetOutput, dQ as DeploymentVariableSetProductInput, dR as DeploymentVariableSetProductOutput, dS as DeploymentVariableUnsetEnvInput, dT as DeploymentVariableUnsetEnvOutput, dU as DeploymentVariableUnsetInput, dV as DeploymentVariableUnsetOutput, dW as DeploymentVariableUnsetProductInput, dX as DeploymentVariableUnsetProductOutput, dY as DeploymentVcsBranchListInput, dZ as DeploymentVcsBranchListOutput, d_ as DeploymentVcsConnectionListInput, d$ as DeploymentVcsConnectionListOutput, e0 as DeploymentVcsRepoListInput, e1 as DeploymentVcsRepoListOutput, e2 as DeploymentVolumeCreateInput, e3 as DeploymentVolumeCreateOutput, e4 as DeploymentVolumeDeleteInput, e5 as DeploymentVolumeDeleteOutput, e6 as DeploymentVolumeDetachInput, e7 as DeploymentVolumeDetachOutput, e8 as DeploymentVolumeGetInput, e9 as DeploymentVolumeGetOutput, ea as DeploymentVolumeListInput, eb as DeploymentVolumeListOutput, ec as DeploymentVolumeResizeInput, ed as DeploymentVolumeResizeOutput } from '../client.gen-LEUVRZRQ.cjs';
1
+ import { G as GeneratedClient, aT as DeploymentAlertCreateInput, aU as DeploymentAlertCreateOutput, aV as DeploymentAlertDeleteInput, aW as DeploymentAlertDeleteOutput, aX as DeploymentAlertEventsListInput, aY as DeploymentAlertEventsListOutput, aZ as DeploymentAlertListInput, a_ as DeploymentAlertListOutput, a$ as DeploymentAlertUpdateInput, b0 as DeploymentAlertUpdateOutput, b1 as DeploymentAnalyticsQueryInput, b2 as DeploymentAnalyticsQueryOutput, b3 as DeploymentAuditListInput, b4 as DeploymentAuditListOutput, b5 as DeploymentBuildGetInput, b6 as DeploymentBuildGetOutput, b7 as DeploymentBuildListInput, b8 as DeploymentBuildListOutput, b9 as DeploymentBuildLogsInput, ba as DeploymentBuildLogsOutput, bb as DeploymentCanvasGetInput, bc as DeploymentCanvasGetOutput, bd as DeploymentCanvasMoveNodeInput, be as DeploymentCanvasMoveNodeOutput, bf as DeploymentCloudSqlBackfillLogFlagsInput, bg as DeploymentCloudSqlBackfillLogFlagsOutput, bh as DeploymentCloudSqlDatabaseAttachInput, bi as DeploymentCloudSqlDatabaseAttachOutput, bj as DeploymentCloudSqlDatabaseCreateInput, bk as DeploymentCloudSqlDatabaseCreateOutput, bl as DeploymentCloudSqlDatabaseDeleteInput, bm as DeploymentCloudSqlDatabaseDeleteOutput, bn as DeploymentCloudSqlDatabaseDetachInput, bo as DeploymentCloudSqlDatabaseDetachOutput, bp as DeploymentCloudSqlDatabaseGetInput, bq as DeploymentCloudSqlDatabaseGetOutput, br as DeploymentCloudSqlDatabaseListInput, bs as DeploymentCloudSqlDatabaseListOutput, bt as DeploymentCloudSqlInstanceBackupListInput, bu as DeploymentCloudSqlInstanceBackupListOutput, bv as DeploymentCloudSqlInstanceBackupInput, bw as DeploymentCloudSqlInstanceBackupOutput, bx as DeploymentCloudSqlInstanceCreateInput, by as DeploymentCloudSqlInstanceCreateOutput, bz as DeploymentCloudSqlInstanceDeleteInput, bA as DeploymentCloudSqlInstanceDeleteOutput, bB as DeploymentCloudSqlInstanceGetInput, bC as DeploymentCloudSqlInstanceGetOutput, bD as DeploymentCloudSqlInstanceListInput, bE as DeploymentCloudSqlInstanceListOutput, bF as DeploymentCloudSqlInstanceResizeInput, bG as DeploymentCloudSqlInstanceResizeOutput, bH as DeploymentCloudSqlInstanceRestoreInput, bI as DeploymentCloudSqlInstanceRestoreOutput, bJ as DeploymentCloudSqlLogsInput, bK as DeploymentCloudSqlLogsOutput, bL as DeploymentDeploymentCancelInput, bM as DeploymentDeploymentCancelOutput, bN as DeploymentDeploymentGetInput, bO as DeploymentDeploymentGetOutput, bP as DeploymentDeploymentListInput, bQ as DeploymentDeploymentListOutput, bR as DeploymentDomainAddInput, bS as DeploymentDomainAddOutput, bT as DeploymentDomainAllowedListInput, bU as DeploymentDomainAllowedListOutput, bV as DeploymentDomainGetInput, bW as DeploymentDomainGetOutput, bX as DeploymentDomainListByServiceInput, bY as DeploymentDomainListByServiceOutput, bZ as DeploymentDomainListInput, b_ as DeploymentDomainListOutput, b$ as DeploymentDomainRedirectWwwInput, c0 as DeploymentDomainRedirectWwwOutput, c1 as DeploymentDomainRemoveInput, c2 as DeploymentDomainRemoveOutput, c3 as DeploymentDomainRoutesAddInput, c4 as DeploymentDomainRoutesAddOutput, c5 as DeploymentDomainRoutesListInput, c6 as DeploymentDomainRoutesListOutput, c7 as DeploymentDomainRoutesRemoveInput, c8 as DeploymentDomainRoutesRemoveOutput, c9 as DeploymentDomainRoutesUpdateInput, ca as DeploymentDomainRoutesUpdateOutput, cb as DeploymentDomainVerifyInput, cc as DeploymentDomainVerifyOutput, cd as DeploymentEnvironmentCreateInput, ce as DeploymentEnvironmentCreateOutput, cf as DeploymentEnvironmentDeleteInput, cg as DeploymentEnvironmentDeleteOutput, ch as DeploymentEnvironmentForkInput, ci as DeploymentEnvironmentForkOutput, cj as DeploymentEnvironmentGetInput, ck as DeploymentEnvironmentGetOutput, cl as DeploymentEnvironmentListInput, cm as DeploymentEnvironmentListOutput, cn as DeploymentEnvironmentReconcileInput, co as DeploymentEnvironmentReconcileOutput, cp as DeploymentEnvironmentUpdateInput, cq as DeploymentEnvironmentUpdateOutput, cr as DeploymentEventsListByEnvironmentInput, cs as DeploymentEventsListByEnvironmentOutput, ct as DeploymentEventsListByServiceInput, cu as DeploymentEventsListByServiceOutput, cv as DeploymentManagedServiceBackupListInput, cw as DeploymentManagedServiceBackupListOutput, cx as DeploymentManagedServiceBackupInput, cy as DeploymentManagedServiceBackupOutput, cz as DeploymentManagedServiceConnectInfoInput, cA as DeploymentManagedServiceConnectInfoOutput, cB as DeploymentManagedServiceDeleteInput, cC as DeploymentManagedServiceDeleteOutput, cD as DeploymentManagedServiceGetInput, cE as DeploymentManagedServiceGetOutput, cF as DeploymentManagedServiceListInput, cG as DeploymentManagedServiceListOutput, cH as DeploymentManagedServiceLogsInput, cI as DeploymentManagedServiceLogsOutput, cJ as DeploymentManagedServiceProvisionInput, cK as DeploymentManagedServiceProvisionOutput, cL as DeploymentManagedServiceReconcileInput, cM as DeploymentManagedServiceReconcileOutput, cN as DeploymentManagedServiceResizeInput, cO as DeploymentManagedServiceResizeOutput, cP as DeploymentManagedServiceRestoreInput, cQ as DeploymentManagedServiceRestoreOutput, cR as DeploymentManagedServiceStartInput, cS as DeploymentManagedServiceStartOutput, cT as DeploymentManagedServiceStopInput, cU as DeploymentManagedServiceStopOutput, cV as DeploymentManagedServiceTypesInput, cW as DeploymentManagedServiceTypesOutput, cX as DeploymentMetricsGetInput, cY as DeploymentMetricsGetOutput, cZ as DeploymentPreviewEnvironmentCreateInput, c_ as DeploymentPreviewEnvironmentCreateOutput, c$ as DeploymentPreviewEnvironmentDeleteInput, d0 as DeploymentPreviewEnvironmentDeleteOutput, d1 as DeploymentPreviewEnvironmentListInput, d2 as DeploymentPreviewEnvironmentListOutput, d3 as DeploymentPreviewPolicyGetInput, d4 as DeploymentPreviewPolicyGetOutput, d5 as DeploymentPreviewPolicySetInput, d6 as DeploymentPreviewPolicySetOutput, d7 as DeploymentServiceCreateInput, d8 as DeploymentServiceCreateOutput, d9 as DeploymentServiceDeleteInput, da as DeploymentServiceDeleteOutput, db as DeploymentServiceExecInput, dc as DeploymentServiceExecOutput, dd as DeploymentServiceGetInput, de as DeploymentServiceGetOutput, df as DeploymentServiceListInput, dg as DeploymentServiceListOutput, dh as DeploymentServiceLogsInput, di as DeploymentServiceLogsOutput, dj as DeploymentServiceRedeployInput, dk as DeploymentServiceRedeployOutput, dl as DeploymentServiceRestartInput, dm as DeploymentServiceRestartOutput, dn as DeploymentServiceRollbackInput, dp as DeploymentServiceRollbackOutput, dq as DeploymentServiceScaleInput, dr as DeploymentServiceScaleOutput, ds as DeploymentServiceUpdateInput, dt as DeploymentServiceUpdateOutput, du as DeploymentSshCommandInput, dv as DeploymentSshCommandOutput, dw as DeploymentSshKeyDeleteInput, dx as DeploymentSshKeyDeleteOutput, dy as DeploymentSshKeyListInput, dz as DeploymentSshKeyListOutput, dA as DeploymentSshKeyRegisterInput, dB as DeploymentSshKeyRegisterOutput, dC as DeploymentVariableListEnvInput, dD as DeploymentVariableListEnvOutput, dE as DeploymentVariableListProductInput, dF as DeploymentVariableListProductOutput, dG as DeploymentVariableListInput, dH as DeploymentVariableListOutput, dI as DeploymentVariableSetEnvInput, dJ as DeploymentVariableSetEnvOutput, dK as DeploymentVariableSetInput, dL as DeploymentVariableSetOutput, dM as DeploymentVariableSetProductInput, dN as DeploymentVariableSetProductOutput, dO as DeploymentVariableUnsetEnvInput, dP as DeploymentVariableUnsetEnvOutput, dQ as DeploymentVariableUnsetInput, dR as DeploymentVariableUnsetOutput, dS as DeploymentVariableUnsetProductInput, dT as DeploymentVariableUnsetProductOutput, dU as DeploymentVcsBranchListInput, dV as DeploymentVcsBranchListOutput, dW as DeploymentVcsConnectionListInput, dX as DeploymentVcsConnectionListOutput, dY as DeploymentVcsRepoListInput, dZ as DeploymentVcsRepoListOutput, d_ as DeploymentVolumeCreateInput, d$ as DeploymentVolumeCreateOutput, e0 as DeploymentVolumeDeleteInput, e1 as DeploymentVolumeDeleteOutput, e2 as DeploymentVolumeDetachInput, e3 as DeploymentVolumeDetachOutput, e4 as DeploymentVolumeGetInput, e5 as DeploymentVolumeGetOutput, e6 as DeploymentVolumeListInput, e7 as DeploymentVolumeListOutput, e8 as DeploymentVolumeResizeInput, e9 as DeploymentVolumeResizeOutput } from '../client.gen-XqieBmDz.cjs';
2
2
 
3
3
  declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, aX as DeploymentAlertCreateInput, aY as DeploymentAlertCreateOutput, aZ as DeploymentAlertDeleteInput, a_ as DeploymentAlertDeleteOutput, a$ as DeploymentAlertEventsListInput, b0 as DeploymentAlertEventsListOutput, b1 as DeploymentAlertListInput, b2 as DeploymentAlertListOutput, b3 as DeploymentAlertUpdateInput, b4 as DeploymentAlertUpdateOutput, b5 as DeploymentAnalyticsQueryInput, b6 as DeploymentAnalyticsQueryOutput, b7 as DeploymentAuditListInput, b8 as DeploymentAuditListOutput, b9 as DeploymentBuildGetInput, ba as DeploymentBuildGetOutput, bb as DeploymentBuildListInput, bc as DeploymentBuildListOutput, bd as DeploymentBuildLogsInput, be as DeploymentBuildLogsOutput, bf as DeploymentCanvasGetInput, bg as DeploymentCanvasGetOutput, bh as DeploymentCanvasMoveNodeInput, bi as DeploymentCanvasMoveNodeOutput, bj as DeploymentCloudSqlBackfillLogFlagsInput, bk as DeploymentCloudSqlBackfillLogFlagsOutput, bl as DeploymentCloudSqlDatabaseAttachInput, bm as DeploymentCloudSqlDatabaseAttachOutput, bn as DeploymentCloudSqlDatabaseCreateInput, bo as DeploymentCloudSqlDatabaseCreateOutput, bp as DeploymentCloudSqlDatabaseDeleteInput, bq as DeploymentCloudSqlDatabaseDeleteOutput, br as DeploymentCloudSqlDatabaseDetachInput, bs as DeploymentCloudSqlDatabaseDetachOutput, bt as DeploymentCloudSqlDatabaseGetInput, bu as DeploymentCloudSqlDatabaseGetOutput, bv as DeploymentCloudSqlDatabaseListInput, bw as DeploymentCloudSqlDatabaseListOutput, bx as DeploymentCloudSqlInstanceBackupListInput, by as DeploymentCloudSqlInstanceBackupListOutput, bz as DeploymentCloudSqlInstanceBackupInput, bA as DeploymentCloudSqlInstanceBackupOutput, bB as DeploymentCloudSqlInstanceCreateInput, bC as DeploymentCloudSqlInstanceCreateOutput, bD as DeploymentCloudSqlInstanceDeleteInput, bE as DeploymentCloudSqlInstanceDeleteOutput, bF as DeploymentCloudSqlInstanceGetInput, bG as DeploymentCloudSqlInstanceGetOutput, bH as DeploymentCloudSqlInstanceListInput, bI as DeploymentCloudSqlInstanceListOutput, bJ as DeploymentCloudSqlInstanceResizeInput, bK as DeploymentCloudSqlInstanceResizeOutput, bL as DeploymentCloudSqlInstanceRestoreInput, bM as DeploymentCloudSqlInstanceRestoreOutput, bN as DeploymentCloudSqlLogsInput, bO as DeploymentCloudSqlLogsOutput, bP as DeploymentDeploymentCancelInput, bQ as DeploymentDeploymentCancelOutput, bR as DeploymentDeploymentGetInput, bS as DeploymentDeploymentGetOutput, bT as DeploymentDeploymentListInput, bU as DeploymentDeploymentListOutput, bV as DeploymentDomainAddInput, bW as DeploymentDomainAddOutput, bX as DeploymentDomainAllowedListInput, bY as DeploymentDomainAllowedListOutput, bZ as DeploymentDomainGetInput, b_ as DeploymentDomainGetOutput, b$ as DeploymentDomainListByServiceInput, c0 as DeploymentDomainListByServiceOutput, c1 as DeploymentDomainListInput, c2 as DeploymentDomainListOutput, c3 as DeploymentDomainRedirectWwwInput, c4 as DeploymentDomainRedirectWwwOutput, c5 as DeploymentDomainRemoveInput, c6 as DeploymentDomainRemoveOutput, c7 as DeploymentDomainRoutesAddInput, c8 as DeploymentDomainRoutesAddOutput, c9 as DeploymentDomainRoutesListInput, ca as DeploymentDomainRoutesListOutput, cb as DeploymentDomainRoutesRemoveInput, cc as DeploymentDomainRoutesRemoveOutput, cd as DeploymentDomainRoutesUpdateInput, ce as DeploymentDomainRoutesUpdateOutput, cf as DeploymentDomainVerifyInput, cg as DeploymentDomainVerifyOutput, ch as DeploymentEnvironmentCreateInput, ci as DeploymentEnvironmentCreateOutput, cj as DeploymentEnvironmentDeleteInput, ck as DeploymentEnvironmentDeleteOutput, cl as DeploymentEnvironmentForkInput, cm as DeploymentEnvironmentForkOutput, cn as DeploymentEnvironmentGetInput, co as DeploymentEnvironmentGetOutput, cp as DeploymentEnvironmentListInput, cq as DeploymentEnvironmentListOutput, cr as DeploymentEnvironmentReconcileInput, cs as DeploymentEnvironmentReconcileOutput, ct as DeploymentEnvironmentUpdateInput, cu as DeploymentEnvironmentUpdateOutput, cv as DeploymentEventsListByEnvironmentInput, cw as DeploymentEventsListByEnvironmentOutput, cx as DeploymentEventsListByServiceInput, cy as DeploymentEventsListByServiceOutput, cz as DeploymentManagedServiceBackupListInput, cA as DeploymentManagedServiceBackupListOutput, cB as DeploymentManagedServiceBackupInput, cC as DeploymentManagedServiceBackupOutput, cD as DeploymentManagedServiceConnectInfoInput, cE as DeploymentManagedServiceConnectInfoOutput, cF as DeploymentManagedServiceDeleteInput, cG as DeploymentManagedServiceDeleteOutput, cH as DeploymentManagedServiceGetInput, cI as DeploymentManagedServiceGetOutput, cJ as DeploymentManagedServiceListInput, cK as DeploymentManagedServiceListOutput, cL as DeploymentManagedServiceLogsInput, cM as DeploymentManagedServiceLogsOutput, cN as DeploymentManagedServiceProvisionInput, cO as DeploymentManagedServiceProvisionOutput, cP as DeploymentManagedServiceReconcileInput, cQ as DeploymentManagedServiceReconcileOutput, cR as DeploymentManagedServiceResizeInput, cS as DeploymentManagedServiceResizeOutput, cT as DeploymentManagedServiceRestoreInput, cU as DeploymentManagedServiceRestoreOutput, cV as DeploymentManagedServiceStartInput, cW as DeploymentManagedServiceStartOutput, cX as DeploymentManagedServiceStopInput, cY as DeploymentManagedServiceStopOutput, cZ as DeploymentManagedServiceTypesInput, c_ as DeploymentManagedServiceTypesOutput, c$ as DeploymentMetricsGetInput, d0 as DeploymentMetricsGetOutput, d1 as DeploymentPreviewEnvironmentCreateInput, d2 as DeploymentPreviewEnvironmentCreateOutput, d3 as DeploymentPreviewEnvironmentDeleteInput, d4 as DeploymentPreviewEnvironmentDeleteOutput, d5 as DeploymentPreviewEnvironmentListInput, d6 as DeploymentPreviewEnvironmentListOutput, d7 as DeploymentPreviewPolicyGetInput, d8 as DeploymentPreviewPolicyGetOutput, d9 as DeploymentPreviewPolicySetInput, da as DeploymentPreviewPolicySetOutput, db as DeploymentServiceCreateInput, dc as DeploymentServiceCreateOutput, dd as DeploymentServiceDeleteInput, de as DeploymentServiceDeleteOutput, df as DeploymentServiceExecInput, dg as DeploymentServiceExecOutput, dh as DeploymentServiceGetInput, di as DeploymentServiceGetOutput, dj as DeploymentServiceListInput, dk as DeploymentServiceListOutput, dl as DeploymentServiceLogsInput, dm as DeploymentServiceLogsOutput, dn as DeploymentServiceRedeployInput, dp as DeploymentServiceRedeployOutput, dq as DeploymentServiceRestartInput, dr as DeploymentServiceRestartOutput, ds as DeploymentServiceRollbackInput, dt as DeploymentServiceRollbackOutput, du as DeploymentServiceScaleInput, dv as DeploymentServiceScaleOutput, dw as DeploymentServiceUpdateInput, dx as DeploymentServiceUpdateOutput, dy as DeploymentSshCommandInput, dz as DeploymentSshCommandOutput, dA as DeploymentSshKeyDeleteInput, dB as DeploymentSshKeyDeleteOutput, dC as DeploymentSshKeyListInput, dD as DeploymentSshKeyListOutput, dE as DeploymentSshKeyRegisterInput, dF as DeploymentSshKeyRegisterOutput, dG as DeploymentVariableListEnvInput, dH as DeploymentVariableListEnvOutput, dI as DeploymentVariableListProductInput, dJ as DeploymentVariableListProductOutput, dK as DeploymentVariableListInput, dL as DeploymentVariableListOutput, dM as DeploymentVariableSetEnvInput, dN as DeploymentVariableSetEnvOutput, dO as DeploymentVariableSetInput, dP as DeploymentVariableSetOutput, dQ as DeploymentVariableSetProductInput, dR as DeploymentVariableSetProductOutput, dS as DeploymentVariableUnsetEnvInput, dT as DeploymentVariableUnsetEnvOutput, dU as DeploymentVariableUnsetInput, dV as DeploymentVariableUnsetOutput, dW as DeploymentVariableUnsetProductInput, dX as DeploymentVariableUnsetProductOutput, dY as DeploymentVcsBranchListInput, dZ as DeploymentVcsBranchListOutput, d_ as DeploymentVcsConnectionListInput, d$ as DeploymentVcsConnectionListOutput, e0 as DeploymentVcsRepoListInput, e1 as DeploymentVcsRepoListOutput, e2 as DeploymentVolumeCreateInput, e3 as DeploymentVolumeCreateOutput, e4 as DeploymentVolumeDeleteInput, e5 as DeploymentVolumeDeleteOutput, e6 as DeploymentVolumeDetachInput, e7 as DeploymentVolumeDetachOutput, e8 as DeploymentVolumeGetInput, e9 as DeploymentVolumeGetOutput, ea as DeploymentVolumeListInput, eb as DeploymentVolumeListOutput, ec as DeploymentVolumeResizeInput, ed as DeploymentVolumeResizeOutput } from '../client.gen-LEUVRZRQ.js';
1
+ import { G as GeneratedClient, aT as DeploymentAlertCreateInput, aU as DeploymentAlertCreateOutput, aV as DeploymentAlertDeleteInput, aW as DeploymentAlertDeleteOutput, aX as DeploymentAlertEventsListInput, aY as DeploymentAlertEventsListOutput, aZ as DeploymentAlertListInput, a_ as DeploymentAlertListOutput, a$ as DeploymentAlertUpdateInput, b0 as DeploymentAlertUpdateOutput, b1 as DeploymentAnalyticsQueryInput, b2 as DeploymentAnalyticsQueryOutput, b3 as DeploymentAuditListInput, b4 as DeploymentAuditListOutput, b5 as DeploymentBuildGetInput, b6 as DeploymentBuildGetOutput, b7 as DeploymentBuildListInput, b8 as DeploymentBuildListOutput, b9 as DeploymentBuildLogsInput, ba as DeploymentBuildLogsOutput, bb as DeploymentCanvasGetInput, bc as DeploymentCanvasGetOutput, bd as DeploymentCanvasMoveNodeInput, be as DeploymentCanvasMoveNodeOutput, bf as DeploymentCloudSqlBackfillLogFlagsInput, bg as DeploymentCloudSqlBackfillLogFlagsOutput, bh as DeploymentCloudSqlDatabaseAttachInput, bi as DeploymentCloudSqlDatabaseAttachOutput, bj as DeploymentCloudSqlDatabaseCreateInput, bk as DeploymentCloudSqlDatabaseCreateOutput, bl as DeploymentCloudSqlDatabaseDeleteInput, bm as DeploymentCloudSqlDatabaseDeleteOutput, bn as DeploymentCloudSqlDatabaseDetachInput, bo as DeploymentCloudSqlDatabaseDetachOutput, bp as DeploymentCloudSqlDatabaseGetInput, bq as DeploymentCloudSqlDatabaseGetOutput, br as DeploymentCloudSqlDatabaseListInput, bs as DeploymentCloudSqlDatabaseListOutput, bt as DeploymentCloudSqlInstanceBackupListInput, bu as DeploymentCloudSqlInstanceBackupListOutput, bv as DeploymentCloudSqlInstanceBackupInput, bw as DeploymentCloudSqlInstanceBackupOutput, bx as DeploymentCloudSqlInstanceCreateInput, by as DeploymentCloudSqlInstanceCreateOutput, bz as DeploymentCloudSqlInstanceDeleteInput, bA as DeploymentCloudSqlInstanceDeleteOutput, bB as DeploymentCloudSqlInstanceGetInput, bC as DeploymentCloudSqlInstanceGetOutput, bD as DeploymentCloudSqlInstanceListInput, bE as DeploymentCloudSqlInstanceListOutput, bF as DeploymentCloudSqlInstanceResizeInput, bG as DeploymentCloudSqlInstanceResizeOutput, bH as DeploymentCloudSqlInstanceRestoreInput, bI as DeploymentCloudSqlInstanceRestoreOutput, bJ as DeploymentCloudSqlLogsInput, bK as DeploymentCloudSqlLogsOutput, bL as DeploymentDeploymentCancelInput, bM as DeploymentDeploymentCancelOutput, bN as DeploymentDeploymentGetInput, bO as DeploymentDeploymentGetOutput, bP as DeploymentDeploymentListInput, bQ as DeploymentDeploymentListOutput, bR as DeploymentDomainAddInput, bS as DeploymentDomainAddOutput, bT as DeploymentDomainAllowedListInput, bU as DeploymentDomainAllowedListOutput, bV as DeploymentDomainGetInput, bW as DeploymentDomainGetOutput, bX as DeploymentDomainListByServiceInput, bY as DeploymentDomainListByServiceOutput, bZ as DeploymentDomainListInput, b_ as DeploymentDomainListOutput, b$ as DeploymentDomainRedirectWwwInput, c0 as DeploymentDomainRedirectWwwOutput, c1 as DeploymentDomainRemoveInput, c2 as DeploymentDomainRemoveOutput, c3 as DeploymentDomainRoutesAddInput, c4 as DeploymentDomainRoutesAddOutput, c5 as DeploymentDomainRoutesListInput, c6 as DeploymentDomainRoutesListOutput, c7 as DeploymentDomainRoutesRemoveInput, c8 as DeploymentDomainRoutesRemoveOutput, c9 as DeploymentDomainRoutesUpdateInput, ca as DeploymentDomainRoutesUpdateOutput, cb as DeploymentDomainVerifyInput, cc as DeploymentDomainVerifyOutput, cd as DeploymentEnvironmentCreateInput, ce as DeploymentEnvironmentCreateOutput, cf as DeploymentEnvironmentDeleteInput, cg as DeploymentEnvironmentDeleteOutput, ch as DeploymentEnvironmentForkInput, ci as DeploymentEnvironmentForkOutput, cj as DeploymentEnvironmentGetInput, ck as DeploymentEnvironmentGetOutput, cl as DeploymentEnvironmentListInput, cm as DeploymentEnvironmentListOutput, cn as DeploymentEnvironmentReconcileInput, co as DeploymentEnvironmentReconcileOutput, cp as DeploymentEnvironmentUpdateInput, cq as DeploymentEnvironmentUpdateOutput, cr as DeploymentEventsListByEnvironmentInput, cs as DeploymentEventsListByEnvironmentOutput, ct as DeploymentEventsListByServiceInput, cu as DeploymentEventsListByServiceOutput, cv as DeploymentManagedServiceBackupListInput, cw as DeploymentManagedServiceBackupListOutput, cx as DeploymentManagedServiceBackupInput, cy as DeploymentManagedServiceBackupOutput, cz as DeploymentManagedServiceConnectInfoInput, cA as DeploymentManagedServiceConnectInfoOutput, cB as DeploymentManagedServiceDeleteInput, cC as DeploymentManagedServiceDeleteOutput, cD as DeploymentManagedServiceGetInput, cE as DeploymentManagedServiceGetOutput, cF as DeploymentManagedServiceListInput, cG as DeploymentManagedServiceListOutput, cH as DeploymentManagedServiceLogsInput, cI as DeploymentManagedServiceLogsOutput, cJ as DeploymentManagedServiceProvisionInput, cK as DeploymentManagedServiceProvisionOutput, cL as DeploymentManagedServiceReconcileInput, cM as DeploymentManagedServiceReconcileOutput, cN as DeploymentManagedServiceResizeInput, cO as DeploymentManagedServiceResizeOutput, cP as DeploymentManagedServiceRestoreInput, cQ as DeploymentManagedServiceRestoreOutput, cR as DeploymentManagedServiceStartInput, cS as DeploymentManagedServiceStartOutput, cT as DeploymentManagedServiceStopInput, cU as DeploymentManagedServiceStopOutput, cV as DeploymentManagedServiceTypesInput, cW as DeploymentManagedServiceTypesOutput, cX as DeploymentMetricsGetInput, cY as DeploymentMetricsGetOutput, cZ as DeploymentPreviewEnvironmentCreateInput, c_ as DeploymentPreviewEnvironmentCreateOutput, c$ as DeploymentPreviewEnvironmentDeleteInput, d0 as DeploymentPreviewEnvironmentDeleteOutput, d1 as DeploymentPreviewEnvironmentListInput, d2 as DeploymentPreviewEnvironmentListOutput, d3 as DeploymentPreviewPolicyGetInput, d4 as DeploymentPreviewPolicyGetOutput, d5 as DeploymentPreviewPolicySetInput, d6 as DeploymentPreviewPolicySetOutput, d7 as DeploymentServiceCreateInput, d8 as DeploymentServiceCreateOutput, d9 as DeploymentServiceDeleteInput, da as DeploymentServiceDeleteOutput, db as DeploymentServiceExecInput, dc as DeploymentServiceExecOutput, dd as DeploymentServiceGetInput, de as DeploymentServiceGetOutput, df as DeploymentServiceListInput, dg as DeploymentServiceListOutput, dh as DeploymentServiceLogsInput, di as DeploymentServiceLogsOutput, dj as DeploymentServiceRedeployInput, dk as DeploymentServiceRedeployOutput, dl as DeploymentServiceRestartInput, dm as DeploymentServiceRestartOutput, dn as DeploymentServiceRollbackInput, dp as DeploymentServiceRollbackOutput, dq as DeploymentServiceScaleInput, dr as DeploymentServiceScaleOutput, ds as DeploymentServiceUpdateInput, dt as DeploymentServiceUpdateOutput, du as DeploymentSshCommandInput, dv as DeploymentSshCommandOutput, dw as DeploymentSshKeyDeleteInput, dx as DeploymentSshKeyDeleteOutput, dy as DeploymentSshKeyListInput, dz as DeploymentSshKeyListOutput, dA as DeploymentSshKeyRegisterInput, dB as DeploymentSshKeyRegisterOutput, dC as DeploymentVariableListEnvInput, dD as DeploymentVariableListEnvOutput, dE as DeploymentVariableListProductInput, dF as DeploymentVariableListProductOutput, dG as DeploymentVariableListInput, dH as DeploymentVariableListOutput, dI as DeploymentVariableSetEnvInput, dJ as DeploymentVariableSetEnvOutput, dK as DeploymentVariableSetInput, dL as DeploymentVariableSetOutput, dM as DeploymentVariableSetProductInput, dN as DeploymentVariableSetProductOutput, dO as DeploymentVariableUnsetEnvInput, dP as DeploymentVariableUnsetEnvOutput, dQ as DeploymentVariableUnsetInput, dR as DeploymentVariableUnsetOutput, dS as DeploymentVariableUnsetProductInput, dT as DeploymentVariableUnsetProductOutput, dU as DeploymentVcsBranchListInput, dV as DeploymentVcsBranchListOutput, dW as DeploymentVcsConnectionListInput, dX as DeploymentVcsConnectionListOutput, dY as DeploymentVcsRepoListInput, dZ as DeploymentVcsRepoListOutput, d_ as DeploymentVolumeCreateInput, d$ as DeploymentVolumeCreateOutput, e0 as DeploymentVolumeDeleteInput, e1 as DeploymentVolumeDeleteOutput, e2 as DeploymentVolumeDetachInput, e3 as DeploymentVolumeDetachOutput, e4 as DeploymentVolumeGetInput, e5 as DeploymentVolumeGetOutput, e6 as DeploymentVolumeListInput, e7 as DeploymentVolumeListOutput, e8 as DeploymentVolumeResizeInput, e9 as DeploymentVolumeResizeOutput } from '../client.gen-XqieBmDz.js';
2
2
 
3
3
  declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];