@lessly/sdk-app 9.1.0 → 9.2.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-BLMudoVx.d.cts} +577 -107
  10. package/dist/{client.gen-LEUVRZRQ.d.ts → client.gen-BLMudoVx.d.ts} +577 -107
  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 +322 -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 +322 -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 +66 -0
  32. package/dist/realtime/index.cjs.map +1 -0
  33. package/dist/realtime/index.d.cts +52 -0
  34. package/dist/realtime/index.d.ts +52 -0
  35. package/dist/realtime/index.js +53 -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 +322 -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 +102 -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 +81 -0
  51. package/src/gen/types.gen.ts +580 -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-BLMudoVx.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-BLMudoVx.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-BLMudoVx.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-BLMudoVx.js';
2
2
 
3
3
  declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
package/dist/index.cjs CHANGED
@@ -523,21 +523,6 @@ var bindings = {
523
523
  }
524
524
  },
525
525
  "knowledge": {
526
- "graph": {
527
- "method": "GET",
528
- "params": [
529
- {
530
- "in": "query",
531
- "name": "limit"
532
- },
533
- {
534
- "in": "query",
535
- "name": "scope"
536
- }
537
- ],
538
- "path": "/brain/knowledge/graph",
539
- "readOnly": true
540
- },
541
526
  "neighborhood": {
542
527
  "method": "GET",
543
528
  "params": [
@@ -624,31 +609,6 @@ var bindings = {
624
609
  "readOnly": true
625
610
  }
626
611
  },
627
- "knowledge-entity": {
628
- "memories": {
629
- "method": "GET",
630
- "params": [
631
- {
632
- "in": "path",
633
- "name": "entity_ref"
634
- },
635
- {
636
- "in": "query",
637
- "name": "limit"
638
- },
639
- {
640
- "in": "query",
641
- "name": "offset"
642
- },
643
- {
644
- "in": "query",
645
- "name": "scope"
646
- }
647
- ],
648
- "path": "/brain/knowledge/entities/:entity_ref/memories",
649
- "readOnly": true
650
- }
651
- },
652
612
  "memory": {
653
613
  "add": {
654
614
  "method": "POST",
@@ -4351,6 +4311,328 @@ var bindings = {
4351
4311
  }
4352
4312
  }
4353
4313
  },
4314
+ "playground": {
4315
+ "analytics": {
4316
+ "overview": {
4317
+ "method": "POST",
4318
+ "params": [
4319
+ {
4320
+ "in": "body",
4321
+ "name": "limit"
4322
+ }
4323
+ ],
4324
+ "path": "/playground/analytics/overview",
4325
+ "readOnly": true
4326
+ }
4327
+ },
4328
+ "billing": {
4329
+ "entitlements": {
4330
+ "method": "POST",
4331
+ "path": "/playground/billing/entitlements",
4332
+ "readOnly": true
4333
+ },
4334
+ "record-usage": {
4335
+ "method": "POST",
4336
+ "params": [
4337
+ {
4338
+ "in": "body",
4339
+ "name": "value"
4340
+ }
4341
+ ],
4342
+ "path": "/playground/billing/usage",
4343
+ "readOnly": false
4344
+ }
4345
+ },
4346
+ "clickup": {
4347
+ "create-task": {
4348
+ "method": "POST",
4349
+ "params": [
4350
+ {
4351
+ "in": "body",
4352
+ "name": "listId"
4353
+ },
4354
+ {
4355
+ "in": "body",
4356
+ "name": "name"
4357
+ }
4358
+ ],
4359
+ "path": "/playground/clickup/tasks",
4360
+ "readOnly": false
4361
+ },
4362
+ "get-last-webhook": {
4363
+ "method": "GET",
4364
+ "path": "/playground/clickup/webhooks/last",
4365
+ "readOnly": true
4366
+ },
4367
+ "get-overview": {
4368
+ "method": "GET",
4369
+ "path": "/playground/clickup/overview",
4370
+ "readOnly": true
4371
+ }
4372
+ },
4373
+ "gdrive": {
4374
+ "get-last-change": {
4375
+ "method": "GET",
4376
+ "path": "/playground/gdrive/changes/last",
4377
+ "readOnly": true
4378
+ },
4379
+ "read-file": {
4380
+ "method": "POST",
4381
+ "params": [
4382
+ {
4383
+ "in": "body",
4384
+ "name": "fileId"
4385
+ }
4386
+ ],
4387
+ "path": "/playground/gdrive/file",
4388
+ "readOnly": true
4389
+ }
4390
+ },
4391
+ "googleads": {
4392
+ "read-customer": {
4393
+ "method": "POST",
4394
+ "path": "/playground/googleads/customer",
4395
+ "readOnly": true
4396
+ }
4397
+ },
4398
+ "lifecycle": {
4399
+ "get-state": {
4400
+ "method": "GET",
4401
+ "path": "/playground/lifecycle/state",
4402
+ "readOnly": true
4403
+ },
4404
+ "list-events": {
4405
+ "method": "GET",
4406
+ "path": "/playground/lifecycle/events",
4407
+ "readOnly": true
4408
+ }
4409
+ },
4410
+ "webhook": {
4411
+ "get-last": {
4412
+ "method": "GET",
4413
+ "path": "/playground/webhooks/last",
4414
+ "readOnly": true
4415
+ }
4416
+ }
4417
+ },
4418
+ "realtime": {
4419
+ "grant": {
4420
+ "create": {
4421
+ "method": "POST",
4422
+ "params": [
4423
+ {
4424
+ "in": "body",
4425
+ "name": "subject"
4426
+ },
4427
+ {
4428
+ "in": "body",
4429
+ "name": "pattern"
4430
+ },
4431
+ {
4432
+ "in": "body",
4433
+ "name": "ops"
4434
+ }
4435
+ ],
4436
+ "path": "/realtime/grants",
4437
+ "readOnly": false
4438
+ },
4439
+ "list": {
4440
+ "method": "GET",
4441
+ "params": [
4442
+ {
4443
+ "in": "query",
4444
+ "name": "subject"
4445
+ }
4446
+ ],
4447
+ "path": "/realtime/grants",
4448
+ "readOnly": true
4449
+ },
4450
+ "revoke": {
4451
+ "method": "DELETE",
4452
+ "params": [
4453
+ {
4454
+ "in": "path",
4455
+ "name": "id"
4456
+ }
4457
+ ],
4458
+ "path": "/realtime/grants/:id",
4459
+ "readOnly": false
4460
+ }
4461
+ },
4462
+ "history": {
4463
+ "get": {
4464
+ "method": "GET",
4465
+ "params": [
4466
+ {
4467
+ "in": "query",
4468
+ "name": "channel"
4469
+ },
4470
+ {
4471
+ "in": "query",
4472
+ "name": "offset"
4473
+ },
4474
+ {
4475
+ "in": "query",
4476
+ "name": "epoch"
4477
+ },
4478
+ {
4479
+ "in": "query",
4480
+ "name": "last_n"
4481
+ },
4482
+ {
4483
+ "in": "query",
4484
+ "name": "last_ms"
4485
+ }
4486
+ ],
4487
+ "path": "/realtime/messages/history",
4488
+ "readOnly": true
4489
+ }
4490
+ },
4491
+ "messages": {
4492
+ "publish": {
4493
+ "method": "POST",
4494
+ "params": [
4495
+ {
4496
+ "in": "body",
4497
+ "name": "channel"
4498
+ },
4499
+ {
4500
+ "in": "body",
4501
+ "name": "data"
4502
+ }
4503
+ ],
4504
+ "path": "/realtime/messages",
4505
+ "readOnly": false
4506
+ }
4507
+ },
4508
+ "namespace": {
4509
+ "create": {
4510
+ "method": "POST",
4511
+ "params": [
4512
+ {
4513
+ "in": "body",
4514
+ "name": "name"
4515
+ },
4516
+ {
4517
+ "in": "body",
4518
+ "name": "visibility"
4519
+ },
4520
+ {
4521
+ "in": "body",
4522
+ "name": "presence"
4523
+ },
4524
+ {
4525
+ "in": "body",
4526
+ "name": "clientEvents"
4527
+ },
4528
+ {
4529
+ "in": "body",
4530
+ "name": "history"
4531
+ },
4532
+ {
4533
+ "in": "body",
4534
+ "name": "historyWindowSeconds"
4535
+ },
4536
+ {
4537
+ "in": "body",
4538
+ "name": "encryptionRequired"
4539
+ },
4540
+ {
4541
+ "in": "body",
4542
+ "name": "identifiedOnly"
4543
+ }
4544
+ ],
4545
+ "path": "/realtime/namespaces",
4546
+ "readOnly": false
4547
+ },
4548
+ "delete": {
4549
+ "method": "DELETE",
4550
+ "params": [
4551
+ {
4552
+ "in": "path",
4553
+ "name": "name"
4554
+ }
4555
+ ],
4556
+ "path": "/realtime/namespaces/:name",
4557
+ "readOnly": false
4558
+ },
4559
+ "get": {
4560
+ "method": "GET",
4561
+ "params": [
4562
+ {
4563
+ "in": "path",
4564
+ "name": "name"
4565
+ }
4566
+ ],
4567
+ "path": "/realtime/namespaces/:name",
4568
+ "readOnly": true
4569
+ },
4570
+ "list": {
4571
+ "method": "GET",
4572
+ "path": "/realtime/namespaces",
4573
+ "readOnly": true
4574
+ },
4575
+ "update": {
4576
+ "method": "PATCH",
4577
+ "params": [
4578
+ {
4579
+ "in": "path",
4580
+ "name": "name"
4581
+ },
4582
+ {
4583
+ "in": "body",
4584
+ "name": "visibility"
4585
+ },
4586
+ {
4587
+ "in": "body",
4588
+ "name": "presence"
4589
+ },
4590
+ {
4591
+ "in": "body",
4592
+ "name": "clientEvents"
4593
+ },
4594
+ {
4595
+ "in": "body",
4596
+ "name": "history"
4597
+ },
4598
+ {
4599
+ "in": "body",
4600
+ "name": "historyWindowSeconds"
4601
+ },
4602
+ {
4603
+ "in": "body",
4604
+ "name": "encryptionRequired"
4605
+ },
4606
+ {
4607
+ "in": "body",
4608
+ "name": "identifiedOnly"
4609
+ }
4610
+ ],
4611
+ "path": "/realtime/namespaces/:name",
4612
+ "readOnly": false
4613
+ }
4614
+ },
4615
+ "status": {
4616
+ "get": {
4617
+ "method": "GET",
4618
+ "path": "/realtime/status",
4619
+ "readOnly": true
4620
+ }
4621
+ },
4622
+ "tokens": {
4623
+ "create": {
4624
+ "method": "POST",
4625
+ "params": [
4626
+ {
4627
+ "in": "body",
4628
+ "name": "channels"
4629
+ }
4630
+ ],
4631
+ "path": "/realtime/tokens",
4632
+ "readOnly": false
4633
+ }
4634
+ }
4635
+ },
4354
4636
  "tracking": {
4355
4637
  "api-keys": {
4356
4638
  "create": {