@lessly/sdk-app 30.5.0 → 30.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-TuN8pGec.d.cts → client.gen-DK6VpzBG.d.cts} +657 -122
- package/dist/{client.gen-TuN8pGec.d.ts → client.gen-DK6VpzBG.d.ts} +657 -122
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +248 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +248 -36
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.cjs +0 -5
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +2 -6
- package/dist/organization/index.d.ts +2 -6
- package/dist/organization/index.js +1 -5
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.cjs +40 -0
- package/dist/support/index.cjs.map +1 -1
- package/dist/support/index.d.cts +34 -2
- package/dist/support/index.d.ts +34 -2
- package/dist/support/index.js +33 -1
- package/dist/support/index.js.map +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +7 -2
- package/src/gen/bindings.gen.ts +248 -36
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +82 -8
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +0 -6
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/support/index.ts +1 -1
- package/src/gen/support/queryOptions.gen.ts +51 -0
- package/src/gen/types.gen.ts +663 -121
package/dist/consent/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
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-DK6VpzBG.cjs';
|
|
2
2
|
|
|
3
3
|
declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/consent/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
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-DK6VpzBG.js';
|
|
2
2
|
|
|
3
3
|
declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
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 DeploymentServiceWakeInput, dz as DeploymentServiceWakeOutput, dA as DeploymentSshCommandInput, dB as DeploymentSshCommandOutput, dC as DeploymentSshKeyDeleteInput, dD as DeploymentSshKeyDeleteOutput, dE as DeploymentSshKeyListInput, dF as DeploymentSshKeyListOutput, dG as DeploymentSshKeyRegisterInput, dH as DeploymentSshKeyRegisterOutput, dI as DeploymentSuspensionGetInput, dJ as DeploymentSuspensionGetOutput, dK as DeploymentVariableListEnvInput, dL as DeploymentVariableListEnvOutput, dM as DeploymentVariableListProductInput, dN as DeploymentVariableListProductOutput, dO as DeploymentVariableListInput, dP as DeploymentVariableListOutput, dQ as DeploymentVariableSetEnvInput, dR as DeploymentVariableSetEnvOutput, dS as DeploymentVariableSetInput, dT as DeploymentVariableSetOutput, dU as DeploymentVariableSetProductInput, dV as DeploymentVariableSetProductOutput, dW as DeploymentVariableUnsetEnvInput, dX as DeploymentVariableUnsetEnvOutput, dY as DeploymentVariableUnsetInput, dZ as DeploymentVariableUnsetOutput, d_ as DeploymentVariableUnsetProductInput, d$ as DeploymentVariableUnsetProductOutput, e0 as DeploymentVcsBranchListInput, e1 as DeploymentVcsBranchListOutput, e2 as DeploymentVcsConnectionListInput, e3 as DeploymentVcsConnectionListOutput, e4 as DeploymentVcsRepoListInput, e5 as DeploymentVcsRepoListOutput, e6 as DeploymentVolumeCreateInput, e7 as DeploymentVolumeCreateOutput, e8 as DeploymentVolumeDeleteInput, e9 as DeploymentVolumeDeleteOutput, ea as DeploymentVolumeDetachInput, eb as DeploymentVolumeDetachOutput, ec as DeploymentVolumeGetInput, ed as DeploymentVolumeGetOutput, ee as DeploymentVolumeListInput, ef as DeploymentVolumeListOutput, eg as DeploymentVolumeResizeInput, eh as DeploymentVolumeResizeOutput } from '../client.gen-DK6VpzBG.cjs';
|
|
2
2
|
|
|
3
3
|
declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
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 DeploymentServiceWakeInput, dz as DeploymentServiceWakeOutput, dA as DeploymentSshCommandInput, dB as DeploymentSshCommandOutput, dC as DeploymentSshKeyDeleteInput, dD as DeploymentSshKeyDeleteOutput, dE as DeploymentSshKeyListInput, dF as DeploymentSshKeyListOutput, dG as DeploymentSshKeyRegisterInput, dH as DeploymentSshKeyRegisterOutput, dI as DeploymentSuspensionGetInput, dJ as DeploymentSuspensionGetOutput, dK as DeploymentVariableListEnvInput, dL as DeploymentVariableListEnvOutput, dM as DeploymentVariableListProductInput, dN as DeploymentVariableListProductOutput, dO as DeploymentVariableListInput, dP as DeploymentVariableListOutput, dQ as DeploymentVariableSetEnvInput, dR as DeploymentVariableSetEnvOutput, dS as DeploymentVariableSetInput, dT as DeploymentVariableSetOutput, dU as DeploymentVariableSetProductInput, dV as DeploymentVariableSetProductOutput, dW as DeploymentVariableUnsetEnvInput, dX as DeploymentVariableUnsetEnvOutput, dY as DeploymentVariableUnsetInput, dZ as DeploymentVariableUnsetOutput, d_ as DeploymentVariableUnsetProductInput, d$ as DeploymentVariableUnsetProductOutput, e0 as DeploymentVcsBranchListInput, e1 as DeploymentVcsBranchListOutput, e2 as DeploymentVcsConnectionListInput, e3 as DeploymentVcsConnectionListOutput, e4 as DeploymentVcsRepoListInput, e5 as DeploymentVcsRepoListOutput, e6 as DeploymentVolumeCreateInput, e7 as DeploymentVolumeCreateOutput, e8 as DeploymentVolumeDeleteInput, e9 as DeploymentVolumeDeleteOutput, ea as DeploymentVolumeDetachInput, eb as DeploymentVolumeDetachOutput, ec as DeploymentVolumeGetInput, ed as DeploymentVolumeGetOutput, ee as DeploymentVolumeListInput, ef as DeploymentVolumeListOutput, eg as DeploymentVolumeResizeInput, eh as DeploymentVolumeResizeOutput } from '../client.gen-DK6VpzBG.js';
|
|
2
2
|
|
|
3
3
|
declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
package/dist/index.cjs
CHANGED
|
@@ -805,19 +805,6 @@ var bindings = {
|
|
|
805
805
|
"path": "/brain/restores/:restoreId",
|
|
806
806
|
"readOnly": true
|
|
807
807
|
}
|
|
808
|
-
},
|
|
809
|
-
"usage": {
|
|
810
|
-
"report": {
|
|
811
|
-
"method": "GET",
|
|
812
|
-
"params": [
|
|
813
|
-
{
|
|
814
|
-
"in": "query",
|
|
815
|
-
"name": "days"
|
|
816
|
-
}
|
|
817
|
-
],
|
|
818
|
-
"path": "/brain/usage/report",
|
|
819
|
-
"readOnly": true
|
|
820
|
-
}
|
|
821
808
|
}
|
|
822
809
|
},
|
|
823
810
|
"consent": {
|
|
@@ -3962,29 +3949,6 @@ var bindings = {
|
|
|
3962
3949
|
],
|
|
3963
3950
|
"path": "/governance/api/v1/products/:productId/domains/:domainId",
|
|
3964
3951
|
"readOnly": false
|
|
3965
|
-
},
|
|
3966
|
-
"set-mode": {
|
|
3967
|
-
"method": "PUT",
|
|
3968
|
-
"params": [
|
|
3969
|
-
{
|
|
3970
|
-
"in": "path",
|
|
3971
|
-
"name": "productId"
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"in": "path",
|
|
3975
|
-
"name": "domainId"
|
|
3976
|
-
},
|
|
3977
|
-
{
|
|
3978
|
-
"in": "body",
|
|
3979
|
-
"name": "mode"
|
|
3980
|
-
},
|
|
3981
|
-
{
|
|
3982
|
-
"in": "body",
|
|
3983
|
-
"name": "providerConnectorId"
|
|
3984
|
-
}
|
|
3985
|
-
],
|
|
3986
|
-
"path": "/governance/api/v1/products/:productId/domains/:domainId/mode",
|
|
3987
|
-
"readOnly": false
|
|
3988
3952
|
}
|
|
3989
3953
|
},
|
|
3990
3954
|
"extensions": {
|
|
@@ -4579,6 +4543,110 @@ var bindings = {
|
|
|
4579
4543
|
}
|
|
4580
4544
|
}
|
|
4581
4545
|
},
|
|
4546
|
+
"playground": {
|
|
4547
|
+
"analytics": {
|
|
4548
|
+
"overview": {
|
|
4549
|
+
"method": "POST",
|
|
4550
|
+
"params": [
|
|
4551
|
+
{
|
|
4552
|
+
"in": "body",
|
|
4553
|
+
"name": "limit"
|
|
4554
|
+
}
|
|
4555
|
+
],
|
|
4556
|
+
"path": "/playground/analytics/overview",
|
|
4557
|
+
"readOnly": true
|
|
4558
|
+
}
|
|
4559
|
+
},
|
|
4560
|
+
"billing": {
|
|
4561
|
+
"entitlements": {
|
|
4562
|
+
"method": "POST",
|
|
4563
|
+
"path": "/playground/billing/entitlements",
|
|
4564
|
+
"readOnly": true
|
|
4565
|
+
},
|
|
4566
|
+
"record-usage": {
|
|
4567
|
+
"method": "POST",
|
|
4568
|
+
"params": [
|
|
4569
|
+
{
|
|
4570
|
+
"in": "body",
|
|
4571
|
+
"name": "value"
|
|
4572
|
+
}
|
|
4573
|
+
],
|
|
4574
|
+
"path": "/playground/billing/usage",
|
|
4575
|
+
"readOnly": false
|
|
4576
|
+
}
|
|
4577
|
+
},
|
|
4578
|
+
"clickup": {
|
|
4579
|
+
"create-task": {
|
|
4580
|
+
"method": "POST",
|
|
4581
|
+
"params": [
|
|
4582
|
+
{
|
|
4583
|
+
"in": "body",
|
|
4584
|
+
"name": "listId"
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"in": "body",
|
|
4588
|
+
"name": "name"
|
|
4589
|
+
}
|
|
4590
|
+
],
|
|
4591
|
+
"path": "/playground/clickup/tasks",
|
|
4592
|
+
"readOnly": false
|
|
4593
|
+
},
|
|
4594
|
+
"get-last-webhook": {
|
|
4595
|
+
"method": "GET",
|
|
4596
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4597
|
+
"readOnly": true
|
|
4598
|
+
},
|
|
4599
|
+
"get-overview": {
|
|
4600
|
+
"method": "GET",
|
|
4601
|
+
"path": "/playground/clickup/overview",
|
|
4602
|
+
"readOnly": true
|
|
4603
|
+
}
|
|
4604
|
+
},
|
|
4605
|
+
"gdrive": {
|
|
4606
|
+
"get-last-change": {
|
|
4607
|
+
"method": "GET",
|
|
4608
|
+
"path": "/playground/gdrive/changes/last",
|
|
4609
|
+
"readOnly": true
|
|
4610
|
+
},
|
|
4611
|
+
"read-file": {
|
|
4612
|
+
"method": "POST",
|
|
4613
|
+
"params": [
|
|
4614
|
+
{
|
|
4615
|
+
"in": "body",
|
|
4616
|
+
"name": "fileId"
|
|
4617
|
+
}
|
|
4618
|
+
],
|
|
4619
|
+
"path": "/playground/gdrive/file",
|
|
4620
|
+
"readOnly": true
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
4623
|
+
"googleads": {
|
|
4624
|
+
"read-customer": {
|
|
4625
|
+
"method": "POST",
|
|
4626
|
+
"path": "/playground/googleads/customer",
|
|
4627
|
+
"readOnly": true
|
|
4628
|
+
}
|
|
4629
|
+
},
|
|
4630
|
+
"lifecycle": {
|
|
4631
|
+
"get-state": {
|
|
4632
|
+
"method": "GET",
|
|
4633
|
+
"path": "/playground/lifecycle/state",
|
|
4634
|
+
"readOnly": true
|
|
4635
|
+
},
|
|
4636
|
+
"list-events": {
|
|
4637
|
+
"method": "GET",
|
|
4638
|
+
"path": "/playground/lifecycle/events",
|
|
4639
|
+
"readOnly": true
|
|
4640
|
+
}
|
|
4641
|
+
},
|
|
4642
|
+
"webhook": {
|
|
4643
|
+
"get-last": {
|
|
4644
|
+
"method": "GET",
|
|
4645
|
+
"path": "/playground/webhooks/last",
|
|
4646
|
+
"readOnly": true
|
|
4647
|
+
}
|
|
4648
|
+
}
|
|
4649
|
+
},
|
|
4582
4650
|
"realtime": {
|
|
4583
4651
|
"archive": {
|
|
4584
4652
|
"export": {
|
|
@@ -5251,6 +5319,14 @@ var bindings = {
|
|
|
5251
5319
|
"in": "query",
|
|
5252
5320
|
"name": "visibility"
|
|
5253
5321
|
},
|
|
5322
|
+
{
|
|
5323
|
+
"in": "query",
|
|
5324
|
+
"name": "since"
|
|
5325
|
+
},
|
|
5326
|
+
{
|
|
5327
|
+
"in": "query",
|
|
5328
|
+
"name": "cursor"
|
|
5329
|
+
},
|
|
5254
5330
|
{
|
|
5255
5331
|
"in": "query",
|
|
5256
5332
|
"name": "limit"
|
|
@@ -5495,6 +5571,142 @@ var bindings = {
|
|
|
5495
5571
|
"path": "/support/threads/:id/status",
|
|
5496
5572
|
"readOnly": false
|
|
5497
5573
|
}
|
|
5574
|
+
},
|
|
5575
|
+
"webhook": {
|
|
5576
|
+
"create": {
|
|
5577
|
+
"method": "POST",
|
|
5578
|
+
"params": [
|
|
5579
|
+
{
|
|
5580
|
+
"in": "body",
|
|
5581
|
+
"name": "url"
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
"in": "body",
|
|
5585
|
+
"name": "eventTypes"
|
|
5586
|
+
},
|
|
5587
|
+
{
|
|
5588
|
+
"in": "body",
|
|
5589
|
+
"name": "description"
|
|
5590
|
+
}
|
|
5591
|
+
],
|
|
5592
|
+
"path": "/support/webhooks",
|
|
5593
|
+
"readOnly": false
|
|
5594
|
+
},
|
|
5595
|
+
"delete": {
|
|
5596
|
+
"method": "DELETE",
|
|
5597
|
+
"params": [
|
|
5598
|
+
{
|
|
5599
|
+
"in": "path",
|
|
5600
|
+
"name": "id"
|
|
5601
|
+
}
|
|
5602
|
+
],
|
|
5603
|
+
"path": "/support/webhooks/:id",
|
|
5604
|
+
"readOnly": false
|
|
5605
|
+
},
|
|
5606
|
+
"get": {
|
|
5607
|
+
"method": "GET",
|
|
5608
|
+
"params": [
|
|
5609
|
+
{
|
|
5610
|
+
"in": "path",
|
|
5611
|
+
"name": "id"
|
|
5612
|
+
}
|
|
5613
|
+
],
|
|
5614
|
+
"path": "/support/webhooks/:id",
|
|
5615
|
+
"readOnly": true
|
|
5616
|
+
},
|
|
5617
|
+
"list": {
|
|
5618
|
+
"method": "GET",
|
|
5619
|
+
"path": "/support/webhooks",
|
|
5620
|
+
"readOnly": true
|
|
5621
|
+
},
|
|
5622
|
+
"redeliver": {
|
|
5623
|
+
"method": "POST",
|
|
5624
|
+
"params": [
|
|
5625
|
+
{
|
|
5626
|
+
"in": "body",
|
|
5627
|
+
"name": "id"
|
|
5628
|
+
}
|
|
5629
|
+
],
|
|
5630
|
+
"path": "/support/webhook-deliveries/redeliver",
|
|
5631
|
+
"readOnly": false
|
|
5632
|
+
},
|
|
5633
|
+
"update": {
|
|
5634
|
+
"method": "PATCH",
|
|
5635
|
+
"params": [
|
|
5636
|
+
{
|
|
5637
|
+
"in": "body",
|
|
5638
|
+
"name": "url"
|
|
5639
|
+
},
|
|
5640
|
+
{
|
|
5641
|
+
"in": "body",
|
|
5642
|
+
"name": "eventTypes"
|
|
5643
|
+
},
|
|
5644
|
+
{
|
|
5645
|
+
"in": "body",
|
|
5646
|
+
"name": "description"
|
|
5647
|
+
},
|
|
5648
|
+
{
|
|
5649
|
+
"in": "body",
|
|
5650
|
+
"name": "status"
|
|
5651
|
+
},
|
|
5652
|
+
{
|
|
5653
|
+
"in": "path",
|
|
5654
|
+
"name": "id"
|
|
5655
|
+
}
|
|
5656
|
+
],
|
|
5657
|
+
"path": "/support/webhooks/:id",
|
|
5658
|
+
"readOnly": false
|
|
5659
|
+
}
|
|
5660
|
+
},
|
|
5661
|
+
"webhook-deliveries": {
|
|
5662
|
+
"list": {
|
|
5663
|
+
"method": "GET",
|
|
5664
|
+
"params": [
|
|
5665
|
+
{
|
|
5666
|
+
"in": "query",
|
|
5667
|
+
"name": "webhookId"
|
|
5668
|
+
},
|
|
5669
|
+
{
|
|
5670
|
+
"in": "query",
|
|
5671
|
+
"name": "state"
|
|
5672
|
+
},
|
|
5673
|
+
{
|
|
5674
|
+
"in": "query",
|
|
5675
|
+
"name": "eventType"
|
|
5676
|
+
},
|
|
5677
|
+
{
|
|
5678
|
+
"in": "query",
|
|
5679
|
+
"name": "createdFrom"
|
|
5680
|
+
},
|
|
5681
|
+
{
|
|
5682
|
+
"in": "query",
|
|
5683
|
+
"name": "createdTo"
|
|
5684
|
+
},
|
|
5685
|
+
{
|
|
5686
|
+
"in": "query",
|
|
5687
|
+
"name": "limit"
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"in": "query",
|
|
5691
|
+
"name": "offset"
|
|
5692
|
+
}
|
|
5693
|
+
],
|
|
5694
|
+
"path": "/support/webhook-deliveries",
|
|
5695
|
+
"readOnly": true
|
|
5696
|
+
}
|
|
5697
|
+
},
|
|
5698
|
+
"webhook-rotate": {
|
|
5699
|
+
"secret": {
|
|
5700
|
+
"method": "POST",
|
|
5701
|
+
"params": [
|
|
5702
|
+
{
|
|
5703
|
+
"in": "path",
|
|
5704
|
+
"name": "id"
|
|
5705
|
+
}
|
|
5706
|
+
],
|
|
5707
|
+
"path": "/support/webhooks/:id/rotate-secret",
|
|
5708
|
+
"readOnly": false
|
|
5709
|
+
}
|
|
5498
5710
|
}
|
|
5499
5711
|
},
|
|
5500
5712
|
"tracking": {
|